From owner-freebsd-ports Fri Nov 24 8:40:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCEF137B4F9 for ; Fri, 24 Nov 2000 08:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA20541; Fri, 24 Nov 2000 08:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E748537B663; Fri, 24 Nov 2000 08:30:47 -0800 (PST) Message-Id: <20001124163047.E748537B663@hub.freebsd.org> Date: Fri, 24 Nov 2000 08:30:47 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/23076: Update port: graphics/pngcheck to 0.99.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23076 >Category: ports >Synopsis: Update port: graphics/pngcheck to 0.99.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 24 08:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.99.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/pngcheck/Makefile graphics/pngcheck/Makefile --- /usr/ports/graphics/pngcheck/Makefile Mon Jul 10 20:06:05 2000 +++ graphics/pngcheck/Makefile Wed Nov 22 21:33:11 2000 @@ -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 @@ 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 -urN /usr/ports/graphics/pngcheck/distinfo graphics/pngcheck/distinfo --- /usr/ports/graphics/pngcheck/distinfo Tue Jul 4 14:52:24 2000 +++ graphics/pngcheck/distinfo Wed Nov 22 21:15:06 2000 @@ -1 +1 @@ -MD5 (pngcheck-1.99.2.tar.gz) = c62dcb47940001e6e74fb50baf570ad7 +MD5 (pngcheck-1.99.3.tar.gz) = 2bd2280a3c53668c39c1c855ef80e6b1 diff -urN /usr/ports/graphics/pngcheck/files/patch-aa graphics/pngcheck/files/patch-aa --- /usr/ports/graphics/pngcheck/files/patch-aa Tue Jul 4 14:52:24 2000 +++ graphics/pngcheck/files/patch-aa Wed Nov 22 21:28:07 2000 @@ -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 -urN /usr/ports/graphics/pngcheck/pkg-plist graphics/pngcheck/pkg-plist --- /usr/ports/graphics/pngcheck/pkg-plist Tue Jul 4 14:52:25 2000 +++ graphics/pngcheck/pkg-plist Wed Nov 22 21:33:41 2000 @@ -1 +1,4 @@ bin/pngcheck +share/doc/pngcheck/CHANGELOG +share/doc/pngcheck/README +@dirrm share/doc/pngcheck >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message