Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2006 11:24:44 +0200 (CEST)
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104253: [audio/herrie] Bump to 0.6
Message-ID:  <20061010092445.032231CD2E@palm.hoeg.nl>
Resent-Message-ID: <200610100930.k9A9UJvv005449@freefall.freebsd.org>

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

>Number:         104253
>Category:       ports
>Synopsis:       [audio/herrie] Bump to 0.6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 10 09:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ed Schouten
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Oct 6 14:06:07 CEST 2006 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
A new version of Herrie is available for download. It includes a lot of
fixes, but also support for LibAO.
>How-To-Repeat:
n/a
>Fix:
Apply the patch below:

--- audio/herrie/Makefile	Thu Sep 28 00:37:15 2006
+++ audio/herrie/Makefile	Tue Oct 10 11:22:29 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	herrie
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	audio
 MASTER_SITES=	http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
 		http://www.stack.nl/~ed/projects/herrie/distfiles/
@@ -25,7 +25,8 @@
 
 OPTIONS=	MAD "MAD MP3 support" on \
 		VORBIS "Ogg Vorbis support" on \
-		SNDFILE "libsndfile support" off
+		SNDFILE "libsndfile support" on \
+		LIBAO "LibAO support (breaks chroot)" off
 
 PLIST_FILES=	bin/herrie \
 		share/locale/nl/LC_MESSAGES/herrie.mo
@@ -48,6 +49,10 @@
 LIB_DEPENDS+=	sndfile.1:${PORTSDIR}/audio/libsndfile
 .else
 MAKE_ENV+=	NO_SNDFILE=yes
+.endif
+.if !defined(WITHOUT_LIBAO)
+LIB_DEPENDS=	ao.3:${PORTSDIR}/audio/libao
+MAKE_ARGS+=	AUDIO_OUTPUT=ao
 .endif
 
 .include <bsd.port.post.mk>
--- audio/herrie/distinfo	Thu Sep 28 00:37:15 2006
+++ audio/herrie/distinfo	Tue Oct 10 11:20:04 2006
@@ -1,3 +1,3 @@
-MD5 (herrie-0.5.tar.gz) = 486800161c7c42f5506531fdac2a226a
-SHA256 (herrie-0.5.tar.gz) = 50f98bd716a23f92c2b9af123ce61edb5517b8d0a741039c2c41ef3a6d42631f
-SIZE (herrie-0.5.tar.gz) = 45521
+MD5 (herrie-0.6.tar.gz) = 579231dc7bfa660cab702aef02921480
+SHA256 (herrie-0.6.tar.gz) = 1fe44d9012ab2979792461234c221d9a7471e549e439abe1979b183d2002c2aa
+SIZE (herrie-0.6.tar.gz) = 44872
>Release-Note:
>Audit-Trail:
>Unformatted:



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