diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-09-16 17:34:46 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-09-16 17:34:46 +0000 |
commit | 041e56613cab613e59a1a058b26e69931ac87d41 (patch) | |
tree | b09c4456bb735e8e96449410f26db3b435cca459 /graphics/gimp1/files/patch-ab | |
parent | - Update to 1.3.2 (diff) |
Retire print/gimp-print, graphics/gimp1, and graphics/gimp-pmosaic
Notes
Notes:
svn path=/head/; revision=199568
Diffstat (limited to 'graphics/gimp1/files/patch-ab')
-rw-r--r-- | graphics/gimp1/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gimp1/files/patch-ab b/graphics/gimp1/files/patch-ab deleted file mode 100644 index 5c4081c0c3bf..000000000000 --- a/graphics/gimp1/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- 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_free (tmpname); - _exit (127); - } |