Created attachment 184031 [details] Fix pkg-plist, libhttp.so is only available when building with CURL=ON (Default: OFF) After the update from 3.9.1 to 3.10.1, the build was broken because of a wrong pkg-plist entry. -> Caused by ports rP444616 Removed: Makefile: CURL_PLIST_FILES= lib/syslog-ng/libcurl.so Added: pkg-plist: lib/syslog-ng/libhttp.so libcurl.so has been renamed to libhttp.so -> See: https://github.com/balabit/syslog-ng/releases/tag/syslog-ng-3.10.1 But libhttp.so is not ALWAYS and DEFAULT available, it's only there if the port is built with CURL=ON (DEFAULT=OFF). So move it back to the Makefile and remove the static entry from pkg-plist. Fixed in review D11456 Error: =========================================================================== =======================<phase: package >============================ ===> Building package for syslog-ng310-3.10.1 pkg-static: Unable to access file /wrkdirs/usr/ports/sysutils/syslog-ng310/work/stage/usr/local/lib/syslog-ng/libhttp.so:No such file or directory *** Error code 1
Thank you Dani. If the quarterly version is also affected please set the merge-quarterly flag to ?
A commit references this bug: Author: cy Date: Mon Jul 3 18:33:49 UTC 2017 New revision: 444977 URL: https://svnweb.freebsd.org/changeset/ports/444977 Log: Fix broken plist. PR: 220446 Submitted by: i.dani@outlook.com Reviewed by: cy MFH: 2017Q3 Differential Revision: D11456 Changes: head/sysutils/syslog-ng310/Makefile head/sysutils/syslog-ng310/pkg-plist
Committed. Thanks.
A commit references this bug: Author: cy Date: Mon Jul 3 23:28:12 UTC 2017 New revision: 444993 URL: https://svnweb.freebsd.org/changeset/ports/444993 Log: MFH: r444977 Fix broken plist. PR: 220446 Submitted by: i.dani@outlook.com Reviewed by: cy Differential Revision: D11456 Approved by: portmgr (adamw) Changes: _U branches/2017Q3/ branches/2017Q3/sysutils/syslog-ng310/Makefile branches/2017Q3/sysutils/syslog-ng310/pkg-plist