Date: Fri, 12 Jul 2002 12:24:13 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/40500: Update port: graphics/netpbm to 10.4 Message-ID: <200207121924.g6CJODat006286@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 40500 >Category: ports >Synopsis: Update port: graphics/netpbm to 10.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 12 12:30:06 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6-RELEASE i386 >Organization: >Environment: >Description: - Update to version 10.4 Remove file: files/converter::other::pnmtotiffcmyk.c >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/netpbm/Makefile graphics/netpbm/Makefile --- /usr/ports/graphics/netpbm/Makefile Mon Jul 8 20:18:08 2002 +++ graphics/netpbm/Makefile Wed Jul 10 00:00:00 2002 @@ -6,7 +6,7 @@ # PORTNAME= netpbm -PORTVERSION= 10.3 +PORTVERSION= 10.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -urN /usr/ports/graphics/netpbm/distinfo graphics/netpbm/distinfo --- /usr/ports/graphics/netpbm/distinfo Mon Jul 8 20:18:09 2002 +++ graphics/netpbm/distinfo Wed Jul 10 00:00:00 2002 @@ -1 +1 @@ -MD5 (netpbm-10.3.tgz) = 73ffe1962788d585e041684260dfadae +MD5 (netpbm-10.4.tgz) = d8bd16fa1e9f955846d9f8d88972fa84 diff -urN /usr/ports/graphics/netpbm/files/patch-converter::other::pnmtotiffcmyk.c graphics/netpbm/files/patch-converter::other::pnmtotiffcmyk.c --- /usr/ports/graphics/netpbm/files/patch-converter::other::pnmtotiffcmyk.c Thu Jun 20 05:21:21 2002 +++ graphics/netpbm/files/patch-converter::other::pnmtotiffcmyk.c Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- converter/other/pnmtotiffcmyk.c.orig Sat May 13 09:29:45 2000 -+++ converter/other/pnmtotiffcmyk.c Tue Jun 18 00:00:00 2002 -@@ -71,8 +71,12 @@ - #define VERSION 1.01 - - /* beware - these evaluate more than once */ -+#ifndef MAX - #define MAX(x, y) ( ( x ) > ( y ) ? ( x ) : ( y ) ) -+#endif -+#ifndef MIN - #define MIN(x, y) ( ( x ) < ( y ) ? ( x ) : ( y ) ) -+#endif - - /* only support 8 bit values */ - #define MAXTIFFBITS 8 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207121924.g6CJODat006286>