Subject: PR/32688 CVS commit: pkgsrc/graphics/libungif
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-bugs
Date: 02/01/2006 07:15:06
The following reply was made to PR pkg/32688; it has been noted by GNATS.

From: Thomas Klausner <wiz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32688 CVS commit: pkgsrc/graphics/libungif
Date: Wed,  1 Feb 2006 07:10:03 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Wed Feb  1 07:10:03 UTC 2006
 
 Modified Files:
 	pkgsrc/graphics/libungif: Makefile distinfo
 Removed Files:
 	pkgsrc/graphics/libungif/patches: patch-aa patch-ac patch-ad patch-ae
 
 Log Message:
 Update to 4.1.4, provided by Matthew Luckie in PR 32688:
 
 Version 4.1.4
 =============
 This version fixes some bugs with deallocating ColorMaps and fix building
 on several platforms.
 
 * Fix several areas in decoding where we removed a ColorMap from our GifFile
   but didn't set the pointer to NULL.  This could lead to double free's of
   the ColorMap.
 * Fix a bug in dev2gif.c where we redefined some gl types incorrectly.
 * Fix building on Windows.  Note -- there has been one API changing event for
   Windows (renaming DrawText to DrawGifText.)  This should have conflicted with
   Windows API and therefore caused the builds to fail previously.  If you had
   it working with DrawText before, apologies, you'll need to change to
   DrawGifText in your code.  This only affects Windows.
 * Add support for building on The Game Boy Advance.  Note: Due to the GBA's
   limited memory, the API for the GBA uses short's in many places where the
   other platforms use ints.  This shouldn't affect anyone unless you've
   been able to get an older version of the code to run on GBA and want to
   start using this version instead.  A recompile of your dependent code
   will be necessary in this case.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.36 -r1.37 pkgsrc/graphics/libungif/Makefile
 cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/libungif/distinfo
 cvs rdiff -r1.7 -r0 pkgsrc/graphics/libungif/patches/patch-aa
 cvs rdiff -r1.6 -r0 pkgsrc/graphics/libungif/patches/patch-ac
 cvs rdiff -r1.1 -r0 pkgsrc/graphics/libungif/patches/patch-ad \
     pkgsrc/graphics/libungif/patches/patch-ae
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.