Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-09 | use WRKSRC, not WRKBUILD for config.{sub,guess} patching. fixes libdb build ↵ | Waldemar Brodkorb | |
for musl | |||
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-02-26 | use separate stamp dir, enable openjdk for hudson | Waldemar Brodkorb | |
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2014-02-11 | unbreak build | Waldemar Brodkorb | |
2014-01-08 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-01-08 | fix prefix | Waldemar Brodkorb | |
2013-12-21 | another musl fix round | Waldemar Brodkorb | |
2013-12-02 | update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, ↵ | Waldemar Brodkorb | |
libmpd, ffmpeg | |||
2013-11-03 | use only autoconf for this packages | Waldemar Brodkorb | |
2013-10-29 | convert tslib to autotool infrastructure, downgrade m4, newest version have ↵ | Waldemar Brodkorb | |
problems generating correct Makefiles | |||
2013-10-28 | fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵ | Waldemar Brodkorb | |
to new autotool infrastructure | |||
2013-10-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-10-24 | get rid of unsupported locale support | Waldemar Brodkorb | |
2013-10-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-10-24 | add host build infrastructure; convert file, ncurses, glib and ruby to it. ↵ | Waldemar Brodkorb | |
remove unneeded hacks for openldap and mesalib | |||
2013-10-23 | spkg-install must be before script install logic | Waldemar Brodkorb | |
2013-10-23 | fix typo in variable names | Waldemar Brodkorb | |
2013-10-21 | automatically create development subpackages, without user interaction, ↵ | Waldemar Brodkorb | |
depend on gcc for the target, simplifies a lot of library packages | |||
2013-09-16 | ignore musl package | Waldemar Brodkorb | |
2012-10-02 | handle libIDL-config-2 | Waldemar Brodkorb | |
2011-04-17 | add basic locale support to OpenADK | Waldemar Brodkorb | |
2011-04-07 | update some packages after libpng15 update, misc stuff | Waldemar Brodkorb | |
2011-04-03 | fix configure options when native building | 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-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-01-08 | variable name cleanup | Waldemar Brodkorb | |
2011-01-06 | automatic post-postinstall targets, and exemplary switch of zlib to it | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-12-30 | resolve merge conflicts | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-12-23 | add new packages syslinux, nasm and qemu (not perfect..) | Waldemar Brodkorb | |
2010-11-27 | make native builds of x11 apps work | Waldemar Brodkorb | |
2010-09-15 | rebuild packages on flavour or choices change | Waldemar Brodkorb | |
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt. | |||
2010-08-01 | disable global ipv6 configuration symbol, use flavours instead | Waldemar Brodkorb | |
2010-03-16 | avoid automatic installation of linker scripts | 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 | 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-14 | complete allmodconfig build on NetBSD | Waldemar Brodkorb | |
2010-02-13 | use /usr/libexec to avoid conflicts of binaries in /usr/sbin | Waldemar Brodkorb | |
2010-02-09 | add support for netbsd. just minor fixes needed. | wbx | |
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar Brodkorb | |
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used. | |||
2010-01-19 | add tslib package | Waldemar Brodkorb | |
touchscreen suppport for SDL and Linux Framebuffer. Unfortunately it does not work with my Faytech TFT touchscreen display. | |||
2009-12-29 | fix compile errors on OpenBSD host | Waldemar Brodkorb | |
update bluez package to latest upstream. disable aufs2-util on OpenBSD host. | |||
2009-12-19 | add more mirbsd compatibility patches | Waldemar | |
2009-11-22 | more bulk build fixes | Waldemar Brodkorb | |
- update rtorrent, libtorrent and libsigc++ - add skeleton for cfinstaller - fix uclibc samba compile - fix parallel builds - update tcl - update iw - remove mac80211 package, use kernel integrated drivers - mark packages which can not be compiled parallel (make -j2) | |||
2009-10-11 | make more apps statically linkable | Waldemar Brodkorb | |
- update libusb to latest upstream - update bluez to latest upstream - add a new PKG_OPTS option: libonly, useful for library only packages, which are not created, when static linking is choosen |