From owner-freebsd-ports@FreeBSD.ORG Fri Mar 29 18:39:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D6ACEB1D for ; Fri, 29 Mar 2013 18:39:14 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 9AF3037D for ; Fri, 29 Mar 2013 18:39:14 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 558D91E000C7; Fri, 29 Mar 2013 19:39:07 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r2TIasOJ080731; Fri, 29 Mar 2013 19:36:54 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r2TIarVc080730; Fri, 29 Mar 2013 19:36:53 +0100 (CET) (envelope-from nox) Date: Fri, 29 Mar 2013 19:36:53 +0100 (CET) From: Juergen Lock Message-Id: <201303291836.r2TIarVc080730@triton8.kn-bremen.de> To: zaphod@berentweb.com Subject: Re: grub2 with libzfs X-Newsgroups: local.list.freebsd.ports In-Reply-To: <1364469893741-5799652.post@n5.nabble.com> References: <1364397485043-5799405.post@n5.nabble.com> <51532491.6050507@gmail.com> <1364407584254-5799443.post@n5.nabble.com> <1364409110302-5799450.post@n5.nabble.com> <20130327204130.GA40854@triton8.kn-bremen.de> Organization: Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2013 18:39:14 -0000 In article <1364469893741-5799652.post@n5.nabble.com> you write: >>>you only have to add >>> CPATH=${SRC_BASE}/cddl/contrib/opensolaris/lib/libzfs/common >>>to CONFIGURE_ENV and MAKE_ENV, and add a ZFS knob to enable this >>>that checks >${SRC_BASE}/cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h > >That sounds like a great solution! > >How is all of that done, exactly?? :P > Well this turned out to be a little more tricky anyway... I'm currently testing more or less this update on redports: http://people.freebsd.org/~nox/tmp/grub-2.00-004-zfs.patch I haven't runtime-tested grub-install and booting at all yet tho, let alone the zfs support, I'll leave that testing to volunteers like you for now. :) Thanx, Juergen