Skip site navigation (1)Skip section navigation (2)
Date:      10 Nov 2004 21:05:28 -0000
From:      "Frank J.Laszlo" <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73791: [UPDATE] audio/vorbisgain: Added knob for WITH_RECURSIVE
Message-ID:  <20041110210528.99249.qmail@ip209-154.digitalrealm.net>
Resent-Message-ID: <200411102110.iAALAL9f019977@freefall.freebsd.org>

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

>Number:         73791
>Category:       ports
>Synopsis:       [UPDATE] audio/vorbisgain: Added knob for WITH_RECURSIVE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 10 21:10:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Frank J. Laszlo
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	The configure script allows for --enable-recursive which allows you
	to modify files recursive, this must have been left out of the port
	Makefile, I have added a knob for it.
>How-To-Repeat:
	
>Fix:

	

--- vorbisgain.diff begins here ---
--- vorbisgain.orig/Makefile	Wed Nov 10 15:57:53 2004
+++ vorbisgain/Makefile	Wed Nov 10 16:02:03 2004
@@ -12,7 +12,7 @@
 CATEGORIES=	audio
 MASTER_SITES=	http://sjeng.org/ftp/vorbis/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	laszlof@vonostingroup.com
 COMMENT=	Calculates the perceived sound level of an Ogg Vorbis file
 
 LIB_DEPENDS=	vorbis.3:${PORTSDIR}/audio/libvorbis
@@ -25,6 +25,10 @@
 
 MAN1=		vorbisgain.1
 PLIST_FILES=	bin/vorbisgain
+
+.if defined(WITH_RECURSIVE)
+CONFIGURE_ARGS=	--enable-recursive
+.endif
 
 pre-configure:
 	@${CHMOD} +x ${WRKSRC}/configure
--- vorbisgain.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?20041110210528.99249.qmail>