--- xc/config/cf/Imake.cf.wiget 2004-08-11 23:14:01.000000000 +0200 +++ xc/config/cf/Imake.cf 2004-09-09 16:16:53.093467589 +0200 @@ -805,6 +805,10 @@ # define s390Architecture # undef __s390__ # endif /* s390 */ +# ifdef alpha +# define AlphaArchitecture +# undef alpha +# endif /* alpha */ # ifdef __alpha # define AlphaArchitecture # undef __alpha --- xc/config/cf/Imake.tmpl.wiget 2004-07-28 05:24:29.000000000 +0200 +++ xc/config/cf/Imake.tmpl 2004-09-09 16:16:53.116463078 +0200 @@ -262,7 +262,7 @@ #ifndef BuildHtmlManPages #ifdef RmanCmd -#define BuildHtmlManPages YES +#define BuildHtmlManPages NO #else #define BuildHtmlManPages NO #endif @@ -863,11 +863,7 @@ #define LintlibDir $(USRLIBDIR)/lint #endif #ifndef SystemManDirectory -#if SystemV4 #define SystemManDirectory /usr/share/man -#else -#define SystemManDirectory /usr/man -#endif #endif #ifndef ManDirectoryRoot #ifdef ProjectRoot @@ -1171,7 +1167,7 @@ #define CppCmd /LibDirName/cpp #endif #ifndef RawCppCmd -#define RawCppCmd CppCmd -undef +#define RawCppCmd CppCmd #endif #ifndef CppNoLineInfoOption #define CppNoLineInfoOption /**/ --- xc/config/cf/linux.cf.wiget 2004-08-11 23:14:01.000000000 +0200 +++ xc/config/cf/linux.cf 2004-09-09 16:16:53.123461705 +0200 @@ -368,7 +368,7 @@ */ #if BuildXF86DRI # if defined(i386Architecture) -# define BuildLibGlxWithoutPIC YES +# define BuildLibGlxWithoutPIC NO # endif #endif @@ -757,7 +757,7 @@ #define HasVarRun YES #ifndef VarDbDirectory -# define VarDbDirectory $(VARDIR)/lib +# define VarDbDirectory /var/lib #endif #ifndef XF86OSCardDrivers --- xc/config/cf/site.def.wiget 2004-05-06 17:08:25.000000000 +0200 +++ xc/config/cf/site.def 2004-09-09 16:16:53.129460529 +0200 @@ -119,10 +119,14 @@ #define HasSentinel YES */ -/* #undef DefaultUserPath -#define DefaultUserPath /bin:/usr/bin:$(BINDIR):/usr/ucb:/usr/local/bin -*/ +#define DefaultUserPath /usr/local/bin:/bin:/usr/bin:$(BINDIR) +#undef DefaultSystemPath +#define DefaultSystemPath /sbin:/bin:/usr/sbin:/usr/bin:$(BINDIR) + + +#define HasPam YES +#define HasPamMisc YES /* You do NOT need SetUID if you only run the server under xdm */ --- xc/config/cf/X11.tmpl.wiget 2004-09-03 18:18:18.000000000 +0200 +++ xc/config/cf/X11.tmpl 2004-09-09 16:16:53.172452095 +0200 @@ -715,7 +715,7 @@ #endif #ifndef InstallHardcopyDocs -#define InstallHardcopyDocs YES +#define InstallHardcopyDocs NO #endif #ifndef InstallMiscManPages @@ -1398,8 +1398,12 @@ # define UsbMouseSupport NO #endif +#ifndef EtcX11Directory +#define EtcX11Directory /etc/X11 +#endif + #ifndef DefaultFSConfigFile -#define DefaultFSConfigFile $(LIBDIR)/fs/config +#define DefaultFSConfigFile $(ETCX11DIR)/fs/config #endif #ifndef BinDir @@ -1486,7 +1490,7 @@ #define ConfigDir $(LIBDIR)/config #endif #ifndef DocDir -#define DocDir $(LIBDIR)/doc +#define DocDir $(LIBDIR)/share/doc #endif #ifndef DocHtmlDir #define DocHtmlDir $(DOCDIR)/html @@ -1498,31 +1502,31 @@ #define DocPdfDir $(DOCDIR)/PDF #endif #ifndef FontDir -#define FontDir $(LIBDIR)/fonts +#define FontDir /usr/share/fonts #endif #ifndef AdmDir -#define AdmDir /usr/adm +#define AdmDir /var/log #endif #ifndef XinitDir -#define XinitDir $(LIBDIR)/xinit +#define XinitDir $(ETCX11DIR)/xinit #endif #ifndef XdmDir -#define XdmDir $(LIBDIR)/xdm +#define XdmDir $(ETCX11DIR)/xdm #endif #ifndef XdmVarDir #define XdmVarDir $(VARLIBDIR)/xdm #endif #ifndef XdmAuthDir -#define XdmAuthDir $(LIBDIR)/xdm +#define XdmAuthDir $(ETCX11DIR)/xdm #endif #ifndef XdmConfigurationSubdirectory /* under xdm sources */ #define XdmConfigurationSubdirectory config #endif #ifndef TwmDir -#define TwmDir $(LIBDIR)/twm +#define TwmDir $(ETCX11DIR)/twm #endif #ifndef XsmDir -#define XsmDir $(LIBDIR)/xsm +#define XsmDir $(ETCX11DIR)/xsm #endif #ifndef NlsDir #define NlsDir $(LIBDIR)/nls @@ -1531,23 +1535,20 @@ #define XLocaleDir $(LIBDIR)/locale #endif #ifndef LbxproxyDir -#define LbxproxyDir $(LIBDIR)/lbxproxy +#define LbxproxyDir $(ETCX11DIR)/lbxproxy #endif #ifndef LbxproxyConfigSubdir /* under lbxproxy sources */ #define LbxproxyConfigSubdir config #endif #ifndef ProxyManagerDir -#define ProxyManagerDir $(LIBDIR)/proxymngr +#define ProxyManagerDir $(ETCX11DIR)/proxymngr #endif #ifndef ServerConfigDir -#define ServerConfigDir $(LIBDIR)/xserver +#define ServerConfigDir $(ETCX11DIR)/xserver #endif #ifndef XPrintDir #define XPrintDir ServerConfigDir #endif -#ifndef EtcX11Directory -#define EtcX11Directory /etc/X11 -#endif #ifndef InstallSecurityConfig #define InstallSecurityConfig YES /* Install sample security policy */ #endif @@ -1579,10 +1580,10 @@ #define OsNameDefines /* as nothing */ #endif #ifndef DefaultUserPath /* for xdm */ -#define DefaultUserPath :/bin:/usr/bin:$(BINDIR):/usr/ucb +#define DefaultUserPath /usr/local/bin:/bin:/usr/bin:$(BINDIR) #endif #ifndef DefaultSystemPath /* for xdm */ -#define DefaultSystemPath /etc:/bin:/usr/bin:$(BINDIR):/usr/ucb +#define DefaultSystemPath /sbin:/bin:/usr/sbin:/usr/bin:$(BINDIR) #endif #ifndef DefaultSystemShell /* for xdm to set in SHELL */ #define DefaultSystemShell BourneShell @@ -1719,7 +1720,7 @@ HTMLINDEXCMD = HtmlIndexCmd - DOCUTILSRC = $(XTOP)/doc/util + DOCUTILSRC = $(XTOP)/share/doc/util CLIENTSRC = $(TOP)/clients DEMOSRC = $(TOP)/demos XDOCMACROS = $(DOCUTILSRC)/macros.t @@ -1733,7 +1734,7 @@ SERVERSRC = $(XTOP)/programs/Xserver CONTRIBSRC = ContribDir UNSUPPORTEDSRC = UnsupportedDir - DOCSRC = $(XTOP)/doc + DOCSRC = $(XTOP)/share/doc RGBSRC = $(XTOP)/programs/rgb BDFTOPCFSRC = $(PROGRAMSRC)/bdftopcf MKFONTDIRSRC = $(PROGRAMSRC)/mkfontdir --- xc/config/cf/xorg.cf.wiget 2004-09-04 00:00:10.000000000 +0200 +++ xc/config/cf/xorg.cf 2004-09-09 16:16:53.189448761 +0200 @@ -142,7 +142,7 @@ #define XConfigFile xorg.conf #endif #ifndef XConfigDir -#define XConfigDir $(LIBDIR) +#define XConfigDir $(ETCX11DIR) #endif #ifndef XLogFile #define XLogFile Xorg @@ -409,7 +409,7 @@ neomagic i740 tdfx savage \ cirrus vmware tseng trident chips apm \ GlideDriver i128 i386Drivers \ - ati DevelDrivers ark \ + ati DevelDrivers ark fbdev \ cyrix siliconmotion via \ vesa vga \ dummy XF86OSCardDrivers XF86ExtraCardDrivers --- xc/config/cf/xorgsite.def.wiget 2004-08-21 04:06:44.000000000 +0200 +++ xc/config/cf/xorgsite.def 2004-09-09 16:16:53.193447976 +0200 @@ -264,8 +264,8 @@ /* * To not build/install the Cyrillic fonts, uncomment the following * -#define BuildCyrillicFonts NO */ +#define BuildCyrillicFonts YES /* * To not install the local font directory, uncomment the following @@ -433,8 +433,8 @@ * Some Linux releases don't have a libtermcap. In this case you may need * to uncomment the following * -#define TermcapLibrary -lncurses */ +#define TermcapLibrary -lncurses /* * Build a server that dynamically loads the modules by setting @@ -610,8 +610,8 @@ * To forceably build static libraries in addition to shared libraries, * uncomment this. * -#define ForceNormalLib YES */ +#define ForceNormalLib YES /* * Uncomment this if your default tools (eg, gcc, ld, as, etc) are --- xc/config/imake/imake.c.wiget 2004-06-11 19:59:30.000000000 +0200 +++ xc/config/imake/imake.c 2004-09-09 16:16:53.252436404 +0200 @@ -1057,6 +1057,7 @@ static char* suse = "/etc/SuSE-release"; static char* redhat = "/etc/redhat-release"; static char* debian = "/etc/debian_version"; + static char* pld = "/etc/pld-release"; fprintf (inFile, "%s\n", "#define LinuxUnknown 0"); fprintf (inFile, "%s\n", "#define LinuxSuSE 1"); @@ -1071,6 +1072,7 @@ fprintf (inFile, "%s\n", "#define LinuxTurbo 10"); fprintf (inFile, "%s\n", "#define LinuxWare 11"); fprintf (inFile, "%s\n", "#define LinuxYggdrasil 12"); + fprintf (inFile, "%s\n", "#define LinuxPLD 13"); #ifdef CROSSCOMPILE if (CrossCompiling) { @@ -1097,6 +1099,11 @@ * at the content of /etc/debian_version */ return; } + if (lstat (pld, &sb) == 0) { + fprintf (inFile, "%s\n", "#define DefaultLinuxDistribution LinuxPLD"); + fprintf (inFile, "%s\n", "#define DefaultLinuxDistName PLD"); + return; + } /* what's the definitive way to tell what any particular distribution is? */ fprintf (inFile, "%s\n", "#define DefaultLinuxDistribution LinuxUnknown"); --- xc/programs/xdm/config/Xres.cpp.wiget 2004-04-23 21:54:43.000000000 +0200 +++ xc/programs/xdm/config/Xres.cpp 2004-09-09 16:16:53.261434639 +0200 @@ -70,10 +70,10 @@ #endif /* XPM */ XHASHendif #ifdef XPM -XHASHif PLANES >= 8 -xlogin*logoFileName: BITMAPDIR/**//XDM_PIXMAP +XHASHif PLANES > 8 +xlogin*logoFileName: BITMAPDIR/**//xdm-pld-logo.xpm XHASHelse -xlogin*logoFileName: BITMAPDIR/**//XDM_BWPIXMAP +xlogin*logoFileName: BITMAPDIR/**//xdm-pld-logo-bw.xpm XHASHendif xlogin*useShape: true xlogin*logoPadding: 10 --- xc/programs/xdm/resource.c.wiget 2004-04-23 21:54:42.000000000 +0200 +++ xc/programs/xdm/resource.c 2004-09-09 16:16:53.264434051 +0200 @@ -85,31 +85,31 @@ */ #ifndef __EMX__ #ifndef DEF_SERVER_LINE -#define DEF_SERVER_LINE ":0 local /usr/bin/X11/X :0" +#define DEF_SERVER_LINE ":0 local /usr/X11R6/bin/X :0" #endif #ifndef XRDB_PROGRAM -#define XRDB_PROGRAM "/usr/bin/X11/xrdb" +#define XRDB_PROGRAM "/usr/X11R6/X11/xrdb" #endif #ifndef DEF_SESSION -#define DEF_SESSION "/usr/bin/X11/xterm -ls" +#define DEF_SESSION "/usr/X11R6/bin/xterm -ls" #endif #ifndef DEF_USER_PATH -#define DEF_USER_PATH ":/bin:/usr/bin:/usr/bin/X11:/usr/ucb" +#define DEF_USER_PATH "/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin" #endif #ifndef DEF_SYSTEM_PATH -#define DEF_SYSTEM_PATH "/etc:/bin:/usr/bin:/usr/bin/X11:/usr/ucb" +#define DEF_SYSTEM_PATH "/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin" #endif #ifndef DEF_SYSTEM_SHELL #define DEF_SYSTEM_SHELL "/bin/sh" #endif #ifndef DEF_FAILSAFE_CLIENT -#define DEF_FAILSAFE_CLIENT "/usr/bin/X11/xterm" +#define DEF_FAILSAFE_CLIENT "/usr/X11R6/bin/xterm" #endif #ifndef DEF_XDM_CONFIG -#define DEF_XDM_CONFIG "/usr/lib/X11/xdm/xdm-config" +#define DEF_XDM_CONFIG "/etc/X11/xdm/xdm-config" #endif #ifndef DEF_CHOOSER -#define DEF_CHOOSER "/usr/lib/X11/xdm/chooser" +#define DEF_CHOOSER "/etc/X11/xdm/chooser" #endif #ifndef DEF_AUTH_NAME #ifdef HASXDMAUTH @@ -119,7 +119,7 @@ #endif #endif #ifndef DEF_AUTH_DIR -#define DEF_AUTH_DIR "/usr/lib/X11/xdm" +#define DEF_AUTH_DIR "/etc/X11/xdm" #endif #ifndef DEF_USER_AUTH_DIR #define DEF_USER_AUTH_DIR "/tmp" --- xc/programs/xinit/Imakefile.wiget 2004-04-23 21:54:49.000000000 +0200 +++ xc/programs/xinit/Imakefile 2004-09-09 16:16:53.265433855 +0200 @@ -48,11 +48,12 @@ #endif InstallManPage(startx,$(MANDIR)) -#if InstallXinitConfig -InstallNonExecFile($(SAMPLECONFIG),$(XINITDIR)) -#else -InstallNonExecFileNoClobber($(SAMPLECONFIG),$(XINITDIR)) -#endif +XCOMM Red Hat gets this from a different package +XCOMM #if InstallXinitConfig +XCOMM InstallNonExecFile($(SAMPLECONFIG),$(XINITDIR)) +XCOMM #else +XCOMM InstallNonExecFileNoClobber($(SAMPLECONFIG),$(XINITDIR)) +XCOMM #endif LinkConfDirectory(xinit,.,xinit,.) --- xc/programs/xterm/Imakefile.wiget 2004-08-13 14:57:19.000000000 +0200 +++ xc/programs/xterm/Imakefile 2004-09-09 16:16:53.267433462 +0200 @@ -36,6 +36,10 @@ #define XkbClientLibs /**/ #endif +#if InstallXtermSetUID +#undef InstallXtermSetUID +#endif + #ifndef SpecialCObjectRule #define SpecialCObjectRule(module,ignore,defines) \ module.o: ; $(CC) -c defines $(CFLAGS) module.c @@ -57,6 +61,8 @@ PTYLIB = -lpucc #endif + PTYLIB = -lutil + #if defined(NetBSDArchitecture) || defined(OpenBSDArchitecture) || \ (defined(LinuxArchitecture) && \ (LinuxCLibMajorVersion == 6) && (LinuxCLibMinorVersion < 1)) @@ -116,7 +122,7 @@ XKB_DEFINES = XkbClientDefines PATH_DEFINES = -DPROJECTROOT=$(PROJECTROOT) DEFINES = $(XKB_DEFINES) $(TERMCAPDEFINES) $(FEATURE_DEFINES) $(SCROLLBAR_RIGHT) $(UTF8_OPTION) $(XRFDEF) $(PATH_DEFINES) $(TRACEDEF) - INCLUDES = -I. $(XRFINCLUDES) + INCLUDES = -I. -I/usr/include/ncurses $(XRFINCLUDES) #ifdef OS2Architecture MAINSRC = os2main.c --- xc/programs/xterm/xterm.h.wiget 2004-08-13 14:57:21.000000000 +0200 +++ xc/programs/xterm/xterm.h 2004-09-09 16:16:53.269433070 +0200 @@ -75,7 +75,7 @@ #endif #ifndef DFT_TERMTYPE -#define DFT_TERMTYPE "xterm" +#define DFT_TERMTYPE "xterm-color" #endif #ifndef X_NOT_POSIX --- xc/programs/Xserver/hw/xfree86/xf86cfg/Imakefile.wiget 2004-09-02 03:10:29.000000000 +0200 +++ xc/programs/Xserver/hw/xfree86/xf86cfg/Imakefile 2004-09-09 16:16:53.266433659 +0200 @@ -110,7 +110,7 @@ #if HasNCurses CURSESLIB = NCursesLibName -CURSESDEFINES = -DHAS_NCURSES +CURSESDEFINES = -DHAS_NCURSES -I/usr/include/ncurses #endif XF86CONFIGFILE = XConfigFile --- xc/Makefile.wiget 2004-09-03 18:18:17.000000000 +0200 +++ xc/Makefile 2004-09-09 16:18:24.437548570 +0200 @@ -8,7 +8,7 @@ # or add "MAKE = make" to this file. RELEASE = "Release 6.8" -SHELL = /bin/sh +SHELL = /bin/sh -e RM = rm -f MV = mv WORLDOPTS = --- xc/config/cf/X11.tmpl.orig 2004-09-13 18:37:30.000000000 +0200 +++ xc/config/cf/X11.tmpl 2004-09-13 22:24:31.449334056 +0200 @@ -2801,7 +2801,7 @@ #endif #ifndef SharedLibXdmcp -#define SharedLibXdmcp NO +#define SharedLibXdmcp YES #endif #ifndef NormalLibXdmcp #define NormalLibXdmcp (!SharedLibXdmcp | ForceNormalLib) --- xc/config/cf/linux.cf.orig 2004-09-13 18:37:30.000000000 +0200 +++ xc/config/cf/linux.cf 2004-09-13 22:42:59.680857256 +0200 @@ -502,6 +502,10 @@ # define HasExpat YES #endif +#ifndef HasFontconfig +# define HasFontconfig YES +#endif + #ifndef HasFreetype2 # define HasFreetype2 YES #endif --- xc/config/cf/X11.tmpl.orig 2004-09-14 17:15:01.000000000 +0200 +++ xc/config/cf/X11.tmpl 2004-09-14 21:29:44.837063736 +0200 @@ -2775,7 +2775,7 @@ #endif #ifndef SharedLibXau -#define SharedLibXau NO +#define SharedLibXau YES #endif #ifndef NormalLibXau #define NormalLibXau (!SharedLibXau | ForceNormalLib)