summaryrefslogtreecommitdiff
path: root/wm/fvwm1/patches
diff options
context:
space:
mode:
Diffstat (limited to 'wm/fvwm1/patches')
-rw-r--r--wm/fvwm1/patches/patch-aa35
-rw-r--r--wm/fvwm1/patches/patch-ab18
-rw-r--r--wm/fvwm1/patches/patch-ac14
-rw-r--r--wm/fvwm1/patches/patch-ad12
-rw-r--r--wm/fvwm1/patches/patch-ae30
-rw-r--r--wm/fvwm1/patches/patch-af13
-rw-r--r--wm/fvwm1/patches/patch-ag13
7 files changed, 0 insertions, 135 deletions
diff --git a/wm/fvwm1/patches/patch-aa b/wm/fvwm1/patches/patch-aa
deleted file mode 100644
index 1cd2f6badc7..00000000000
--- a/wm/fvwm1/patches/patch-aa
+++ /dev/null
@@ -1,35 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2001/10/14 13:47:18 tron Exp $
-
---- configure.h~ Mon Nov 28 13:08:47 1994
-+++ configure.h Mon Mar 16 21:44:31 1998
-@@ -1,7 +1,7 @@
--#define FVWMDIR "/usr/lib/X11/fvwm"
-+#define FVWMDIR "${PREFIX}/lib/X11/fvwm"
- /* #define FVWMDIR "/local/homes/dsp/nation/modules"*/
--#define FVWM_ICONDIR "/usr/include/X11/bitmaps:/usr/include/X11/pixmaps"
--#define FVWMRC "/usr/lib/X11/fvwm/system.fvwmrc"
-+#define FVWM_ICONDIR "${PREFIX}/include/X11/bitmaps:${PREFIX}/include/X11/pixmaps"
-+#define FVWMRC "${PREFIX}/lib/X11/fvwm/system.fvwmrc"
-
- /* Imake command needed to put modules in desired target location */
- /* Use the second version if it causes grief */
-@@ -14,8 +14,8 @@
- * If you want to install it in a different directory, uncomment and
- * edit the first line */
- /* #define FVWM_BIN_DIR BINDIR=/local/homes/dsp/nation/bin/4.1.3*/
--#define FVWM_BIN_DIR BINDIR=/usr/bin/X11
--/*#define FVWM_BIN_DIR*/
-+/* #define FVWM_BIN_DIR BINDIR=/usr/bin/X11 */
-+#define FVWM_BIN_DIR
-
- /* Compiler over-ride for Imakefiles */
- /* Leave it as shown to get your default compiler */
-@@ -57,7 +57,7 @@
- ***************************************************************************/
- #define XPM
- /* linker flags needed to locate and link in the Xpm library, if you use it */
--#define XPMLIBRARY -L/usr/lib/X11 -lXpm
-+#define XPMLIBRARY -L${X11BASE}/lib -L${PREFIX}/lib -lXpm
-
- /***************************************************************************
- *#define M4
diff --git a/wm/fvwm1/patches/patch-ab b/wm/fvwm1/patches/patch-ab
deleted file mode 100644
index ae31930f3af..00000000000
--- a/wm/fvwm1/patches/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2001/10/14 13:47:18 tron Exp $
-
---- Imakefile.orig Fri Dec 2 20:04:20 1994
-+++ Imakefile Sun Oct 14 15:37:57 2001
-@@ -28,7 +28,7 @@
- modules/FvwmWinList
-
- #ifdef XPM
--XPMSUBDIRS = xpmroot modules/FvwmBanner
-+XPMSUBDIRS = modules/FvwmBanner
- #endif
-
- SUBDIRS = $(ALLSUBDIRS) $(XPMSUBDIRS) $(SHAPESUBDIRS)
-@@ -43,3 +43,4 @@
-
-
-
-+depend:
diff --git a/wm/fvwm1/patches/patch-ac b/wm/fvwm1/patches/patch-ac
deleted file mode 100644
index 2a16e935c4c..00000000000
--- a/wm/fvwm1/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
---- fvwm/alpha_header.h.orig Wed Sep 16 08:30:50 1998
-+++ fvwm/alpha_header.h Wed Sep 16 08:31:22 1998
-@@ -11,8 +11,9 @@
- #ifdef __GNUC__
- extern size_t strlen(char *);
- #endif
--
-+/*
- extern int bzero(char *, int);
- extern int gethostname (char *, int);
-+*/
- /**************************************************************************/
-
diff --git a/wm/fvwm1/patches/patch-ad b/wm/fvwm1/patches/patch-ad
deleted file mode 100644
index 1e0241cc5a5..00000000000
--- a/wm/fvwm1/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $
---- fvwm/Imakefile.orig Wed Sep 16 08:37:29 1998
-+++ fvwm/Imakefile Wed Sep 16 08:38:08 1998
-@@ -16,7 +16,7 @@
-
- DEPLIBS = $(DEPXLIB) ../libs/libfvwmlib.a
-
--#ifdef AlphaArchitecture
-+#if defined(AlphaArchitecture) && !defined(NetBSDArchitecture)
- LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -ldnet_stub -L../libs -lfvwmlib
- #else
- #ifdef HPArchitecture
diff --git a/wm/fvwm1/patches/patch-ae b/wm/fvwm1/patches/patch-ae
deleted file mode 100644
index bdc4e80c625..00000000000
--- a/wm/fvwm1/patches/patch-ae
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2005/12/07 15:07:23 joerg Exp $
-
---- fvwm/module.c.orig 2005-12-06 14:27:05.000000000 +0000
-+++ fvwm/module.c
-@@ -16,6 +16,7 @@
-
- #include <stdio.h>
- #include <unistd.h>
-+#include <errno.h>
- #include <signal.h>
- #include <string.h>
- #include <fcntl.h>
-@@ -596,9 +597,6 @@ void SendName(int module, unsigned long
- free(body);
- }
-
--
--
--#include <sys/errno.h>
- FVWM_INLINE int PositiveWrite(int module, unsigned long *ptr, int size)
- {
- if((pipeOn[module]<0)||(!((PipeMask[module]) & ptr[1])))
-@@ -651,7 +649,6 @@ void FlushQueue(int module)
- char *dptr;
- struct queue_buff_struct *d;
- int a;
-- extern int errno;
-
- if((pipeOn[module] <= 0)||(pipeQueue[module] == NULL))
- return;
diff --git a/wm/fvwm1/patches/patch-af b/wm/fvwm1/patches/patch-af
deleted file mode 100644
index d20f658fbb8..00000000000
--- a/wm/fvwm1/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1 2012/10/29 09:46:46 cegger Exp $
-
---- sample.fvwmrc/system.fvwmrc.orig 1994-12-02 19:19:12.000000000 +0000
-+++ sample.fvwmrc/system.fvwmrc
-@@ -227,7 +227,7 @@ ButtonStyle : 4 4 50x65@1 35x35@1 65x35@
-
- Function "InitFunction"
- Module "I" FvwmBanner
-- Exec "I" xpmroot /usr/include/X11/pixmaps/fvwm.xpm &
-+ Exec "I" xpmroot ${X11BASE}/include/pixmaps/fvwm.xpm &
- Module "I" GoodStuff
- Exec "I" exec xterm -geometry 80x64+0+0 &
- Wait "I" xterm
diff --git a/wm/fvwm1/patches/patch-ag b/wm/fvwm1/patches/patch-ag
deleted file mode 100644
index ca14bf3acd9..00000000000
--- a/wm/fvwm1/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2012/10/29 09:46:46 cegger Exp $
-
---- sample.fvwmrc/mwm.fvwmrc.orig 1994-12-05 13:58:13.000000000 +0000
-+++ sample.fvwmrc/mwm.fvwmrc
-@@ -161,7 +161,7 @@ Style "GoodStuff" Icon toolbox.xpm
-
- Function "InitFunction"
- Module "I" FvwmBanner
-- Exec "I" xpmroot /usr/include/X11/pixmaps/fvwm.xpm &
-+ Exec "I" xpmroot ${X11BASE}/include/pixmaps/fvwm.xpm &
- Module "I" GoodStuff
- Module "I" FvwmPager 0 3
- Exec "I" exec xterm -geometry 80x64+0+0 &