summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* liberation internal dependencies are correctedUlf Samuelsson2009-01-101-1/+1
|
* Previous vtun was version 2.6.Ulf Samuelsson2009-01-108-192/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not buld because its "configure" requires that -llzo contains "lzolx_decompress". "vtun" does not build, evenm if liblzo is available. The LZO package currently used by buildroot does not contain ANY reference to "lzolx_decompress" "vtun" has been upgraded to 3.0.2 and now builds OK, but is yet to be tested on a target. The previous patch containing three diffs, has been broken up into three files. The second patch fails. This patch tries to replace a perl script ($(VTUN_DIR)/scripts/vtund.rc.debian) with a shell script with the same name. In vtun-3.0.2, vtund.rc.debian is a shell script which is fairly similar to the shell script provided by the patch. For now, it has been decided not to replace this shell script with the script generated by the patch for 2.6 vtun will thus be built with the 3.0.2 vtund.rc.debian. The start-stop-daemon parameters and other things in this script may be inappropriate for something based on busybox. I will leave the decision which script to use, the 2-6 script or the 3.0.2 script to someone else. Both files are kept in the directory, but should be removed once it has been decided what to do about this script. Signed-Off by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
* ed: bump version, convert to Makefile.autotools.in formatPeter Korsgaard2009-01-091-51/+2
|
* grep: convert to Makefile.autotools.in formatPeter Korsgaard2009-01-091-60/+7
|
* grep: bump version, use GNU_MIRRORPeter Korsgaard2009-01-091-6/+3
|
* Do not add PATCH_VERSION to PORTAGE_VERSION if patch is not applied, time to ↵Ulf Samuelsson2009-01-081-1/+4
| | | | upgarde to 2.1.6?
* mtd: mark 20050122 snapshot as deprecatedPeter Korsgaard2009-01-081-0/+1
|
* strace: fix AVR32 arch patches and refresh all patches to apply cleanHans-Christian Egtvedt2009-01-089-11225/+94
| | | | | | | | This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* neon: s/exapt/expat/Peter Korsgaard2009-01-081-2/+2
|
* freetype: mark ancient 2.2 version as deprecatedPeter Korsgaard2009-01-081-0/+1
|
* openssl: remove uclibc-susv3-legacy hunk from avr32 patchPeter Korsgaard2009-01-061-9/+0
|
* add .empty files for git-svnPeter Korsgaard2009-01-051-0/+0
| | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build.
* Use target ar & ranlib when generating static archives, the host tools were ↵Nigel Kukard2009-01-041-2/+2
| | | | being used when libltdl.a was being generated
* We don't need to set CC, AR, RANLIB when installing and uninstallingNigel Kukard2009-01-041-2/+2
|
* Use target ar & ranlib when generating static archives, libm4.a was being ↵Nigel Kukard2009-01-041-1/+1
| | | | built with the host ar and ranlib
* * Simplify the screen install, no versioned binaries, no symlink to ↵Nigel Kukard2009-01-031-11/+15
| | | | versioned binary
* rsync doesn't support install-exec, override RSYNC_INSTALL_TARGET_OPT to ↵Nigel Kukard2009-01-031-1/+4
| | | | install non-stripped
* * Fix format of the pciutils pci.ids.gz data fileNigel Kukard2009-01-021-1/+3
| | | | - If ZLIB is present the filename of pci.ids is changed to pci.ids.gz but its not compressed, add a compressor to ensure its gzipped
* Bump socat version, optionally add configure variablesUlf Samuelsson2009-01-022-4/+53
|
* buildroot: set SHELL instead of messing around with CONFIG_SHELLPeter Korsgaard2009-01-014-7/+7
| | | | | Simply set SHELL to bash instead of adding CONFIG_SHELL to all shell invocations. CONFIG_SHELL is still set, as it is used by kconfig.
* * Bump release of bootutils to 0.0.9Nigel Kukard2009-01-011-1/+1
|
* * Running the make for lvm2 in parallel can cause build failures, revert to -j1Nigel Kukard2009-01-011-2/+2
|
* * Bumped to version 1.41.3Nigel Kukard2009-01-012-15/+6
| | | | | | - Disable tls - rel-libs is now implemented upstream - Install ext4 tools aswell
* * Removed duplicate PCIUTILS_VERSIONNigel Kukard2009-01-011-2/+1
| | | | * When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] .
* * By default pciutils build of libpci.a uses the host ar/ranlib, force the ↵Nigel Kukard2009-01-011-1/+1
| | | | use of the target tools
* * Bumped lvm2 to 2.02.43Nigel Kukard2009-01-011-4/+4
| | | | - By default the build uses host ar/ranlib to generate the static lvm library used, force the target tools to be used instead
* * Select zlib support in neon for rpmNigel Kukard2008-12-311-1/+2
|
* * Bumped xfsprogs to 2.10.2Nigel Kukard2008-12-312-1256/+3
| | | | | - Remvoed susv3 legacy patch which was comitted upstream - Forecefully set some configure results which appear to of been silently ignored in the past
* * Refined building of neon optionsNigel Kukard2008-12-312-0/+13
| | | | - Added support to build with or without zlib support
* * Bump rpm to 5.1.6Nigel Kukard2008-12-316-38/+54
| | | | | | - Remove patches comitted upstream - Exclude tools we don't need - Fix bundled magic mime data
* busybox: bump 1.12.x / 1.13.x versionsPeter Korsgaard2008-12-318-259/+2
|
* libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loadersPeter Korsgaard2008-12-312-0/+23
| | | | | It would be nicer to do this at compile time, but then we would need to compile libgtk2 for the host as well.
* pango: add init script to create /etc/pango/pango.modulesPeter Korsgaard2008-12-312-0/+23
| | | | | It would be nicer to do this at compile time, but then we would need to compile pango for the host as well.
* libcurl/libglade: touch _HOOK_POST_INSTALL targetPeter Korsgaard2008-12-312-0/+2
|
* busybox: 1.13.1 dc fixPeter Korsgaard2008-12-301-0/+13
|
* package: remove default y from xserver selectionPeter Korsgaard2008-12-301-1/+0
|
* xlib needs wchar support, so require it for tinyx as wellPeter Korsgaard2008-12-291-0/+3
|
* pango: fix download urlPeter Korsgaard2008-12-291-1/+1
| | | | Reported by Berns.
* libglib2: fix download urlPeter Korsgaard2008-12-291-1/+1
| | | | Reported by Berns.
* gmpc: fix typoPeter Korsgaard2008-12-291-1/+1
| | | | Thanks to Thomas for noticing.
* busybox; fix iptunnel compile with 2.6.28 headers (from r24253)Peter Korsgaard2008-12-291-0/+80
|
* gmpc: needs libglade as wellPeter Korsgaard2008-12-292-2/+4
|
* package: make X server selection a choice and fix tinyx prefixPeter Korsgaard2008-12-281-4/+9
|
* package: add gmpc (gtk musicpd client) packagePeter Korsgaard2008-12-283-0/+33
|
* netsnmp: don't list openssl as a hard dependencyPeter Korsgaard2008-12-282-2/+1
| | | | | netsnmp can be compiled without ssl support, so don't list it as a hard dependency and only compile in support if enabled by the user.
* libcurl: add dummy curl-* targetsPeter Korsgaard2008-12-281-0/+5
|
* libcurl: compile with openssl support if availablePeter Korsgaard2008-12-282-0/+31
|
* curl: rename to libcurl so Makefile.autotools.in can find patchesPeter Korsgaard2008-12-283-2/+2
|
* openssl: fix uclibc 0.9.30 buildPeter Korsgaard2008-12-281-0/+18
|
* netsnmp: bump version, fixes security hole in snmpv3Peter Korsgaard2008-12-281-1/+1
|