Date: Sun, 29 Jul 2001 14:40:03 -0700 (PDT) From: Pete Fritchman <petef@databits.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/29305: unbreak audio/mp3info Message-ID: <200107292140.f6TLe3u03153@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/29305; it has been noted by GNATS. 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107292140.f6TLe3u03153>