summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2005-08-04 18:38:33 +0000
committerLuis Medinas <metalgod@gentoo.org>2005-08-04 18:38:33 +0000
commitebc2c4611c90c5a39de0a26d7d9894fe7ed0bee1 (patch)
treeb2f4a455fb6200533af894aaec81ca28df9fb2d2 /net-print/libgnomecups/files
parentAdding licenses needed for dev-db/monetdb (diff)
downloadhistorical-ebc2c4611c90c5a39de0a26d7d9894fe7ed0bee1.tar.gz
historical-ebc2c4611c90c5a39de0a26d7d9894fe7ed0bee1.tar.bz2
historical-ebc2c4611c90c5a39de0a26d7d9894fe7ed0bee1.zip
Adding a patch that fix network issues. Closes bug #89886 .
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-print/libgnomecups/files')
-rw-r--r--net-print/libgnomecups/files/digest-libgnomecups-0.2.0-r11
-rw-r--r--net-print/libgnomecups/files/enablenet.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/net-print/libgnomecups/files/digest-libgnomecups-0.2.0-r1 b/net-print/libgnomecups/files/digest-libgnomecups-0.2.0-r1
new file mode 100644
index 000000000000..7ca93daf3218
--- /dev/null
+++ b/net-print/libgnomecups/files/digest-libgnomecups-0.2.0-r1
@@ -0,0 +1 @@
+MD5 227cb2b119412b164bece23b287a130d libgnomecups-0.2.0.tar.bz2 310598
diff --git a/net-print/libgnomecups/files/enablenet.patch b/net-print/libgnomecups/files/enablenet.patch
new file mode 100644
index 000000000000..f2e113d1440f
--- /dev/null
+++ b/net-print/libgnomecups/files/enablenet.patch
@@ -0,0 +1,11 @@
+--- libgnomecups/gnome-cups-printer.c.orig 2005-08-04 18:21:32.221038336 +0000
++++ libgnomecups/gnome-cups-printer.c 2005-08-04 18:22:00.369759080 +0000
+@@ -282,7 +282,7 @@
+ * that will produce an infinite loop when presented with an invalid
+ * hostname. This will also produce a hang if the remote printer is
+ * unavailable and we do a syncronous lookup. */
+-static gboolean go_directly_to_printer_when_possible = FALSE;
++static gboolean go_directly_to_printer_when_possible = TRUE;
+
+ static void
+ update_attributes (GnomeCupsPrinter *printer)