pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/libspectre Updated libspectre to 0.2.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73817ecf1254
branches:  trunk
changeset: 359094:73817ecf1254
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 27 09:58:12 2017 +0000

description:
Updated libspectre to 0.2.8.

libspectre 0.2.8 (01 July 2016)
===============================

This is another bugfix only release in the libspectre's 0.2 series.

Marek fixed the document rotation with newer versions of Ghostscript (Bug #76450)

Build was also broken with Ghostscript >= 9.18 and has been fixed.

Fixed a compile warning due to a comparison of integers of different
signs reported by Daniel Macks when building on OS X (Bug #56476)

Makefiles were updated to properly use CPPFLAGS instead of CFLAGS as
suggested by Daniel Macks (Bug #56481)

diffstat:

 print/libspectre/Makefile                              |   5 +--
 print/libspectre/distinfo                              |  11 ++++-----
 print/libspectre/patches/patch-libspectre_spectre-gs.c |  21 ------------------
 3 files changed, 7 insertions(+), 30 deletions(-)

diffs (54 lines):

diff -r f075405caac8 -r 73817ecf1254 print/libspectre/Makefile
--- a/print/libspectre/Makefile Mon Feb 27 09:55:32 2017 +0000
+++ b/print/libspectre/Makefile Mon Feb 27 09:58:12 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2016/03/05 11:27:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.27 2017/02/27 09:58:12 wiz Exp $
 
-DISTNAME=      libspectre-0.2.7
-PKGREVISION=   10
+DISTNAME=      libspectre-0.2.8
 CATEGORIES=    print
 MASTER_SITES=  http://libspectre.freedesktop.org/releases/
 
diff -r f075405caac8 -r 73817ecf1254 print/libspectre/distinfo
--- a/print/libspectre/distinfo Mon Feb 27 09:55:32 2017 +0000
+++ b/print/libspectre/distinfo Mon Feb 27 09:58:12 2017 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/12/10 12:03:41 markd Exp $
+$NetBSD: distinfo,v 1.10 2017/02/27 09:58:12 wiz Exp $
 
-SHA1 (libspectre-0.2.7.tar.gz) = a7efd97b82b84ff1bb7a0d88c7e35ad10cc84ea8
-RMD160 (libspectre-0.2.7.tar.gz) = 66d8b82f2c1dd9eea57f1b3f80bae72e6b529861
-SHA512 (libspectre-0.2.7.tar.gz) = 2e60905f7eeed9ac6ec3b5f8b47a7dad85178c8c35a63ba097ef6088dd334f7fde5797ecb05cf67532b759d07a65006427914d2cd6b09107ecc90620c9541794
-Size (libspectre-0.2.7.tar.gz) = 387947 bytes
-SHA1 (patch-libspectre_spectre-gs.c) = c47dfaeac12da68315efa9b7b675c7d8c3a4635f
+SHA1 (libspectre-0.2.8.tar.gz) = 322499a5ba8874bc0cc20426b0e429024bf1a573
+RMD160 (libspectre-0.2.8.tar.gz) = a07bc0a8d852e2eb0da746af30eb1d8b9a3af080
+SHA512 (libspectre-0.2.8.tar.gz) = ebbe7f6adcbc7f7d6af61f24e23b114116c878755dbe90f1163546c1284a005b4d539be01986c1f940611e84141ca19768b8effc2abf1013606da7c93547da86
+Size (libspectre-0.2.8.tar.gz) = 421791 bytes
diff -r f075405caac8 -r 73817ecf1254 print/libspectre/patches/patch-libspectre_spectre-gs.c
--- a/print/libspectre/patches/patch-libspectre_spectre-gs.c    Mon Feb 27 09:55:32 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-libspectre_spectre-gs.c,v 1.1 2015/12/10 12:03:41 markd Exp $
-
-gs 9.18 renamed error namespace, but provides no good way of testing the
-version number so allow for both old and new names by testing the guard
-define of the gserrors.h that appeared at the same point.
-
---- libspectre/spectre-gs.c.orig       2010-04-18 16:01:05.000000000 +0000
-+++ libspectre/spectre-gs.c
-@@ -29,6 +29,12 @@
- #include <ghostscript/iapi.h>
- #include <ghostscript/ierrors.h>
- 
-+#ifdef gserrors_INCLUDED
-+# define e_Fatal gs_error_Fatal
-+# define e_ExecStackUnderflow gs_error_ExecStackUnderflow
-+# define e_NeedInput gs_error_NeedInput
-+#endif
-+
- #define BUFFER_SIZE 32768
- 
- struct SpectreGS {



Home | Main Index | Thread Index | Old Index