pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql12-contrib



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 18 05:05:41 UTC 2020

Modified Files:
        pkgsrc/databases/postgresql12-contrib: Makefile

Log Message:
databases/postgresql12-contrib: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/postgresql12-contrib/Makefile

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

Modified files:

Index: pkgsrc/databases/postgresql12-contrib/Makefile
diff -u pkgsrc/databases/postgresql12-contrib/Makefile:1.4 pkgsrc/databases/postgresql12-contrib/Makefile:1.5
--- pkgsrc/databases/postgresql12-contrib/Makefile:1.4  Fri Feb 14 17:06:42 2020
+++ pkgsrc/databases/postgresql12-contrib/Makefile      Mon May 18 05:05:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/02/14 17:06:42 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/18 05:05:41 rillig Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-contrib-/}
 COMMENT=       Contrib subtree of tools and plug-ins
@@ -53,6 +53,7 @@ BUILD_DIRS+=          contrib/unaccent
 BUILD_DIRS+=           contrib/vacuumlo
 
 CONFIGURE_ARGS+=       --with-openssl
+TOOLS_BROKEN+=         perl
 
 PLIST_VARS+=           uuid
 .if ${OPSYS:M*BSD} || ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index