From owner-svn-ports-all@FreeBSD.ORG Tue Sep 3 04:41:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 27E1C6D8; Tue, 3 Sep 2013 04:41:32 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F057F23AA; Tue, 3 Sep 2013 04:41:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r834fV2j016665; Tue, 3 Sep 2013 04:41:31 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r834fVLZ016639; Tue, 3 Sep 2013 04:41:31 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201309030441.r834fVLZ016639@svn.freebsd.org> From: Dirk Meyer Date: Tue, 3 Sep 2013 04:41:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326120 - in head/graphics/giflib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 04:41:32 -0000 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 + #include + #include ++#include + + #include "gif_lib.h" + #include "gif_hash.h"