diff options
-rw-r--r-- | graphics/exiftags/Makefile | 4 | ||||
-rw-r--r-- | graphics/exiftags/distinfo | 8 | ||||
-rw-r--r-- | graphics/exiftags/patches/patch-aa | 17 |
3 files changed, 15 insertions, 14 deletions
diff --git a/graphics/exiftags/Makefile b/graphics/exiftags/Makefile index 7d86ef71f54..3c69c522888 100644 --- a/graphics/exiftags/Makefile +++ b/graphics/exiftags/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:40:25 grant Exp $ +# $NetBSD: Makefile,v 1.3 2003/10/24 01:44:35 xtraeme Exp $ -DISTNAME= exiftags-0.96 +DISTNAME= exiftags-0.98 CATEGORIES= graphics MASTER_SITES= http://johnst.org/sw/exiftags/ diff --git a/graphics/exiftags/distinfo b/graphics/exiftags/distinfo index ee603d5147c..4b57f80666b 100644 --- a/graphics/exiftags/distinfo +++ b/graphics/exiftags/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/26 11:11:23 shell Exp $ +$NetBSD: distinfo,v 1.2 2003/10/24 01:44:35 xtraeme Exp $ -SHA1 (exiftags-0.96.tar.gz) = 34a727e882b68b68d8e8b0ac7237b2b8340ff87a -Size (exiftags-0.96.tar.gz) = 35816 bytes -SHA1 (patch-aa) = 39bfe1b4b82e768ab7e93350ccdb31050246f17b +SHA1 (exiftags-0.98.tar.gz) = 737f4cd4a4d0d2b10da94e2385089d0152131ad1 +Size (exiftags-0.98.tar.gz) = 50195 bytes +SHA1 (patch-aa) = 14db4d393f55d7e279bc5c77aaae41333f5acca9 diff --git a/graphics/exiftags/patches/patch-aa b/graphics/exiftags/patches/patch-aa index 6cbc605813e..550220c027c 100644 --- a/graphics/exiftags/patches/patch-aa +++ b/graphics/exiftags/patches/patch-aa @@ -1,21 +1,22 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/26 11:11:23 shell Exp $ +$NetBSD: patch-aa,v 1.2 2003/10/24 01:44:35 xtraeme Exp $ ---- Makefile.orig Thu Dec 26 19:03:22 2002 -+++ Makefile -@@ -13,10 +13,12 @@ NOMKRS=makers_stub.o +--- Makefile.orig 2003-10-24 03:41:03.000000000 +0200 ++++ Makefile 2003-10-24 03:41:41.000000000 +0200 +@@ -11,12 +11,12 @@ + NOMKRS=makers_stub.o + # - # A few parameters... +-# A few parameters... ++# Use pkgsrc defaults # -CC=cc -DEBUG= -CFLAGS=$(DEBUG) -PREFIX=/usr/local -+# Use pkgsrc defaults -+# +#CC=cc +#DEBUG= +#CFLAGS=$(DEBUG) +#PREFIX=/usr/local - OBJS=exif.o tagdefs.o exifutil.o jpeg.o + OBJS=exif.o tagdefs.o exifutil.o exifgps.o jpeg.o HDRS=exif.h exifint.h jpeg.h makers.h |