pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/darkice



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 21 08:01:44 UTC 2022

Modified Files:
        pkgsrc/audio/darkice: Makefile

Log Message:
darkice: document hack


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/audio/darkice/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/darkice/Makefile
diff -u pkgsrc/audio/darkice/Makefile:1.30 pkgsrc/audio/darkice/Makefile:1.31
--- pkgsrc/audio/darkice/Makefile:1.30  Sat May 21 08:00:42 2022
+++ pkgsrc/audio/darkice/Makefile       Sat May 21 08:01:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2022/05/21 08:00:42 nia Exp $
+# $NetBSD: Makefile,v 1.31 2022/05/21 08:01:44 nia Exp $
 #
 
 DISTNAME=      darkice-1.4
@@ -13,6 +13,7 @@ COMMENT=      IceCast, IceCast2, and ShoutCas
 LICENSE=       gnu-gpl-v3
 
 GNU_CONFIGURE= yes
+# Uses std::regex without setting -std=...
 USE_LANGUAGES= c c++11
 USE_TOOLS+=    gmake pkg-config
 GCC_REQD+=     4.7 # C++11



Home | Main Index | Thread Index | Old Index