From spcoltri@hrothgar.omcl.org  Sun Jul 29 13:57:21 2001
Return-Path: <spcoltri@hrothgar.omcl.org>
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 <FreeBSD-gnats-submit@freebsd.org>; 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 <spcoltri@hrothgar.omcl.org>
Reply-To: Steve Coltrin <spcoltri@hrothgar.omcl.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: unbreak audio/mp3info
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29305
>Category:       ports
>Synopsis:       unbreak audio/mp3info
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 29 14:00:02 PDT 2001
>Closed-Date:    Mon Jul 30 18:27:58 PDT 2001
>Last-Modified:  Mon Jul 30 18:28:16 PDT 2001
>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:

From: Pete Fritchman <petef@databits.net>
To: Steve Coltrin <spcoltri@hrothgar.omcl.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/29305: unbreak audio/mp3info
Date: Sun, 29 Jul 2001 17:32:56 -0400

 Yes, this was meant to be in PR 29129, but I forgot to include it.
 
 There is yet another PR open about this, too - see PR 29258 with my diff
 included at the end (similiar to yours).
 
 Just waiting for someone to commit patch-Makefile.in..
 
 -pete
 
 ++ 29/07/01 13:56 -0700 - Steve Coltrin:
 | 
 | >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
 
 --
 Pete Fritchman <petef@databits.net>
 Databits Network Services, Inc. <http://databits.net>
 finger petef@databits.net for PGP key
 
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Mon Jul 30 18:27:58 PDT 2001 
State-Changed-Why:  
This is now fixed 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29305 
>Unformatted:
