Date: Wed, 12 Feb 2014 13:40:03 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343920 - head/graphics/exiv2 Message-ID: <201402121340.s1CDe3Yt006289@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Wed Feb 12 13:40:02 2014 New Revision: 343920 URL: http://svnweb.freebsd.org/changeset/ports/343920 QAT: https://qat.redports.org/buildarchive/r343920/ Log: - Add missing iconv dependency. - Add USES=libtool. Modified: head/graphics/exiv2/Makefile head/graphics/exiv2/pkg-plist Modified: head/graphics/exiv2/Makefile ============================================================================== --- head/graphics/exiv2/Makefile Wed Feb 12 13:24:11 2014 (r343919) +++ head/graphics/exiv2/Makefile Wed Feb 12 13:40:02 2014 (r343920) @@ -3,7 +3,7 @@ PORTNAME= exiv2 PORTVERSION= 0.23 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.exiv2.org/ @@ -14,19 +14,17 @@ COMMENT= Exif and Iptc metadata manipula LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes -USES= gettext gmake +USES= gettext gmake iconv libtool USE_LDCONFIG= yes ALLTARGET= all CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/exiv2 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexiv2.so.12 - .include <bsd.port.mk> Modified: head/graphics/exiv2/pkg-plist ============================================================================== --- head/graphics/exiv2/pkg-plist Wed Feb 12 13:24:11 2014 (r343919) +++ head/graphics/exiv2/pkg-plist Wed Feb 12 13:40:02 2014 (r343920) @@ -39,6 +39,7 @@ lib/libexiv2.a lib/libexiv2.la lib/libexiv2.so lib/libexiv2.so.12 +lib/libexiv2.so.12.0.0 libdata/pkgconfig/exiv2.pc man/man1/exiv2.1.gz share/locale/de/LC_MESSAGES/exiv2.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121340.s1CDe3Yt006289>