Date: Fri, 21 Feb 2014 15:12:25 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345480 - in head/dns/maradns: . files Message-ID: <201402211512.s1LFCPup014486@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402211512.s1LFCPup014486>