From owner-freebsd-ports Fri Jul 12 12:31: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4A437B408 for ; Fri, 12 Jul 2002 12:30:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04DEA43E91 for ; Fri, 12 Jul 2002 12:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6CJU6JU085785 for ; Fri, 12 Jul 2002 12:30:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6CJU6bO085784; Fri, 12 Jul 2002 12:30:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7546D37B400 for ; Fri, 12 Jul 2002 12:24:13 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 359A043E5E for ; Fri, 12 Jul 2002 12:24:13 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6CJODOT006287 for ; Fri, 12 Jul 2002 12:24:13 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6CJODat006286; Fri, 12 Jul 2002 12:24:13 -0700 (PDT) Message-Id: <200207121924.g6CJODat006286@www.freebsd.org> Date: Fri, 12 Jul 2002 12:24:13 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/40500: Update port: graphics/netpbm to 10.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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