From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 29 22:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 CAA99620 for ; Sun, 29 Dec 2013 22:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 A542A1DD2 for ; Sun, 29 Dec 2013 22:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTMU1Td074001 for ; Sun, 29 Dec 2013 22:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBTMU1fg073989; Sun, 29 Dec 2013 22:30:01 GMT (envelope-from gnats) Resent-Date: Sun, 29 Dec 2013 22:30:01 GMT Resent-Message-Id: <201312292230.rBTMU1fg073989@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthieu Volat 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 2D6AB544 for ; Sun, 29 Dec 2013 22:25:48 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3D541DAF for ; Sun, 29 Dec 2013 22:25:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBTMPlhk096102 for ; Sun, 29 Dec 2013 22:25:47 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBTMPlrf096088; Sun, 29 Dec 2013 22:25:47 GMT (envelope-from nobody) Message-Id: <201312292225.rBTMPlrf096088@oldred.freebsd.org> Date: Sun, 29 Dec 2013 22:25:47 GMT From: Matthieu Volat To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185278: [patch] update graphic/exiv2 to 0.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 22:30:01 -0000 >Number: 185278 >Category: ports >Synopsis: [patch] update graphic/exiv2 to 0.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 29 22:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthieu Volat >Release: 10.0-RC3 >Organization: >Environment: >Description: exiv2 0.24 was released at the begining of the month, and helps recognizing many new lenses and such. here is a patch to update the port to the new version. I tried the cmake version (which would work without gmake), but as it does not produce static libs, I stayed with the gnu autotools/gmake version. >How-To-Repeat: >Fix: Path (shar archive with Makefile, distfile, and a patch) enclosed. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # files/patch-configure # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# Created by: Michael Johnson X# $FreeBSD: graphics/exiv2/Makefile 330812 2013-10-19 00:27:47Z bapt $ X XPORTNAME= exiv2 XPORTVERSION= 0.24 XPORTREVISION= 0 XPORTEPOCH= 1 XCATEGORIES= graphics XMASTER_SITES= http://www.exiv2.org/ X XMAINTAINER= multimedia@FreeBSD.org XCOMMENT= Exif and Iptc metadata manipulation library and tools X XLIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 X XGNU_CONFIGURE= yes XUSES= gettext gmake XUSE_LDCONFIG= yes XALLTARGET= all XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X Xpost-patch: X @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure X @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/src/Makefile X Xpost-install: X ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/exiv2 X ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libexiv2.so.13 X X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XSHA256 (exiv2-0.24.tar.gz) = f4a443e6c7fb9d9f5e787732f76969a64c72c4c04af69b10ed57f949c2dfef8e XSIZE (exiv2-0.24.tar.gz) = 4635028 57677d168a5ec21bdf22c9501f075a8f echo x - files/patch-configure sed 's/^X//' >files/patch-configure << '5cae8e2426c154e1c1a4408c02b2ed73' X--- configure.orig 2013-12-29 22:56:14.349951548 +0100 X+++ configure 2013-12-29 22:56:04.517950372 +0100 X@@ -17069,7 +17069,7 @@ X case "$host_os" in X *mingw* | *cygwin*) X LDFLAGS="$LDFLAGS -no-undefined -lpsapi" ;; X-*) X+linux*) X LDFLAGS="$LDFLAGS -ldl" ;; X esac X 5cae8e2426c154e1c1a4408c02b2ed73 exit >Release-Note: >Audit-Trail: >Unformatted: