Rene Rebe
b9396b57d9
ok - this makes xfree86 to start compile (build still running)
+ seperation of the twm config changes out of startwm.patch into an own patch
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1233 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
db0dc10efb
the removed dirvers will be fixed in my next i2c patchset ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1232 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
1bc02be305
02:16 < tsa> rxr: please update: man-pages 1.60
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1231 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
dc34250dc2
updated xfree - and moved to the single file snapshot (applying all the patches
get's too slow and the .desc file too large). Left normal release entries
commented out for the next real release ages in the future.
Not yet tested - I need this commit to get the files to my build server :-(
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1230 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
0a3b2bfc11
the real location ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1229 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
2d1693cfa2
left over from jsaw's patches ... :-(
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1228 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
b4c0e04527
obsoleted and cleaned the TEAM file as Clifford suggested ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1227 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
e2a02e5711
oops - my Auto-Commit script forgot the CHANGELOG ... :-(
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1226 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Juergen "George" Sawinski
0c2674138a
Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:
-added package autotrace
-added gnuplot python interface
-added hdf5: NCSA Hierarchical Data Format v5
-add numpy: Numerical Python
-add pynumarray: Numeric Python successor
-add pytables: Python interface to hdf5
-add scientificpy: Scientific Python
-add scribus: a nice DTP program based on QT
-update version
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1225 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Juergen "George" Sawinski
6d282a3482
Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:
base/raidtools:
-added gcc33-support.patch
-multi-line string literals fix
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1224 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Daniel Jahre
3eab248498
Daniel Pischl <xtc-liquid-xtc@aon.at>:
IceWM 1.2.10 > IceWM 1.2.12
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1223 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Juergen "George" Sawinski
cb72fcbaa2
Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:
base/units:
-add gcc33-hotfix.patch:
-fix quote usage in "#if 0" section
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1222 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Juergen "George" Sawinski
6770e1c0b1
Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:
rene/aspell:
-add gcc33-support.patch
-assert.h is not included automatically anymore
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1221 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
cc6c2ee4b7
fixed:
sed: can't read ../examples/smb.conf.default: No such file or directory
reported by Alan J. Wylie
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1220 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
b1cc2a3edb
please re-consider my patch since the line :
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
21 years ago
Rene Rebe
42a05cc038
Mathieu <tenfingers@ifrance.com>
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
21 years ago
Juergen "George" Sawinski
00167d63b0
Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:
Correct, I forgot that one: package/*/*/python-pkg.conf
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1217 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
5a3b72aec6
Juergen Sawinski <george@mpimf-heidelberg.mpg.de>
base/ifhp:
-strict aliasing (default) breaks ifhp with gcc33
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1216 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Juergen "George" Sawinski
cc08de07c9
Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:
base/isdn4k-utils:
-add patch: multi-line-strings.patch
-fix multi-line string literals for C89 compliance
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1215 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
906c55263b
"Stefan Paletta" <stefanp@cabal1.com>:
I was bored and tired ... - a hello-world in C# ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1214 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Alejandro Mery
62a4e1afe5
Alejandro Mery <amery@geeks.cl>:
scripts:
- Create-ErrList: new feature, remove.
- Download: src/Download-Proxy -> download/Proxy (as you did with Mirror, for not getting removed by ./Cleanup)
rene:
- fetchmail-6.2.2->6.2.3
- libdvdread: fix checksum to honor mirrored arch.
- swi-prolog-5.0.10->5.2.6
x11:
- ghostscript: changes download location to 'main' mirror, and fix location and checksum of pdf_sec.ps. I want to version it, but its never used, so i'll wait for directions.
- tcltk-8.4.3->8.4.4
misc:
- centericq: checksum
x86:
- bin86-0.16.11->0.16.12
bootdisk:
- mmmm... mmmm... well it updates MDLBL from 1.0 to 1.0a, i guess you forgot to update it. btw, mirrored 1.0 has different checksum that hosted one. Cliff?
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1213 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Alejandro Mery
10fd8122d8
Alejandro Mery <amery@geeks.cl>:
while sourceforge-Download is not yet aproved, tradictional location must be used.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1212 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Alejandro Mery
d347b0ebf7
Alejandro Mery <amery@geeks.cl>:
blindy,
this patch is a proposal to version dictionaries of xjdic23 for being mirroring capables.
updated to last available versions of the dictionaries (include checksums)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1211 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Alejandro Mery
97e145d175
Alejandro Mery <amery@geeks.cl>:
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
21 years ago
Juergen "George" Sawinski
ac2c2d7ed7
Juergen Sawinski:
[rock-linux] misc/archive/fmnewpackage.sh
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1209 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
eb77601a28
From: Juergen Sawinski <george@mpimf-heidelberg.mpg.de>
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
21 years ago
Rene Rebe
a5be3e2994
updated blender - fixes some problems - but not the OpenAL problem - I'll work
on this later
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1207 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
df6211d068
the next i2c iteration ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1206 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
b5148b76c1
new package should not be optional - there are only a few cases where packages
should be optional by defaul ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1205 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
00d88cbcac
optional packages that should not be optional
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1204 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
2346e5a419
empty files ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1203 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
5e25606b64
the minimal package template from Clifford's patch and the miniam+xfree target
from Sandra Dismar aka. owl.
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1202 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
4d97a0edd2
remove empty file
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1201 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
ff4f52474c
version updates for bogofilter and librsync
adds the bittorrent package to my repository
removes 2 empty files (mldonkey.conf and a patch in xcdroast)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1200 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
5593fa7e75
a missing file from cliff ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1199 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
1d87cff1de
updated centericq
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1198 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Clifford Wolf
7480318d74
Clifford Wolf:
- Added packages cpuid and syslinux
- Added framework for "package preselection templates"
- Obsoleted / removed minimal target
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1197 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Sebastian Jaenicke
e815983f1c
Sebastian Jaenicke: fixed etc/services (whois/nicname)
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1196 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
e81c27ee53
fixed linux24 i2c patch, added 2.4 x86_64 compile fix and blacklistging
for 2.4 and 2.6
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1195 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
98edf36891
last minute x86_64 ACPI compile fix ... :-(
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1194 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
8a5a88a630
updated kernel disable broken list
15:09 < starlord> rxr:put CONFIG_PNPBIOS to disable list in kernel 2.6,it
"halts" pc during boot
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1193 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
b0c5cf4083
updated alsa-driver and alsa
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1192 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
aee83b54f1
checksums ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1191 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
c9e6935b76
updated linux24 - and fixed the i2c-patch (incl. i2c-west for PowerPC) and
fixing agp support for the apple north-bridge
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1190 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
7dc7227bbf
cleanup for microsoft-web-core-fonts
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1189 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
a190dc338c
yet another not-compileable driver (Apple floppy driver ...) - fix was
sent to linux-kernel, and should be in one of the net -test kernels ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1188 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
2b4ea6bf7b
well - of course without debugging code ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1187 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
f5b26871f8
fixed typo in the patchfiles parsing in lx_config.sh
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1186 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
8eef68828d
Sebastian Jaenicke <tsa@jaenicke.org>
I do not use chrony anymore - please move it to package/unmaintaned or so ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1185 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago
Rene Rebe
88f0875d8a
some .desc improvements ...
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1184 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
21 years ago