From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 15:12:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2277341; Fri, 21 Feb 2014 15:12:25 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE43318F4; Fri, 21 Feb 2014 15:12:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LFCPuI014488; Fri, 21 Feb 2014 15:12:25 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LFCPup014486; Fri, 21 Feb 2014 15:12:25 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201402211512.s1LFCPup014486@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 21 Feb 2014 15:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345480 - in head/dns/maradns: . 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 15:12:25 -0000 Author: mat Date: Fri Feb 21 15:12:25 2014 New Revision: 345480 URL: http://svnweb.freebsd.org/changeset/ports/345480 QAT: https://qat.redports.org/buildarchive/r345480/ Log: Respect CC, cleanup some patch. Submitted by: takefu (based on) Sponsored by: Absolight Modified: head/dns/maradns/Makefile head/dns/maradns/files/patch-MaraDns.h Modified: head/dns/maradns/Makefile ============================================================================== --- head/dns/maradns/Makefile Fri Feb 21 15:11:22 2014 (r345479) +++ head/dns/maradns/Makefile Fri Feb 21 15:12:25 2014 (r345480) @@ -36,6 +36,7 @@ PORTDOCS= * PORTEXAMPLES= * post-patch: + @${REINPLACE_CMD} -e 's/cc/${CC}/' ${WRKSRC}/build/Makefile.freebsd @${FIND} ${WRKSRC} -type f ! -name "*.orig" | ${XARGS} ${REINPLACE_CMD} -e \ 's|/etc/maradns|${ETCDIR}|g; s|/etc/mararc|${ETCDIR}|g' -e\ 's|/etc/deadwood|${ETCDIR}|g' -e\ Modified: head/dns/maradns/files/patch-MaraDns.h ============================================================================== --- head/dns/maradns/files/patch-MaraDns.h Fri Feb 21 15:11:22 2014 (r345479) +++ head/dns/maradns/files/patch-MaraDns.h Fri Feb 21 15:12:25 2014 (r345480) @@ -1,14 +1,5 @@ --- ./MaraDns.h.orig 2014-02-12 08:17:18.000000000 +0000 +++ ./MaraDns.h 2014-02-20 15:23:22.000000000 +0000 -@@ -54,7 +54,7 @@ - /* The default UID (User ID) that MaraDNS has; I put this here so packagers - can change this easily. This should be the 'nobody' user, or, optionally - a special 'MaraDNS' user. This user needs to be able to enter -- the /etc/maradns directory, and read all zone files in /etc/maradns -+ the /usr/local/usr/local/usr/local/etc/maradns directory, and read all zone files in /usr/local/usr/local/usr/local/etc/maradns - - If you change this from 99, please also change the mararc man page, which - states the default value for this is 99. To change the man page: @@ -77,21 +77,21 @@ line to point to Bash */