summaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
...
* psmisc: bump version and fix buildPeter Korsgaard2009-11-231-5/+6
| | | | | | | | | | ./configure in psmisc 22.6 tested for a working C++ compiler and errored out if not found, even though psmisc doesn't need it - Fixed in 22.8. pstree.c uses __progname for pstree.x11 support, which isn't (per default) available in uclibc. This stuff isn't really critical, so just disable it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ng-spice-rework: needs X11 / libXaw supportPeter Korsgaard2009-11-231-6/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libxml2: fix build with BR2_CONFIG_CACHEPeter Korsgaard2009-11-231-4/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsa-lib: fix build with BR2_CONFIG_CACHEPeter Korsgaard2009-11-231-3/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* leafpad: needs libgtk2Peter Korsgaard2009-11-231-9/+9
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gqview: needs libgtk2Peter Korsgaard2009-11-231-7/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pcmanfm: needs X11 supportPeter Korsgaard2009-11-231-5/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gperf: needs C++ supportPeter Korsgaard2009-11-231-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gamin: fix build with !BR2_LARGEFILE and python enabledPeter Korsgaard2009-11-231-5/+5
| | | | | | Python binding support is broken for cross compilation, disable for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xboard: needs X11 support and gnuchessPeter Korsgaard2009-11-231-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vice: mark as brokenPeter Korsgaard2009-11-231-1/+1
| | | | | | | | | Dependencies are wrong, and it has never seen any updates, so it probably doesn't have any users. Will remove completely before 2010.02 unless someone fixes it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rubix: needs X11 supportPeter Korsgaard2009-11-231-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* magiccube4d: needs C++ and X11 supportPeter Korsgaard2009-11-231-3/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/xstroke: needs X11 supportPeter Korsgaard2009-11-231-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/bootutils: needs largefile supportPeter Korsgaard2009-11-231-2/+2
| | | | | | Build fails with llseek() linker errors. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add non-package changes since 2009.08Peter Korsgaard2009-11-231-1/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* alsamixergui: depend on x11 support, rather than (indirectly) selecting itPeter Korsgaard2009-11-231-10/+11
| | | | | | | | | | Packages should depend on BR2_PACKAGE_XORG7 rather than selecting it, because: - X brings in a lot of dependencies, so shouldn't get implicitly enabled - Select doesn't check dependencies, so build breaks if XORG dependencies aren't met (locale/wchar) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox: depend on x11 support, rather than selecting itPeter Korsgaard2009-11-231-6/+6
| | | | | | | | | | Packages should depend on BR2_PACKAGE_XORG7 rather than selecting it, because: - X brings in a lot of dependencies, so shouldn't get implicitly enabled - Select doesn't check dependencies, so build breaks if XORG dependencies aren't met (locale/wchar) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/binutils: make sure target-binutils runs after busyboxPeter Korsgaard2009-11-221-2/+3
| | | | | | | | | Closes #597 Ensure that binutils-target runs after busybox if enabled, so it can overwrite the busybox symlink for ar if that applet is enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/nbd: add nbd-server supportVincent Palatin2009-11-221-2/+3
| | | | | | | Closes #645 Signed-off-by: Vincent Palatin <vincent.palatin_buildroot@m4x.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/jffs2: add support for nand flash with 512B page / 16 kB erasesizeKelvin Cheung2009-11-221-4/+4
| | | | | | | Closes #663 Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/sdl: fix dependencies for directfb/qt/x11 supportPeter Korsgaard2009-11-221-4/+5
| | | | | | | | Closes #683 And cleanup Kconfig while we're at it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/Makefile.in: fix 'true' invocation for BR2_STRIP_nonePeter Korsgaard2009-11-221-0/+1
| | | | | | | | Closes #701 Coreutils true doesn't understand a -Not_stripping argument. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump spawn-fcgi to 1.6.3Gustavo Zacarias2009-11-221-3/+4
| | | | | | Closes #705 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump iw package to 0.9.17Gustavo Zacarias2009-11-221-4/+5
| | | | | | | Closes #731 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: cleanup *clean targetsPeter Korsgaard2009-11-201-0/+5
| | | | | | | | | | | | | | As discussed on the list, fixup the *clean targets, so we now have: clean: remove all generated files (E.G. everything in output/) distclean: same as clean, but also remove the kconfig build and .config Also tweak 'make help' output to match. This also merges the two different clean / distclean targets we had depending on if there was a .config present or not (most variables are not defined for !.config case, so E.G. the clean target ends up being a noop). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add support for the Cortex-A8 ARM targetLaine Walker-Avina2009-11-181-0/+2
| | | | | Signed-off-by: Laine Walker-Avina <lwalkera@ieee.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ipkg: update source URLMichael S. Zick2009-11-171-1/+1
| | | | | | | ftp.handhelds.org doesn't seem to work any more. Signed-off-by: Michael S. Zick <minimod@morethan.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: bump to 0.9.8l + security fixesGustavo Zacarias2009-11-151-0/+1
| | | | | | | Closes #703 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dnsmasq: bump to 2.51 and add IDN optionGustavo Zacarias2009-11-151-0/+1
| | | | | | | | | | | | | | | Closes #717 Dnsmasq 2.51 introduces IDN support, add it to the package. Newsworthy items: * Add support for internationalised DNS (IDN). * Improved upstream nameserver checks for slow nameservers. * Improved TFTP support (win/dos filenames, new tftpserver-address option for DHCP). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libidn: update to 1.15 and other fixesGustavo Zacarias2009-11-151-2/+3
| | | | | | | | | | | | | | Closes #715 * Add target uninstall. * Remove stray /usr/share/emacs files. * Remove stray mono (host, autodetected) dll installation in $(TARGET_DIR)/usr/lib by disabling C# altogether. * Disable java. * Add new option to install idn binary (default N, usually not required). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openntpd: convert to Makefile.autotools.in formatGustavo Zacarias2009-11-151-4/+5
| | | | | | | Closes #713 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lighttpd: bump package to 1.4.24Gustavo Zacarias2009-11-151-4/+7
| | | | | | | Closes #709 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add new usb_modeswitch packageGustavo Zacarias2009-10-291-0/+1
| | | | | | | Closes #511. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* e2fsprogs: convert to Makefile.autotools.in format and update Kconfigrvpaasen2009-10-291-0/+1
| | | | | | | | | | | Closes #667. I have updated the e2fsprogs package to the new makefile format. I added the tools from the 1.41.9 release of e2fsprogs that could not yet be (de)selected (freefrag, e2undo) to the menu in Config.in. Signed-off-by: rvpaasen <rvpaasen@t3i.nl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc: get rid of ancient 3.4.6 / 4.0.4 versionsPeter Korsgaard2009-10-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc: bump 4.4.x versionPeter Korsgaard2009-10-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* synergy: needs C++ supportPeter Korsgaard2009-10-271-3/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpcap, tcpdump: bump version and autotoolifyBernhard Reutner-Fischer2009-10-271-2/+2
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "libnl: handle all installed libraries"Peter Korsgaard2009-10-261-1/+1
| | | | | | | | | | This reverts commit 61901bd74a622450139358ea0c0f37d4568ad570. Turns out the libnl splitup is only needed for the not-released-yet v2.0. Conflicts: CHANGES
* lzma: host targets should not be user selectablePeter Korsgaard2009-10-261-4/+4
| | | | | | Instead they should get automatically built if needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libelf: convert to Makefile.autotools.in and get rid of LIBELF_HEADERS optionPeter Korsgaard2009-10-261-3/+3
| | | | | | We have the generic BR2_HAVE_DEVFILES now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* CHANGES: add #593Peter Korsgaard2009-10-251-0/+1
| | | | | | Issue #593 got (unknowingly) fixed by 7f7bf9637e2a9c3. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* netsnmp: bump versionPeter Korsgaard2009-10-251-4/+5
| | | | | | Based on patch by Darcy Watkins <DWatkins@tranzeo.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Bump SawMan to 1.4.2Lionel Landwerlin2009-10-251-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update sqlite package to version 3.6.18Gustavo Zacarias2009-10-221-2/+3
| | | | | | | Closes #655. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libnl: handle all installed librariesSven Neumann2009-10-211-5/+5
| | | | | | | | | libnl does not only install libnl.so, but also libnl-nf.so, libnl-genl.so and libnl-route.so. Change the post-install and uninstall hooks to handle these libraries as well. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Add sysstat toolsLionel Landwerlin2009-10-201-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: updated the samba package to version 3.3.8rvpaasen2009-10-201-0/+1
| | | | | | | | | | Update the samba package to the new makefile format and also update it to samba version 3.3.8 (latest 3.3.x version). Based on the patch from bug 665, but with uclibc dependency and call to autogen.sh removed. Tested-By: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* imagemagick: fix -clean targetSimon Pasch2009-10-131-0/+1
| | | | | | | | | | Closes #657 imagemagick-clean target currently tries to remove $(TARGET_DIR) as there is no IMAGEMAGICK_BINARY anymore. Signed-off-by: Simon Pasch <fpasch@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>