home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / x / volume18 / x11fix15 / part01 < prev    next >
Encoding:
Text File  |  1992-08-02  |  4.5 KB  |  135 lines

  1. Newsgroups: comp.sources.x
  2. Path: uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!mips!msi!dcmartin
  3. From: Bob Scheifler <rws@expo.lcs.mit.edu>
  4. Subject: v18i077: X11R5 public fix #15, Part01/01
  5. Message-ID: <1992Aug3.143646.29762@msi.com>
  6. Originator: dcmartin@fascet
  7. Sender: dcmartin@msi.com (David C. Martin - Moderator)
  8. Organization: Molecular Simulations, Inc.
  9. Date: Mon, 3 Aug 1992 14:36:46 GMT
  10. Approved: dcmartin@msi.com
  11. Lines: 122
  12.  
  13. Submitted-by: Bob Scheifler <rws@expo.lcs.mit.edu>
  14. Posting-number: Volume 18, Issue 77
  15. Archive-name: X11-fix15/part01
  16.  
  17. #!/bin/sh
  18. # This is a shell archive (produced by shar 3.50)
  19. # To extract the files from this archive, save it to a file, remove
  20. # everything above the "!/bin/sh" line above, and type "sh file_name".
  21. #
  22. # made 08/03/1992 14:36 UTC by dcmartin@fascet
  23. # Source directory /n/merlin/u2/src/X11R5/fixes
  24. #
  25. # existing files will NOT be overwritten unless -c is specified
  26. #
  27. # This shar contains:
  28. # length  mode       name
  29. # ------ ---------- ------------------------------------------
  30. #   2870 -rw-r--r-- fix-15
  31. #
  32. # ============= fix-15 ==============
  33. if test -f 'fix-15' -a X"$1" != X"-c"; then
  34.     echo 'x - skipping fix-15 (File already exists)'
  35. else
  36. echo 'x - extracting fix-15 (Text)'
  37. sed 's/^X//' << 'SHAR_EOF' > 'fix-15' &&
  38. X                      Release 5 Public Patch #15
  39. X                           MIT X Consortium
  40. X
  41. To apply this patch:
  42. X
  43. cd to the top of the source tree (to the directory containing the "mit"
  44. and "contrib" subdirectories) and do:
  45. X
  46. X        patch -p -s < ThisFile
  47. X
  48. Patch will work silently unless an error occurs.
  49. If you want to watch patch do its thing, leave out the "-s" argument to patch.
  50. X
  51. Finally, to rebuild after applying this patch, cd to the "mit" subdirectory
  52. and do:
  53. X
  54. X    cd lib/X
  55. X    rm XConnDis.o
  56. X    make Makefile
  57. X    make depend
  58. X    cd ../..    
  59. X        make -k >& make.log
  60. X
  61. X
  62. Brief notes on what this patch fixes:
  63. X
  64. Following fix-14, clients attempting to use XDM-AUTHORIZATION-1 or SUN-DES-1
  65. may not connect properly to the X server.
  66. X
  67. X
  68. Prereq: public-patch-14
  69. X
  70. *** /tmp/da1329    Thu Jul 30 12:02:25 1992
  71. --- mit/bug-report    Thu Jul 30 12:02:23 1992
  72. ***************
  73. *** 2,8 ****
  74. X  Subject: [area]: [synopsis]   [replace with actual area and short description]
  75. X  
  76. X  VERSION:
  77. !     R5, public-patch-14
  78. X      [MIT public patches will edit this line to indicate the patch level]
  79. X  
  80. X  CLIENT MACHINE and OPERATING SYSTEM:
  81. --- 2,8 ----
  82. X  Subject: [area]: [synopsis]   [replace with actual area and short description]
  83. X  
  84. X  VERSION:
  85. !     R5, public-patch-15
  86. X      [MIT public patches will edit this line to indicate the patch level]
  87. X  
  88. X  CLIENT MACHINE and OPERATING SYSTEM:
  89. X
  90. *** /tmp/,RCSt1002326    Thu Jul 30 08:54:05 1992
  91. --- mit/lib/X/Imakefile    Thu Jul 30 08:54:08 1992
  92. ***************
  93. *** 1,4 ****
  94. ! XCOMM $XConsortium: Imakefile,v 1.128 91/12/02 09:39:43 rws Exp $
  95. X  #define DoNormalLib NormalLibX
  96. X  #define DoSharedLib SharedLibX
  97. X  #define DoDebugLib DebugLibX
  98. --- 1,4 ----
  99. ! XCOMM $XConsortium: Imakefile,v 1.129 91/12/17 17:54:51 rws Exp $
  100. X  #define DoNormalLib NormalLibX
  101. X  #define DoSharedLib SharedLibX
  102. X  #define DoDebugLib DebugLibX
  103. ***************
  104. *** 993,1000 ****
  105. X  
  106. X  SpecialLibObjectRule(XErrDes.o,$(ICONFIGFILES),$(EDB_DEFINES))
  107. X  SpecialLibObjectRule(XStrKeysym.o,$(ICONFIGFILES),$(KDB_DEFINES))
  108. ! SpecialLibObjectRule(XConnDis.o,$(ICONFIGFILES),$(CONN_DEFINES))
  109. ! SpecialLibObjectRule(XOpenDis.o,$(ICONFIGFILES),$(XDMAUTHDEFS) $(RPCDEFS) $(CONN_DEFINES) $(BC_DEFINES))
  110. X  SpecialLibObjectRule(Wrap.o,$(ICONFIGFILES),$(XDMAUTHDEFS))
  111. X  SpecialLibObjectRule(Xstreams.o,$(ICONFIGFILES),$(CONN_DEFINES))
  112. X  SpecialLibObjectRule(XlibInt.o,$(ICONFIGFILES),$(CONN_DEFINES))
  113. --- 993,1000 ----
  114. X  
  115. X  SpecialLibObjectRule(XErrDes.o,$(ICONFIGFILES),$(EDB_DEFINES))
  116. X  SpecialLibObjectRule(XStrKeysym.o,$(ICONFIGFILES),$(KDB_DEFINES))
  117. ! SpecialLibObjectRule(XConnDis.o,$(ICONFIGFILES),$(XDMAUTHDEFS) $(RPCDEFS) $(CONN_DEFINES))
  118. ! SpecialLibObjectRule(XOpenDis.o,$(ICONFIGFILES),$(BC_DEFINES))
  119. X  SpecialLibObjectRule(Wrap.o,$(ICONFIGFILES),$(XDMAUTHDEFS))
  120. X  SpecialLibObjectRule(Xstreams.o,$(ICONFIGFILES),$(CONN_DEFINES))
  121. X  SpecialLibObjectRule(XlibInt.o,$(ICONFIGFILES),$(CONN_DEFINES))
  122. SHAR_EOF
  123. chmod 0644 fix-15 ||
  124. echo 'restore of fix-15 failed'
  125. Wc_c="`wc -c < 'fix-15'`"
  126. test 2870 -eq "$Wc_c" ||
  127.     echo 'fix-15: original size 2870, current size' "$Wc_c"
  128. fi
  129. exit 0
  130. -- 
  131. Senior Systems Scientist        mail: dcmartin@msi.com
  132. Molecular Simulations, Inc.        uucp: uunet!dcmartin
  133. 796 North Pastoria Avenue        at&t: 408/522-9236
  134. Sunnyvale, California 94086        fax: 408/732-0831
  135.