summaryrefslogtreecommitdiff
path: root/graphics/gimp/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp/files')
-rw-r--r--graphics/gimp/files/patch-ab13
-rw-r--r--graphics/gimp/files/patch-plug-ins_common_url.c13
2 files changed, 13 insertions, 13 deletions
diff --git a/graphics/gimp/files/patch-ab b/graphics/gimp/files/patch-ab
deleted file mode 100644
index 9b41f6891b45..000000000000
--- a/graphics/gimp/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- plug-ins/common/url.c.orig Thu Jun 26 15:45:03 2003
-+++ plug-ins/common/url.c Sat Jun 28 18:17:59 2003
-@@ -187,8 +187,8 @@
- putenv ("LANG=C");
- #endif
-
-- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
-- g_message ("exec() failed: wget: %s", g_strerror (errno));
-+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
-+ g_message ("exec() failed: fetch: %s", g_strerror (errno));
- g_free (tmpname);
- _exit (127);
- }
diff --git a/graphics/gimp/files/patch-plug-ins_common_url.c b/graphics/gimp/files/patch-plug-ins_common_url.c
new file mode 100644
index 000000000000..70c31c3617f8
--- /dev/null
+++ b/graphics/gimp/files/patch-plug-ins_common_url.c
@@ -0,0 +1,13 @@
+--- plug-ins/common/url.c.orig Mon Mar 14 05:00:40 2005
++++ plug-ins/common/url.c Sun Apr 10 11:45:50 2005
+@@ -186,8 +186,8 @@
+ putenv ("LANG=C");
+ #endif
+
+- execlp ("wget", "wget", "-e", "server-response=off", "-T", TIMEOUT,
+- filename, "-O", tmpname, NULL);
++ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o",
++ tmpname, NULL);
+ g_message ("exec() failed: wget: %s", g_strerror (errno));
+ g_free (tmpname);
+ _exit (127);