Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-09-28 | fix perl cross-compile and some modules on Darwin host | Waldemar Brodkorb | |
2014-09-19 | fix perl module build | Waldemar Brodkorb | |
2014-07-30 | add uclibc-ng sparc config | Waldemar Brodkorb | |
2014-07-09 | add perl preseeds for uclibc-ng | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-03-05 | remove eglibc perl configs | Waldemar Brodkorb | |
2014-02-28 | add more perl configs | Waldemar Brodkorb | |
2014-02-25 | add a bunch of perl configs for mips | Waldemar Brodkorb | |
2014-02-24 | fix perl cross-compile on Darwin | Waldemar Brodkorb | |
2014-02-24 | add sparc64 perl eglibc config | Waldemar Brodkorb | |
2014-02-23 | add perl config for sparc64 | Waldemar Brodkorb | |
2014-02-15 | add mips32 eglibc perl config | Waldemar Brodkorb | |
2014-02-10 | add perl configs for x86_64 | Waldemar Brodkorb | |
2014-01-26 | remove libnsl | Waldemar Brodkorb | |
2014-01-22 | add perl support for ppc64 eglibc | Waldemar Brodkorb | |
2014-01-16 | add more configs for perl cross-compile | Waldemar Brodkorb | |
2014-01-10 | add eglibc arm config | Waldemar Brodkorb | |
2014-01-08 | add uclibc configs | Waldemar Brodkorb | |
2014-01-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-01-07 | avoid usage of host perl by f.e. firefox | Waldemar Brodkorb | |
2014-01-07 | add i686 and sparc support for perl package, use miniconfig | Waldemar Brodkorb | |
2014-01-06 | add full perl, first half of supported archs | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2011-09-24 | make automake more usable | Waldemar Brodkorb | |
2011-04-03 | disable SSP for Perl | Waldemar Brodkorb | |
2011-03-08 | update to latest upstream version | Waldemar Brodkorb | |
2011-01-28 | honour cflags | Waldemar Brodkorb | |
2010-12-13 | install perl modules, too | Waldemar Brodkorb | |
2010-09-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: mk/kernel-build.mk package/expat/Makefile package/gettext/Makefile package/perl/Makefile package/zlib/Makefile | |||
2010-09-16 | add some native build fixes (tested on Lemote notebook) | Waldemar Brodkorb | |
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing) | |||
2010-09-14 | replace mksh scripts with faster C programs | Waldemar Brodkorb | |
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable. | |||
2010-06-12 | massive PKG_SECTION adjustments | Phil Sutter | |
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-13 | fix ag241 build | Waldemar Brodkorb | |
2009-12-23 | remove and ignore autogenerated Config.in files | Waldemar Brodkorb | |
2009-10-01 | abstract package backend, add perl | Linux User | |