summaryrefslogtreecommitdiffstats
path: root/graphics/gimp/files
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>1999-11-11 20:14:11 +0000
committerjim <jim@FreeBSD.org>1999-11-11 20:14:11 +0000
commit9a653cbe313b0c16120b02193ae6ab6199156a48 (patch)
treed8f5fbafec8166b84d7055fc4b098fe01e3182eb /graphics/gimp/files
parentd939fd16dd4c1ba24a4bd26e44307050d0bc1f22 (diff)
downloadFreeBSD-ports-9a653cbe313b0c16120b02193ae6ab6199156a48.zip
FreeBSD-ports-9a653cbe313b0c16120b02193ae6ab6199156a48.tar.gz
Update to version 1.1.11
PR: 14779 Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'graphics/gimp/files')
-rw-r--r--graphics/gimp/files/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gimp/files/patch-ab b/graphics/gimp/files/patch-ab
index cc3600f..4a00a2a 100644
--- a/graphics/gimp/files/patch-ab
+++ b/graphics/gimp/files/patch-ab
@@ -1,6 +1,6 @@
---- plug-ins/common/url.c.orig Sat May 30 15:32:36 1998
-+++ plug-ins/common/url.c Sun Jun 7 10:09:34 1998
-@@ -146,8 +146,8 @@
+--- plug-ins/common/url.c Sun Nov 7 19:24:37 1999
++++ plug-ins/common/url.c.new Sun Nov 7 19:26:39 1999
+@@ -151,8 +151,8 @@
}
else if (pid == 0)
{
@@ -8,6 +8,6 @@
- g_message ("url: exec failed: wget: %s\n", g_strerror(errno));
+ execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL);
+ g_message ("url: exec failed: fetch: %s\n", g_strerror(errno));
+ g_free (tmpname);
_exit(127);
}
- else
OpenPOWER on IntegriCloud