diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-07-01 19:54:09 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-07-01 19:54:09 +0000 |
commit | 8a667fbfece4b2661f14c8ac1ae77208719cb563 (patch) | |
tree | 984958dd742b0e560571b9f08b96e48552bbd12a /graphics/pngcrush | |
parent | e466c33aa64c86c7d47cf4a06dc2a49c9b3b2788 (diff) | |
download | ports-8a667fbfece4b2661f14c8ac1ae77208719cb563.tar.gz ports-8a667fbfece4b2661f14c8ac1ae77208719cb563.zip |
Notes
Diffstat (limited to 'graphics/pngcrush')
-rw-r--r-- | graphics/pngcrush/Makefile | 2 | ||||
-rw-r--r-- | graphics/pngcrush/distinfo | 2 | ||||
-rw-r--r-- | graphics/pngcrush/files/patch-aa | 11 |
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 |