From owner-svn-ports-all@freebsd.org Thu Nov 24 15:16:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B51FC53597; Thu, 24 Nov 2016 15:16:19 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 35C8F2ED; Thu, 24 Nov 2016 15:16:18 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id 9vl2clCEXIwqS9vl3c1oZC; Thu, 24 Nov 2016 08:16:18 -0700 X-Authority-Analysis: v=2.2 cv=cNuQihWN c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=L24OOQBejmoA:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=s0Q5rMKBYhgnEqk8Y5QA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id 93B9022B0; Thu, 24 Nov 2016 07:16:16 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id uAOFGFpJ073687; Thu, 24 Nov 2016 07:16:15 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201611241516.uAOFGFpJ073687@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: koobs@FreeBSD.org cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r427017 - head/net/ntp In-Reply-To: Message from Kubilay Kocak of "Fri, 25 Nov 2016 01:43:00 +1100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Nov 2016 07:16:15 -0800 X-CMAE-Envelope: MS4wfKolib10qT7B600W6fBLKwYg8dqqwhwkorefIyA9XzCOBQUSOuByg/UGImfLzO1e/SQeo5EopwibCOZnLgNpxa7CLtsA+kQpxcBrxVol2F+8Q/vS4t4u v55Rd71X9jKE/XB7zNW9Z1f2Uo/GY0ded40AkzMeEbNase/dNp9aSShAQvqqOQcbiSMwYFiLETyT/qK/WTtZqYNrnu1eRXPM46kJhwYlFMsNj6Dq6kwh6P4F CDPQ/HAr/g5+PpC6Ys6FK59ms9Yu8+KckYbvo+W/+YvrqASmkmWQikR1UMs54pMye3WxZ05GUD+oxBIiR/XlRA== X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 15:16:19 -0000 In message , 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@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 FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.