pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/binutils



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 03:32:38 UTC 2020

Modified Files:
        pkgsrc/devel/binutils: Makefile

Log Message:
devel/binutils: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/devel/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/binutils/Makefile
diff -u pkgsrc/devel/binutils/Makefile:1.82 pkgsrc/devel/binutils/Makefile:1.83
--- pkgsrc/devel/binutils/Makefile:1.82 Tue May  5 10:06:10 2020
+++ pkgsrc/devel/binutils/Makefile      Wed May 13 03:32:38 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2020/05/05 10:06:10 jperkin Exp $
+# $NetBSD: Makefile,v 1.83 2020/05/13 03:32:38 rillig Exp $
 
 DISTNAME=      binutils-2.34
 PKGREVISION=   2
@@ -28,6 +28,7 @@ USE_TOOLS+=           ksh
 CONFIG_SHELL=          ksh
 .endif
 
+TOOLS_BROKEN+=         perl
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no
 # Standard lib dirs on RHEL are named *lib64



Home | Main Index | Thread Index | Old Index