pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/postgresql-pljava
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 11 09:24:41 UTC 2022
Modified Files:
pkgsrc/databases/postgresql-pljava: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql-pljava/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/postgresql-pljava/Makefile
diff -u pkgsrc/databases/postgresql-pljava/Makefile:1.10 pkgsrc/databases/postgresql-pljava/Makefile:1.11
--- pkgsrc/databases/postgresql-pljava/Makefile:1.10 Tue Jun 28 11:31:32 2022
+++ pkgsrc/databases/postgresql-pljava/Makefile Sun Dec 11 09:24:41 2022
@@ -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 @@ HOMEPAGE= https://github.com/tada/pljava
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+= -Dmaven.repo.local=${WRKDI
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