ports/64644: [UPDATE PORT] audio/normalize: unbreak (USE_BZIP2 has to apear befor include bsd.port.pre.mk)

Kay Lehmann kay_lehmann at web.de
Wed Mar 24 08:40:19 UTC 2004


>Number:         64644
>Category:       ports
>Synopsis:       [UPDATE PORT] audio/normalize: unbreak (USE_BZIP2 has to apear befor include bsd.port.pre.mk)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 24 00:40:19 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kay Lehmann
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:


System: FreeBSD 4.9-STABLE #33: Wed Mar 17 22:04:58 CET 2004
    kay at bippes.finkenkrug.ev:/usr/obj/usr/src/sys/bippes



>Description:


Last update to audio/normalize introduced option WITH-XMMS. 
Now it is broken because USE_BZIP2 is set to late. It has to apear 
before including bsd.port.pre.mk (otherwise it will be ignored).



>How-To-Repeat:


try make checksum in ${PORTSDIR}/audio/normalize


>Fix:


--- Makefile.diff begins here ---
--- Makefile.orig	Wed Mar 24 08:06:53 2004
+++ Makefile	Wed Mar 24 09:22:57 2004
@@ -14,6 +14,11 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A tool for adjusting the volume of wave/MP3 files to a standard level
 
+USE_BZIP2=	yes
+USE_GETOPT_LONG=	yes
+USE_GETTEXT=	yes
+GNU_CONFIGURE=	yes
+
 LIB_DEPENDS=	mad.2:${PORTSDIR}/audio/mad
 
 OPTIONS=	XMMS "Build XMMS plugin" off
@@ -22,10 +27,6 @@
 LIB_DEPENDS+=	xmms.4:${PORTSDIR}/multimedia/xmms
 .endif
 
-USE_BZIP2=	yes
-USE_GETOPT_LONG=	yes
-USE_GETTEXT=	yes
-GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 .if defined(WITH_XMMS)
--- Makefile.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list