Changeset 473f4358
- Timestamp:
- 12/21/2015 05:33:41 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7e8964e
- Parents:
- ddc02883
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rddc02883 r473f4358 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 0"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 2 0th&year;">9 <!ENTITY releasedate "December 21st &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/libarchive.xml
rddc02883 r473f4358 107 107 <screen><userinput>patch -Np1 -i ../libarchive-&libarchive-version;-upstream_fixes-1.patch && 108 108 109 ./configure --prefix=/usr --disable-static 109 ./configure --prefix=/usr --disable-static && 110 110 111 111 make</userinput></screen> -
postlfs/editors/emacs.xml
rddc02883 r473f4358 9 9 <!ENTITY emacs-md5sum "50560ee00bac9bb9cf0e822764cd0832"> 10 10 <!ENTITY emacs-size "38 MB"> 11 <!ENTITY emacs-buildsize "4 82MB">12 <!ENTITY emacs-time " 4.6SBU">11 <!ENTITY emacs-buildsize "474 MB"> 12 <!ENTITY emacs-time "1.2 SBU"> 13 13 ]> 14 14 … … 66 66 <xref linkend="GConf"/>, 67 67 <xref linkend="giflib"/>, 68 <xref linkend="gnutls"/> (currently broken),68 <xref linkend="gnutls"/>, 69 69 <xref linkend="gobject-introspection"/>, 70 70 <xref linkend="gsettings-desktop-schemas"/>, … … 99 99 commands:</para> 100 100 101 <screen><userinput>./configure --prefix=/usr \ 102 --without-gnutls \ 103 --localstatedir=/var && 101 <screen><userinput>./configure --prefix=/usr --localstatedir=/var && 102 104 103 make</userinput></screen> 105 104 <!-- make bootstrap only necessary for development versions obtained with git … … 143 142 <title>Command Explanations</title> 144 143 145 <para><parameter>--without-gnutls</parameter>: Currently, build is broken 146 with gnutls-3.4 and later.</para> 147 148 <para><option>--localstatedir=/var</option>: Create game score files 144 <para><parameter>--localstatedir=/var</parameter>: Create game score files 149 145 in <filename class='directory'>/var/games/emacs</filename> instead 150 146 of <filename class='directory'>/usr/var/games/emacs</filename>.</para> … … 164 160 ebrowse, 165 161 emacs (symlink), 166 emacs &emacs-version;,162 emacs-&emacs-version;, 167 163 emacsclient, 168 164 etags, and
Note:
See TracChangeset
for help on using the changeset viewer.