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: rillig
Date: Sun May 10 13:54:19 UTC 2020
Modified Files:
pkgsrc/archivers/fastjar: Makefile
pkgsrc/audio/ices-mp3: Makefile
pkgsrc/converters/bib2xml: Makefile
pkgsrc/cross/mingw-gcc: Makefile
Log Message:
mark perl as not needed
Before, it had the same effect but generate a USE_TOOLS+=perl warning.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/archivers/fastjar/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/audio/ices-mp3/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/converters/bib2xml/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/cross/mingw-gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/fastjar/Makefile
diff -u pkgsrc/archivers/fastjar/Makefile:1.23 pkgsrc/archivers/fastjar/Makefile:1.24
--- pkgsrc/archivers/fastjar/Makefile:1.23 Sun Apr 26 13:27:41 2020
+++ pkgsrc/archivers/fastjar/Makefile Sun May 10 13:54:19 2020
@@ -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 @@ COMMENT= C language version of the 'jar'
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
Index: pkgsrc/audio/ices-mp3/Makefile
diff -u pkgsrc/audio/ices-mp3/Makefile:1.34 pkgsrc/audio/ices-mp3/Makefile:1.35
--- pkgsrc/audio/ices-mp3/Makefile:1.34 Tue Jan 7 13:47:41 2020
+++ pkgsrc/audio/ices-mp3/Makefile Sun May 10 13:54:19 2020
@@ -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 @@ COMMENT= Source client for a streaming
LICENSE= gnu-gpl-v2
USE_TOOLS+= automake pkg-config
+TOOLS_BROKEN+= perl
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
Index: pkgsrc/converters/bib2xml/Makefile
diff -u pkgsrc/converters/bib2xml/Makefile:1.15 pkgsrc/converters/bib2xml/Makefile:1.16
--- pkgsrc/converters/bib2xml/Makefile:1.15 Wed Aug 16 20:45:33 2017
+++ pkgsrc/converters/bib2xml/Makefile Sun May 10 13:54:19 2020
@@ -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 @@ COMMENT= BibTeX to XML converter
WRKSRC= ${WRKDIR}/bib2xml
GNU_CONFIGURE= YES
BUILD_DIRS= progs
+TOOLS_BROKEN+= perl
INSTALLATION_DIRS= bin
Index: pkgsrc/cross/mingw-gcc/Makefile
diff -u pkgsrc/cross/mingw-gcc/Makefile:1.9 pkgsrc/cross/mingw-gcc/Makefile:1.10
--- pkgsrc/cross/mingw-gcc/Makefile:1.9 Fri Mar 20 11:57:25 2020
+++ pkgsrc/cross/mingw-gcc/Makefile Sun May 10 13:54:19 2020
@@ -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 @@ HOMEPAGE= http://mingw.sourceforge.net/
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