source: general.ent@ e1100da

basic
Last change on this file since e1100da was e1100da, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Initial commit of basic branch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20509 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.0 KB
Line 
1<!-- $LastChangedBy$ $Date$ -->
2
3<!ENTITY day "18"> <!-- Always 2 digits -->
4<!ENTITY month "09"> <!-- Always 2 digits -->
5<!ENTITY year "2018">
6<!ENTITY copyrightdate "2018-&year;">
7<!ENTITY copyholder "Bruce Dubbs">
8<!ENTITY version "&year;-&month;-&day;">
9<!ENTITY releasedate "September 18th, &year;">
10<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
11<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
12<!ENTITY lfs-version "development"> <!-- x.y|development -->
13<!ENTITY lfs-versiond "systemd"> <!-- x.y-systemd|systemd -->
14<!ENTITY last-commit "$Date$"> <!-- Automatic update -->
15<!ENTITY lfs-domainname "linuxfromscratch.org">
16
17<!ENTITY maintainer-fullname "The BLFS Team">
18<!ENTITY maintainer-firstname "BLFS">
19<!ENTITY maintainer-address "blfs-maintainer@&lfs-domainname;">
20
21<!ENTITY lfs-webroot "http://www.linuxfromscratch.org/">
22<!ENTITY blfs-root "&lfs-webroot;blfs/">
23<!ENTITY blfs-book "&blfs-root;view/stable/">
24
25<!ENTITY xinclude "http://www.w3.org/2001/XInclude">
26
27
28<!ENTITY lfs-website "http://www.&lfs-domainname;">
29<!-- downloads_root must have an entity because it is needed for scripts
30 change svn to x.y for release. Note: s/_/-/ in comment to avoid grep error
31 Update 'downloads-root-systemd' to x.y-systemd
32 -->
33<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn">
34<!ENTITY downloads-root-systemd "http://www.linuxfromscratch.org/blfs/downloads/systemd">
35<!ENTITY downloads-project "http://downloads.&lfs-domainname;">
36
37<!ENTITY sources-anduin-http "http://anduin.linuxfromscratch.org/BLFS">
38<!ENTITY sources-anduin-ftp "ftp://anduin.linuxfromscratch.org/BLFS">
39
40<!ENTITY hints-root "http://www.&lfs-domainname;/hints">
41<!ENTITY patch-downloads "http://www.linuxfromscratch.org/patches/downloads">
42<!ENTITY patch-root "http://www.&lfs-domainname;/patches/blfs/svn">
43<!ENTITY errata "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
44<!ENTITY blfs-ticket-root "http://wiki.&lfs-domainname;/blfs/ticket/">
45
46<!ENTITY lfs-root "../../../../lfs/view/&lfs-version;">
47<!ENTITY lfs-rootd "../../../../lfs/view/&lfs-versiond;">
48<!ENTITY lfs-dev "../../../../lfs/view/development">
49<!ENTITY gnu-http "https://ftp.gnu.org/gnu">
50<!ENTITY gnu-ftp "ftp://ftp.gnu.org/gnu">
51<!ENTITY gnupg-http "https://www.gnupg.org/ftp/gcrypt">
52<!ENTITY gnupg-ftp "ftp://ftp.gnupg.org/gcrypt">
53<!ENTITY gstreamer-dl "https://gstreamer.freedesktop.org/src">
54<!ENTITY kernel-dl "https://www.kernel.org/pub">
55<!ENTITY mozilla-http "https://archive.mozilla.org/pub">
56<!ENTITY mozilla-hg "https://hg.mozilla.org/releases/mozilla-release/archive/">
57<!ENTITY pymodules-dl "https://files.pythonhosted.org/packages/source">
58<!ENTITY sourceforge-dl "https://downloads.sourceforge.net">
59
60<!ENTITY gentoo-ftp-repo "ftp://ftp.mirrorservice.org/sites/distfiles.gentoo.org/distfiles">
61<!ENTITY fedora-http-repo "http://pkgs.fedoraproject.org/repo/pkgs">
62<!ENTITY jaist-ftp-repo "ftp://ftp.jaist.ac.jp/pub//sourceforge">
63<!ENTITY lxqt-http-repo "http://downloads.lxqt.org/lxqt">
64<!ENTITY publisher "Unknown">
65<!ENTITY xorg-download-http "https://www.x.org/pub/individual">
66<!ENTITY xorg-download-ftp "ftp://ftp.x.org/pub/individual">
67<!ENTITY pypi "https://pypi.python.org/pypi">
68<!ENTITY appstream-glib-url "http://people.freedesktop.org/~hughsient/appstream-glib/releases">
69
70<!-- These entities are used to identify versions of LFS
71 packages referenced throughout the BLFS book. -->
72<!ENTITY lfs-autoconf-version "2.69">
73<!ENTITY lfs-coreutils-version "8.23">
74<!ENTITY lfs-e2fsprogs-version "1.42.11">
75<!ENTITY lfs-flex-version "2.5.39">
76<!ENTITY lfs-gcc-version "4.9.1">
77<!ENTITY lfs-gdbm-version "1.11">
78<!ENTITY lfs-m4-version "1.4.17">
79<!-- this was originally the perl version used by the corresponding
80 version of lfs, in those days always for i686, but now BLFS is a rolling
81 release -->
82<!ENTITY lfs-perl-version "&lt;5.x.y&gt;/&lt;arch-linux&gt;">
83<!ENTITY lfs-shadow-version "4.2.1">
84<!ENTITY lfs-vim-version "7.4">
85<!-- End LFS versions -->
86
87<!ENTITY blfs-bootscripts-version "20180105">
88<!ENTITY systemd-units-version "20180105">
89
90
91<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
92
93<!-- These entities are used to annotate the current status of a package as it
94 relates to the version of LFS it will build/work against -->
95
96<!ENTITY lfs83_checked "<para>This package is known to build and work
97 properly using an LFS-8.3 platform.</para>">
98<!ENTITY lfs83_built "<para>This package is known to build using an LFS
99 8.3 platform but has not been tested.</para>">
100
101<!-- End special entities about LFS compatibility -->
102
103<!ENTITY as_root "<note><para>When installing multiple packages in a script,
104 the installation needs to be done as the root user. There are three general
105 options that can be used to do this:</para>
106
107 <orderedlist>
108
109 <listitem><para>Run the entire script as the root user (not
110 recommended).</para></listitem>
111
112 <listitem><para>Use the <command>sudo</command> command from the <xref
113 linkend='sudo'/> package.</para></listitem>
114
115 <listitem><para>Use <command>su -c &quot;command arguments&quot;</command>
116 (quotes required) which will ask for the root password for every iteration
117 of the loop.</para></listitem>
118
119 </orderedlist>
120
121 <para>One way to handle this situation is to create a short
122 <command>bash</command> function that automatically selects the appropriate
123 method. Once the command is set in the environment, it does not need to be
124 set again.</para>
125
126 <screen><userinput>as_root()
127{
128 if [ $EUID = 0 ]; then $*
129 elif [ -x /usr/bin/sudo ]; then sudo $*
130 else su -c \\&quot;$*\\&quot;
131 fi
132}
133
134export -f as_root</userinput></screen>
135</note>">
136
137<!ENTITY not-katamari "<para>This package is not a part of the Xorg
138 katamari and is provided only as a dependency to
139 other packages or for testing the completed Xorg
140 installation.</para>">
141
142<!ENTITY % package-entities SYSTEM "packages.ent">
143%package-entities;
144
145<!ENTITY parallel_issues "<note><para>This package may occasionally fail when
146 building with multiple processors. See <xref
147 linkend='parallel-builds'/> for more information.</para></note>">
148
149<!ENTITY shell-env "<note><para>If installing in the chroot environment, be
150 sure to export the <envar>SHELL</envar> environment
151 variable or configuration of the package will
152 fail.</para></note>">
153
Note: See TracBrowser for help on using the repository browser.