aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libhelp/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libhelp/files')
-rw-r--r--x11/libhelp/files/patch-aa48
-rw-r--r--x11/libhelp/files/patch-ab24
-rw-r--r--x11/libhelp/files/patch-ac13
-rw-r--r--x11/libhelp/files/patch-ad39
-rw-r--r--x11/libhelp/files/patch-ae16
-rw-r--r--x11/libhelp/files/patch-af15
-rw-r--r--x11/libhelp/files/patch-ag15
-rw-r--r--x11/libhelp/files/patch-ah13
-rw-r--r--x11/libhelp/files/patch-ai23
-rw-r--r--x11/libhelp/files/patch-aj19
-rw-r--r--x11/libhelp/files/patch-ak41
-rw-r--r--x11/libhelp/files/patch-al24
-rw-r--r--x11/libhelp/files/patch-am22
-rw-r--r--x11/libhelp/files/patch-ao17
14 files changed, 0 insertions, 329 deletions
diff --git a/x11/libhelp/files/patch-aa b/x11/libhelp/files/patch-aa
deleted file mode 100644
index ae370adaf28..00000000000
--- a/x11/libhelp/files/patch-aa
+++ /dev/null
@@ -1,48 +0,0 @@
-*** ../../../libhelp-1.8.1/Imakefile Tue Apr 4 17:21:02 1995
---- Imakefile Mon Oct 20 22:13:28 1997
-***************
-*** 27,33 ****
- XCOMM remove libhtmlw from LIBDIRS
- XCOMM --------------------------------------------------------------------
-
-! LIBDIRS = libhelp libButtFace libhtmlw
-
- XCOMM --------------------------------------------------------------------
- XCOMM Additional Definitions
---- 27,33 ----
- XCOMM remove libhtmlw from LIBDIRS
- XCOMM --------------------------------------------------------------------
-
-! LIBDIRS = libhelp libButtFace libhtmlw libhlpclient
-
- XCOMM --------------------------------------------------------------------
- XCOMM Additional Definitions
-***************
-*** 36,42 ****
- CC = gcc -ansi
- COPT = -O2
- INCS =
-! DEFS =
- LIBS =
-
- #define IHaveSubdirs
---- 36,42 ----
- CC = gcc -ansi
- COPT = -O2
- INCS =
-! DEFS = -DHELP_PATH=\"$(X11BASE)/lib/X11/xmhelp/help:$(X11BASE)/lib/X11/xmhelp/pixmaps\"
- LIBS =
-
- #define IHaveSubdirs
-***************
-*** 52,60 ****
- MakeSubdirs($(SUBDIRS))
- DependSubdirs($(SUBDIRS))
- CleanSubdirs($(SUBDIRS))
--
--
--
--
--
--
---- 52,54 ----
diff --git a/x11/libhelp/files/patch-ab b/x11/libhelp/files/patch-ab
deleted file mode 100644
index 4059c9b08f5..00000000000
--- a/x11/libhelp/files/patch-ab
+++ /dev/null
@@ -1,24 +0,0 @@
---- libhelp/Imakefile.orig Wed Jun 28 05:59:58 1995
-+++ libhelp/Imakefile Sun May 2 12:41:56 1999
-@@ -56,7 +56,7 @@
- CC = c89
- HPDEFS = -D_HPUX_SOURCE
- HPINCS = -I/usr/include/Motif1.2
-- MOTIFLIB = -L/usr/lib/Motif1.2 -lXm
-+ MOTIFLIB ?= -L/usr/lib/Motif1.2 -lXm
- #endif
-
- SYSINCS = -I/usr/local/X11R5/include $(SUNINCS) $(HPINCS)
-@@ -99,9 +99,11 @@
- XCOMM libhelp.a
-
- NormalLibraryTarget($(LIBHELP),$(OBJS))
-+InstallLibrary($(LIBHELP),$(USRLIBDIR))
-+InstallNonExecFile(help.h,$(INCDIR))
-
- XCOMM thelp (only for testing, not distributed)
-
- NormalProgramTarget(thelp,$(TESTOBJ),$(HLIB),$(THELPLIBS),$(SYSTEM_LIBS))
-
--DependTarget()
-+DependTarget()
diff --git a/x11/libhelp/files/patch-ac b/x11/libhelp/files/patch-ac
deleted file mode 100644
index 43548d6af5e..00000000000
--- a/x11/libhelp/files/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libButtFace/Center.c libButtFace/Center.c
-*** ../../../libhelp-1.8.1/libButtFace/Center.c Fri Feb 24 13:28:28 1995
---- libButtFace/Center.c Mon Oct 20 19:00:11 1997
-***************
-*** 31,36 ****
---- 31,37 ----
- */
- #include <X11/IntrinsicP.h>
- #include <X11/StringDefs.h>
-+ #include <Xm/ManagerP.h>
- #include "CenterP.h"
-
-
diff --git a/x11/libhelp/files/patch-ad b/x11/libhelp/files/patch-ad
deleted file mode 100644
index 11cf27ec09c..00000000000
--- a/x11/libhelp/files/patch-ad
+++ /dev/null
@@ -1,39 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/HTML-PSformat.c libhtmlw/HTML-PSformat.c
-*** ../../../libhelp-1.8.1/libhtmlw/HTML-PSformat.c Mon Dec 26 12:15:57 1994
---- libhtmlw/HTML-PSformat.c Sun May 30 18:26:14 1999
-***************
-*** 47,57 ****
- #include <stdio.h>
- #include <ctype.h>
- #include <math.h>
-! #include <malloc.h>
- #include "HTMLP.h"
-
- /* Fix thanks to robm. */
-! #ifdef __alpha
- #include <Xm/VaSimple.h>
- #endif
-
---- 47,61 ----
- #include <stdio.h>
- #include <ctype.h>
- #include <math.h>
-! #ifdef __FreeBSD__
-! # include <stdlib.h>
-! #else
-! # include <malloc.h>
-! #endif
- #include "HTMLP.h"
-
- /* Fix thanks to robm. */
-! #if defined(__alpha) && !defined(__FreeBSD__)
- #include <Xm/VaSimple.h>
- #endif
-
-***************
-*** 1507,1510 ****
-
- return( PS_string);
- }
--
---- 1511,1513 ----
diff --git a/x11/libhelp/files/patch-ae b/x11/libhelp/files/patch-ae
deleted file mode 100644
index bfd79f8ead3..00000000000
--- a/x11/libhelp/files/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhlpclient/Imakefile libhlpclient/Imakefile
-*** ../../../libhelp-1.8.1/libhlpclient/Imakefile Sat Jun 17 13:52:05 1995
---- libhlpclient/Imakefile Mon Oct 20 21:18:41 1997
-***************
-*** 87,91 ****
- SYSTEM_LIBS = $(SYSLIBS) $(ADDLIBS)
-
- NormalLibraryTarget($(LIBHELP),$(OBJS))
- NormalProgramTarget(chelp,$(TESTOBJ),$(HLIB),$(HELPLIBS),$(SYSTEM_LIBS))
--
---- 87,91 ----
- SYSTEM_LIBS = $(SYSLIBS) $(ADDLIBS)
-
- NormalLibraryTarget($(LIBHELP),$(OBJS))
-+ InstallLibrary($(LIBHELP),$(USRLIBDIR))
- NormalProgramTarget(chelp,$(TESTOBJ),$(HLIB),$(HELPLIBS),$(SYSTEM_LIBS))
diff --git a/x11/libhelp/files/patch-af b/x11/libhelp/files/patch-af
deleted file mode 100644
index 6af616aab60..00000000000
--- a/x11/libhelp/files/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhelp/load.c libhelp/load.c
-*** ../../../libhelp-1.8.1/libhelp/load.c Wed Jun 28 15:00:15 1995
---- libhelp/load.c Mon Oct 20 19:00:11 1997
-***************
-*** 37,42 ****
---- 37,45 ----
- /*----------------------------------------------------------------------*
- *g include section
- **----------------------------------------------------------------------*/
-+ #ifdef __FreeBSD__
-+ #include <sys/types.h>
-+ #endif __FreeBSD__
- #include <dirent.h>
- #include <sys/stat.h>
- #include <unistd.h>
diff --git a/x11/libhelp/files/patch-ag b/x11/libhelp/files/patch-ag
deleted file mode 100644
index c3005674d9a..00000000000
--- a/x11/libhelp/files/patch-ag
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhelp/util.c libhelp/util.c
-*** ../../../libhelp-1.8.1/libhelp/util.c Wed Jun 28 15:00:19 1995
---- libhelp/util.c Mon Oct 20 19:00:11 1997
-***************
-*** 45,50 ****
---- 45,53 ----
- ** -------------------------------------------------------------------- */
- #include <sys/stat.h>
- #include <ctype.h>
-+ #ifdef __FreeBSD__
-+ #include <sys/types.h>
-+ #endif __FreeBSD__
- #include <dirent.h>
-
- #include "helpp.h"
diff --git a/x11/libhelp/files/patch-ah b/x11/libhelp/files/patch-ah
deleted file mode 100644
index 0352c6524b7..00000000000
--- a/x11/libhelp/files/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libButtFace/Imakefile libButtFace/Imakefile
-*** ../../../libhelp-1.8.1/libButtFace/Imakefile Sat May 27 13:07:41 1995
---- libButtFace/Imakefile Mon Oct 20 21:17:29 1997
-***************
-*** 77,80 ****
---- 77,82 ----
- XCOMM --------------------------------------------------------------------
-
- NormalLibraryTarget($(LIBHELP),$(OBJS))
-+ InstallLibrary($(LIBHELP),$(USRLIBDIR))
-+
- DependTarget()
-
diff --git a/x11/libhelp/files/patch-ai b/x11/libhelp/files/patch-ai
deleted file mode 100644
index a2b2cb6e571..00000000000
--- a/x11/libhelp/files/patch-ai
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libButtFace/resource.c libButtFace/resource.c
-*** ../../../libhelp-1.8.1/libButtFace/resource.c Fri Feb 24 13:28:28 1995
---- libButtFace/resource.c Mon Oct 20 19:00:11 1997
-***************
-*** 27,33 ****
- */
-
- #include <string.h>
-! #include <malloc.h>
- #include <ctype.h>
- #include <X11/StringDefs.h>
-
---- 27,37 ----
- */
-
- #include <string.h>
-! #ifdef __FreeBSD__
-! # include <stdlib.h>
-! #else
-! # include <malloc.h>
-! #endif
- #include <ctype.h>
- #include <X11/StringDefs.h>
diff --git a/x11/libhelp/files/patch-aj b/x11/libhelp/files/patch-aj
deleted file mode 100644
index 182b144c51a..00000000000
--- a/x11/libhelp/files/patch-aj
+++ /dev/null
@@ -1,19 +0,0 @@
---- libhtmlw/HTML.c.orig Mon Dec 26 12:15:57 1994
-+++ libhtmlw/HTML.c Tue Apr 14 10:06:06 1998
-@@ -57,6 +57,11 @@
- #ifdef MOTIF
- #include <Xm/DrawingA.h>
- #include <Xm/ScrollBar.h>
-+#include <Xm/ManagerP.h>
-+#ifdef MOTIF2
-+#include <Xm/ManagerI.h>
-+#include <Xm/TravActI.h>
-+#endif
- #else
- #include "DrawingArea.h"
- #include <X11/Xaw/Scrollbar.h>
-@@ -6109,4 +6114,3 @@
- return(-1);
- }
- }
--
diff --git a/x11/libhelp/files/patch-ak b/x11/libhelp/files/patch-ak
deleted file mode 100644
index d76b9ad1767..00000000000
--- a/x11/libhelp/files/patch-ak
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/HTML.h libhtmlw/HTML.h
-*** ../../../libhelp-1.8.1/libhtmlw/HTML.h Mon Dec 26 12:15:58 1994
---- libhtmlw/HTML.h Mon Oct 20 19:00:12 1997
-***************
-*** 56,68 ****
- #define HTML_H
-
- #ifdef MOTIF
-! #include <Xm/Xm.h>
-! #if (XmVERSION == 1)&&(XmREVISION >= 2)
-! #define MOTIF1_2
-! #endif
- #else
-! #include <X11/Intrinsic.h>
-! #include <X11/Constraint.h>
- #endif /* MOTIF */
- #include <X11/StringDefs.h>
-
---- 56,70 ----
- #define HTML_H
-
- #ifdef MOTIF
-! # include <Xm/Xm.h>
-! # if (XmVERSION == 1)&&(XmREVISION >= 2)
-! # define MOTIF1_2
-! # elif (XmVERSION == 2)
-! # define MOTIF2
-! # endif
- #else
-! # include <X11/Intrinsic.h>
-! # include <X11/Constraint.h>
- #endif /* MOTIF */
- #include <X11/StringDefs.h>
-
-***************
-*** 483,486 ****
-
-
- #endif /* HTML_H */
--
---- 485,487 ----
diff --git a/x11/libhelp/files/patch-al b/x11/libhelp/files/patch-al
deleted file mode 100644
index de4f3b79705..00000000000
--- a/x11/libhelp/files/patch-al
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/HTMLP.h libhtmlw/HTMLP.h
-*** ../../../libhelp-1.8.1/libhtmlw/HTMLP.h Mon Dec 26 12:15:58 1994
---- libhtmlw/HTMLP.h Mon Oct 20 19:00:12 1997
-***************
-*** 59,67 ****
-
- #ifdef MOTIF
- #include <Xm/XmP.h>
-! # ifdef MOTIF1_2
- # include <Xm/ManagerP.h>
-! # endif /* MOTIF1_2 */
- #else
- #include <X11/IntrinsicP.h>
- #include <X11/ConstrainP.h>
---- 59,67 ----
-
- #ifdef MOTIF
- #include <Xm/XmP.h>
-! # if defined(MOTIF1_2) || defined(MOTIF2)
- # include <Xm/ManagerP.h>
-! # endif /* MOTIF1_2 || MOTIF2*/
- #else
- #include <X11/IntrinsicP.h>
- #include <X11/ConstrainP.h>
diff --git a/x11/libhelp/files/patch-am b/x11/libhelp/files/patch-am
deleted file mode 100644
index e2088e4401b..00000000000
--- a/x11/libhelp/files/patch-am
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -cb ../../../libhelp-1.8.1/libhtmlw/Imakefile libhtmlw/Imakefile
-*** ../../../libhelp-1.8.1/libhtmlw/Imakefile Sat May 27 13:06:58 1995
---- libhtmlw/Imakefile Mon Oct 20 21:18:03 1997
-***************
-*** 35,44 ****
- HTMLlists.o HTMLparse.o HTMLwidgets.o
-
- NormalLibraryTarget(htmlw,$(OBJS))
-! DependTarget()
-!
-!
-!
-!
-!
-
---- 35,40 ----
- HTMLlists.o HTMLparse.o HTMLwidgets.o
-
- NormalLibraryTarget(htmlw,$(OBJS))
-! InstallLibrary(htmlw,$(USRLIBDIR))
-
-+ DependTarget()
diff --git a/x11/libhelp/files/patch-ao b/x11/libhelp/files/patch-ao
deleted file mode 100644
index 0f20978a152..00000000000
--- a/x11/libhelp/files/patch-ao
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./xmhelp/Imakefile.org Wed Jun 28 06:01:21 1995
-+++ ./xmhelp/Imakefile Wed May 12 00:10:12 1999
-@@ -84,7 +84,7 @@
- LIBHELPLIBS = $(HELPLIB) $(HTMLWLIB) $(BUTTFACELIB) $(XPMLIB)
-
- LIBLIBS = -L/usr/local/lib $(LIBHELPLIBS)
-- MOTIFLIB = $(MOTIFLIBDIR) -lXm
-+ MOTIFLIB ?= $(MOTIFLIBDIR) -lXm
-
- LIBLIBS = $(LIBSDIR) $(HELPLIB) $(HTMLWLIB) $(BUTTFACELIB) $(XPMLIB)
- ALLXLIBS = $(MOTIFLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
-@@ -97,4 +97,4 @@
- XCOMM Insert Macros
- XCOMM ------------------------------------------------------------------
-
--ComplexProgramTarget(xmhelp)
-+ComplexProgramTargetNoMan(xmhelp)