Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2004 09:33:00 +0100
From:      "Kay Lehmann" <kay_lehmann@web.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/64644: [UPDATE PORT] audio/normalize: unbreak (USE_BZIP2 has to apear befor include bsd.port.pre.mk)
Message-ID:  <1080117180.0@bippes.finkenkrug.ev>
Resent-Message-ID: <200403240840.i2O8eJ9O046610@freefall.freebsd.org>

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

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1080117180.0>