pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-pljava postgresql-pljava: mark as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48862362a576
branches:  trunk
changeset: 389825:48862362a576
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 11 09:24:41 2022 +0000

description:
postgresql-pljava: mark as BROKEN

The packaged version does not support any of the postgresql versions
currently in pkgsrc. Updating to a newer version would fix this.

diffstat:

 databases/postgresql-pljava/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r cc1858144dad -r 48862362a576 databases/postgresql-pljava/Makefile
--- a/databases/postgresql-pljava/Makefile      Sun Dec 11 09:19:11 2022 +0000
+++ b/databases/postgresql-pljava/Makefile      Sun Dec 11 09:24:41 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/06/28 11:31:32 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/12/11 09:24:41 wiz Exp $
 
 DISTNAME=      pljava-1.5.0
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -16,6 +16,8 @@
 COMMENT=       Java Stored Procedures, Triggers, and Functions for PostgreSQL
 LICENSE=       modified-bsd
 
+BROKEN=                "Does not support any of the postgresql versions in pkgsrc."
+
 DEPENDS+=      apache-maven-[0-9]*:../../devel/apache-maven
 DEPENDS+=      postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
 
@@ -57,7 +59,7 @@
 MAVEN_FLAGS+=  -Dnar.cores=${MAKE_JOBS:U1}
 MAVEN_FLAGS+=  -Dpgsql.runpath=${PGSQL_PREFIX}/lib
 MAVEN_FLAGS+=  -Dpgsql.runpathpfx=${COMPILER_RPATH_FLAG}
-.if ${OPSYS} == "SunOS" && !empty(CC_VERSION:Mgcc*)
+.if ${OPSYS} == "SunOS" && ${CC_VERSION:Mgcc*}
 MAVEN_FLAGS+=  -Dnar.aolProperties=pljava-so/aol.solaris-gcc.properties
 .elif ${OPSYS} == "NetBSD"
 MAVEN_FLAGS+=  -Dnar.aolProperties=pljava-so/aol.netbsd.properties



Home | Main Index | Thread Index | Old Index