summaryrefslogtreecommitdiff
path: root/graphics/exif
diff options
context:
space:
mode:
authorminskim <minskim>2004-11-03 19:12:19 +0000
committerminskim <minskim>2004-11-03 19:12:19 +0000
commit94f1981ce7158b11380df8c48bfd6decc9f49ca7 (patch)
treed7a49cdccde8ba462a91a6dd0d91cab70c9884b9 /graphics/exif
parent47f38a223ce787c4b998b27792bd585ec4581f30 (diff)
downloadpkgsrc-94f1981ce7158b11380df8c48bfd6decc9f49ca7.tar.gz
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 (limited to 'graphics/exif')
-rw-r--r--graphics/exif/Makefile15
-rw-r--r--graphics/exif/PLIST5
-rw-r--r--graphics/exif/distinfo4
-rw-r--r--graphics/exif/patches/patch-aa24
4 files changed, 25 insertions, 23 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile
index 97acc15c2b3..8b85af8478b 100644
--- a/graphics/exif/Makefile
+++ b/graphics/exif/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://libexif.sourceforge.net/
COMMENT= Grab Exif information from digital camera images
-HAS_CONFIGURE= YES
-USE_BUILDLINK3= YES
-USE_LIBTOOL= YES
-
-CONFIGURE_ARGS+= --with-popt-prefix=${PREFIX} \
- --prefix=${PREFIX}
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
diff --git a/graphics/exif/PLIST b/graphics/exif/PLIST
index e0df9001df5..01c86c34c92 100644
--- a/graphics/exif/PLIST
+++ b/graphics/exif/PLIST
@@ -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 --git a/graphics/exif/distinfo b/graphics/exif/distinfo
index 418fea216f0..c575571421e 100644
--- a/graphics/exif/distinfo
+++ b/graphics/exif/distinfo
@@ -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 --git a/graphics/exif/patches/patch-aa b/graphics/exif/patches/patch-aa
index 984db3c3238..77c395da4bd 100644
--- a/graphics/exif/patches/patch-aa
+++ b/graphics/exif/patches/patch-aa
@@ -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
+