From owner-freebsd-libh Tue Oct 1 18: 3:21 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05EC37B401 for ; Tue, 1 Oct 2002 18:03:20 -0700 (PDT) Received: from rtp1.SlowBlink.Com (rtp1.bsdwins.com [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB56243E3B for ; Tue, 1 Oct 2002 18:03:19 -0700 (PDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: from rtp1.SlowBlink.Com (localhost [127.0.0.1]) by rtp1.SlowBlink.Com (8.12.6/8.12.5) with ESMTP id g9213HlU000491 for ; Tue, 1 Oct 2002 21:03:20 -0400 (EDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: (from antoine@localhost) by rtp1.SlowBlink.Com (8.12.6/8.12.5/Submit) id g9213H53000490 for libh@FreeBSD.org; Tue, 1 Oct 2002 21:03:17 -0400 (EDT) Date: Tue, 1 Oct 2002 21:03:17 -0400 (EDT) From: Antoine Beaupré Message-Id: <200210020103.g9213H53000490@rtp1.SlowBlink.Com> Subject: cvs commit: libh/lib/sysinstall PackageStream.cc To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/10/01 21:03:17 EDT Modified files: lib/sysinstall PackageStream.cc Log: remove C++ hack and use ::isalnum directly Revision Changes Path 1.12 +2 -6 libh/lib/sysinstall/PackageStream.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue Oct 1 18:12:20 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 246CF37B401 for ; Tue, 1 Oct 2002 18:12:19 -0700 (PDT) Received: from aeimail.aei.ca (aeimail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4732C43E75 for ; Tue, 1 Oct 2002 18:12:18 -0700 (PDT) (envelope-from anarcat@anarcat.ath.cx) Received: from shall.anarcat.ath.cx (ecughgf57oni3l1y@dsl-56-223.aei.ca [216.221.37.223] (may be forged)) by aeimail.aei.ca (8.11.6/8.10.1) with ESMTP id g921Bl314109; Tue, 1 Oct 2002 21:11:47 -0400 (EDT) Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 41FDD401; Tue, 1 Oct 2002 21:16:29 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Tue, 1 Oct 2002 21:10:57 -0400 Date: Tue, 1 Oct 2002 21:10:57 -0400 From: The Anarcat To: Alexander Langer Cc: freebsd-libh@FreeBSD.org Subject: Re: cvs commit: libh/lib/sysinstall PackageStream.cc Message-ID: <20021002011057.GC5475@lenny.anarcat.ath.cx> Mail-Followup-To: The Anarcat , Alexander Langer , freebsd-libh@FreeBSD.org References: <200210020103.g9213H53000490@rtp1.SlowBlink.Com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KN5l+BnMqAQyZLvT" Content-Disposition: inline In-Reply-To: <200210020103.g9213H53000490@rtp1.SlowBlink.Com> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --KN5l+BnMqAQyZLvT Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Alex, I hope this is a correct fix, but I doubt it is, so please double-check this, since it seems too easy for me. :) Thanks, A. BTW: rhtvision patching underway On Tue Oct 01, 2002 at 09:03:17PM -0400, Antoine Beaupr=E9 wrote: > antoine 2002/10/01 21:03:17 EDT >=20 > Modified files: > lib/sysinstall PackageStream.cc=20 > Log: > remove C++ hack and use ::isalnum directly > =20 > Revision Changes Path > 1.12 +2 -6 libh/lib/sysinstall/PackageStream.cc >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-libh" in the body of the message >=20 --=20 Stop the bombings. Stop the murders. Anti-war. --KN5l+BnMqAQyZLvT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9mkehttcWHAnWiGcRAsr4AJ4qDg3AC7l4cLoY3QWavidE2gTtCwCdF9vm ZSPLkum7RufiW2XOSlomoTU= =KYV6 -----END PGP SIGNATURE----- --KN5l+BnMqAQyZLvT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue Oct 1 20: 0:18 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D37CF37B401 for ; Tue, 1 Oct 2002 20:00:16 -0700 (PDT) Received: from rtp1.SlowBlink.Com (rtp1.bsdwins.com [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D2643E65 for ; Tue, 1 Oct 2002 20:00:16 -0700 (PDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: from rtp1.SlowBlink.Com (localhost [127.0.0.1]) by rtp1.SlowBlink.Com (8.12.6/8.12.5) with ESMTP id g9230IlU000800 for ; Tue, 1 Oct 2002 23:00:18 -0400 (EDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: (from antoine@localhost) by rtp1.SlowBlink.Com (8.12.6/8.12.5/Submit) id g9230IMq000799 for libh@FreeBSD.org; Tue, 1 Oct 2002 23:00:18 -0400 (EDT) Date: Tue, 1 Oct 2002 23:00:18 -0400 (EDT) From: Antoine Beaupré Message-Id: <200210020300.g9230IMq000799@rtp1.SlowBlink.Com> Subject: cvs commit: libh Makefile.inc libh/bin/tclh Makefile libh/include/hui HuiTVision.hh libh/lib/hui HuiTVision.cc HuiTVision_ButtonWidget.cc HuiTVision_ButtonsGroupWidget.cc HuiTVision_CheckBoxesWidget.cc HuiTVision_ContainerWidget.cc HuiTVision_DialogWidget.cc HuiTVision_GroupWidget.cc ... To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/10/01 23:00:18 EDT Modified files: . Makefile.inc bin/tclh Makefile include/hui HuiTVision.hh lib/hui HuiTVision.cc HuiTVision_ButtonWidget.cc HuiTVision_ButtonsGroupWidget.cc HuiTVision_CheckBoxesWidget.cc HuiTVision_ContainerWidget.cc HuiTVision_DialogWidget.cc HuiTVision_GroupWidget.cc HuiTVision_InputLineWidget.cc HuiTVision_LabelWidget.cc HuiTVision_ListBoxWidget.cc HuiTVision_MenuBarWidget.cc HuiTVision_MenuButtonWidget.cc HuiTVision_MenuItemWidget.cc HuiTVision_MenuSeparatorWidget.cc HuiTVision_MenuSubmenuWidget.cc HuiTVision_ProgressIndicatorWidget.cc HuiTVision_RadioMenuWidget.cc HuiTVision_TextEditWidget.cc HuiTVision_TitledWidget.cc HuiTVision_ToplevelWidget.cc HuiTVision_Widget.cc HuiTVision_WindowWidget.cc Makefile lib/tcl Makefile.inc1 Log: port libh to rhtvision instead of plain tvision since tvision 0.8.1 doesn't compile under gcc 3.x series. this commit will be followed by another serie of portability fixes for gcc 3.x Revision Changes Path 1.25 +2 -2 libh/Makefile.inc 1.26 +2 -2 libh/bin/tclh/Makefile 1.55 +2 -2 libh/include/hui/HuiTVision.hh 1.40 +2 -2 libh/lib/hui/HuiTVision.cc 1.38 +2 -2 libh/lib/hui/HuiTVision_ButtonWidget.cc 1.36 +4 -4 libh/lib/hui/HuiTVision_ButtonsGroupWidget.cc 1.39 +3 -3 libh/lib/hui/HuiTVision_CheckBoxesWidget.cc 1.38 +2 -2 libh/lib/hui/HuiTVision_ContainerWidget.cc 1.35 +2 -2 libh/lib/hui/HuiTVision_DialogWidget.cc 1.38 +2 -2 libh/lib/hui/HuiTVision_GroupWidget.cc 1.36 +9 -11 libh/lib/hui/HuiTVision_InputLineWidget.cc 1.37 +2 -2 libh/lib/hui/HuiTVision_LabelWidget.cc 1.36 +3 -3 libh/lib/hui/HuiTVision_ListBoxWidget.cc 1.34 +2 -2 libh/lib/hui/HuiTVision_MenuBarWidget.cc 1.34 +2 -2 libh/lib/hui/HuiTVision_MenuButtonWidget.cc 1.34 +2 -2 libh/lib/hui/HuiTVision_MenuItemWidget.cc 1.34 +2 -2 libh/lib/hui/HuiTVision_MenuSeparatorWidget.cc 1.35 +2 -2 libh/lib/hui/HuiTVision_MenuSubmenuWidget.cc 1.36 +2 -2 libh/lib/hui/HuiTVision_ProgressIndicatorWidget.cc 1.37 +3 -3 libh/lib/hui/HuiTVision_RadioMenuWidget.cc 1.36 +2 -2 libh/lib/hui/HuiTVision_TextEditWidget.cc 1.37 +2 -2 libh/lib/hui/HuiTVision_TitledWidget.cc 1.34 +2 -2 libh/lib/hui/HuiTVision_ToplevelWidget.cc 1.35 +2 -2 libh/lib/hui/HuiTVision_Widget.cc 1.36 +5 -4 libh/lib/hui/HuiTVision_WindowWidget.cc 1.11 +2 -2 libh/lib/hui/Makefile 1.31 +2 -2 libh/lib/tcl/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue Oct 1 20:16:15 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20BCA37B401 for ; Tue, 1 Oct 2002 20:16:15 -0700 (PDT) Received: from rtp1.SlowBlink.Com (rtp1.bsdwins.com [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AD4743E6E for ; Tue, 1 Oct 2002 20:16:14 -0700 (PDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: from rtp1.SlowBlink.Com (localhost [127.0.0.1]) by rtp1.SlowBlink.Com (8.12.6/8.12.5) with ESMTP id g923GGlU000847 for ; Tue, 1 Oct 2002 23:16:16 -0400 (EDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: (from antoine@localhost) by rtp1.SlowBlink.Com (8.12.6/8.12.5/Submit) id g923GG5e000846 for libh@FreeBSD.org; Tue, 1 Oct 2002 23:16:16 -0400 (EDT) Date: Tue, 1 Oct 2002 23:16:16 -0400 (EDT) From: Antoine Beaupré Message-Id: <200210020316.g923GG5e000846@rtp1.SlowBlink.Com> Subject: cvs commit: libh/lib/hui HuiTVision_ContainerWidget.cc To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/10/01 23:16:16 EDT Modified files: lib/hui HuiTVision_ContainerWidget.cc Log: gcc 3.x port nit: default function argument is already defined in header file, don't redefine Revision Changes Path 1.39 +2 -2 libh/lib/hui/HuiTVision_ContainerWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue Oct 1 20:19:10 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CC9337B401 for ; Tue, 1 Oct 2002 20:19:09 -0700 (PDT) Received: from rtp1.SlowBlink.Com (rtp1.bsdwins.com [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8649043E42 for ; Tue, 1 Oct 2002 20:19:08 -0700 (PDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: from rtp1.SlowBlink.Com (localhost [127.0.0.1]) by rtp1.SlowBlink.Com (8.12.6/8.12.5) with ESMTP id g923JAlU000880 for ; Tue, 1 Oct 2002 23:19:10 -0400 (EDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: (from antoine@localhost) by rtp1.SlowBlink.Com (8.12.6/8.12.5/Submit) id g923JABr000879 for libh@FreeBSD.org; Tue, 1 Oct 2002 23:19:10 -0400 (EDT) Date: Tue, 1 Oct 2002 23:19:10 -0400 (EDT) From: Antoine Beaupré Message-Id: <200210020319.g923JABr000879@rtp1.SlowBlink.Com> Subject: cvs commit: libh/lib/hui HuiTVision_TitledWidget.cc To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/10/01 23:19:10 EDT Modified files: lib/hui HuiTVision_TitledWidget.cc Log: gcc 3.x port nit: default function argument is already defined in header file, don't redefine Revision Changes Path 1.38 +2 -2 libh/lib/hui/HuiTVision_TitledWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue Oct 1 21:10:48 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE7AB37B401 for ; Tue, 1 Oct 2002 21:10:45 -0700 (PDT) Received: from aeimail.aei.ca (aeimail.aei.ca [206.123.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A9E43E65 for ; Tue, 1 Oct 2002 21:10:44 -0700 (PDT) (envelope-from anarcat@anarcat.ath.cx) Received: from shall.anarcat.ath.cx (yitpakx8f72dpeb5@dsl-56-223.aei.ca [216.221.37.223] (may be forged)) by aeimail.aei.ca (8.11.6/8.10.1) with ESMTP id g924AW325420; Wed, 2 Oct 2002 00:10:33 -0400 (EDT) Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 9BE5F3E1; Wed, 2 Oct 2002 00:15:16 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Wed, 2 Oct 2002 00:09:43 -0400 Date: Wed, 2 Oct 2002 00:09:43 -0400 From: The Anarcat To: Alexander Langer Cc: Alexander Langer , freebsd-libh@FreeBSD.ORG Subject: Re: cvs commit: libh/lib/sysinstall Feature.cc Message-ID: <20021002040943.GE5475@lenny.anarcat.ath.cx> Mail-Followup-To: The Anarcat , Alexander Langer , Alexander Langer , freebsd-libh@FreeBSD.ORG References: <20020927090323.GH47655@fump.kawo2.rwth-aachen.de> <4E55D5D7-D226-11D6-A69A-0050E4A0BB3F@anarcat.ath.cx> <20020927172252.GB54416@fump.kawo2.rwth-aachen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Yb+qhiCg54lqZFXW" Content-Disposition: inline In-Reply-To: <20020927172252.GB54416@fump.kawo2.rwth-aachen.de> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Yb+qhiCg54lqZFXW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri Sep 27, 2002 at 07:22:52PM +0200, Alexander Langer wrote: > Thus spake Antoine Beaupre (anarcat@anarcat.ath.cx): >=20 > > Maybe you could send me those packages here somehow (put them on my ftp= =20 > > or something...) >=20 > Deleted them :) >=20 > Just try to create e.g. the net/netcat port package. > That gave me errors. Hmmm...=20 root@lenny[/usr/ports/net/netcat]# !make make PKG_CMD=3D~anarcat/libh/release/scripts/pkgtools/pkg_create LIBH=3Dyes= package =3D=3D=3D> Building package for netcat-1.10_1 Adding files from pkg-plist to archive... bin/nc share/doc/netcat/README Done. No apparent problem here, although I couldn't find the package at the first run! After hacking the pkg_create script a little randomly: Index: pkg_create =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/libh/cvs/libh/release/scripts/pkgtools/pkg_create,v retrieving revision 1.1 diff -u -u -r1.1 pkg_create --- pkg_create 27 Sep 2002 09:56:40 -0000 1.1 +++ pkg_create 2 Oct 2002 04:08:16 -0000 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -x # $FreeBSD: libh/release/scripts/pkgtools/pkg_create,v 1.1 2002/09/27 09:5= 6:40 alex Exp $ # =20 @@ -120,7 +120,6 @@ # echo "[Feature \"$prfx$name$sufx\" \"$version\"] \\" >> $PKGTMP/SYSIN= STALL/features.tcl #done =20 -exit =20 cat >> $PKGTMP/SYSINSTALL/features.tcl <; Tue, 1 Oct 2002 21:16:21 -0700 (PDT) Received: from rtp1.SlowBlink.Com (rtp1.bsdwins.com [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8357043E3B for ; Tue, 1 Oct 2002 21:16:20 -0700 (PDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: from rtp1.SlowBlink.Com (localhost [127.0.0.1]) by rtp1.SlowBlink.Com (8.12.6/8.12.5) with ESMTP id g924GMlU011690 for ; Wed, 2 Oct 2002 00:16:22 -0400 (EDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: (from antoine@localhost) by rtp1.SlowBlink.Com (8.12.6/8.12.5/Submit) id g924GMgT011689 for libh@FreeBSD.org; Wed, 2 Oct 2002 00:16:22 -0400 (EDT) Date: Wed, 2 Oct 2002 00:16:22 -0400 (EDT) From: Antoine Beaupré Message-Id: <200210020416.g924GMgT011689@rtp1.SlowBlink.Com> Subject: cvs commit: libh/lib/hui HuiTVision_Widget.cc To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/10/02 00:16:22 EDT Modified files: lib/hui HuiTVision_Widget.cc Log: gcc 3.x port nit: default function argument is already defined in header file, don't redefine Revision Changes Path 1.36 +2 -2 libh/lib/hui/HuiTVision_Widget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Tue Oct 1 21:17: 8 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94B2737B401 for ; Tue, 1 Oct 2002 21:17:07 -0700 (PDT) Received: from rtp1.SlowBlink.Com (rtp1.bsdwins.com [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5FD743E3B for ; Tue, 1 Oct 2002 21:17:06 -0700 (PDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: from rtp1.SlowBlink.Com (localhost [127.0.0.1]) by rtp1.SlowBlink.Com (8.12.6/8.12.5) with ESMTP id g924H9lU011720 for ; Wed, 2 Oct 2002 00:17:09 -0400 (EDT) (envelope-from antoine@rtp1.SlowBlink.Com) Received: (from antoine@localhost) by rtp1.SlowBlink.Com (8.12.6/8.12.5/Submit) id g924H9kA011719 for libh@FreeBSD.org; Wed, 2 Oct 2002 00:17:09 -0400 (EDT) Date: Wed, 2 Oct 2002 00:17:09 -0400 (EDT) From: Antoine Beaupré Message-Id: <200210020417.g924H9kA011719@rtp1.SlowBlink.Com> Subject: cvs commit: libh/lib/hui HuiTVision_ListBoxWidget.cc To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2002/10/02 00:17:09 EDT Modified files: lib/hui HuiTVision_ListBoxWidget.cc Log: string.replace takes a string as second argument, not a char I don't know how this could even have been working before Revision Changes Path 1.37 +5 -5 libh/lib/hui/HuiTVision_ListBoxWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Oct 2 2: 1:31 2002 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 488FA37B401 for ; Wed, 2 Oct 2002 02:01:30 -0700 (PDT) Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6441E43E42 for ; Wed, 2 Oct 2002 02:01:29 -0700 (PDT) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (localhost [127.0.0.1]) by fump.kawo2.rwth-aachen.de (8.12.5/8.12.5) with ESMTP id g9293Du6090942; Wed, 2 Oct 2002 11:03:13 +0200 (CEST) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.12.5/8.12.5/Submit) id g9293DbA090941; Wed, 2 Oct 2002 11:03:13 +0200 (CEST) Date: Wed, 2 Oct 2002 11:03:13 +0200 From: Alexander Langer To: The Anarcat , freebsd-libh@FreeBSD.org Subject: Re: cvs commit: libh/lib/sysinstall PackageStream.cc Message-ID: <20021002090313.GA90861@fump.kawo2.rwth-aachen.de> References: <200210020103.g9213H53000490@rtp1.SlowBlink.Com> <20021002011057.GC5475@lenny.anarcat.ath.cx> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20021002011057.GC5475@lenny.anarcat.ath.cx> X-PGP-Fingerprint: 7EC1 5B98 4554 2A63 9079 2B2F 9A94 CD6F 7F14 EFA4 X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. User-Agent: Mutt/1.5.1i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Thus spake The Anarcat (anarcat@anarcat.ath.cx): > Alex, I hope this is a correct fix, but I doubt it is, so please > double-check this, since it seems too easy for me. :) I tried that before, IIRC. Somehow, the namespace is polluted. I'm going to test it once I'm back home. Cya Alex --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE9mrXXmpTNb38U76QRAokDAKDICiDKsHXgS9eeSe7AQySlMbWhKwCeKr+i bwbSDEfy/LRlMPhTxNOvOLY= =4PNQ -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message