From owner-svn-ports-head@freebsd.org Fri May 27 18:32:07 2016 Return-Path: Delivered-To: svn-ports-head@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 57665B4C3BC; Fri, 27 May 2016 18:32:07 +0000 (UTC) (envelope-from ehaupt@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 297211C9A; Fri, 27 May 2016 18:32:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RIW6tm096797; Fri, 27 May 2016 18:32:06 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RIW6TP096796; Fri, 27 May 2016 18:32:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201605271832.u4RIW6TP096796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 27 May 2016 18:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415955 - head/misc/bestfit/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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 18:32:07 -0000 Author: ehaupt Date: Fri May 27 18:32:06 2016 New Revision: 415955 URL: https://svnweb.freebsd.org/changeset/ports/415955 Log: Fix build on CURRENT. Added: head/misc/bestfit/files/ head/misc/bestfit/files/patch-configure (contents, props changed) Added: head/misc/bestfit/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/bestfit/files/patch-configure Fri May 27 18:32:06 2016 (r415955) @@ -0,0 +1,11 @@ +--- configure.orig 2016-05-27 17:25:42 UTC ++++ configure +@@ -3918,7 +3918,7 @@ else + fi; + + # Add -Wall to CFLAGS and clean it up +-CFLAGS=`echo $CFLAGS -Wall|sed 's/^\ *//g;s/\ *$//g'` ++#CFLAGS=`echo $CFLAGS -Wall|sed 's/^\ *//g;s/\ *$//g'` + + ac_config_files="$ac_config_files Makefile src/Makefile" +