Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2000 23:31:16 +0100 (MET)
From:      volf@oasis.IAEhv.nl
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        volf@oasis.IAEhv.nl
Subject:   ports/17326: Upgrade pnmtopng port
Message-ID:  <20000311223116.D56CE38F@avalon.oasis.IAEhv.nl>

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

>Number:         17326
>Category:       ports
>Synopsis:       Upgrade pnmtopng port
>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:   Sat Mar 11 14:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Frank Volf
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
/etc/organization
>Environment:
>Description:

Please upgrade the pnmtopng port (I'm the maintainer of this port).

The old dist file has disappeared from the master ftp site. The attached
patch performs the upgrade. Note that the patch creates a new file: 
patches/patch-aa.

Thanks,

                 Frank



Index: Makefile
===================================================================
RCS file: /home2/CVS/ports/graphics/pnmtopng/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	1999/10/10 23:26:01	1.11
+++ Makefile	2000/03/07 18:16:18
@@ -6,7 +6,7 @@
 # $FreeBSD: ports/graphics/pnmtopng/Makefile,v 1.11 1999/10/10 23:26:01 steve Exp $
 #
 
-DISTNAME=       pnmtopng-2.37.3
+DISTNAME=       pnmtopng-2.37.4
 CATEGORIES=     graphics
 MASTER_SITES=   ftp://swrinde.nde.swri.edu/pub/png/applications/
 
Index: files/md5
===================================================================
RCS file: /home2/CVS/ports/graphics/pnmtopng/files/md5,v
retrieving revision 1.4
diff -u -u -r1.4 md5
--- files/md5	1999/10/10 23:26:04	1.4
+++ files/md5	2000/03/07 18:26:41
@@ -1 +1 @@
-MD5 (pnmtopng-2.37.3.tar.gz) = 59cb2ca87d579b566debadc4033526f9
+MD5 (pnmtopng-2.37.4.tar.gz) = 0a5fb11b1a5e8add4e331c0d867113f1
Index: patches/patch-aa
===================================================================
RCS file: patch-aa
diff -N patch-aa
--- /dev/null	Sat Mar 11 23:23:09 2000
+++ patch-aa	Sat Mar 11 23:22:39 2000
@@ -0,0 +1,11 @@
+--- pnmtopng.c.orig	Mon Dec  6 03:51:35 1999
++++ pnmtopng.c	Sat Mar 11 23:22:20 2000
+@@ -473,7 +473,7 @@
+         } else {
+           if (verbose)
+             pm_message ("rescaling to 16-bit");
+-          scaleval = 65535;
++          scaleval = (xelval)65535;
+         }
+       }
+       for (y = 0 ; y < rows ; y++)


>How-To-Repeat:
>Fix:
>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?20000311223116.D56CE38F>