From owner-freebsd-ports@FreeBSD.ORG  Sun Sep  9 21:36:45 2012
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1A86D106566C;
	Sun,  9 Sep 2012 21:36:45 +0000 (UTC)
	(envelope-from kob6558@gmail.com)
Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com
	[209.85.212.172])
	by mx1.freebsd.org (Postfix) with ESMTP id 601368FC12;
	Sun,  9 Sep 2012 21:36:44 +0000 (UTC)
Received: by wibhi8 with SMTP id hi8so1081725wib.13
	for <multiple recipients>; Sun, 09 Sep 2012 14:36:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
	h=mime-version:in-reply-to:references:date:message-id:subject:from:to
	:cc:content-type;
	bh=de50G+1WHI6SuIqUkAnCKchHlH0C0wpRwhJlsAhqL0c=;
	b=m1Nm/0ZRjBfRvh8dthJwG+cLhCN1VbxHPCUJpIml+JtUvaHAUrraJCRvYTSL23kWWz
	PAtWDAdHXOQlsOW4Vkv8o+4xrhjsYqv8tEyb96wSHAQdx3sOm/cXCF83wVvqTyrnVI/F
	NR/YoIbHcQJ4mDevXlP0t0XDwb784GHdiKYkv4RMtoxBj36ghse16Sa2oAzZQAZw7U+C
	cJZkhrkemnvJONPcL9Nt22fB/4DwR89qLhlyOFBxxOtKZGgT9dZaEY9V0mCOMYsakZwB
	0WQYVTm6rWMGAKs2wkOVrYfL812iPdaBkD4VdC1yNn/E6g0T8h4RjRjM4BI8ehoVUA4b
	30lQ==
MIME-Version: 1.0
Received: by 10.216.138.73 with SMTP id z51mr6631835wei.39.1347226602928; Sun,
	09 Sep 2012 14:36:42 -0700 (PDT)
Received: by 10.223.63.76 with HTTP; Sun, 9 Sep 2012 14:36:42 -0700 (PDT)
In-Reply-To: <20120909203703.GG11175@ithaqua.etoilebsd.net>
References: <CAJ2Kz1CsOr9TA5pSDG4BLEf8FgqaFKCm2jQqFOw7eZL8UMHtag@mail.gmail.com>
	<20120909192438.GF11175@ithaqua.etoilebsd.net>
	<CAJ2Kz1CKn24J56-qt9sM4OWB95iySoGxP+OQGS05f1dtHbZ05g@mail.gmail.com>
	<20120909203703.GG11175@ithaqua.etoilebsd.net>
Date: Sun, 9 Sep 2012 14:36:42 -0700
Message-ID: <CAN6yY1v=MNq-V3dbnnb5=MDL9ESMJ3J5TLkH4r6i7uLcTdJBuQ@mail.gmail.com>
From: Kevin Oberman <kob6558@gmail.com>
To: Baptiste Daroussin <bapt@freebsd.org>
Content-Type: text/plain; charset=UTF-8
Cc: freebsd-ports@freebsd.org
Subject: Re: poudriere && building for "."
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
	<mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports>
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
	<mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 09 Sep 2012 21:36:45 -0000

On Sun, Sep 9, 2012 at 1:37 PM, Baptiste Daroussin <bapt@freebsd.org> wrote:
> On Sun, Sep 09, 2012 at 11:25:01PM +0300, Alexandr Kovalenko wrote:
>> On Sun, Sep 9, 2012 at 10:24 PM, Baptiste Daroussin <bapt@freebsd.org> wrote:
>> > On Sun, Sep 09, 2012 at 07:48:37PM +0300, Alexandr Kovalenko wrote:
>> >> I have a quick question about poudriere and building for HEAD (AKA .
>> >> AKA 10.0-CURRENT).
>> >>
>> >> When I created my buildjail, I used "." to specify version and method "csup".
>> >>
>> >> The funny thing is that now I get (please note "." instead of "10.0"):
>> >>
>> >> checking build system type... i386-portbld-freebsd.
>> >> checking host system type... i386-portbld-freebsd.
>> >>
>> >> in all package builds.
>> >>
>> >> Most of packages do not dislike this, but there is at least one, which
>> >> does - namely lsof - it fails to detect FreeBSD version.
>> >>
>> >> Could you please advise a solution for this?
>> >
>> > This should "normally" have been fixed in 2.0 and -devel, but it would needs you
>> > to destroy/recreate your jail.
>> >
>> > Can you tell me which version of poudriere you were using when creating your
>> > jail?
>>
>> poudriere-1.5.4_1   Port build and test system
>
> Using poudriere 2.0 should help on this :) (but need destroy/create the jail)
>>
>> > Another way and simpler way to deal with package building on HEAD, is to use the
>> > new allbsd method, which will fetch the latest current sets build by allbsd.org
>> > people.
>>
>> Not quite sure I understand what you are talking about, could you,
>> please, be more precise? :)
>
> https://www.allbsd.org/ is providing recent snapshots sets, in 2.0 we provide a
> method called allbsd which will feth the prebuilt sets from allbsd (including
> for head) which will allow you to have a 10.0 jail without compiling :)

One of the ugliest web pages I've seen in a long time! Great tool! (I
never much cared about eye candy.)
I hope this gets more publicity as it looks extremely useful, though I
need to look into security issues a bit.
-- 
R. Kevin Oberman, Network Engineer
E-mail: kob6558@gmail.com