Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2003 12:42:36 +0200 (CEST)
From:      Guido Berhoerster <ich@guido-berhoerster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53714: [PATCH] audio/gqradio: add missing dependency
Message-ID:  <200306251042.h5PAgaPY021448@hal.privat.lan>
Resent-Message-ID: <200306251050.h5PAoGKh010516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306251042.h5PAgaPY021448>