From owner-freebsd-ports Sun Jul 29 14: 0:18 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E0DD37B403 for ; Sun, 29 Jul 2001 14:00:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6TL0Co91868; Sun, 29 Jul 2001 14:00:12 -0700 (PDT) (envelope-from gnats) Received: from hrothgar.omcl.org (dsl254-009-160.sea1.dsl.speakeasy.net [216.254.9.160]) by hub.freebsd.org (Postfix) with ESMTP id 5460437B401 for ; Sun, 29 Jul 2001 13:57:21 -0700 (PDT) (envelope-from spcoltri@hrothgar.omcl.org) Received: (from spcoltri@localhost) by hrothgar.omcl.org (8.11.4/8.11.4) id f6TKuod49822; Sun, 29 Jul 2001 13:56:50 -0700 (PDT) (envelope-from spcoltri) Message-Id: <200107292056.f6TKuod49822@hrothgar.omcl.org> Date: Sun, 29 Jul 2001 13:56:50 -0700 (PDT) From: Steve Coltrin Reply-To: Steve Coltrin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29305: unbreak audio/mp3info Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29305 >Category: ports >Synopsis: unbreak audio/mp3info >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 29 14:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Steve Coltrin >Release: FreeBSD 4.3-STABLE i386 >Organization: Orbital Mind Control Lasers >Environment: System: FreeBSD hrothgar.omcl.org 4.3-STABLE FreeBSD 4.3-STABLE #14: Sat Jul 14 00:03:51 PDT 2001 spcoltri@hrothgar.omcl.org:/usr/obj/usr/src/sys/HROTHGAR i386 >Description: audio/mp3info fails to compile if gtk is installed. >How-To-Repeat: >Fix: % cat files/patch-Makefile --- Makefile.orig Sun Jul 29 13:46:02 2001 +++ Makefile Sun Jul 29 13:47:36 2001 @@ -55,7 +55,7 @@ $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) gmp3info: $(XSRC) $(XOBJ) - $(CC) $(XSRC) $(CFLAGS) -o $@ $(XOBJ) `gtk-config --cflags --libs` + $(CC) $(XSRC) $(CFLAGS) -o $@ $(XOBJ) `$(GTK_CONFIG) --cflags --libs` mp3info.txt: mp3info.1 groff -t -e -mandoc -Tascii mp3info.1 | col -bx > mp3info.txt >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message