ports/53714: [PATCH] audio/gqradio: add missing dependency

Guido Berhoerster ich at guido-berhoerster.org
Wed Jun 25 10:50:18 UTC 2003


>Number:         53714
>Category:       ports
>Synopsis:       [PATCH] audio/gqradio: add missing dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 25 03:50:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Guido Berhoerster
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hal.privat.lan 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Fri Apr 4 15:35:08 CEST 2003 root at hal.privat.lan:/usr/obj/usr/src/sys/HAL i386

gqradio-0.99.0
	
>Description:
	gqradio depends on gdk-pixbuf, if it has not been installed
previously configure fails and the build breaks.
>How-To-Repeat:
	Make sure graphics/gdk-pixbuf is not installed,
cd /usr/ports/audio/gqradio
make install

then watch configure fail.
>Fix:

	Apply the following patch to fix the dependency:

--- Makefile.diff begins here ---
--- Makefile.orig       Thu Jun 19 01:45:44 2003
+++ Makefile    Wed Jun 25 12:26:18 2003
@@ -18,7 +18,7 @@
 GNU_CONFIGURE= yes
 USE_GMAKE=     yes
 WANT_GNOME=    yes
-USE_GNOME=     gtk12
+USE_GNOME=     gtk12 gdkpixbuf
 CONFIGURE_ENV= LIBS=-L${LOCALBASE}/lib \
                CPPFLAGS=-I${LOCALBASE}/include
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list