home *** CD-ROM | disk | FTP | other *** search
- Release 5 Public Patch #15
- MIT X Consortium
-
- To apply this patch:
-
- cd to the top of the source tree (to the directory containing the "mit"
- and "contrib" subdirectories) and do:
-
- patch -p -s < ThisFile
-
- Patch will work silently unless an error occurs.
- If you want to watch patch do its thing, leave out the "-s" argument to patch.
-
- Finally, to rebuild after applying this patch, cd to the "mit" subdirectory
- and do:
-
- cd lib/X
- rm XConnDis.o
- make Makefile
- make depend
- cd ../..
- make -k >& make.log
-
-
- Brief notes on what this patch fixes:
-
- Following fix-14, clients attempting to use XDM-AUTHORIZATION-1 or SUN-DES-1
- may not connect properly to the X server.
-
-
- Prereq: public-patch-14
-
- *** /tmp/da1329 Thu Jul 30 12:02:25 1992
- --- mit/bug-report Thu Jul 30 12:02:23 1992
- ***************
- *** 2,8 ****
- Subject: [area]: [synopsis] [replace with actual area and short description]
-
- VERSION:
- ! R5, public-patch-14
- [MIT public patches will edit this line to indicate the patch level]
-
- CLIENT MACHINE and OPERATING SYSTEM:
- --- 2,8 ----
- Subject: [area]: [synopsis] [replace with actual area and short description]
-
- VERSION:
- ! R5, public-patch-15
- [MIT public patches will edit this line to indicate the patch level]
-
- CLIENT MACHINE and OPERATING SYSTEM:
-
- *** /tmp/,RCSt1002326 Thu Jul 30 08:54:05 1992
- --- mit/lib/X/Imakefile Thu Jul 30 08:54:08 1992
- ***************
- *** 1,4 ****
- ! XCOMM $XConsortium: Imakefile,v 1.128 91/12/02 09:39:43 rws Exp $
- #define DoNormalLib NormalLibX
- #define DoSharedLib SharedLibX
- #define DoDebugLib DebugLibX
- --- 1,4 ----
- ! XCOMM $XConsortium: Imakefile,v 1.129 91/12/17 17:54:51 rws Exp $
- #define DoNormalLib NormalLibX
- #define DoSharedLib SharedLibX
- #define DoDebugLib DebugLibX
- ***************
- *** 993,1000 ****
-
- SpecialLibObjectRule(XErrDes.o,$(ICONFIGFILES),$(EDB_DEFINES))
- SpecialLibObjectRule(XStrKeysym.o,$(ICONFIGFILES),$(KDB_DEFINES))
- ! SpecialLibObjectRule(XConnDis.o,$(ICONFIGFILES),$(CONN_DEFINES))
- ! SpecialLibObjectRule(XOpenDis.o,$(ICONFIGFILES),$(XDMAUTHDEFS) $(RPCDEFS) $(CONN_DEFINES) $(BC_DEFINES))
- SpecialLibObjectRule(Wrap.o,$(ICONFIGFILES),$(XDMAUTHDEFS))
- SpecialLibObjectRule(Xstreams.o,$(ICONFIGFILES),$(CONN_DEFINES))
- SpecialLibObjectRule(XlibInt.o,$(ICONFIGFILES),$(CONN_DEFINES))
- --- 993,1000 ----
-
- SpecialLibObjectRule(XErrDes.o,$(ICONFIGFILES),$(EDB_DEFINES))
- SpecialLibObjectRule(XStrKeysym.o,$(ICONFIGFILES),$(KDB_DEFINES))
- ! SpecialLibObjectRule(XConnDis.o,$(ICONFIGFILES),$(XDMAUTHDEFS) $(RPCDEFS) $(CONN_DEFINES))
- ! SpecialLibObjectRule(XOpenDis.o,$(ICONFIGFILES),$(BC_DEFINES))
- SpecialLibObjectRule(Wrap.o,$(ICONFIGFILES),$(XDMAUTHDEFS))
- SpecialLibObjectRule(Xstreams.o,$(ICONFIGFILES),$(CONN_DEFINES))
- SpecialLibObjectRule(XlibInt.o,$(ICONFIGFILES),$(CONN_DEFINES))
-