diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-26 23:30:19 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-26 23:30:19 +0800 |
commit | b23e9e07b610ad06c6e7fadf7d527a15e0cca619 (patch) | |
tree | 12d457b1f37bf3782bcee615050b2e7d420e7cc7 /graphics | |
parent | 45f0e9f52687eb5b1ce446946e96e1b6c1893c4c (diff) | |
download | freebsd-ports-gnome-b23e9e07b610ad06c6e7fadf7d527a15e0cca619.tar.gz freebsd-ports-gnome-b23e9e07b610ad06c6e7fadf7d527a15e0cca619.tar.zst freebsd-ports-gnome-b23e9e07b610ad06c6e7fadf7d527a15e0cca619.zip |
Update to version 1.99.3
PR: 23076
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcheck/Makefile | 7 | ||||
-rw-r--r-- | graphics/pngcheck/distinfo | 2 | ||||
-rw-r--r-- | graphics/pngcheck/files/patch-aa | 8 | ||||
-rw-r--r-- | graphics/pngcheck/pkg-plist | 3 |
4 files changed, 14 insertions, 6 deletions
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 <bsd.port.mk> 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 |