Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-12 | update gnutls to latest upstream version | Waldemar Brodkorb | |
2015-07-02 | update gnutls to latest upstream | Waldemar Brodkorb | |
2015-07-01 | first step to rework iconv setup | Waldemar Brodkorb | |
Add a choice to select libiconv, C library iconv or libiconv-tiny. | |||
2015-06-04 | update gnutls to latest stable version, remove openssl-compat subpackage | Waldemar Brodkorb | |
2015-05-13 | update gnutls to latest version | Waldemar Brodkorb | |
2015-04-21 | fix some build failures | Waldemar Brodkorb | |
2015-03-30 | update to latest stable version | Waldemar Brodkorb | |
2015-02-03 | update to latest upstream version | Waldemar Brodkorb | |
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-12-05 | update to latest upstream | 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-16 | remove libiconv-tiny dependency, use uclibc specific dependency | Waldemar Brodkorb | |
2014-06-11 | update to latest stable upstream | Waldemar Brodkorb | |
2014-06-04 | new homepage | Waldemar Brodkorb | |
2014-05-31 | update to latest stable version | Waldemar Brodkorb | |
2014-05-31 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-09 | update to latest stable upstream | Waldemar Brodkorb | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-10 | update to latest | Waldemar Brodkorb | |
2014-03-20 | udpate to latest upstream version | Waldemar Brodkorb | |
2014-02-17 | update openssl&gnutls to latest upstream | Waldemar Brodkorb | |
2013-10-25 | fix the annoying bug, where c++ apps fail to link for mips n32 or x86_64 systems | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-08-20 | update to latest upstream version | Waldemar Brodkorb | |
2013-02-11 | fix compile issues | Waldemar Brodkorb | |
2012-07-24 | enable cryptodev-linux | Waldemar Brodkorb | |
2012-07-17 | add missing dependency to libgmp | Waldemar Brodkorb | |
2012-07-16 | update to latest upstream | Waldemar Brodkorb | |
2012-03-13 | do not compile examples | Waldemar Brodkorb | |
2012-03-12 | fix cross-compile | Waldemar Brodkorb | |
2012-03-11 | update gnutls and required packages to latest upstream | Waldemar Brodkorb | |
2011-10-08 | fix cross-compile on Darwin | Waldemar Brodkorb | |
2011-10-08 | update to latest upstream version with libgcrypt crypto backend | Waldemar Brodkorb | |
2011-03-31 | I am to tupid for git, today. | Waldemar Brodkorb | |
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a. | |||
2011-03-31 | Revert "fix conflict, autoseect libgcj" | Waldemar Brodkorb | |
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04. | |||
2011-03-31 | fix conflict, autoseect libgcj | Waldemar Brodkorb | |
2011-02-16 | correct package section | Waldemar Brodkorb | |
2011-01-17 | fix packages to be compile with stack protector | Waldemar Brodkorb | |
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages | |||
2011-01-13 | allow cross-compile under Darwin, fix ppp install targets | 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-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-07-09 | update to latest upstream | Waldemar Brodkorb | |
2010-07-08 | Merge remote branch 'phil/auto-config-in' | Waldemar Brodkorb | |
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile | |||
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-02-04 | fix dependencies and indentation | Waldemar Brodkorb | |
2009-12-23 | remove and ignore autogenerated Config.in files | Waldemar Brodkorb | |
2009-12-23 | fixes for new pkgmaker generated menu | Waldemar Brodkorb | |
2009-12-20 | create package/Depends.mk dynamically; add PKG_BUILDDEP to all Makefiles | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> |