pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/gutenprint-lib Add missing includes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3504ceea9a63
branches:  trunk
changeset: 595857:3504ceea9a63
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 25 22:17:07 2011 +0000

description:
Add missing includes.

diffstat:

 print/gutenprint-lib/distinfo                                |   4 +++-
 print/gutenprint-lib/patches/patch-src_cups_commandtocanon.c |  12 ++++++++++++
 print/gutenprint-lib/patches/patch-src_cups_commandtoepson.c |  12 ++++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r cbfeb3dba2f2 -r 3504ceea9a63 print/gutenprint-lib/distinfo
--- a/print/gutenprint-lib/distinfo     Fri Nov 25 22:16:26 2011 +0000
+++ b/print/gutenprint-lib/distinfo     Fri Nov 25 22:17:07 2011 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.10 2011/05/05 23:39:24 gdt Exp $
+$NetBSD: distinfo,v 1.11 2011/11/25 22:17:07 joerg Exp $
 
 SHA1 (gutenprint-5.2.7.tar.bz2) = e49c259607dc6372d4f6316a26fb146715c437c8
 RMD160 (gutenprint-5.2.7.tar.bz2) = 63c6dbc136ac7095c06accf48979a379a923b7de
 Size (gutenprint-5.2.7.tar.bz2) = 5498414 bytes
 SHA1 (patch-aa) = 42ed47e6f577b6bf562d05f9685f8ff77dc45f88
+SHA1 (patch-src_cups_commandtocanon.c) = 3c71c0dff780dabbf50d818478f51df0fe069a5a
+SHA1 (patch-src_cups_commandtoepson.c) = fa07ef366537ae2f39b3327e0a9bab309c44e52d
diff -r cbfeb3dba2f2 -r 3504ceea9a63 print/gutenprint-lib/patches/patch-src_cups_commandtocanon.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/gutenprint-lib/patches/patch-src_cups_commandtocanon.c      Fri Nov 25 22:17:07 2011 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_cups_commandtocanon.c,v 1.1 2011/11/25 22:17:08 joerg Exp $
+
+--- src/cups/commandtocanon.c.orig     2011-11-25 18:21:02.000000000 +0000
++++ src/cups/commandtocanon.c
+@@ -13,6 +13,7 @@
+ 
+ #include <cups/cups.h>
+ #include <ctype.h>
++#include <stdio.h>
+ #include <stdlib.h>
+ 
+ 
diff -r cbfeb3dba2f2 -r 3504ceea9a63 print/gutenprint-lib/patches/patch-src_cups_commandtoepson.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/gutenprint-lib/patches/patch-src_cups_commandtoepson.c      Fri Nov 25 22:17:07 2011 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_cups_commandtoepson.c,v 1.1 2011/11/25 22:17:08 joerg Exp $
+
+--- src/cups/commandtoepson.c.orig     2011-11-25 18:20:47.000000000 +0000
++++ src/cups/commandtoepson.c
+@@ -30,6 +30,7 @@
+ 
+ #include <cups/cups.h>
+ #include <ctype.h>
++#include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+ 



Home | Main Index | Thread Index | Old Index