Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix libglib2 build when LIBICONV is selected, clean up versioning | Ulf Samuelsson | 2009-01-16 | 1 | -2/+10 |
| | |||||
* | package: remove tinylogin | Peter Korsgaard | 2009-01-16 | 3 | -71/+0 |
| | | | | | It's ancient and upstream is gone, people should just use the login stuff in busybox instead. | ||||
* | xerces: tarball moved to archive.apache.org | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | quagga: tarball moved to attic/ subdir | Peter Korsgaard | 2009-01-16 | 1 | -2/+1 |
| | |||||
* | openswan: tarball moved to old/ subdir | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/mpfr: fix make source-check/external-deps issue | Peter Korsgaard | 2009-01-16 | 1 | -0/+2 |
| | |||||
* | package/dm: fix DOWNLOAD fallout | Peter Korsgaard | 2009-01-16 | 1 | -3/+1 |
| | |||||
* | DOWNLOAD: don't use := assignment for function implementation | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | | | | | | | := causes the function parameters to get evaluated at definition time instead of implementation time, which is kind of silly for a function. Fixes make source-check / external-deps | ||||
* | buildroot: convert remaining WGET users to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 2 | -2/+3 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 227 | -280/+280 |
| | |||||
* | buildroot: add BR2_BACKUP_SITE and DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -9/+28 |
| | | | | | | | | This is the long requested backup mirror support. So far only enabled for Makefile.autotools.in, but there's no reason why we cannot use DOWNLOAD everywhere. Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/ | ||||
* | package/freetype/freetype.mk: Fix editing of freetype-config | Daniel Laird | 2009-01-16 | 1 | -2/+5 |
| | | | | | | | | | Found that the editing of freetypr-config was not quite enough. Changed it and looked at freetype-config --cflags, --libs and got the values I expected. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | Always create shared python library, if python is created, needed by ↵ | Ulf Samuelsson | 2009-01-15 | 1 | -1/+12 |
| | | | | multiple packages | ||||
* | Make acpid patch depend on VERSION | Ulf Samuelsson | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Change TTCP_BUILD_DIR to TTCP_DIR | Ulf Samuelsson | 2009-01-14 | 1 | -13/+13 |
| | |||||
* | Kismet needs dbus to build | Ulf Samuelsson | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Bump vpnc version and remove build of man pages, which breaks when cross ↵ | Ulf Samuelsson | 2009-01-14 | 3 | -1/+28 |
| | | | | compiling | ||||
* | libeXosip2 is dependent on libosip2 | Ulf Samuelsson | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Update deprecated bmove to memmove in ttcp | Ulf Samuelsson | 2009-01-14 | 2 | -0/+13 |
| | |||||
* | Force use of HOST_GLIB instead of /usr/bin for libgtk2 | Ulf Samuelsson | 2009-01-14 | 1 | -0/+2 |
| | |||||
* | Update deprecated bcopy,bcmp,bzero to mem* in mrouted | Ulf Samuelsson | 2009-01-14 | 1 | -0/+164 |
| | |||||
* | Remove references to sys/timeb.h in libupnp configure, ftime is removed from ↵ | Ulf Samuelsson | 2009-01-14 | 2 | -0/+13 |
| | | | | source already | ||||
* | Add mrouted-unpacked target | Ulf Samuelsson | 2009-01-14 | 1 | -2/+4 |
| | |||||
* | package/multimedia/gstreamer/gstreamer.mk: Fix missing \ | Daniel Laird | 2009-01-14 | 1 | -1/+1 |
| | | | | | | | Fix stupid typo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | package/multimedia/gstreamer | Daniel Laird | 2009-01-14 | 4 | -3/+11 |
| | | | | | | | | | | package/multimedia/gst-plugins-*: I do not want docs installed in rootfs. Stop it installing the docs in the ROOTFS by using the same fix as has been applied to cairo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | Better to use the correct --without | Thomas Lundquist | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Woops, we do need /dev/null, not a directory with html in it. | Thomas Lundquist | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | package/libidn/Config.in: Fix layout of text as per coding guidelines. | Daniel Laird | 2009-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | Update description to match required -> help Description Empty line Homepage Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | Use HOST_GLIB for glib installation instead of /usr/bin | Ulf Samuelsson | 2009-01-13 | 4 | -3/+5 |
| | |||||
* | Bump acpid version and update source filename | Ulf Samuelsson | 2009-01-13 | 1 | -2/+2 |
| | |||||
* | Use GNU_MIRROR for libcgicc since www.cgicc.org is gone, change bz2 to gz ↵ | Ulf Samuelsson | 2009-01-13 | 1 | -4/+4 |
| | | | | and bump version | ||||
* | package/libidn/Config.in: Fix line length of text | Daniel Laird | 2009-01-13 | 1 | -1/+2 |
| | | | | | | | Could not count properly.... line length > 80. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | package/libidn: Add a new package (required by later WebKits...) | Daniel Laird | 2009-01-13 | 3 | -0/+21 |
| | | | | | | | | | | | | | GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. The native C, C# and Java libraries are available under the GNU Lesser General Public License version 2.1 or later. Not quite sure I've put it in the correct menu but it will work. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | package/liberation/liberation.mk: A further tidy up..... | Daniel Laird | 2009-01-13 | 1 | -9/+3 |
| | | | | | | | | Use touch -c $@ Do not install fonts into staging dir. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | package/alsa-lib/alsa-lib.mk | Daniel Laird | 2009-01-13 | 2 | -2/+2 |
| | | | | | | | | | | | package/gettext/gettext.mk: Both of these components look for iconv when configuring so need to be dependent. Both of these packages can be built with libiconv support. If libiconv is enabled and these are built first then some configure variables get stored in the system cache and then libiconv is not used properly. If libiconv is selected by user make sure it is built before either of these packages are built. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | samba: use proper BR variable to disable largefile while configuring | Hans-Christian Egtvedt | 2009-01-13 | 1 | -5/+1 |
| | |||||
* | samba: bump version to 3.2.7 and refresh patches against this version | Hans-Christian Egtvedt | 2009-01-13 | 7 | -53/+61 |
| | | | | | | This patch bumps the Samba version to 3.2.7 and refreshes the patches. It also fixes two minor issues by introducing two new small patches. | ||||
* | samba: properly disable largefile if not selected in Buildroot | Hans-Christian Egtvedt | 2009-01-13 | 1 | -1/+5 |
| | |||||
* | Added missing libdnet package | Hamish Moffatt | 2009-01-13 | 1 | -0/+1 |
| | |||||
* | Fix dependencies. | Thomas Lundquist | 2009-01-12 | 2 | -5/+4 |
| | |||||
* | buildroot: get rid of s390 support | Peter Korsgaard | 2009-01-12 | 3 | -9/+0 |
| | | | | | As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it. | ||||
* | package/libpng/libpng.mk: Remove the unnecessary --without-x option | Daniel Laird | 2009-01-12 | 1 | -3/+1 |
| | | | | | Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | package/liberation/liberation.mk: Correct the makefile to what it should ↵ | Daniel Laird | 2009-01-12 | 1 | -2/+2 |
| | | | | | | | | | have been Correct the makefile so that it works and is what I originally planned to add. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | ||||
* | May not be the right way to do it but I just don't want those docs. | Thomas Lundquist | 2009-01-12 | 2 | -2/+7 |
| | |||||
* | busybox: 1.13.2 mdev fix | Peter Korsgaard | 2009-01-12 | 1 | -0/+39 |
| | |||||
* | Add ncurse-unpacked target | Ulf Samuelsson | 2009-01-12 | 1 | -0/+2 |
| | |||||
* | Bump version of ImageMagick which does not work, use versioned patches, ↵ | Ulf Samuelsson | 2009-01-12 | 1 | -3/+5 |
| | | | | needs further work to complete build | ||||
* | Disable use of python in alsa-lib, if not configured | Ulf Samuelsson | 2009-01-12 | 1 | -0/+2 |
| | |||||
* | Do not hardwire linux-fusion for AVR32, now also build for ARM | Ulf Samuelsson | 2009-01-12 | 1 | -3/+3 |
| | |||||
* | Sudo source package IS at DEBIAN, but with a different name | Ulf Samuelsson | 2009-01-12 | 1 | -3/+3 |
| |