Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2001 17:19:24 +0930 (CST)
From:      Richard Wiwatowski <rjwiwat@betalogic.com.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29258: audio/mp3info doesn't build gmp3info
Message-ID:  <200107270749.f6R7nOH05179@apollo.betalogic.com.au>

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

>Number:         29258
>Category:       ports
>Synopsis:       audio/mp3info doesn't build gmp3info
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 27 00:50:04 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Richard Wiwatowski
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD apollo.betalogic.com.au 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jul 26 11:03:13 CST 2001 root@flash.betalogic.com.au:/usr/src/sys/compile/APOLLO i386

>Description:
	The audio/mp3info port doesn't build the gmp3info program.
>How-To-Repeat:
	cd /usr/ports/audio/mp3info
	make
>Fix:

	Apply the following patch (e.g. create it as files/patch-aa):

--- Makefile~   Tue Jul 24 17:09:09 2001
+++ Makefile    Mon Jul 23 14:34:59 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) `gtk12-config --cflags --libs`
 
 mp3info.txt: mp3info.1
        groff -t -e -mandoc -Tascii mp3info.1 | col -bx > mp3info.txt

	Maybe the maintainer's version of gtk-config is installed as such but
	mine (from the latest port) is installed as gtk12-config.

>Release-Note:
>Audit-Trail:
>Unformatted:

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?200107270749.f6R7nOH05179>