Date: Wed, 10 Sep 2014 11:58:53 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367813 - in head/www/mod_dnssd: . files Message-ID: <201409101158.s8ABwrW9011402@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Wed Sep 10 11:58:52 2014 New Revision: 367813 URL: http://svnweb.freebsd.org/changeset/ports/367813 QAT: https://qat.redports.org/buildarchive/r367813/ Log: s/unixd_setup_child/ap_unixd_setup_child/ on 2.4. MFH: 2014Q3 Added: head/www/mod_dnssd/files/patch-src-mod_dnssd.c (contents, props changed) Modified: head/www/mod_dnssd/Makefile Modified: head/www/mod_dnssd/Makefile ============================================================================== --- head/www/mod_dnssd/Makefile Wed Sep 10 11:57:55 2014 (r367812) +++ head/www/mod_dnssd/Makefile Wed Sep 10 11:58:52 2014 (r367813) @@ -3,7 +3,7 @@ PORTNAME= mod_dnssd PORTVERSION= 0.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} Added: head/www/mod_dnssd/files/patch-src-mod_dnssd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_dnssd/files/patch-src-mod_dnssd.c Wed Sep 10 11:58:52 2014 (r367813) @@ -0,0 +1,14 @@ +--- src/mod_dnssd.c.orig ++++ src/mod_dnssd.c +@@ -27,6 +27,11 @@ + #include <apr_signal.h> + #include <mpm_common.h> ++#include <mod_unixd.h> + ++#if MODULE_MAGIC_NUMBER_MAJOR >= 20090130 ++#define unixd_setup_child ap_unixd_setup_child ++#endif ++ + #include <unistd.h> + + #include <avahi-common/simple-watch.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409101158.s8ABwrW9011402>