svn commit: r326120 - in head/graphics/giflib: . files

Dirk Meyer dinoex at FreeBSD.org
Tue Sep 3 04:41:32 UTC 2013


Author: dinoex
Date: Tue Sep  3 04:41:30 2013
New Revision: 326120
URL: http://svnweb.freebsd.org/changeset/ports/326120

Log:
  - update to 4.2.2

Added:
  head/graphics/giflib/files/patch-dgif_lib.c   (contents, props changed)
  head/graphics/giflib/files/patch-gif_hash.c   (contents, props changed)
Modified:
  head/graphics/giflib/Makefile
  head/graphics/giflib/distinfo

Modified: head/graphics/giflib/Makefile
==============================================================================
--- head/graphics/giflib/Makefile	Tue Sep  3 04:21:35 2013	(r326119)
+++ head/graphics/giflib/Makefile	Tue Sep  3 04:41:30 2013	(r326120)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	giflib
-PORTVERSION=	4.2.1
-PORTREVISION=	2
+PORTVERSION=	4.2.2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-4.x
 PKGNAMESUFFIX=	${NOX11SUFFIX}${PKGNAMESUFFIX2}

Modified: head/graphics/giflib/distinfo
==============================================================================
--- head/graphics/giflib/distinfo	Tue Sep  3 04:21:35 2013	(r326119)
+++ head/graphics/giflib/distinfo	Tue Sep  3 04:41:30 2013	(r326120)
@@ -1,2 +1,2 @@
-SHA256 (giflib-4.2.1.tar.bz2) = 3f6c9dea12e41d00e253f7465d714d09248a8bcbed3415c25fd9ce50a1cdded6
-SIZE (giflib-4.2.1.tar.bz2) = 522178
+SHA256 (giflib-4.2.2.tar.bz2) = 2677a4de8cc98a07025d7d7a8667c06cd97925fe87d4cd3c2e75f61456333181
+SIZE (giflib-4.2.2.tar.bz2) = 561489

Added: head/graphics/giflib/files/patch-dgif_lib.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/giflib/files/patch-dgif_lib.c	Tue Sep  3 04:41:30 2013	(r326120)
@@ -0,0 +1,11 @@
+--- lib/dgif_lib.c.orig	2013-08-29 21:48:51.000000000 +0200
++++ lib/dgif_lib.c	2013-09-03 05:58:21.000000000 +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;
+     }
+ 

Added: head/graphics/giflib/files/patch-gif_hash.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/giflib/files/patch-gif_hash.c	Tue Sep  3 04:41:30 2013	(r326120)
@@ -0,0 +1,10 @@
+--- lib/gif_hash.c.orig	2013-08-29 21:32:18.000000000 +0200
++++ lib/gif_hash.c	2013-09-03 05:53:45.000000000 +0200
+@@ -21,6 +21,7 @@
+ #include <fcntl.h>
+ #include <stdio.h>
+ #include <string.h>
++#include <stdlib.h>
+ 
+ #include "gif_lib.h"
+ #include "gif_hash.h"


More information about the svn-ports-all mailing list