From owner-freebsd-questions@FreeBSD.ORG Thu Apr 6 13:29:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67BA416A400 for ; Thu, 6 Apr 2006 13:29:17 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 163A843D45 for ; Thu, 6 Apr 2006 13:29:17 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 24182 invoked from network); 6 Apr 2006 13:29:16 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Apr 2006 13:29:16 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2184128423; Thu, 6 Apr 2006 09:29:16 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Beat.Siegenthaler" References: <4434337E.5020702@beatsnet.com> From: Lowell Gilbert Date: 06 Apr 2006 09:29:16 -0400 In-Reply-To: <4434337E.5020702@beatsnet.com> Message-ID: <441wwan87n.fsf@be-well.ilk.org> Lines: 26 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: understanding of make.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 13:29:17 -0000 "Beat.Siegenthaler" writes: > Hi all, > > i try to build NTP from ports. As I have a new old trimble GPS i want to > add the parse clock for trimble tsip. > > When i do a > > ./configure --enable-TRIMTSIP > > directly in the work folder i get > "checking Trimble GPS receiver/TSIP protocol... yes" -> looks good > > What is the equivalent in make.conf ? > > .if${.CURDIR:M*/net/ntp} > TRIMTSIP=YES > .endif > > and many other try's do not work. > "checking Trimble GPS receiver/TSIP protocol... no" Did you have any reason to think that would work? I would expect the syntax to be more like CONFIGURE_ARGS+= --enable-TRIMTSIP