Date: Thu, 01 Sep 2016 16:45:55 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212311] databases/postgis-jdbc: fix source unzip problem Message-ID: <bug-212311-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212311 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@FreeBSD.org Reporter: rhurlin@gwdg.de Created attachment 174292 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D174292&action= =3Dedit make unzip functional again, even with r304989 For some time now, the FreeBSD package build server complains about a probl= em 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=3Dzip:infozip' circumvents the problem. The appended patch should sil= ence 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=20 > FATAL: Makefile: you should use ${JAVALIBDIR} in BUILD_DEPENDS/RUN_DEPE= NDS=20 > to define dependencies on JAR files installed in ${JAVAJARDIR} but ${JAVALIBDIR} *is* used in RUN_DEPENDS and the build and installation w= ent 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/p= ostgis-jdbc-2.1.7.log --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212311-13>