Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql12-plpython databases/postgresql12...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35c54903a8e3
branches:  trunk
changeset: 431992:35c54903a8e3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 18 05:06:19 2020 +0000

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

diffstat:

 databases/postgresql12-plpython/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0327f6bf2281 -r 35c54903a8e3 databases/postgresql12-plpython/Makefile
--- a/databases/postgresql12-plpython/Makefile  Mon May 18 05:05:41 2020 +0000
+++ b/databases/postgresql12-plpython/Makefile  Mon May 18 05:06:19 2020 +0000
@@ -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 @@
 
 .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