From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 27 16:50:03 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 369E816A4CE for ; Sun, 27 Mar 2005 16:50:03 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D5643D46 for ; Sun, 27 Mar 2005 16:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2RGo2pj024262 for ; Sun, 27 Mar 2005 16:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2RGo2Z3024261; Sun, 27 Mar 2005 16:50:02 GMT (envelope-from gnats) Resent-Date: Sun, 27 Mar 2005 16:50:02 GMT Resent-Message-Id: <200503271650.j2RGo2Z3024261@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, Ying-Chieh Chen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD6BA16A4CE for ; Sun, 27 Mar 2005 16:49:37 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7888543D3F for ; Sun, 27 Mar 2005 16:49:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j2RGnbjC009037 for ; Sun, 27 Mar 2005 16:49:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j2RGnbow009036; Sun, 27 Mar 2005 16:49:37 GMT (envelope-from nobody) Message-Id: <200503271649.j2RGnbow009036@www.freebsd.org> Date: Sun, 27 Mar 2005 16:49:37 GMT From: Ying-Chieh Chen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/79281: [MAINTAINER-UPDATE] Update ports/graphics/libexif to 0.6.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 16:50:03 -0000 >Number: 79281 >Category: ports >Synopsis: [MAINTAINER-UPDATE] Update ports/graphics/libexif to 0.6.12 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Mar 27 16:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: 4.10-RELEASE-p4 >Organization: MANA lab, CCU CS >Environment: FreeBSD nb.mana.cs.ccu.edu.tw 4.10-RELEASE-p4 FreeBSD 4.10-RELEASE-p4 #2: Thu Nov 25 15:14:47 CST 2004 root@nb.mana.cs.ccu.edu.tw:/usr/obj/usr/src/sys/KERNEL i386 >Description: This pr updates ports/79158, which is contributed by Oliver Fromme. Please update this port, thanks! >How-To-Repeat: N/A >Fix: Applying the following patch: diff -ruN /usr/ports/graphics/libexif/Makefile libexif/Makefile --- /usr/ports/graphics/libexif/Makefile Sun Mar 27 23:57:22 2005 +++ libexif/Makefile Mon Mar 28 00:30:48 2005 @@ -6,8 +6,7 @@ # PORTNAME= libexif -PORTVERSION= 0.6.10 +PORTVERSION= 0.6.12 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +15,7 @@ COMMENT= Library to read digital camera file meta-data USE_GNOME= gnomehack gnometarget pkgconfig -USE_INC_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" @@ -32,5 +31,8 @@ post-patch: @${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/configure + +post-install: + @${RM} ${PREFIX}/lib/libexif.la .include diff -ruN /usr/ports/graphics/libexif/distinfo libexif/distinfo --- /usr/ports/graphics/libexif/distinfo Wed Oct 13 11:20:24 2004 +++ libexif/distinfo Sun Mar 27 23:35:26 2005 @@ -1,2 +1,2 @@ -MD5 (libexif-0.6.10.tar.gz) = f8a7cf1f083628b78a07dca17cbc6b8b -SIZE (libexif-0.6.10.tar.gz) = 516861 +MD5 (libexif-0.6.12.tar.gz) = 69501aaf0862a79aaeeb73e81e8c1306 +SIZE (libexif-0.6.12.tar.gz) = 537829 diff -ruN /usr/ports/graphics/libexif/pkg-plist libexif/pkg-plist --- /usr/ports/graphics/libexif/pkg-plist Wed Oct 13 11:20:24 2004 +++ libexif/pkg-plist Mon Mar 28 00:25:52 2005 @@ -7,15 +7,15 @@ include/libexif/exif-ifd.h include/libexif/exif-loader.h include/libexif/exif-log.h +include/libexif/exif-mem.h include/libexif/exif-mnote-data.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.10 +lib/libexif.so.12 libdata/pkgconfig/libexif.pc -%%NLS%%share/locale/de/LC_MESSAGES/libexif.mo -%%NLS%%share/locale/es/LC_MESSAGES/libexif.mo -%%NLS%%share/locale/fr/LC_MESSAGES/libexif.mo +%%NLS%%share/locale/de/LC_MESSAGES/libexif-12.mo +%%NLS%%share/locale/es/LC_MESSAGES/libexif-12.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libexif-12.mo @dirrm include/libexif >Release-Note: >Audit-Trail: >Unformatted: