home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume18 / X11-fix15 / part01 / fix-15
Encoding:
Text File  |  1992-08-03  |  2.8 KB  |  85 lines

  1.                       Release 5 Public Patch #15
  2.                            MIT X Consortium
  3.  
  4. To apply this patch:
  5.  
  6. cd to the top of the source tree (to the directory containing the "mit"
  7. and "contrib" subdirectories) and do:
  8.  
  9.         patch -p -s < ThisFile
  10.  
  11. Patch will work silently unless an error occurs.
  12. If you want to watch patch do its thing, leave out the "-s" argument to patch.
  13.  
  14. Finally, to rebuild after applying this patch, cd to the "mit" subdirectory
  15. and do:
  16.  
  17.     cd lib/X
  18.     rm XConnDis.o
  19.     make Makefile
  20.     make depend
  21.     cd ../..    
  22.         make -k >& make.log
  23.  
  24.  
  25. Brief notes on what this patch fixes:
  26.  
  27. Following fix-14, clients attempting to use XDM-AUTHORIZATION-1 or SUN-DES-1
  28. may not connect properly to the X server.
  29.  
  30.  
  31. Prereq: public-patch-14
  32.  
  33. *** /tmp/da1329    Thu Jul 30 12:02:25 1992
  34. --- mit/bug-report    Thu Jul 30 12:02:23 1992
  35. ***************
  36. *** 2,8 ****
  37.   Subject: [area]: [synopsis]   [replace with actual area and short description]
  38.   
  39.   VERSION:
  40. !     R5, public-patch-14
  41.       [MIT public patches will edit this line to indicate the patch level]
  42.   
  43.   CLIENT MACHINE and OPERATING SYSTEM:
  44. --- 2,8 ----
  45.   Subject: [area]: [synopsis]   [replace with actual area and short description]
  46.   
  47.   VERSION:
  48. !     R5, public-patch-15
  49.       [MIT public patches will edit this line to indicate the patch level]
  50.   
  51.   CLIENT MACHINE and OPERATING SYSTEM:
  52.  
  53. *** /tmp/,RCSt1002326    Thu Jul 30 08:54:05 1992
  54. --- mit/lib/X/Imakefile    Thu Jul 30 08:54:08 1992
  55. ***************
  56. *** 1,4 ****
  57. ! XCOMM $XConsortium: Imakefile,v 1.128 91/12/02 09:39:43 rws Exp $
  58.   #define DoNormalLib NormalLibX
  59.   #define DoSharedLib SharedLibX
  60.   #define DoDebugLib DebugLibX
  61. --- 1,4 ----
  62. ! XCOMM $XConsortium: Imakefile,v 1.129 91/12/17 17:54:51 rws Exp $
  63.   #define DoNormalLib NormalLibX
  64.   #define DoSharedLib SharedLibX
  65.   #define DoDebugLib DebugLibX
  66. ***************
  67. *** 993,1000 ****
  68.   
  69.   SpecialLibObjectRule(XErrDes.o,$(ICONFIGFILES),$(EDB_DEFINES))
  70.   SpecialLibObjectRule(XStrKeysym.o,$(ICONFIGFILES),$(KDB_DEFINES))
  71. ! SpecialLibObjectRule(XConnDis.o,$(ICONFIGFILES),$(CONN_DEFINES))
  72. ! SpecialLibObjectRule(XOpenDis.o,$(ICONFIGFILES),$(XDMAUTHDEFS) $(RPCDEFS) $(CONN_DEFINES) $(BC_DEFINES))
  73.   SpecialLibObjectRule(Wrap.o,$(ICONFIGFILES),$(XDMAUTHDEFS))
  74.   SpecialLibObjectRule(Xstreams.o,$(ICONFIGFILES),$(CONN_DEFINES))
  75.   SpecialLibObjectRule(XlibInt.o,$(ICONFIGFILES),$(CONN_DEFINES))
  76. --- 993,1000 ----
  77.   
  78.   SpecialLibObjectRule(XErrDes.o,$(ICONFIGFILES),$(EDB_DEFINES))
  79.   SpecialLibObjectRule(XStrKeysym.o,$(ICONFIGFILES),$(KDB_DEFINES))
  80. ! SpecialLibObjectRule(XConnDis.o,$(ICONFIGFILES),$(XDMAUTHDEFS) $(RPCDEFS) $(CONN_DEFINES))
  81. ! SpecialLibObjectRule(XOpenDis.o,$(ICONFIGFILES),$(BC_DEFINES))
  82.   SpecialLibObjectRule(Wrap.o,$(ICONFIGFILES),$(XDMAUTHDEFS))
  83.   SpecialLibObjectRule(Xstreams.o,$(ICONFIGFILES),$(CONN_DEFINES))
  84.   SpecialLibObjectRule(XlibInt.o,$(ICONFIGFILES),$(CONN_DEFINES))
  85.