From owner-freebsd-ports Mon Aug 5 15:50:56 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A44EE37B406 for ; Mon, 5 Aug 2002 15:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955F843E84 for ; Mon, 5 Aug 2002 15:50:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75MoDJU087118 for ; Mon, 5 Aug 2002 15:50:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75MoD4J087117; Mon, 5 Aug 2002 15:50:13 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF7337B400 for ; Mon, 5 Aug 2002 15:42:47 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 901F243E3B for ; Mon, 5 Aug 2002 15:42:47 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g75MglOT025340 for ; Mon, 5 Aug 2002 15:42:47 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g75MgllB025339; Mon, 5 Aug 2002 15:42:47 -0700 (PDT) Message-Id: <200208052242.g75MgllB025339@www.freebsd.org> Date: Mon, 5 Aug 2002 15:42:47 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/41356: Update port: graphics/libexif to 0.5.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41356 >Category: ports >Synopsis: Update port: graphics/libexif to 0.5.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 05 15:50:13 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.5.4 New file: files/patch-configure Remove file: files/patch-ltmain.sh No response from maintainer. >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/libexif/Makefile graphics/libexif/Makefile --- /usr/ports/graphics/libexif/Makefile Sun Mar 31 14:47:37 2002 +++ graphics/libexif/Makefile Sat Aug 3 13:18:03 2002 @@ -6,8 +6,7 @@ # PORTNAME= libexif -PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTVERSION= 0.5.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,14 +14,20 @@ MAINTAINER= pschmied@qwest.net BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_REINPLACE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lintl" INSTALLS_SHLIB= yes post-patch: - @${PERL} -pi -e 's|-g -Wall||g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|\$$\(libdir\)/pkgconfig|\$$\(prefix\)/libdata/pkgconfig|g' + @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' .include diff -urN /usr/ports/graphics/libexif/distinfo graphics/libexif/distinfo --- /usr/ports/graphics/libexif/distinfo Sun Mar 31 03:34:25 2002 +++ graphics/libexif/distinfo Sat Aug 3 12:55:02 2002 @@ -1 +1 @@ -MD5 (libexif-0.5.0.tar.gz) = 76dd5547de0f0e707d5049fe751c4679 +MD5 (libexif-0.5.4.tar.bz2) = 4586969c00a73de2b4ab399ec0c34a67 diff -urN /usr/ports/graphics/libexif/files/patch-configure graphics/libexif/files/patch-configure --- /usr/ports/graphics/libexif/files/patch-configure Thu Jan 1 09:00:00 1970 +++ graphics/libexif/files/patch-configure Thu Jul 18 04:21:19 2002 @@ -0,0 +1,10 @@ +--- configure.orig Tue Jun 11 15:28:52 2002 ++++ configure Thu Jul 18 04:21:09 2002 +@@ -7097,6 +7097,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff -urN /usr/ports/graphics/libexif/files/patch-ltmain.sh graphics/libexif/files/patch-ltmain.sh --- /usr/ports/graphics/libexif/files/patch-ltmain.sh Sun Mar 31 12:14:54 2002 +++ graphics/libexif/files/patch-ltmain.sh Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Thu Jan 10 04:26:41 2002 -+++ ltmain.sh Sun Mar 31 04:02:01 2002 -@@ -4247,10 +4247,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/graphics/libexif/pkg-plist graphics/libexif/pkg-plist --- /usr/ports/graphics/libexif/pkg-plist Sun Mar 31 14:47:38 2002 +++ graphics/libexif/pkg-plist Sat Aug 3 13:08:30 2002 @@ -3,11 +3,14 @@ include/libexif/exif-data.h include/libexif/exif-entry.h include/libexif/exif-format.h +include/libexif/exif-ifd.h +include/libexif/exif-note.h include/libexif/exif-result.h include/libexif/exif-tag.h include/libexif/exif-utils.h lib/libexif.a lib/libexif.so -lib/libexif.so.5 +lib/libexif.so.7 libdata/pkgconfig/libexif.pc -@dirrm include/libexif +share/locale/de/LC_MESSAGES/libexif.mo +@dirrm include/libexif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message