Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-17 | avahi: fixed startup via init.d | Joerg Seitter | |
Signed-off-by: Joerg Seitter <adk@seitter.net> | |||
2020-05-17 | avahi: fixed postinst of package and removed unneccesary libintl dependency | Joerg Seitter | |
Signed-off-by: Joerg Seitter <adk@seitter.net> | |||
2017-01-22 | remove gettext-tiny, libintl is now included in uClibc-ng | Waldemar Brodkorb | |
2016-03-04 | avahi: add library dependency | Waldemar Brodkorb | |
2016-02-21 | avahi: update to latest version | Waldemar Brodkorb | |
2015-12-06 | avahi: simplify, install utils | Waldemar Brodkorb | |
2015-11-15 | add new ADK Symbol PKG_NEEDS | Waldemar Brodkorb | |
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support. | |||
2015-11-04 | avahi: disable gtk2 | Waldemar Brodkorb | |
2015-04-21 | rename gtk+ to libgtk2 | 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-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-19 | compile autotool stuff, bison and flex by default | Waldemar Brodkorb | |
2014-06-15 | fix compile | 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-24 | remove PKG_NEED_CXX | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-04 | simplify add_rcconf | Waldemar Brodkorb | |
2014-05-04 | rename init scripts so their basename matches their enabler variable | Thorsten Glaser | |
2014-05-04 | automatic dæmonising of services | Thorsten Glaser | |
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-07 | add gold support | Waldemar Brodkorb | |
2014-03-04 | remove dependency to intltool | Waldemar Brodkorb | |
2014-02-27 | enable avahi support for mpd | Waldemar Brodkorb | |
2013-12-08 | fix release build for uClibc raspberry-pi | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | 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-10-04 | use gettext-tiny instead of gettext | Waldemar Brodkorb | |
2011-05-12 | update to latest upstream version, enable dbus | Waldemar Brodkorb | |
2011-03-31 | add lxde components, update libpng and firefox | Waldemar Brodkorb | |
2011-03-08 | update to latest upstream version | Waldemar Brodkorb | |
2011-03-01 | fix startup scripts, when variable is not set in /etc/rc.conf | Waldemar Brodkorb | |
2011-02-26 | c++ compiler fixes | Waldemar 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-05 | fix build and runtime dependencies | Waldemar Brodkorb | |
2011-01-22 | activate GCC cflags check, cleanup FLAGS stuff in OpenADK. | Waldemar Brodkorb | |
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage | |||
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 | |||
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-12 | modify many PKG_DESCR variables to fit better into 80 width terminal window | Waldemar Brodkorb | |
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-20 | reflect expat package renaming | Waldemar Brodkorb | |
2009-12-20 | fix dependencies; note libfuse are broken | Thorsten Glaser | |
• xx is the script used to validate them (will be folded into pkgmaker soon) • davfs2 (two of three flavours) and wdfs (once), as well as fuse (or fuse-utils?) depend on libfuse, but there is no libfuse (the working builddep on the fuse directory was kept intact, though) 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-18 | add PKG_BUILDDEP | Waldemar Brodkorb | |
2009-08-02 | change all 'depends' lines to 'depends on' ones | Phil Sutter | |
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible. | |||
2009-06-13 | FreeBSD compatibility patches | Waldemar Brodkorb | |
- update ipset and libpri to latest upstream | |||
2009-06-05 | more regressions found at runtime on alic1c | Waldemar Brodkorb | |
2009-06-01 | remove unused $Id$ | Waldemar Brodkorb | |
- $id$ substitution is not apropriate for git scm |