pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/ghostscript-gpl
Module Name: pkgsrc
Committed By: khorben
Date: Thu Jun 8 01:28:10 UTC 2017
Modified Files:
pkgsrc/print/ghostscript-gpl: distinfo
Added Files:
pkgsrc/print/ghostscript-gpl/patches: patch-cups_colord.h
Log Message:
Fix build with cups 2.2.0
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/print/ghostscript-gpl/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/print/ghostscript-gpl/patches/patch-cups_colord.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/ghostscript-gpl/distinfo
diff -u pkgsrc/print/ghostscript-gpl/distinfo:1.17 pkgsrc/print/ghostscript-gpl/distinfo:1.18
--- pkgsrc/print/ghostscript-gpl/distinfo:1.17 Tue Apr 18 22:07:06 2017
+++ pkgsrc/print/ghostscript-gpl/distinfo Thu Jun 8 01:28:10 2017
@@ -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_gdevpng.c) = 24120e26bd
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
Added files:
Index: pkgsrc/print/ghostscript-gpl/patches/patch-cups_colord.h
diff -u /dev/null pkgsrc/print/ghostscript-gpl/patches/patch-cups_colord.h:1.1
--- /dev/null Thu Jun 8 01:28:10 2017
+++ pkgsrc/print/ghostscript-gpl/patches/patch-cups_colord.h Thu Jun 8 01:28:10 2017
@@ -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