Date: Sun, 6 Apr 2003 19:27:40 -0400 From: The Anarcat <anarcat@anarcat.ath.cx> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50657: [PATCH] maintainer update of audio/ecawave Message-ID: <20030406232729.84FF3FA@shall.anarcat.ath.cx> Resent-Message-ID: <200304062330.h36NUEhm048325@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 50657 >Category: ports >Synopsis: [PATCH] maintainer update of audio/ecawave >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Apr 06 16:30:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 5.0-RELEASE i386 >Organization: >Environment: System: FreeBSD lenny.anarcat.ath.cx 5.0-RELEASE FreeBSD 5.0-RELEASE #3: Mon Mar 24 15:39:05 EST 2003 anarcat@lenny.anarcat.ath.cx:/usr/src/sys/i386/compile/LENNII i386 >Description: ecawave is dead, almost. :) It's not maintained anymore by its author. However, before dropping it, Kai updated ecawave to make it compile with latest ecasound libraries. >How-To-Repeat: try to compile ecawave after upgrading the ecasound port. 0.4.1 won't compile. >Fix: - update the ecawave port to 0.6.0 - fix the use of PERL by a use of REINPLACE_CMD - fix my email addres - fix the build --- /usr/ports/audio/ecawave/Makefile Sat Mar 1 18:36:55 2003 +++ Makefile Sun Apr 6 19:17:19 2003 @@ -6,18 +6,20 @@ # PORTNAME= ecawave -PORTVERSION= 0.4.1 +PORTVERSION= 0.6.0 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ -MAINTAINER= anarcat@anarcat.dyndns.org +MAINTAINER= anarcat@anarcat.ath.cx COMMENT= Simple graphical audio file editor -LIB_DEPENDS= ecasound.7:${PORTSDIR}/audio/ecasound +BUILD_DEPENDS= ${LOCALBASE}/lib/libecasound.a:${PORTSDIR}/audio/ecasound GNU_CONFIGURE= yes USE_QT_VER= 2 USE_X_PREFIX= yes +USE_GMAKE= yes +USE_REINPLACE= yes CFLAGS+= ${PTHREAD_CFLAGS:S/"//g} LDFLAGS+= ${PTHREAD_LIBS:S/"//g} @@ -29,7 +31,7 @@ MAN1= ecawave.1 post-patch: - @${PERL} -pi -e 's,-lqt,-lqt2,g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's,-lqt,-lqt2,g' ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) --- /usr/ports/audio/ecawave/distinfo Fri Dec 7 17:41:53 2001 +++ distinfo Sun Apr 6 17:15:10 2003 @@ -1 +1 @@ -MD5 (ecawave-0.4.1.tar.gz) = 40aadec35620a90ebd06a80301a4e546 +MD5 (ecawave-0.6.0.tar.gz) = 72a3245cc9326c47fa3ee6251f3b0a4c >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030406232729.84FF3FA>