Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 08:30:47 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23076: Update port: graphics/pngcheck to 0.99.3
Message-ID:  <20001124163047.E748537B663@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001124163047.E748537B663>