almost all packages have problems creating docs with gtk-doc
because html/index.sgml (?) is missing, so disable it globally
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1525 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
I've noticed within the vlan tarball are precompiled binaries using wrong
libraries. so make doesn't do anything and the vconfig binaries wont work.
i've added a premake "make clean" hook to delete the precompiled binaries.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1524 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
- updates kasc/paragui to most recent version.
- makes neccessary changes to the libs.patch for new version
- includes a patch for the configure script to be python2.3 aware
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1523 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
samba-3.0.0: not beta ... STABLE!! =)
- samba-2 was deprecated when first 3.0 beta was released
- some confopt were changed to default so not needed, and --with-ssl is no longer supported
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1512 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
a hour ago I have seen, that 3.3.7 is available since Jul-31. Here is
the update. Removed the Patches.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1508 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
- Correct both permissions and ownership of $sysconfdir,
$datadir/$pkg and $docdir.
- Warn against upgrading to 1.0+ series.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1502 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
maybe i'm the only person in the world having this problem, but... here is a tested patch for a mkdep "Argument list to long" problem.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1500 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
Don't copy doc to $docdir. As with bash and readline,
the auto-doc-copy (can you beleive it?) does it better.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1499 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
binutils.conf: ignore --disable-static, *.a required by
ksymoops at least.
gdb.conf: ignore --enable-shared and --disable-static,
gdb linking is buggy (I reported that years ago).
liblockfile/force-symlink.patch: force the liblockfile.so
symlink, or it fails on stage 9.
ncurses/one-step-install.patch: use one shell command to
remove the old .so libraries and install the new ones,
for ncurses.so may be required by bash.
readline.conf: after the shared libraries have been
installed, and if bash is supposed to require them, move
them from /usr/lib to /lib. Please don't change this code
(except for moving the shared libraries only into /lib),
the event flow is tricky and can be easily broken.
readline.conf: don't copy doc to docdir, auto-doc-copy
does it better. But copy the examples, they are a nice
readline.info completion.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1498 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
Our activate.patch to lilo enables all "all:" targets, but
pseudo.b requires bcc (and thus produces errors) and is
only required for the diagnostics as far as I can see. So
this patch disables pseudo.b by removing it from "all:".
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1495 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
bash:
- do not copy doc to docdir - auto-doc does that,
and does it better (I compared the file lists)
bash.conf: do not unpack bash-doc if no auto-doc, unneeded
- support the with-installed-readline option
(ROCKCFG_PKG_BASH_INST_RLL) by (1) passing the confopt and
(2) not linking bash to -lhistory if stage >= 2 (-lhistory
is required for stage <= 1 because of "--disable-readline"
and doesn't make any difference with the bash builtin
readline because it's statically linked).
- dont-link-history.diff: what the name suggests, see .conf
bootdisk/config.in: lock with-installed-readline to 0.
For this option to work, readline-shared must be applied,
or the build will fail if ROCKCFG_PKG_BASH_INST_RLL=1.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1493 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc