Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E0D877A220 for ; Thu, 8 Jun 2017 01:28:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8863A84D74; Thu, 8 Jun 2017 01:28:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 16D1C84CEE for ; Thu, 8 Jun 2017 01:28:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UK3OJIDvhU29 for ; Thu, 8 Jun 2017 01:28:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 941B484CE4 for ; Thu, 8 Jun 2017 01:28:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87886FB7B; Thu, 8 Jun 2017 01:28:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496885290276630" MIME-Version: 1.0 Date: Thu, 8 Jun 2017 01:28:10 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/print/ghostscript-gpl To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20170608012810.87886FB7B@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1496885290276630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1496885290276630 Content-Disposition: inline Content-Length: 1749 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 + #include + + char **colord_get_qualifier_for_ppd (ppd_file_t *ppd); --_----------=_1496885290276630--