Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: remove useless arguments from AUTOTARGETS | Thomas Petazzoni | 2011-09-29 | 1 | -1/+1 |
| | | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | proftpd: bump version | Peter Korsgaard | 2011-07-18 | 2 | -1/+1 |
| | | | | | | Fixes several security-related issues. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | proftpd: remove UseIPv6 option from sample config if built without IPv6 | Peter Korsgaard | 2011-04-22 | 1 | -0/+1 |
| | | | | | | | | proftpd refuses to start if it finds a UseIPv6 option in the configuration file (even if set to off) when built without IPv6 support, so comment out line. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | proftpd: convert to autotargets and bump to 1.3.3b | Martin Banky | 2010-11-05 | 4 | -74/+34 |
| | | | | | | | Also, added web site to Config.in Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | proftpd: breaks with parallel builds | Peter Korsgaard | 2010-08-29 | 1 | -2/+2 |
| | | | | | | | | | The proftpd build system has a race condition, which may break the build with high -j<level> values (libsupp.a isn't built by the time it is needed). Fix it by using MAKE1 instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -1/+1 |
| | | | | | | | | | | We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | proftpd: remove unneeded susv3 legacy patch | Peter Korsgaard | 2008-06-18 | 1 | -173/+0 |
| | |||||
* | proftp: bump version and fix compilation on 2.6.24+ | Peter Korsgaard | 2008-06-18 | 3 | -39/+52 |
| | | | | Based on patch by Thiago A. Corrêa. | ||||
* | Remove LEGACY routines from proftpd | Ulf Samuelsson | 2007-09-26 | 1 | -0/+173 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - fix unpacking the tarballs, minor cleanups while at it. | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -4/+4 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Update config for proftpd | Ulf Samuelsson | 2007-07-28 | 1 | -0/+1 |
| | |||||
* | Build proftpd with IPv6 support only if the toolchain was configured as such. | "Steven J. Hill" | 2007-07-17 | 1 | -0/+5 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | Fix install of scripts. | "Steven J. Hill" | 2007-06-16 | 1 | -1/+1 |
| | |||||
* | Rename all INIT scripts to have the numerical prefixes to easily see the ↵ | "Steven J. Hill" | 2007-05-09 | 2 | -1/+1 |
| | | | | start-up order. | ||||
* | Add ProFTPD package with working init script. | "Steven J. Hill" | 2007-01-14 | 3 | -0/+132 |