Bug 193548

Summary: devel/p5-PerlIO-eol stage-qa complains: eol.so is not stripped... PATCH
Product: Ports & Packages Reporter: Chris Hutchinson <portmaster>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed Not A Bug    
Severity: Affects Some People CC: riggs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
devel/p5-PerlIO-eol - PATCH that will strip eol.so none

Description Chris Hutchinson 2014-09-11 01:39:07 UTC
Created attachment 147206 [details]
devel/p5-PerlIO-eol - PATCH that will strip eol.so

devel/p5-PerlIO-eol

As noted in title:
stage-qa complains about eol.so not being stripped.
I created a diff (attached), that fixes the issue. Should
anyone be interested. :)

Please find 2014-09-10.diff, attached.

--Chris
Comment 1 Thomas Zander freebsd_committer freebsd_triage 2014-09-11 06:52:37 UTC
(In reply to C Hutchinson from comment #0)

> stage-qa complains about eol.so not being stripped.
> I created a diff (attached), that fixes the issue. Should
> anyone be interested. :)

At the moment, it is common practice not to manually strip shared libraries during build using STRIP_CMD. This may get addressed eventually by the build framework. For now, let's keep this as is.