From owner-freebsd-gnome@FreeBSD.ORG Sun May 22 14:21:53 2011 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23722106564A for ; Sun, 22 May 2011 14:21:53 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.freebsd.org (Postfix) with SMTP id B9C718FC12 for ; Sun, 22 May 2011 14:21:52 +0000 (UTC) Received: (qmail 38201 invoked from network); 22 May 2011 13:55:10 -0000 Received: from 91.186.144.116 (HELO ?192.168.0.130?) (91.186.144.116) by relay03.pair.com with SMTP; 22 May 2011 13:55:10 -0000 X-pair-Authenticated: 91.186.144.116 Date: Sun, 22 May 2011 15:55:11 +0200 (CEST) From: Gerald Pfeifer To: gnome@FreeBSD.org In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: Re: Minor improvements to textproc/libxslt X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2011 14:21:53 -0000 I'd prefer to get an explicit ack over a maintainer timeout for the following. 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 >