From root@ncc-1701.webonaut.com  Sun Dec  8 06:03:57 2002
Return-Path: <root@ncc-1701.webonaut.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3D3B537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Dec 2002 06:03:57 -0800 (PST)
Received: from ncc-1701.webonaut.com (sisko.webonaut.com [212.41.243.28])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 81F8643E4A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Dec 2002 06:03:56 -0800 (PST)
	(envelope-from root@ncc-1701.webonaut.com)
Received: by ncc-1701.webonaut.com (Postfix, from userid 0)
	id BDCA66FB8B; Sun,  8 Dec 2002 15:03:51 +0100 (CET)
Message-Id: <20021208140351.BDCA66FB8B@ncc-1701.webonaut.com>
Date: Sun,  8 Dec 2002 15:03:51 +0100 (CET)
From: Franz Klammer <klammer@webonaut.com>
Reply-To: Franz Klammer <klammer@webonaut.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update port: png2ico
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46097
>Category:       ports
>Synopsis:       update port: png2ico
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 08 06:10:00 PST 2002
>Closed-Date:    Thu Jan 02 11:27:16 PST 2003
>Last-Modified:  Thu Jan 02 11:27:16 PST 2003
>Originator:     Franz Klammer
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD ncc-1701.webonaut.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 29 16:48:49 CET 2002 root@ncc-1701.webonaut.com:/usr/obj/usr/src/sys/NCC-1701 i386


	
>Description:
    update png2ico from 2002-09-03 to 2002-12-08
	New version of png2ico that has color reduction and support for 2, 16 and 256 color icons

	
>How-To-Repeat:
	
>Fix:

	

--- png2ico.diff begins here ---
diff -urw png2ico.old/Makefile png2ico/Makefile
--- png2ico.old/Makefile	Fri Oct 25 18:40:40 2002
+++ png2ico/Makefile	Sun Dec  8 14:43:15 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	png2ico
-PORTVERSION=	2002.09.03
+PORTVERSION=	2002.12.08
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.winterdrache.de/freeware/png2ico/data/
 DISTNAME=	${PORTNAME}-src-${PORTVERSION:S/./-/g}
diff -urw png2ico.old/distinfo png2ico/distinfo
--- png2ico.old/distinfo	Fri Oct 25 18:40:40 2002
+++ png2ico/distinfo	Sun Dec  8 14:43:58 2002
@@ -1 +1 @@
-MD5 (png2ico-src-2002-09-03.tar.gz) = d592067920ba8711341ddc36e9aa3f53
+MD5 (png2ico-src-2002-12-08.tar.gz) = 9b663df81c826cd564638cba2e6bc75b
diff -urw png2ico.old/files/patch-Makefile png2ico/files/patch-Makefile
--- png2ico.old/files/patch-Makefile	Fri Oct 25 18:40:40 2002
+++ png2ico/files/patch-Makefile	Sun Dec  8 14:50:36 2002
@@ -1,15 +1,8 @@
---- Makefile.old	Mon Sep 23 16:45:44 2002
-+++ Makefile	Mon Sep 23 16:45:51 2002
-@@ -1,10 +1,10 @@
--CPPFLAGS=-W -Wall -O2
-+CPPFLAGS=-W -Wall -O2 -I/usr/local/include -L/usr/local/lib -lpng
+--- Makefile.orig	Sun Dec  8 14:50:10 2002
++++ Makefile	Sun Dec  8 14:50:17 2002
+@@ -1,4 +1,4 @@
+-CPPFLAGS=-W -Wall -O2 -finline-functions
++CPPFLAGS=-W -Wall -O2 -finline-functions -I/usr/local/include -L/usr/local/lib
+ #CPPFLAGS=-O0 -W -Wall
  DEBUG=-g
  
- all: png2ico
- 
- png2ico: png2ico.cpp
--	g++ $(CPPFLAGS) $(DEBUG) -o $@ $< -lpng
-+	g++ $(CPPFLAGS) $(DEBUG) -o $@ $< 
- 
- doc/png2ico.txt: doc/png2ico.1
- 	man $< |sed  -e $$'s/.\b\\(.\\)/\\1/g' -e 's/\(.*\)/\1'$$'\r/' >$@
--- png2ico.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Thu Jan 2 11:27:05 PST 2003 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46097 
>Unformatted:
