Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 20:30:07 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367886 - head/dns/dnsmasq
Message-ID:  <201409102030.s8AKU7jp009066@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Wed Sep 10 20:30:07 2014
New Revision: 367886
URL: http://svnweb.freebsd.org/changeset/ports/367886
QAT: https://qat.redports.org/buildarchive/r367886/

Log:
  Remove excess output from pre-configure.

Modified:
  head/dns/dnsmasq/Makefile

Modified: head/dns/dnsmasq/Makefile
==============================================================================
--- head/dns/dnsmasq/Makefile	Wed Sep 10 20:07:20 2014	(r367885)
+++ head/dns/dnsmasq/Makefile	Wed Sep 10 20:30:07 2014	(r367886)
@@ -93,7 +93,6 @@ post-patch:
 	${REINPLACE_CMD} -e "s/lua5\.1/lua-${LUA_VER}/" ${WRKSRC}/Makefile
 
 pre-configure: pretty-print-config
-	@${PRINTF} "dns/libidn config: " ; ${MAKE} -C ${PORTSDIR}/dns/libidn pretty-print-config
 .if ${PORT_OPTIONS:MIDN}
 .if empty(PORT_OPTIONS:MNLS)
 	@if ${OBJDUMP} -p ${LOCALBASE}/lib/libidn.so \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409102030.s8AKU7jp009066>