From owner-svn-ports-all@freebsd.org Fri Sep 9 19:24:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93A95BD467C; Fri, 9 Sep 2016 19:24:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64346BD; Fri, 9 Sep 2016 19:24:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u89JOXKn031272; Fri, 9 Sep 2016 19:24:33 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u89JOXZA031271; Fri, 9 Sep 2016 19:24:33 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201609091924.u89JOXZA031271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 9 Sep 2016 19:24:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421630 - head/audio/speex/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 19:24:34 -0000 Author: amdmi3 Date: Fri Sep 9 19:24:33 2016 New Revision: 421630 URL: https://svnweb.freebsd.org/changeset/ports/421630 Log: - Fix build with --disable-silent-rules PR: 212411 Submitted by: amdmi3 Approved by: portmgr Added: head/audio/speex/files/ head/audio/speex/files/patch-configure (contents, props changed) Added: head/audio/speex/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/speex/files/patch-configure Fri Sep 9 19:24:33 2016 (r421630) @@ -0,0 +1,10 @@ +--- configure.orig 2014-12-06 19:58:24 UTC ++++ configure +@@ -2486,6 +2486,7 @@ case $enable_silent_rules in # ((( + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=0;; + esac ++unset enableval + am_make=${MAKE-make} + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }