Changeset a29486e4
- Timestamp:
- 10/11/2015 08:28:40 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- aef261a
- Parents:
- 7a395d1
- Files:
-
- 30 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r7a395d1 ra29486e4 20 20 21 21 <!ENTITY lfs-website "http://www.&lfs-domainname;"> 22 <!-- downloads -root must not have an entity because it is needed for scripts22 <!-- downloads-root must not have an entity because it is needed for scripts 23 23 change svn to x.y for release --> 24 24 <!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn"> 25 25 <!ENTITY downloads-project "http://downloads.&lfs-domainname;"> 26 <!ENTITY sources-anduin-http "http://anduin.&lfs-domainname;/sources/BLFS/svn"> 27 <!ENTITY sources-anduin-ftp "ftp://anduin.&lfs-domainname;/BLFS/svn"> 28 <!ENTITY sources-anduin-other-http "http://anduin.&lfs-domainname;/sources/other"> 29 <!ENTITY sources-anduin-other "ftp://anduin.&lfs-domainname;/other"> 30 <!ENTITY files-anduin "http://anduin.&lfs-domainname;/files/BLFS/svn"> 26 27 <!ENTITY sources-anduin-http "http://anduin.linuxfromscratch.org/BLFS"> 28 <!ENTITY sources-anduin-ftp "ftp://anduin.linuxfromscratch.org/BLFS"> 29 31 30 <!ENTITY hints-root "http://www.&lfs-domainname;/hints"> 32 31 <!ENTITY patch-downloads "http://www.linuxfromscratch.org/patches/downloads"> … … 34 33 <!ENTITY errata "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/"> 35 34 <!ENTITY blfs-ticket-root "http://wiki.&lfs-domainname;/blfs/ticket/"> 36 <!-- <!ENTITY lfs-root "http://www.&lfs-domainname;/lfs/view/&lfs-version;"> --> 35 37 36 <!ENTITY lfs-root "../../../../lfs/view/&lfs-version;"> 38 37 <!ENTITY lfs-dev "../../../../lfs/view/development"> … … 78 77 79 78 <!ENTITY blfs-bootscripts-version "20150924"> 80 <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">81 79 82 80 <!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki"> -
general/genlib/popt.xml
r7a395d1 ra29486e4 6 6 7 7 <!ENTITY popt-download-http "http://rpm5.org/files/popt/popt-&popt-version;.tar.gz"> 8 <!ENTITY popt-download-ftp "&sources-anduin-ftp;/p /popt-&popt-version;.tar.gz">8 <!ENTITY popt-download-ftp "&sources-anduin-ftp;/popt/popt-&popt-version;.tar.gz"> 9 9 <!ENTITY popt-md5sum "3743beefa3dd6247a73f8f7a32c14c33"> 10 10 <!ENTITY popt-size "702 kB"> -
general/genutils/imagemagick.xml
r7a395d1 ra29486e4 88 88 at <literal>ftp.ImageMagick.org/pub/ImageMagick</literal> you can download it 89 89 from the BLFS package server at <ulink 90 url="&sources-anduin-http;/ i/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"/>.90 url="&sources-anduin-http;/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"/>. 91 91 </para> 92 92 </note> -
general/genutils/tidy.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!ENTITY tidy-download-http "&sources-anduin-http;/t /tidy-&tidy-version;.tar.bz2">7 <!ENTITY tidy-download-http "&sources-anduin-http;/tidy/tidy-&tidy-version;.tar.bz2"> 8 8 <!ENTITY tidy-download-ftp " "> 9 9 <!ENTITY tidy-md5sum "dd1fe109b4259ad3f364b175787ad5e9"> -
general/prog/apache-ant.xml
r7a395d1 ra29486e4 69 69 <para> 70 70 Required file: <ulink 71 url=" http://anduin.linuxfromscratch.org/sources/other/junit-&junit-version;.jar">72 http://anduin.linuxfromscratch.org/sources/other/junit-&junit-version;.jar</ulink>71 url="&sources-anduin-http;/other/junit-&junit-version;.jar"> 72 &sources-anduin-http;/other/junit-&junit-version;.jar</ulink> 73 73 </para> 74 74 </listitem> -
general/prog/java.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!ENTITY anduin-download " http://anduin.linuxfromscratch.org/files/BLFS/OpenJDK-&openjdk-version;">7 <!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;"> 8 8 <!ENTITY openjdk-download-binary-x86 "&anduin-download;/OpenJDK-&openjdk-version;-i686-bin.tar.xz"> 9 9 <!ENTITY openjdk-bin-md5sum-x86 "38296c3c879afde561726fa8505016f1"> -
general/prog/openjdk.xml
r7a395d1 ra29486e4 11 11 <!ENTITY ojdk-download "&ojdk-repo;/archive/&ojdk-tarball;"> 12 12 13 <!ENTITY anduin-download " http://anduin.linuxfromscratch.org/files/BLFS/OpenJDK-&openjdk-version;">13 <!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;"> 14 14 15 15 <!ENTITY ojdk-md5sum "bcaf6f51627e8f052eff0fdcd8578b4f"> -
general/prog/perl-modules.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!ENTITY perl_modules_md5sums_download_http "&sources-anduin-http;/perl-modules/">8 <!ENTITY perl_modules_md5sums_download_ftp "&sources-anduin-ftp;/perl-modules/">9 7 <!ENTITY perl_authors "http://cpan.metacpan.org/authors"> 10 8 … … 75 73 <!ENTITY Regexp-Common-md5sum "2b9c335312dcfd9980ff7acbad0e5905"> 76 74 77 <!ENTITY SGMLSpm-download-http " http://anduin.&lfs-domainname;/sources/BLFS/conglomeration/perl-modules/SGMLSpm-&SGMLSpm-version;.tar.gz">75 <!ENTITY SGMLSpm-download-http "&sources-anduin-http;/perl-modules/SGMLSpm-&SGMLSpm-version;.tar.gz"> 78 76 <!ENTITY SGMLSpm-md5sum "746c74ae969992cedb1a2879b4168090"> 79 77 … … 158 156 allow more tests to be run, but omitting them will still allow the tests 159 157 to <literal>PASS</literal>.</para> 160 161 <!-- <itemizedlist spacing="compact">162 <listitem>163 <para>Download MD5 sums (HTTP):164 <ulink url="&perl_modules_md5sums_download_http-download-http;"/></para>165 </listitem>166 <listitem>167 <para>Download MD5 sums (FTP):168 <ulink url="&perl_modules_md5sums_download_ftp-download-http;"/></para>169 </listitem>170 </itemizedlist> -->171 158 172 159 <!-- Archive::Zip --> -
general/prog/php.xml
r7a395d1 ra29486e4 193 193 of a <command>configure</command> command that utilizes many of the 194 194 most common dependencies can be found at <ulink 195 url="& files-anduin;/php_configure.txt"/>.195 url="&sources-anduin-http;/files/php_configure.txt"/>. 196 196 </para> 197 197 -
introduction/important/bootscripts.xml
r7a395d1 ra29486e4 34 34 <title>Package Information</title> 35 35 <listitem> 36 <para>Download: <ulink url="& blfs-bootscripts-download;"/></para>36 <para>Download: <ulink url="&sources-anduin-http;/blfs-bootscripts"/></para> 37 37 </listitem> 38 38 </itemizedlist> … … 59 59 new packages or to make minor corrections. All versions of the 60 60 bootscripts are located at <ulink 61 url=" http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/blfs-bootscripts/"/>.</para>61 url="&sources-anduin-http;/blfs-bootscripts/"/>.</para> 62 62 </note> 63 63 -
introduction/welcome/changelog.xml
r7a395d1 ra29486e4 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Update locations of files hosted on anduin.</para> 52 </listitem> 53 <listitem> 51 54 <para>[igor] - Update to mesa-11.0.3. Fixes 52 55 <ulink url="&blfs-ticket-root;7006">#7006</ulink>.</para> -
kde/libdbusmenuqt.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!ENTITY libdbusmenu-qt-download-http " http://anduin.linuxfromscratch.org/sources/other/libdbusmenu-qt-&libdbusmenu-qt-version;.tar.xz">7 <!ENTITY libdbusmenu-qt-download-http "&sources-anduin-http;/other/libdbusmenu-qt-&libdbusmenu-qt-version;.tar.xz"> 8 8 <!ENTITY libdbusmenu-qt-download-ftp " "> 9 9 <!ENTITY libdbusmenu-qt-md5sum "d21a1f5569e0bc9c9245b4f71761c62f"> -
lxqt/apps/juffed.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!ENTITY juffed-download-http " http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/juffed/juffed-&juffed-version;.tar.xz">7 <!ENTITY juffed-download-http "&sources-anduin-http;/juffed/juffed-&juffed-version;.tar.xz"> 8 8 <!ENTITY juffed-download-ftp " "> 9 9 <!ENTITY juffed-md5sum "5d211f5aadcb3d7365b5a6127d3d275f"> -
lxqt/apps/obconf-qt.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!ENTITY obconf-qt-download-http "&sources-anduin- other-http;/obconf-qt-&obconf-qt-version;.tar.xz">7 <!ENTITY obconf-qt-download-http "&sources-anduin-http;/other/obconf-qt-&obconf-qt-version;.tar.xz"> 8 8 <!ENTITY obconf-qt-download-ftp " "> 9 9 <!ENTITY obconf-qt-md5sum "dc0b9515fec3cf81cf809192e75daa3f"> -
lxqt/apps/qupzilla.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!ENTITY qupzilla-download-http " http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/qupzilla/qupzilla-&qupzilla-version;.tar.gz">7 <!ENTITY qupzilla-download-http "&sources-anduin-http;/qupzilla/qupzilla-&qupzilla-version;.tar.gz"> 8 8 <!ENTITY qupzilla-download-ftp " "> 9 9 <!ENTITY qupzilla-md5sum "24c4033cbf20223eb73a33af9c037862"> -
multimedia/libdriv/libass.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!-- <!ENTITY libass-download-http "http://libass.googlecode.com/files/libass-&libass-version;.tar.xz">--> 8 <!ENTITY libass-download-http "http://anduin.linuxfromscratch.org/sources/other/libass-&libass-version;.tar.gz"> 7 <!ENTITY libass-download-http "&sources-anduin-http;/other/libass-&libass-version;.tar.gz"> 9 8 <!ENTITY libass-download-ftp " "> 10 9 <!ENTITY libass-md5sum "1b53e739ab389335ce46fd626777ec61"> -
multimedia/libdriv/libvpx.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!-- <!ENTITY libvpx-download-http "&sources-anduin-other-http;/libvpx-v&libvpx-version;.tar.xz"> -->8 7 <!ENTITY libvpx-download-http "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-&libvpx-version;.tar.bz2"> 9 8 <!ENTITY libvpx-download-ftp " "> -
multimedia/videoutils/mplayer.xml
r7a395d1 ra29486e4 7 7 <!-- <!ENTITY mplayer-download-http "http://www.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz"> 8 8 <!ENTITY mplayer-download-ftp "ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-&mplayer-version;.tar.xz">--> 9 <!ENTITY mplayer-download-http "&sources-anduin- other-http;/mplayer-&mplayer-version;.tar.xz">9 <!ENTITY mplayer-download-http "&sources-anduin-http;/other/mplayer-&mplayer-version;.tar.xz"> 10 10 <!ENTITY mplayer-download-ftp " "> 11 11 <!ENTITY mplayer-md5sum "db598c845fcc12c917c4cca0d76276e7"> -
networking/netprogs/net-tools.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!ENTITY net-tools-download-http "&sources-anduin-http;/n /net-tools-&net-tools-version;.tar.gz">8 <!ENTITY net-tools-download-ftp "&sources-anduin-ftp;/n /net-tools-&net-tools-version;.tar.gz">7 <!ENTITY net-tools-download-http "&sources-anduin-http;/net-tools/net-tools-&net-tools-version;.tar.gz"> 8 <!ENTITY net-tools-download-ftp "&sources-anduin-ftp;/net-tools/net-tools-&net-tools-version;.tar.gz"> 9 9 <!ENTITY net-tools-md5sum "6be14ed473cacdd68edeaa9605adc469"> 10 10 <!ENTITY net-tools-size "222 KB"> -
postlfs/config/firmware.xml
r7a395d1 ra29486e4 34 34 these firmware files can be accessed via <userinput>wget</userinput> or a web 35 35 browser at <ulink 36 url=" http://anduin.linuxfromscratch.org/sources/linux-firmware/"/>.</para>36 url="&sources-anduin-http;/linux-firmware/"/>.</para> 37 37 38 38 <para>To get the firmware, either point a browser to one of the above … … 210 210 <para>Begin by downloading a container of firmware for your CPU family 211 211 from <ulink 212 url=' http://anduin.linuxfromscratch.org/sources/linux-firmware/amd-ucode/'/>.212 url='&sources-anduin-http;/linux-firmware/amd-ucode/'/>. 213 213 The family is always specified in hex. Families 10h to 14h (16 to 20) 214 214 are in microcode_amd.bin. Families 15h and 16h have their own containers. -
postlfs/filesystems/xfsprogs.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!-- <!ENTITY xfsprogs-download-http "&sources-anduin-http;/x/xfsprogs-&xfsprogs-version;.tar.gz">-->8 7 <!ENTITY xfsprogs-download-http " "> 9 8 <!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-&xfsprogs-version;.tar.gz"> -
postlfs/security/cacerts.xml
r7a395d1 ra29486e4 7 7 <!ENTITY certhost "http://mxr.mozilla.org"> 8 8 <!ENTITY certdir "/mozilla/source/security/nss/lib/ckfw/builtins"> 9 <!ENTITY ca-bundle-download "&sources-anduin- other-http;/certdata.txt">9 <!ENTITY ca-bundle-download "&sources-anduin-http;/other/certdata.txt"> 10 10 <!ENTITY ca-bundle-size "1.6 MB"> 11 11 <!ENTITY cacerts-buildsize "6 MB"> … … 310 310 necessary to update the CA Certificates.</para> 311 311 312 <screen><userinput>URL=&sources-anduin- other-http;/certdata.txt &&312 <screen><userinput>URL=&sources-anduin-http;/other/certdata.txt && 313 313 rm -f certdata.txt && 314 314 wget $URL && -
pst/ps/a2ps.xml
r7a395d1 ra29486e4 75 75 <listitem> 76 76 <para>International fonts: <ulink 77 url=" http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/i18n-fonts/i18n-fonts-&i18n-fonts-version;.tar.bz2"/></para>77 url="&sources-anduin-http;/i18n-fonts/i18n-fonts-&i18n-fonts-version;.tar.bz2"/></para> 78 78 </listitem> 79 79 </itemizedlist> -
pst/ps/epdfview.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!ENTITY epdfview-download-http 8 "http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/epdfview/epdfview-&epdfview-version;.tar.bz2"> 7 <!ENTITY epdfview-download-http "&sources-anduin-http;/epdfview/epdfview-&epdfview-version;.tar.bz2"> 9 8 <!ENTITY epdfview-download-ftp " "> 10 9 <!ENTITY epdfview-md5sum "e50285b01612169b2594fea375f53ae4"> -
pst/scanning/sane.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!-- <!ENTITY sane-be-download-http "http://alioth.debian.org/frs/?group_id=30186"> -->8 7 <!ENTITY sane-be-download-http "http://fossies.org/linux/misc//sane-backends-&sane-version;.tar.gz"> 9 8 <!ENTITY sane-be-download-ftp " "> 10 <!--<!ENTITY sane-be-download-ftp "ftp://ftp2.sane-project.org/pub/sane/sane-backends-&sane-version;.tar.gz">-->11 <!--<!ENTITY sane-be-download-ftp "&gentoo-ftp-repo;/sane-backends-&sane-version;.tar.gz">-->12 9 <!ENTITY sane-be-md5sum "1ca68e536cd7c1852322822f5f6ac3a4"> 13 10 <!ENTITY sane-be-size "5.6 MB"> … … 52 49 53 50 &lfs78_checked; 54 55 <!-- The upstream web site has the md5sums for the tarballs:56 http://www.sane-project.org/sane-md5sums.txt.57 But they do not provide the tarballs, so, the following paragraph58 seems not applicable, starting with sane-backends-1.0.24.tar.gz.59 60 This note is not applicable. First, there is no issue downloading the61 ftp://ftp2.sane-project.org/pub/sane/sane-backends-1.0.23.tar.gz62 tarball with wget. Next, the combined tarball exists on the SANE FTP63 site, but the MD5sum is wrong. We can simply point the download to64 the SANE FTP site and create our own MD5sum (as we do on many packages).65 66 <note><para>The upstream web site uses a self signed security67 certificate. If using <command>wget</command>, the option -no-check-certificate68 needs to be added.</para>69 70 <para>The md5sum of the backend file does not match unless the three parts71 of the divided tarball on the upstream server,72 sane-backends-1.0.23.tar.gz.[1-3], are combined. A combined tarball with73 the correct md5sum is located at <ulink74 url="http://anduin.linuxfromscratch.org/sources/other/sane-backends-1.0.23.tar.gz">http://anduin.linuxfromscratch.org/sources/other/sane-backends-1.0.23.tar.gz</ulink>.</para></note>75 -->76 51 77 52 <bridgehead renderas="sect3">Back Ends Package Information</bridgehead> -
server/databases/db.xml
r7a395d1 ra29486e4 149 149 <sect2 role="installation" id="bdb-installation"> 150 150 <title>Installation of Berkeley DB</title> 151 152 <!-- <note>153 <para>154 If you plan on installing <application>Berkeley DB</application> with155 Java support, you should check the system for certain versions of156 <xref linkend="jdk"/> and <xref linkend="gmime"/>. Specifically,157 if <application>JDK</application>-6 Update X and the158 <command>uudecode</command> program from the159 <application>GMime</application> program is on the system, the build160 will fail (unless you run the modified <command>./configure</command>161 command shown below). You can run two commands162 (<command>javac -version</command> and163 <command>uudecode --version</command>) to determine what versions are164 installed. You can also download and run a shell script from165 <ulink url="&files-anduin;/jdk-uudecode-check.sh"/> that will alert you166 to a non-working condition. If the identified programs exist on the167 system, you must modify the <command>./configure</command> command as168 shown below.169 </para>170 171 <screen><userinput>uudecode="no" ../dist/configure --(use the parameters shown below)</userinput></screen>172 </note> -->173 151 174 152 <para> -
server/other/xinetd.xml
r7a395d1 ra29486e4 8 8 <!-- <!ENTITY xinetd-download-http "http://www.xinetd.org/xinetd-&xinetd-version;.tar.gz"> --> 9 9 <!ENTITY xinetd-download-http " "> 10 <!ENTITY xinetd-download-ftp "&sources-anduin-ftp;/x /xinetd-&xinetd-version;.tar.gz">10 <!ENTITY xinetd-download-ftp "&sources-anduin-ftp;/xinetd/xinetd-&xinetd-version;.tar.gz"> 11 11 <!ENTITY xinetd-md5sum "77358478fd58efa6366accae99b8b04c"> 12 12 <!ENTITY xinetd-size "308 KB"> -
x/installing/x7driver-ati.xml
r7a395d1 ra29486e4 50 50 require Firmware to be available when the kernel driver is loaded. 51 51 Firmware can be obtained from <ulink 52 url=" http://anduin.linuxfromscratch.org/sources/linux-firmware/"/>.52 url="&sources-anduin-http;/linux-firmware/"/>. 53 53 See <xref linkend="xorg-ati-firmware-kernel"/> below for additional 54 54 firmware. -
xsoft/other/fontforge.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!-- <!ENTITY fontforge-download-http "&sources-anduin-other-http;/fontforge-&fontforge-version;.tar.xz">-->8 7 <!ENTITY fontforge-download-http "https://github.com/fontforge/fontforge/releases/download/&fontforge-version;/fontforge-&fontforge-version;.tar.gz"> 9 8 <!ENTITY fontforge-download-ftp " "> -
xsoft/other/tigervnc.xml
r7a395d1 ra29486e4 5 5 %general-entities; 6 6 7 <!ENTITY tigervnc-download-http " http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/tigervnc/tigervnc-&tigervnc-version;.tar.gz">7 <!ENTITY tigervnc-download-http "&sources-anduin-http;/tigervnc/tigervnc-&tigervnc-version;.tar.gz"> 8 8 <!ENTITY tigervnc-download-ftp " "> 9 9 <!ENTITY tigervnc-md5sum "b11cc4c4d5249b9b8e355ee6f47ec4fe">
Note:
See TracChangeset
for help on using the changeset viewer.