summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2011-03-01update to latest stable versionWaldemar Brodkorb
2011-03-01move init file to correct placeWaldemar Brodkorb
2011-03-01misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OSWaldemar Brodkorb
* fix *.pc / *-config file handling.
2011-02-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-02-26minor fixesWaldemar Brodkorb
2011-02-26resolve merge problemsWaldemar Brodkorb
2011-02-26another round of native compile fixesWaldemar Brodkorb
2011-02-26resolve xterm Makefile conflictWaldemar Brodkorb
2011-02-26c++ compiler fixesWaldemar 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-24resolve conflictWaldemar Brodkorb
2011-02-24allow native build of a lot of packagesWaldemar 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-24disable packages for cris, enable more packages by hardware features (vga, ↵Waldemar Brodkorb
input)
2011-02-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-02-24update to latest upstream versionWaldemar 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-24fix typo in variable nameWaldemar Brodkorb
2011-02-21port totd, the trick or treat daemonPhil Sutter
This is a simple DNS-ALG implementation used for NAT-PT & Co.
2011-02-21port GNU netcatPhil Sutter
2011-02-21asterisk-pgsql: get install files from WRKINSTPhil 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-21base-files: fix vlan support for busybox vconfigPhil 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-21package/tcpdump: ease the use of chrootPhil 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-19add new package rdesktopWaldemar Brodkorb
2011-02-18use this package only for native builds for nowWaldemar Brodkorb
2011-02-18add libintl development subpackageWaldemar Brodkorb
2011-02-16this variable is used in common context now.Waldemar Brodkorb
2011-02-16add strings to binutils packageWaldemar Brodkorb
2011-02-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-02-16add client startup script, when using nfs4Waldemar Brodkorb
2011-02-16add perl module needed for intltoolWaldemar Brodkorb
2011-02-16remove unused flavour stuffWaldemar Brodkorb
2011-02-16use CC_FOR_BUILD and CFLAGS_FOR_BUILDWaldemar Brodkorb
2011-02-16use better categoryWaldemar Brodkorb
2011-02-16use better categoryWaldemar Brodkorb
2011-02-16correct package sectionWaldemar Brodkorb
2011-02-16fix typo in variable nameWaldemar Brodkorb
2011-02-16fix dependencies to libbindWaldemar Brodkorb
2011-02-15acoid libtool relink, because it fails.Waldemar Brodkorb
2011-02-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-02-14remove obsolete fileWaldemar Brodkorb
2011-02-14allow cross-compile on Darwin, remove broken rpm package (unused).Waldemar Brodkorb
2011-02-14extra call to depend seems not required anymoreWaldemar Brodkorb
2011-02-14squid needs libtoolWaldemar Brodkorb
2011-02-14fix ccache usageWaldemar Brodkorb
2011-02-11install more explicitelyWaldemar Brodkorb
2011-02-11fix typoWaldemar Brodkorb
2011-02-11better descriptionWaldemar Brodkorb
2011-02-11disable some applets by defaultWaldemar Brodkorb
2011-02-10add basic ccache supportWaldemar Brodkorb
2011-02-10it is wrong to add target include dir to host cppflags, breaks build on MacOS XWaldemar Brodkorb
2011-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb
2011-02-05Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb