Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc mark perl as not needed



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d57aac51593
branches:  trunk
changeset: 431220:9d57aac51593
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 10 13:54:19 2020 +0000

description:
mark perl as not needed

Before, it had the same effect but generate a USE_TOOLS+=perl warning.

diffstat:

 archivers/fastjar/Makefile  |  4 ++--
 audio/ices-mp3/Makefile     |  3 ++-
 converters/bib2xml/Makefile |  3 ++-
 cross/mingw-gcc/Makefile    |  3 ++-
 4 files changed, 8 insertions(+), 5 deletions(-)

diffs (69 lines):

diff -r 900a93572ea7 -r 9d57aac51593 archivers/fastjar/Makefile
--- a/archivers/fastjar/Makefile        Sun May 10 13:51:34 2020 +0000
+++ b/archivers/fastjar/Makefile        Sun May 10 13:54:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/04/26 13:27:41 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2020/05/10 13:54:19 rillig Exp $
 
 DISTNAME=      fastjar-0.98
 PKGREVISION=   1
@@ -11,7 +11,7 @@
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE= YES
-CONFIGURE_ENV+=        PERL= # none, to prevent the USE_TOOLS+=perl warning
+TOOLS_BROKEN=  perl
 
 INFO_FILES=            YES
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
diff -r 900a93572ea7 -r 9d57aac51593 audio/ices-mp3/Makefile
--- a/audio/ices-mp3/Makefile   Sun May 10 13:51:34 2020 +0000
+++ b/audio/ices-mp3/Makefile   Sun May 10 13:54:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/01/07 13:47:41 kim Exp $
+# $NetBSD: Makefile,v 1.35 2020/05/10 13:54:19 rillig Exp $
 #
 
 DISTNAME=              ices-${ICES_VERSION}
@@ -14,6 +14,7 @@
 LICENSE=               gnu-gpl-v2
 
 USE_TOOLS+=            automake pkg-config
+TOOLS_BROKEN+=         perl
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
diff -r 900a93572ea7 -r 9d57aac51593 converters/bib2xml/Makefile
--- a/converters/bib2xml/Makefile       Sun May 10 13:51:34 2020 +0000
+++ b/converters/bib2xml/Makefile       Sun May 10 13:54:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/08/16 20:45:33 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/10 13:54:19 rillig Exp $
 #
 
 DISTNAME=      bib2xml-10062002
@@ -14,6 +14,7 @@
 WRKSRC=                ${WRKDIR}/bib2xml
 GNU_CONFIGURE= YES
 BUILD_DIRS=    progs
+TOOLS_BROKEN+= perl
 
 INSTALLATION_DIRS=     bin
 
diff -r 900a93572ea7 -r 9d57aac51593 cross/mingw-gcc/Makefile
--- a/cross/mingw-gcc/Makefile  Sun May 10 13:51:34 2020 +0000
+++ b/cross/mingw-gcc/Makefile  Sun May 10 13:54:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/03/20 11:57:25 nia Exp $
+# $NetBSD: Makefile,v 1.10 2020/05/10 13:54:19 rillig Exp $
 
 DISTNAME=              mingw-gcc-${DIST_VERSION}
 PKGNAME=               ${DISTNAME:S/-${DIST_VERSION}/-${GCC_VERSION}/}
@@ -14,6 +14,7 @@
 COMMENT=               GNU C Compiler for win32 cross-development
 
 USE_TOOLS+=            gmake
+TOOLS_BROKEN+=         perl
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_PREFIX=  ${PREFIX}/cross
 INFO_FILES=            yes



Home | Main Index | Thread Index | Old Index