pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/transmission-qt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb 20 21:49:01 UTC 2023

Modified Files:
        pkgsrc/net/transmission-qt: Makefile

Log Message:
transmission-qt: bump GCC_REQD to 8 because this uses std::filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/transmission-qt/Makefile

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

Modified files:

Index: pkgsrc/net/transmission-qt/Makefile
diff -u pkgsrc/net/transmission-qt/Makefile:1.68 pkgsrc/net/transmission-qt/Makefile:1.69
--- pkgsrc/net/transmission-qt/Makefile:1.68    Mon Feb 20 17:06:50 2023
+++ pkgsrc/net/transmission-qt/Makefile Mon Feb 20 21:49:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2023/02/20 17:06:50 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2023/02/20 21:49:01 wiz Exp $
 
 PKGNAME=       transmission-qt-${VERSION}
 PKGREVISION=   2
@@ -16,7 +16,7 @@ CMAKE_ARGS+=  -DENABLE_CLI=OFF
 CMAKE_ARGS+=   -DINSTALL_DOC=OFF
 CMAKE_ARGS+=   -DENABLE_TESTS=OFF
 
-GCC_REQD+=             7
+GCC_REQD=              8 # std::filesystem
 
 CONFLICTS+=            Transmission-gui-[0-9]*
 



Home | Main Index | Thread Index | Old Index