summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* - add pptp clientBernhard Reutner-Fischer2007-08-242-9/+98
|
* - fix misplaced @Bernhard Reutner-Fischer2007-08-23204-204/+204
| | | | - fix typos in x11r7 packages
* - bump version to 4.6p1Bernhard Reutner-Fischer2007-08-223-220/+70
| | | | | | | - will need some program_invocation_name touchup, from the looks. Sounds like Ulf is supporting this: http://buildroot.uclibc.org/lists/buildroot/2007-August/004651.html Ulf> Go ahead, since it is permanently broken. It was for ARM for the most part. Some others did work, fwiw.
* - add GIF and MMG support, fix comments a little bit, small cleanups, and ↵Bernhard Reutner-Fischer2007-08-222-49/+117
| | | | | | avoid building Qtopia examples. Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item).
* - set _SKIP_CONFIGURE since we can just make itBernhard Reutner-Fischer2007-08-221-1/+2
|
* - if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skippedBernhard Reutner-Fischer2007-08-221-1/+2
|
* - don't print the second time autoreconf would be runBernhard Reutner-Fischer2007-08-221-1/+0
|
* - add some $(Q) here and thereBernhard Reutner-Fischer2007-08-221-16/+17
|
* - reinstate accidentally deleted hunkBernhard Reutner-Fischer2007-08-221-1/+1
|
* (no commit message)Bernhard Reutner-Fischer2007-08-221-0/+1
|
* - forgot to include the Config.inBernhard Reutner-Fischer2007-08-221-0/+1
|
* - pass TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-08-221-4/+2
|
* - honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDESBernhard Reutner-Fischer2007-08-221-3/+9
|
* - fix typoBernhard Reutner-Fischer2007-08-221-8/+9
| | | | - Start to add infrastructure to be able to download a patch.
* - add pptp-linuxBernhard Reutner-Fischer2007-08-222-0/+19
|
* - was broken by the patch omitting the CFLAGS for configureBernhard Reutner-Fischer2007-08-221-4/+8
| | | | - misc cleanup while at it
* - use proper include dir (Simon Pasch)Bernhard Reutner-Fischer2007-08-221-4/+4
| | | | - cleanup a little while at it
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-22101-313/+313
|
* - random whitespace cleanupBernhard Reutner-Fischer2007-08-224-28/+25
|
* - fix unpacking the tarballs, minor cleanups while at it.Bernhard Reutner-Fischer2007-08-224-28/+28
|
* - use the BZCAT/ZCAT as configured by the userBernhard Reutner-Fischer2007-08-221-3/+3
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-2268-187/+187
|
* - fix patch regexBernhard Reutner-Fischer2007-08-223-3/+3
|
* Remove bzero dependencies in bashUlf Samuelsson2007-08-221-0/+64
|
* Fix bad patch naming schemeUlf Samuelsson2007-08-221-1/+1
|
* - more cleanup (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-211-13/+16
|
* - fixup whitespace damage after ulfBernhard Reutner-Fischer2007-08-216-27/+25
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-21163-269/+269
| | | | toolchain/*/*.mk */Makefile.in -l)
* - remove a superfluous semicolonBernhard Reutner-Fischer2007-08-211-1/+1
|
* - pull in patches from debian.Bernhard Reutner-Fischer2007-08-211-10/+18
|
* - our dependencies are project specific. First (untested) attempt to take ↵Bernhard Reutner-Fischer2007-08-211-42/+0
| | | | | | | this fact into account. Will need to try to copy eventual pre-existing project-specific deps back to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds)..
* - move the PROJECT variable setting to a more sensible placeBernhard Reutner-Fischer2007-08-211-6/+0
|
* - honour BR2_HAVE_MANPAGESBernhard Reutner-Fischer2007-08-211-2/+5
|
* - bump version to 2.2.6Bernhard Reutner-Fischer2007-08-212-68/+4
|
* - add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2007-08-212-5/+29
| | | | - remove non-working attempt to install an lzma to the host via sudo
* Use $(BZCAT) instead of bzcatUlf Samuelsson2007-08-211-1/+1
|
* - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep theBernhard Reutner-Fischer2007-08-211-1/+1
| | | | respective documentation on your target filesystem.
* - fix installation of dbus.Bernhard Reutner-Fischer2007-08-211-2/+2
|
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-217-10/+10
| | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
* - a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-212-4/+4
|
* - fix patching in the correct target cflags (Thiago A. Corr^ea)Bernhard Reutner-Fischer2007-08-211-2/+2
|
* Remove switches if sstrip is runUlf Samuelsson2007-08-2179-143/+153
|
* Reintroduce possibility to use old makefile for tiny-x as a testUlf Samuelsson2007-08-217-1/+483
|
* Fix configure problem with libdaemon, by patching result from autotoolsUlf Samuelsson2007-08-212-4/+19
|
* SED away some whitespaceUlf Samuelsson2007-08-2025-42/+42
|
* Cleanup dnsmasqUlf Samuelsson2007-08-201-6/+9
|
* Make sure directories are available before install of dhcp targetsUlf Samuelsson2007-08-201-0/+7
|
* Update configs for distcc, diffutils and freetypeUlf Samuelsson2007-08-193-0/+5
|
* Replace non-working 'make uninstall' for 'package/patch' with simple 'rm'Ulf Samuelsson2007-08-191-2/+2
|
* move tcpdump from lib to usr/lib, simplify configure, general cleanupUlf Samuelsson2007-08-193-33/+16
|