Date: Fri, 26 Jul 2002 16:48:22 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/41025: Update port: audio/autools to 1.1.9 Message-ID: <200207262348.g6QNmMiM038169@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 41025 >Category: ports >Synopsis: Update port: audio/autools to 1.1.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 26 16:50:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.1.9 Remove file: files/patch-Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/autools/Makefile audio/autools/Makefile --- /usr/ports/audio/autools/Makefile Thu Jul 4 15:07:21 2002 +++ audio/autools/Makefile Sat Jul 27 04:47:58 2002 @@ -7,7 +7,7 @@ # PORTNAME= autools -PORTVERSION= 1.1.8 +PORTVERSION= 1.1.9 CATEGORIES= audio MASTER_SITES= http://www.tnt.uni-hannover.de/~purnhage/software/ EXTRACT_SUFX= .tgz @@ -16,6 +16,25 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtsp.a:${PORTSDIR}/audio/afsp +USE_REINPLACE= yes USE_GMAKE= yes +MAKE_ENV= AFSP_INCLUDE_PATH="${LOCALBASE}/include" \ + AFSP_LIBRARY_PATH="${LOCALBASE}/lib" + +PROGRAMS= ac3spdif augen auquant auquery fifo playlist plax randhead \ + wav2au +SCRIPTS= catcol dao2toc genam genfm toc2plax-cut toc2plax-idx \ + toc2plax-trk toc2toc + +post-patch: + @${REINPLACE_CMD} -e 's|^CFLAGS = -O3|CFLAGS +=|g' ${WRKSRC}/Makefile + +do-install: +.for file in ${PROGRAMS} + ${INSTALL_PROGRAM} ${WRKSRC}/unknown/${file} ${PREFIX}/bin +.endfor +.for file in ${SCRIPTS} + ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin +.endfor .include <bsd.port.mk> diff -urN /usr/ports/audio/autools/distinfo audio/autools/distinfo --- /usr/ports/audio/autools/distinfo Thu Jul 4 15:07:21 2002 +++ audio/autools/distinfo Wed Jul 24 01:39:12 2002 @@ -1 +1 @@ -MD5 (autools-1.1.8.tgz) = 3b19f161a5525ec32da6abc3fa45ded3 +MD5 (autools-1.1.9.tgz) = 151d3bf96eaead5bb07b49d7b62c5209 diff -urN /usr/ports/audio/autools/files/patch-Makefile audio/autools/files/patch-Makefile --- /usr/ports/audio/autools/files/patch-Makefile Thu Jul 4 15:07:22 2002 +++ audio/autools/files/patch-Makefile Thu Jan 1 09:00:00 1970 @@ -1,29 +0,0 @@ ---- Makefile.orig Thu Jul 4 13:49:11 2002 -+++ Makefile Thu Jul 4 13:52:33 2002 -@@ -78,7 +78,7 @@ - - - # directory for binaries used by "make install" --INSTALL_DIR = /usr/local/bin -+INSTALL_DIR = ${PREFIX}/bin - - - ifeq "$(MAKELEVEL)" "0" -@@ -91,6 +91,8 @@ - - # paths for AFsp's libtsp can be set by the environment variables - # AFSP_INCLUDE_PATH and AFSP_LIBRARY_PATH -+AFSP_INCLUDE_PATH = ${LOCALBASE}/include -+AFSP_LIBRARY_PATH = ${LOCALBASE}/lib - - # disable AFsp by "make USE_AFSP=0" - ifndef USE_AFSP -@@ -110,7 +112,7 @@ - CFLAGS = -g -fbounds-checking -Wall - LDFLAGS = -g -fbounds-checking - else --CFLAGS = -O3 -Wall -Wno-uninitialized -Wno-unused -+#CFLAGS = -O3 -Wall -Wno-uninitialized -Wno-unused - endif - endif - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207262348.g6QNmMiM038169>