summaryrefslogtreecommitdiff
path: root/graphics/gimpshop/files/patch-ab
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-06-07 03:58:40 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-06-07 03:58:40 +0000
commitac0d56a7c6e419fefebcdca2ada5e810cd877f80 (patch)
treee12e0797f75719853db114173fbbbacad5e628e0 /graphics/gimpshop/files/patch-ab
parentupgrade to dev14 (diff)
1. Upgrade to 1.0.0.
2. Portlint. PR: ports/6878 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Notes
Notes: svn path=/head/; revision=11319
Diffstat (limited to 'graphics/gimpshop/files/patch-ab')
-rw-r--r--graphics/gimpshop/files/patch-ab15
1 files changed, 4 insertions, 11 deletions
diff --git a/graphics/gimpshop/files/patch-ab b/graphics/gimpshop/files/patch-ab
index 3c90bafc4593..f176e017d798 100644
--- a/graphics/gimpshop/files/patch-ab
+++ b/graphics/gimpshop/files/patch-ab
@@ -1,20 +1,13 @@
-
-*****
-***** patches for plug-ins
-*****
-
---- /a/gimp-0.99.6/plug-ins/url/url.c Mon Mar 10 04:57:12 1997
-+++ plug-ins/url/url.c Wed Mar 12 21:56:39 1997
+--- plug-ins/url/url.c.orig Sat May 30 15:32:36 1998
++++ plug-ins/url/url.c Sun Jun 7 10:09:34 1998
@@ -146,8 +146,8 @@
}
else if (pid == 0)
{
- execlp ("wget", "wget", filename, "-O", tmpname, NULL);
-- g_warning ("url: exec failed: wget: %s\n", g_strerror(errno));
+- g_message ("url: exec failed: wget: %s\n", g_strerror(errno));
+ execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL);
-+ g_warning ("url: exec failed: fetch: %s\n", g_strerror(errno));
++ g_message ("url: exec failed: fetch: %s\n", g_strerror(errno));
_exit(127);
}
else
-
-