pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/exiv2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jul  7 12:25:39 UTC 2023

Modified Files:
        pkgsrc/graphics/exiv2: Makefile

Log Message:
exiv2: Restore GCC_REQD change.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/graphics/exiv2/Makefile

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

Modified files:

Index: pkgsrc/graphics/exiv2/Makefile
diff -u pkgsrc/graphics/exiv2/Makefile:1.57 pkgsrc/graphics/exiv2/Makefile:1.58
--- pkgsrc/graphics/exiv2/Makefile:1.57 Fri Jul  7 10:33:26 2023
+++ pkgsrc/graphics/exiv2/Makefile      Fri Jul  7 12:25:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2023/07/07 10:33:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.58 2023/07/07 12:25:39 jperkin Exp $
 
 DISTNAME=      exiv2-0.28.0-Source
 PKGNAME=       ${DISTNAME:S/-Source//}
@@ -15,7 +15,7 @@ CHECK_PORTABILITY_SKIP+=      contrib/coverit
 
 USE_TOOLS+=    msgfmt
 USE_LANGUAGES= c c++
-GCC_REQD+=     3.3
+GCC_REQD+=     8 # std::filesystem
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index