pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/par2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Aug 29 00:11:54 UTC 2026

Modified Files:
        pkgsrc/archivers/par2: Makefile

Log Message:
archivers/par2: Note c++14 requirement


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/archivers/par2/Makefile

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

Modified files:

Index: pkgsrc/archivers/par2/Makefile
diff -u pkgsrc/archivers/par2/Makefile:1.38 pkgsrc/archivers/par2/Makefile:1.39
--- pkgsrc/archivers/par2/Makefile:1.38 Tue Aug 25 10:30:30 2026
+++ pkgsrc/archivers/par2/Makefile      Sat Aug 29 00:11:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2026/08/25 10:30:30 adam Exp $
+# $NetBSD: Makefile,v 1.39 2026/08/29 00:11:54 gdt Exp $
 
 DISTNAME=      par2cmdline-1.3.0
 PKGNAME=       ${DISTNAME:S/cmdline//}
@@ -13,6 +13,9 @@ COMMENT=      PAR 2.0 compatible file verific
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES=         c c++
+# Makefile.am has hard-code --std=c++14 with no configure check.
+# Not reported upstream because nobody would use gcc < 5.
+USE_CXX_FEATURES=      c++14
 GNU_CONFIGURE=         yes
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index