summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2009-01-16package: remove tinyloginPeter Korsgaard
It's ancient and upstream is gone, people should just use the login stuff in busybox instead.
2009-01-16xerces: tarball moved to archive.apache.orgPeter Korsgaard
2009-01-16quagga: tarball moved to attic/ subdirPeter Korsgaard
2009-01-16openswan: tarball moved to old/ subdirPeter Korsgaard
2009-01-16package/mpfr: fix make source-check/external-deps issuePeter Korsgaard
2009-01-16package/dm: fix DOWNLOAD falloutPeter Korsgaard
2009-01-16DOWNLOAD: don't use := assignment for function implementationPeter Korsgaard
:= 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
2009-01-16buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-16buildroot: add BR2_BACKUP_SITE and DOWNLOAD helperPeter Korsgaard
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/
2009-01-16package/freetype/freetype.mk: Fix editing of freetype-configDaniel Laird
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>
2009-01-15Always create shared python library, if python is created, needed by ↵Ulf Samuelsson
multiple packages
2009-01-14Make acpid patch depend on VERSIONUlf Samuelsson
2009-01-14Change TTCP_BUILD_DIR to TTCP_DIRUlf Samuelsson
2009-01-14Kismet needs dbus to buildUlf Samuelsson
2009-01-14Bump vpnc version and remove build of man pages, which breaks when cross ↵Ulf Samuelsson
compiling
2009-01-14libeXosip2 is dependent on libosip2Ulf Samuelsson
2009-01-14Update deprecated bmove to memmove in ttcpUlf Samuelsson
2009-01-14Force use of HOST_GLIB instead of /usr/bin for libgtk2Ulf Samuelsson
2009-01-14Update deprecated bcopy,bcmp,bzero to mem* in mroutedUlf Samuelsson
2009-01-14Remove references to sys/timeb.h in libupnp configure, ftime is removed from ↵Ulf Samuelsson
source already
2009-01-14Add mrouted-unpacked targetUlf Samuelsson
2009-01-14package/multimedia/gstreamer/gstreamer.mk: Fix missing \Daniel Laird
Fix stupid typo. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-14package/multimedia/gstreamerDaniel Laird
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>
2009-01-14Better to use the correct --without Thomas Lundquist
2009-01-14Woops, we do need /dev/null, not a directory with html in it.Thomas Lundquist
2009-01-14package/libidn/Config.in: Fix layout of text as per coding guidelines.Daniel Laird
Update description to match required -> help Description Empty line Homepage Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-13Use HOST_GLIB for glib installation instead of /usr/binUlf Samuelsson
2009-01-13Bump acpid version and update source filenameUlf Samuelsson
2009-01-13Use GNU_MIRROR for libcgicc since www.cgicc.org is gone, change bz2 to gz ↵Ulf Samuelsson
and bump version
2009-01-13package/libidn/Config.in: Fix line length of textDaniel Laird
Could not count properly.... line length > 80. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-13package/libidn: Add a new package (required by later WebKits...)Daniel Laird
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>
2009-01-13package/liberation/liberation.mk: A further tidy up.....Daniel Laird
Use touch -c $@ Do not install fonts into staging dir. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-13package/alsa-lib/alsa-lib.mkDaniel Laird
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>
2009-01-13samba: use proper BR variable to disable largefile while configuringHans-Christian Egtvedt
2009-01-13samba: bump version to 3.2.7 and refresh patches against this versionHans-Christian Egtvedt
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.
2009-01-13samba: properly disable largefile if not selected in BuildrootHans-Christian Egtvedt
2009-01-13Added missing libdnet packageHamish Moffatt
2009-01-12Fix dependencies.Thomas Lundquist
2009-01-12buildroot: get rid of s390 supportPeter Korsgaard
As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it.
2009-01-12package/libpng/libpng.mk: Remove the unnecessary --without-x optionDaniel Laird
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-12package/liberation/liberation.mk: Correct the makefile to what it should ↵Daniel Laird
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>
2009-01-12May not be the right way to do it but I just don't want those docs.Thomas Lundquist
2009-01-12busybox: 1.13.2 mdev fixPeter Korsgaard
2009-01-12Add ncurse-unpacked targetUlf Samuelsson
2009-01-12Bump version of ImageMagick which does not work, use versioned patches, ↵Ulf Samuelsson
needs further work to complete build
2009-01-12Disable use of python in alsa-lib, if not configuredUlf Samuelsson
2009-01-12Do not hardwire linux-fusion for AVR32, now also build for ARMUlf Samuelsson
2009-01-12Sudo source package IS at DEBIAN, but with a different nameUlf Samuelsson
2009-01-11revert patch to allow downloading sudo from an EXISTING locationUlf Samuelsson