Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2011 11:45:01 -0400
From:      Joe Marcus Clarke <marcus@freebsd.org>
To:        Gerald Pfeifer <gerald@pfeifer.com>
Cc:        gnome@freebsd.org
Subject:   Re: Minor improvements to textproc/libxslt
Message-ID:  <4DD92F7D.4090200@freebsd.org>
In-Reply-To: <alpine.LNX.2.00.1105221552230.3210@gerinyyl.fvgr>
References:  <alpine.LNX.2.00.1103210249320.3171@gerinyyl.fvgr> <alpine.LNX.2.00.1105221552230.3210@gerinyyl.fvgr>

next in thread | previous in thread | raw e-mail | index | archive | help
On 5/22/11 9:55 AM, Gerald Pfeifer wrote:
> I'd prefer to get an explicit ack over a maintainer timeout for the
> following.

Ack.  Looks safe.

Joe

> 
> Gerald
> 
> On Mon, 21 Mar 2011, Gerald Pfeifer wrote:
>> can I get approval to apply the patch below to textproc/libxslt?
>>
>> It addresses an infrastructure change I had triggered and Marcus
>> kindly integrated in portlint now where CPPFLAGS is now generally
>> passed to CONFIGURE_ENV and MAKE_ENV.
>>
>> Gerald
>>
>> Index: Makefile
>> ===================================================================
>> RCS file: /home/pcvs/ports/textproc/libxslt/Makefile,v
>> retrieving revision 1.97
>> diff -u -r1.97 Makefile
>> --- Makefile	27 Jul 2010 01:25:19 -0000	1.97
>> +++ Makefile	21 Mar 2011 01:46:21 -0000
>> @@ -25,8 +25,8 @@
>>  USE_GNOME?=	gnomehack gnometarget libxml2
>>  CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
>>  		--without-python
>> -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
>> -		LDFLAGS="-L${LOCALBASE}/lib"
>> +CPPFLAGS=	"-I${LOCALBASE}/include"
>> +CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
>>  
>>  .if defined(MASTERDIR)
>>  _SLAVE_PORT=	yes
>>
> _______________________________________________
> freebsd-gnome@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
> To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"
> 


-- 
Joe Marcus Clarke
FreeBSD GNOME Team	::	gnome@FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DD92F7D.4090200>