Commit graph

98 commits

Author SHA1 Message Date
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
Manuel Canales Esparcia
e6a616d6b0 BLFS: Handling the new JDK version string format. 2007-08-13 18:43:08 +00:00
Manuel Canales Esparcia
69f2b810a8 BLFS: Typo fix. 2007-08-12 19:16:47 +00:00
Manuel Canales Esparcia
aac025d60f BLFS: python-modules hacks. 2007-08-12 19:05:35 +00:00
Manuel Canales Esparcia
5e091a2b7e BLFS: Skip installed packages newer than the book ones. 2007-08-12 14:34:33 +00:00
Manuel Canales Esparcia
b22cb02f39 BLFS: Do not include installed packages newer than the book ones. 2007-08-12 11:09:51 +00:00
Manuel Canales Esparcia
3938ff29ef BLFS: Fake version for dbus-bindings and perl-modules. 2007-08-11 16:16:26 +00:00
Manuel Canales Esparcia
97b041f81d BLFS: Fix FFmpeg installed version check. 2007-08-11 11:23:58 +00:00
Manuel Canales Esparcia
efef736931 BLFS: Bug fix. 2007-08-11 11:08:11 +00:00
Manuel Canales Esparcia
3aa2b81223 BLFS: Fix get_installed_ver func for that packages its version string don't start with a digit.
Removed ispell and gimp-print from packages database.
2007-08-10 22:43:54 +00:00
Manuel Canales Esparcia
9695fa7cca Failsafe tests to be sure that we are deleting an existing unpacked sources directory.
Thanks to Petr "Qaxi" Klíma for the report and patch.
2007-08-10 21:24:02 +00:00
Manuel Canales Esparcia
7c6c3556d2 BLFS: Wrap root commads into single quotes instead of double quotes. This avoid to conflict with doble quotes used in the book to create here documents. 2007-08-10 21:06:15 +00:00
Manuel Canales Esparcia
63a051ca22 Trying to fix all sorting issues due user locale settings. 2007-08-08 17:02:04 +00:00
Manuel Canales Esparcia
9d9a8109db BLFS: Some bugs and issues found when installing Xorg7. 2007-08-06 18:28:09 +00:00
Manuel Canales Esparcia
1caf1f4fbe BLFS: Fixed a bug on the previous commit. 2007-07-27 19:34:13 +00:00
Manuel Canales Esparcia
a70c289526 BLFS: Added SRC_ARCHIVE and resume support to Xorg7 packages. 2007-07-27 19:14:48 +00:00
Manuel Canales Esparcia
5fb652f737 BLFS: Fixed xorg-server + mesalib issues (I think) 2007-07-26 22:12:32 +00:00
Manuel Canales Esparcia
a06975772a BLFS: Be sure that the menu/mconf binary is rebuild each time. 2007-07-26 20:01:43 +00:00
Manuel Canales Esparcia
4a33ef0ae6 BLFS: envar.conf fixes. 2007-07-26 19:46:19 +00:00
Manuel Canales Esparcia
fc8b9625a6 BLFS: Fixed progress_bar.sh run. 2007-07-26 19:40:24 +00:00
Manuel Canales Esparcia
35d99d6273 BLFS: Updated TODO. 2007-07-26 19:08:59 +00:00
Manuel Canales Esparcia
0efb837ae4 BLFS: Changes to handle the new Xorg7 installation commands structure. 2007-07-26 19:07:03 +00:00
Manuel Canales Esparcia
155e2b4f5b Fixing keywords property. 2007-07-25 22:00:23 +00:00
Manuel Canales Esparcia
28087b7461 BLFS: Be sure that packages file is properly sorted. 2007-07-25 21:53:33 +00:00
Manuel Canales Esparcia
7889308563 BLFS: Started X11 updates. 2007-07-25 21:32:33 +00:00
Manuel Canales Esparcia
55bc23bac9 BLFS: We are defining a variable, not a param.
Current libxslt version complains about that type of improper syntax.
2007-07-25 20:09:15 +00:00
Manuel Canales Esparcia
ba5efc414d BLFS: Revised and verified (I hope) all current circular dependencies. 2007-07-25 19:35:17 +00:00
Manuel Canales Esparcia
76d58bc22a BLFS: Fixed the path to the CSS files. 2007-07-24 23:15:20 +00:00