Bug 78865 - [MAINTAINER] audio/ncmpc: Fix dependency on glib2
Summary: [MAINTAINER] audio/ncmpc: Fix dependency on glib2
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 13:30 UTC by Mark Daniel Reidel
Modified: 2005-03-20 12:00 UTC (History)
0 users

See Also:


Attachments
ncmpc-0.11.1_1.patch (3.20 KB, patch)
2005-03-15 13:30 UTC, Mark Daniel Reidel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Daniel Reidel 2005-03-15 13:30:12 UTC
Fixed the direct dependency with LIB_DEPENDS on glib2 using USE_GNOME instead. Otherwise, the upgrade-process will break.
Additionally move the pkg-plist into Makefile and incorporate a patch by Adam Klunick to add the new "-m"-switch to the documentation.

Added file(s):
- files/patch-doc-ncmpc.1.diff

Removed file(s):
- pkg-plist
Comment 1 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-03-15 17:27:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

I'll take this.
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-03-15 17:44:49 UTC
State Changed
From-To: open->feedback

Why do use PLIST_FILES+= such way? Cannot you use something like 
that: 

PLIST_FILES=bin/ncmpc  
%%EXAMPLESDIR%%/config  
%%EXAMPLESDIR%%/keys  
%%EXAMPLESDIR%%/ncmpc.lirc 
PLIST_DIRS=%%EXAMPLESDIR%% 

?
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-03-20 11:59:31 UTC
State Changed
From-To: feedback->closed

Comiitted, thanks!  

Note that dependency on glib was already fixed my marcus, so 
I committed plist changes and the docs patch.