summaryrefslogtreecommitdiff
path: root/graphics/gimp1/files/patch-ab
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-12-10 09:01:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-12-10 09:01:41 +0000
commitdf366ceafe126dcd7a14f00d72a22341a8dbe84d (patch)
tree9563e09b31c0d87559344be0f599dff70c015fbb /graphics/gimp1/files/patch-ab
parentDisplays verbose message when install, and also adds (diff)
Upgrade to 1.1.30.
Notes
Notes: svn path=/head/; revision=35816
Diffstat (limited to 'graphics/gimp1/files/patch-ab')
-rw-r--r--graphics/gimp1/files/patch-ab14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gimp1/files/patch-ab b/graphics/gimp1/files/patch-ab
index d0d7c4ef2415..5c4081c0c3bf 100644
--- a/graphics/gimp1/files/patch-ab
+++ b/graphics/gimp1/files/patch-ab
@@ -1,13 +1,13 @@
---- plug-ins/common/url.c.orig Wed Jun 7 21:46:43 2000
-+++ plug-ins/common/url.c Mon Jun 26 12:20:54 2000
-@@ -187,8 +187,8 @@
- dup (p[1]);
- close (p[1]);
- putenv ("LC_ALL=C"); /* produce deterministic output */
+--- plug-ins/common/url.c.orig Mon Nov 13 17:06:36 2000
++++ plug-ins/common/url.c Sun Dec 10 16:17:42 2000
+@@ -189,8 +189,8 @@
+ putenv ("LANG=C");
+ #endif
+
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
- g_message ("url: exec() failed: wget: %s", g_strerror (errno));
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
-+ g_message ("url: exec() failed: fetch: %s", g_strerror(errno));
++ g_message ("url: exec() failed: fetch: %s", g_strerror (errno));
g_free (tmpname);
_exit (127);
}