From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 28 22:30:11 2011 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 367E61065670 for ; Fri, 28 Oct 2011 22:30:11 +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 E8B998FC19 for ; Fri, 28 Oct 2011 22:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9SMUAeW057828 for ; Fri, 28 Oct 2011 22:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9SMUA2j057826; Fri, 28 Oct 2011 22:30:10 GMT (envelope-from gnats) Resent-Date: Fri, 28 Oct 2011 22:30:10 GMT Resent-Message-Id: <201110282230.p9SMUA2j057826@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, "4720@hushmail.com" <4720@hushmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 701631065749 for ; Fri, 28 Oct 2011 22:27:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB218FC0C for ; Fri, 28 Oct 2011 22:27:12 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9SMRCN3007699 for ; Fri, 28 Oct 2011 22:27:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p9SMRCVJ007698; Fri, 28 Oct 2011 22:27:12 GMT (envelope-from nobody) Message-Id: <201110282227.p9SMRCVJ007698@red.freebsd.org> Date: Fri, 28 Oct 2011 22:27:12 GMT From: "4720@hushmail.com" <4720@hushmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/162121: [patch] remove dependency on gcc 4.6 from audio/audacity-devel 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: Fri, 28 Oct 2011 22:30:11 -0000 >Number: 162121 >Category: ports >Synopsis: [patch] remove dependency on gcc 4.6 from audio/audacity-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 28 22:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: 4720@hushmail.com >Release: >Organization: >Environment: >Description: audio/audacity-devel depends on gcc 4.6 or later, but is unnecessary. the USE_GCC line was set to 4.2+ to fix build on freebsd 7. ( http://www.freebsd.org/cgi/query-pr.cgi?pr=116118 ) during later years of port upgrades, it has increased to 4.6+. audacity-devel compiles and runs normally with the gcc 4.2.2. >How-To-Repeat: >Fix: attached patch changes USE_GCC=4.6+ back to 4.2+ to eliminate a large and unneeded dependency for systems with gcc 4.2 in base. Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/audacity-devel/Makefile,v retrieving revision 1.54 diff -u -r1.54 Makefile --- Makefile 23 Sep 2011 22:20:56 -0000 1.54 +++ Makefile 28 Oct 2011 22:08:05 -0000 @@ -25,7 +25,7 @@ USE_AUTOTOOLS= aclocal autoconf GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GCC= 4.6+ +USE_GCC= 4.2+ USE_GETTEXT= yes USE_BZIP2= yes USE_WX= 2.8+ >Release-Note: >Audit-Trail: >Unformatted: