svn commit: r367813 - in head/www/mod_dnssd: . files

Dag-Erling Smørgrav des at FreeBSD.org
Wed Sep 10 11:58:53 UTC 2014


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>


More information about the svn-ports-head mailing list