From owner-svn-ports-all@freebsd.org Tue Oct 16 12:02:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FF3110CFBDB; Tue, 16 Oct 2018 12:02:29 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D24E689E4F; Tue, 16 Oct 2018 12:02:28 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD58C1C4AC; Tue, 16 Oct 2018 12:02:28 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9GC2So3062604; Tue, 16 Oct 2018 12:02:28 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9GC2Sc5062603; Tue, 16 Oct 2018 12:02:28 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201810161202.w9GC2Sc5062603@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 16 Oct 2018 12:02:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482219 - head/net/ntp X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/net/ntp X-SVN-Commit-Revision: 482219 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 16 Oct 2018 12:02:29 -0000 Author: cy Date: Tue Oct 16 12:02:28 2018 New Revision: 482219 URL: https://svnweb.freebsd.org/changeset/ports/482219 Log: Fix build on armv6. Submitted by: garga@ MFH: 2018Q4 Modified: head/net/ntp/Makefile Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Tue Oct 16 11:37:55 2018 (r482218) +++ head/net/ntp/Makefile Tue Oct 16 12:02:28 2018 (r482219) @@ -22,7 +22,8 @@ USES= cpe pathfix shebangfix libedit libtool localbas USES+= autoreconf # until trustedbsd-mac changes accepted upstream GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-leap-smear --enable-trustedbsd-mac +CONFIGURE_ARGS= --enable-leap-smear --enable-trustedbsd-mac \ + --with-locfile=freebsd TEST_TARGET= check