pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/exif Link correctly against the gettext lib; ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/733da72b17bd
branches:  trunk
changeset: 482837:733da72b17bd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Nov 03 19:12:19 2004 +0000

description:
Link correctly against the gettext lib; previously gettext was not
used because GNU_CONFIGURE was not defined.  Should fix PR pkg/27823.

Bump PKGREVISION for dependency and PLIST changes.

diffstat:

 graphics/exif/Makefile         |  15 +++++++--------
 graphics/exif/PLIST            |   5 ++++-
 graphics/exif/distinfo         |   4 ++--
 graphics/exif/patches/patch-aa |  24 ++++++++++++------------
 4 files changed, 25 insertions(+), 23 deletions(-)

diffs (84 lines):

diff -r e9e3175add2b -r 733da72b17bd graphics/exif/Makefile
--- a/graphics/exif/Makefile    Wed Nov 03 18:16:27 2004 +0000
+++ b/graphics/exif/Makefile    Wed Nov 03 19:12:19 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2004/11/03 17:10:05 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/11/03 19:12:19 minskim Exp $
 #
 
 DISTNAME=      exif-0.6.9
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libexif/}
 
@@ -10,13 +10,12 @@
 HOMEPAGE=      http://libexif.sourceforge.net/
 COMMENT=       Grab Exif information from digital camera images
 
-HAS_CONFIGURE= YES
-USE_BUILDLINK3=        YES
-USE_LIBTOOL=   YES
+GNU_CONFIGURE=         yes
+USE_BUILDLINK3=                yes
+USE_LIBTOOL=           yes
+USE_PKGLOCALEDIR=      yes
 
-CONFIGURE_ARGS+=       --with-popt-prefix=${PREFIX}    \
-                       --prefix=${PREFIX}
-
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../devel/popt/buildlink3.mk"
diff -r e9e3175add2b -r 733da72b17bd graphics/exif/PLIST
--- a/graphics/exif/PLIST       Wed Nov 03 18:16:27 2004 +0000
+++ b/graphics/exif/PLIST       Wed Nov 03 19:12:19 2004 +0000
@@ -1,3 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2004/10/27 19:43:25 drochner Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/11/03 19:12:19 minskim Exp $
 bin/exif
 man/man1/exif.1
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/exif.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/exif.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/exif.mo
diff -r e9e3175add2b -r 733da72b17bd graphics/exif/distinfo
--- a/graphics/exif/distinfo    Wed Nov 03 18:16:27 2004 +0000
+++ b/graphics/exif/distinfo    Wed Nov 03 19:12:19 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/10/27 19:43:25 drochner Exp $
+$NetBSD: distinfo,v 1.3 2004/11/03 19:12:19 minskim Exp $
 
 SHA1 (exif-0.6.9.tar.gz) = ea40ce0ab77db4d95ad71cb11efa85712ea9900e
 Size (exif-0.6.9.tar.gz) = 369598 bytes
-SHA1 (patch-aa) = 50ab63fbcd53d646fc230031f36c3539fdcb88a8
+SHA1 (patch-aa) = cf2bf0ba5e2e2c611f0711717ca227a1c5edf26d
diff -r e9e3175add2b -r 733da72b17bd graphics/exif/patches/patch-aa
--- a/graphics/exif/patches/patch-aa    Wed Nov 03 18:16:27 2004 +0000
+++ b/graphics/exif/patches/patch-aa    Wed Nov 03 19:12:19 2004 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2004/10/27 19:43:25 drochner Exp $
+$NetBSD: patch-aa,v 1.3 2004/11/03 19:12:19 minskim Exp $
 
---- configure.orig     2004-05-27 19:45:02.000000000 +0200
-+++ configure
-@@ -21197,7 +21197,7 @@ if test "${ac_cv_lib_popt_poptResetConte
-   echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-   ac_check_lib_save_LIBS=$LIBS
--LIBS="-lpopt  $LIBS"
-+LIBS="-lpopt -lintl $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
+--- exif/main.c.orig   2004-05-25 16:52:58.000000000 -0500
++++ exif/main.c
+@@ -36,7 +36,7 @@
+ #include "exif-i18n.h"
+ #include "utils.h"
+ 
+-#ifdef HAVE_LOCAL_H
++#ifdef HAVE_LOCALE_H
+ #  include <locale.h>
+ #endif
+ 



Home | Main Index | Thread Index | Old Index