pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libexif Remove patch-aa and patch-ab as exif_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e751a1f3a04
branches:  trunk
changeset: 505920:2e751a1f3a04
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Mon Jan 09 14:39:03 2006 +0000

description:
Remove patch-aa and patch-ab as exif_get_sshort is no more declared static
Fix build under darwin/gcc4

diffstat:

 graphics/libexif/distinfo         |   4 +---
 graphics/libexif/patches/patch-aa |  12 ------------
 graphics/libexif/patches/patch-ab |  14 --------------
 3 files changed, 1 insertions(+), 29 deletions(-)

diffs (47 lines):

diff -r 88c47a5ed023 -r 2e751a1f3a04 graphics/libexif/distinfo
--- a/graphics/libexif/distinfo Mon Jan 09 13:40:34 2006 +0000
+++ b/graphics/libexif/distinfo Mon Jan 09 14:39:03 2006 +0000
@@ -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 -r 88c47a5ed023 -r 2e751a1f3a04 graphics/libexif/patches/patch-aa
--- a/graphics/libexif/patches/patch-aa Mon Jan 09 13:40:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 88c47a5ed023 -r 2e751a1f3a04 graphics/libexif/patches/patch-ab
--- a/graphics/libexif/patches/patch-ab Mon Jan 09 13:40:34 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index