1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

Update to 10.4

PR:		ports/40500
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Patrick Li 2002-07-12 19:44:16 +00:00
parent ce0a83dd53
commit 06262bed3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62878
3 changed files with 2 additions and 17 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= netpbm
PORTVERSION= 10.3
PORTVERSION= 10.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (netpbm-10.3.tgz) = 73ffe1962788d585e041684260dfadae
MD5 (netpbm-10.4.tgz) = d8bd16fa1e9f955846d9f8d88972fa84

View File

@ -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