From owner-svn-ports-all@FreeBSD.ORG Fri Apr 25 11:00:33 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 2D4DD1AB; Fri, 25 Apr 2014 11:00:33 +0000 (UTC) Received: from mailrelay011.isp.belgacom.be (mailrelay011.isp.belgacom.be [195.238.6.178]) by mx1.freebsd.org (Postfix) with ESMTP id 4E829130D; Fri, 25 Apr 2014 11:00:31 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlUGABo/WlNR8aN3/2dsb2JhbABZgwZPS8QrgQ8XdIIlAQEFOhwjEAsOBgQJJQ8qHgaIWAEIylAXjiYzB4Q5AQOZBIE5i1OFUYMzOw Received: from 119.163-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.163.119]) by relay.skynet.be with ESMTP; 25 Apr 2014 13:00:24 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s3PB0NrG002535; Fri, 25 Apr 2014 13:00:23 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Fri, 25 Apr 2014 13:00:23 +0200 From: Tijl Coosemans To: Baptiste Daroussin Subject: Re: svn commit: r352103 - in head/textproc: libxslt py-libxslt Message-ID: <20140425130023.62cbba05@kalimero.tijl.coosemans.org> In-Reply-To: <201404251025.s3PAPO4F069453@svn.freebsd.org> References: <201404251025.s3PAPO4F069453@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Fri, 25 Apr 2014 11:00:33 -0000 On Fri, 25 Apr 2014 10:25:24 +0000 (UTC) Baptiste Daroussin wrote: > Author: bapt > Date: Fri Apr 25 10:25:23 2014 > New Revision: 352103 > URL: http://svnweb.freebsd.org/changeset/ports/352103 > QAT: https://qat.redports.org/buildarchive/r352103/ > > Log: > Switch to USES=libtool > Strip binaries > > PR: ports/188978 > Submitted by: tijl > Approved by: kwm (gnome) > > Modified: > head/textproc/libxslt/Makefile > head/textproc/py-libxslt/Makefile > > Modified: head/textproc/libxslt/Makefile > ============================================================================== > --- head/textproc/libxslt/Makefile Fri Apr 25 10:09:46 2014 (r352102) > +++ head/textproc/libxslt/Makefile Fri Apr 25 10:25:23 2014 (r352103) > @@ -3,7 +3,7 @@ > > PORTNAME= libxslt > PORTVERSION= 1.1.28 > -PORTREVISION?= 2 > +PORTREVISION?= 3 > CATEGORIES?= textproc gnome > MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ > http://xmlsoft.org/sources/ \ > @@ -15,10 +15,11 @@ COMMENT?= The XSLT C library for GNOME > > .if !defined(REFERENCE_PORT) > > -USES= gmake > +USES= gmake libtool:oldver pathfix > GNU_CONFIGURE= yes > +INSTALL_TARGET= install-strip > USE_LDCONFIG= yes > -USE_GNOME?= gnomehack libxml2 > +USE_GNOME?= libxml2 > CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ > --without-python > CPPFLAGS+= -I${LOCALBASE}/include > @@ -36,17 +37,9 @@ MEM_DEBUG_DESC= Enable memory debugging > CRYPTO_DESC= Enable crypto support for exslt > .endif > > -.include > - > -.if ${PORT_OPTIONS:MMEM_DEBUG} > -CONFIGURE_ARGS+= --with-mem-debug > -.endif > - > -.if ${PORT_OPTIONS:MCRYPTO} > -LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt > -.else > -CONFIGURE_ARGS+=--without-crypto > -.endif > +MEM_DEBUG_CONFIGURE_ON= --with-mem-debug > +CRYPTO_CONFIGURE_WITH= crypto > +CRYPTO_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt > > post-patch: > @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ > > Modified: head/textproc/py-libxslt/Makefile > ============================================================================== > --- head/textproc/py-libxslt/Makefile Fri Apr 25 10:09:46 2014 (r352102) > +++ head/textproc/py-libxslt/Makefile Fri Apr 25 10:25:23 2014 (r352103) > @@ -14,9 +14,8 @@ DESCR= ${.CURDIR}/pkg-descr > PLIST= ${.CURDIR}/pkg-plist > > USES= pathfix This USES gets overwritten in libxslt/Makefile, so it can either be removed or libxslt/Makefile should use USES?=