pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ghc-bootstrap



Module Name:    pkgsrc
Committed By:   dholland
Date:           Thu Jan  9 23:55:59 UTC 2014

Modified Files:
        pkgsrc/lang/ghc-bootstrap: Makefile PLIST

Log Message:
Improve the ghc bootstrap kit.
   - use a different ghc build that installs less stuff;
   - if using gcc, link statically with libgcc so the bootstrap kit
     can be used on a clang-only system;
   - try to avoid using pkgsrc readline and gmp, and force what's left
     to link statically by denying buildlink for the .so files, so the
     bootstrap kit will still work if those libraries' major numbers
     get bumped.

PKGREVISION -> 1.

This was supposed to get into 2013q4 and should be pulled up, so that
the 2013q4 builds will provide us binary bootstrap kits built on
official build hosts.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ghc-bootstrap/Makefile \
    pkgsrc/lang/ghc-bootstrap/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index