Subject: CVS commit: pkgsrc/graphics/netpbm
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/31/2005 08:04:58
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Aug 31 08:04:58 UTC 2005

Modified Files:
	pkgsrc/graphics/netpbm: Makefile distinfo
	pkgsrc/graphics/netpbm/patches: patch-ah

Log Message:
Using the included jasper library is a total crapshoot because netpbm
strips out the logic that determines which integer types are available,
and yet building the jasper library relies on those integer types to
be correctly provided.  Just punt on the whole thing and use the
graphics/jasper dependency instead.  This fixes building netpbm on
Solaris and older versions of FreeBSD.

Bump the PKGREVISION to 1.  The jasper library is only linked into two
executables, so there is no need to do a recursive PKGREVISION bump.


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 pkgsrc/graphics/netpbm/Makefile
cvs rdiff -r1.41 -r1.42 pkgsrc/graphics/netpbm/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/netpbm/patches/patch-ah

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