Alejandro Mery
eeb2b400c6
Taken maintainship over less package
17 years ago
Alejandro Mery
2f259330a4
Updated less (409 -> 418)
17 years ago
Alejandro Mery
60a96960e2
Fixed less to not install manpages in $root/$root when crosscompiling
17 years ago
Christian Wiese
6b38175422
Took over maintainship for pam package
17 years ago
Christian Wiese
ac6459d36f
Took over maintainship of cracklib package
17 years ago
Christian Wiese
87618e7773
Updated cracklib (2.8.10 -> 2.8.12)
17 years ago
Christian Wiese
498bb80c00
Updated file (4.21 -> 4.23)
17 years ago
Christian Wiese
0f992ae4ed
Updated pam (0.99.8.1 -> 0.99.9.0)
17 years ago
Alejandro Mery
7cc5e2cc3a
Added upstream patches to busybox
17 years ago
Alejandro Mery
6d91db7436
Updated psmisc (22.3 -> 22.6)
17 years ago
Alejandro Mery
17938992b4
Improved htop to build in stage 1 when cross-compiling
17 years ago
Alejandro Mery
11b4cdf9f7
Fixed typo in etc/rc.d/functions.in's status()
17 years ago
Alejandro Mery
01540cde54
Added [U] to psmisc
17 years ago
Alejandro Mery
22e35e76e2
Improved etc/rc.d/functions.in's status to also support $? as first argument instead of $error
17 years ago
Christian Wiese
1b3043f6ce
Updated libcap (1.10 -> 2.04)
17 years ago
Christian Wiese
3b443d2cf8
Moved libpcap from base to network repository
17 years ago
Christian Wiese
aaf80fff69
Added URL tag and took over maintainship of libpcap
17 years ago
Christian Wiese
ed5bd21e9b
Repriorised usbutils (149.900 -> 110.100) to be build before hal
17 years ago
Christian Wiese
c2b969b93f
Changed usbutils to not install a gzip'ed ID's file enabling hal to read it
...
Note: This might be a temporary hack and maybe we should install both versions!
17 years ago
Christian Wiese
73279a8e9d
Repriorised pciutils (149.900 -> 109.000) to be build before hal
17 years ago
Christian Wiese
c1462ded4a
Repriorised hal (150.00 -> 112.500) for building it before xorg-server
17 years ago
Christian Wiese
4fd37f03bc
Removed trailing dot from status messages produced by gcc and ccache
17 years ago
Alejandro Mery
1f3201fa0c
Updated busybox (1.8.2 -> 1.9.0)
17 years ago
Alejandro Mery
df60437c25
Updated glib (2.14.1 -> 2.14.2)
17 years ago
Minto van der Sluis
a8e906cdec
Modified bcron to display an error when cron is installed.
17 years ago
Alejandro Mery
47c6430773
Updated glibmm (2.14.0 -> 2.14.1)
17 years ago
Alejandro Mery
0c8edfc1f0
Updated libelf (0.8.9 -> 0.8.10)
17 years ago
Alejandro Mery
0f9547b6f0
Updated glibmm (2.12.7 -> 2.14.0)
17 years ago
Alejandro Mery
e962310671
Updated glib (2.12.12 -> 2.14.1)
17 years ago
Alejandro Mery
39b07d1fdf
Added compatibility link usr/doc -> share/doc to fhs package
17 years ago
Christian Wiese
028ec76fcf
Updated glib (2.12.12 -> 2.12.13)
17 years ago
Alejandro Mery
282b6cba98
Updated busybox (1.7.2 -> 1.8.2)
17 years ago
Alejandro Mery
9a78fdd2a8
Updated usbutils (0.72 -> 0.73)
17 years ago
Alejandro Mery
01bd15bd86
Updated libusb (0.1.11 -> 0.1.12) - removed speedup-v2.patch, out of our scope
17 years ago
Alejandro Mery
23f664d055
Updated pciutils (2.2.5 -> 2.2.9)
17 years ago
Alejandro Mery
016559166a
Changed pciutils to build on stage 1 when crosscompiling, and adapted as now it honors DESTDIR
17 years ago
Alejandro Mery
c947dd1767
Added dtach (0.7) - Runs programs that know how to redraw themselves detached from a terminal
17 years ago
Christian Wiese
b81d8d6615
Fixed glibc multilib case creating a proper ld.so.conf
...
- The conditional that checked what kind of ld.so,conf has to be generated
was using $slibdir = lib64 in postmake to check if it is a 64bit build,
and because multilib support was hardcoded for 64 it injected a corresponding
ld.so.conf.
Now that we implemented multilib support by using buildloops $slibdir gets
altered to lib32 in the second loop while building 32bit libs.
This commit will change the test checking if multilib is enabled for the
target instead of using $slibdir. It also adopts the new filesystem layout
to the ld.so.conf.
17 years ago
Christian Wiese
d4d45de2b8
Removed 00-dirtree which is obsolete in favour of the fhs package
17 years ago
Christian Wiese
94f3983697
Removed glibc32 package
...
- We use buildloops in glibc for multilib support.
17 years ago
Christian Wiese
eb63eeac91
Changed glibc to create objdir-$arch_target inside srcdir
...
We have to use an 'objdir' directory for building glibc and make its
name unique by appending $arch_target to distinguish while building
a multilib capable glibc using buildloops.
17 years ago
Christian Wiese
3047733dbc
Changed glibc to use an separate 'objdir' per buildloop
...
- Since we build 32bit libs of glibc by using a second buildloop
if we build a multilib target, we have to assure that we build
64 and 32bit libs in separate directories.
17 years ago
Christian Wiese
105b5f2907
Included glibc 2.5 multilib patch
...
- This patch has to be applied while building a multilib target
and fixes the ldd script to search in lib32 and lib64.
17 years ago
Christian Wiese
9f380bb9f6
Included multilib patch for gcc 4.1.2
...
- This patch has to be applied while building a multilib target
to get the right library locations we want. (lib32/lib64)
17 years ago
Christian Wiese
747e07b085
Moved glibc32 make-install-lib-all.patch to glibc repository
...
- We'll need this patch to install 32bit libs while running the second
buildloop og glibc while building multilib.
17 years ago
Christian Wiese
5c101bdf49
Added glibc pure64 patch
...
- This patch has to be applied if we want to build "pure" 64bit builds,
that means no multilib support!
It fixes the ldd-rewrite sed rules according to the pure64 patch for
gcc.
Note:
Currently tested for x86-64 only!
17 years ago
Christian Wiese
ea1911c741
Added gcc pure64 patch
...
- This patch has to be applied if we want to build "pure" 64bit builds,
that means no multilib support!
17 years ago
Christian Wiese
0768bc5d74
Added fhs (2.3) - The Filesystem Hierarchy Standard
...
- package was made by Alejandro and taken from the just_lib svn branch
17 years ago
Christian Wiese
eca2e5dd58
Fixed binutils to build shared libs while not building a "static target"
17 years ago
Alejandro Mery
f039f6f773
Added linux26-rt (2.6.21.6) - The Linux kernel 2.6 Real-Time branch
17 years ago