summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-03 13:35:34 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-03 13:35:34 +0000
commit197b1219034947959bf69d410274b376a18f0042 (patch)
treec1a4d932e204790af5c898d60e824050271c100d /graphics
parentUpdate to 0.30 (diff)
upgrade to 0.9
Notes
Notes: svn path=/head/; revision=62376
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tiff2png/Makefile2
-rw-r--r--graphics/tiff2png/distinfo2
-rw-r--r--graphics/tiff2png/files/patch-aa27
3 files changed, 16 insertions, 15 deletions
diff --git a/graphics/tiff2png/Makefile b/graphics/tiff2png/Makefile
index 193683437adc..e9981262f6c9 100644
--- a/graphics/tiff2png/Makefile
+++ b/graphics/tiff2png/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tiff2png
-PORTVERSION= 0.81c
+PORTVERSION= 0.9
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \
ftp://swrinde.nde.swri.edu/pub/png/applications/
diff --git a/graphics/tiff2png/distinfo b/graphics/tiff2png/distinfo
index f3114e260a3e..2b7ac7b43747 100644
--- a/graphics/tiff2png/distinfo
+++ b/graphics/tiff2png/distinfo
@@ -1 +1 @@
-MD5 (tiff2png-0.81c.tar.gz) = 502a767c5202665e5282b764ba1043c8
+MD5 (tiff2png-0.9.tar.gz) = dfb37c5c862e96475b98c96e7f147341
diff --git a/graphics/tiff2png/files/patch-aa b/graphics/tiff2png/files/patch-aa
index 52928a054a88..6ec4ab106a1c 100644
--- a/graphics/tiff2png/files/patch-aa
+++ b/graphics/tiff2png/files/patch-aa
@@ -1,7 +1,7 @@
---- Makefile.unx.orig Fri Nov 10 02:32:50 2000
-+++ Makefile.unx Wed Nov 22 21:46:33 2000
-@@ -2,9 +2,9 @@
- # Copyright (C) 1996 Willem van Schaik
+--- Makefile.unx.orig Wed Jul 3 21:31:37 2002
++++ Makefile.unx Wed Jul 3 21:32:29 2002
+@@ -3,9 +3,9 @@
+ # Copyright 2002 Greg Roelofs
#CC=cc
-CC=gcc
@@ -13,22 +13,23 @@
#COPY=cp
COPY=/bin/cp -p
DEL=/bin/rm -f
-@@ -56,15 +56,9 @@
+@@ -60,16 +60,9 @@
+
INSTALL=/usr/local
- # GRR 19990713: FAXPECT is a custom conversion option for stretched faxes
--CFLAGS=$(TIFF_VERSION) -DFAXPECT $(MIN_INVERT) $(OPTIMFLAGS) $(DEBUGFLAGS) \
+-CFLAGS=$(TIFF_VERSION) $(OPTION_FLAGS) $(OPTIMFLAGS) $(DEBUGFLAGS) \
- -I$(TIFFINC) \
- -I$(PNGINC) \
- -I$(ZINC)
-LDFLAGS=-L. \
-- -L$(LIBTIFF)/ \
-- -L$(LIBPNG)/ \
-- -L$(ZLIB)/ \
-- -lpng -lz -ltiff -ljpeg -lm
+- -L$(LIBTIFF) -ltiff \
+- -L$(LIBJPEG) -ljpeg \
+- -L$(LIBPNG) -lpng \
+- -L$(ZLIB) -lz \
+- -lm
+CFLAGS+=$(TIFF_VERSION) -DFAXPECT $(MIN_INVERT) $(OPTIMFLAGS) $(DEBUGFLAGS) \
+ -I${LOCALBASE}/include
+LDFLAGS=-L. -L${LOCALBASE}/lib -lpng -lz -ltiff -ljpeg -lm
SLDFLAGS=-L. \
- $(LIBTIFF)/libtiff.a $(LIBJPEG)/libjpeg.a \
- $(LIBPNG)/libpng.a \
+ $(LIBTIFF)/libtiff.a \
+ $(LIBJPEG)/libjpeg.a \