pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/35490: audio/cddb-bundle should depend on x11/gnustep-gui



>Number:         35490
>Category:       pkg
>Synopsis:       audio/cddb-bundle should depend on x11/gnustep-gui
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 26 19:20:00 +0000 2007
>Originator:     rosenfeld%grumpf.hope-2000.org@localhost
>Release:        pkgsrc-2006Q4
>Organization:
>Environment:
System: NetBSD panic 4.0_BETA2 NetBSD 4.0_BETA2 (PANIC) #1: Sun Jan 7 15:45:57 
CET 2007 woodstoc@panic:/usr/obj/sys/arch/i386/compile.i386/PANIC i386
Architecture: i386
Machine: i386
>Description:
audio/cddb-bundle tries to link against -lgnustep-gui but does not find
it

>How-To-Repeat:
cd /usr/pkgsrc/audio/cddb-bundle && make

>Fix:

Index: audio/cddb-bundle/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/cddb-bundle/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- audio/cddb-bundle/Makefile  22 Sep 2006 06:33:30 -0000      1.7
+++ audio/cddb-bundle/Makefile  26 Jan 2007 18:25:58 -0000
@@ -18,4 +18,5 @@
 MAKE_FILE=     GNUmakefile
 
 .include "../../devel/gnustep-base/buildlink3.mk"
+.include "../../x11/gnustep-gui/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"




Home | Main Index | Thread Index | Old Index