summaryrefslogtreecommitdiffstats
path: root/package/fakeroot
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-2/+2
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* fakeroot: fix tarball namePeter Korsgaard2008-03-131-1/+1
| | | | Reported by Hamish Moffatt.
* Fixed URL for fakeroot sourcesJohn Voltz2008-03-121-3/+2
|
* fakeroot: update patch for 1.9.3Peter Korsgaard2008-03-111-6/+6
| | | | Patch by Sunil Gupta.
* removed patch for older fakerootJohn Voltz2008-03-111-8937/+0
|
* updated fakeroot versionJohn Voltz2008-03-111-1/+1
|
* Upped version, fixing http://busybox.net/bugs/view.php?id=1954Thomas Lundquist2008-01-211-1/+1
|
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-271-1/+1
|
* Closing bug #1819 and 1709Thomas Lundquist2007-12-272-8/+8
|
* update fakeroot to 1.8.2 versionIvan Kuten2007-10-181-1/+1
|
* Bump fakeroot version and add patchUlf Samuelsson2007-10-132-1/+8938
|
* - bump versionBernhard Reutner-Fischer2007-10-021-1/+1
|
* - add check for UCLIBC_HAS_LFS.Bernhard Reutner-Fischer2007-09-211-0/+0
| | | | Fixes compilation error if LARGEFLE support is off
* - of course we also define glibc. argh!Bernhard Reutner-Fischer2007-09-201-4/+5
|
* - add candidate-patch to make fakeroot UCLIBC_HAS_LFS awareBernhard Reutner-Fischer2007-09-201-0/+13
|
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-6/+14
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* Fix libdir path for libfakeroot.laUlf Samuelsson2007-08-131-0/+2
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - bump versionBernhard Reutner-Fischer2007-06-061-1/+1
|
* s/FAKEROUTE/FAKEROOT/Peter Korsgaard2007-05-032-2/+2
|
* - make sure to download fakeroot if neededBernhard Reutner-Fischer2007-04-062-0/+9
|
* Version bump. Thanks to Michael BenedictPeter Korsgaard2007-04-031-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* Bump version. Closes #1241, #1243 and #1248Peter Korsgaard2007-03-052-4/+4
|
* - bump versionBernhard Reutner-Fischer2007-01-221-8/+8
|
* fix dependancy to avoid needless rebuildsEric Andersen2007-01-221-0/+4
|
* - use one (patched) sourcedir and build the -host and -target fakeroute in theirBernhard Reutner-Fischer2006-12-151-18/+18
| | | | own dirs. Thanks to Ulrich Hecht.
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* teach newer fakeroot to not build docsEric Andersen2006-04-192-1/+23
|
* - update from fakeroot 1.2.10 to 1.2.13Bernhard Reutner-Fischer2006-01-031-1/+2
|
* remove extra space after touchMike Frysinger2005-11-241-2/+2
|
* Finish implementing fakeroot handling so mksquashfs properlyEric Andersen2005-06-241-0/+3
| | | | | inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively.
* Use fakeroot and makedevs to fake mksquashfs into building properly setup fileEric Andersen2005-06-241-2/+0
| | | | permissions and device nodes into the target rootfs without needing to be root.
* Update to the debian sarge release version of fakerootEric Andersen2005-06-231-1/+1
|
* Support building fakeroot for use on the host system, i.e. forEric Andersen2005-03-071-19/+61
| | | | munging permissions on tarballs...
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Fix from pdinoto: http://bugs.uclibc.org/view.php?id=31Eric Andersen2005-01-231-1/+1
| | | | | | 0000031: [PATCH] fakeroot: Update to version 1.2.2 Use new version. Previous is not longer available (at least in debian archive)
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+3
|
* fakeroot 1.1.2 is no longer available, updated to 1.1.5. Reported by Karsten ↵Ned Ludd2004-10-271-2/+3
| | | | Kruse uclibc ml
* Update a few packagesEric Andersen2004-10-141-3/+3
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+63
directory.