summaryrefslogtreecommitdiff
path: root/databases/postgresql-pljava/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-12-11 09:24:41 +0000
committerwiz <wiz@pkgsrc.org>2022-12-11 09:24:41 +0000
commitdddd30ff6212b301280d340bc8fc9d677ca1db26 (patch)
tree820467b1ad98b1df6e0f1a31ddc069165370cf12 /databases/postgresql-pljava/Makefile
parent49221eb8efa06a00047812be2e9af97be35486aa (diff)
downloadpkgsrc-dddd30ff6212b301280d340bc8fc9d677ca1db26.tar.gz
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 (limited to 'databases/postgresql-pljava/Makefile')
-rw-r--r--databases/postgresql-pljava/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql-pljava/Makefile b/databases/postgresql-pljava/Makefile
index 7bdb2f9db55..a71b524a24c 100644
--- a/databases/postgresql-pljava/Makefile
+++ b/databases/postgresql-pljava/Makefile
@@ -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=${WRKDIR}/deps
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