Bug 191481

Summary: [PATCH] devel/c-unit: support STAGEDIR
Product: Ports & Packages Reporter: tak.swd
Component: Individual Port(s)Assignee: Thomas Zander <riggs>
Status: Closed FIXED    
Severity: Affects Only Me CC: riggs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
STAGEDIR support patch file none

Description tak.swd 2014-06-29 14:37:20 UTC
Created attachment 144247 [details]
STAGEDIR support patch file

Support STAGEDIR
patch file attached.
Comment 1 Thomas Zander freebsd_committer freebsd_triage 2014-06-29 19:23:07 UTC
There are plist issues with default OPTIONS:

====> Running Q/A tests (stage-qa)
Warning: 'lib/libcunit.so.1.0.1' is not stripped consider using ${STRIP_CMD}
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for directories owned by MTREEs
===> Checking for directories handled by dependencies
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/c-unit
====>> Error: check-plist failures detected


The strip warning is not a problem, but could you take a look at handling EXAMPLESDIR?

Thanks in advance!
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-06-30 07:08:54 UTC
A commit references this bug:

Author: daichi
Date: Mon Jun 30 07:08:40 UTC 2014
New revision: 359806
URL: http://svnweb.freebsd.org/changeset/ports/359806

Log:
  - stagefied

  PR:		191481
  Submitted by:	maintainer

Changes:
  head/devel/c-unit/Makefile
  head/devel/c-unit/pkg-plist
Comment 3 Thomas Zander freebsd_committer freebsd_triage 2014-07-05 05:39:44 UTC
Fixed by commits r359806 and r359813