Created attachment 182867 [details] patch to fix pkg-plist Previously, if SSL option is not selected, then all the files belonging to the Net component are not installed. However, they are actually built and installed into the stage directory. They are just wrongly marked with %%SSL%% in the pkg-plist file. This patch fixes that.
A commit references this bug: Author: riggs Date: Sun Jul 23 17:21:38 UTC 2017 New revision: 446500 URL: https://svnweb.freebsd.org/changeset/ports/446500 Log: Fix build / plist when SSL OPTION is not selected PR: 219506 Submitted by: henry.hu.sh@gmail.com (maintainer) MFH: 2017Q3 (ports-secteam build fix blanket) Changes: head/devel/poco/Makefile head/devel/poco/pkg-plist
A commit references this bug: Author: riggs Date: Sun Jul 23 17:26:02 UTC 2017 New revision: 446501 URL: https://svnweb.freebsd.org/changeset/ports/446501 Log: MFH: r446500 Fix build / plist when SSL OPTION is not selected PR: 219506 Submitted by: henry.hu.sh@gmail.com (maintainer) Approved by: ports-secteam (build fix blanket) Changes: _U branches/2017Q3/ branches/2017Q3/devel/poco/Makefile branches/2017Q3/devel/poco/pkg-plist