Date: Sat, 7 Sep 2013 02:50:33 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/181887: audio/ecasound: Update MASTER_SITES and WWW: line Message-ID: <20130907025033.95cce5296a27b2ab1c5f65fa@yahoo.com> Resent-Message-ID: <201309061810.r86IA4kw054584@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181887 >Category: ports >Synopsis: audio/ecasound: Update MASTER_SITES and WWW: line >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: Fri Sep 06 18:10:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/ecasound/Makefile audio/ecasound/Makefile --- /usr/ports/audio/ecasound/Makefile 2013-09-05 01:46:43.000000000 +0900 +++ audio/ecasound/Makefile 2013-09-07 00:00:00.000000000 +0900 @@ -5,22 +5,20 @@ PORTVERSION= 2.9.0 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ \ - http://eca.cx/download/ \ + http://nosignal.fi/download/ \ http://ecawave.sourceforge.net/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Multitrack audio processing software -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2 # (or later) BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa OPTIONS_DEFINE= ALSA AUDIOFILE JACK LO OIL PYTHON SAMPLERATE OPTIONS_DEFAULT=PYTHON -AUDIOFILE_DESC= Enable libaudiofile support -LO_DESC= Enable liblo support -OIL_DESC= Enable liboil support +LO_DESC= Open Sound Control support via LibLO +OIL_DESC= Inner loop optimizations support via Liboil USES= gmake readline USE_AUTOTOOLS= libtool @@ -30,8 +28,8 @@ --disable-arts USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= ecaconvert.1 ecafixdc.1 ecalength.1 ecamonitor.1 \ ecanormalize.1 ecaplay.1 ecasignalview.1 ecasound.1 \ @@ -88,8 +86,6 @@ @${REINPLACE_CMD} -e '/test/s|==|=|g ; \ s| $$EXTRAGCCFLAGS||g ; \ s| $$EXTRACPPFLAGS||g ; \ - s| -pthread||g ; \ - s| -D_THREAD_SAFE||g ; \ s| -D_P1003_1B_VISIBLE||' ${WRKSRC}/configure .include <bsd.port.mk> diff -urN /usr/ports/audio/ecasound/pkg-descr audio/ecasound/pkg-descr --- /usr/ports/audio/ecasound/pkg-descr 2013-09-05 01:46:43.000000000 +0900 +++ audio/ecasound/pkg-descr 2013-09-07 00:00:00.000000000 +0900 @@ -9,4 +9,4 @@ creating alternative user-interfaces is easy. A versatile console mode interface is included in the package. -WWW: http://www.eca.cx/ecasound/ +WWW: http://nosignal.fi/ecasound/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130907025033.95cce5296a27b2ab1c5f65fa>