[comp.windows.x] LLNL X.V11R4/PL2 port and diffs

casey@gauss.llnl.gov (Casey Leedom) (02/18/90)

  Well, it's done.  I've finished porting/patching-up X.V11R4 to the best
of my abilities at this point in time and I've set it up for distribution.
It's available via anonymous ftp from LLL-CRG.LLNL.GOV in the directory
pub/X.V11R4/llnl-dist.  Following is a copy of the README file from that
directory:

MIT:
----
  The subdirectory "mit" contains the complete MIT core software
distribution for the X Window System version 11, release 4.  It has been
patched with the first two official patches from MIT plus a number of
local patches to fix a variety of problems.

  The MIT core distribution is contained in a series of files that
represent a tar'ed, compress'ed and split copy of the mit source
subdirectory.  These files are named mit-??.  You can unpack the
distribution via something along the lines of:

	cat mit-?? | uncompress | tar xpf -

  The file CHECKSUMS contains the BSD sum(1) output of ``sum mit-??''.

  The file R4-PL2-LLNL-DIFFS contains a diff patch that will bring an mit
R4 source tree which has already been patched with the first two official
patches from MIT to the LLNL patch level.  That is, the distribution in
the mit-?? files represents an R4 distribution that has been patched with
the first two official patches from MIT, and then patched with the
contents of R4-PL2-LLNL-DIFFS.  If you already have R4 and have already
applied the first two official patches from MIT, you probably should just
apply this patch set to your source tree.

CONTRIB:
--------
  The subdirectory "contrib" contains a working contributed software tree
for R4.  It does **NOT** contain everything found in the R4 contrib
distribution from MIT.  It ONLY contains the contrib source that we could
get working.  In addition, it also contains some contributed software
from the R3 contributed software distribution.  Notably awm.

  There is no patch/diff distribution for this contributed software set
since so many changes have been made, including complete replacement of
some versions of software for newer versions found elsewhere.

  The contrib distribution is contained in a series of files that
represent a tar'ed, compress'ed and split copy of the mit source
subdirectory.  These files are named contrib-??.  You can unpack the
distribution via something along the lines of:

	cat contrib-?? | uncompress | tar xpf -

  The file CHECKSUMS contains the BSD sum(1) output of ``sum contrib-??''.

DISCLAIMER:
-----------
  Note that the following is provided without ANY warranty whatsoever.
Lawrence Livermore National Laboratory and the Computing and Mathematics
Research Division are not responsible for ANYTHING which may happen if
you attempt to use what is contained herein.  This information is
supplied As Is.

BUG REPORTING:
--------------
  Please report any bugs in the LLNL patches to Casey Leedom
(casey@gauss.llnl.gov).

casey@gauss.llnl.gov (Casey Leedom) (02/21/90)

  (sigh) A vigelant soul has detected an error in my recent distribution
of X.V11R4.  I thought I'd tested it ...  In any case, sorry for any
problems it may have caused you.  I've made the new patch available via
anonymous ftp from LLL-CRG.LLNL.GOV in the file

	pub/X.V11R4/llnl-dist/mit/R4-PL2-LLNL-DIFFS.2

I've also attached it to the end of this letter since it's so small.

Casey

-----
*** mit/config/Project.tmpl.orig	Sun Feb 11 23:55:07 1990
--- mit/config/Project.tmpl	Tue Feb 20 22:36:03 1990
***************
*** 445,451 ****
  #endif
        DEPXAUTHLIB = _Use($(USRLIBDIR),$(XAUTHSRC))/libXau.a
           XAUTHLIB = LoaderLibPrefix $(DEPXAUTHLIB)
!       DEPXDMCPLIB = _Use($(USRLIBDIR),$(XAUTHSRC))/libXdmcp.a
           XDMCPLIB = LoaderLibPrefix $(DEPXDMCPLIB)
  #if SharedLibXmu
          DEPXMULIB = /* _Use($(USRLIBDIR),$(XMUSRC))/libXmu.so.$(SOXMUREV) */
--- 445,451 ----
  #endif
        DEPXAUTHLIB = _Use($(USRLIBDIR),$(XAUTHSRC))/libXau.a
           XAUTHLIB = LoaderLibPrefix $(DEPXAUTHLIB)
!       DEPXDMCPLIB = _Use($(USRLIBDIR),$(XDMCPLIBSRC))/libXdmcp.a
           XDMCPLIB = LoaderLibPrefix $(DEPXDMCPLIB)
  #if SharedLibXmu
          DEPXMULIB = /* _Use($(USRLIBDIR),$(XMUSRC))/libXmu.so.$(SOXMUREV) */