From owner-cvs-all@FreeBSD.ORG Fri Mar 18 09:44:41 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2B3E1065673; Fri, 18 Mar 2011 09:44:41 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D30CE8FC15; Fri, 18 Mar 2011 09:44:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2I9ifGX060133; Fri, 18 Mar 2011 09:44:41 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2I9ifTP060132; Fri, 18 Mar 2011 09:44:41 GMT (envelope-from miwi) Message-Id: <201103180944.p2I9ifTP060132@repoman.freebsd.org> From: Martin Wilke Date: Fri, 18 Mar 2011 09:44:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/faac Makefile distinfo ports/audio/faac/files patch-configure.in patch-frontend_Makefile.am X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2011 09:44:42 -0000 miwi 2011-03-18 09:44:41 UTC FreeBSD ports repository Modified files: audio/faac Makefile distinfo audio/faac/files patch-configure.in Added files: audio/faac/files patch-frontend_Makefile.am Log: 1. fix portlint complaint about incorrect whitespace in CONFIGURE_ARGS assignment 2. instead of unconditionally setting LIBS in CONFIGURE_ENV use automake logc to correctly set library dependencies for the case when external libmp4v2 is used Fix #2 also fixes build with non-base gcc: configure stage would pass LIBS to all invocations of gcc and linking would fail because libmp4v2 is a C++ library, but non-base gcc (as opposed to g++) doesn't know where to look for the correct libstdc++. PR: 149765 Submitted by: Andriy Gapon Revision Changes Path 1.43 +2 -3 ports/audio/faac/Makefile 1.6 +0 -1 ports/audio/faac/distinfo 1.3 +9 -3 ports/audio/faac/files/patch-configure.in 1.1 +14 -0 ports/audio/faac/files/patch-frontend_Makefile.am (new)