Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | microcom: upstream missing, mark as deprecated | Peter Korsgaard | 2009-03-02 | 2 | -1/+2 |
| | | | | People should use the busybox version these days anyway. | ||||
* | microcom: has been in busybox for a long time now | Peter Korsgaard | 2009-03-02 | 1 | -1/+1 |
| | |||||
* | ncurses: fixup ncurses5-config script | Peter Korsgaard | 2009-03-01 | 1 | -0/+2 |
| | | | | Fixes #133. | ||||
* | tar: bump version | Peter Korsgaard | 2009-03-01 | 1 | -1/+1 |
| | | | | Fixes #69 | ||||
* | tar/coreutils: use depends rather than select for toolchain options | Peter Korsgaard | 2009-03-01 | 2 | -4/+8 |
| | |||||
* | libpng: bump version | Peter Korsgaard | 2009-02-27 | 1 | -1/+1 |
| | | | | | | Fixes unitialized data bug (CVE-2009-0040). Patch by Soef Qued <souf_oued@yahoo.fr> | ||||
* | avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversion | Peter Korsgaard | 2009-02-26 | 2 | -2/+2 |
| | |||||
* | gst-plugins-good: remove dependencies for matroska plugin | Peter Korsgaard | 2009-02-26 | 1 | -1/+0 |
| | | | | | | | This was forgotten when adding config options for zlib and bzip2. The matroska plugin doesn't need these dependencies, they are optional. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | gst-plugins-good: add missing FLAC dependency | Peter Korsgaard | 2009-02-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | gstreamer: flac plugin support | Peter Korsgaard | 2009-02-25 | 2 | -0/+10 |
| | | | | Patch by Sven Neumann. Closes #99. | ||||
* | php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends | Peter Korsgaard | 2009-02-25 | 1 | -17/+7 |
| | | | | Hunks missing from r25406. | ||||
* | mesa3d: fix makedepend arguments | Peter Korsgaard | 2009-02-24 | 1 | -3/+4 |
| | | | | | Make sure makedepends only searches the gcc/staging dir, and not the host include dirs. | ||||
* | mesa: use correct config file for arch | Peter Korsgaard | 2009-02-24 | 1 | -1/+15 |
| | |||||
* | mesa3d: use MAKE1 instead of playing around with BR2_JLEVEL | Peter Korsgaard | 2009-02-24 | 1 | -2/+1 |
| | |||||
* | xserver-xorg: select mesa3d in kconfig | Peter Korsgaard | 2009-02-24 | 2 | -1/+2 |
| | | | | xserver-xorg depends on mesa3d, so select it in kconfig as well. | ||||
* | dbus: fix expat typo | Peter Korsgaard | 2009-02-24 | 1 | -1/+1 |
| | |||||
* | openswan: mark as BROKEN as it doesn't build with current kernel headers | Peter Korsgaard | 2009-02-24 | 1 | -0/+1 |
| | | | | It WILL get removed after 2009.05 unless someone steps up to fix it. | ||||
* | Bump version to 0.9.8j | Hamish Moffatt | 2009-02-24 | 5 | -1/+1 |
| | |||||
* | alsa-lib: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-02-23 | 1 | -77/+24 |
| | |||||
* | alsa-lib: don't use versioned symbols | Peter Korsgaard | 2009-02-23 | 1 | -0/+1 |
| | | | | | | | As reported by Dirk Vermaak and Daniel Mack. Fixes runtime issues with alsa-lib, see http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014999.html for details. | ||||
* | dbus: convert to Makefile.autotools.in and bump version | Peter Korsgaard | 2009-02-22 | 2 | -96/+56 |
| | |||||
* | kexec: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | 2009-02-21 | 5 | -511/+16 |
| | |||||
* | libsndfile: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | 2009-02-21 | 2 | -67/+21 |
| | |||||
* | libsndfile: cleanup help text | Peter Korsgaard | 2009-02-21 | 1 | -3/+4 |
| | |||||
* | php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends | Peter Korsgaard | 2009-02-21 | 1 | -8/+3 |
| | |||||
* | php: fix sqlite module | Peter Korsgaard | 2009-02-21 | 2 | -3/+5 |
| | | | | | | | - php comes with it's own embedded sqlite, so no need to select sqlite - disable largefile support for !BR2_LARGEFILE - php somehow forgets to link with -ldl, breaking the sqlite extension. Fix it by disabling the (unused?) modload support in sqlite. | ||||
* | php: use alternative download URL so we can use DOWNLOAD macro | Peter Korsgaard | 2009-02-20 | 1 | -2/+2 |
| | | | | As noted by Solar on IRC. | ||||
* | php: don't use DOWNLOAD macro | Peter Korsgaard | 2009-02-20 | 1 | -1/+1 |
| | | | | | | | | php.net only offers downloads though a strange php script with the file name embedded in the *MIDDLE* of the URL, which isn't compatible with the DOWNLOAD macro. Fix it by reverting php.mk hunk of r24689 to go back to $(WGET). This ofcourse means that the primary site / fallback mirror stuff isn't used. | ||||
* | package/multimeda: add flac package | Peter Korsgaard | 2009-02-20 | 3 | -0/+33 |
| | | | | | | Patch by Sven Neumann (from #99). Removed optimization patch, cleaned up configure args and fixed download URL. | ||||
* | alsa-utils: select ncurses library dependency | Peter Korsgaard | 2009-02-19 | 1 | -5/+1 |
| | |||||
* | libvorbis: select libogg dependency | Peter Korsgaard | 2009-02-19 | 1 | -4/+1 |
| | | | | Library dependencies should be selected, and not use depends on. | ||||
* | libvorbis: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-02-19 | 1 | -49/+9 |
| | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #107 | ||||
* | pppd: fix build without UCLIBC_HAS_BSD_ERR | Peter Korsgaard | 2009-02-19 | 2 | -0/+22 |
| | | | | | Replace the BSD specific warn() with a call to syslog. Patch by Gustavo Zacarias, closes #109. | ||||
* | Enable multilink PPP (no reason to disable it) | Hamish Moffatt | 2009-02-19 | 2 | -3/+15 |
| | | | | Add configuration item to enable filtering (requires libpcap) | ||||
* | tslib: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-02-18 | 2 | -100/+12 |
| | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #61. | ||||
* | tslib: doesn't use C++, so don't require it in the configure script | Peter Korsgaard | 2009-02-18 | 1 | -0/+17 |
| | |||||
* | busybox: 1.13.2 killall fix | Peter Korsgaard | 2009-02-18 | 1 | -0/+17 |
| | |||||
* | mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash) | Peter Korsgaard | 2009-02-17 | 1 | -0/+23 |
| | |||||
* | udev: options for path_id and firmware.sh | Peter Korsgaard | 2009-02-13 | 2 | -0/+67 |
| | | | | Patch by Mike Crowe. | ||||
* | package: work around kconfig crash issue with comments in choice entries | Peter Korsgaard | 2009-02-13 | 1 | -3/+4 |
| | |||||
* | mpfr: bump version | Peter Korsgaard | 2009-02-13 | 1 | -2/+2 |
| | |||||
* | gmp: use GNU_MIRROR for site | Peter Korsgaard | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | gmp: bump version | Peter Korsgaard | 2009-02-13 | 1 | -2/+2 |
| | |||||
* | dnsmasq: bump version | Peter Korsgaard | 2009-02-12 | 1 | -1/+1 |
| | | | | closes #97. | ||||
* | libpng: bump version | Peter Korsgaard | 2009-02-12 | 1 | -1/+1 |
| | | | | Fixes memory leak and double-free vulnerability | ||||
* | gmp/mpfr: use static libraries as make targets | Peter Korsgaard | 2009-02-10 | 2 | -2/+2 |
| | | | | The host shared objects are no more. | ||||
* | gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-shared | Peter Korsgaard | 2009-02-10 | 2 | -2/+2 |
| | | | | | Don't list the shared objects as targets for the host compilation now that we compile with --disable-shared. | ||||
* | x11/video-xgi: fix vesa/xgi typo | Peter Korsgaard | 2009-02-10 | 2 | -2/+2 |
| | | | | Closes #95 | ||||
* | gmp/mpfr: force static linking | Peter Korsgaard | 2009-02-09 | 2 | -2/+2 |
| | | | | | | | | | | | | Patch by Maxim Grigoriev. GCC 4.3.x would link with the correct shared library versions, but without any RPATH, so it ended up looking for then in /usr/lib/ at runtime. This is less than good, as the version there might not be compatible, and even worse for distributions like Ubuntu, which doesn't install those libs by default, the build breaks. Fix it by forcing static linking instead. | ||||
* | vim: cleanup sed invocation | Peter Korsgaard | 2009-02-08 | 1 | -1/+1 |
| |