pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript-gpl Fix build with cups 2.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b386b70affe6
branches:  trunk
changeset: 363403:b386b70affe6
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu Jun 08 01:28:10 2017 +0000

description:
Fix build with cups 2.2.0

diffstat:

 print/ghostscript-gpl/distinfo                    |   3 ++-
 print/ghostscript-gpl/patches/patch-cups_colord.h |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r beee4042fa24 -r b386b70affe6 print/ghostscript-gpl/distinfo
--- a/print/ghostscript-gpl/distinfo    Thu Jun 08 00:17:24 2017 +0000
+++ b/print/ghostscript-gpl/distinfo    Thu Jun 08 01:28:10 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2017/04/18 22:07:06 tez Exp $
+$NetBSD: distinfo,v 1.18 2017/06/08 01:28:10 khorben Exp $
 
 SHA1 (ghostscript-9.06.tar.bz2) = 4c1c2b4cddd16d86b21f36ad4fc15f6100162238
 RMD160 (ghostscript-9.06.tar.bz2) = 11ef74cf783ec5f7cde0ceaaf2823a1f62fb4d1d
@@ -27,4 +27,5 @@
 SHA1 (patch-base_gserrors_h) = fde64bd096a6e6f94005c8352a6295df06c19bae
 SHA1 (patch-base_gsmalloc.c) = 891bdcef49e0f2c435744eaf7bbcd31f5dbcbaba
 SHA1 (patch-base_memento.c) = d30cfb9285a0268e743c90cdf831674eaa24789b
+SHA1 (patch-cups_colord.h) = ab5c4bfa7184d2c1756697b87e7046645bdc2bc2
 SHA1 (patch-openjpeg_libopenjpeg_opj_malloc_h) = 24f15c55cd7961afc1254f6c4bccd6d0c2a5e737
diff -r beee4042fa24 -r b386b70affe6 print/ghostscript-gpl/patches/patch-cups_colord.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/ghostscript-gpl/patches/patch-cups_colord.h Thu Jun 08 01:28:10 2017 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-cups_colord.h,v 1.1 2017/06/08 01:28:10 khorben Exp $
+
+Fix build with cups 2.2.0
+
+--- cups/colord.h.orig 2012-08-08 08:01:36.000000000 +0000
++++ cups/colord.h
+@@ -27,6 +27,7 @@ MIT Open Source License  -  http://www.o
+ 
+ /* Common routines for accessing the colord CMS framework */
+ 
++#include <cups/ppd.h>
+ #include <cups/raster.h>
+ 
+ char  **colord_get_qualifier_for_ppd      (ppd_file_t *ppd);



Home | Main Index | Thread Index | Old Index