Date: Fri, 25 Nov 2016 01:43:00 +1100 From: Kubilay Kocak <koobs@FreeBSD.org> To: Cy Schubert <cy@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r427017 - head/net/ntp Message-ID: <c8fdca95-4a35-57bb-819d-2545f78f11a9@FreeBSD.org> In-Reply-To: <201611241441.uAOEfenj076721@repo.freebsd.org> References: <201611241441.uAOEfenj076721@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 25/11/2016 1:41 AM, Cy Schubert wrote: > 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 What's the actual/specific issue? It's good for messaging (in this case BROKEN) to include that detail. It can often be the first step to inciting someone to provide a fix for it. #breadcrumbs > +.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?c8fdca95-4a35-57bb-819d-2545f78f11a9>