From owner-svn-ports-all@FreeBSD.ORG Mon Mar 3 08:39:08 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53584EC4; Mon, 3 Mar 2014 08:39:08 +0000 (UTC) Received: from fep13.mx.upcmail.net (fep13.mx.upcmail.net [62.179.121.33]) by mx1.freebsd.org (Postfix) with ESMTP id 13520A8B; Mon, 3 Mar 2014 08:39:06 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep13-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20140303083858.DKSZ14352.viefep13-int.chello.at@edge02.upcmail.net>; Mon, 3 Mar 2014 09:38:58 +0100 Received: from [127.0.0.1] ([178.84.134.112]) by edge02.upcmail.net with edge id Ywey1n0022Rg3Ey02weyWZ; Mon, 03 Mar 2014 09:38:58 +0100 X-SourceIP: 178.84.134.112 Message-ID: <53143FA2.2040509@rainbow-runner.nl> Date: Mon, 03 Mar 2014 09:38:58 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Tijl Coosemans , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r346763 - head/Mk/Uses References: <201403021314.s22DE7UH078623@svn.freebsd.org> In-Reply-To: <201403021314.s22DE7UH078623@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 140302-1, 02-03-2014), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 03 Mar 2014 08:39:08 -0000 On 2-3-2014 14:14, Tijl Coosemans wrote: > Author: tijl > Date: Sun Mar 2 13:14:07 2014 > New Revision: 346763 > URL: http://svnweb.freebsd.org/changeset/ports/346763 > QAT: https://qat.redports.org/buildarchive/r346763/ > > Log: > In libtool.mk, let the regexp for DragonFly BSD support match both > "freebsd*)" and "freebsd* ", and add "dragonfly*" only if it isn't there > already. > > Approved by: bapt > > Modified: > head/Mk/Uses/libtool.mk > > Modified: head/Mk/Uses/libtool.mk > ============================================================================== > --- head/Mk/Uses/libtool.mk Sun Mar 2 13:13:27 2014 (r346762) > +++ head/Mk/Uses/libtool.mk Sun Mar 2 13:14:07 2014 (r346763) > @@ -19,10 +19,10 @@ _INCLUDE_USES_LIBTOOL_POST_MK= yes > patch-libtool: > @${FIND} ${WRKDIR} \( -name configure -or -name ltconfig \) \ > -type f | ${XARGS} ${REINPLACE_CMD} \ > + -e '/dragonfly\*/!s/freebsd\*[ )]/dragonfly* | &/' \ > -e '/gcc_dir=\\`/s/gcc /$$CC /' \ > -e '/gcc_ver=\\`/s/gcc /$$CC /' \ > -e '/link_all_deplibs[0-9A-Z_]*=/s/=unknown/=no/' \ > - -e 's,freebsd\*),freebsd\*|dragonfly\*),g' \ > -e '/objformat=/s/echo aout/echo elf/' \ > -e "/freebsd-elf\\*)/,/;;/ { \ > /deplibs_check_method=/s/=.*/=pass_all/; }" > Hi, this seems to break sysutils/hal configure stage, could you take a look at the following PR? It also has a proposed patch for the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187208 Thanks, -Koop