pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql12-pltcl



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql12-pltcl/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-pltcl/Makefile
diff -u pkgsrc/databases/postgresql12-pltcl/Makefile:1.3 pkgsrc/databases/postgresql12-pltcl/Makefile:1.4
--- pkgsrc/databases/postgresql12-pltcl/Makefile:1.3    Fri Feb 14 17:06:43 2020
+++ pkgsrc/databases/postgresql12-pltcl/Makefile        Mon May 18 05:07:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:43 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/18 05:07:00 rillig Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-pltcl-/}
 COMMENT=       PL/Tcl procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+=       postgresql12-server>=${PKGVERS
 
 .include "../../databases/postgresql12/Makefile.common"
 
+TOOLS_BROKEN+=         perl
 CONFIGURE_ARGS+=       --with-tcl
 CONFIGURE_ARGS+=       --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
 CONFIGURE_ENV+=                TCLSH="${TCLSH}"



Home | Main Index | Thread Index | Old Index