Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-08 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-03-08 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-03-08 | add builddeps | Waldemar Brodkorb | |
2011-03-08 | disable doc subdir | Waldemar Brodkorb | |
2011-03-08 | always compile zlib inflate into kernel | Waldemar Brodkorb | |
2011-03-08 | update to latest stable upstream version | Waldemar Brodkorb | |
2011-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-03-04 | fix native compile, make tcl usable | Waldemar Brodkorb | |
2011-03-04 | add a devel subpackage | Waldemar Brodkorb | |
2011-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-03-04 | update to latest stable upstream version | Waldemar Brodkorb | |
2011-03-04 | rename package to db, add subpkg for development files | Waldemar Brodkorb | |
2011-03-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-03-04 | update to latest stable version | Waldemar Brodkorb | |
2011-03-04 | update to latest upstream version, fix native build | Waldemar Brodkorb | |
2011-03-04 | style fixes | Waldemar Brodkorb | |
2011-03-04 | remove unrecognized configure argument | Waldemar Brodkorb | |
2011-03-04 | when flex fails, it seems to need M4 environment set | Waldemar Brodkorb | |
2011-03-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-03-03 | more native compile fixes on my ibm x40 | Waldemar Brodkorb | |
2011-03-03 | fine tune lighttp config | Waldemar Brodkorb | |
2011-03-02 | fix path, use /usr/bin | Waldemar Brodkorb | |
2011-03-01 | allow compile with uClibc, patch from Gentoo bug tracker | Waldemar Brodkorb | |
2011-03-01 | update to latest stable version | Waldemar Brodkorb | |
2011-03-01 | fix startup scripts, when variable is not set in /etc/rc.conf | Waldemar Brodkorb | |
2011-03-01 | update to latest stable version | Waldemar Brodkorb | |
2011-03-01 | kernel-headers not required for native builds | Waldemar Brodkorb | |
2011-03-01 | move init file to correct place | Waldemar Brodkorb | |
2011-03-01 | misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS | Waldemar Brodkorb | |
* fix *.pc / *-config file handling. | |||
2011-02-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-02-26 | minor fixes | Waldemar Brodkorb | |
2011-02-26 | resolve merge problems | Waldemar Brodkorb | |
2011-02-26 | another round of native compile fixes | Waldemar Brodkorb | |
2011-02-26 | resolve xterm Makefile conflict | Waldemar Brodkorb | |
2011-02-26 | c++ compiler fixes | Waldemar Brodkorb | |
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff. | |||
2011-02-24 | resolve conflict | Waldemar Brodkorb | |
2011-02-24 | allow native build of a lot of packages | Waldemar Brodkorb | |
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. | |||
2011-02-24 | disable packages for cris, enable more packages by hardware features (vga, ↵ | Waldemar Brodkorb | |
input) | |||
2011-02-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-02-24 | update to latest upstream version | Waldemar Brodkorb | |
* fix compile for cris architecture * fix compile under Cygwin. A full glib host build is required for glib-compile-schema and glib-genmarshal | |||
2011-02-24 | fix typo in variable name | Waldemar Brodkorb | |
2011-02-21 | port totd, the trick or treat daemon | Phil Sutter | |
This is a simple DNS-ALG implementation used for NAT-PT & Co. | |||
2011-02-21 | port GNU netcat | Phil Sutter | |
2011-02-21 | asterisk-pgsql: get install files from WRKINST | Phil Sutter | |
No need to fiddle them out of the WRKBUILD, as the regular asterisk installation in WRKINST is not being touched by other packages, at all (just the IDIRs). This could probably be done for most of the other sub-packages, too. (Which is left to the reader as an excercise. ;) | |||
2011-02-21 | remove leftover dependency on ADK_ENABLE_IPV6 | Phil Sutter | |
2011-02-21 | base-files: fix vlan support for busybox vconfig | Phil Sutter | |
The busybox symlinks reside in /bin, so the check fails. Curiously, there is no vconfig package, so vlan support must have been broken since the beginning of time (for OpenADK). :) This patch also adds some error messages when the basic checks fail, useful helpers when debugging what's going wrong. Also, there was some whitespace fuckup in two lines. | |||
2011-02-21 | mk/modules.mk: always pack zlib_inflate.ko along with deflate.ko | Phil Sutter | |
Since linux-2.6.37's Kconfg unconditionally selects it. | |||
2011-02-21 | package/tcpdump: ease the use of chroot | Phil Sutter | |
Having this chroot feature enabled is not funny when no user to setuid to is defined. This patch fixes this annoyance by setting the default chroot user to "nobody", which exists as long as base-files do. | |||
2011-02-19 | add new package rdesktop | Waldemar Brodkorb | |
2011-02-18 | use this package only for native builds for now | Waldemar Brodkorb | |