Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Dec 2014 06:53:33 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375211 - head/net/ntp
Message-ID:  <201412220653.sBM6rXpM052762@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Dec 22 06:53:32 2014
New Revision: 375211
URL: https://svnweb.freebsd.org/changeset/ports/375211
QAT: https://qat.redports.org/buildarchive/r375211/

Log:
  MX4200 is still broken.

Modified:
  head/net/ntp/Makefile

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Mon Dec 22 06:41:29 2014	(r375210)
+++ head/net/ntp/Makefile	Mon Dec 22 06:53:32 2014	(r375211)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ntp
 PORTVERSION=	4.2.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net ipv6
 MASTER_SITES=	ftp://ftp.udel.edu/pub/ntp/ntp4/ \
 		http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \
@@ -48,6 +48,10 @@ CONFIGURE_ARGS+=	--enable-${D}
 .endif
 .endfor
 
+.if ${PORT_OPTIONS:MMX4200}
+BROKEN=		Fails to compile when MX4200 is enabled.
+.endif
+
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}4
 
 # XXX Temporary hack. Remember to remove this next commit.



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