Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-01 | remove debug | Waldemar Brodkorb | |
2010-08-01 | add install wrapper to avoid -o/-g usage | Waldemar Brodkorb | |
2010-08-01 | always make binary or library writable by the user, before trying to strip | Waldemar Brodkorb | |
2010-08-01 | add autoconf to freebsd_full | Waldemar Brodkorb | |
2010-07-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-07-30 | automake needs autoconf, autoconf needs m4 | Waldemar Brodkorb | |
2010-07-30 | add openbsd function | Waldemar Brodkorb | |
2010-07-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-07-30 | fix build on FreeBSD host | Waldemar Brodkorb | |
2010-07-30 | python is required for firefox, disable build of firefox on BSD for now | Waldemar Brodkorb | |
2010-07-29 | tac not available on FreeBSD, fix permission in tslib package | Waldemar Brodkorb | |
2010-07-29 | fix tsort wrapper for NetBSD | Waldemar Brodkorb | |
2010-07-29 | add NetBSD and OpenBSD routines | Waldemar Brodkorb | |
2010-07-29 | cpio no longer required, it is delivered | Waldemar Brodkorb | |
2010-07-29 | add a cpio implementation to tools directory | Waldemar Brodkorb | |
cpio utility is a mess in point of portability. For example NetBSD cpio implementation does not support userid and groupid changes for the archive. This feature is required for initramfs filesystem targets. This cpio is from the Heirloom project. Fix needed rebuild of tools, when changing targets. | |||
2010-07-29 | fix for FreeBSD | Waldemar Brodkorb | |
2010-07-29 | add prepare script for OpenADK | Waldemar Brodkorb | |
2010-07-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-07-28 | fix basic build on FreeBSD host. | Waldemar Brodkorb | |
2010-07-28 | fix cpio wrapper on Linux host | Waldemar Brodkorb | |
2010-07-26 | remove debug code | Waldemar Brodkorb | |
2010-07-26 | fixup cpio usage on MacOS X host | Waldemar Brodkorb | |
2010-07-24 | hackish fix | Waldemar Brodkorb | |
2010-07-23 | macos x portability patch for cpio | Waldemar Brodkorb | |
2010-07-16 | add intltool package, update xkeyboard-config | Waldemar Brodkorb | |
2010-06-29 | optimize ipkg package management | Waldemar Brodkorb | |
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress. | |||
2010-06-26 | with devtmpfs, these devices nodes are obsolete | Waldemar Brodkorb | |
2010-06-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-13 | bulk package update | Waldemar Brodkorb | |
2010-06-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-07 | gnu tar fixes for MacOS X host | Waldemar Brodkorb | |
2010-05-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-05-27 | search for ncurses headers in default cygwin location | Waldemar Brodkorb | |
2010-05-16 | add preliminary support for my pcmcia smartcard reader | Waldemar Brodkorb | |
2010-04-21 | fat commit to add support for firefox on ibm x40 via usb stick | Waldemar Brodkorb | |
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg | |||
2010-03-15 | some fixes suggested by mhofmann | Waldemar Brodkorb | |
- check for m4, which is needed for gmp build - disable kernel compression choice, when toolchain-only is used - mentiond that registry change warning can be ignored | |||
2010-03-12 | add new url, and wait a little bit | Waldemar Brodkorb | |
2010-03-06 | use mke2fs instead of obsolete parted mkpartfs | Waldemar Brodkorb | |
2010-02-27 | update foxg20 to 2.6.33, fix rsync reconfigure bug | Waldemar Brodkorb | |
2010-02-27 | use correct speed for wrap | Waldemar Brodkorb | |
2010-02-20 | touch gpsd header file to avoid autoheader calling | Waldemar Brodkorb | |
2010-02-19 | avoid autotools usage on host system | Waldemar Brodkorb | |
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way. | |||
2010-02-18 | on Linux use tsort and reverse with tac, On BSD use tsort -r | Waldemar Brodkorb | |
2010-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-17 | add fallback for autoconf | Waldemar Brodkorb | |
2010-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-02-17 | fix rebuild of autotools by touching files in a correct order | Waldemar Brodkorb | |
from freewrt/openbsd | |||
2010-02-17 | fix build on OpenBSD host | Waldemar Brodkorb | |
- add a wrapper script for autoconf and autoreconf to avoid ifdef gluecode for every OS/autoconf combination - need to add more autoconf version for NetBSD/MirBSD | |||
2010-02-16 | add OpenBSD | Waldemar Brodkorb | |
2010-02-14 | fix recompile BUG of PKG_MULTI packages | Waldemar Brodkorb | |