pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql12-plpython



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

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/postgresql12-plpython/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-plpython/Makefile
diff -u pkgsrc/databases/postgresql12-plpython/Makefile:1.3 pkgsrc/databases/postgresql12-plpython/Makefile:1.4
--- pkgsrc/databases/postgresql12-plpython/Makefile:1.3 Fri Feb 14 17:06:43 2020
+++ pkgsrc/databases/postgresql12-plpython/Makefile     Mon May 18 05:06:19 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:06:19 rillig Exp $
 
 PKGNAME=       ${DISTNAME:S/-/12-plpython-/}
 COMMENT=       PL/Python 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-python
 CONFIGURE_ENV+=                PYTHON="${PYTHONBIN}"
 BUILD_MAKE_FLAGS=      PGXS=1



Home | Main Index | Thread Index | Old Index