Changeset c4e893d for general/prog


Ignore:
Timestamp:
10/05/2018 02:43:30 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
26dbe9a
Parents:
0d38b000
Message:

Update to git-2.19.0
For some reason, the Git perl module is installed in /usr/share/perl5/Git. I don't think
it is part of our %INC search path, but I'm not 100% certain. Ken, please test this,
it's way over my head.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20579 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r0d38b000 rc4e893d  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "7a668403aa7807d0db37e8573299d471">
    12   <!ENTITY git-size          "4.9 MB">
     11  <!ENTITY git-md5sum        "bd3f2730c3466604356797b1378c2857">
     12  <!ENTITY git-size          "5.0 MB">
    1313  <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
    14   <!ENTITY git-buildsize     "291 MB (with downloaded documentation)">
    15   <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 4.4 SBU for tests)">
     14  <!ENTITY git-buildsize     "459 MB (with downloaded documentation)">
     15  <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 8.7 SBU for tests)">
    1616]>
    1717
     
    344344        </seg>
    345345        <seg>
    346           /usr/lib/perl5/site_perl/&lt;5.x.y&gt;{,&lt;arch&gt;-linux/auto}/Git,
     346          /usr/share/perl5/Git,
     347          <!-- I do NOT think this is in our %INC search path. -->
    347348          /usr/libexec/git-core and
    348349          /usr/share/{doc/git-&git-version;,git-core,git-gui,gitk,gitweb}
Note: See TracChangeset for help on using the changeset viewer.