Date: Mon, 02 Sep 2013 11:32:16 +0200 From: Kurt Jaeger <fbsd-ports@opsec.eu> To: FreeBSD-gnats-submit@freebsd.org Cc: mjl@luckie.org.nz Subject: ports/181750: [patch update] transfig 3.2.5d -> 3.2.5e Message-ID: <E1VGQUa-000Fix-TE@fa9.opsec.eu> Resent-Message-ID: <201309020940.r829e4kd097797@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181750 >Category: ports >Synopsis: [patch update] transfig 3.2.5d -> 3.2.5e >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 02 09:40:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 9.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: http://www.xfig.org/art17.html Patchlevel 5e (August 2013) BUGS FIXED: o HTML map output was limited to 100 links. Fix by Jan van Dijk o Updated for compatibility to PNG 1.5 From Matthias Scheler o Was adding "showpage" command when producing bitmap formats from intermediate EPS. This produced "illegal" PNG and JPEG files with extra, blank image. o Maximum width of included image in PS/EPS output increased from 8192 to 16384 o Precision of some PIC objects increased from %.2f to %.3f o Double close of output file when ghostscript fails. Original bug report from https://bugzilla.redhat.com/728825 >How-To-Repeat: - >Fix: diff -r -u -N print/transfig/Makefile /usr/home/pi/myp/print/transfig/Makefile --- print/transfig/Makefile 2013-08-15 23:24:57.000000000 +0200 +++ /usr/home/pi/myp/print/transfig/Makefile 2013-09-02 11:15:53.000000000 +0200 @@ -2,13 +2,13 @@ # $FreeBSD: head/print/transfig/Makefile 324744 2013-08-14 22:35:50Z ak $ PORTNAME= transfig -PORTVERSION= 3.2.5d +PORTVERSION= 3.2.5e PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF/mcj/mcj-source/ DISTNAME= ${PORTNAME}.${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fbsd-ports@opsec.eu COMMENT= Tools to convert Xfig's .fig files RUN_DEPENDS= ppmtogif:${PORTSDIR}/graphics/netpbm diff -r -u -N print/transfig/distinfo /usr/home/pi/myp/print/transfig/distinfo --- print/transfig/distinfo 2013-01-01 15:32:43.000000000 +0100 +++ /usr/home/pi/myp/print/transfig/distinfo 2013-09-02 11:12:21.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (transfig.3.2.5d.tar.gz) = ae81214177fb05f91f6e43b0b42633b6e0024570cbc6591a3858e12100ce8aaa -SIZE (transfig.3.2.5d.tar.gz) = 497451 +SHA256 (transfig.3.2.5e.tar.gz) = 8ec5a8f13254dd155622ed3ee0fda1382b1e2b5882d83b9aca1871f12a3e7744 +SIZE (transfig.3.2.5e.tar.gz) = 531256 diff -r -u -N print/transfig/files/patch-fig2dev_dev_readpng.c /usr/home/pi/myp/print/transfig/files/patch-fig2dev_dev_readpng.c --- print/transfig/files/patch-fig2dev_dev_readpng.c 2013-01-01 15:32:43.000000000 +0100 +++ /usr/home/pi/myp/print/transfig/files/patch-fig2dev_dev_readpng.c 1970-01-01 01:00:00.000000000 +0100 @@ -1,19 +0,0 @@ ---- fig2dev/dev/readpng.c.orig 2010-04-21 18:02:14.000000000 +0200 -+++ fig2dev/dev/readpng.c 2012-05-05 13:20:54.000000000 +0200 -@@ -16,6 +16,7 @@ - #include "fig2dev.h" - #include "object.h" - #include <png.h> -+#include <pngpriv.h> - - /* return codes: 1 : success - 0 : invalid file -@@ -62,7 +63,7 @@ - } - - /* set long jump here */ -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf(png_ptr))) { - /* if we get here there was a problem reading the file */ - png_destroy_read_struct(&png_ptr, &info_ptr, &end_info); - return 0; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VGQUa-000Fix-TE>