pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cad
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 18 12:58:53 UTC 2023
Modified Files:
pkgsrc/cad/kicad: Makefile
pkgsrc/cad/librecad: Makefile
Log Message:
cad: Where possible, adjust packages to use USE_(CC|CXX)_FEATURES
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/cad/kicad/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/cad/librecad/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cad/kicad/Makefile
diff -u pkgsrc/cad/kicad/Makefile:1.79 pkgsrc/cad/kicad/Makefile:1.80
--- pkgsrc/cad/kicad/Makefile:1.79 Tue Jun 6 12:40:19 2023
+++ pkgsrc/cad/kicad/Makefile Tue Jul 18 12:58:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2023/06/06 12:40:19 riastradh Exp $
+# $NetBSD: Makefile,v 1.80 2023/07/18 12:58:53 nia Exp $
#
V= 7.0.5
@@ -20,8 +20,7 @@ DEPENDS+= git-base-[0-9]*:../../devel/gi
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++17
-# charconv (8), std::filesystem (9)
-GCC_REQD+= 9
+USE_CXX_FEATURES+= charconv filesystem
USE_CMAKE= yes
USE_TOOLS+= pkg-config msgfmt msgmerge xgettext
Index: pkgsrc/cad/librecad/Makefile
diff -u pkgsrc/cad/librecad/Makefile:1.74 pkgsrc/cad/librecad/Makefile:1.75
--- pkgsrc/cad/librecad/Makefile:1.74 Mon May 22 21:00:18 2023
+++ pkgsrc/cad/librecad/Makefile Tue Jul 18 12:58:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2023/05/22 21:00:18 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2023/07/18 12:58:53 nia Exp $
DISTNAME= LibreCAD-2.2.0-rc2
PKGNAME= ${DISTNAME:tl:S/-rc2/.rc2/g}
@@ -21,7 +21,7 @@ USE_LANGUAGES= c c++11
USE_TOOLS+= pax pkg-config
USE_LIBTOOL= yes
-GCC_REQD+= 4.7
+USE_CXX_FEATURES+= c++11
SUBST_CLASSES+= qtdir
SUBST_STAGE.qtdir= pre-configure
Home |
Main Index |
Thread Index |
Old Index