From owner-freebsd-ports@FreeBSD.ORG Wed Sep 13 16:41:18 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7404216A407 for ; Wed, 13 Sep 2006 16:41:18 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id C736F43D49 for ; Wed, 13 Sep 2006 16:41:17 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so2146595uge for ; Wed, 13 Sep 2006 09:41:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KcrCXIj5zImr2tP/aWsvEesS0q7t+eJEA940pZuAZLCKNXHz1JAa/SjXeAKXHqz/sIW5tr3Qjb20Z8vO0PyJxcec3a/WNynM7a9zr8l3cTQysURnRwGib18Dd4ap8FyF5ZnRGbFI2DNyqLc2+2LfPk5lY81U356G6Malm8dYZGI= Received: by 10.66.216.6 with SMTP id o6mr4214222ugg; Wed, 13 Sep 2006 09:41:16 -0700 (PDT) Received: by 10.67.86.8 with HTTP; Wed, 13 Sep 2006 09:41:16 -0700 (PDT) Message-ID: <790a9fff0609130941mfcbcd84m4e78b42462d117ad@mail.gmail.com> Date: Wed, 13 Sep 2006 11:41:16 -0500 From: "Scot Hetzel" To: "Thomas T. Veldhouse" In-Reply-To: <790a9fff0609130938j24c8188cs6a0e5d1339a76a90@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45081B59.80309@veldy.net> <790a9fff0609130833w5c6f8502jf2cedf0c17a80389@mail.gmail.com> <790a9fff0609130938j24c8188cs6a0e5d1339a76a90@mail.gmail.com> Cc: timur@gnu.org, freebsd-ports@freebsd.org Subject: Re: Samba and FAM X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2006 16:41:18 -0000 On 9/13/06, Scot Hetzel wrote: > .if exists(${LOCALBASE}/libexec/gam_server) || exists(${LOCALBASE}/bin/fam) > OPTIONS+= FAM_SUPPORT "With File Alteration Monitor" off > .else > FORCE_FAM_SUPPORT= yes > .endif Opps, this test should be reversed. .if exists(${LOCALBASE}/libexec/gam_server) || exists(${LOCALBASE}/bin/fam) FORCE_FAM_SUPPORT= yes .else OPTIONS+= FAM_SUPPORT "With File Alteration Monitor" off .endif Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.