summaryrefslogtreecommitdiff
path: root/package/avahi
AgeCommit message (Collapse)Author
2022-01-09avahi: update to 0.8Waldemar Brodkorb
2020-05-17avahi: fixed startup via init.dJoerg Seitter
Signed-off-by: Joerg Seitter <adk@seitter.net>
2020-05-17avahi: fixed postinst of package and removed unneccesary libintl dependencyJoerg Seitter
Signed-off-by: Joerg Seitter <adk@seitter.net>
2017-01-22remove gettext-tiny, libintl is now included in uClibc-ngWaldemar Brodkorb
2016-03-04avahi: add library dependencyWaldemar Brodkorb
2016-02-21avahi: update to latest versionWaldemar Brodkorb
2015-12-06avahi: simplify, install utilsWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar 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-04avahi: disable gtk2Waldemar Brodkorb
2015-04-21rename gtk+ to libgtk2Waldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar 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-21s/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-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-06-15fix compileWaldemar Brodkorb
2014-05-31rework static linking support, works with musl/glibc, fails to boot with ↵Waldemar Brodkorb
uclibc (qemu-x86)
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-24remove PKG_NEED_CXXWaldemar Brodkorb
2014-05-23fix symbol renaming bugsWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04rename init scripts so their basename matches their enabler variableThorsten Glaser
2014-05-04automatic dæmonising of servicesThorsten Glaser
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-04-07add gold supportWaldemar Brodkorb
2014-03-04remove dependency to intltoolWaldemar Brodkorb
2014-02-27enable avahi support for mpdWaldemar Brodkorb
2013-12-08fix release build for uClibc raspberry-piWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-10-04use gettext-tiny instead of gettextWaldemar Brodkorb
2011-05-12update to latest upstream version, enable dbusWaldemar Brodkorb
2011-03-31add lxde components, update libpng and firefoxWaldemar Brodkorb
2011-03-08update to latest upstream versionWaldemar Brodkorb
2011-03-01fix startup scripts, when variable is not set in /etc/rc.confWaldemar Brodkorb
2011-02-26c++ compiler fixesWaldemar 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-05fix build and runtime dependenciesWaldemar Brodkorb
2011-01-22activate 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-17fix packages to be compile with stack protectorWaldemar 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-14replace mksh scripts with faster C programsWaldemar 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-12modify many PKG_DESCR variables to fit better into 80 width terminal windowWaldemar Brodkorb
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar 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-04fix dependencies and indentationWaldemar Brodkorb
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb
2009-12-20reflect expat package renamingWaldemar Brodkorb
2009-12-20fix dependencies; note libfuse are brokenThorsten 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-20create package/Depends.mk dynamically; add PKG_BUILDDEP to all MakefilesThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-18add PKG_BUILDDEPWaldemar Brodkorb
2009-08-02change all 'depends' lines to 'depends on' onesPhil 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-13FreeBSD compatibility patchesWaldemar Brodkorb
- update ipset and libpri to latest upstream
2009-06-05more regressions found at runtime on alic1cWaldemar Brodkorb