diff options
author | maya <maya@pkgsrc.org> | 2017-08-11 22:17:34 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-08-11 22:17:34 +0000 |
commit | 9e375e9305920e2bec5a6ad24454de214f2ba696 (patch) | |
tree | ed5db8b05cec17c29ae1f4555adbb7ceab705e23 | |
parent | 1fb767a4725cd44aea2832718598cd37992df040 (diff) | |
download | pkgsrc-9e375e9305920e2bec5a6ad24454de214f2ba696.tar.gz |
rototill^W omit low GCC_REQD
-rw-r--r-- | devel/ddd/Makefile | 4 | ||||
-rw-r--r-- | devel/libusb/Makefile | 3 | ||||
-rw-r--r-- | devel/monotone/Makefile | 3 | ||||
-rw-r--r-- | devel/nasm/Makefile | 3 | ||||
-rw-r--r-- | devel/prcs/Makefile | 4 | ||||
-rw-r--r-- | devel/tvision/Makefile | 3 |
6 files changed, 6 insertions, 14 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index 36be706b2b3..0aab36dfac4 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2015/07/04 16:18:29 joerg Exp $ +# $NetBSD: Makefile,v 1.79 2017/08/11 22:17:34 maya Exp $ # DISTNAME= ddd-3.3.12 @@ -19,8 +19,6 @@ BUILD_DEFS+= PAPERSIZE USE_TOOLS+= gmake gzip USE_LANGUAGES= c c++ -GCC_REQD+= 3.0 - CONFIGURE_ARGS+= --with-ncurses=no CONFIGURE_ENV+= COMPFACE=${FALSE:Q} diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index ba6a83d04ea..38eec41badd 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2016/12/03 04:19:05 marino Exp $ +# $NetBSD: Makefile,v 1.40 2017/08/11 22:17:34 maya Exp $ DISTNAME= libusb-0.1.12 PKGREVISION= 4 @@ -11,7 +11,6 @@ COMMENT= USB access library (version 0) LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ -GCC_REQD+= 3.3 USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-build-docs diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 3c8a0f66433..797980d9250 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2017/04/22 21:03:32 adam Exp $ +# $NetBSD: Makefile,v 1.102 2017/08/11 22:17:34 maya Exp $ DISTNAME= monotone-1.1 PKGREVISION= 11 @@ -11,7 +11,6 @@ HOMEPAGE= http://monotone.ca/ COMMENT= Free distributed version control system LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # OR newer -GCC_REQD+= 3.0 GNU_CONFIGURE= yes INFO_FILES= yes TEST_TARGET= check diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index 349ffb83e73..006d4e371aa 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2017/05/18 21:44:42 adam Exp $ +# $NetBSD: Makefile,v 1.55 2017/08/11 22:17:34 maya Exp $ DISTNAME= nasm-2.13.01 CATEGORIES= devel lang @@ -13,7 +13,6 @@ LICENSE= 2-clause-bsd #AUTO_MKDIRS= yes USE_TOOLS+= gmake makeinfo perl -GCC_REQD+= 3.0 GNU_CONFIGURE= yes BUILD_TARGET= everything diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 6df8bc295e7..4b58667b9c8 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2016/07/09 06:38:12 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2017/08/11 22:17:34 maya Exp $ DISTNAME= prcs-1.3.3 PKGREVISION= 12 @@ -23,8 +23,6 @@ CONFIGURE_ENV+= SYS_TAR_COMMAND_PATH=${TOOLS_TAR:Q} CONFIGURE_ENV+= SYS_LS_COMMAND_PATH=${TOOLS_LS:Q} USE_TOOLS+= diff:run gzip:run ls:run tar:run perl:run -GCC_REQD+= 3.0 - REPLACE_INTERPRETER+= perl5 REPLACE.perl5.old= .*perl[^[:space:]]* REPLACE.perl5.new= ${PERL5} diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 9489d0daf47..e38ec13c01e 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/08/18 07:31:05 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2017/08/11 22:17:34 maya Exp $ # DISTNAME= tvision-0.8 @@ -17,7 +17,6 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= YES USE_LANGUAGES= c c++ USE_LIBTOOL= YES -GCC_REQD+= 3.0 .include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |