Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Nov 2011 02:50:15 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/162827: Update port: audio/terminatorx to 3.84
Message-ID:  <20111125025015.31d10a77.tkato432@yahoo.com>
Resent-Message-ID: <201111241820.pAOIKCxK055940@freefall.freebsd.org>

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

>Number:         162827
>Category:       ports
>Synopsis:       Update port: audio/terminatorx to 3.84
>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:   Thu Nov 24 18:20:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 3.84

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/terminatorx/Makefile audio/terminatorx/Makefile
--- /usr/ports/audio/terminatorx/Makefile	2011-09-24 13:21:09.000000000 +0900
+++ audio/terminatorx/Makefile	2011-11-16 01:32:04.000000000 +0900
@@ -6,7 +6,7 @@
 #    $MCom: ports/audio/terminatorx/Makefile,v 1.6 2007/08/04 03:51:28 marcus Exp $
 
 PORTNAME=	terminatorx
-PORTVERSION=	3.83
+PORTVERSION=	3.84
 CATEGORIES=	audio
 MASTER_SITES=	http://terminatorx.org/dist/
 DISTNAME=	terminatorX-${PORTVERSION}
@@ -17,10 +17,11 @@
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
 		rarian-sk-config:${PORTSDIR}/textproc/rarian
 LIB_DEPENDS=	audiofile.0:${PORTSDIR}/audio/libaudiofile \
-		lrdf.2:${PORTSDIR}/textproc/liblrdf \
-		jack.0:${PORTSDIR}/audio/jack
+		lrdf.2:${PORTSDIR}/textproc/liblrdf
 
-OPTIONS=	MPG123 "mpg123 support" on \
+OPTIONS=	ALSA "ALSA support" off \
+		JACK "JACK support" on \
+		MPG123 "mpg123 support" on \
 		SOX "sox (.au) support" on \
 		VORBIS "OGG Vorbis support" on \
 		MAD "MPEG Audio Decoder (libmad) support" on
@@ -34,10 +35,10 @@
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
-CONFIGURE_ARGS=	--disable-alsa \
-		--disable-alsamidi \
+CONFIGURE_ARGS=	--disable-alsamidi \
 		--disable-scheduler
 INSTALLS_OMF=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		terminatorX.1
 
@@ -46,6 +47,18 @@
 
 .include <bsd.port.pre.mk>
 
+.if defined(WITH_ALSA)
+LIB_DEPENDS+=	asound.2:${PORTSDIR}/audio/alsa-lib
+.else
+CONFIGURE_ARGS+=	--disable-alsa
+.endif
+
+.if !defined(WITHOUT_JACK)
+LIB_DEPENDS+=	jack.0:${PORTSDIR}/audio/jack
+.else
+CONFIGURE_ARGS+=	--disable-jack
+.endif
+
 .if !defined(WITHOUT_MPG123)
 BUILD_DEPENDS+=	mpg123:${PORTSDIR}/audio/mpg123
 .else
diff -urN /usr/ports/audio/terminatorx/distinfo audio/terminatorx/distinfo
--- /usr/ports/audio/terminatorx/distinfo	2011-07-03 02:34:23.000000000 +0900
+++ audio/terminatorx/distinfo	2011-11-16 01:17:44.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (terminatorX-3.83.tar.bz2) = 9d9a01036be03f2b36b8471538063c8b082bdbf717e7e5467c549d723e9f3d72
-SIZE (terminatorX-3.83.tar.bz2) = 449234
+SHA256 (terminatorX-3.84.tar.bz2) = f754c3fbebc28f4182b4b7e31816362ea353a450b2a4ce13834af95145cdf921
+SIZE (terminatorX-3.84.tar.bz2) = 449362
>Release-Note:
>Audit-Trail:
>Unformatted:



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