summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-07-01 19:54:09 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-07-01 19:54:09 +0000
commit8a667fbfece4b2661f14c8ac1ae77208719cb563 (patch)
tree984958dd742b0e560571b9f08b96e48552bbd12a /graphics
parentUpdate to 9.5. (diff)
Update port to 1.4.5
Notes
Notes: svn path=/head/; revision=30050
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pngcrush/Makefile2
-rw-r--r--graphics/pngcrush/distinfo2
-rw-r--r--graphics/pngcrush/files/patch-aa11
3 files changed, 7 insertions, 8 deletions
diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile
index afa1f1043487..8a4222cd6338 100644
--- a/graphics/pngcrush/Makefile
+++ b/graphics/pngcrush/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pngcrush
-PORTVERSION= 1.4.4
+PORTVERSION= 1.4.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pmt
diff --git a/graphics/pngcrush/distinfo b/graphics/pngcrush/distinfo
index 845f1ac28989..a433e9edf8e8 100644
--- a/graphics/pngcrush/distinfo
+++ b/graphics/pngcrush/distinfo
@@ -1 +1 @@
-MD5 (pngcrush-1.4.4.tar.gz) = 618b39924c096dbc4871d6f754156ca9
+MD5 (pngcrush-1.4.5.tar.gz) = 9126cc65a5a9a811a55df503b428fd21
diff --git a/graphics/pngcrush/files/patch-aa b/graphics/pngcrush/files/patch-aa
index c7fb1340c941..84f7b2635ecc 100644
--- a/graphics/pngcrush/files/patch-aa
+++ b/graphics/pngcrush/files/patch-aa
@@ -1,17 +1,16 @@
---- Makefile.gcc.orig Tue Dec 28 10:24:59 1999
-+++ Makefile.gcc Sat Mar 25 08:21:53 2000
+--- Makefile.gcc.orig Fri Jun 30 17:53:36 2000
++++ Makefile.gcc Sat Jul 1 19:46:33 2000
@@ -10,10 +10,10 @@
# macros --------------------------------------------------------------------
-CC = gcc
-LD = gcc
--RM = rm -f
--CFLAGS = -O -Wall
+CC?= gcc
+LD = $(CC)
-+RM?= rm -f
-+#CFLAGS = -O -Wall
+ RM = rm -f
+-CFLAGS = -I. -O -Wall
++CFLAGS+= -I. -Wall
# [note that -Wall is a gcc-specific compilation flag ("all warnings on")]
LDFLAGS =
O = .o