From owner-svn-ports-all@FreeBSD.ORG Thu Sep 4 17:01:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65B8DB0E; Thu, 4 Sep 2014 17:01:47 +0000 (UTC) Received: from mail.iXsystems.com (mail.ixsystems.com [12.229.62.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "*.ixsystems.com", Issuer "Go Daddy Secure Certification Authority" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44D6B159D; Thu, 4 Sep 2014 17:01:46 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id 3DB5A7F547; Thu, 4 Sep 2014 10:01:46 -0700 (PDT) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 80518-01; Thu, 4 Sep 2014 10:01:45 -0700 (PDT) Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id C335F7F473; Thu, 4 Sep 2014 10:00:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ixsystems.com; s=newknight0; t=1409850029; bh=wWQDsCX7hAJLoHG6c5K8mmHNUcGNdjXR+xsw1WYNG6I=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=T5a5PfEsJsTxpWJ4Qw95lfTsckyCrB0PwMLiiTCy6ZCi8yvPe7HfeCsvKXXqdBdZf gGCOLTNvgFGOC0Zci3O036z0ddxN6TjGkuWMOQmV63oQFNDb6uSKEbKkHeUPZn3qhT uyrSa4aNdVDHdJtkVMQb6S+iS+1Txb37bwejrJO0= Message-ID: <54089AAB.60803@pcbsd.org> Date: Thu, 04 Sep 2014 13:00:27 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Alexey Dokuchaev , Kris Moore Subject: Re: svn commit: r367290 - in head/x11: . lumina References: <201409041634.s84GYBJ0017697@svn.freebsd.org> <20140904165227.GB81805@FreeBSD.org> In-Reply-To: <20140904165227.GB81805@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 04 Sep 2014 17:01:47 -0000 On 09/04/2014 12:52, Alexey Dokuchaev wrote: > On Thu, Sep 04, 2014 at 04:34:11PM +0000, Kris Moore wrote: >> New Revision: 367290 >> URL: http://svnweb.freebsd.org/changeset/ports/367290 >> >> +.if ${OSVERSION} < 1000000 >> +IGNORE= requires FreeBSD 10 or later >> +.endif > Why? > > ./danfe > Because several of our tools will try to interact with files on PC-BSD mirrors that only exist for 10.0 and later. (Mainly for jail creation, packages, etc) I *could* remove the restriction, but users mileage will vary.. Do you need it for an earlier version of FreeBSD? -- Kris Moore PC-BSD Software iXsystems