pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/mkcue



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Mon Oct  2 11:05:34 UTC 2023

Modified Files:
        pkgsrc/misc/mkcue: Makefile

Log Message:
misc/mkcue: doesn't build with c++17; force c++98 instead.

The package is old enough to have used that version.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/mkcue/Makefile

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

Modified files:

Index: pkgsrc/misc/mkcue/Makefile
diff -u pkgsrc/misc/mkcue/Makefile:1.5 pkgsrc/misc/mkcue/Makefile:1.6
--- pkgsrc/misc/mkcue/Makefile:1.5      Sun Jan 26 17:31:44 2020
+++ pkgsrc/misc/mkcue/Makefile  Mon Oct  2 11:05:34 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:44 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2023/10/02 11:05:34 rhialto Exp $
 #
 
 DISTNAME=      mkcue_1.orig
 PKGNAME=       mkcue-2.1
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/m/mkcue/}
 
@@ -14,6 +15,7 @@ LICENSE=      gnu-lgpl-v2
 WRKSRC=                ${WRKDIR}/mkcue-1.orig
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++98
 USE_TOOLS+=    gmake
 MAKE_FILE=     GNUmakefile
 



Home | Main Index | Thread Index | Old Index