[110642] trunk/dports/graphics/giflib

ryandesign at macports.org ryandesign at macports.org
Mon Sep 2 17:32:43 PDT 2013


Revision: 110642
          https://trac.macports.org/changeset/110642
Author:   ryandesign at macports.org
Date:     2013-09-02 17:32:43 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
giflib: update to 4.2.2

Modified Paths:
--------------
    trunk/dports/graphics/giflib/Portfile

Added Paths:
-----------
    trunk/dports/graphics/giflib/files/patch-lib-dgif_lib.c.diff

Modified: trunk/dports/graphics/giflib/Portfile
===================================================================
--- trunk/dports/graphics/giflib/Portfile	2013-09-03 00:32:16 UTC (rev 110641)
+++ trunk/dports/graphics/giflib/Portfile	2013-09-03 00:32:43 UTC (rev 110642)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 
 name                            giflib
-version                         4.2.1
+version                         4.2.2
 set major                       [lindex [split ${version} .] 0]
 categories                      graphics
 maintainers                     ryandesign
@@ -19,10 +19,11 @@
 long_description                GIF loading and saving shared library. \
                                 Uses the LZW algorithm.
 
-checksums                       rmd160  924cd44c6cda69102a2b15a625ece667b72672e8 \
-                                sha256  3f6c9dea12e41d00e253f7465d714d09248a8bcbed3415c25fd9ce50a1cdded6
+checksums                       rmd160  e4725645ed9e43747924f1a62bae84e06a0c8020 \
+                                sha256  2677a4de8cc98a07025d7d7a8667c06cd97925fe87d4cd3c2e75f61456333181
 
 patchfiles                      patch-gif_lib.h.diff
+patchfiles-append               patch-lib-dgif_lib.c.diff
 
 configure.args                  --disable-x11
 

Added: trunk/dports/graphics/giflib/files/patch-lib-dgif_lib.c.diff
===================================================================
--- trunk/dports/graphics/giflib/files/patch-lib-dgif_lib.c.diff	                        (rev 0)
+++ trunk/dports/graphics/giflib/files/patch-lib-dgif_lib.c.diff	2013-09-03 00:32:43 UTC (rev 110642)
@@ -0,0 +1,12 @@
+https://sourceforge.net/p/giflib/patches/18/
+--- lib/dgif_lib.c.orig	2013-08-29 21:48:51.000000000 +0200
++++ lib/dgif_lib.c	2013-09-01 10:59:00.088099500 +0200
+@@ -149,7 +149,7 @@
+         fclose(f);
+         free((char *)Private);
+         free((char *)GifFile);
+-	*Error = D_GIF_ERR_NO_SCRN_DSCR;
++	_GifError = D_GIF_ERR_NO_SCRN_DSCR;
+         return NULL;
+     }
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/4f68b77c/attachment.html>


More information about the macports-changes mailing list