diff options
author | Doug Barton <dougb@FreeBSD.org> | 2000-11-21 06:53:17 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2000-11-21 06:53:17 +0000 |
commit | c6e9c2405846113e4820eb5a80af977dacee0176 (patch) | |
tree | ec39479dcf0b64b791cfd9c70f5a867561cd0643 /x11/wmmenu/files | |
parent | d6b9b9636806e4a6c62e3fa5a300e69a4598658e (diff) | |
download | ports-c6e9c2405846113e4820eb5a80af977dacee0176.tar.gz ports-c6e9c2405846113e4820eb5a80af977dacee0176.zip |
Notes
Diffstat (limited to 'x11/wmmenu/files')
-rw-r--r-- | x11/wmmenu/files/patch-aa | 11 | ||||
-rw-r--r-- | x11/wmmenu/files/patch-ab | 11 | ||||
-rw-r--r-- | x11/wmmenu/files/patch-ac | 13 |
3 files changed, 35 insertions, 0 deletions
diff --git a/x11/wmmenu/files/patch-aa b/x11/wmmenu/files/patch-aa new file mode 100644 index 000000000000..7b0743152c6f --- /dev/null +++ b/x11/wmmenu/files/patch-aa @@ -0,0 +1,11 @@ +--- options.c.BACKUP Thu Nov 16 21:11:16 2000 ++++ options.c Thu Nov 16 21:11:25 2000 +@@ -4,7 +4,7 @@ + #include <string.h> + #include <assert.h> + /* POSIX */ +-#include <getopt.h> ++#include <unistd.h> + + #include "options.h" + #include "version.h" diff --git a/x11/wmmenu/files/patch-ab b/x11/wmmenu/files/patch-ab new file mode 100644 index 000000000000..a13d5a43a897 --- /dev/null +++ b/x11/wmmenu/files/patch-ab @@ -0,0 +1,11 @@ +--- example/apps.Dist Sat Aug 5 00:40:31 2000 ++++ example/apps Sun Nov 19 18:32:02 2000 +@@ -4,8 +4,6 @@ + + "GNUstep.xpm" Menu title + "linuxterm.xpm" xterm -T Terminal -name terminal -geometry 80x50 & +-"HomeNeighborOpen.xpm" xterm -T "Login terminal" -name loginxterm -e bin/rloginsession & +-"FileManager.xpm" xterm -T "Midnight Commander" -name mc -geometry 100x50 -sl 1000 -e mc -c & + "mixer.xpm" gaumix & + "HP-16C-48.xpm" kcalc & + diff --git a/x11/wmmenu/files/patch-ac b/x11/wmmenu/files/patch-ac new file mode 100644 index 000000000000..0c675beff9cc --- /dev/null +++ b/x11/wmmenu/files/patch-ac @@ -0,0 +1,13 @@ +--- example/defaults.Dist Sat Aug 5 00:40:06 2000 ++++ example/defaults Sun Nov 19 18:28:53 2000 +@@ -12,4 +12,10 @@ + + xpmpath /usr/local/share/WindowMaker/Icons + xpmpath /usr/local/share/pixmaps ++ ++xpmpath %%PREFIX%%/share/WindowMaker/Backgrounds ++xpmpath %%PREFIX%%/share/WindowMaker/Icons ++xpmpath %%PREFIX%%/share/WindowMaker/Pixmaps ++xpmpath %%PREFIX%%/include/X11/pixmaps ++ + tile tile2.xpm |