Alejandro Mery
c0cded1a92
Improved linux26/linux-conf.in's auto_config() to make 2 loops over .3,.4,.5
17 years ago
Alejandro Mery
902fe45de0
Cleaned a bit the indentation of linux-conf.in's auto_config(), and added some comments
17 years ago
Alejandro Mery
8a615290e0
Changed linux-conf.in to preinitialize the $lx_confscripts list
17 years ago
Alejandro Mery
a218d75b25
Renamed linux-conf.in's confscripts to lx_confscripts
17 years ago
Alejandro Mery
bdf92e67e3
Improved linux26 (and all other linux* packages) to support multiple config snap files for merging by using a $lx_confmerge list
17 years ago
Alejandro Mery
f0c24df5d8
Removed more superfluous ""s and ''s
17 years ago
Alejandro Mery
29fd8b1601
Removed more superfluous ""s and ''s
17 years ago
Alejandro Mery
387f135812
Removed superfluous "" and '' when assigning an empty value to bash variables in *.in
17 years ago
Alejandro Mery
c493a15bc3
Removed superfluous "" and '' when assigning an empty value to bash variables in *.conf
17 years ago
Christian Wiese
b207b30ce3
Fixed psmisc to cross-compile
...
While cross-compiling configure cannot detect a GNU libc compatible malloc
or realloc so we have to help by tweaking through config.cache.
17 years ago
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