ports/124998: [PATCH] audio/soundtouch: doesn't compile with autoconf261

Koji Yokota yokota at res.otaru-uc.ac.jp
Thu Jun 26 04:10:04 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list