Bug 192282 - [PATCH] devel/gamin: switch to USES=libtool
Summary: [PATCH] devel/gamin: switch to USES=libtool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-31 02:04 UTC by takefu
Modified: 2014-09-09 23:38 UTC (History)
2 users (show)

See Also:


Attachments
gamin.patch (1005 bytes, patch)
2014-07-31 02:04 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2014-07-31 02:04:18 UTC
Created attachment 145170 [details]
gamin.patch

add License
use USES=libtool:oldver
use install-strip

> ====> Running Q/A tests (stage-qa)
> Warning: 'lib/libgamin-1.so.1' is not stripped consider using ${STRIP_CMD}
> Warning: 'lib/libfam.so.0' is not stripped consider using ${STRIP_CMD}
> Warning: .la libraries found, port needs USES=libtool
Comment 1 John Marino freebsd_committer freebsd_triage 2014-07-31 08:44:07 UTC
Are those stage-qa warnings from before the change or after?
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2014-09-09 23:38:43 UTC
Looks like these changes were basically made in r366670 by tijl (except for LICENSE, but not really worth making a commit just for that).