pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dvd+rw-tools



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Dec 21 23:46:04 UTC 2019

Modified Files:
        pkgsrc/sysutils/dvd+rw-tools: Makefile

Log Message:
Use c++03, code is not c++11 clean.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/sysutils/dvd+rw-tools/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dvd+rw-tools/Makefile
diff -u pkgsrc/sysutils/dvd+rw-tools/Makefile:1.34 pkgsrc/sysutils/dvd+rw-tools/Makefile:1.35
--- pkgsrc/sysutils/dvd+rw-tools/Makefile:1.34  Mon Nov  4 21:28:44 2019
+++ pkgsrc/sysutils/dvd+rw-tools/Makefile       Sat Dec 21 23:46:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/11/04 21:28:44 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2019/12/21 23:46:03 joerg Exp $
 #
 
 DISTNAME=      dvd+rw-tools-7.1
@@ -14,7 +14,7 @@ DEPENDS+=     {cdrtools-[1-9]*,cdrtools-ossd
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 USE_TOOLS+=    m4 gmake
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index