From owner-freebsd-arch Thu Sep 6 14:49:16 2001 Delivered-To: freebsd-arch@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 515A737B408; Thu, 6 Sep 2001 14:49:12 -0700 (PDT) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.9.3) with ESMTP id XAA31736; Thu, 6 Sep 2001 23:49:10 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 1001) id C526114B50; Thu, 6 Sep 2001 23:49:09 +0200 (CEST) Date: Thu, 6 Sep 2001 23:49:09 +0200 From: Alexander Langer To: John Baldwin Cc: Kris Kennaway , arch@FreeBSD.org, jlemon@flugsvamp.com, Jordan Hubbard Subject: Re: libh src/ import Message-ID: <20010906234909.A3447@zerogravity.kawo2.rwth-aachen.d> References: <20010906135259.C18784@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Thu, Sep 06, 2001 at 02:20:15PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake John Baldwin (jhb@FreeBSD.org): > A nice interface for binary updating when it comes. Imagine a window'ed/ > graphical mergemaster. :) You write a simple Tcl script and libh does the > rest. It's a general purpose tool that happens to be very useful for the new > installer. Indeed :) I'm just building a new make infrastructure. I can do the following: src/lib/libh Makefile /include /common /database /disk /file /hui /sysinstall /tcl src/usr.bin/ This "world" version builds only TVision support, and is not connected to buildworld until we know what to do with TVision and Tcl. This are also the first things I'd like to import. Later, we can add: src/usr.bin/diskedit libh diskeditor written in Tcl src/usr.bin/ libh Tcl package system scripts then, for releases, we do src/release/libh none <- no GUI support, for pkg-stuff (if needed) graphics <- Qt only (if needed) text <- TVision (trimmed for floppy-installs) text+graphics <- Qt + TVision (CD-ROM installs) scripts <- installation scripts, aka sysinstall2 We need to build these different versions since the libs either have support for Qt/TVision or not. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message