aboutsummaryrefslogtreecommitdiff
path: root/graphics/wmgrabimage/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-01-05 19:57:02 +0000
committerAde Lovett <ade@FreeBSD.org>2000-01-05 19:57:02 +0000
commit0c5c4a5fb73f6412c12451e2a35d8ecfcbda711e (patch)
tree96b452dc73711187ec3f9391aa2b84fda6834940 /graphics/wmgrabimage/files
parent30593878f378c88b4af4c50e83cc79a3e0634897 (diff)
downloadports-0c5c4a5fb73f6412c12451e2a35d8ecfcbda711e.tar.gz
ports-0c5c4a5fb73f6412c12451e2a35d8ecfcbda711e.zip
Notes
Diffstat (limited to 'graphics/wmgrabimage/files')
-rw-r--r--graphics/wmgrabimage/files/patch-aa19
-rw-r--r--graphics/wmgrabimage/files/patch-ab11
-rw-r--r--graphics/wmgrabimage/files/patch-ac11
3 files changed, 41 insertions, 0 deletions
diff --git a/graphics/wmgrabimage/files/patch-aa b/graphics/wmgrabimage/files/patch-aa
new file mode 100644
index 000000000000..70686c05bc63
--- /dev/null
+++ b/graphics/wmgrabimage/files/patch-aa
@@ -0,0 +1,19 @@
+--- Makefile.orig Thu Nov 4 01:07:27 1999
++++ Makefile Thu Nov 4 01:07:55 1999
+@@ -1,6 +1,6 @@
+ CC = gcc
+ CFLAGS = -O2 -Wall
+-INCDIR = -I/usr/X11R6/include/X11
++INCDIR = -I/usr/X11R6/include
+ DESTDIR= /usr/X11R6
+ LIBDIR = -L/usr/X11R6/lib
+ # for linux
+@@ -12,7 +12,7 @@
+
+
+ .c.o:
+- $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
++ $(CC) $(CFLAGS) -c $< -o $*.o $(INCDIR)
+
+
+ all: wmGrabImage.o wmGrabImage
diff --git a/graphics/wmgrabimage/files/patch-ab b/graphics/wmgrabimage/files/patch-ab
new file mode 100644
index 000000000000..d7f451a44fde
--- /dev/null
+++ b/graphics/wmgrabimage/files/patch-ab
@@ -0,0 +1,11 @@
+--- GrabImage.orig Thu Nov 4 01:44:43 1999
++++ GrabImage Thu Nov 4 01:46:12 1999
+@@ -52,7 +52,7 @@
+ # I think some of these wget command line options may cause problems
+ # for some people? Dont know why...
+ #
+- $GrabCmd = "wget --proxy=off --passive-ftp --tries 0 -q -O $home/.wmGrabImage/$ImageName $URL";
++ $GrabCmd = "fetch -p -q -o $home/.wmGrabImage/$ImageName $URL";
+ system "$GrabCmd";
+
+ }
diff --git a/graphics/wmgrabimage/files/patch-ac b/graphics/wmgrabimage/files/patch-ac
new file mode 100644
index 000000000000..bea27352d3d9
--- /dev/null
+++ b/graphics/wmgrabimage/files/patch-ac
@@ -0,0 +1,11 @@
+--- wmGrabImage.1.orig Thu Nov 4 02:20:22 1999
++++ wmGrabImage.1 Thu Nov 4 02:20:58 1999
+@@ -47,7 +47,7 @@
+ The original sized image and the thumbnail XPM image are both stored in
+ ~/.wmGrabImage/ which gets created if it doesnt already exist.
+ .SH SEE ALSO
+-wget and the ImageMagick convert utility.
++fetch and the ImageMagick convert utility.
+ .SH BUGS
+ Who knows? -- its still Beta though. (Let me know if you find any). Oldish
+ versions of the ImageMagick convert utility have a memory leak -- if you have