Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2016 14:41:40 +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: r427017 - head/net/ntp
Message-ID:  <201611241441.uAOEfenj076721@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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