svn commit: r427017 - head/net/ntp

Cy Schubert cy at FreeBSD.org
Thu Nov 24 14:41:41 UTC 2016


Author: cy
Date: Thu Nov 24 14:41:40 2016
New Revision: 427017
URL: https://svnweb.freebsd.org/changeset/ports/427017

Log:
  Document that net/ntp does not build under FreeBSD-9.

Modified:
  head/net/ntp/Makefile

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Thu Nov 24 14:26:14 2016	(r427016)
+++ head/net/ntp/Makefile	Thu Nov 24 14:41:40 2016	(r427017)
@@ -13,6 +13,10 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/P/
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+BROKEN=		Does not build under FreeBSD-9
+.endif
+
 BUILD_DEPENDS=	autogen:devel/autogen
 LIB_DEPENDS=	libevent.so:devel/libevent2 \
 		libmd5.so:www/libwww


More information about the svn-ports-all mailing list