From ee7cab7d550743e752cc3f905bab51480abf2d35 Mon Sep 17 00:00:00 2001 From: bouyer Date: Sat, 13 Nov 2010 17:03:00 +0000 Subject: Apply patch from official repository: - Fixed memory reallocation on bitmap size change. Reallocation is not only needed when dimendions and margins change, but also when the color depth changes. Fixes bugs #691029 and #691108. - Fixed arrayoption() macro in cups_put_params() function. Array values did not get actually set in cups.header data structure. Bug only showed via a compiler warning. - Silenced compiler warning by presetting c0..c3 in cups_map_cmyk() to zero. makes my epson USB printer work again with 2010Q3 cups+ghostscript PKGREVISION++ --- print/ghostscript/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/ghostscript/Makefile') diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 9ed949aa1d8..20a7ce106f2 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2010/06/30 12:44:55 tron Exp $ +# $NetBSD: Makefile,v 1.81 2010/11/13 17:03:00 bouyer Exp $ DISTNAME= ghostscript-8.71 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} MASTER_SITES+= http://ghostscript.com/releases/ -- cgit v1.2.3