From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 13:40:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DFCA3C8; Wed, 12 Feb 2014 13:40:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59C1912C7; Wed, 12 Feb 2014 13:40:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CDe3X0006292; Wed, 12 Feb 2014 13:40:03 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CDe3Yt006289; Wed, 12 Feb 2014 13:40:03 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201402121340.s1CDe3Yt006289@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 12 Feb 2014 13:40:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343920 - head/graphics/exiv2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Wed, 12 Feb 2014 13:40:03 -0000 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 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