summaryrefslogtreecommitdiff
path: root/graphics/libexif
diff options
context:
space:
mode:
authortonio <tonio>2006-01-09 14:39:03 +0000
committertonio <tonio>2006-01-09 14:39:03 +0000
commita917732561e0d4a22fdb66267de1774bc99d8b71 (patch)
tree540b9393eec91ab864c4c9b152eec9bf1249678c /graphics/libexif
parent9f4fb2211370b270c3145f1a6831cb347bf01ab1 (diff)
downloadpkgsrc-a917732561e0d4a22fdb66267de1774bc99d8b71.tar.gz
Remove patch-aa and patch-ab as exif_get_sshort is no more declared static
Fix build under darwin/gcc4
Diffstat (limited to 'graphics/libexif')
-rw-r--r--graphics/libexif/distinfo4
-rw-r--r--graphics/libexif/patches/patch-aa12
-rw-r--r--graphics/libexif/patches/patch-ab14
3 files changed, 1 insertions, 29 deletions
diff --git a/graphics/libexif/distinfo b/graphics/libexif/distinfo
index e7b77f0f535..c8dc75a3652 100644
--- a/graphics/libexif/distinfo
+++ b/graphics/libexif/distinfo
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.19 2006/01/06 15:19:18 wiz Exp $
+$NetBSD: distinfo,v 1.20 2006/01/09 14:39:03 tonio Exp $
SHA1 (libexif-0.6.13.tar.bz2) = 9b3a222586f9efc3d591ed83db16f85bba5dc362
RMD160 (libexif-0.6.13.tar.bz2) = 19160314c1656c72234640074e1e1739f1a67f38
Size (libexif-0.6.13.tar.bz2) = 519803 bytes
-SHA1 (patch-aa) = e32ab9cad1720f0b4d6178240e78193a97c4c876
-SHA1 (patch-ab) = 973ca09fc059d74e3221bba12e6e8f4630db20bb
SHA1 (patch-ae) = b8a347338fc9b2c82fedf6cc193c53fcdd56a9a7
diff --git a/graphics/libexif/patches/patch-aa b/graphics/libexif/patches/patch-aa
deleted file mode 100644
index 58bfa75dec6..00000000000
--- a/graphics/libexif/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/05/09 13:21:16 minskim Exp $
-
---- libexif/exif-utils.h.orig 2005-03-12 20:27:13.000000000 -0600
-+++ libexif/exif-utils.h
-@@ -45,7 +45,6 @@ typedef struct {ExifSLong numerator; Exi
-
-
- ExifShort exif_get_short (const unsigned char *b, ExifByteOrder order);
--ExifSShort exif_get_sshort (const unsigned char *b, ExifByteOrder order);
- ExifLong exif_get_long (const unsigned char *b, ExifByteOrder order);
- ExifSLong exif_get_slong (const unsigned char *b, ExifByteOrder order);
- ExifRational exif_get_rational (const unsigned char *b, ExifByteOrder order);
diff --git a/graphics/libexif/patches/patch-ab b/graphics/libexif/patches/patch-ab
deleted file mode 100644
index 1744cc9b194..00000000000
--- a/graphics/libexif/patches/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2005/05/09 13:21:16 minskim Exp $
-
---- libexif/exif-utils.c.orig 2005-03-12 20:27:13.000000000 -0600
-+++ libexif/exif-utils.c
-@@ -22,6 +22,9 @@
-
- #include <libexif/exif-utils.h>
-
-+static ExifSShort
-+exif_get_sshort (const unsigned char *buf, ExifByteOrder order);
-+
- void
- exif_array_set_byte_order (ExifFormat f, unsigned char *b, unsigned int n,
- ExifByteOrder o_orig, ExifByteOrder o_new)