[Bug 212311] databases/postgis-jdbc: fix source unzip problem
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 1 16:45:55 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212311
Bug ID: 212311
Summary: databases/postgis-jdbc: fix source unzip problem
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: rhurlin at gwdg.de
Created attachment 174292
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=174292&action=edit
make unzip functional again, even with r304989
For some time now, the FreeBSD package build server complains about a problem
with databases/postgis-jdbc [1][2]. This happens only on HEAD and since
2016-08-29, so that probably an update in the base system (r304989 ?) makes
trouble here. Thanks to kib@ for the hint :)
Some investigation in the Makefile of the port turns out, that a simple
'USES=zip:infozip' circumvents the problem. The appended patch should silence
the package build server, even if the (assumed) problem in base remains.
Tested with Poudriere (HEADa/i, 11.0rc2a/i, 10.3a/i and 9.3a/i).
Portlint -AC complains about
> FATAL: Makefile: you should use ${JAVALIBDIR} in BUILD_DEPENDS/RUN_DEPENDS
> to define dependencies on JAR files installed in ${JAVAJARDIR}
but ${JAVALIBDIR} *is* used in RUN_DEPENDS and the build and installation went
fine and the port works. So probably a false positive?
[1]
http://beefy4.nyi.freebsd.org/data/head-amd64-default/p421100_s305036/logs/postgis-jdbc-2.1.7.log
[2]
http://beefy3.nyi.freebsd.org/data/head-i386-default/p421100_s305036/logs/postgis-jdbc-2.1.7.log
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list