svn commit: r427017 - head/net/ntp

Cy Schubert Cy.Schubert at komquats.com
Thu Nov 24 15:16:19 UTC 2016


In message <c8fdca95-4a35-57bb-819d-2545f78f11a9 at FreeBSD.org>, Kubilay 
Kocak wr
ites:
> 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.

I'll take a look at it further when I get home. I have a hunch that 
USE_GCC=4.8 or 4.9 will likely fix it.


-- 
Cheers,
Cy Schubert <Cy.Schubert at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.




More information about the svn-ports-head mailing list