Date: Thu, 26 Jun 2008 12:47:17 +0900 (JST) From: Koji Yokota <yokota@res.otaru-uc.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.org Cc: danfe@FreeBSD.org Subject: ports/124998: [PATCH] audio/soundtouch: doesn't compile with autoconf261 Message-ID: <20080626034717.1E4D4B83C@room520-1.yokota-s.otaru-uc.ac.jp> Resent-Message-ID: <200806260410.m5Q4A3Vr064354@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124998 >Category: ports >Synopsis: [PATCH] audio/soundtouch: doesn't compile with autoconf261 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 26 04:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Koji Yokota >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: Otaru University of Commerce >Environment: System: FreeBSD hoge.otaru-uc.ac.jp 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu May 29 23:57:30 JST 2008 >Description: [DESCRIBE CHANGES] The distfile is created with autoconf262 and attempt to compile with earlier versions fails. Port maintainer (danfe@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- soundtouch-1.3.1_4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/soundtouch.orig/Makefile /usr/ports/audio/soundtouch/Makefile --- /usr/ports/audio/soundtouch.orig/Makefile 2007-09-30 13:46:35.000000000 +0900 +++ /usr/ports/audio/soundtouch/Makefile 2008-06-26 12:41:36.000000000 +0900 @@ -7,7 +7,7 @@ PORTNAME= soundtouch DISTVERSION= 1.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ @@ -15,7 +15,7 @@ COMMENT= An open-source audio processing library CONFIGURE_ARGS= --enable-shared=yes -USE_AUTOTOOLS= autoconf:261 automake:19:env libtool:15 +USE_AUTOTOOLS= autoconf:262 automake:19:env libtool:15 USE_LDCONFIG= yes pre-configure: --- soundtouch-1.3.1_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080626034717.1E4D4B83C>