Subject: CVS commit: pkgsrc/graphics/magicpoint
To: None <pkgsrc-changes@NetBSD.org>
From: Lex Wennmacher <wennmach@netbsd.org>
List: pkgsrc-changes
Date: 01/12/2004 15:19:28
Module Name:	pkgsrc
Committed By:	wennmach
Date:		Mon Jan 12 15:19:28 UTC 2004

Modified Files:
	pkgsrc/graphics/magicpoint: Makefile distinfo
	pkgsrc/graphics/magicpoint/patches: patch-aa
Added Files:
	pkgsrc/graphics/magicpoint/patches: patch-ad patch-ae

Log Message:
Apply several bugfixes:

1. fix ifdef symbol in parse.c
   XFT2 -> USE_XFT2

2. fix codeset names for iconv_open(3) in draw.c
   Two codeset names of `UTF8' and `iso2022jp' don't work on NetBSD.

3. fix comparison bug in draw.c
   A integer value should not be compared with a iconv_t variable
   directly.

4. fix PR pkg/24030

Fixes provided by Kouichirou Hiratsuka in PR pkg/24053.
Closes PR pkg/24053 and PR pkg/24030.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/graphics/magicpoint/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/magicpoint/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/graphics/magicpoint/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/graphics/magicpoint/patches/patch-ad \
    pkgsrc/graphics/magicpoint/patches/patch-ae

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.