From owner-freebsd-libh Sun Dec 3 11:44: 1 2000 From owner-freebsd-libh@FreeBSD.ORG Sun Dec 3 11:44:00 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 598CB37B400 for ; Sun, 3 Dec 2000 11:44:00 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id NAA31011 for libh@FreeBSD.org; Sun, 3 Dec 2000 13:44:00 -0600 (CST) (envelope-from alex) Message-Id: <200012031944.NAA31011@usw4.freebsd.org> From: Alexander Langer Date: Sun, 3 Dec 2000 13:44:00 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision.hh Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/03 13:44:00 CST Modified files: lib/hui HuiTVision.hh Log: Sync with rev. 1.11 of HuiQt.hh: ContainerWidget work. Revision Changes Path 1.5 +95 -46 libh/lib/hui/HuiTVision.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sun Dec 3 15:18:57 2000 From owner-freebsd-libh@FreeBSD.ORG Sun Dec 3 15:18:55 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from smtp.cistron.nl (soong.cistron.net [195.64.68.35]) by hub.freebsd.org (Postfix) with ESMTP id 6331D37B401 for ; Sun, 3 Dec 2000 15:18:54 -0800 (PST) Received: from picard.cistron.nl ([195.64.65.20]) by smtp.cistron.nl with esmtp (Exim 3.13 #1 (Debian)) id 142iPD-00029f-00; Mon, 04 Dec 2000 00:18:51 +0100 Received: from localhost (fuzzel@localhost) by picard.cistron.nl (8.9.3/8.9.3/Debian 8.9.3-6) with ESMTP id AAA15448; Mon, 4 Dec 2000 00:18:49 +0100 X-Authentication-Warning: picard.cistron.nl: fuzzel owned process doing -bs Date: Mon, 4 Dec 2000 00:18:49 +0100 (CET) From: Jeroen Massar X-Sender: fuzzel@picard.cistron.nl To: Alexander Langer Cc: libh@FreeBSD.ORG Subject: Base Package? In-Reply-To: <200012031944.NAA31011@usw4.freebsd.org> Message-ID: Organisation: Unfix Foundation MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmmm... maybe not the correct place to ask but... Are there any plans to make the base tar also a real package. Essentially I would like to see the base tar like: base depends on: base-binaries base-config sendmail bind opensshd ... This way one won't get the clashes when one installs base (which includes OpenSSH) and later want to add a newer version etc... I am kinda used to Debian, though I yelled at that at first too when I jumped over from VMS which don't have any package management at all and I yelled at Debian because it did all my work for me.. strange huh :) But now I am used to it... I also sometimes like to know where a binary belongs to and as the base tar isn't a package one has all kinds of binaries which can't be resolved to a package... I could... do a tar -t and cat that to a package list.... but then again it would be neat to have this per default... Another point is that one doesn't want named nor sendmail on a workstation so one could leave those out then... Greets, Jeroen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Sun Dec 3 16: 4: 1 2000 From owner-freebsd-libh@FreeBSD.ORG Sun Dec 3 16:03:59 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from oberon.dnai.com (oberon.dnai.com [207.181.194.97]) by hub.freebsd.org (Postfix) with ESMTP id 2799D37B400 for ; Sun, 3 Dec 2000 16:03:59 -0800 (PST) Received: from azoth.dnai.com (azoth.dnai.com [207.181.194.94]) by oberon.dnai.com (8.9.3/8.9.3) with ESMTP id QAA44997; Sun, 3 Dec 2000 16:03:58 -0800 (PST) Received: from acm.org (207-172-166-15.s15.tnt1.sfrn.ca.dialup.rcn.com [207.172.166.15]) by azoth.dnai.com (8.9.3/8.9.3) with ESMTP id QAA81024; Sun, 3 Dec 2000 16:03:57 -0800 (PST) Sender: tim@azoth.dnai.com Message-ID: <3A2ADF6D.CB671115@acm.org> Date: Sun, 03 Dec 2000 16:03:57 -0800 From: Tim Kientzle Reply-To: kientzle@acm.org X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Jeroen Massar Cc: libh@freebsd.org Subject: Re: Base Package? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Another option would be to have the starting installation include some "already installed" packages. That way, you could install the basic system very quickly from a single tarfile, but with a pre-populated package database that would allow you to remove or update particular pieces very easily. Certainly, there are a lot of people who need to be able to update or manually manage some critical pieces that are currently just bundled into the core system and are thus difficult to update cleanly. E.g., perl, sendmail, bind, openssh, etc. - Tim Jeroen Massar wrote: > > Hmmm... maybe not the correct place to ask but... > > Are there any plans to make the base tar also a real package. > Essentially I would like to see the base tar like: > > base depends on: > base-binaries > base-config > sendmail > bind > opensshd > ... > > This way one won't get the clashes when one installs base (which includes > OpenSSH) and later want to add a newer version etc... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon Dec 4 2:26:13 2000 From owner-freebsd-libh@FreeBSD.ORG Mon Dec 4 02:26:12 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 0D6B437B401 for ; Mon, 4 Dec 2000 02:26:12 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id EAA31837 for libh@FreeBSD.org; Mon, 4 Dec 2000 04:26:12 -0600 (CST) (envelope-from alex) Message-Id: <200012041026.EAA31837@usw4.freebsd.org> From: Alexander Langer Date: Mon, 4 Dec 2000 04:26:11 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision.hh Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/04 04:26:11 CST Modified files: lib/hui HuiTVision.hh Log: Fix a typo. Revision Changes Path 1.6 +2 -2 libh/lib/hui/HuiTVision.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon Dec 4 8:21:11 2000 From owner-freebsd-libh@FreeBSD.ORG Mon Dec 4 08:21:09 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from smtp.cistron.nl (soong.cistron.net [195.64.68.35]) by hub.freebsd.org (Postfix) with ESMTP id 4D70837B400 for ; Mon, 4 Dec 2000 08:21:09 -0800 (PST) Received: from picard.cistron.nl ([195.64.65.20]) by smtp.cistron.nl with esmtp (Exim 3.13 #1 (Debian)) id 142yMV-0002za-00; Mon, 04 Dec 2000 17:21:07 +0100 Received: from localhost (fuzzel@localhost) by picard.cistron.nl (8.9.3/8.9.3/Debian 8.9.3-6) with ESMTP id RAA05971; Mon, 4 Dec 2000 17:21:03 +0100 X-Authentication-Warning: picard.cistron.nl: fuzzel owned process doing -bs Date: Mon, 4 Dec 2000 17:21:03 +0100 (CET) From: Jeroen Massar X-Sender: fuzzel@picard.cistron.nl To: Tim Kientzle Cc: libh@freebsd.org Subject: Re: Base Package? In-Reply-To: <3A2ADF6D.CB671115@acm.org> Message-ID: Organisation: Unfix Foundation MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 3 Dec 2000, Tim Kientzle wrote: > Another option would be to have the starting > installation include some "already installed" > packages. That way, you could install the basic > system very quickly from a single tarfile, > but with a pre-populated package database > that would allow you to remove or update > particular pieces very easily. That's what I was wanting to do :) Thus simply listing the tar and splitting it into packages myself... Greets, Jeroen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Dec 7 2:34:16 2000 From owner-freebsd-libh@FreeBSD.ORG Thu Dec 7 02:34:15 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 5713037B400 for ; Thu, 7 Dec 2000 02:34:15 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id EAA35362 for libh@FreeBSD.org; Thu, 7 Dec 2000 04:34:15 -0600 (CST) (envelope-from alex) Message-Id: <200012071034.EAA35362@usw4.freebsd.org> From: Alexander Langer Date: Thu, 7 Dec 2000 04:34:15 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision.hh Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/07 04:34:15 CST Modified files: lib/hui HuiTVision.hh Log: * define TRUE and FALSE * steal the ContainerWidget translate() functions from class Widget * correctly order the arguments of GroupWidget::container Revision Changes Path 1.7 +34 -8 libh/lib/hui/HuiTVision.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Dec 7 3:38:45 2000 From owner-freebsd-libh@FreeBSD.ORG Thu Dec 7 03:38:43 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 0F62637B401 for ; Thu, 7 Dec 2000 03:38:43 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id FAA35437 for libh@FreeBSD.org; Thu, 7 Dec 2000 05:38:43 -0600 (CST) (envelope-from alex) Message-Id: <200012071138.FAA35437@usw4.freebsd.org> From: Alexander Langer Date: Thu, 7 Dec 2000 05:38:43 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiTVision.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/07 05:38:43 CST Modified files: lib/hui HuiTVision.cc Log: Development commit: Begin to sync with rev. 1.13 of HuiQt.cc (ContainerWidget work). This version contains the basic ContainerWidget functions. It compiles, which is the reason why I commit it. However, some code is still commented out or is not yet correct. The next versions will fix this. Revision Changes Path 1.9 +442 -90 libh/lib/hui/HuiTVision.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Dec 7 4: 4:34 2000 From owner-freebsd-libh@FreeBSD.ORG Thu Dec 7 04:04:33 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 6E51F37B400 for ; Thu, 7 Dec 2000 04:04:32 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id GAA35502 for libh@FreeBSD.org; Thu, 7 Dec 2000 06:04:32 -0600 (CST) (envelope-from alex) Message-Id: <200012071204.GAA35502@usw4.freebsd.org> From: Alexander Langer Date: Thu, 7 Dec 2000 06:04:32 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh Makefile.inc libh/lib/hui Makefile Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/07 06:04:32 CST Modified files: . Makefile.inc lib/hui Makefile Log: Only add TVision/Qt CFLAGS to the hui-build. Use a new variable, UI_CFLAGS for this, analogue to UI_SRC Revision Changes Path 1.8 +3 -5 libh/Makefile.inc 1.6 +2 -2 libh/lib/hui/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Dec 7 4: 6:21 2000 From owner-freebsd-libh@FreeBSD.ORG Thu Dec 7 04:06:20 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 6FD5837B402 for ; Thu, 7 Dec 2000 04:06:20 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id GAA35532 for libh@FreeBSD.org; Thu, 7 Dec 2000 06:06:20 -0600 (CST) (envelope-from alex) Message-Id: <200012071206.GAA35532@usw4.freebsd.org> From: Alexander Langer Date: Thu, 7 Dec 2000 06:06:20 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/disk libhdisk_init.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/07 06:06:20 CST Modified files: lib/disk libhdisk_init.cc Log: indent Revision Changes Path 1.3 +8 -2 libh/lib/disk/libhdisk_init.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Thu Dec 7 5:14:26 2000 From owner-freebsd-libh@FreeBSD.ORG Thu Dec 7 05:14:25 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 8D12937B401 for ; Thu, 7 Dec 2000 05:14:24 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id HAA35603 for libh@FreeBSD.org; Thu, 7 Dec 2000 07:14:24 -0600 (CST) (envelope-from alex) Message-Id: <200012071314.HAA35603@usw4.freebsd.org> From: Alexander Langer Date: Thu, 7 Dec 2000 07:14:24 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/tcl Makefile Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/07 07:14:24 CST Modified files: lib/tcl Makefile Log: Only add TVision/Qt CFLAGS to the hui-build. Use a new variable, UI_CFLAGS for this, analogue to UI_SRC Revision Changes Path 1.17 +2 -1 libh/lib/tcl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Fri Dec 8 7: 3:17 2000 From owner-freebsd-libh@FreeBSD.ORG Fri Dec 8 07:03:13 2000 Return-Path: Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 27E7737B400 for ; Fri, 8 Dec 2000 07:03:13 -0800 (PST) Received: (from alex@localhost) by usw4.freebsd.org (8.9.3/8.9.3) id JAA36876 for libh@FreeBSD.org; Fri, 8 Dec 2000 09:03:12 -0600 (CST) (envelope-from alex) Message-Id: <200012081503.JAA36876@usw4.freebsd.org> From: Alexander Langer Date: Fri, 8 Dec 2000 09:03:12 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt.hh HuiQt.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/12/08 09:03:12 CST Modified files: lib/hui HuiQt.hh HuiQt.cc Log: Use a Pointer for the aParent argument of ButtonWidget::ButtonWidget, as with the other widgets. I changed that when adding the ContainerWidget, but it isn't needed. Revision Changes Path 1.12 +2 -2 libh/lib/hui/HuiQt.hh 1.14 +5 -5 libh/lib/hui/HuiQt.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message