svn commit: r375211 - head/net/ntp

Cy Schubert cy at FreeBSD.org
Mon Dec 22 06:53:33 UTC 2014


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.


More information about the svn-ports-head mailing list