Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-08 | remove PKG_MULTI var, add a more flexible method | Waldemar Brodkorb | |
2014-05-05 | update to latest upstream | Waldemar Brodkorb | |
2014-05-04 | simplify add_rcconf | Waldemar Brodkorb | |
2014-05-04 | automatic dæmonising of services | Thorsten Glaser | |
2014-04-28 | more tar.gz fixes | Waldemar Brodkorb | |
2014-03-27 | fix musl compile | Waldemar Brodkorb | |
2014-03-12 | hudson says: you forgot the patches | Waldemar Brodkorb | |
2014-03-12 | update to latest upstream version | Waldemar Brodkorb | |
2014-01-16 | good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵ | Waldemar Brodkorb | |
available | |||
2013-12-17 | fix md5sum | Waldemar Brodkorb | |
2013-12-16 | fix xbmc build, use swig and sdl host, add CEC,NFS, SSH and Samba support | Waldemar Brodkorb | |
2013-12-07 | update squid | 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-10-06 | update squid to latest upstream version | Waldemar Brodkorb | |
2013-07-18 | fix cross-compile of basic_auth_ldap, fileuser_ip | Waldemar Brodkorb | |
2013-03-06 | varios fixes and updates | Waldemar Brodkorb | |
2012-10-23 | update to latest squid upstream | Waldemar Brodkorb | |
2011-12-18 | avr32 workarounds | Waldemar Brodkorb | |
2011-11-10 | fix make bulk on OpenADK buildserver | Waldemar Brodkorb | |
2011-03-08 | update to latest upstream version | Waldemar Brodkorb | |
2011-03-04 | update to latest upstream version, fix native build | Waldemar Brodkorb | |
2011-03-01 | fix startup scripts, when variable is not set in /etc/rc.conf | Waldemar Brodkorb | |
2011-02-14 | allow cross-compile on Darwin, remove broken rpm package (unused). | 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-10-14 | make MacOS X works as build system for most of the packages, update some ↵ | Waldemar Brodkorb | |
packages to latest stable upstream version | |||
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-08-01 | disable for cygwin host | Waldemar Brodkorb | |
2010-07-31 | fix cross-compile on FreeBSD host | 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-15 | do not install html error pages for all languages | Waldemar Brodkorb | |
2010-06-13 | bulk package update | Waldemar Brodkorb | |
2010-06-12 | massive PKG_SECTION adjustments | Phil Sutter | |
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-14 | complete allmodconfig build on NetBSD | Waldemar Brodkorb | |
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. | |||
2009-12-27 | fix make allmodconfig | Waldemar Brodkorb | |
update several packages, remove snort-wireless. | |||
2009-12-23 | remove and ignore autogenerated Config.in files | Waldemar Brodkorb | |
2009-12-20 | automatic handling of CFrustFrust packages | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-20 | create package/Depends.mk dynamically; add PKG_BUILDDEP to all Makefiles | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-17 | cosmetic changes | Waldemar Brodkorb | |
2009-12-12 | a bunch of FreeBSD compatibility patches | Waldemar Brodkorb | |
2009-11-29 | add bridging firewall stuff | Waldemar Brodkorb | |
- tested with a transparent squid proxy - fix some minor other stuff - not completely ready | |||
2009-11-29 | add etables, finetune squid package, more busybox finetuning | Waldemar Brodkorb | |
2009-11-25 | add update script to base-files | Waldemar Brodkorb | |
- system update via http/ftp/ssh/file possible - add bridge script - cleanup unused files | |||
2009-11-25 | simplify buildsystem | Waldemar Brodkorb | |
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default | |||
2009-11-15 | update pcre, add dansguardian (lightly tested) | Waldemar Brodkorb | |
2009-11-15 | update squid, openssl and tinyproxy to latest upstream version | Waldemar Brodkorb | |
2009-08-23 | make allmodconfig work for alix1c eglibc | Waldemar Brodkorb | |
many upstream package updates, squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git | |||
2009-08-02 | drop all leading whitespaces in symbol prompts | Phil Sutter | |
The new mconf ignores them anyway, so make it stop warning about it. |