Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 10:30:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/188978: commit references a PR
Message-ID:  <201404251030.s3PAU1tf058268@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/188978; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188978: commit references a PR
Date: Fri, 25 Apr 2014 10:25:29 +0000 (UTC)

 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 <bsd.port.options.mk>
 -
 -.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
 -USE_GNOME=	lthack libxslt
 +USE_GNOME=	libxslt
  USE_PYTHON=	yes
 -USE_AUTOTOOLS=	libtool
  CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
  		--with-python=${PYTHON_CMD}
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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