Created attachment 152276 [details] Patch This patch updates CAF to version 0.12.2.
I got following error. please help to check. --------------------------------------------------------------------------- ====> Compressing man pages (compress-man) =========================================================================== ====> Running Q/A tests (stage-qa) ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: lib/libcaf_core_static.a Error: Missing: lib/libcaf_io_static.a ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/devel/caf ====>> Error: check-plist failures detected build of devel/caf ended at Thu Jan 29 10:25:46 CST 2015
I think you should add PLIST_SUB when STATIC option on/off.
Created attachment 152325 [details] actor-framework-0.12.2.diff Apologies for the mistake. Please find attached a revised patch which has the correct pkg-list with default parameters.
(In reply to Matthias Vallentin from comment #3) Hold on, this patch does not yet include PLIST_SUB. I'll submit a new one shortly.
Created attachment 152326 [details] actor-framework-0.12.2.diff Okay, I went the simple route with OPTIONS_SUB=yes to keep the Makefile as concise as possible. I prefixed the files coming with STATIC enabled in pkg-plist accordingly.
A commit references this bug: Author: vanilla Date: Thu Jan 29 03:03:05 UTC 2015 New revision: 378103 URL: https://svnweb.freebsd.org/changeset/ports/378103 Log: Upgrade to 0.12.2 PR: 197136 Submitted by: maintainer Changes: head/devel/caf/Makefile head/devel/caf/distinfo head/devel/caf/pkg-plist