svn commit: r353221 - head/textproc/exempi

Baptiste Daroussin bapt at FreeBSD.org
Wed May 7 22:19:24 UTC 2014


Author: bapt
Date: Wed May  7 22:19:23 2014
New Revision: 353221
URL: http://svnweb.freebsd.org/changeset/ports/353221
QAT: https://qat.redports.org/buildarchive/r353221/

Log:
  Convert to
  USES=libtool
  Strip binaries

Modified:
  head/textproc/exempi/Makefile
  head/textproc/exempi/pkg-plist

Modified: head/textproc/exempi/Makefile
==============================================================================
--- head/textproc/exempi/Makefile	Wed May  7 22:16:10 2014	(r353220)
+++ head/textproc/exempi/Makefile	Wed May  7 22:19:23 2014	(r353221)
@@ -4,22 +4,23 @@
 
 PORTNAME=	exempi
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://libopenraw.freedesktop.org/download/
 
 MAINTAINER=	gnome at FreeBSD.org
-COMMENT=	A port of Adobe XMP SDK to work on UNIX
+COMMENT=	Port of Adobe XMP SDK to work on UNIX
 
-LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	ltverhack
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-unittest=no
 CONFIGURE_ENV=	LIBS="${ICONV_LIB}"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		pathfix iconv
+USES=		pathfix iconv libtool:keepla
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \

Modified: head/textproc/exempi/pkg-plist
==============================================================================
--- head/textproc/exempi/pkg-plist	Wed May  7 22:16:10 2014	(r353220)
+++ head/textproc/exempi/pkg-plist	Wed May  7 22:19:23 2014	(r353221)
@@ -5,6 +5,7 @@ lib/libexempi.a
 lib/libexempi.la
 lib/libexempi.so
 lib/libexempi.so.3
+lib/libexempi.so.3.2.1
 libdata/pkgconfig/exempi-2.0.pc
 @dirrm include/exempi-2.0/exempi
 @dirrm include/exempi-2.0


More information about the svn-ports-all mailing list