From 0a84214db5fd676992878c66edc9cd36685b5af3 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sun, 26 Nov 2000 15:30:19 +0000 Subject: Update to version 1.99.3 PR: 23076 Submitted by: Ports Fury --- graphics/pngcheck/Makefile | 7 ++++++- graphics/pngcheck/distinfo | 2 +- graphics/pngcheck/files/patch-aa | 8 ++++---- graphics/pngcheck/pkg-plist | 3 +++ 4 files changed, 14 insertions(+), 6 deletions(-) (limited to 'graphics') diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile index 0d80788cd225..19e9431483cf 100644 --- a/graphics/pngcheck/Makefile +++ b/graphics/pngcheck/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pngcheck -PORTVERSION= 1.99.2 +PORTVERSION= 1.99.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \ ftp://swrinde.nde.swri.edu/pub/png/applications/ @@ -17,5 +17,10 @@ MAKEFILE= Makefile.unx do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngcheck ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/pngcheck + ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/pngcheck + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pngcheck +.endif .include diff --git a/graphics/pngcheck/distinfo b/graphics/pngcheck/distinfo index e22cd0688bb8..67c0086c7f6a 100644 --- a/graphics/pngcheck/distinfo +++ b/graphics/pngcheck/distinfo @@ -1 +1 @@ -MD5 (pngcheck-1.99.2.tar.gz) = c62dcb47940001e6e74fb50baf570ad7 +MD5 (pngcheck-1.99.3.tar.gz) = 2bd2280a3c53668c39c1c855ef80e6b1 diff --git a/graphics/pngcheck/files/patch-aa b/graphics/pngcheck/files/patch-aa index ba20f89a32b8..2175716c3ec8 100644 --- a/graphics/pngcheck/files/patch-aa +++ b/graphics/pngcheck/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.unx Thu Nov 18 22:39:03 1999 -+++ Makefile.unx.new Tue Jul 4 01:47:15 2000 +--- Makefile.unx.orig Fri Nov 19 12:39:03 1999 ++++ Makefile.unx Wed Nov 22 21:28:00 2000 @@ -23,13 +23,13 @@ #ZLIB = -L$(ZPATH) -lz ZLIB = $(ZPATH)/libz.a @@ -12,10 +12,10 @@ -CC = gcc -LD = gcc +CC ?= gcc -+LD ?= $(CC) ++LD = $(CC) RM = rm -CFLAGS = -O3 -Wall $(INCS) -DUSE_ZLIB -+CFLAGS += -Wall $(INCS) -DUSE_ZLIB ++CFLAGS += $(INCS) -DUSE_ZLIB # [note that -Wall is a gcc-specific compilation flag ("all warnings on")] O = .o E = diff --git a/graphics/pngcheck/pkg-plist b/graphics/pngcheck/pkg-plist index 298c269454b1..70fe7ea66e4e 100644 --- a/graphics/pngcheck/pkg-plist +++ b/graphics/pngcheck/pkg-plist @@ -1 +1,4 @@ bin/pngcheck +share/doc/pngcheck/CHANGELOG +share/doc/pngcheck/README +@dirrm share/doc/pngcheck -- cgit v1.2.3