Changeset 2612183a


Ignore:
Timestamp:
02/07/2017 03:18:19 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
23d3b894
Parents:
21007b1b
Message:
  • apache-ant-1.10.1
  • fix ownership of installed files in fop (change "cp -a" to "cp -R")

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r21007b1b r2612183a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "Febuary 5th &year;">
     9<!ENTITY releasedate  "Febuary 7th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/apache-ant.xml

    r21007b1b r2612183a  
    55  %general-entities;
    66
    7   <!ENTITY apache-ant-download-http "https://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
     7  <!ENTITY apache-ant-download-http "https://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.xz">
    88  <!ENTITY apache-ant-download-ftp  " ">
    9   <!ENTITY apache-ant-md5sum        "0a55520f578a4d0990965bee49674247">
    10   <!ENTITY apache-ant-size          "3.7 MB">
    11   <!ENTITY apache-ant-buildsize     "115 MB">
    12   <!ENTITY apache-ant-time          "0.3 SBU">
     9  <!ENTITY apache-ant-md5sum        "ebecbe7488c624b06bc6a264a3a7c4ec">
     10  <!ENTITY apache-ant-size          "3.4 MB">
     11  <!ENTITY apache-ant-buildsize     "121 MB">
     12  <!ENTITY apache-ant-time          "0.3 SBU (with a JVM using 4 cores)">
    1313]>
    1414
     
    143143
    144144    <para><command>cp -v ... lib/optional</command>:
    145     This command copies the JUnit and hamcrest jar files into the directory where
    146     Apache Ant will look for them.</para>
     145    This command copies the JUnit and hamcrest jar files into the directory
     146    where Apache Ant will look for them.</para>
    147147
    148148    <para><command>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version;
  • introduction/welcome/changelog.xml

    r21007b1b r2612183a  
    4343-->
    4444    <listitem>
     45      <para>February 7th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to apache-ant-1.10.1. Fixes
     49          <ulink url="&blfs-ticket-root;8854">#8854</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>February 6th, 2017</para>
    4656      <itemizedlist>
  • packages.ent

    r21007b1b r2612183a  
    317317<!ENTITY yasm-version                 "1.3.0">
    318318
    319 <!ENTITY apache-ant-version           "1.10.0">
     319<!ENTITY apache-ant-version           "1.10.1">
    320320<!ENTITY junit-version                "4.11">
    321321<!ENTITY hamcrest-version             "1.3">
  • pst/ps/fop.xml

    r21007b1b r2612183a  
    239239      </para>
    240240
    241 <screen role="root"><userinput>install -v -d -m755                          /opt/fop-&fop-version; &amp;&amp;
     241<screen role="root"><userinput>install -v -d -m755 -o root -g root          /opt/fop-&fop-version; &amp;&amp;
    242242cp -v  KEYS LICENSE NOTICE README            /opt/fop-&fop-version; &amp;&amp;
    243 cp -va build conf examples fop* javadocs lib /opt/fop-&fop-version; &amp;&amp;
     243cp -vR build conf examples fop* javadocs lib /opt/fop-&fop-version; &amp;&amp;
    244244
    245245ln -v -sf fop-&fop-version; /opt/fop</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.