summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files/patch-ab
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-03-27 18:07:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-03-27 18:07:19 +0000
commit5ebcd5f7e01722640433fb3f8a74671116025f74 (patch)
tree2ee4e8034d550d54edab22212cf52c7d2daa9164 /graphics/gimp-app-devel/files/patch-ab
parent* Shorten COMMENT to appease portlint (diff)
After repocopy of GIMP 2.0 from graphics/gimp-devel to graphics/gimp:
- Update comment and description - Remove graphics/gimp-devel - Chase dependencies - Add entry to MOVED Repocopied by: marcus
Notes
Notes: svn path=/head/; revision=105439
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-ab')
-rw-r--r--graphics/gimp-app-devel/files/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/gimp-app-devel/files/patch-ab b/graphics/gimp-app-devel/files/patch-ab
deleted file mode 100644
index 9b41f6891b45..000000000000
--- a/graphics/gimp-app-devel/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);
- }