From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 25 03:50:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E0CA37B401 for ; Wed, 25 Jun 2003 03:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2223043FDF for ; Wed, 25 Jun 2003 03:50:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5PAoGUp010517 for ; Wed, 25 Jun 2003 03:50:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5PAoGKh010516; Wed, 25 Jun 2003 03:50:16 -0700 (PDT) Resent-Date: Wed, 25 Jun 2003 03:50:16 -0700 (PDT) Resent-Message-Id: <200306251050.h5PAoGKh010516@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Guido Berhoerster Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2518637B401 for ; Wed, 25 Jun 2003 03:42:47 -0700 (PDT) Received: from helium.webpack.hosteurope.de (helium.one-2-one.net [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5131444001 for ; Wed, 25 Jun 2003 03:42:45 -0700 (PDT) (envelope-from ich@guido-berhoerster.org) Received: from hal.privat.lan (pD9E12D2C.dip.t-dialin.net [217.225.45.44]) h5PAghr32046 for ; Wed, 25 Jun 2003 12:42:43 +0200 Received: from hal.privat.lan (localhost [127.0.0.1]) by hal.privat.lan (8.12.8p1/8.12.8) with ESMTP id h5PAgaCb021449 for ; Wed, 25 Jun 2003 12:42:37 +0200 (CEST) (envelope-from guiber@hal.privat.lan) Received: (from guiber@localhost) by hal.privat.lan (8.12.8p1/8.12.8/Submit) id h5PAgaPY021448; Wed, 25 Jun 2003 12:42:36 +0200 (CEST) Message-Id: <200306251042.h5PAgaPY021448@hal.privat.lan> Date: Wed, 25 Jun 2003 12:42:36 +0200 (CEST) From: Guido Berhoerster To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53714: [PATCH] audio/gqradio: add missing dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Guido Berhoerster List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 10:50:18 -0000 >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: