pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/cyrus-sasl



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed May 13 04:35:56 UTC 2020

Modified Files:
        pkgsrc/security/cyrus-sasl: Makefile.common

Log Message:
security/cyrus-sasl: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/cyrus-sasl/Makefile.common

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

Modified files:

Index: pkgsrc/security/cyrus-sasl/Makefile.common
diff -u pkgsrc/security/cyrus-sasl/Makefile.common:1.31 pkgsrc/security/cyrus-sasl/Makefile.common:1.32
--- pkgsrc/security/cyrus-sasl/Makefile.common:1.31     Thu Dec  5 10:57:54 2019
+++ pkgsrc/security/cyrus-sasl/Makefile.common  Wed May 13 04:35:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2019/12/05 10:57:54 nros Exp $
+# $NetBSD: Makefile.common,v 1.32 2020/05/13 04:35:55 rillig Exp $
 #
 # used by security/cyrus-sasl/Makefile
 # used by security/cy2-anonymous/Makefile
@@ -49,6 +49,7 @@ CPPFLAGS+=            -I${BUILDLINK_PREFIX.cyrus-s
 GNU_CONFIGURE=         yes
 MAKE_JOBS_SAFE=                no
 USE_TOOLS+=            gmake
+TOOLS_BROKEN+=         perl
 
 USE_LIBTOOL=           yes
 



Home | Main Index | Thread Index | Old Index