Subject: Re: CVS commit: pkgsrc/graphics/gimp24
To: None <pkgsrc-changes@NetBSD.org, gdt@NetBSD.org>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-changes
Date: 02/23/2006 11:21:40
> From: Greg Troxel <gdt@NetBSD.org>
>
>
> Module Name: pkgsrc
> Committed By: gdt
> Date: Mon Feb 20 14:29:17 UTC 2006
>
> Modified Files:
> pkgsrc/graphics/gimp24: Makefile PLIST
>
> Log Message:
> Remove gnomeprint plugin (which is not built) from PLIST, allowing
> 'make package'. PKGREVISION++.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.12 -r1.13 pkgsrc/graphics/gimp24/Makefile
> cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/gimp24/PLIST
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
Please, add the following at end of Makefile:
.if ${ABI} == "64" && ${MACHINE_ARCH} == "i386" && ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --host=x86_64-sun-solaris2
.endif
Thanks
Gilles