home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.x
- Path: uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!mips!msi!dcmartin
- From: Bob Scheifler <rws@expo.lcs.mit.edu>
- Subject: v18i077: X11R5 public fix #15, Part01/01
- Message-ID: <1992Aug3.143646.29762@msi.com>
- Originator: dcmartin@fascet
- Sender: dcmartin@msi.com (David C. Martin - Moderator)
- Organization: Molecular Simulations, Inc.
- Date: Mon, 3 Aug 1992 14:36:46 GMT
- Approved: dcmartin@msi.com
- Lines: 122
-
- Submitted-by: Bob Scheifler <rws@expo.lcs.mit.edu>
- Posting-number: Volume 18, Issue 77
- Archive-name: X11-fix15/part01
-
- #!/bin/sh
- # This is a shell archive (produced by shar 3.50)
- # To extract the files from this archive, save it to a file, remove
- # everything above the "!/bin/sh" line above, and type "sh file_name".
- #
- # made 08/03/1992 14:36 UTC by dcmartin@fascet
- # Source directory /n/merlin/u2/src/X11R5/fixes
- #
- # existing files will NOT be overwritten unless -c is specified
- #
- # This shar contains:
- # length mode name
- # ------ ---------- ------------------------------------------
- # 2870 -rw-r--r-- fix-15
- #
- # ============= fix-15 ==============
- if test -f 'fix-15' -a X"$1" != X"-c"; then
- echo 'x - skipping fix-15 (File already exists)'
- else
- echo 'x - extracting fix-15 (Text)'
- sed 's/^X//' << 'SHAR_EOF' > 'fix-15' &&
- X Release 5 Public Patch #15
- X MIT X Consortium
- X
- To apply this patch:
- X
- cd to the top of the source tree (to the directory containing the "mit"
- and "contrib" subdirectories) and do:
- X
- X patch -p -s < ThisFile
- X
- Patch will work silently unless an error occurs.
- If you want to watch patch do its thing, leave out the "-s" argument to patch.
- X
- Finally, to rebuild after applying this patch, cd to the "mit" subdirectory
- and do:
- X
- X cd lib/X
- X rm XConnDis.o
- X make Makefile
- X make depend
- X cd ../..
- X make -k >& make.log
- X
- X
- Brief notes on what this patch fixes:
- X
- Following fix-14, clients attempting to use XDM-AUTHORIZATION-1 or SUN-DES-1
- may not connect properly to the X server.
- X
- X
- Prereq: public-patch-14
- X
- *** /tmp/da1329 Thu Jul 30 12:02:25 1992
- --- mit/bug-report Thu Jul 30 12:02:23 1992
- ***************
- *** 2,8 ****
- X Subject: [area]: [synopsis] [replace with actual area and short description]
- X
- X VERSION:
- ! R5, public-patch-14
- X [MIT public patches will edit this line to indicate the patch level]
- X
- X CLIENT MACHINE and OPERATING SYSTEM:
- --- 2,8 ----
- X Subject: [area]: [synopsis] [replace with actual area and short description]
- X
- X VERSION:
- ! R5, public-patch-15
- X [MIT public patches will edit this line to indicate the patch level]
- X
- X CLIENT MACHINE and OPERATING SYSTEM:
- X
- *** /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 $
- X #define DoNormalLib NormalLibX
- X #define DoSharedLib SharedLibX
- X #define DoDebugLib DebugLibX
- --- 1,4 ----
- ! XCOMM $XConsortium: Imakefile,v 1.129 91/12/17 17:54:51 rws Exp $
- X #define DoNormalLib NormalLibX
- X #define DoSharedLib SharedLibX
- X #define DoDebugLib DebugLibX
- ***************
- *** 993,1000 ****
- X
- X SpecialLibObjectRule(XErrDes.o,$(ICONFIGFILES),$(EDB_DEFINES))
- X SpecialLibObjectRule(XStrKeysym.o,$(ICONFIGFILES),$(KDB_DEFINES))
- ! SpecialLibObjectRule(XConnDis.o,$(ICONFIGFILES),$(CONN_DEFINES))
- ! SpecialLibObjectRule(XOpenDis.o,$(ICONFIGFILES),$(XDMAUTHDEFS) $(RPCDEFS) $(CONN_DEFINES) $(BC_DEFINES))
- X SpecialLibObjectRule(Wrap.o,$(ICONFIGFILES),$(XDMAUTHDEFS))
- X SpecialLibObjectRule(Xstreams.o,$(ICONFIGFILES),$(CONN_DEFINES))
- X SpecialLibObjectRule(XlibInt.o,$(ICONFIGFILES),$(CONN_DEFINES))
- --- 993,1000 ----
- X
- X SpecialLibObjectRule(XErrDes.o,$(ICONFIGFILES),$(EDB_DEFINES))
- X SpecialLibObjectRule(XStrKeysym.o,$(ICONFIGFILES),$(KDB_DEFINES))
- ! SpecialLibObjectRule(XConnDis.o,$(ICONFIGFILES),$(XDMAUTHDEFS) $(RPCDEFS) $(CONN_DEFINES))
- ! SpecialLibObjectRule(XOpenDis.o,$(ICONFIGFILES),$(BC_DEFINES))
- X SpecialLibObjectRule(Wrap.o,$(ICONFIGFILES),$(XDMAUTHDEFS))
- X SpecialLibObjectRule(Xstreams.o,$(ICONFIGFILES),$(CONN_DEFINES))
- X SpecialLibObjectRule(XlibInt.o,$(ICONFIGFILES),$(CONN_DEFINES))
- SHAR_EOF
- chmod 0644 fix-15 ||
- echo 'restore of fix-15 failed'
- Wc_c="`wc -c < 'fix-15'`"
- test 2870 -eq "$Wc_c" ||
- echo 'fix-15: original size 2870, current size' "$Wc_c"
- fi
- exit 0
- --
- Senior Systems Scientist mail: dcmartin@msi.com
- Molecular Simulations, Inc. uucp: uunet!dcmartin
- 796 North Pastoria Avenue at&t: 408/522-9236
- Sunnyvale, California 94086 fax: 408/732-0831
-