pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: nia
Date: Thu Jul 13 13:49:17 UTC 2023
Modified Files:
pkgsrc/net/powerdns-recursor: Makefile
pkgsrc/news/neix: Makefile
pkgsrc/security/gpgme: Makefile buildlink3.mk
pkgsrc/security/mbedtls: Makefile
pkgsrc/security/polkit: Makefile buildlink3.mk
pkgsrc/textproc/enchant2: Makefile
pkgsrc/textproc/sentencepiece: Makefile.common
pkgsrc/www/nghttp3: Makefile
pkgsrc/x11/kitty: Makefile
Log Message:
*: Remove all instances of GCC_REQD where my name is the most recent
in 'cvs annotate' (part 2)
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/powerdns-recursor/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/news/neix/Makefile
cvs rdiff -u -r1.111 -r1.112 pkgsrc/security/gpgme/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/gpgme/buildlink3.mk
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/mbedtls/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/polkit/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/polkit/buildlink3.mk
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/sentencepiece/Makefile.common
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/kitty/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/powerdns-recursor/Makefile
diff -u pkgsrc/net/powerdns-recursor/Makefile:1.44 pkgsrc/net/powerdns-recursor/Makefile:1.45
--- pkgsrc/net/powerdns-recursor/Makefile:1.44 Wed Jul 12 20:23:50 2023
+++ pkgsrc/net/powerdns-recursor/Makefile Thu Jul 13 13:49:16 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2023/07/12 20:23:50 nia Exp $
+# $NetBSD: Makefile,v 1.45 2023/07/13 13:49:16 nia Exp $
DISTNAME= pdns-recursor-4.7.3
PKGNAME= ${DISTNAME:S/pdns/powerdns/}
@@ -18,9 +18,6 @@ CONFIGURE_ARGS+= --without-net-snmp
# currently not portable
CONFIGURE_ENV.NetBSD+= ac_cv_search_pthread_setaffinity_np=no
-# "A compiler with support for C++17 language features is required."
-GCC_REQD+= 7
-
RCD_SCRIPTS= pdns_recursor
SMF_NAME= pdns-recursor
Index: pkgsrc/news/neix/Makefile
diff -u pkgsrc/news/neix/Makefile:1.12 pkgsrc/news/neix/Makefile:1.13
--- pkgsrc/news/neix/Makefile:1.12 Wed Jul 12 20:49:36 2023
+++ pkgsrc/news/neix/Makefile Thu Jul 13 13:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/07/12 20:49:36 nia Exp $
+# $NetBSD: Makefile,v 1.13 2023/07/13 13:49:17 nia Exp $
DISTNAME= neix-0.1.5
PKGREVISION= 4
@@ -15,9 +15,6 @@ USE_CMAKE= yes
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c c++11
-# gcc 4.9 added support for std::regex_replace.
-GCC_REQD+= 4.9
-
CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
Index: pkgsrc/security/gpgme/Makefile
diff -u pkgsrc/security/gpgme/Makefile:1.111 pkgsrc/security/gpgme/Makefile:1.112
--- pkgsrc/security/gpgme/Makefile:1.111 Tue Jul 11 07:12:43 2023
+++ pkgsrc/security/gpgme/Makefile Thu Jul 13 13:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2023/07/11 07:12:43 adam Exp $
+# $NetBSD: Makefile,v 1.112 2023/07/13 13:49:17 nia Exp $
DISTNAME= gpgme-1.21.0
CATEGORIES= security
@@ -18,9 +18,6 @@ PTHREAD_OPTS+= require
INFO_FILES= yes
CONFIGURE_ARGS+= --enable-languages="cl cpp"
-# configure: error: A compiler with c++11 support is required for the c++ binding.
-GCC_REQD+= 4.8
-
SUBST_CLASSES+= pthread
SUBST_FILES.pthread= src/gpgme-config.in
SUBST_SED.pthread+= -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g'
Index: pkgsrc/security/gpgme/buildlink3.mk
diff -u pkgsrc/security/gpgme/buildlink3.mk:1.32 pkgsrc/security/gpgme/buildlink3.mk:1.33
--- pkgsrc/security/gpgme/buildlink3.mk:1.32 Sun Oct 25 12:53:54 2020
+++ pkgsrc/security/gpgme/buildlink3.mk Thu Jul 13 13:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.32 2020/10/25 12:53:54 nia Exp $
+# $NetBSD: buildlink3.mk,v 1.33 2023/07/13 13:49:17 nia Exp $
BUILDLINK_TREE+= gpgme
@@ -9,8 +9,6 @@ BUILDLINK_API_DEPENDS.gpgme+= gpgme>=0.9
BUILDLINK_ABI_DEPENDS.gpgme+= gpgme>=1.8.0nb1
BUILDLINK_PKGSRCDIR.gpgme?= ../../security/gpgme
-GCC_REQD+= 4.8
-
.include "../../security/libassuan2/buildlink3.mk"
.include "../../security/libgpg-error/buildlink3.mk"
Index: pkgsrc/security/mbedtls/Makefile
diff -u pkgsrc/security/mbedtls/Makefile:1.26 pkgsrc/security/mbedtls/Makefile:1.27
--- pkgsrc/security/mbedtls/Makefile:1.26 Tue Apr 25 23:23:01 2023
+++ pkgsrc/security/mbedtls/Makefile Thu Jul 13 13:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/04/25 23:23:01 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/07/13 13:49:17 nia Exp $
DISTNAME= mbedtls-2.28.3
CATEGORIES= security
@@ -17,8 +17,6 @@ SUPERSEDES+= polarssl-[0-9]*
USE_LANGUAGES= c99
USE_TOOLS+= pkg-config
-GCC_REQD+= 4.4
-
CMAKE_ARGS+= -Wno-dev
CMAKE_ARGS+= -DUSE_SHARED_MBEDTLS_LIBRARY=ON
CMAKE_ARGS+= -DENABLE_PROGRAMS=ON
Index: pkgsrc/security/polkit/Makefile
diff -u pkgsrc/security/polkit/Makefile:1.52 pkgsrc/security/polkit/Makefile:1.53
--- pkgsrc/security/polkit/Makefile:1.52 Thu Jun 22 10:39:47 2023
+++ pkgsrc/security/polkit/Makefile Thu Jul 13 13:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2023/06/22 10:39:47 jperkin Exp $
+# $NetBSD: Makefile,v 1.53 2023/07/13 13:49:17 nia Exp $
DISTNAME= polkit-121
CATEGORIES= security
@@ -22,9 +22,6 @@ USE_TOOLS+= msgfmt msgmerge pkg-config
MESON_ARGS+= -Dman=true
-# configure: error: *** A compiler with support for C++17 language features is required.
-GCC_REQD+= 7
-
PKGCONFIG_OVERRIDE+= data/polkit-gobject-1.pc.in
PKGCONFIG_OVERRIDE+= data/polkit-agent-1.pc.in
Index: pkgsrc/security/polkit/buildlink3.mk
diff -u pkgsrc/security/polkit/buildlink3.mk:1.8 pkgsrc/security/polkit/buildlink3.mk:1.9
--- pkgsrc/security/polkit/buildlink3.mk:1.8 Tue Jun 28 11:35:50 2022
+++ pkgsrc/security/polkit/buildlink3.mk Thu Jul 13 13:49:17 2023
@@ -1,13 +1,10 @@
-# $NetBSD: buildlink3.mk,v 1.8 2022/06/28 11:35:50 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2023/07/13 13:49:17 nia Exp $
BUILDLINK_TREE+= polkit
.if !defined(POLKIT_BUILDLINK3_MK)
POLKIT_BUILDLINK3_MK:=
-# configure: error: *** A compiler with support for C++17 language features is required.
-GCC_REQD+= 7
-
BUILDLINK_API_DEPENDS.polkit+= polkit>=0.103
BUILDLINK_ABI_DEPENDS.polkit?= polkit>=0.120nb4
BUILDLINK_PKGSRCDIR.polkit?= ../../security/polkit
Index: pkgsrc/textproc/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.26 pkgsrc/textproc/enchant2/Makefile:1.27
--- pkgsrc/textproc/enchant2/Makefile:1.26 Thu Jul 6 07:24:26 2023
+++ pkgsrc/textproc/enchant2/Makefile Thu Jul 13 13:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/07/06 07:24:26 nia Exp $
+# $NetBSD: Makefile,v 1.27 2023/07/13 13:49:17 nia Exp $
DISTNAME= enchant-2.5.0
PKGNAME= ${DISTNAME:S/enchant/enchant2/}
@@ -32,9 +32,6 @@ CONFIGURE_ARGS+= --without-voikko
# FAILURE: 230 out of 425 tests failed (390 failures).
TEST_TARGET= check
-# C++11
-GCC_REQD+= 4.8
-
post-install:
cd ${DESTDIR}${PREFIX}/share && ${MV} enchant/enchant.ordering examples/enchant.ordering
Index: pkgsrc/textproc/sentencepiece/Makefile.common
diff -u pkgsrc/textproc/sentencepiece/Makefile.common:1.3 pkgsrc/textproc/sentencepiece/Makefile.common:1.4
--- pkgsrc/textproc/sentencepiece/Makefile.common:1.3 Wed Jul 12 14:52:15 2023
+++ pkgsrc/textproc/sentencepiece/Makefile.common Thu Jul 13 13:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2023/07/12 14:52:15 he Exp $
+# $NetBSD: Makefile.common,v 1.4 2023/07/13 13:49:17 nia Exp $
#
# used by textproc/sentencepiece/Makefile
# used by textproc/py-sentencepiece/Makefile
@@ -15,7 +15,4 @@ LICENSE= apache-2.0
USE_LANGUAGES= c c++
-# C++17
-GCC_REQD+= 7
-
.include "../../mk/atomic64.mk"
Index: pkgsrc/www/nghttp3/Makefile
diff -u pkgsrc/www/nghttp3/Makefile:1.9 pkgsrc/www/nghttp3/Makefile:1.10
--- pkgsrc/www/nghttp3/Makefile:1.9 Tue Jul 11 06:02:10 2023
+++ pkgsrc/www/nghttp3/Makefile Thu Jul 13 13:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/07/11 06:02:10 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/07/13 13:49:17 nia Exp $
DISTNAME= nghttp3-0.13.0
CATEGORIES= www
@@ -13,8 +13,5 @@ LICENSE= mit
USE_LANGUAGES= c c++
-# C++17
-GCC_REQD+= 7
-
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.40 pkgsrc/x11/kitty/Makefile:1.41
--- pkgsrc/x11/kitty/Makefile:1.40 Sun Jul 9 09:02:44 2023
+++ pkgsrc/x11/kitty/Makefile Thu Jul 13 13:49:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2023/07/09 09:02:44 nia Exp $
+# $NetBSD: Makefile,v 1.41 2023/07/13 13:49:17 nia Exp $
DISTNAME= kitty-0.26.5
PKGREVISION= 1
@@ -17,9 +17,6 @@ USE_LANGUAGES= c
EXTRACT_USING= bsdtar
USE_TOOLS+= gmake pkg-config
-# __has_include
-GCC_REQD+= 5
-
# don't force LTO
BUILDLINK_TRANSFORM+= rm:-flto
# code is not perfect
Home |
Main Index |
Thread Index |
Old Index