Bug 78865

Summary: [MAINTAINER] audio/ncmpc: Fix dependency on glib2
Product: Ports & Packages Reporter: Mark Daniel Reidel <ports>
Component: Individual Port(s)Assignee: Roman Bogorodskiy <novel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ncmpc-0.11.1_1.patch none

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.