Date: Tue, 31 Jan 2006 23:00:20 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92609: Update port: audio/ecasound to 2.4.4 Message-ID: <20060131230020.1dda6c1c.tkato432@yahoo.com> Resent-Message-ID: <200601311410.k0VEA3Xp056992@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92609 >Category: ports >Synopsis: Update port: audio/ecasound to 2.4.4 >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: Tue Jan 31 14:10:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p14 i386 >Organization: >Environment: >Description: - Update to version 2.4.4 New file: files/patch-ecatools__ecaplay.c >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/ecasound/Makefile audio/ecasound/Makefile --- /usr/ports/audio/ecasound/Makefile Mon Dec 19 13:44:46 2005 +++ audio/ecasound/Makefile Sun Jan 29 20:33:38 2006 @@ -6,7 +6,7 @@ # PORTNAME= ecasound -PORTVERSION= 2.4.3 +PORTVERSION= 2.4.4 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ @@ -18,7 +18,8 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --disable-pyecasound --disable-rubyecasound --with-largefile +CONFIGURE_ARGS= --disable-pyecasound --disable-rubyecasound --with-largefile \ + --enable-sys-readline INSTALLS_SHLIB= yes MAN1= ecasound-iam.1 ecasound.1 ecatools.1 ecaconvert.1 \ @@ -32,6 +33,7 @@ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 +LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline CFLAGS+= -fpermissive .endif @@ -54,7 +56,7 @@ .endif .if defined(WITH_SAMPLERATE) -LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate .else CONFIGURE_ARGS+= --disable-libsamplerate --disable-sndfile .endif diff -urN /usr/ports/audio/ecasound/distinfo audio/ecasound/distinfo --- /usr/ports/audio/ecasound/distinfo Mon Dec 19 13:44:46 2005 +++ audio/ecasound/distinfo Sun Jan 29 20:27:45 2006 @@ -1,3 +1,3 @@ -MD5 (ecasound-2.4.3.tar.gz) = ea4af6ffa9f00743270151927f7b4584 -SHA256 (ecasound-2.4.3.tar.gz) = 18e198993d4fe696ffc495b2229d99c75583015b4b2429349fab2d5219057945 -SIZE (ecasound-2.4.3.tar.gz) = 1112995 +MD5 (ecasound-2.4.4.tar.gz) = 3032a157f736bb38426b2ebcc92c6513 +SHA256 (ecasound-2.4.4.tar.gz) = dd6afb770f97894763310d4435c1ab4ceb6529f0c0c9c790d126f22ea6f8bf77 +SIZE (ecasound-2.4.4.tar.gz) = 1128867 diff -urN /usr/ports/audio/ecasound/files/patch-ecatools__ecaplay.c audio/ecasound/files/patch-ecatools__ecaplay.c --- /usr/ports/audio/ecasound/files/patch-ecatools__ecaplay.c Thu Jan 1 09:00:00 1970 +++ audio/ecasound/files/patch-ecatools__ecaplay.c Sun Jan 29 21:54:30 2006 @@ -0,0 +1,14 @@ +--- ecatools/ecaplay.c.orig Mon Oct 3 06:44:57 2005 ++++ ecatools/ecaplay.c Sun Jan 29 21:54:01 2006 +@@ -211,9 +211,10 @@ + else { + static int once = 1; + if (once) { ++ char *tmpstr; + eci_command_r(eci, "ao-iselect 1"); + eci_command_r(eci, "ao-describe"); +- char *tmpstr = (char*)eci_last_string_r(eci); ++ tmpstr = (char*)eci_last_string_r(eci); + /* skip the "-x:" prefix where x is one of [io] */ + while(*tmpstr && *tmpstr++ != ':') + ; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060131230020.1dda6c1c.tkato432>