Changeset 03cbf55 for general/prog


Ignore:
Timestamp:
04/06/2003 05:54:24 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d306467
Parents:
d10f793
Message:

more edits....

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

Location:
general/prog
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc/gnat-intro.xml

    rd10f793 r03cbf55  
    22<title>Introduction to gnat (binary version)</title>
    33
    4 <screen>Download location (FTP):        <ulink url="&gnat-download-ftp;"/>
     4<screen>Download location (HTTP):       <ulink url="&gnat-download-http;"/>
     5Download location (FTP):        <ulink url="&gnat-download-ftp;"/>
    56Version used:                   &gnat-version;
    67Package size:                   &gnat-size;
  • general/prog/gcc2/gcc2.ent

    rd10f793 r03cbf55  
    77<!ENTITY gcc2-version "2.95.3">
    88<!ENTITY gcc2-download-ftp "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc2-version;.tar.gz">
    9 
    10 
     9<!ENTITY gcc2-download-http "http://ftp.gnu.org/gnu/gcc/gcc-&gcc2-version;.tar.gz">
    1110<!ENTITY gcc2-size "7 MB">
  • general/prog/jdk/j2sdk-exp.xml

    rd10f793 r03cbf55  
    22<title>Command explanations</title>
    33
    4 <para><userinput>T=`grep...:</userinput> Determines the part where the tarfile begins in the self extracting archive.</para>
     4<para><userinput>T=`grep...</userinput> : Determines the part where the tarfile begins in the self extracting archive.</para>
    55
    6 <para><userinput>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch:</userinput>
    7 Patch to fix duplicate messages in the intl files.</para>
    8 <para><userinput>patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch:</userinput>
    9 Patch to add missing libs to fix unresolved symbols.</para>
    10 <para><userinput>patch -Np1 -i j2sdk-${VERSION}-remove-fixed-paths.patch:</userinput>
    11 The build wants the binaries in specific locations, this patch modifies this to use the current PATH environment to find binaries.</para>
    12 <para><userinput>patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch:</userinput>
    13 Patch to fix syntax for gcc3.</para>
    14 <para><userinput>patch -Np1 -i j2sdk-${VERSION}-use-included-motif.patch:</userinput>
    15 Patch to rename the internal motif library to avoid conflicts with an incompatible system installed version.</para>
     6<para><userinput>patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch</userinput> : Patch to fix duplicate messages in the intl files.</para>
     7<para><userinput>patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch</userinput> : Patch to add missing libs to fix unresolved symbols.</para>
     8<para><userinput>patch -Np1 -i j2sdk-${VERSION}-remove-fixed-paths.patch</userinput> : The build wants the binaries in specific locations, this patch modifies this to use the current PATH environment to find binaries.</para>
     9<para><userinput>patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch</userinput> : Patch to fix syntax for gcc3.</para>
     10<para><userinput>patch -Np1 -i j2sdk-${VERSION}-use-included-motif.patch</userinput> : Patch to rename the internal motif library to avoid conflicts with an incompatible system installed version.</para>
    1611
    17 <para><userinput>export ALT_BOOTDIR="$JAVA_HOME" :</userinput> This
     12<para><userinput>export ALT_BOOTDIR="$JAVA_HOME"</userinput> : This
    1813var sets location of the bootstrap JDK.
    1914</para>
    2015
    21 <para><userinput>export ALT_MOZILLA_PATH=$PWD :</userinput> This sets the
     16<para><userinput>export ALT_MOZILLA_PATH=$PWD</userinput> : This sets the
    2217variable that points to where you unzipped the mozilla headers.</para>
    2318
    24 <para><userinput>export ALT_DEVTOOLS_PATH="/usr/bin" :</userinput> This
     19<para><userinput>export ALT_DEVTOOLS_PATH="/usr/bin"</userinput> : This
    2520changes the location where the build finds the needed executables.
    2621</para>
    2722
    28 <para><userinput>export BUILD_NUMBER="blfs-`date +%s`" :</userinput> This will
     23<para><userinput>export BUILD_NUMBER="blfs-`date +%s`"</userinput> : This will
    2924help you identify this compiled version of the runtime environment and
    3025virtual machine by appending this information to the version in the
    3126output to "java -version".</para>
    3227
    33 <para><userinput>export DEV_ONLY=true :</userinput> This command
     28<para><userinput>export DEV_ONLY=true</userinput> : This command
    3429eliminates compiling the documentation and eliminates a dependency for
    3530rpm. </para>
    3631
    37 <para><userinput>unset JAVA_HOME :</userinput> This clears the JAVA_HOME
     32<para><userinput>unset JAVA_HOME</userinput> : This clears the JAVA_HOME
    3833variable and prevents misdirection during compile.</para>
    3934
    40 <para><userinput>unset CLASSPATH :</userinput> This clears the CLASSPATH
     35<para><userinput>unset CLASSPATH</userinput> : This clears the CLASSPATH
    4136variable and prevents misdirection during compile.</para>
    4237
    43 <para><userinput>unset CFLAGS... :</userinput> These flags cause miscompilation
     38<para><userinput>unset CFLAGS...</userinput> : These flags cause miscompilation
    4439of the build. Never set these.
    4540</para>
    4641
    47 <para><userinput>export INSANE=true:</userinput> Unless you specify that you
     42<para><userinput>export INSANE=true</userinput> : Unless you specify that you
    4843are insane the build will not proceed. The certified platform for the build is
    4944Redhat 6.1. The above variable ensures that all the errors related to
    5045compiling on a non-certified platform will be converted to warnings.</para>
    5146
    52 <para><userinput>export MAKE_VERBOSE=true:</userinput> Allows the current
     47<para><userinput>export MAKE_VERBOSE=true</userinput> : Allows the current
    5348compilation command to be displayed on the console.</para>
    5449
    55 <para><userinput>export ALT_CACERTS_FILE...: </userinput> Specifies the certificate
     50<para><userinput>export ALT_CACERTS_FILE...</userinput> : Specifies the certificate
    5651file to use.</para>
    5752
  • general/prog/jdk/j2sdk-intro.xml

    rd10f793 r03cbf55  
    33
    44<screen>Download location (HTTP):       <ulink url="&j2sdk-download-http;"/>
     5Download location (FTP):        <ulink url="&j2sdk-download-ftp;"/>
    56Version used (binary):          &j2sdk-bin-version;
    67Version used (source):          &j2sdk-src-version;
     
    4445
    4546<screen>j2sdk depends on:
    46 <xref linkend="xfree86"/>, <xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="cpio"/>, <xref linkend="tcsh"/>, <xref linkend="gcc2"/></screen>
     47<xref linkend="xfree86"/>, <xref linkend="zip"/>, <xref linkend="unzip"/>,
     48<xref linkend="cpio"/>, <xref linkend="tcsh"/> and <xref linkend="gcc2"/></screen>
    4749
    4850</sect2>
  • general/prog/jdk/j2sdk.ent

    rd10f793 r03cbf55  
    1111<!ENTITY j2sdk-src-version "1.4.1">
    1212<!ENTITY j2sdk-download-http "http://freshmeat.net/projects/sunjdk">
     13<!ENTITY j2sdk-download-ftp "">
    1314<!ENTITY j2sdk-time "169.12 SBU">
    1415
  • general/prog/librep/librep-exp.xml

    rd10f793 r03cbf55  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexec=/usr/lib :</userinput> This command installs
     4<para><userinput>--libexec=/usr/lib</userinput> : This command installs
    55files to <filename>/usr/lib/rep</filename> instead of
    66<filename>/user/libexec/rep</filename>.</para>
  • general/prog/python/python-intro.xml

    rd10f793 r03cbf55  
    1313prototyping large programs or developing them entirely.</para>
    1414
    15 <screen>Python will utilize: <xref linkend="expat"/>.</screen>
     15<screen>Python will utilize:
     16<xref linkend="expat"/></screen>
    1617
    1718</sect2>
Note: See TracChangeset for help on using the changeset viewer.