From owner-svn-ports-all@FreeBSD.ORG Thu Sep 11 12:15:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67D4ED5D; Thu, 11 Sep 2014 12:15:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38F82E09; Thu, 11 Sep 2014 12:15:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BCFlpA098311; Thu, 11 Sep 2014 12:15:47 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BCFkdc098309; Thu, 11 Sep 2014 12:15:46 GMT (envelope-from des@FreeBSD.org) Message-Id: <201409111215.s8BCFkdc098309@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: des set sender to des@FreeBSD.org using -f From: Dag-Erling Smørgrav Date: Thu, 11 Sep 2014 12:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367923 - head/www/mod_dnssd/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2014 12:15:47 -0000 Author: des Date: Thu Sep 11 12:15:46 2014 New Revision: 367923 URL: http://svnweb.freebsd.org/changeset/ports/367923 QAT: https://qat.redports.org/buildarchive/r367923/ Log: Rename the patches as per the guidelines in the porter's handbook. Added: head/www/mod_dnssd/files/patch-src__Makefile.in - copied unchanged from r367854, head/www/mod_dnssd/files/patch-src_Makefile.in head/www/mod_dnssd/files/patch-src__mod_dnssd.c - copied unchanged from r367854, head/www/mod_dnssd/files/patch-src-mod_dnssd.c Deleted: head/www/mod_dnssd/files/patch-src-mod_dnssd.c head/www/mod_dnssd/files/patch-src_Makefile.in Copied: head/www/mod_dnssd/files/patch-src__Makefile.in (from r367854, head/www/mod_dnssd/files/patch-src_Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_dnssd/files/patch-src__Makefile.in Thu Sep 11 12:15:46 2014 (r367923, copy of r367854, head/www/mod_dnssd/files/patch-src_Makefile.in) @@ -0,0 +1,24 @@ +--- src/Makefile.in.orig 2009-01-22 17:42:02.000000000 +0100 ++++ src/Makefile.in 2014-07-25 15:51:40.137601137 +0200 +@@ -15,9 +15,10 @@ + # permissions and limitations under the License. + + APXS=@APXS@ ++APXS_STAGE=@APXS_STAGE@ + APACHECTL=@APACHECTL@ +-LIBS=-Wl,"@LIBS@" @AVAHI_LIBS@ +-CFLAGS=-Wc,"@CFLAGS@" @AVAHI_CFLAGS@ ++LIBS=-Wl,"@LIBS@ @AVAHI_LIBS@" ++CFLAGS=-Wc,"@CFLAGS@ @AVAHI_CFLAGS@" + + all: mod_dnssd.la + +@@ -25,7 +26,7 @@ + $(APXS) -c $(CFLAGS) $(LIBS) @srcdir@/mod_dnssd.c + + install: all +- $(APXS) -i -a mod_dnssd.la ++ $(APXS) $(APXS_STAGE) -i -a mod_dnssd.la + + clean: + rm -rf *.o *.so *.loT .deps/ *.la *.lo *.slo .libs/ Copied: head/www/mod_dnssd/files/patch-src__mod_dnssd.c (from r367854, 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 Thu Sep 11 12:15:46 2014 (r367923, copy of r367854, head/www/mod_dnssd/files/patch-src-mod_dnssd.c) @@ -0,0 +1,14 @@ +--- src/mod_dnssd.c.orig ++++ src/mod_dnssd.c +@@ -27,6 +27,11 @@ + #include + #include ++#include + ++#if MODULE_MAGIC_NUMBER_MAJOR >= 20090130 ++#define unixd_setup_child ap_unixd_setup_child ++#endif ++ + #include + + #include