Commit graph

125 commits

Author SHA1 Message Date
Pierre Labastie
0a661b663c Further deps modifications
in order to be sure that the preceding page is a dep in the X chapter
2013-04-19 21:38:09 +00:00
Pierre Labastie
14a3e908c2 Order the depdendencies in xorg
packages according to the order in the "cat"
command, rather than the order of the entity declarations
2013-04-18 16:15:26 +00:00
Pierre Labastie
d48726d654 Corrected make_book.xsl again 2013-04-15 21:39:44 +00:00
Pierre Labastie
e86d4cd693 Further correction of make_book.xsl 2013-04-15 20:48:24 +00:00
Pierre Labastie
1f3e275542 in make_book.xsl:
add contains(@id,xorg7) to the sect1 test for xorg packages
2013-04-15 13:53:59 +00:00
Pierre Labastie
d236bbdf03 BLFS tools:
- Separates the groups of xorg package into individual builds
2013-03-31 17:25:21 +00:00
Pierre Labastie
cc0170cb5b Protect /etc/profile sourcing in BLFS/envars.conf 2013-03-14 08:26:23 +00:00
Pierre Labastie
ad89c458cb Ajust XORG_CONFIG var in BLFS/envars.conf 2013-02-09 19:25:03 +00:00
Pierre Labastie
d33f161b86 Comment out all the GNOME envars as stated in the preceding commit log 2013-01-07 10:57:01 +00:00
Pierre Labastie
89cb93bd91 Update of BLFS/envars.conf file:
- new KDE envars and instructions
- obsoleting GNOME envars as they are not needed in the present version
of the book
2013-01-07 10:52:43 +00:00
Pierre Labastie
eabc2055e3 Change dependance on preceding module in Python Modules from "required"
to "optional"
2012-12-27 08:28:26 +00:00
Pierre Labastie
e51fab2cc5 Correct a bug in xsl files, which made modules disappear when no other
package was present in a sublist.
+ make version bumping work for modules
2012-12-27 08:10:02 +00:00
Pierre Labastie
12fb268a9e Change BLFS tools envars.conf to reflect removal of KDE3:
change all KDE4_XXX variables to KDE_XXX
2012-12-22 21:34:44 +00:00
Pierre Labastie
1061e6bc9d Adjust to modifications in X Window chapter 2012-12-12 21:05:08 +00:00
Pierre Labastie
dd7e92a4ad Typo in BLFS/xsl/scripts.xsl 2012-05-06 07:41:10 +00:00
Pierre Labastie
ee1e22bb30 Makes xorg-driver a required dep of xterm, since the preceding-sibling
is not a unique package. In xsl/gen_pkg_list.xsl
2012-04-22 20:59:19 +00:00
Pierre Labastie
115c75a753 In BLFS tools: generate dependencies in book order for KDE 2012-04-15 08:27:58 +00:00
Pierre Labastie
0bd3836477 Usage shows that it is better to have all defaults to "n" in BLFS
for Config.in
2012-04-15 08:18:16 +00:00
Pierre Labastie
3ab1fcab85 Correct a typo in envars.conf 2012-04-11 20:56:27 +00:00
Pierre Labastie
e9bc540021 Update envars.conf for KDE4 2012-04-10 14:38:40 +00:00
Pierre Labastie
d721466a77 Give xterm2 as a dependency when xorg is requested 2012-04-09 19:20:00 +00:00
Pierre Labastie
f53dc4cf43 Change again the root commands, so that all control characters are escaped
Update the corresponding part in README.BLFS
2012-04-09 10:17:30 +00:00
Pierre Labastie
5ed79efc8f Typos in envars.conf 2012-03-27 05:39:27 +00:00
Pierre Labastie
46d25bc515 Fix a missing \n in gen_pkg_book.sh 2012-03-24 10:17:34 +00:00
Pierre Labastie
f67b8c226f Remove obsolete variables from gen_pkg_book.sh 2012-03-24 10:05:54 +00:00
Pierre Labastie
3c2e2885b1 Change an @ command in BLFS Makefile to honour $(Q) variable 2012-03-23 15:56:02 +00:00
Pierre Labastie
18c1c950ea Fix gnome variables in envars.conf for blfs tools 2012-03-23 15:00:42 +00:00
Pierre Labastie
cd668b9315 Correction to the code for outputing root commands, so that the backquote and
backslash character are not escaped when not using sudo
2012-03-22 20:40:04 +00:00
Pierre Labastie
970f2dc6e0 Change script generation of root command: replace fragile construct
sudo sh -c '<commands>'
with slightly less fragile construct
sudo sh << ROOT_EOF
<commands with ` and \ escaped>
ROOT_EOF
Note: $ are not escaped, which is usually what is intended, but not always
2012-03-20 17:12:26 +00:00
Pierre Labastie
688117a681 Typo in BLFS/Makefile 2012-03-13 09:32:39 +00:00
Pierre Labastie
55733136b6 Add comments to BLFS/Makefile
Use /bin/echo to write the initial instpkg.xml. Hopefully, the behavior
of /bin/echo is independant on the shell
Add a sudo to a sed in finc_install_blfs (needed in some cases)
2012-03-11 16:37:10 +00:00
Pierre Labastie
2507cf77d9 Major change for the inclusion of blfs-tool dependencies:
- build them before custom tools
- use instructions in the BLFS book instead of harcoded ones
- use the dependency tracker of the tool itself (kind of bootstrap)
2012-03-08 17:42:55 +00:00
Pierre Labastie
34986b88da Add the version parameter of bump.xsl to Makefile
Separates first install of instpkg.xml from subsequent updates due to
new packages present in TRACK_DIR
2012-03-07 21:38:18 +00:00
Pierre Labastie
f3a500d5ef Source /etc/profile in envars.conf,
so that the environment is up to
date during the build
2012-03-07 21:32:03 +00:00
Pierre Labastie
18a2beaa27 Add a "version" parameter to bump.xsl 2012-03-05 17:33:11 +00:00
Pierre Labastie
6631b83ab8 Code to copy back the tarball to SRC_ARCHIVE and
to account for the possibility of new-line in md5sums strings
in scripts.xsl
2012-03-05 17:23:09 +00:00
Pierre Labastie
968e95875f Update second place where MD5 sums occur in BLFS/xsl/scripts.xsl 2012-03-03 20:14:40 +00:00
Pierre Labastie
fd988ce1ca copy back downloaded files to SRC_ARCHIVE in BLFS 2012-03-03 20:08:37 +00:00
Pierre Labastie
0aaeb8ec6e Add logic for the case when MD5 sums are not immediately followed by </para>
in BLFS/xsl/scripts.xsl
2012-03-03 18:41:53 +00:00
Pierre Labastie
4fdb8bd089 suppress a useless template in bump.xsl 2012-03-03 17:02:26 +00:00
Pierre Labastie
b9c5dc9d7b Change the code for downloading patches in scripts.xsl
Correct the ftp server usage whan downloading non package files
2012-02-29 13:16:50 +00:00
Pierre Labastie
9d0e0eb568 Change a few variables in gen-makefile.sh, and clean work directory 2012-02-29 13:12:01 +00:00
Pierre Labastie
52389b577c Updated BLFS/Makefile so that initial generation of TRACKFILE is more robust 2012-02-27 10:52:29 +00:00
Pierre Labastie
9683707108 Added unpacking instruction for "zip"ped packages in generated scripts 2012-02-27 10:47:30 +00:00
Pierre Labastie
b957bb6fd8 Correct hard linked directory in gen_pkg_book.sh 2012-02-25 17:41:55 +00:00
Pierre Labastie
d8add36def Correct initialisation of variables
in gen_pkg_book.sh
2012-02-25 17:36:48 +00:00
Pierre Labastie
5e9076f11d Add sudo to generation of rm-rf when cleanning the build tree
because some files may be ownded by root (python2 e.g.)
2012-02-25 09:51:13 +00:00
Pierre Labastie
96a30c7a23 Adds -j1 to "make install", impose a dependency on preceding package in X*
chapter
2012-02-23 17:42:27 +00:00
Pierre Labastie
63fc514fa4 Initial modificaiton of BLFS tools 2012-02-22 17:09:47 +00:00
Manuel Canales Esparcia
232f595560 BLFS: Removed diplicated aRts entry. 2007-08-13 18:58:11 +00:00