summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-z02
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-08-25 10:35:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-08-25 10:35:22 +0000
commit036dd8c105cb7f94338b4e5d80f68f6e2f33b49d (patch)
tree6204e84f9bdea3944eb76a398968a1cfcd18bec6 /x11/XFree86-4-libraries/files/patch-z02
parentUpgrade the upgrade kits to include /etc/mtree/BSD.x11-4.dist. Bump versions (diff)
Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=31962
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z02')
-rw-r--r--x11/XFree86-4-libraries/files/patch-z0249
1 files changed, 36 insertions, 13 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z02 b/x11/XFree86-4-libraries/files/patch-z02
index 7979d7adea7a..5a086db27a1e 100644
--- a/x11/XFree86-4-libraries/files/patch-z02
+++ b/x11/XFree86-4-libraries/files/patch-z02
@@ -1,6 +1,6 @@
---- Imakefile.orig Tue Oct 6 20:26:47 1998
-+++ Imakefile Wed May 31 14:11:50 2000
-@@ -18,8 +18,27 @@
+--- Imakefile.orig Thu Jun 15 04:36:13 2000
++++ Imakefile Fri Aug 18 14:40:02 2000
+@@ -18,8 +18,26 @@
#endif
#endif
@@ -8,13 +8,12 @@
+ SUBDIRS = include config lib $(NLSSUBDIR) \
+ programs/Xserver/include \
+ programs/Xserver/hw/xfree86/parser \
-+ programs/mkfontdir \
-+ programs/bdftopcf
++ programs/proxymngr programs/xrx
+#else
+#if defined(FreeBSDBuildXbin) && FreeBSDBuildXbin
+ SUBDIRS = include config lib $(NLSSUBDIR) \
-+ programs/Xserver/include \
-+ programs
++ programs/Xserver/include programs/Xserver/hw/xfree86/parser \
++ programs programs/Xserver/hw/xfree86/xf86cfg
+#else
+#if defined(FreeBSDBuildXfs) && FreeBSDBuildXfs
+ SUBDIRS = include config lib $(NLSSUBDIR) \
@@ -28,21 +27,21 @@
LNINSTALLDIRS = lib
#if HasParallelMake
-@@ -202,3 +221,73 @@
+@@ -206,3 +224,97 @@
#undef BootstrapCleanSubdirs
#define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)"
BOOTSTRAPSUBDIRS = imake makedepend
+
+#if defined(FreeBSDBuildXlib) && FreeBSDBuildXlib
-+FreeBSDPortsInstallDir = include lib programs/Xserver/include \
-+ programs/Xserver/hw/xfree86/parser \
-+ programs/bdftopcf programs/mkfontdir
++FreeBSDPortsInstallDir = include lib nls programs/Xserver/include \
++ programs/xrx/plugin \
++ programs/Xserver/hw/xfree86/parser
+#else
+#if defined(FreeBSDBuildXbin) && FreeBSDBuildXbin
-+FreeBSDPortsInstallDir = lib nls programs
++FreeBSDPortsInstallDir = lib programs programs programs/Xserver/hw/xfree86/xf86cfg
+#else
+#if defined(FreeBSDBuildXxserv) && FreeBSDBuildXxserv
-+FreeBSDPortsInstallDir = programs
++FreeBSDPortsInstallDir = programs lib/font lib/GL/mesa/src/drv
+#else
+#if defined(FreeBSDBuildXfs) && FreeBSDBuildXfs
+FreeBSDPortsInstallDir = programs/xfs
@@ -72,10 +71,34 @@
+ (cd $$dir && $(MAKE) $(MFLAGS) $(PARALLELMFLAGS) install.man); \
+ done
+
++# followings are in XBMPICS and XPMPICS at programs/Xserver/hw/xfree86/xf86cfg
++XLIBADDFILES1= \
++ card.xbm\
++ keyboard.xbm\
++ monitor.xbm\
++ mouse.xbm\
++ left.xbm\
++ right.xbm\
++ up.xbm\
++ down.xbm\
++ wider.xbm\
++ narrower.xbm\
++ shorter.xbm\
++ taller.xbm
++XLIBADDFILES2= \
++ card.xpm\
++ computer.xpm\
++ keyboard.xpm\
++ monitor.xpm\
++ mouse.xpm
++
+installXlib::
+ (cd programs/proxymngr && \
+ $(INSTALL) -c $(INSTINCFLAGS) PM.h $(INCROOT)/X11/PM && \
+ $(INSTALL) -c $(INSTINCFLAGS) PMproto.h $(INCROOT)/X11/PM)
++ (cd programs/Xserver/hw/xfree86/xf86cfg && \
++ $(INSTALL) -c $(INSTINCFLAGS) $(XLIBADDFILES1) $(INCROOT)/X11/bitmaps && \
++ $(INSTALL) -c $(INSTINCFLAGS) $(XLIBADDFILES2) $(INCROOT)/X11/pixmaps)
+
+installXnest::
+ (cd programs/Xserver && \