Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  8 Dec 2002 15:03:51 +0100 (CET)
From:      Franz Klammer <klammer@webonaut.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46097: update port: png2ico
Message-ID:  <20021208140351.BDCA66FB8B@ncc-1701.webonaut.com>

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

>Number:         46097
>Category:       ports
>Synopsis:       update port: png2ico
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 08 06:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>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?20021208140351.BDCA66FB8B>