Bug 173802 - [PATCH] audio/goobox optionsng
Summary: [PATCH] audio/goobox optionsng
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 22:30 UTC by Chris Petrik
Modified: 2012-12-29 21:01 UTC (History)
0 users

See Also:


Attachments
file.diff (1.91 KB, patch)
2012-11-21 22:30 UTC, Chris Petrik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Petrik 2012-11-21 22:30:02 UTC
OptionsNG Changes

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-21 22:30:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2012-12-29 20:59:12 UTC
State Changed
From-To: open->closed

Committed, thanks! You need to be more careful with remove the shared library 
version. 

-               unique-1.0.2:${PORTSDIR}/x11-toolkits/unique 
+               unique-1:${PORTSDIR}/x11-toolkits/unique 

Actually, it should be this: 

+               unique-1.0:${PORTSDIR}/x11-toolkits/unique 

The '1.0' is name of library. The '.2' is shared library version. To know this, 
you can look at the 'ldconfig -r | grep unique' or take a look at its pkg-plist