summaryrefslogtreecommitdiff
path: root/net/avahi
AgeCommit message (Collapse)AuthorFilesLines
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-08Use ${REAL_ROOT_GROUP} instead of wheel. Prompted by joerg.wiz1-2/+2
2009-03-07Use "wheel" as privileged group.wiz1-1/+3
Gets rid of dbus warnings about netdev, and "wheel" already gets many rights from policykit (says Jared). Bump PKGREVISION.
2009-03-05Do not install initscripts. Unbreaks Linux build.wiz2-1/+14
From Aleksey Cheusov in PR 40283.
2009-02-07DESTDIR support.joerg1-15/+16
2009-02-04include sys/socket.h when checking for CMSG_SPACEdbj3-20/+37
improved fix for PR pkg/40281
2009-01-23Pass --with-distro=none on Solaris to disable check, package builds fine.sketch1-1/+5
2009-01-16Update net/avahi to 0.6.24tonio6-42/+37
Changelog: * A huge number of bug fixes, including a security relavant one (CVE-2008-5081, low risk) * Add two new configuration directives "allow-interfaces" and "deny-interfaces" which can be used to make Avahi ignore certain network interfaces or only use certain network interfaces. * A lot of translation updates Fix PR pkg/40281, by defining _DARWIN_C_SOURCE under darwin
2009-01-08Use pkgsrc standard PKG_USERS usage and remove escape '\' from PKG_USERS.obache1-2/+3
It should fix build failure with recent NetBSD-current's make.
2008-12-28Abandon MAINTAINER.adrianp1-2/+2
2008-12-25Needs msgfmt.hasso1-2/+2
2008-12-23Fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5081adrianp3-3/+20
2008-12-23Make it compile in DragonFly and possibly help other platforms.hasso3-1/+35
2008-12-20Honour SYSCONFDIR.ahoka2-4/+5
2008-12-20Initial import of avahi-0.6.23, packaged for pkgsrc-wip by Adrian Portelli,wiz17-0/+503
then majorly reworked by myself. You can blame us both now ;) Avahi is an Implementation the DNS Service Discovery and Multicast DNS specifications for Zeroconf Computing. It uses D-BUS for communication between user applications and a system daemon. The daemon is used to coordinate application efforts in caching replies, necessary to minimize the traffic imposed on networks.