Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Mar 2014 09:38:58 +0100
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        Tijl Coosemans <tijl@FreeBSD.org>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r346763 - head/Mk/Uses
Message-ID:  <53143FA2.2040509@rainbow-runner.nl>
In-Reply-To: <201403021314.s22DE7UH078623@svn.freebsd.org>
References:  <201403021314.s22DE7UH078623@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53143FA2.2040509>