Dimitar Zhekov
08e8ee7f76
Dimitar Zhekov <jimmy@is-vn.bg>:
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
21 years ago
Dimitar Zhekov
450d1cb7a7
Dimitar Zhekov <jimmy@is-vn.bg>:
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
21 years ago
Rene Rebe
df005e763d
removed the alsa-xmms package since xmms now includes a ALSA pluging - and
copyright tags for the new xmms.conf file
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1497 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Dimitar Zhekov
acd04b040d
Dimitar Zhekov <jimmy@is-vn.bg>:
Upgrade to xmms-1.2.8 and pass devfs options to configure.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1496 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Dimitar Zhekov
cd1d7b22e5
Dimitar Zhekov <jimmy@is-vn.bg>:
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
21 years ago
Dimitar Zhekov
b876962818
Dimitar Zhekov <jimmy@is-vn.bg>:
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
21 years ago
Alejandro Mery
5ab42dc711
Alejandro Mery <amery@geeks.cl>:
this adapts the setup patch to the current python version =)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1491 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
f2b5537916
openssh updated
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1490 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
5a327fbf05
added superkaramba
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1488 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Alejandro Mery
78237cd681
Alejandro Mery <amery@geeks.cl>:
makes it support a 'possible' change in install location of static libs.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1487 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
2c59ca7ba2
"Stefan Paletta" <stefanp@cabal1.com>:
gnucash/openhbci updates and fixes
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1484 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
72c4c330fd
"Stefan Paletta" <stefanp@cabal1.com>:
- upgrade to Python 2.3 and fix dependent packages
I have a system running 2.3 since some weeks, these should be the
remaining fixes; tested individually, not in a full rebuild.
- bump linphone and mined version
- another take at fixing libgnomedb / mergeant priority
Speculative.
- fix kdeartwork31 download
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1483 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Alejandro Mery
900c206d4a
Alejandro Mery <amery@geeks.cl>:
ruinit is an init (sysvinit replacement) that works in daemontools' way but under gpl
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1482 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Alejandro Mery
d07ea63464
Alejandro Mery <amery@geeks.cl>:
ncurses:
- INSTALL_LIB=$(INSTALL) -m 755, instead of 644 for .so files
- symlink to create libcurses.a
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1481 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
ffba11a291
fixed findutils to install xargs in /bin and create a /usr/bin symlink
(this undos parts of rev 660)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1478 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
211d6c3a1f
added mpg321 from drock ;-)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1477 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
1e35b615ef
really commit this damn patch !!!!!!!
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1476 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
0f294ad599
copyrights
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1475 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
3eb1a089d9
final move
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1474 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
5e86d78274
move prepared
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1473 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
f550ea6fa5
final move
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1472 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
9493981615
move prepared
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1471 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
9806fba850
final move
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1470 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
3b72182dac
move prepared
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1469 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
b451b59d1a
final move
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1468 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
81ead471b7
move prepared
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1467 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
35f6dbf4e3
final move
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1466 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
022bb6733a
move prepared
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1465 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
fe9fe78cc5
move
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1464 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
a1f2ec3c70
prepare for move
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1463 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
5ae5119caf
added hppa (parisc) architecture definitions
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1461 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Alejandro Mery
4874d50713
Alejandro Mery: /lib/*.{a,la} -> /usr/lib/, and a related fix to ncurses
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1460 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
282240743e
additionally build a special sun4 kernel binary for sparc
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1457 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Jan Veninga
14f8a05f22
Jan Veninga <veninga@cs.utwente.nl>:
linux24-header-cross was not update to newer kernel version.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1455 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
da1abff1ce
fixed rock_sustitute use in gconf2.conf (wrong name used)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1452 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
bc128e0da8
corrected xfree.cache file without dependencies to font packages ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1450 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
f261829b83
darkglass update
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1449 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
cbf759d72e
fixed xfree86 to not run fc-cache (and so depend on all font packages)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1448 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
045aff7903
fix typo and some over-long lines
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1447 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Oliver Regehr
6e43e72067
Oliver Regehr: fixed linux* for alpha
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1446 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
013967fd5b
fixed mod_stone_yaboot to work when the CD rom is on the master IDE channel
and the hard-disc on the slave (the PowerBook default ?!?)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1445 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
1db0d39e3f
updated kde (and sendmail checksum ...)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1444 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
44c69d95c8
updated sendmail
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1443 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Jan Veninga
b94dd039e5
Jan Veninga <veninga@cs.utwente.nl>:
There are 2 little errors in snort.conf. This fixes it.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1442 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Clifford Wolf
8909891e37
Clifford Wolf <clifford@clifford.at>:
"dont build packages with broken dependencies" feature (#99 )
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1441 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
8e0180e2a1
fixed linux24 linux24benh ppc/config.in to allow to set CONFIG_PPC_RTC
properly
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1438 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
e47cf326fa
update - the next fixed cursor ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1437 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
3c9ed65124
updated openssh (again ... - PLEASE UPDATE !!!)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1436 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
d6e92cc77f
a new macosd version just to make the ROCK Linux build happy ;-)
(The advantage of beeing the package author ;-)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1435 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
8f3ea09356
added darkglass and macosd
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1434 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago