Changeset d40e1a4
- Timestamp:
- 11/29/2011 03:53:39 AM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cda0a69
- Parents:
- dc0d766
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdc0d766 rd40e1a4 454 454 <!ENTITY ntp-version "4.2.6p4"> 455 455 <!ENTITY openssh-version "5.9p1"> 456 <!ENTITY rpcbind-version "0.2.0"> 456 457 <!ENTITY portmap-version "6.0"> 457 458 <!ENTITY rsync-version "3.0.9"> … … 491 492 <!ENTITY apache-version "2.2.21"> 492 493 <!-- bind (chapter 19) --> 493 <!ENTITY nfs-utils-version "1. 1.4">494 <!ENTITY nfs-utils-version "1.2.5"> 494 495 <!-- openssh (chapter 18) --> 495 496 <!ENTITY proftpd-version "1.3.0"> … … 918 919 919 920 <!-- Chapter 47 --> 920 <!ENTITY texlive-version "201 00722">921 <!ENTITY texlive-version "20110705"> 921 922 <!ENTITY tetex-version "3.0"> 922 923 <!ENTITY jadetex-version "3.13"> -
introduction/welcome/changelog.xml
rdc0d766 rd40e1a4 55 55 <itemizedlist> 56 56 <listitem> 57 <para>[wblaszcz] - Added rpcbind-0.2.0.</para> 58 </listitem> 59 <listitem> 57 60 <para>[wblaszcz] - Updated D-BUS-1.5.8.</para> 58 61 </listitem> … … 123 126 <para>November 20th, 2011</para> 124 127 <itemizedlist> 128 <listitem> 129 <para>[bdubbs] - Updated to nfs-utils-1.2.5.</para> 130 </listitem> 125 131 <listitem> 126 132 <para>[bdubbs] - Restored portmap-6.0.</para> -
networking/netlibs/libtirpc.xml
rdc0d766 rd40e1a4 88 88 <title>Installation of libtirpc</title> 89 89 90 <para>Glibc-2.14 and later do not install NIS and RPC related headers by 91 default. If needed, install them here:</para> 92 93 <screen><userinput>if [ ! -r /usr/include/rpc/rpc.h ]; then 94 tar -xvf ../rpcnis-headers.tar.bz2 -C /usr/include 95 fi</userinput></screen> 96 90 97 <para>Install <application>libtirpc</application> by running the following 91 98 commands:</para> 92 99 93 <screen><userinput>tar -xvf ../rpcnis-headers.tar.bz2 -C /usr/include && 94 patch -Np1 -i ../libtirpc-&libtirpc-version;-remove-nis-2.patch && 95 autoreconf && 96 ./configure --prefix=/usr && 100 <screen><userinput>patch -Np1 -i ../libtirpc-&libtirpc-version;-remove-nis-2.patch && 101 autoreconf && 102 ./configure --prefix=/usr --libdir=/lib && 97 103 make</userinput></screen> 98 104 … … 101 107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 102 108 103 <screen role='root'><userinput>make install</userinput></screen> 109 <screen role='root'><userinput>make pkgconfigdir=/usr/lib/pkgconfig install && 110 mv -v /lib/libtirpc.*a /usr/lib</userinput></screen> 104 111 105 112 </sect2> … … 108 115 <title>Command Explanations</title> 109 116 110 <para><userinput>tar -xvf ../rpcnis-headers.tar.bz2 -C111 /usr/include</userinput>: This command replaces the rpc and nis header112 files no longer installed by <application>glibc</application>. If the113 headers have already been added by other means, this will only overwrite114 them and not do any harm.</para>115 116 117 <para><userinput>patch -Np1 -i 117 118 ../libtirpc-&libtirpc-version;-remove-nis-2.patch</userinput>: This patch 118 119 removes references to nis functions no longer in 119 120 <application>glibc</application>.</para> 121 122 <para><option>--libdir=/lib</option>: Since this library may be used before 123 /usr is mounted, place the library in /lib.</para> 124 125 <para><option>pkgconfigdir=/usr/lib/pkgconfig</option>: Ensure the .pc file 126 is placed in the proper location.</para> 127 128 <para><option>mv -v /lib/libtirpc.*a</option>: Static libraries and .la files 129 belong in /usr/lib.</para> 120 130 121 131 </sect2> -
networking/netprogs/netprogs.xml
rdc0d766 rd40e1a4 27 27 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncpfs.xml"/> --> 28 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="net-tools.xml"/> 29 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils.xml"/> --> 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils.xml"/> 30 30 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils-client.xml"/> --> 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netfs.xml"/> 32 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntp.xml"/> 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="portmap.xml"/> 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rpcbind.xml"/> 34 35 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync-client.xml"/> --> 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync.xml"/> … … 37 38 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="samba3-client.xml"/> --> 38 39 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="subversion.xml"/> --> 39 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcpwrappers.xml"/> -->40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wget.xml"/> 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wireless-tools.xml"/> -
networking/netprogs/nfs-utils.xml
rdc0d766 rd40e1a4 7 7 <!ENTITY nfs-utils-download-http "&sourceforge-repo;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2"> 8 8 <!ENTITY nfs-utils-download-ftp " "> 9 <!ENTITY nfs-utils-md5sum " 3ed5b9cb73fd1c9b358c7bfa7a6ae150">10 <!ENTITY nfs-utils-size " 574KB">11 <!ENTITY nfs-utils-buildsize " 8.2MB">9 <!ENTITY nfs-utils-md5sum "8395ac770720b83c5c469f88306d7765"> 10 <!ENTITY nfs-utils-size "688 KB"> 11 <!ENTITY nfs-utils-buildsize "14 MB"> 12 12 <!ENTITY nfs-utils-time "0.2 SBU"> 13 13 ]> … … 35 35 network.</para> 36 36 37 &lfs70_checked; 38 37 39 <bridgehead renderas="sect3">Package information</bridgehead> 38 40 <itemizedlist spacing='compact'> … … 70 72 71 73 <bridgehead renderas="sect4">Required</bridgehead> 72 <para role="required"><xref linkend=" portmap"/> (Runtime dependency)</para>74 <para role="required"><xref linkend="rpcbind"/> (Runtime dependency)</para> 73 75 74 76 <bridgehead renderas="sect4">Optional</bridgehead> … … 147 149 the following commands:</para> 148 150 149 <screen><userinput>./configure --prefix=/usr \151 <screen><userinput>./configure --prefix=/usr \ 150 152 --sysconfdir=/etc \ 151 --disable-nfsv4 \ 153 --disable-nfsv4 \ 154 --disable-nfsv41 \ 152 155 --disable-gss && 153 156 make</userinput></screen> … … 170 173 <title>Command Explanations</title> 171 174 172 <para><parameter>--disable-nfsv4</parameter>: Disables support 173 for NFS version 4.</para> 175 <para><parameter>--disable-nfsv4</parameter> and 176 <parameter>--disable-nfsv41</parameter>: Disables support 177 for NFS version 4 and version 4.1.</para> 174 178 175 179 <para><parameter>--disable-gss</parameter>: Disables support for … … 296 300 297 301 <seglistitem> 298 <seg>exportfs, mount.nfs, mount.nfs4, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd, rpcdebug, 299 showmount, sm-notify, start-statd and umount.nfs as well as umount.nfs4</seg> 302 <seg>exportfs, mountstats, mount.nfs, mount.nfs4 (link to mount.nfs), 303 nfsiostat, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd, rpcdebug, 304 showmount, sm-notify, start-statd, umount.nfs (link to mount.nfs), 305 and umount.nfs4 (link to mount.nfs)</seg> 300 306 <seg>None</seg> 301 307 <seg>/var/lib/nfs</seg> … … 318 324 </varlistentry> 319 325 326 <varlistentry id="mountstats"> 327 <term><command>mountstats</command></term> 328 <listitem> 329 <para>displays NFS client per-mount statistics.</para> 330 <indexterm zone="nfs-utils mountstats"> 331 <primary sortas="b-mountstats">mountstats</primary> 332 </indexterm> 333 </listitem> 334 </varlistentry> 335 320 336 <varlistentry id="mountnfs"> 321 337 <term><command>mount.nfs</command></term> … … 338 354 </varlistentry> 339 355 356 <varlistentry id="nfsiostat-nfs-utils"> 357 <term><command>nfsiostat</command></term> 358 <listitem> 359 <para>Report input/output statistics for network filesystems.</para> 360 <indexterm zone="nfs-utils nfsiostat-nfs-utils"> 361 <primary sortas="b-nfsiostat-nfs-utils">nfsiostat</primary> 362 </indexterm> 363 </listitem> 364 </varlistentry> 365 340 366 <varlistentry id="nfsstat"> 341 367 <term><command>nfsstat</command></term> 342 368 <listitem> 343 <para> prints NFS statistics.</para>369 <para>displays statistics kept about NFS client and server activity.</para> 344 370 <indexterm zone="nfs-utils nfsstat"> 345 371 <primary sortas="b-nfsstat">nfsstat</primary> -
pst/typesetting/texlive.xml
rdc0d766 rd40e1a4 6 6 7 7 <!ENTITY texlive-source-download-http " "> 8 <!ENTITY texlive-source-download-ftp "ftp://tug.org/texlive/historic/201 0/texlive-&texlive-version;-source.tar.xz">9 <!ENTITY texlive-source-md5sum " 156fa34c56acb901fdc687b8d9860f1f">10 <!ENTITY texlive-source-size " 32MB">8 <!ENTITY texlive-source-download-ftp "ftp://tug.org/texlive/historic/2011/texlive-&texlive-version;-source.tar.xz"> 9 <!ENTITY texlive-source-md5sum "968d238949e8a34a1fd74c374ddfe6f1"> 10 <!ENTITY texlive-source-size "126 MB"> 11 11 12 12 <!ENTITY texlive-texmf-download-http " "> 13 <!ENTITY texlive-texmf-download-ftp "ftp://tug.org/texlive/historic/201 0/texlive-&texlive-version;-texmf.tar.xz">14 <!ENTITY texlive-texmf-md5sum " 12dec3a323c4eb75b98a3160c62dc865">15 <!ENTITY texlive-texmf-size "1. 1GB">13 <!ENTITY texlive-texmf-download-ftp "ftp://tug.org/texlive/historic/2011/texlive-&texlive-version;-texmf.tar.xz"> 14 <!ENTITY texlive-texmf-md5sum "ed7b558be35adf00a6c2e69609cd679a"> 15 <!ENTITY texlive-texmf-size "1.2 GB"> 16 16 17 17 <!ENTITY texlive-buildsize "~5 GB"> … … 42 42 Group</ulink>, although <application>teTeX</application> has been 43 43 unmaintained for several years now.</para> 44 45 <para>The <command>texi2html</command> Perl script previously shipped with46 the <application>teTeX</application> package is no longer shipped. You can47 use the <command>makeinfo</command> program as a replacement, or install48 the stand-alone49 <ulink url="http://www.nongnu.org/texi2html/">Texi2HTML</ulink>50 package.</para>51 44 52 45 <bridgehead renderas="sect3">Package Information</bridgehead> … … 95 88 <xref linkend="poppler"/>, 96 89 <xref linkend="freetype2"/>, 90 <xref linkend="fontconfig"/>, 97 91 <xref linkend="libpng"/>, 98 92 <xref linkend="x-window-system"/>, … … 116 110 <sect2 role="installation"> 117 111 <title>Installation of TeX Live</title> 118 112 <!-- 119 113 <para>Before building <application>TeX Live</application>, the macros and 120 114 fonts package (<filename>texmf</filename> tarball) must be installed and … … 123 117 <systemitem class="username">root</systemitem> user:</para> 124 118 125 <screen role="root"><userinput>tar xf ../texlive-&texlive-version;-texmf.tar.xz \ 126 -C /usr/share --strip-components=1 && 119 <screen role="root"><userinput>tar -xf ../texlive-&texlive-version;-texmf.tar.xz -C /usr/share - -strip-components=1 && 127 120 128 121 ln -v -s share/texmf /usr && 129 122 ln -v -s share/texmf-dist /usr</userinput></screen> 130 123 --> 131 124 <para>Install <application>TeX Live</application> by running the following 132 125 commands:</para> 133 126 134 <screen><userinput>sed -i -e 's|PARENT/\.\./texmf-local|PARENT/texmf-local|' \ 135 -e 's|\$TEXMFVAR/fonts|/var/lib/livetex/fonts|' \ 136 texk/kpathsea/texmf.cnf && 137 138 ./configure --prefix=/usr \ 127 <note> 128 <para>If you do not have Xorg installed add <userinput>--without-x</userinput> 129 to the configure command.</para> 130 131 <para>If you do not have fontconfig installed, add 132 <userinput>--disable-xdvipdfmx</userinput> to the configure command.</para> 133 </note> 134 135 <screen><userinput>./configure --prefix=/usr \ 139 136 --disable-native-texlive-build \ 140 137 --enable-shared \ … … 142 139 --enable-mktextex-default \ 143 140 --with-banner-add=" - BLFS" && 144 145 141 make</userinput></screen> 146 142 147 143 <para>To test the results, issue: <command>make check</command>.</para> 148 144 149 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 150 151 <screen role="root"><userinput>make install && 152 153 rm -v /usr/texmf{,-dist} && 154 install -v -m1777 -d /var/lib/livetex/fonts && 155 install -v -m755 -d /usr/share/texmf-{config,var,local} && 156 install -v -m755 -d /usr/share/doc/texlive-&texlive-version; && 157 ln -s -v ../../texmf/doc \ 158 /usr/share/doc/texlive-&texlive-version;/texmf && 159 ln -s -v ../../texmf-dist/doc \ 160 /usr/share/doc/texlive-&texlive-version;/texmf-dist && 161 162 for FN in `find /usr/bin -type l`; do 145 <para>The <userinput>make install</userinput> instructions does not 146 honor the traditional installation directory options of 147 <command>configure</command>. It also can overwrite /usr/bin/man. To 148 overcome this problem, install the program to a temporary location and do some 149 clean up:</para> 150 151 <screen><userinput> 152 make DESTDIR=$PWD/livetex-tmp install && 153 rm -v $PWD/livetex-tmp/usr/bin/man && 154 for FN in $PWD/livetex-tmp/usr/bin `find -type l`; do 163 155 if [ `readlink $FN | grep "\.\./texmf"` ]; then 164 156 ln -svf `readlink $FN | sed 's|\.\./texmf|../share/texmf|'` $FN … … 167 159 unset FN</userinput></screen> 168 160 161 <para>Now, as the <systemitem class="username">root</systemitem> user, 162 put the files in their permanent location:</para> 163 164 <screen><userinput> 165 cp -dRv livetex-tmp//usr/include/* /usr/include && 166 cp -dRv livetex-tmp/usr/lib/* /usr/lib && 167 cp -dRv livetex-tmp/usr/bin/* /usr/bin && 168 cp -dRv livetex-tmp/usr/doc/man/* /usr/share/man && 169 170 tar -xf ../texlive-20110705-texmf.tar.xz -C /usr/share \ 171 --strip-components=1 && 172 173 cp -dRv livetex-tmp/usr/texmf /usr/share/texmf && 174 cp -dRv livetex-tmp/usr/texmf-dist /usr/share/texmf-dist && 175 176 for INFO in livetex-tmp/usr/texmf/doc/info/*.info; do 177 install -v -m0644 $INFO /usr/share/info 178 intall-info --info-dir=/usr/share/info $INFO 179 done && 180 unset INFO && 181 182 DOCDIR="/usr/share/doc/texlive-&texlive-version;" && 183 install -v -m755 -d $DOCDIR && 184 185 for DOC in `find -name doc`; do 186 DIR=`echo $DOC | cut -d/ -f2-` 187 install -v -m755 -d $DOCDIR/$DIR 188 cp -dRv $DOC/* $DOCDIR/$DIR 189 done && 190 unset DOC DIR && 191 192 install -v -m1777 -d /var/lib/livetex/fonts && 193 install -v -m755 -d /usr/share/texmf-{config,var,local} && 194 195 ln -s -v ../../texmf/doc \ 196 /usr/share/doc/texlive-&texlive-version;/texmf && 197 198 ln -s -v ../../texmf-dist/doc \ 199 /usr/share/doc/texlive-&texlive-version;/texmf-dist</userinput></screen> 169 200 </sect2> 170 201 171 202 <sect2 role="commands"> 172 203 <title>Command Explanations</title> 173 174 <para><command>ln -v -s share/texmf /usr</command> &175 <command>ln -v -s share/texmf-dist /usr</command> &176 <command>rm -v /usr/texmf{,-dist}</command>: These commands are used to177 create and then remove temporary symbolic links so that files are not178 installed in179 <filename class="directory">/usr/texmf{,-dist}</filename></para>180 204 181 205 <para><command>sed -i -e '...' -e '...' texk/kpathsea/texmf.cnf</command>:
Note:
See TracChangeset
for help on using the changeset viewer.