aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp1/files
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/gimp1/files
parent28a43d405c9b7919be39d3955f8447ec52988ca0 (diff)
downloadports-ac0d56a7c6e419fefebcdca2ada5e810cd877f80.tar.gz
ports-ac0d56a7c6e419fefebcdca2ada5e810cd877f80.zip
Notes
Diffstat (limited to 'graphics/gimp1/files')
-rw-r--r--graphics/gimp1/files/patch-aa6
-rw-r--r--graphics/gimp1/files/patch-ab15
2 files changed, 7 insertions, 14 deletions
diff --git a/graphics/gimp1/files/patch-aa b/graphics/gimp1/files/patch-aa
index d88851a1fcc3..a6abcf19014d 100644
--- a/graphics/gimp1/files/patch-aa
+++ b/graphics/gimp1/files/patch-aa
@@ -1,5 +1,5 @@
---- app/main.c.orig Mon Apr 20 18:19:27 1998
-+++ app/main.c Sun May 17 10:33:39 1998
+--- app/main.c.orig Sat May 30 15:32:13 1998
++++ app/main.c Sun Jun 7 10:08:19 1998
@@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
@@ -8,7 +8,7 @@
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
-@@ -80,10 +81,15 @@
+@@ -81,10 +82,15 @@
int i, j;
gchar *display_name, *display_env;
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
-
-