From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 25 23:50:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 609F716A4ED for ; Sat, 25 Aug 2007 23:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BF8013C474 for ; Sat, 25 Aug 2007 23:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7PNo2Ln098471 for ; Sat, 25 Aug 2007 23:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7PNo26r098470; Sat, 25 Aug 2007 23:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 25 Aug 2007 23:50:02 GMT Resent-Message-Id: <200708252350.l7PNo26r098470@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D69616A418 for ; Sat, 25 Aug 2007 23:41:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 40D7713C465 for ; Sat, 25 Aug 2007 23:41:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7PNfgxs034928 for ; Sat, 25 Aug 2007 23:41:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l7PNfgEm034927; Sat, 25 Aug 2007 23:41:42 GMT (envelope-from nobody) Message-Id: <200708252341.l7PNfgEm034927@www.freebsd.org> Date: Sat, 25 Aug 2007 23:41:42 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/115820: [patch][audio/soundtouch] unbreak (trivial) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 23:50:02 -0000 >Number: 115820 >Category: ports >Synopsis: [patch][audio/soundtouch] unbreak (trivial) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 25 23:50:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: Releng_6 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Jul 14 14:51:35 CEST 2007 root@mobileKamikaze.norad:/usr/obj/TPR40-6/i386/usr/src/sys/TPR40-6 i386 >Description: The port audio/soundtouch is marked broken, because it does not build. The patch adds aclocal to the autotools chain, which causes the port to configure, build and install properly. >How-To-Repeat: >Fix: diff -Pur audio/soundtouch.orig/Makefile audio/soundtouch/Makefile --- audio/soundtouch.orig/Makefile Sun Aug 26 01:25:36 2007 +++ audio/soundtouch/Makefile Sun Aug 26 01:34:18 2007 @@ -15,10 +15,8 @@ COMMENT= An open-source audio processing library CONFIGURE_ARGS= --enable-shared=yes -USE_AUTOTOOLS= autoconf:259 automake:19:env libtool:15 +USE_AUTOTOOLS= aclocal:19:env autoconf:259 automake:19:env libtool:15 USE_LDCONFIG= yes - -BROKEN= Does not compile post-patch: .SILENT .for f in config.guess config.sub depcomp install-sh missing >Release-Note: >Audit-Trail: >Unformatted: