Skip to content

Commit

Permalink
*: Remove all instances of GCC_REQD where my name is the most recent
Browse files Browse the repository at this point in the history
in 'cvs annotate' (part 2)
  • Loading branch information
alarixnia committed Jul 13, 2023
1 parent 6ddc1d8 commit 3acc0a2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 42 deletions.
5 changes: 1 addition & 4 deletions net/powerdns-recursor/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -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
Expand Down
5 changes: 1 addition & 4 deletions news/neix/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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= ..

Expand Down
5 changes: 1 addition & 4 deletions security/gpgme/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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'
Expand Down
4 changes: 1 addition & 3 deletions security/gpgme/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -9,8 +9,6 @@ BUILDLINK_API_DEPENDS.gpgme+= gpgme>=0.9.0
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"

Expand Down
4 changes: 1 addition & 3 deletions security/mbedtls/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
5 changes: 1 addition & 4 deletions security/polkit/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,9 +22,6 @@ USE_TOOLS+= msgfmt msgmerge pkg-config perl xgettext

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

Expand Down
5 changes: 1 addition & 4 deletions security/polkit/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 1 addition & 4 deletions textproc/enchant2/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down Expand Up @@ -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

Expand Down
5 changes: 1 addition & 4 deletions textproc/sentencepiece/Makefile.common
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,7 +15,4 @@ LICENSE= apache-2.0

USE_LANGUAGES= c c++

# C++17
GCC_REQD+= 7

.include "../../mk/atomic64.mk"
5 changes: 1 addition & 4 deletions www/nghttp3/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
5 changes: 1 addition & 4 deletions x11/kitty/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3acc0a2

Please sign in to comment.