svn commit: r427017 - head/net/ntp

Kubilay Kocak koobs at FreeBSD.org
Thu Nov 24 14:44:55 UTC 2016


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 at 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
> 



More information about the svn-ports-all mailing list