This links gdb against the installed [shared] readline
library. There were 2 versions (IIRC) of gdb since the
latest rl was released, and there will probably be another
2 before the newest rl is included. Works since 1.5.XX...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1367 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
lx_config.sh: fix typo: $$ROCKCFG_PKG_LINUX_CONFIG_STYLE
lx_config.sh: make an oldconfig when config style = none
to fillout any comments stripped from linux.cfg and add
any new comments/settings if the target kernel is newer
than the one used to create linux.cfg (make xconfig and
menuconfig seem to need the comments from some purpose).
linux24-src.conf: don't copy .config_{nomods,modules} if
config style = none (they don't exist in this case).
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1366 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
Changes to sysfiles for better -text and install support.
stone_gui_dialog.sh, stone_gui_text.sh, stone.sh: use type
-p instead of which (the latter does not exist in 2nd stage
small). IMHO, we should prefer type -p to which, because
we depend on bash, which has type -p, and our which is an
alias or a replacement script.
stone_gui_text.sh: instead of "Press ENTER for next page"
on long menus, display a ">>" prompt and read. Valid input
is processed as usual, EOF or invalid input exits to
caller, and ENTER (i.e. an empty line) displays the next
page (as before). The last prompt, ">", remains unchanged.
stone_gui_text.sh: clear the input line when a gui_input
is answered with EOF. Currently there is no way to clear
an input line (can't clear clock_rtc, con_blank, ...)
stone_mod_gas.sh: this is gastone, a simple stone-based
package manager. Supports categories and (un)installing
a single package or an entire category. Requires gzip.
stone_mod_packages.sh: allow mount options (I use --bind)
and support gastone. Don't Display gasgui if it's missing.
stone_mod_setup.sh: while installing, call set_tmarea()
instead of set_tmzone [it's the new entrypoint for setting
time zone] and call set_vcfont [seems logical - all other
i18n-setting stone stuff is called].
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1364 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
I finally got the gcc so far that it can use dietlibc as default
libc I could get most packets in the ditlibc target running.
Many package patches and dietlibc code - see the CHANGELOG-ESDEN for
the details.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1345 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
- devfs.patch: use the devfs names by default
- devpts.patch: allow openvt from a non-vc terminal
(without switching back to the original terminal)
- an option to change w3m build model (baby...monster)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1344 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
and corrupts the terminal at exit. PLEASE DO TEST THE PATCHES A
BIT MORE! - And please fix the new version including upstream
sent.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1337 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
them correctly for x86.
This is a ugly hack which return 0.0 for all such function - and we should
consider working on fixing dietlibc in this regard.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1333 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
python --prefix $root/$prefix build install
will generate an error as --prefix is not a global option but an option
of install and it should be written as this :
python build install --prefix $root/$prefix
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1219 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
this does not take into account the $root and $prefix variables
it needs a "--prefix $root/$prefix" (maybe in pyconfopt)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1218 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
new location for protectors
gcc33 protector updated to v3
patch gcc2 for building with gcc33
and a bonus... checksum for linux26 :-)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1210 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rene/coda:
-use correct name for post-install
-remove yacc fix (see bison: gxx-attr-unused-fix.patch)
base/bison:
-GNU C++ compiler doesn't (and can't) understand attribute((unused)) for
labels, so disable it (fixes eg. a problem with coda)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1208 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc