From ac0d56a7c6e419fefebcdca2ada5e810cd877f80 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 7 Jun 1998 03:58:40 +0000 Subject: 1. Upgrade to 1.0.0. 2. Portlint. PR: ports/6878 Submitted by: Brett Taylor --- graphics/gimp1/files/patch-ab | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'graphics/gimp1/files/patch-ab') diff --git a/graphics/gimp1/files/patch-ab b/graphics/gimp1/files/patch-ab index 3c90bafc4593..f176e017d798 100644 --- a/graphics/gimp1/files/patch-ab +++ b/graphics/gimp1/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 - - -- cgit v1.2.3