Subject: CVS commit: pkgsrc/devel/gal2
To: None <pkgsrc-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: pkgsrc-changes
Date: 03/06/2003 09:25:11
Module Name:	pkgsrc
Committed By:	jmc
Date:		Thu Mar  6 07:25:10 UTC 2003

Modified Files:
	pkgsrc/devel/gal2: Makefile distinfo
Added Files:
	pkgsrc/devel/gal2/patches: patch-aa patch-ab patch-ac

Log Message:
Various patches to make this build
1. Needs libgnomeprint* (initially at 2.0). We've only ever used 2.2 and
looking through the ftp archive at gnome only shows a 2.1 and 2.2 release.
Building with 2.2 works fine so the API appears to work ok. Updated
configure to look for 2.2 instead of 2.0 via pkg-config

2. Needed to properly build a va_list via casting NULL for arches where
va_list isn't a simple type (ala void *) like it is on most x86 OS's.

3. Bumped PKGREVISION to note changes. Builds on x86 and macppc now via
tests.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/gal2/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/gal2/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/gal2/patches/patch-aa \
    pkgsrc/devel/gal2/patches/patch-ab pkgsrc/devel/gal2/patches/patch-ac

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