pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/transmission



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 20:38:31 UTC 2023

Modified Files:
        pkgsrc/net/transmission: Makefile.common

Log Message:
transmission: Requires a C++17 compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/transmission/Makefile.common

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/Makefile.common
diff -u pkgsrc/net/transmission/Makefile.common:1.16 pkgsrc/net/transmission/Makefile.common:1.17
--- pkgsrc/net/transmission/Makefile.common:1.16        Thu Apr 27 05:43:12 2023
+++ pkgsrc/net/transmission/Makefile.common     Wed Jul 12 20:38:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2023/04/27 05:43:12 wiz Exp $
+# $NetBSD: Makefile.common,v 1.17 2023/07/12 20:38:31 nia Exp $
 #
 # used by net/transmission-common/Makefile
 # used by net/transmission-gtk/Makefile
@@ -19,6 +19,9 @@ COMMENT?=     Free, lightweight BitTorrent c
 # optionally, gnu-gpl-v3 instead of gnu-gpl-v2
 LICENSE=       gnu-gpl-v2 AND mit
 
+# Requires a C++17 compiler.
+GCC_REQD+=     7
+
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config intltool msgfmt



Home | Main Index | Thread Index | Old Index