From 8a667fbfece4b2661f14c8ac1ae77208719cb563 Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Sat, 1 Jul 2000 19:54:09 +0000 Subject: Update port to 1.4.5 --- graphics/pngcrush/Makefile | 2 +- graphics/pngcrush/distinfo | 2 +- graphics/pngcrush/files/patch-aa | 11 +++++------ 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'graphics') 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 -- cgit v1.2.3