From owner-cvs-all Sun May 12 0: 5:51 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id E300D37B407; Sun, 12 May 2002 00:05:37 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4C75MU79533; Sun, 12 May 2002 10:05:22 +0300 (EEST) (envelope-from ru) Date: Sun, 12 May 2002 10:05:21 +0300 From: Ruslan Ermilov To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans Cc: Bruce Evans , Dag-Erling Smorgrav Subject: Re: cvs commit: src/share/mk bsd.lib.mk Message-ID: <20020512070521.GA79173@sunbay.com> References: <20020510152512.GB14295@sunbay.com> <20020512013147.O4925-100000@gamplex.bde.org> <20020511105359.B11522@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: <20020511105359.B11522@dragon.nuxi.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 11, 2002 at 10:53:59AM -0700, David O'Brien wrote: > On Sun, May 12, 2002 at 01:40:50AM +1000, Bruce Evans wrote: > > > > Modified files: > > > > share/mk bsd.lib.mk > > > > Log: > > > > Get rid of the INTERNALSTATICLIB knob and just use plain INTERNAL= LIB. > > > > INTERNALLIB now implies NOPROFILE, NOMAN, and don't install anyth= ing. > > > > Add a NOLIB knob. > > > > > > > > Revision Changes Path > > > > 1.118 +12 -5 src/share/mk/bsd.lib.mk > > > > > > > This change "breaks" all bsd.lib.mk makefiles with INTERNALLIB but wi= thout > > > INTERNALSTATICLIB. These are: > > Is the breakage just to build libraries which are never used? >=20 > Define "breaks". Is it more than the "ran lib.a" part? I have been able > to do multiple `make world's on three platforms -- including sparc64 > which had very little already installed. So I know I don't break world. >=20 "Breaks" means it does unnecessary job now. That's why I took it in quotes. > > > gnu/lib/csu/Makefile > > > lib/csu/alpha/Makefile > > > lib/csu/i386-elf/Makefile > > > lib/csu/ia64/Makefile > > > lib/csu/powerpc/Makefile > > > lib/csu/sparc64/Makefile > > > lib/libgnumalloc/Makefile > > > lib/libresolv/Makefile > > > sys/boot/alpha/libalpha/Makefile > > > sys/boot/arc/lib/Makefile > > > sys/boot/i386/btx/lib/Makefile > > > sys/boot/pc98/btx/lib/Makefile > > > > > > These should be fixed by s/INTERNALLIB/NOLIB/ in them. >=20 > Uh gnu/lib/csu/Makefile already has NOLIB, so why did you list it as > "broken"? >=20 I searched for bsd.lib.mk makefiles with INTERNALLIB but without INTERNALSTATICLIB. > I'll look at them, but NOLIB means exactly that -- no .a should be built. > I know lib/libgnumalloc wants to build a .a or .so. So I have to wonder > if you read the diff. sys/boot/alpha/libalpha does produce a .a. >=20 NOLIB shouldn't exist at all. It should be implied by the missing LIB=3D assignment. And of couse NOLIB (or missing LIB=3D variant of it) should not imply NOMAN, etc. Please pass your further bsd.lib.mk changes for review through me. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE83hQxUkv4P6juNwoRApj+AJ45HKXlY6pTp955YOqayCLtr6p4YwCcD+Ou KFwRknGoJlgH+bjX/YjrCsM= =0OSo -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 0: 6:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC8E637B400; Sun, 12 May 2002 00:06:27 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4C76Rv33868; Sun, 12 May 2002 00:06:27 -0700 (PDT) (envelope-from des) Message-Id: <200205120706.g4C76Rv33868@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 12 May 2002 00:06:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/12 00:06:27 PDT Modified files: lib/libpam/modules/pam_krb5 pam_krb5.c Log: Don't declare krb5_mcc_ops, it's already declared in Revision Changes Path 1.9 +0 -2 src/lib/libpam/modules/pam_krb5/pam_krb5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 2:11:12 2002 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id BC05537B41E; Sun, 12 May 2002 02:09:53 -0700 (PDT) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.2/8.12.2) with ESMTP id g4C99liL048104; Sun, 12 May 2002 10:09:47 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.2/8.12.2/Submit) with UUCP id g4C99lWA048103; Sun, 12 May 2002 10:09:47 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.3/8.12.3) with ESMTP id g4C979jV014592; Sun, 12 May 2002 10:07:09 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200205120907.g4C979jV014592@grimreaper.grondar.org> To: David Greenman-Lawrence Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Date: Sun, 12 May 2002 10:07:09 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >jasone 2002/05/11 17:18:48 PDT > > Modified files: > . access > Log: > Resign my committer status. Not another one :-(. Jason, this makes me very sad. I really hope you can find the energy and inclination to join us again sometime. You've been a valuable member of the community. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 2:27:54 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 48E4737B404; Sun, 12 May 2002 02:27:44 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4C9Re088425; Sun, 12 May 2002 12:27:40 +0300 (EEST) (envelope-from ru) Date: Sun, 12 May 2002 12:27:40 +0300 From: Ruslan Ermilov To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xinstall xinstall.c Message-ID: <20020512092740.GA88218@sunbay.com> References: <200205111915.g4BJFGj29059@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="M9NhX3UHpAaciwkO" Content-Disposition: inline In-Reply-To: <200205111915.g4BJFGj29059@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --M9NhX3UHpAaciwkO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 11, 2002 at 12:15:15PM -0700, Marcel Moolenaar wrote: > marcel 2002/05/11 12:15:15 PDT >=20 > Modified files: > usr.bin/xinstall xinstall.c=20 > Log: > Add support for stripping non-native object files by using an > environment variable that specifies the name of the strip(1) > program to use. The envvar is "STRIPBIN". The more natural > choice would be "STRIP", but that one is taken already. > =20 > Revision Changes Path > 1.51 +5 -1 src/usr.bin/xinstall/xinstall.c >=20 FWIW, I plan to rename this to STRIP soon and document this in the manpage. Marcel already knew it, but he apparently could not wait longer while I fix .mk files. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --M9NhX3UHpAaciwkO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE83jWMUkv4P6juNwoRAtcUAJwJny7CSJXSiAHQ5YFDTRwCjWYnlQCdGYOU tYwWBx9VV9YLJemt67fQRHg= =sMso -----END PGP SIGNATURE----- --M9NhX3UHpAaciwkO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 3:24:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8607037B409; Sun, 12 May 2002 03:24:16 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CAOGB55856; Sun, 12 May 2002 03:24:16 -0700 (PDT) (envelope-from keramida) Message-Id: <200205121024.g4CAOGB55856@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 May 2002 03:24:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/12 03:24:15 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Fix a typo: two three -> two or three. PR: docs/37977 Submitted by: Chris Pepper Revision Changes Path 1.169 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 3:27: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AD7C37B407; Sun, 12 May 2002 03:27:06 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CAR6H56075; Sun, 12 May 2002 03:27:06 -0700 (PDT) (envelope-from keramida) Message-Id: <200205121027.g4CAR6H56075@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 May 2002 03:27:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/12 03:27:06 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Fix typo: screens -> screen. PR: docs/37981 Submitted by: Marc Fonvieille Revision Changes Path 1.170 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 3:30:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB1A537B406; Sun, 12 May 2002 03:30:05 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CAU5g56330; Sun, 12 May 2002 03:30:05 -0700 (PDT) (envelope-from keramida) Message-Id: <200205121030.g4CAU5g56330@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 May 2002 03:30:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/12 03:30:05 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Wrap 'exports' in tags where appropriate. PR: docs/37984 Submitted by: Marc Fonvieille Revision Changes Path 1.171 +3 -3 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 3:53: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB28637B400; Sun, 12 May 2002 03:53:01 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CAr1h57753; Sun, 12 May 2002 03:53:01 -0700 (PDT) (envelope-from brian) Message-Id: <200205121053.g4CAr1h57753@freefall.freebsd.org> From: Brian Somers Date: Sun, 12 May 2002 03:53:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libradius radlib_vs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/12 03:53:01 PDT Modified files: lib/libradius radlib_vs.h Log: Add a prototype for rad_get_vendor_attr(). Forgotten by: brian Revision Changes Path 1.2 +6 -8 src/lib/libradius/radlib_vs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 4:33:29 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 1D14F37B410; Sun, 12 May 2002 04:33:20 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4CBXJev019390; Sun, 12 May 2002 04:33:19 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4CBXJpD019389; Sun, 12 May 2002 04:33:19 -0700 (PDT) Date: Sun, 12 May 2002 04:33:19 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans , Bruce Evans , Dag-Erling Smorgrav Subject: Re: cvs commit: src/share/mk bsd.lib.mk Message-ID: <20020512043319.C19218@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans , Bruce Evans , Dag-Erling Smorgrav References: <20020510152512.GB14295@sunbay.com> <20020512013147.O4925-100000@gamplex.bde.org> <20020511105359.B11522@dragon.nuxi.com> <20020512070521.GA79173@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020512070521.GA79173@sunbay.com>; from ru@FreeBSD.org on Sun, May 12, 2002 at 10:05:21AM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 10:05:21AM +0300, Ruslan Ermilov wrote: > NOLIB shouldn't exist at all. It should be implied by the missing LIB= > assignment. And of couse NOLIB (or missing LIB= variant of it) should > not imply NOMAN, etc. Please pass your further bsd.lib.mk changes for > review through me. Why should NOLIB / lack of LIB= not imply NOMAN? We need a knob that says -- this .a (and only .a; no .so, no _p.a) is built as an intermediate step of building a binary. Such .a's by definition have no man pages. This is a common occurrence in our tree, and a Makefile writer should not have to add 4 additional knobs to get the desired functionality. Not to mention the use of some of the bsd.lib.mk knobs is not clear from their name, nor the CVS commit logs. If you are the owner of bsd.lib.mk to demand that I pass all submissions thru you, then you make the changes to remove NOMAN. You don't like my design, so there is little I can do for you. IF we had an architureal board to arbitrate differing opinions based on technical merit. Unfortunately we have no such body, nor anything even comes close to providing the needed gudience in w/in FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 4:44:32 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id E200F37B404; Sun, 12 May 2002 04:44:12 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4CBi5r97267; Sun, 12 May 2002 14:44:05 +0300 (EEST) (envelope-from ru) Date: Sun, 12 May 2002 14:44:05 +0300 From: Ruslan Ermilov To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans , Bruce Evans , Dag-Erling Smorgrav Subject: Re: cvs commit: src/share/mk bsd.lib.mk Message-ID: <20020512114405.GA96840@sunbay.com> References: <20020510152512.GB14295@sunbay.com> <20020512013147.O4925-100000@gamplex.bde.org> <20020511105359.B11522@dragon.nuxi.com> <20020512070521.GA79173@sunbay.com> <20020512043319.C19218@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline In-Reply-To: <20020512043319.C19218@dragon.nuxi.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 12, 2002 at 04:33:19AM -0700, David O'Brien wrote: > On Sun, May 12, 2002 at 10:05:21AM +0300, Ruslan Ermilov wrote: > > NOLIB shouldn't exist at all. It should be implied by the missing LIB= =3D > > assignment. And of couse NOLIB (or missing LIB=3D variant of it) should > > not imply NOMAN, etc. Please pass your further bsd.lib.mk changes for > > review through me. >=20 > Why should NOLIB / lack of LIB=3D not imply NOMAN? We need a knob that > says -- this .a (and only .a; no .so, no _p.a) is built as an > intermediate step of building a binary. Such .a's by definition have no > man pages. This is a common occurrence in our tree, and a Makefile > writer should not have to add 4 additional knobs to get the desired > functionality. Not to mention the use of some of the bsd.lib.mk knobs is > not clear from their name, nor the CVS commit logs. >=20 I think that NOLIB should be designated by the lack of LIB=3D, and NOMAN (in the case of internal library) should as such be designated by the lack of MAN=3D. I don't see why we should force NOMAN in that case. > If you are the owner of bsd.lib.mk to demand that I pass all submissions > thru you, then you make the changes to remove NOMAN. You don't like my > design, so there is little I can do for you. >=20 Sorry this sounded not quite polite from a non-native speaker. What I was actually trying to say is "could you please" because as you may have noticed I'm currently doing quite extensive amount of work under share/mk. > IF we had an architureal board to arbitrate differing opinions based on > technical merit. Unfortunately we have no such body, nor anything even > comes close to providing the needed gudience in w/in FreeBSD. >=20 We have it and it's called arch@FreeBSD.org. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE83lWFUkv4P6juNwoRAkurAKCL5zlUhagT5iUztBSeKsS3OO6aoACeJeUf HK2FfLgeg1iveFwfjYYLGOE= =rLEl -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 4:45:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7AE437B405; Sun, 12 May 2002 04:45:35 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CBjZa67392; Sun, 12 May 2002 04:45:35 -0700 (PDT) (envelope-from obrien) Message-Id: <200205121145.g4CBjZa67392@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 04:45:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src MAINTAINERS X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 04:45:35 PDT Modified files: . MAINTAINERS Log: Do as you want with GCC. Revision Changes Path 1.28 +0 -1 src/MAINTAINERS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 4:55:11 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 5F53F37B412; Sun, 12 May 2002 04:55:05 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4CBt4ev019743; Sun, 12 May 2002 04:55:04 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4CBt4tb019742; Sun, 12 May 2002 04:55:04 -0700 (PDT) Date: Sun, 12 May 2002 04:55:04 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans , Bruce Evans , Dag-Erling Smorgrav Subject: Re: cvs commit: src/share/mk bsd.lib.mk Message-ID: <20020512045504.B19431@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Bruce Evans , Bruce Evans , Dag-Erling Smorgrav References: <20020510152512.GB14295@sunbay.com> <20020512013147.O4925-100000@gamplex.bde.org> <20020511105359.B11522@dragon.nuxi.com> <20020512070521.GA79173@sunbay.com> <20020512043319.C19218@dragon.nuxi.com> <20020512114405.GA96840@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020512114405.GA96840@sunbay.com>; from ru@FreeBSD.org on Sun, May 12, 2002 at 02:44:05PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 02:44:05PM +0300, Ruslan Ermilov wrote: > > If you are the owner of bsd.lib.mk to demand that I pass all submissions > > thru you, then you make the changes to remove NOMAN. You don't like my > > design, so there is little I can do for you. > > Sorry this sounded not quite polite from a non-native speaker. What > I was actually trying to say is "could you please" because as you may > have noticed I'm currently doing quite extensive amount of work under > share/mk. I'll just not commit to bsd.{lib,prog,obj}.mk and that solves any problems for you. There is more than one way to program the make files and now that we have more than one person doing it there will be differing opinons on the implimentation as there is more than one that is adequate. In the old days we did not have enough people to cover all the needed functionality, so just having a single person add or fix fix something was appreciated and simple as there were no other "cooks in the kitchen". FreeBSD has gotten too big such that we now have too much coverage for some items. So in your .mk hacking, it would really simplfy the csu Makefiles if there was a bsd.sobj.mk that could be included to get he knowledge of how to build .So's with out all the other things that go into building a library. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 5: 1:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89BFF37B406; Sun, 12 May 2002 05:01:13 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CC1Da69654; Sun, 12 May 2002 05:01:13 -0700 (PDT) (envelope-from obrien) Message-Id: <200205121201.g4CC1Da69654@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 05:01:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools auto-host.h src/contrib/gcc/config/i386 freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 05:01:13 PDT Modified files: gnu/usr.bin/cc/cc_tools auto-host.h contrib/gcc/config/i386 freebsd.h Log: Fixes for building a.out bits. Submitted by: bde Revision Changes Path 1.48 +23 -5 src/contrib/gcc/config/i386/freebsd.h 1.5 +8 -1 src/gnu/usr.bin/cc/cc_tools/auto-host.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 5: 6:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8E6F37B403; Sun, 12 May 2002 05:06:19 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CC6JY73744; Sun, 12 May 2002 05:06:19 -0700 (PDT) (envelope-from obrien) Message-Id: <200205121206.g4CC6JY73744@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 05:06:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/c++filt Makefile src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cccp Makefile src/gnu/usr.bin/cc/cpp0 Makefile src/gnu/usr.bin/cc/f771 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 05:06:19 PDT Modified files: gnu/usr.bin/cc/c++filt Makefile gnu/usr.bin/cc/cc1 Makefile gnu/usr.bin/cc/cc1obj Makefile gnu/usr.bin/cc/cc1plus Makefile gnu/usr.bin/cc/cccp Makefile gnu/usr.bin/cc/cpp0 Makefile gnu/usr.bin/cc/f771 Makefile gnu/usr.bin/cc/tradcpp0 Makefile Log: Tidy up the cleanfiles. Revision Changes Path 1.13 +2 -0 src/gnu/usr.bin/cc/c++filt/Makefile 1.27 +1 -1 src/gnu/usr.bin/cc/cc1/Makefile 1.21 +1 -1 src/gnu/usr.bin/cc/cc1obj/Makefile 1.28 +1 -1 src/gnu/usr.bin/cc/cc1plus/Makefile 1.23 +1 -1 src/gnu/usr.bin/cc/cccp/Makefile 1.4 +1 -1 src/gnu/usr.bin/cc/cpp0/Makefile 1.8 +1 -1 src/gnu/usr.bin/cc/f771/Makefile 1.5 +2 -0 src/gnu/usr.bin/cc/tradcpp0/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 5:44: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9BA937B405; Sun, 12 May 2002 05:44:04 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CCi4r77862; Sun, 12 May 2002 05:44:04 -0700 (PDT) (envelope-from obrien) Message-Id: <200205121244.g4CCi4r77862@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 05:44:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libgcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 05:44:04 PDT Modified files: gnu/lib/libgcc Makefile Log: I was not strict enough with my ordering of things to satisfy make(1) nieve symbol evaluation which causes it to be very sensitive to macro ordering. Revision Changes Path 1.39 +26 -28 src/gnu/lib/libgcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 6:20:56 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 8D76737B405; Sun, 12 May 2002 06:20:46 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4CDKh103749; Sun, 12 May 2002 16:20:43 +0300 (EEST) (envelope-from ru) Date: Sun, 12 May 2002 16:20:43 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/csu/alpha Makefile src/lib/csu/i386-elf Makefile src/lib/csu/ia64 Makefile src/lib/csu/powerpc Makefile src/lib/csu/sparc64 Makefile Message-ID: <20020512132043.GG96840@sunbay.com> References: <200205111745.g4BHj3S13869@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Cgrdyab2wu3Akvjd" Content-Disposition: inline In-Reply-To: <200205111745.g4BHj3S13869@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Cgrdyab2wu3Akvjd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 11, 2002 at 10:45:03AM -0700, David E. O'Brien wrote: > obrien 2002/05/11 10:45:03 PDT >=20 > Modified files: > lib/csu/alpha Makefile=20 > lib/csu/i386-elf Makefile=20 > lib/csu/ia64 Makefile=20 > lib/csu/powerpc Makefile=20 > lib/csu/sparc64 Makefile=20 > Log: > Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB. > =20 s/NOMAN/NOLIB/ > Revision Changes Path > 1.18 +1 -4 src/lib/csu/alpha/Makefile > 1.12 +1 -4 src/lib/csu/i386-elf/Makefile > 1.6 +1 -4 src/lib/csu/ia64/Makefile > 1.4 +1 -5 src/lib/csu/powerpc/Makefile > 1.7 +1 -4 src/lib/csu/sparc64/Makefile --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --Cgrdyab2wu3Akvjd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE83mwrUkv4P6juNwoRAurtAJ0cuPgJf4GOJciW5NNKLk73XAnu3wCdEGL1 5ST5e5c+FozFaPVy4xZdM9g= =rgSP -----END PGP SIGNATURE----- --Cgrdyab2wu3Akvjd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 6:33:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFC8E37B406; Sun, 12 May 2002 06:33:09 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CDX9290277; Sun, 12 May 2002 06:33:09 -0700 (PDT) (envelope-from lioux) Message-Id: <200205121333.g4CDX9290277@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 12 May 2002 06:33:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/vobcopy Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/12 06:33:09 PDT Modified files: sysutils Makefile Added files: sysutils/vobcopy Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port vobcopy version 0.4.3: Decrypts and copies DVD .vob files Revision Changes Path 1.256 +1 -0 ports/sysutils/Makefile 1.1 +43 -0 ports/sysutils/vobcopy/Makefile (new) 1.1 +1 -0 ports/sysutils/vobcopy/distinfo (new) 1.1 +1 -0 ports/sysutils/vobcopy/pkg-comment (new) 1.1 +9 -0 ports/sysutils/vobcopy/pkg-descr (new) 1.1 +7 -0 ports/sysutils/vobcopy/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 6:33:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD39337B477; Sun, 12 May 2002 06:33:19 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CDXJN90319; Sun, 12 May 2002 06:33:19 -0700 (PDT) (envelope-from lioux) Message-Id: <200205121333.g4CDXJN90319@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 12 May 2002 06:33:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/12 06:33:19 PDT Modified files: . modules Log: vobcopy --> ports/sysutils/vobcopy Revision Changes Path 1.5088 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 6:38: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2E9C37B407; Sun, 12 May 2002 06:37:59 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CDbxk90910; Sun, 12 May 2002 06:37:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200205121337.g4CDbxk90910@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 06:37:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 06:37:59 PDT Modified files: . Makefile.inc1 Log: Quiet the peanut gallary and back out magical "breakage". Revision Changes Path 1.272 +4 -4 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 6:41:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A873737B405; Sun, 12 May 2002 06:41:28 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CDfSm96084; Sun, 12 May 2002 06:41:28 -0700 (PDT) (envelope-from ru) Message-Id: <200205121341.g4CDfSm96084@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 12 May 2002 06:41:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src MAINTAINERS X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/12 06:41:28 PDT Modified files: . MAINTAINERS Log: Document my willingness in maintaining share/mk infrastructure. Revision Changes Path 1.29 +1 -0 src/MAINTAINERS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 6:43:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E13AB37B404; Sun, 12 May 2002 06:43:21 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CDhL496207; Sun, 12 May 2002 06:43:21 -0700 (PDT) (envelope-from benno) Message-Id: <200205121343.g4CDhL496207@freefall.freebsd.org> From: Benno Rice Date: Sun, 12 May 2002 06:43:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/05/12 06:43:21 PDT Modified files: sys/powerpc/powerpc trap.c Log: More locking fixes. Revision Changes Path 1.21 +13 -3 src/sys/powerpc/powerpc/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 6:48:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AE1D37B405; Sun, 12 May 2002 06:48:53 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CDmro96592; Sun, 12 May 2002 06:48:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200205121348.g4CDmro96592@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 06:48:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.lib.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 06:48:53 PDT Modified files: share/mk bsd.lib.mk Log: Back out rev 1.118. Revision Changes Path 1.122 +5 -12 src/share/mk/bsd.lib.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 6:49:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC6C637B404; Sun, 12 May 2002 06:49:14 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CDnEL96631; Sun, 12 May 2002 06:49:14 -0700 (PDT) (envelope-from obrien) Message-Id: <200205121349.g4CDnEL96631@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 06:49:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/csu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 06:49:14 PDT Modified files: gnu/lib/csu Makefile Log: There is no more NOLIB. Revision Changes Path 1.6 +0 -1 src/gnu/lib/csu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 6:54:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAA8B37B40B; Sun, 12 May 2002 06:54:42 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CDsgt97264; Sun, 12 May 2002 06:54:42 -0700 (PDT) (envelope-from obrien) Message-Id: <200205121354.g4CDsgt97264@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 06:54:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha Makefile src/sys/boot/arc/lib Makefile src/sys/boot/efi/libefi Makefile src/sys/boot/ficl Makefile src/sys/boot/i386/btx/lib Makefile src/sys/boot/i386/libi386 Makefile src/sys/boot/ia64/libski ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 06:54:42 PDT Modified files: sys/boot/alpha/libalpha Makefile sys/boot/arc/lib Makefile sys/boot/efi/libefi Makefile sys/boot/ficl Makefile sys/boot/i386/btx/lib Makefile sys/boot/i386/libi386 Makefile sys/boot/ia64/libski Makefile sys/boot/ofw/libofw Makefile sys/boot/pc98/btx/lib Makefile sys/boot/pc98/libpc98 Makefile Log: Back out last commit. I expect our bsd.*.mk gods to remove the need for defining so many extra things in addition to INTERNALLIB. We don't like repetitive C code and we shouldn't for make code either. Revision Changes Path 1.12 +2 -0 src/sys/boot/alpha/libalpha/Makefile 1.8 +2 -0 src/sys/boot/arc/lib/Makefile 1.9 +3 -0 src/sys/boot/efi/libefi/Makefile 1.31 +2 -0 src/sys/boot/ficl/Makefile 1.7 +3 -0 src/sys/boot/i386/btx/lib/Makefile 1.24 +3 -0 src/sys/boot/i386/libi386/Makefile 1.7 +3 -0 src/sys/boot/ia64/libski/Makefile 1.6 +3 -0 src/sys/boot/ofw/libofw/Makefile 1.4 +3 -0 src/sys/boot/pc98/btx/lib/Makefile 1.10 +3 -0 src/sys/boot/pc98/libpc98/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 7: 6: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46DF137B401; Sun, 12 May 2002 07:05:59 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CE5x801940; Sun, 12 May 2002 07:05:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200205121405.g4CE5x801940@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 07:05:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libgcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 07:05:58 PDT Modified files: gnu/lib/libgcc Makefile Log: Properly build lb1spc.asm on Sparc64. Revision Changes Path 1.40 +28 -3 src/gnu/lib/libgcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 7:10:57 2002 Delivered-To: cvs-all@freebsd.org Received: from Www.HCRC.edu.tw (www.HCRC.edu.tw [163.28.64.11]) by hub.freebsd.org (Postfix) with ESMTP id 017D737B400 for ; Sun, 12 May 2002 07:10:27 -0700 (PDT) Received: from Www.HCRC.edu.tw (localhost [127.0.0.1]) by Www.HCRC.edu.tw (8.12.3/8.12.3) with ESMTP id g4CEAQPG076866 for ; Sun, 12 May 2002 22:10:26 +0800 (CST) Received: (from root@localhost) by Www.HCRC.edu.tw (8.12.3/8.12.3/Submit) id g4CEAPii076862 for cvs-all@FreeBSD.org.procmail; Sun, 12 May 2002 22:10:25 +0800 (CST) Received: from Terry.Dorm11.NCTU.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by Www.HCRC.edu.tw (8.12.3/8.12.3) with ESMTP id g4CEAOPG076849; Sun, 12 May 2002 22:10:25 +0800 (CST) Received: from Terry.Dorm11.NCTU.edu.tw (ijliao@localhost [127.0.0.1]) by Terry.Dorm11.NCTU.edu.tw (8.12.3/8.12.3) with ESMTP id g4CECG1M013305; Sun, 12 May 2002 22:12:19 +0800 (CST) (envelope-from ijliao@Terry.Dorm11.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm11.NCTU.edu.tw (8.12.3/8.12.3/Submit) id g4CECG5g013304; Sun, 12 May 2002 22:12:16 +0800 (CST) Date: Sun, 12 May 2002 22:12:15 +0800 From: Ying-Chieh Liao To: Mario Sergio Fujikawa Ferreira Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/vobcopy Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20020512141215.GA13087@terry.dragon2.net> References: <200205121333.g4CDX9290277@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <200205121333.g4CDX9290277@freefall.freebsd.org> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On =A4=E9, 5 12, 2002 at 06:33:09 -0700, Mario Sergio Fujikawa Ferreira wr= ote: > Modified files: > sysutils Makefile=20 > Added files: > sysutils/vobcopy Makefile distinfo pkg-comment pkg-descr=20 > pkg-plist=20 maybe graphics category is better ? ps. some DVD related ports are in graphics/ ... --=20 KISS : Keep It Simple, Stupid. --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE83ng/rMYBZRHAI4IRAgtXAKCzhxjvjVioJDt169GYDGMhvu+4bACffBlK vVG5IA6QwYcIWTBdii9E+xI= =QDxv -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 7:12:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B214C37B405; Sun, 12 May 2002 07:12:31 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CECV902435; Sun, 12 May 2002 07:12:31 -0700 (PDT) (envelope-from ume) Message-Id: <200205121412.g4CECV902435@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 12 May 2002 07:12:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ipcomp_core.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/05/12 07:12:30 PDT Modified files: sys/netinet6 ipcomp_core.c Log: Recent zlib does not like Z_FLUSH at the end of inflate(). Reported by: quak@mydiax.ch Obtained from: KAME MFC after: 2 days and approved by re Revision Changes Path 1.4 +7 -4 src/sys/netinet6/ipcomp_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 7:13:47 2002 Delivered-To: cvs-all@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id AF50237B403; Sun, 12 May 2002 07:13:41 -0700 (PDT) Received: from pulcherrima (pulcherrima [128.130.111.23]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id g4CEDeW27021; Sun, 12 May 2002 16:13:40 +0200 (MET DST) Date: Sun, 12 May 2002 16:13:37 +0200 (CEST) From: Gerald Pfeifer To: cvs-all@freebsd.org, Cc: "David O'Brien" , John Baldwin Subject: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h) In-Reply-To: <20020510215923.A81875@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 10 May 2002, David O'Brien wrote: > Well... it is really like an RC. There no chance of fixing this for > 3.1.0; BUT we should ask for clarification so we can get it fixed in > 3.1.1 if it is agreed to be a bug. Definitely. > Everyone should read this as: REPORT ALL GCC BUGS YOU FIND :-) > to "gcc-bugs@gcc.gnu.org". Better yet, please file a GNATS PR (GCC is using GNATS as well) following the instructions at . And if the bug you are seeing, *any* bug you are seeing, with GCC 3.1 or later is a regression from *any* previous version of GCC, please drop me a note and I will upgrade the priority of your PR so that it has highest chance of being fixed for GCC 3.1.1 or GCC 3.2. Gerald (gerald@gcc.gnu.org/gerald@freebsd.org) -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 7:23:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5507937B408; Sun, 12 May 2002 07:23:16 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CENGN03154; Sun, 12 May 2002 07:23:16 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205121423.g4CENGN03154@freefall.freebsd.org> From: Robert Watson Date: Sun, 12 May 2002 07:23:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/devinfo Makefile devinfo.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/12 07:23:15 PDT Modified files: usr.sbin/devinfo Makefile Added files: usr.sbin/devinfo devinfo.8 Log: Add a man page for the devinfo command; I'd argue devinfo is the single most useful new command added to FreeBSD 5.0, but maybe that's just me :-). Submitted by: Hiten Pandya Revision Changes Path 1.6 +2 -1 src/usr.sbin/devinfo/Makefile 1.1 +71 -0 src/usr.sbin/devinfo/devinfo.8 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 7:29: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABFD437B400; Sun, 12 May 2002 07:29:03 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CET3503450; Sun, 12 May 2002 07:29:03 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200205121429.g4CET3503450@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sun, 12 May 2002 07:29:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/emacs21 Makefile ports/editors/emacs21/files patch-lisp_dired.el X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2002/05/12 07:29:02 PDT Modified files: editors/emacs21 Makefile editors/emacs21/files patch-lisp_dired.el Log: Fix dired-mode for Japanese locale. Submitted by: IWATSUKI Hiroyuki Revision Changes Path 1.13 +1 -0 ports/editors/emacs21/Makefile 1.2 +1 -1 ports/editors/emacs21/files/patch-lisp_dired.el To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 7:29:48 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 90CA737B404; Sun, 12 May 2002 07:29:36 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4CETWd08475; Sun, 12 May 2002 17:29:32 +0300 (EEST) (envelope-from ru) Date: Sun, 12 May 2002 17:29:32 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: "David O'Brien" Subject: Re: cvs commit: src/share/mk bsd.lib.mk Message-ID: <20020512142932.GK96840@sunbay.com> References: <200205121348.g4CDmro96592@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mZBmBd1ZkdwT1ny" Content-Disposition: inline In-Reply-To: <200205121348.g4CDmro96592@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --5mZBmBd1ZkdwT1ny Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 12, 2002 at 06:48:53AM -0700, David E. O'Brien wrote: > obrien 2002/05/12 06:48:53 PDT >=20 > Modified files: > share/mk bsd.lib.mk=20 > Log: > Back out rev 1.118. > =20 > Revision Changes Path > 1.122 +5 -12 src/share/mk/bsd.lib.mk >=20 For the record. I did not ask David to back out this change, and I even said him I mostly liked it. Anyway, the change introduced a number of bugs like not building lib/libpam/modules manpages and attempting to build dummy libraries in INTERNALLIB-hinted makefiles without INTERNALSTATICLIB. The change also introduced the NOLIB knob which in my opinion would better be handled by merely omitting the LIB=3D assignment in the respective makefiles. Instead of fixing the bugs, David decided to back out his work and let me and BDE (the guys who pointed out the problems) work on it. I think the decision to back out was emotionally driven, and as such I thought I'd better mention that I intend to re-apply most of his changes tomorrow (in some form). I don't know if backing this out broke the world or release as I am currently in the process of another "make release" cycle testing my bsd.incs.mk changes, and I had to fix many other bugs for the parallel (-jX) "make release" to start working again. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --5mZBmBd1ZkdwT1ny Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE83nxMUkv4P6juNwoRAhK2AJ9jMdhoj2YZ9qMqRRUacnN+ea8VjwCdGlns 075JLOw4Qzh6q3kvv7mzwvE= =I0+c -----END PGP SIGNATURE----- --5mZBmBd1ZkdwT1ny-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 7:33:42 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 6E6C037B400; Sun, 12 May 2002 07:33:37 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.3/8.12.3) with SMTP id g4CEXJb5029842; Sun, 12 May 2002 10:33:20 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 12 May 2002 10:33:18 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/devinfo Makefile devinfo.8 In-Reply-To: <200205121423.g4CENGN03154@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FYI, this closes docs/37214, which I forgot to mention in the commit message. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Sun, 12 May 2002, Robert Watson wrote: > rwatson 2002/05/12 07:23:15 PDT > > Modified files: > usr.sbin/devinfo Makefile > Added files: > usr.sbin/devinfo devinfo.8 > Log: > Add a man page for the devinfo command; I'd argue devinfo is the single > most useful new command added to FreeBSD 5.0, but maybe that's just > me :-). > > Submitted by: Hiten Pandya > > Revision Changes Path > 1.6 +2 -1 src/usr.sbin/devinfo/Makefile > 1.1 +71 -0 src/usr.sbin/devinfo/devinfo.8 (new) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 8:14:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED06B37B403; Sun, 12 May 2002 08:14:08 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CFE8B10442; Sun, 12 May 2002 08:14:08 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205121514.g4CFE8B10442@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 12 May 2002 08:14:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/gtkwave Makefile distinfo pkg-comment pkg-descr pkg-plist ports/cad/gtkwave/files patch-alloc.h patch-main.c patch-print.c patch-v2l_debug.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/12 08:14:08 PDT Modified files: cad Makefile Added files: cad/gtkwave Makefile distinfo pkg-comment pkg-descr pkg-plist cad/gtkwave/files patch-alloc.h patch-main.c patch-print.c patch-v2l_debug.h Log: add gtkwave 2.0.0p1 Electronic Waveform Viewer Revision Changes Path 1.35 +1 -0 ports/cad/Makefile 1.1 +34 -0 ports/cad/gtkwave/Makefile (new) 1.1 +1 -0 ports/cad/gtkwave/distinfo (new) 1.1 +25 -0 ports/cad/gtkwave/files/patch-alloc.h (new) 1.1 +11 -0 ports/cad/gtkwave/files/patch-main.c (new) 1.1 +10 -0 ports/cad/gtkwave/files/patch-print.c (new) 1.1 +17 -0 ports/cad/gtkwave/files/patch-v2l_debug.h (new) 1.1 +1 -0 ports/cad/gtkwave/pkg-comment (new) 1.1 +5 -0 ports/cad/gtkwave/pkg-descr (new) 1.1 +47 -0 ports/cad/gtkwave/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 8:14:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A7B437B407; Sun, 12 May 2002 08:14:13 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CFEDa10473; Sun, 12 May 2002 08:14:13 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205121514.g4CFEDa10473@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 12 May 2002 08:14:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/12 08:14:13 PDT Modified files: . modules Log: gtkwave --> ports/cad/gtkwave Revision Changes Path 1.5089 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 8:24:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7FDF37B405; Sun, 12 May 2002 08:24:21 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CFOLC11163; Sun, 12 May 2002 08:24:21 -0700 (PDT) (envelope-from joerg) Message-Id: <200205121524.g4CFOLC11163@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 12 May 2002 08:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c fdreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/05/12 08:24:21 PDT Modified files: sys/isa fd.c fdreg.h Log: Increase the PIO timeout to approximately the value it used to have before rev 1.229 (~ 100 ms). According to bde, some (old) broken hardware could require it. In order to make timing more accurate than what could be achieved with a loop around DELAY(1), increase loop timing after the initial ~ 1 ms. Also, move the declaration of FDSTS_TIMEOUT out from fdreg.h into fd.c where it actually belongs to. MFC after: 2 days Revision Changes Path 1.230 +38 -3 src/sys/isa/fd.c 1.17 +0 -12 src/sys/isa/fdreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 8:45:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AC5537B406; Sun, 12 May 2002 08:45:29 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CFjTT12885; Sun, 12 May 2002 08:45:29 -0700 (PDT) (envelope-from bde) Message-Id: <200205121545.g4CFjTT12885@freefall.freebsd.org> From: Bruce Evans Date: Sun, 12 May 2002 08:45:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/12 08:45:28 PDT Modified files: sys/boot/i386/boot2 Makefile Log: Saved 176 bytes by compiling with -fno-guess-branch-probability. The default of -fguess-branch-probablility causes time optimizations (?) like rewriting `if (foo) x++;' as `if (!foo) goto forth; back: ; ...; forth: x++; goto back;". This is pessimizes space especially well on i386's because one short branch gets converted to 2 long ones. Removed -fno-align-foo since it is implied by -Os. Previous commit messages seem to have overstated the new alignment bugs in gcc. The only case that affects boot2 is that -fno-align-functions (or equivalently -falign-functions=1) actually gives -falign-functions=2. This is caused by FUNCTION_BOUNDARY being 2 (bytes) instead of 1. The default case where the optimization level is 1 and no alignment options are given is more broken. All alignments are minimal, modulo the bug in FUNCTION_BOUNDARY. This is caused by toplev.c setting defaults too early. Some hacks in previous commits ar not needed now, but may as well be kept until gcc is fixed. The previous on in the Makefile saved 96 bytes of text due to the wrong FUNCTION_BOUNDARY and 32 bytes of data due to unrelated bloat in the alignment of large objects. There aren't even any options to control alignment of data. Revision Changes Path 1.26 +1 -1 src/sys/boot/i386/boot2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 8:49:59 2002 Delivered-To: cvs-all@freebsd.org Received: from web21108.mail.yahoo.com (web21108.mail.yahoo.com [216.136.227.110]) by hub.freebsd.org (Postfix) with SMTP id B3F6D37B404 for ; Sun, 12 May 2002 08:49:53 -0700 (PDT) Message-ID: <20020512154953.73537.qmail@web21108.mail.yahoo.com> Received: from [62.254.0.5] by web21108.mail.yahoo.com via HTTP; Sun, 12 May 2002 08:49:53 PDT Date: Sun, 12 May 2002 08:49:53 -0700 (PDT) From: Hiten Pandya Reply-To: hiten@uk.FreeBSD.org Subject: Re: cvs commit: src/sys/isa fd.c fdreg.h To: Joerg Wunsch , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200205121524.g4CFOLC11163@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Joerg Wunsch wrote: > Log: > Increase the PIO timeout to approximately the value it used to have > before rev 1.229 (~ 100 ms). According to bde, some (old) broken > hardware could require it. In order to make timing more accurate than > what could be achieved with a loop around DELAY(1), increase loop > timing after the initial ~ 1 ms. I have been long getting "fd0: autoselection timed out" when I run sysintall(8) on -CURRENT. Hmm. -- Hiten __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 8:51:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C10237B401; Sun, 12 May 2002 08:51:39 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CFpd513319; Sun, 12 May 2002 08:51:39 -0700 (PDT) (envelope-from bde) Message-Id: <200205121551.g4CFpd513319@freefall.freebsd.org> From: Bruce Evans Date: Sun, 12 May 2002 08:51:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.pre.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/12 08:51:39 PDT Modified files: sys/conf kern.pre.mk Log: Translated -malign-functions=4 to -falign-functions=16 for the new gcc. Revision Changes Path 1.12 +1 -1 src/sys/conf/kern.pre.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9: 1:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EED2D37B41F; Sun, 12 May 2002 09:01:00 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CG10M15023; Sun, 12 May 2002 09:01:00 -0700 (PDT) (envelope-from ru) Message-Id: <200205121601.g4CG10M15023@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 12 May 2002 09:01:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile Makefile.inc1 src/gnu/include Makefile src/usr.bin/lex Makefile src/gnu/lib/libdialog Makefile src/gnu/lib/libg2c Makefile src/gnu/lib/libiberty Makefile src/gnu/lib/libobjc Makefile src/gnu/lib/libreadline/readline ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/12 09:01:00 PDT Modified files: . Makefile Makefile.inc1 gnu/include Makefile usr.bin/lex Makefile gnu/lib/libdialog Makefile gnu/lib/libg2c Makefile gnu/lib/libiberty Makefile gnu/lib/libobjc Makefile gnu/lib/libreadline/readline Makefile gnu/lib/libregex Makefile gnu/lib/libstdc++ Makefile gnu/lib/libsupc++ Makefile include Makefile include/rpc Makefile include/rpcsvc Makefile kerberos5 Makefile.inc kerberos5/lib/libasn1 Makefile kerberos5/lib/libgssapi Makefile kerberos5/lib/libkrb5 Makefile kerberos5/lib/libroken Makefile kerberos5/lib/libtelnet Makefile kerberos5/usr.bin/krb5-config Makefile kerberosIV Makefile.inc kerberosIV/lib/libacl Makefile kerberosIV/lib/libkadm Makefile kerberosIV/lib/libkafs Makefile kerberosIV/lib/libkdb Makefile kerberosIV/lib/libkrb Makefile kerberosIV/lib/libtelnet Makefile lib/libisc Makefile lib/libmilter Makefile lib/libmp Makefile lib/libncurses Makefile lib/libpam/libpam Makefile lib/libpcap Makefile lib/libstand Makefile lib/libwrap Makefile lib/msun Makefile secure/lib/libcrypto Makefile Makefile.inc secure/lib/libssl Makefile secure/lib/libtelnet Makefile share/mk Makefile bsd.lib.mk bsd.own.mk bsd.prog.mk bsd.subdir.mk Added files: include/arpa Makefile include/protocols Makefile share/mk bsd.incs.mk Log: Added new bsd.incs.mk which handles installing of header files via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release". Revision Changes Path 1.256 +1 -1 src/Makefile 1.273 +21 -107 src/Makefile.inc1 1.10 +1 -4 src/gnu/include/Makefile 1.35 +2 -5 src/gnu/lib/libdialog/Makefile 1.9 +2 -4 src/gnu/lib/libg2c/Makefile 1.3 +4 -7 src/gnu/lib/libiberty/Makefile 1.14 +2 -5 src/gnu/lib/libobjc/Makefile 1.10 +1 -1 src/gnu/lib/libreadline/readline/Makefile 1.23 +2 -4 src/gnu/lib/libregex/Makefile 1.29 +5 -14 src/gnu/lib/libstdc++/Makefile 1.3 +2 -5 src/gnu/lib/libsupc++/Makefile 1.169 +8 -24 src/include/Makefile 1.1 +7 -0 src/include/arpa/Makefile (new) 1.1 +7 -0 src/include/protocols/Makefile (new) 1.2 +2 -8 src/include/rpc/Makefile 1.25 +5 -10 src/include/rpcsvc/Makefile 1.11 +1 -11 src/kerberos5/Makefile.inc 1.14 +1 -1 src/kerberos5/lib/libasn1/Makefile 1.4 +1 -3 src/kerberos5/lib/libgssapi/Makefile 1.10 +2 -4 src/kerberos5/lib/libkrb5/Makefile 1.11 +1 -1 src/kerberos5/lib/libroken/Makefile 1.15 +1 -1 src/kerberos5/lib/libtelnet/Makefile 1.5 +1 -1 src/kerberos5/usr.bin/krb5-config/Makefile 1.12 +0 -8 src/kerberosIV/Makefile.inc 1.6 +2 -3 src/kerberosIV/lib/libacl/Makefile 1.6 +2 -3 src/kerberosIV/lib/libkadm/Makefile 1.6 +2 -4 src/kerberosIV/lib/libkafs/Makefile 1.4 +2 -3 src/kerberosIV/lib/libkdb/Makefile 1.9 +2 -5 src/kerberosIV/lib/libkrb/Makefile 1.12 +1 -1 src/kerberosIV/lib/libtelnet/Makefile 1.6 +1 -1 src/lib/libisc/Makefile 1.2 +1 -1 src/lib/libmilter/Makefile 1.5 +1 -5 src/lib/libmp/Makefile 1.53 +7 -14 src/lib/libncurses/Makefile 1.38 +3 -10 src/lib/libpam/libpam/Makefile 1.30 +2 -7 src/lib/libpcap/Makefile 1.35 +1 -4 src/lib/libstand/Makefile 1.10 +2 -6 src/lib/libwrap/Makefile 1.30 +2 -5 src/lib/msun/Makefile 1.45 +3 -5 src/secure/lib/libcrypto/Makefile 1.25 +3 -8 src/secure/lib/libcrypto/Makefile.inc 1.12 +3 -13 src/secure/lib/libssl/Makefile 1.28 +1 -1 src/secure/lib/libtelnet/Makefile 1.38 +1 -1 src/share/mk/Makefile 1.1 +81 -0 src/share/mk/bsd.incs.mk (new) 1.123 +10 -19 src/share/mk/bsd.lib.mk 1.35 +0 -13 src/share/mk/bsd.own.mk 1.120 +4 -6 src/share/mk/bsd.prog.mk 1.40 +1 -1 src/share/mk/bsd.subdir.mk 1.18 +2 -4 src/usr.bin/lex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9: 4:50 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 3DAFF37B401; Sun, 12 May 2002 09:04:29 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4CG4QV14782; Sun, 12 May 2002 19:04:26 +0300 (EEST) (envelope-from ru) Date: Sun, 12 May 2002 19:04:26 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile Makefile.inc1 src/gnu/include Makefile src/usr.bin/lex Makefile src/gnu/lib/libdialog Makefile src/gnu/lib/libg2c Makefile src/gnu/lib/libiberty Makefile src/gnu/lib/libobjc Makefile src/gnu/lib/libreadline/readline ... Message-ID: <20020512160426.GP96840@sunbay.com> References: <200205121601.g4CG10M15023@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zxEKvxCKojqA/Afl" Content-Disposition: inline In-Reply-To: <200205121601.g4CG10M15023@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --zxEKvxCKojqA/Afl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Forgot to mention. bsd.prog.mk now includes bsd.incs.mk and as such also supports INCS. On Sun, May 12, 2002 at 09:01:00AM -0700, Ruslan Ermilov wrote: > ru 2002/05/12 09:01:00 PDT >=20 > Modified files: > . Makefile Makefile.inc1=20 > gnu/include Makefile=20 > usr.bin/lex Makefile=20 > gnu/lib/libdialog Makefile=20 > gnu/lib/libg2c Makefile=20 > gnu/lib/libiberty Makefile=20 > gnu/lib/libobjc Makefile=20 > gnu/lib/libreadline/readline Makefile=20 > gnu/lib/libregex Makefile=20 > gnu/lib/libstdc++ Makefile=20 > gnu/lib/libsupc++ Makefile=20 > include Makefile=20 > include/rpc Makefile=20 > include/rpcsvc Makefile=20 > kerberos5 Makefile.inc=20 > kerberos5/lib/libasn1 Makefile=20 > kerberos5/lib/libgssapi Makefile=20 > kerberos5/lib/libkrb5 Makefile=20 > kerberos5/lib/libroken Makefile=20 > kerberos5/lib/libtelnet Makefile=20 > kerberos5/usr.bin/krb5-config Makefile=20 > kerberosIV Makefile.inc=20 > kerberosIV/lib/libacl Makefile=20 > kerberosIV/lib/libkadm Makefile=20 > kerberosIV/lib/libkafs Makefile=20 > kerberosIV/lib/libkdb Makefile=20 > kerberosIV/lib/libkrb Makefile=20 > kerberosIV/lib/libtelnet Makefile=20 > lib/libisc Makefile=20 > lib/libmilter Makefile=20 > lib/libmp Makefile=20 > lib/libncurses Makefile=20 > lib/libpam/libpam Makefile=20 > lib/libpcap Makefile=20 > lib/libstand Makefile=20 > lib/libwrap Makefile=20 > lib/msun Makefile=20 > secure/lib/libcrypto Makefile Makefile.inc=20 > secure/lib/libssl Makefile=20 > secure/lib/libtelnet Makefile=20 > share/mk Makefile bsd.lib.mk bsd.own.mk=20 > bsd.prog.mk bsd.subdir.mk=20 > Added files: > include/arpa Makefile=20 > include/protocols Makefile=20 > share/mk bsd.incs.mk=20 > Log: > Added new bsd.incs.mk which handles installing of header files > via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to > handle symlinking include files. Allow for multiple groups of > include files to be installed, with the powerful INCSGROUPS knob. > Documentation to follow. > =20 > Added standard `includes' and `incsinstall' targets, use them > in Makefile.inc1. Headers from the following makefiles were > not installed before (during `includes' in Makefile.inc1): > =20 > kerberos5/lib/libtelnet/Makefile > lib/libbz2/Makefile > lib/libdevinfo/Makefile > lib/libform/Makefile > lib/libisc/Makefile > lib/libmenu/Makefile > lib/libmilter/Makefile > lib/libpanel/Makefile > =20 > Replaced all `beforeinstall' targets for installing includes > with the INCS stuff. > =20 > Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, > and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, > and INCMODE. > =20 > Consistently use INCLUDEDIR instead of /usr/include. > =20 > gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes > were only lightly tested due to the missing contrib/libstdc++-v3. > I fully tested the pre-WIP_GCC31 version of this patch with the > contrib/libstdc++.295 stuff. > =20 > These changes have been tested on i386 with the -DNO_WERROR "make > world" and "make release". > =20 > Revision Changes Path > 1.256 +1 -1 src/Makefile > 1.273 +21 -107 src/Makefile.inc1 > 1.10 +1 -4 src/gnu/include/Makefile > 1.35 +2 -5 src/gnu/lib/libdialog/Makefile > 1.9 +2 -4 src/gnu/lib/libg2c/Makefile > 1.3 +4 -7 src/gnu/lib/libiberty/Makefile > 1.14 +2 -5 src/gnu/lib/libobjc/Makefile > 1.10 +1 -1 src/gnu/lib/libreadline/readline/Makefile > 1.23 +2 -4 src/gnu/lib/libregex/Makefile > 1.29 +5 -14 src/gnu/lib/libstdc++/Makefile > 1.3 +2 -5 src/gnu/lib/libsupc++/Makefile > 1.169 +8 -24 src/include/Makefile > 1.1 +7 -0 src/include/arpa/Makefile (new) > 1.1 +7 -0 src/include/protocols/Makefile (new) > 1.2 +2 -8 src/include/rpc/Makefile > 1.25 +5 -10 src/include/rpcsvc/Makefile > 1.11 +1 -11 src/kerberos5/Makefile.inc > 1.14 +1 -1 src/kerberos5/lib/libasn1/Makefile > 1.4 +1 -3 src/kerberos5/lib/libgssapi/Makefile > 1.10 +2 -4 src/kerberos5/lib/libkrb5/Makefile > 1.11 +1 -1 src/kerberos5/lib/libroken/Makefile > 1.15 +1 -1 src/kerberos5/lib/libtelnet/Makefile > 1.5 +1 -1 src/kerberos5/usr.bin/krb5-config/Makefile > 1.12 +0 -8 src/kerberosIV/Makefile.inc > 1.6 +2 -3 src/kerberosIV/lib/libacl/Makefile > 1.6 +2 -3 src/kerberosIV/lib/libkadm/Makefile > 1.6 +2 -4 src/kerberosIV/lib/libkafs/Makefile > 1.4 +2 -3 src/kerberosIV/lib/libkdb/Makefile > 1.9 +2 -5 src/kerberosIV/lib/libkrb/Makefile > 1.12 +1 -1 src/kerberosIV/lib/libtelnet/Makefile > 1.6 +1 -1 src/lib/libisc/Makefile > 1.2 +1 -1 src/lib/libmilter/Makefile > 1.5 +1 -5 src/lib/libmp/Makefile > 1.53 +7 -14 src/lib/libncurses/Makefile > 1.38 +3 -10 src/lib/libpam/libpam/Makefile > 1.30 +2 -7 src/lib/libpcap/Makefile > 1.35 +1 -4 src/lib/libstand/Makefile > 1.10 +2 -6 src/lib/libwrap/Makefile > 1.30 +2 -5 src/lib/msun/Makefile > 1.45 +3 -5 src/secure/lib/libcrypto/Makefile > 1.25 +3 -8 src/secure/lib/libcrypto/Makefile.inc > 1.12 +3 -13 src/secure/lib/libssl/Makefile > 1.28 +1 -1 src/secure/lib/libtelnet/Makefile > 1.38 +1 -1 src/share/mk/Makefile > 1.1 +81 -0 src/share/mk/bsd.incs.mk (new) > 1.123 +10 -19 src/share/mk/bsd.lib.mk > 1.35 +0 -13 src/share/mk/bsd.own.mk > 1.120 +4 -6 src/share/mk/bsd.prog.mk > 1.40 +1 -1 src/share/mk/bsd.subdir.mk > 1.18 +2 -4 src/usr.bin/lex/Makefile --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --zxEKvxCKojqA/Afl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE83pKKUkv4P6juNwoRAgm1AJsELU2juOwJuzgGY7/CJvzed7dMpQCeLHdt vqQ5XvSS4UOxy/gqyUL5NLg= =VnjZ -----END PGP SIGNATURE----- --zxEKvxCKojqA/Afl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9: 6:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 0236037B400; Sun, 12 May 2002 09:06:31 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id CAA18144; Mon, 13 May 2002 02:06:23 +1000 Date: Mon, 13 May 2002 02:08:31 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Gerald Pfeifer Cc: cvs-all@FreeBSD.org, , "David O'Brien" , John Baldwin Subject: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h) In-Reply-To: Message-ID: <20020513020240.M10195-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 May 2002, Gerald Pfeifer wrote: > And if the bug you are seeing, *any* bug you are seeing, with GCC 3.1 > or later is a regression from *any* previous version of GCC, please > drop me a note and I will upgrade the priority of your PR so that it > has highest chance of being fixed for GCC 3.1.1 or GCC 3.2. Do efficiency bugs count? makeworld is about 50% slower with gcc-3.1 than with gcc-2.9x. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9: 7: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE55537B403; Sun, 12 May 2002 09:06:44 -0700 (PDT) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CG6i019435; Sun, 12 May 2002 09:06:44 -0700 (PDT) (envelope-from motoyuki) Message-Id: <200205121606.g4CG6i019435@freefall.freebsd.org> From: Motoyuki Konno Date: Sun, 12 May 2002 09:06:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal internal.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG motoyuki 2002/05/12 09:06:44 PDT Modified files: en/internal internal.sgml Log: Fix wrong link. Contributors list is /articles/contributors/index.html Revision Changes Path 1.21 +2 -2 www/en/internal/internal.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9:10:49 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id D36AD37B400; Sun, 12 May 2002 09:10:45 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id C8511319937; Sun, 12 May 2002 11:10:42 -0500 (CDT) Date: Sun, 12 May 2002 11:10:42 -0500 From: "David W. Chapman Jr." To: Bruce Evans Cc: Gerald Pfeifer , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, David O'Brien , John Baldwin Subject: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h) Message-ID: <20020512161042.GB52586@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Bruce Evans , Gerald Pfeifer , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, David O'Brien , John Baldwin References: <20020513020240.M10195-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020513020240.M10195-100000@gamplex.bde.org> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 13, 2002 at 02:08:31AM +1000, Bruce Evans wrote: > On Sun, 12 May 2002, Gerald Pfeifer wrote: > > > And if the bug you are seeing, *any* bug you are seeing, with GCC 3.1 > > or later is a regression from *any* previous version of GCC, please > > drop me a note and I will upgrade the priority of your PR so that it > > has highest chance of being fixed for GCC 3.1.1 or GCC 3.2. > > Do efficiency bugs count? makeworld is about 50% slower with gcc-3.1 > than with gcc-2.9x. > Is that because you can't make with -j or comparing old make buildworld to new make buildworld without -j ? -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9:21:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ECEC37B404; Sun, 12 May 2002 09:21:23 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CGLNW20625; Sun, 12 May 2002 09:21:23 -0700 (PDT) (envelope-from ru) Message-Id: <200205121621.g4CGLNW20625@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 12 May 2002 09:21:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/alpha Makefile src/lib/csu/i386-elf Makefile src/lib/csu/ia64 Makefile src/lib/csu/powerpc Makefile src/lib/csu/sparc64 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/12 09:21:23 PDT Modified files: lib/csu/alpha Makefile lib/csu/i386-elf Makefile lib/csu/ia64 Makefile lib/csu/powerpc Makefile lib/csu/sparc64 Makefile Log: Revert the last change. The corresponding bsd.lib.mk changes were already backed out. Revision Changes Path 1.19 +4 -1 src/lib/csu/alpha/Makefile 1.13 +4 -1 src/lib/csu/i386-elf/Makefile 1.7 +4 -1 src/lib/csu/ia64/Makefile 1.5 +5 -1 src/lib/csu/powerpc/Makefile 1.8 +4 -1 src/lib/csu/sparc64/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9:24:46 2002 Delivered-To: cvs-all@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 30D5B37B400; Sun, 12 May 2002 09:24:40 -0700 (PDT) Received: from cicely5.cicely.de (cicely5.cicely.de [IPv6:3ffe:400:8d0:301:200:92ff:fe9b:20e7]) (authenticated bits=0) by srv1.cosmo-project.de (8.12.3/8.12.3) with ESMTP id g4CGORYW043294 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 12 May 2002 18:24:30 +0200 (CEST) (envelope-from ticso@cicely5.cicely.de) Received: from cicely5.cicely.de (localhost [IPv6:::1]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g4CGOPT5039541 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 12 May 2002 18:24:26 +0200 (CEST)?g (envelope-from ticso@cicely5.cicely.de) Received: (from ticso@localhost) by cicely5.cicely.de (8.12.1/8.12.1/Submit) id g4CGOPjJ039540; Sun, 12 May 2002 18:24:25 +0200 (CEST)?g (envelope-from ticso) Date: Sun, 12 May 2002 18:24:24 +0200 From: Bernd Walter To: Bruce Evans , Gerald Pfeifer , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "David O'Brien" , John Baldwin Subject: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h) Message-ID: <20020512162424.GM30437@cicely5.cicely.de> References: <20020513020240.M10195-100000@gamplex.bde.org> <20020512161042.GB52586@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020512161042.GB52586@leviathan.inethouston.net> User-Agent: Mutt/1.3.26i X-Operating-System: FreeBSD cicely5.cicely.de 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 11:10:42AM -0500, David W. Chapman Jr. wrote: > On Mon, May 13, 2002 at 02:08:31AM +1000, Bruce Evans wrote: > > On Sun, 12 May 2002, Gerald Pfeifer wrote: > > > > > And if the bug you are seeing, *any* bug you are seeing, with GCC 3.1 > > > or later is a regression from *any* previous version of GCC, please > > > drop me a note and I will upgrade the priority of your PR so that it > > > has highest chance of being fixed for GCC 3.1.1 or GCC 3.2. > > > > Do efficiency bugs count? makeworld is about 50% slower with gcc-3.1 > > than with gcc-2.9x. > > > Is that because you can't make with -j or comparing old make > buildworld to new make buildworld without -j ? I also see increased time on alpha. About 5 hours instead of just about 3 hours as usual. Build is done always without -j and on the same machine and OS. Not that it's important to me - I just noticed. -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9:29:17 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 3B88137B401; Sun, 12 May 2002 09:28:55 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4CGSpi16446; Sun, 12 May 2002 19:28:51 +0300 (EEST) (envelope-from ru) Date: Sun, 12 May 2002 19:28:51 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile Makefile.inc1 src/gnu/include Makefile src/usr.bin/lex Makefile src/gnu/lib/libdialog Makefile src/gnu/lib/libg2c Makefile src/gnu/lib/libiberty Makefile src/gnu/lib/libobjc Makefile src/gnu/lib/libreadline/readline ... Message-ID: <20020512162851.GC15560@sunbay.com> References: <200205121601.g4CG10M15023@freefall.freebsd.org> <20020512160426.GP96840@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s9fJI615cBHmzTOP" Content-Disposition: inline In-Reply-To: <20020512160426.GP96840@sunbay.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --s9fJI615cBHmzTOP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable There are also some related release/Makefile changes pending the re@'s review. On Sun, May 12, 2002 at 07:04:26PM +0300, Ruslan Ermilov wrote: > Forgot to mention. bsd.prog.mk now includes bsd.incs.mk and as > such also supports INCS. >=20 > On Sun, May 12, 2002 at 09:01:00AM -0700, Ruslan Ermilov wrote: > > ru 2002/05/12 09:01:00 PDT > >=20 > > Modified files: > > . Makefile Makefile.inc1=20 > > gnu/include Makefile=20 > > usr.bin/lex Makefile=20 > > gnu/lib/libdialog Makefile=20 > > gnu/lib/libg2c Makefile=20 > > gnu/lib/libiberty Makefile=20 > > gnu/lib/libobjc Makefile=20 > > gnu/lib/libreadline/readline Makefile=20 > > gnu/lib/libregex Makefile=20 > > gnu/lib/libstdc++ Makefile=20 > > gnu/lib/libsupc++ Makefile=20 > > include Makefile=20 > > include/rpc Makefile=20 > > include/rpcsvc Makefile=20 > > kerberos5 Makefile.inc=20 > > kerberos5/lib/libasn1 Makefile=20 > > kerberos5/lib/libgssapi Makefile=20 > > kerberos5/lib/libkrb5 Makefile=20 > > kerberos5/lib/libroken Makefile=20 > > kerberos5/lib/libtelnet Makefile=20 > > kerberos5/usr.bin/krb5-config Makefile=20 > > kerberosIV Makefile.inc=20 > > kerberosIV/lib/libacl Makefile=20 > > kerberosIV/lib/libkadm Makefile=20 > > kerberosIV/lib/libkafs Makefile=20 > > kerberosIV/lib/libkdb Makefile=20 > > kerberosIV/lib/libkrb Makefile=20 > > kerberosIV/lib/libtelnet Makefile=20 > > lib/libisc Makefile=20 > > lib/libmilter Makefile=20 > > lib/libmp Makefile=20 > > lib/libncurses Makefile=20 > > lib/libpam/libpam Makefile=20 > > lib/libpcap Makefile=20 > > lib/libstand Makefile=20 > > lib/libwrap Makefile=20 > > lib/msun Makefile=20 > > secure/lib/libcrypto Makefile Makefile.inc=20 > > secure/lib/libssl Makefile=20 > > secure/lib/libtelnet Makefile=20 > > share/mk Makefile bsd.lib.mk bsd.own.mk=20 > > bsd.prog.mk bsd.subdir.mk=20 > > Added files: > > include/arpa Makefile=20 > > include/protocols Makefile=20 > > share/mk bsd.incs.mk=20 > > Log: > > Added new bsd.incs.mk which handles installing of header files > > via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to > > handle symlinking include files. Allow for multiple groups of > > include files to be installed, with the powerful INCSGROUPS knob. > > Documentation to follow. > > =20 > > Added standard `includes' and `incsinstall' targets, use them > > in Makefile.inc1. Headers from the following makefiles were > > not installed before (during `includes' in Makefile.inc1): > > =20 > > kerberos5/lib/libtelnet/Makefile > > lib/libbz2/Makefile > > lib/libdevinfo/Makefile > > lib/libform/Makefile > > lib/libisc/Makefile > > lib/libmenu/Makefile > > lib/libmilter/Makefile > > lib/libpanel/Makefile > > =20 > > Replaced all `beforeinstall' targets for installing includes > > with the INCS stuff. > > =20 > > Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, > > and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, > > and INCMODE. > > =20 > > Consistently use INCLUDEDIR instead of /usr/include. > > =20 > > gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes > > were only lightly tested due to the missing contrib/libstdc++-v3. > > I fully tested the pre-WIP_GCC31 version of this patch with the > > contrib/libstdc++.295 stuff. > > =20 > > These changes have been tested on i386 with the -DNO_WERROR "make > > world" and "make release". > > =20 > > Revision Changes Path > > 1.256 +1 -1 src/Makefile > > 1.273 +21 -107 src/Makefile.inc1 > > 1.10 +1 -4 src/gnu/include/Makefile > > 1.35 +2 -5 src/gnu/lib/libdialog/Makefile > > 1.9 +2 -4 src/gnu/lib/libg2c/Makefile > > 1.3 +4 -7 src/gnu/lib/libiberty/Makefile > > 1.14 +2 -5 src/gnu/lib/libobjc/Makefile > > 1.10 +1 -1 src/gnu/lib/libreadline/readline/Makefile > > 1.23 +2 -4 src/gnu/lib/libregex/Makefile > > 1.29 +5 -14 src/gnu/lib/libstdc++/Makefile > > 1.3 +2 -5 src/gnu/lib/libsupc++/Makefile > > 1.169 +8 -24 src/include/Makefile > > 1.1 +7 -0 src/include/arpa/Makefile (new) > > 1.1 +7 -0 src/include/protocols/Makefile (new) > > 1.2 +2 -8 src/include/rpc/Makefile > > 1.25 +5 -10 src/include/rpcsvc/Makefile > > 1.11 +1 -11 src/kerberos5/Makefile.inc > > 1.14 +1 -1 src/kerberos5/lib/libasn1/Makefile > > 1.4 +1 -3 src/kerberos5/lib/libgssapi/Makefile > > 1.10 +2 -4 src/kerberos5/lib/libkrb5/Makefile > > 1.11 +1 -1 src/kerberos5/lib/libroken/Makefile > > 1.15 +1 -1 src/kerberos5/lib/libtelnet/Makefile > > 1.5 +1 -1 src/kerberos5/usr.bin/krb5-config/Makefile > > 1.12 +0 -8 src/kerberosIV/Makefile.inc > > 1.6 +2 -3 src/kerberosIV/lib/libacl/Makefile > > 1.6 +2 -3 src/kerberosIV/lib/libkadm/Makefile > > 1.6 +2 -4 src/kerberosIV/lib/libkafs/Makefile > > 1.4 +2 -3 src/kerberosIV/lib/libkdb/Makefile > > 1.9 +2 -5 src/kerberosIV/lib/libkrb/Makefile > > 1.12 +1 -1 src/kerberosIV/lib/libtelnet/Makefile > > 1.6 +1 -1 src/lib/libisc/Makefile > > 1.2 +1 -1 src/lib/libmilter/Makefile > > 1.5 +1 -5 src/lib/libmp/Makefile > > 1.53 +7 -14 src/lib/libncurses/Makefile > > 1.38 +3 -10 src/lib/libpam/libpam/Makefile > > 1.30 +2 -7 src/lib/libpcap/Makefile > > 1.35 +1 -4 src/lib/libstand/Makefile > > 1.10 +2 -6 src/lib/libwrap/Makefile > > 1.30 +2 -5 src/lib/msun/Makefile > > 1.45 +3 -5 src/secure/lib/libcrypto/Makefile > > 1.25 +3 -8 src/secure/lib/libcrypto/Makefile.inc > > 1.12 +3 -13 src/secure/lib/libssl/Makefile > > 1.28 +1 -1 src/secure/lib/libtelnet/Makefile > > 1.38 +1 -1 src/share/mk/Makefile > > 1.1 +81 -0 src/share/mk/bsd.incs.mk (new) > > 1.123 +10 -19 src/share/mk/bsd.lib.mk > > 1.35 +0 -13 src/share/mk/bsd.own.mk > > 1.120 +4 -6 src/share/mk/bsd.prog.mk > > 1.40 +1 -1 src/share/mk/bsd.subdir.mk > > 1.18 +2 -4 src/usr.bin/lex/Makefile >=20 > --=20 > Ruslan Ermilov Sysadmin and DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine >=20 > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --s9fJI615cBHmzTOP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE83phDUkv4P6juNwoRAo8WAJ9UycgkNLs6rW3CJ9YEvd4AWJPf9QCfX0OI JYXt/+B1m2DERSj70WwU4KM= =zGTI -----END PGP SIGNATURE----- --s9fJI615cBHmzTOP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9:30:16 2002 Delivered-To: cvs-all@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id A59C137B404; Sun, 12 May 2002 09:30:07 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id SAA15349; Sun, 12 May 2002 18:30:04 +0200 (CEST) Received: (from j@localhost) by uriah.heep.sax.de (8.11.6/8.11.6) id g4CGOx847379; Sun, 12 May 2002 18:24:59 +0200 (MET DST) (envelope-from j) Date: Sun, 12 May 2002 18:24:59 +0200 From: Joerg Wunsch To: hiten@uk.FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa fd.c fdreg.h Message-ID: <20020512182459.K91528@uriah.heep.sax.de> Reply-To: Joerg Wunsch Mail-Followup-To: Joerg Wunsch , hiten@uk.FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205121524.g4CFOLC11163@freefall.freebsd.org> <20020512154953.73537.qmail@web21108.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020512154953.73537.qmail@web21108.mail.yahoo.com>; from hitmaster2k@yahoo.com on Sun, May 12, 2002 at 08:49:53AM -0700 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As Hiten Pandya wrote: > > Increase the PIO timeout to approximately the value it used to have > > before rev 1.229 (~ 100 ms). According to bde, some (old) broken > > hardware could require it. In order to make timing more accurate than > > what could be achieved with a loop around DELAY(1), increase loop > > timing after the initial ~ 1 ms. > > I have been long getting "fd0: autoselection timed out" when I run > sysintall(8) on -CURRENT. Hmm. That's quite normal and unrelated to the above commit (which fixed something i've committed a couple of days ago). What you're seeing is that sysinstall probes all devices it can find, thus also the floppy drives. If you don't have any medium in the drive, the attempt to query the medium density will fail. It just reminds me that bde asked me months ago to remove the autoselection message. Originally i found it a good thing to know which medium size the kernel had detected; meanwhile i think they are merely annoying, too. :) I'll hide them behind "if (bootverbose)". -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9:35:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6639737B400; Sun, 12 May 2002 09:35:34 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CGZYr21729; Sun, 12 May 2002 09:35:34 -0700 (PDT) (envelope-from ru) Message-Id: <200205121635.g4CGZYr21729@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 12 May 2002 09:35:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/csu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/12 09:35:34 PDT Modified files: gnu/lib/csu Makefile Log: NOLIB is gone; put INTERNALLIB back for now. Revision Changes Path 1.7 +2 -0 src/gnu/lib/csu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 9:52:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54AE537B404; Sun, 12 May 2002 09:52:41 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CGqfT22795; Sun, 12 May 2002 09:52:41 -0700 (PDT) (envelope-from mi) Message-Id: <200205121652.g4CGqfT22795@freefall.freebsd.org> From: Mikhail Teterin Date: Sun, 12 May 2002 09:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam-pgsql Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/05/12 09:52:40 PDT Modified files: security/pam-pgsql Makefile distinfo pkg-descr Log: Upgrade to 0.5.2-5 and transfer maintainership to Andrey Pevnev. Add another WWW to the pkg-descr. Woken up by: Andrey Pevnev Revision Changes Path 1.11 +5 -4 ports/security/pam-pgsql/Makefile 1.5 +1 -1 ports/security/pam-pgsql/distinfo 1.3 +1 -0 ports/security/pam-pgsql/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 10:17:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA6D237B409; Sun, 12 May 2002 10:17:46 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CHHks27978; Sun, 12 May 2002 10:17:46 -0700 (PDT) (envelope-from joerg) Message-Id: <200205121717.g4CHHks27978@freefall.freebsd.org> From: Joerg Wunsch Date: Sun, 12 May 2002 10:17:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/05/12 10:17:46 PDT Modified files: sys/isa fd.c Log: Hide the fd autoselection messages behind the bootverbose case so they stop bothering people on their consoles. Revision Changes Path 1.231 +5 -3 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 10:31:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33B5437B401; Sun, 12 May 2002 10:31:13 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CHVDf28900; Sun, 12 May 2002 10:31:13 -0700 (PDT) (envelope-from obrien) Message-Id: <200205121731.g4CHVDf28900@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 10:31:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 10:31:13 PDT Modified files: contrib/gcc/config/i386 freebsd.h Log: do-while ASM_OUTPUT_ALIGN to enable its use in more places. Revision Changes Path 1.49 +5 -3 src/contrib/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 10:32:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B8CC37B40A; Sun, 12 May 2002 10:32:08 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CHW8a28948; Sun, 12 May 2002 10:32:08 -0700 (PDT) (envelope-from knu) Message-Id: <200205121732.g4CHW8a28948@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 12 May 2002 10:32:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/12 10:32:08 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add myself as a member of the portmgr team. Revision Changes Path 1.180 +1 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 10:32:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id 88B5437B400; Sun, 12 May 2002 10:32:25 -0700 (PDT) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.3/8.12.2) with ESMTP id g4CHWNla004937; Sun, 12 May 2002 19:32:23 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.3/8.12.3/Submit) id g4CHWNvM004936; Sun, 12 May 2002 19:32:23 +0200 (CEST) Date: Sun, 12 May 2002 19:32:23 +0200 From: Wilko Bulte To: Gerald Pfeifer Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, "David O'Brien" , John Baldwin Subject: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h) Message-ID: <20020512193223.A4841@freebie.xs4all.nl> References: <20020510215923.A81875@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Sun, May 12, 2002 at 04:13:37PM +0200 X-OS: FreeBSD 4.6-PRERELEASE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 04:13:37PM +0200, Gerald Pfeifer wrote: > On Fri, 10 May 2002, David O'Brien wrote: > > Well... it is really like an RC. There no chance of fixing this for > > 3.1.0; BUT we should ask for clarification so we can get it fixed in > > 3.1.1 if it is agreed to be a bug. > > Definitely. > > > Everyone should read this as: REPORT ALL GCC BUGS YOU FIND :-) > > to "gcc-bugs@gcc.gnu.org". > > Better yet, please file a GNATS PR (GCC is using GNATS as well) following > the instructions at . > > And if the bug you are seeing, *any* bug you are seeing, with GCC 3.1 > or later is a regression from *any* previous version of GCC, please > drop me a note and I will upgrade the priority of your PR so that it > has highest chance of being fixed for GCC 3.1.1 or GCC 3.2. After a -current buildworld on Alpha I get during a make buildkernel: cc -c -O -pipe -mcpu=ev4 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include -D_KERNEL -ffreestanding -include opt_global.h -fno-common -mno-fp-regs -ffixed-8 -Wa,-mev56 -ffreestanding vers.c linking kernel.debug alphadump.o: In function `dumpsys': alphadump.o(.text+0x0): multiple definition of `dumpsys' kern_shutdown.o(.text+0xf38): first defined here /usr/obj/usr/src/alpha/usr/libexec/elf/ld: Warning: size of symbol `dumpsys' changed from 48 to 1220 in alphadump.o *** Error code 1 Stop in /usr/obj/usr/src/sys/DS10. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ???? -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 10:40: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 4384237B401; Sun, 12 May 2002 10:40:00 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4CHdxev044687; Sun, 12 May 2002 10:39:59 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4CHdxpq044686; Sun, 12 May 2002 10:39:59 -0700 (PDT) Date: Sun, 12 May 2002 10:39:59 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.lib.mk Message-ID: <20020512103959.B44494@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205121348.g4CDmro96592@freefall.freebsd.org> <20020512142932.GK96840@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020512142932.GK96840@sunbay.com>; from ru@FreeBSD.org on Sun, May 12, 2002 at 05:29:32PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 05:29:32PM +0300, Ruslan Ermilov wrote: > On Sun, May 12, 2002 at 06:48:53AM -0700, David E. O'Brien wrote: > > obrien 2002/05/12 06:48:53 PDT > > > > Modified files: > > share/mk bsd.lib.mk > > Log: > > Back out rev 1.118. > > > > Revision Changes Path > > 1.122 +5 -12 src/share/mk/bsd.lib.mk > > > For the record. I did not ask David to back out this change, and > I even said him I mostly liked it. Anyway, the change introduced . Huh??????? You did not want it backed out?? You found fought the with primary feature I added and the things the feature did. I have at least 5 emails from you on the subject. One which simply said little more than "remove NOLIB". I have no idea how I could have removed the feature (which you did say you wanted), and kept any of the rest of the change. Which part of 1.118 did I do right? > Instead of fixing the bugs, David decided to back out his work and > let me and BDE (the guys who pointed out the problems) work on it. Actually you. BDE didn't say much on this topic. > I think the decision to back out was emotionally driven, and as such > I thought I'd better mention that I intend to re-apply most of his > changes tomorrow (in some form). ??? I am all ears, I did not see in your emails where you said anything positive about any of 1.122. Please don't make me suffer in anticipation like Star Wars Episode II. Can you email me a trailer to tomorrow's commit? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 10:40:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87B1A37B404; Sun, 12 May 2002 10:40:06 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CHe6a29262; Sun, 12 May 2002 10:40:06 -0700 (PDT) (envelope-from knu) Message-Id: <200205121740.g4CHe6a29262@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 12 May 2002 10:40:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/zsh+euc_hack Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/12 10:40:06 PDT Modified files: shells/zsh+euc_hack Makefile Added files: shells/zsh+euc_hack pkg-descr Log: Add pkg-descr. Suggested by: max Revision Changes Path 1.2 +1 -0 ports/shells/zsh+euc_hack/Makefile 1.1 +23 -0 ports/shells/zsh+euc_hack/pkg-descr (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 10:41:33 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 7E77D37B401; Sun, 12 May 2002 10:41:27 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4CHfLev044706; Sun, 12 May 2002 10:41:21 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4CHfKRr044705; Sun, 12 May 2002 10:41:20 -0700 (PDT) Date: Sun, 12 May 2002 10:41:20 -0700 From: "David O'Brien" To: Wilko Bulte Cc: Gerald Pfeifer , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, John Baldwin Subject: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h) Message-ID: <20020512104120.C44494@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , Wilko Bulte , Gerald Pfeifer , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, John Baldwin References: <20020510215923.A81875@dragon.nuxi.com> <20020512193223.A4841@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020512193223.A4841@freebie.xs4all.nl>; from wkb@freebie.xs4all.nl on Sun, May 12, 2002 at 07:32:23PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 07:32:23PM +0200, Wilko Bulte wrote: > After a -current buildworld on Alpha I get during a make buildkernel: ... > alphadump.o(.text+0x0): multiple definition of `dumpsys' > kern_shutdown.o(.text+0xf38): first defined here > /usr/obj/usr/src/alpha/usr/libexec/elf/ld: Warning: size of symbol `dumpsys' > changed from 48 to 1220 in alphadump.o > *** Error code 1 That isn't a GCC bug. But rather a feature of `ld' letting you know that for some reason it had to link in two .o's that have the same global symbol in each. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 11:10:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20E2A37B400; Sun, 12 May 2002 11:10:49 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CIAnc35079; Sun, 12 May 2002 11:10:49 -0700 (PDT) (envelope-from jake) Message-Id: <200205121810.g4CIAnc35079@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 12 May 2002 11:10:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/05/12 11:10:49 PDT Modified files: sys/sparc64/conf GENERIC Log: Enable KTR_TRAP by default. Revision Changes Path 1.17 +1 -1 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 11:27:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A185637B403; Sun, 12 May 2002 11:27:28 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CIRSi37052; Sun, 12 May 2002 11:27:28 -0700 (PDT) (envelope-from marcel) Message-Id: <200205121827.g4CIRSi37052@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 12 May 2002 11:27:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/12 11:27:28 PDT Modified files: sys/kern kern_shutdown.c Log: Fix alpha build. The alpha has dumpsys implemented. While here, revert the condition to list the machines for which dumpsys has not been implemented. Reported by: wilko Revision Changes Path 1.128 +1 -1 src/sys/kern/kern_shutdown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 11:31:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DB1B37B400; Sun, 12 May 2002 11:31:25 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CIVP837498; Sun, 12 May 2002 11:31:25 -0700 (PDT) (envelope-from mp) Message-Id: <200205121831.g4CIVP837498@freefall.freebsd.org> From: Mark Peek Date: Sun, 12 May 2002 11:31:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/psim-freebsd Makefile distinfo ports/emulators/psim-freebsd/files patch-bfd-archures.c patch-bfd-cpu-powerpc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2002/05/12 11:31:25 PDT Modified files: emulators/psim-freebsd Makefile distinfo Log: Update to gdb-5.2 release. Revision Changes Path 1.10 +3 -10 ports/emulators/psim-freebsd/Makefile 1.10 +1 -1 ports/emulators/psim-freebsd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 11:31:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A0EF37B403; Sun, 12 May 2002 11:31:25 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CIVP937504; Sun, 12 May 2002 11:31:25 -0700 (PDT) (envelope-from mp) Message-Id: <200205121831.g4CIVP937504@freefall.freebsd.org> From: Mark Peek Date: Sun, 12 May 2002 11:31:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/psim-freebsd Makefile distinfo ports/emulators/psim-freebsd/files patch-bfd-archures.c patch-bfd-cpu-powerpc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2002/05/12 11:31:25 PDT Added files: emulators/psim-freebsd/files patch-bfd-archures.c patch-bfd-cpu-powerpc.c Log: Patches to gdb-5.2 from the gdb CVS repository. These are needed to properly enumerate all the cpu architectures. Revision Changes Path 1.1 +38 -0 ports/emulators/psim-freebsd/files/patch-bfd-archures.c (new) 1.1 +202 -0 ports/emulators/psim-freebsd/files/patch-bfd-cpu-powerpc.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 11:34: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from pt-quorum.com (pt-quorum.com [209.10.167.210]) by hub.freebsd.org (Postfix) with ESMTP id 2D1A237B404; Sun, 12 May 2002 11:34:05 -0700 (PDT) Received: from gw.tex.bogus (195-23-206-95.nr.ip.pt [195.23.206.95]) by pt-quorum.com (Postfix) with ESMTP id 0C4E8EC1A; Sun, 12 May 2002 19:33:02 +0100 (WEST) Received: by gw.tex.bogus (Postfix, from userid 1001) id 8F63524B; Sun, 12 May 2002 19:32:19 +0100 (WEST) Date: Sun, 12 May 2002 19:32:18 +0100 From: Nuno Teixeira To: Dag-Erling Smorgrav Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/games Makefile ports/games/abuse_sdl Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/abuse_sdl/files patch-Makefile.in patch-configure Message-ID: <20020512183217.GA289@gw.tex.bogus> References: <200205112157.g4BLveH48590@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205112157.g4BLveH48590@freefall.freebsd.org> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.6-PRERELEASE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Des, I think that pr ports/34215 can be closed. Thanks, Nuno Teixeira On Sat, May 11, 2002 at 02:57:40PM -0700, Dag-Erling Smorgrav wrote: > des 2002/05/11 14:57:40 PDT > > Modified files: > games Makefile > Added files: > games/abuse_sdl Makefile distinfo pkg-comment pkg-descr > pkg-plist > games/abuse_sdl/files patch-Makefile.in patch-configure > Log: > An SDL port of the Abuse game engine > > Revision Changes Path > 1.457 +1 -0 ports/games/Makefile > 1.1 +24 -0 ports/games/abuse_sdl/Makefile (new) > 1.1 +1 -0 ports/games/abuse_sdl/distinfo (new) > 1.1 +11 -0 ports/games/abuse_sdl/files/patch-Makefile.in (new) > 1.1 +11 -0 ports/games/abuse_sdl/files/patch-configure (new) > 1.1 +1 -0 ports/games/abuse_sdl/pkg-comment (new) > 1.1 +15 -0 ports/games/abuse_sdl/pkg-descr (new) > 1.1 +5 -0 ports/games/abuse_sdl/pkg-plist (new) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- /* PGP fingerprint: C6D1 06ED EB54 A99C 6B14 6732 0A5D 810D 727D F6C6 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 11:37:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB8EA37B404; Sun, 12 May 2002 11:37:32 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CIbWk38728; Sun, 12 May 2002 11:37:32 -0700 (PDT) (envelope-from keramida) Message-Id: <200205121837.g4CIbWk38728@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 May 2002 11:37:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/preface preface.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/12 11:37:32 PDT Modified files: en_US.ISO8859-1/books/handbook/preface preface.sgml Log: Add a few applications tags to mark up the names of KDE, Mathematica, and a few others. PR: docs/37988 Submitted by: Marc Fonvieille Revision Changes Path 1.4 +4 -4 doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 11:40:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1F5337B403; Sun, 12 May 2002 11:40:55 -0700 (PDT) Received: (from keith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CIetW39437; Sun, 12 May 2002 11:40:55 -0700 (PDT) (envelope-from keith) Message-Id: <200205121840.g4CIetW39437@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Sun, 12 May 2002 11:40:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/gap Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keith 2002/05/12 11:40:55 PDT Modified files: math Makefile Added files: math/gap Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add GAP 4.3, a free system for computational discrete algebra. Revision Changes Path 1.174 +1 -0 ports/math/Makefile 1.1 +46 -0 ports/math/gap/Makefile (new) 1.1 +4 -0 ports/math/gap/distinfo (new) 1.1 +1 -0 ports/math/gap/pkg-comment (new) 1.1 +5 -0 ports/math/gap/pkg-descr (new) 1.1 +7699 -0 ports/math/gap/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 11:42:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3C0637B401; Sun, 12 May 2002 11:42:05 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CIg5K40745; Sun, 12 May 2002 11:42:05 -0700 (PDT) (envelope-from alc) Message-Id: <200205121842.g4CIg5K40745@freefall.freebsd.org> From: Alan Cox Date: Sun, 12 May 2002 11:42:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/05/12 11:42:05 PDT Modified files: sys/vm vm_map.c Log: o Remove GIANT_REQUIRED and an excessive number of blank lines from vm_map_inherit(). (minherit() need not acquire Giant anymore.) Revision Changes Path 1.234 +0 -10 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 11:45:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 679C337B401; Sun, 12 May 2002 11:45:23 -0700 (PDT) Received: (from keith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CIjND40965; Sun, 12 May 2002 11:45:23 -0700 (PDT) (envelope-from keith) Message-Id: <200205121845.g4CIjND40965@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Sun, 12 May 2002 11:45:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keith 2002/05/12 11:45:23 PDT Modified files: . LEGAL Log: Add GAP, can't be sold for profits. Revision Changes Path 1.243 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 12:24:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AAFE37B403; Sun, 12 May 2002 12:24:10 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CJOAt46891; Sun, 12 May 2002 12:24:10 -0700 (PDT) (envelope-from phk) Message-Id: <200205121924.g4CJOAt46891@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 12:24:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/df Makefile df.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/12 12:24:10 PDT Modified files: bin/df Makefile df.c Log: Remove the private code for reading UFS superblocks, this does not belong in df(1) when we have multiple filesystem types, and the complications of handling UFS2 pushes this over the edge. Use the .../mount/extern.h to get prototypes of the functions we borrow from there. Constify things to match. (why aren't these functions in a lib anyway ?) Make everything static and set WARNS?=5. The way the "df diskdevice" thing works for unmounted diskdevices is not very general. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.15 +2 -0 src/bin/df/Makefile 1.38 +33 -109 src/bin/df/df.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 12:37:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52EC937B403; Sun, 12 May 2002 12:37:51 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CJbpS47785; Sun, 12 May 2002 12:37:51 -0700 (PDT) (envelope-from knu) Message-Id: <200205121937.g4CJbpS47785@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 12 May 2002 12:37:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/12 12:37:51 PDT Modified files: . modules Log: Prefix ja- to p5-Date-Japanese-Era. Pointed out by: Kimura Fuyuki Revision Changes Path 1.5090 +1 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 12:41:45 2002 Delivered-To: cvs-all@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 6969237B40A; Sun, 12 May 2002 12:41:41 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id PAA04722; Sun, 12 May 2002 15:41:41 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g4CJfAK07751; Sun, 12 May 2002 15:41:10 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) Date: Sun, 12 May 2002 15:41:10 -0400 From: Andrew Gallatin To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <20020512154110.A7728@grasshopper.cs.duke.edu> References: <200205121827.g4CIRSi37052@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205121827.g4CIRSi37052@freefall.freebsd.org>; from marcel@FreeBSD.org on Sun, May 12, 2002 at 11:27:28AM -0700 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry about that. I thought that I committed this when I added back crashdump support for alpha. Obviously, CVS was not cooprerating. Drew Marcel Moolenaar [marcel@FreeBSD.org] wrote: > marcel 2002/05/12 11:27:28 PDT > > Modified files: > sys/kern kern_shutdown.c > Log: > Fix alpha build. The alpha has dumpsys implemented. > While here, revert the condition to list the machines > for which dumpsys has not been implemented. > > Reported by: wilko > > Revision Changes Path > 1.128 +1 -1 src/sys/kern/kern_shutdown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 12:42:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41DBC37B401; Sun, 12 May 2002 12:42:15 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CJgFE48174; Sun, 12 May 2002 12:42:15 -0700 (PDT) (envelope-from knu) Message-Id: <200205121942.g4CJgFE48174@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 12 May 2002 12:42:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-rss Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/12 12:42:15 PDT Modified files: textproc/ruby-rss Makefile Log: Update the RUN_DEPENDS entry for ruby-xmlparser. Revision Changes Path 1.4 +1 -1 ports/textproc/ruby-rss/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 12:48:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D826237B404; Sun, 12 May 2002 12:48:13 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CJmDo48634; Sun, 12 May 2002 12:48:13 -0700 (PDT) (envelope-from knu) Message-Id: <200205121948.g4CJmDo48634@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 12 May 2002 12:48:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-romp Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/12 12:48:13 PDT Modified files: net/ruby-romp Makefile distinfo pkg-plist Log: Chase a repack. Seems two files were just dropped and the rest was not touched at all. Submitted by: bento Revision Changes Path 1.4 +2 -2 ports/net/ruby-romp/Makefile 1.3 +1 -1 ports/net/ruby-romp/distinfo 1.2 +0 -1 ports/net/ruby-romp/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 12:51:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0151337B401; Sun, 12 May 2002 12:51:05 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CJp4q48981; Sun, 12 May 2002 12:51:04 -0700 (PDT) (envelope-from knu) Message-Id: <200205121951.g4CJp4q48981@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 12 May 2002 12:51:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/chasen-base Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/12 12:51:04 PDT Modified files: japanese/chasen-base Makefile Log: Define INSTALLS_SHLIB properly. Found by: bento, portlint Revision Changes Path 1.4 +3 -2 ports/japanese/chasen-base/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 12:54:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80C4737B400; Sun, 12 May 2002 12:54:13 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CJsDY49165; Sun, 12 May 2002 12:54:13 -0700 (PDT) (envelope-from knu) Message-Id: <200205121954.g4CJsDY49165@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 12 May 2002 12:54:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/ruby-bigfloat Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/12 12:54:13 PDT Modified files: math/ruby-bigfloat Makefile distinfo pkg-plist Log: Update to 1.2.0. Note: the library name has been downcased. (BigFloat -> bigfloat) Revision Changes Path 1.14 +1 -1 ports/math/ruby-bigfloat/Makefile 1.8 +1 -1 ports/math/ruby-bigfloat/distinfo 1.5 +1 -1 ports/math/ruby-bigfloat/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 12:56:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1582C37B401; Sun, 12 May 2002 12:56:32 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CJuWs49349; Sun, 12 May 2002 12:56:32 -0700 (PDT) (envelope-from phk) Message-Id: <200205121956.g4CJuWs49349@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 12:56:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs fs.h src/sys/ufs/ffs fs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/12 12:56:31 PDT Modified files: sys/gnu/ext2fs fs.h sys/ufs/ffs fs.h Log: Remove unused BBLOCK and SBLOCK #defines. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.8 +1 -3 src/sys/gnu/ext2fs/fs.h 1.29 +0 -2 src/sys/ufs/ffs/fs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 13: 0:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF46737B403; Sun, 12 May 2002 13:00:24 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CK0Oa49668; Sun, 12 May 2002 13:00:24 -0700 (PDT) (envelope-from phk) Message-Id: <200205122000.g4CK0Oa49668@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 13:00:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs fs.h src/sys/ufs/ffs fs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/12 13:00:24 PDT Modified files: sys/gnu/ext2fs fs.h sys/ufs/ffs fs.h Log: Remove #define for BBOFF, it is assumed == 0 so many places that we might as well forget about it. In fact the only thing which used it was the SBOFF macro. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.9 +1 -2 src/sys/gnu/ext2fs/fs.h 1.30 +1 -2 src/sys/ufs/ffs/fs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 13:21:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43AB137B406; Sun, 12 May 2002 13:21:40 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CKLeT54800; Sun, 12 May 2002 13:21:40 -0700 (PDT) (envelope-from phk) Message-Id: <200205122021.g4CKLeT54800@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 13:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs fs.h src/sys/sys disklabel.h src/sys/ufs/ffs ffs_snapshot.c fs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/12 13:21:40 PDT Modified files: sys/gnu/ext2fs fs.h sys/sys disklabel.h sys/ufs/ffs ffs_snapshot.c fs.h Log: ARGH! SBLOCK is not unused. Try to get this right. BBSIZE belongs in (but shouldn't be a constant). Define SBLOCK again, using the right math. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.10 +1 -2 src/sys/gnu/ext2fs/fs.h 1.84 +3 -0 src/sys/sys/disklabel.h 1.35 +1 -0 src/sys/ufs/ffs/ffs_snapshot.c 1.31 +2 -3 src/sys/ufs/ffs/fs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 13:43:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDAC537B401; Sun, 12 May 2002 13:43:50 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CKhod56192; Sun, 12 May 2002 13:43:50 -0700 (PDT) (envelope-from luigi) Message-Id: <200205122043.g4CKhod56192@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 12 May 2002 13:43:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/05/12 13:43:50 PDT Modified files: sys/netinet ip_fw.c Log: Add code to match MAC header fields (at the moment supported on bridged packets only, soon to come also for packets on ordinary ether_input() and ether_output() paths. The syntax is ipfw add MAC dst src type where dst and src can be "any" or a MAC address optionallyfollowed by a mask, e.g. 10:20:30:40:50 10:20:30:40:50/32 10:20:30:40:50&ff:ff:ff:f0:ff:0f and type can be a single ethernet type, a range, or a type followed by a mask (values are always in hexadecimal) e.g. 0800 0800-0806 0800/8 0800&03ff Note, I am still uncertain on what is the best format for inputting these values, having the values in hexadecimal is convenient in most cases but can be confusing sometimes. Suggestions welcome. Implement suggestion from PR 37778 to allow "not me" on destination and source IP. The code in the PR was slightly wrong and interfered with the normal handling of IP addresses. This version hopefully is correct. Minor cleanup of the code, in some places moving the indentation to 4 spaces because the code was becoming too deep. Eventually, in a separate commit, I will move the whole file to 4 space indent. Revision Changes Path 1.186 +108 -62 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 13:45:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id D394B37B405; Sun, 12 May 2002 13:45:05 -0700 (PDT) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.3/8.12.2) with ESMTP id g4CKj2la005864; Sun, 12 May 2002 22:45:02 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.3/8.12.3/Submit) id g4CKj2o4005859; Sun, 12 May 2002 22:45:02 +0200 (CEST) Date: Sun, 12 May 2002 22:45:02 +0200 From: Wilko Bulte To: Andrew Gallatin Cc: Marcel Moolenaar , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <20020512224502.A5838@freebie.xs4all.nl> References: <200205121827.g4CIRSi37052@freefall.freebsd.org> <20020512154110.A7728@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020512154110.A7728@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Sun, May 12, 2002 at 03:41:10PM -0400 X-OS: FreeBSD 4.6-PRERELEASE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 03:41:10PM -0400, Andrew Gallatin wrote: Thanks guys, Marcel's commit fixed it. I'm now rebuilding world once again to see how fast/slow the new compiler can do a buildworld. Wilko > Sorry about that. I thought that I committed this when I > added back crashdump support for alpha. Obviously, CVS was not > cooprerating. > > Drew > > Marcel Moolenaar [marcel@FreeBSD.org] wrote: > > marcel 2002/05/12 11:27:28 PDT > > > > Modified files: > > sys/kern kern_shutdown.c > > Log: > > Fix alpha build. The alpha has dumpsys implemented. > > While here, revert the condition to list the machines > > for which dumpsys has not been implemented. > > > > Reported by: wilko > > > > Revision Changes Path > > 1.128 +1 -1 src/sys/kern/kern_shutdown.c ---end of quoted text--- -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 13:49:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C14C337B403; Sun, 12 May 2002 13:49:41 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CKnfk56704; Sun, 12 May 2002 13:49:41 -0700 (PDT) (envelope-from phk) Message-Id: <200205122049.g4CKnfk56704@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 13:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen disklabel.c src/lib/libdisk write_disk.c src/sbin/disklabel disklabel.c src/sbin/fsck_ffs fsutil.c setup.c src/sbin/fsck_ifs fsutil.c setup.c src/sys/dev/ccd ccd.c src/sys/dev/vinum vinumhdr.h vinumio.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/12 13:49:41 PDT Modified files: lib/libc/gen disklabel.c lib/libdisk write_disk.c sbin/disklabel disklabel.c sbin/fsck_ffs fsutil.c setup.c sbin/fsck_ifs fsutil.c setup.c sys/dev/ccd ccd.c sys/dev/vinum vinumhdr.h vinumio.c sys/kern subr_diskslice.c Log: Retire the bogus uses of the disklabel field d_sbsize and begin to initialize it to zero so we don't have to have everbody and their aunt including FFS specific header files. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.15 +1 -3 src/lib/libc/gen/disklabel.c 1.44 +1 -1 src/lib/libdisk/write_disk.c 1.50 +1 -7 src/sbin/disklabel/disklabel.c 1.12 +1 -0 src/sbin/fsck_ffs/fsutil.c 1.31 +0 -3 src/sbin/fsck_ffs/setup.c 1.7 +1 -0 src/sbin/fsck_ifs/fsutil.c 1.23 +0 -3 src/sbin/fsck_ifs/setup.c 1.104 +1 -2 src/sys/dev/ccd/ccd.c 1.27 +0 -1 src/sys/dev/vinum/vinumhdr.h 1.73 +1 -1 src/sys/dev/vinum/vinumio.c 1.103 +1 -5 src/sys/kern/subr_diskslice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 13:52:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9124137B403; Sun, 12 May 2002 13:52:25 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CKqPG57056; Sun, 12 May 2002 13:52:25 -0700 (PDT) (envelope-from luigi) Message-Id: <200205122052.g4CKqPG57056@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 12 May 2002 13:52:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/05/12 13:52:25 PDT Modified files: sbin/ipfw ipfw.c Log: Main functional change is the implementation of matching of MAC header fields as discussed in the commit to ip_fw.c:1.186 On top of this, a ton of non functional changes to clean up the code, write functions to replace sections of code that were replicated multiple times (e.g. the printing or matching of flags and options), splitting long sections of inlined code into separate functions, and the like. I have tested the code quite a bit, but some typos (using one variable in place of another) might have escaped. The "embedded manpage" is a bit inconsistent, but i am leaving fixing it for later. The current format makes no sense, it is over 40 lines long and practically unreadable. We can either split it into sections ( ipfw -h options , ipfw -h pipe , ipfw -h queue ...) or remove it altogether and refer to the manpage. Revision Changes Path 1.122 +705 -744 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 13:55:57 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 2C03037B404; Sun, 12 May 2002 13:55:52 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4CKtEHA003543; Sun, 12 May 2002 22:55:14 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen disklabel.c src/lib/libdisk write_disk.c src/sbin/disklabel disklabel.c src/sbin/fsck_ffs fsutil.c setup.c src/sbin/fsck_ifs fsutil.c setup.c src/sys/dev/ccd ccd.c src/sys/dev/vinum vinumhdr.h vinumio.c ... In-Reply-To: Your message of "Sun, 12 May 2002 13:49:41 PDT." <200205122049.g4CKnfk56704@freefall.freebsd.org> Date: Sun, 12 May 2002 22:55:14 +0200 Message-ID: <3542.1021236914@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I belive this unbreaks the breakage I caused by committing some UFS2 related cleanup patches in the wrong order. I'm busy running buildworld to double-verify this right now. Sorry about the trouble... Poul-Henning In message <200205122049.g4CKnfk56704@freefall.freebsd.org>, Poul-Henning Kamp writes: >phk 2002/05/12 13:49:41 PDT > > Modified files: > lib/libc/gen disklabel.c > lib/libdisk write_disk.c > sbin/disklabel disklabel.c > sbin/fsck_ffs fsutil.c setup.c > sbin/fsck_ifs fsutil.c setup.c > sys/dev/ccd ccd.c > sys/dev/vinum vinumhdr.h vinumio.c > sys/kern subr_diskslice.c > Log: > Retire the bogus uses of the disklabel field d_sbsize and begin to > initialize it to zero so we don't have to have everbody and their > aunt including FFS specific header files. > > Sponsored by: DARPA & NAI Labs. > > Revision Changes Path > 1.15 +1 -3 src/lib/libc/gen/disklabel.c > 1.44 +1 -1 src/lib/libdisk/write_disk.c > 1.50 +1 -7 src/sbin/disklabel/disklabel.c > 1.12 +1 -0 src/sbin/fsck_ffs/fsutil.c > 1.31 +0 -3 src/sbin/fsck_ffs/setup.c > 1.7 +1 -0 src/sbin/fsck_ifs/fsutil.c > 1.23 +0 -3 src/sbin/fsck_ifs/setup.c > 1.104 +1 -2 src/sys/dev/ccd/ccd.c > 1.27 +0 -1 src/sys/dev/vinum/vinumhdr.h > 1.73 +1 -1 src/sys/dev/vinum/vinumio.c > 1.103 +1 -5 src/sys/kern/subr_diskslice.c > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 13:58:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31D2637B403; Sun, 12 May 2002 13:58:19 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CKwJa57489; Sun, 12 May 2002 13:58:19 -0700 (PDT) (envelope-from phk) Message-Id: <200205122058.g4CKwJa57489@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 13:58:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand ufs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/12 13:58:19 PDT Modified files: lib/libstand ufs.c Log: #include to get BBSIZE. Revision Changes Path 1.10 +1 -0 src/lib/libstand/ufs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 14: 1:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C0A437B401; Sun, 12 May 2002 14:01:31 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CL1VT57851; Sun, 12 May 2002 14:01:31 -0700 (PDT) (envelope-from marcus) Message-Id: <200205122101.g4CL1VT57851@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 May 2002 14:01:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam_ldap Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/12 14:01:30 PDT Modified files: security/pam_ldap Makefile distinfo pkg-descr pkg-plist Log: Update to 1.4.8. Revision Changes Path 1.16 +4 -6 ports/security/pam_ldap/Makefile 1.10 +1 -1 ports/security/pam_ldap/distinfo 1.2 +1 -1 ports/security/pam_ldap/pkg-descr 1.2 +1 -1 ports/security/pam_ldap/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 14: 4:37 2002 Delivered-To: cvs-all@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 5884A37B401; Sun, 12 May 2002 14:04:34 -0700 (PDT) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id g4CL42J98947; Sun, 12 May 2002 14:04:02 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.3/8.12.3) with ESMTP id g4CL4CfF020939; Sun, 12 May 2002 14:04:12 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.3/8.12.3/Submit) id g4CL491q020938; Sun, 12 May 2002 14:04:09 -0700 (PDT) Date: Sun, 12 May 2002 14:04:08 -0700 From: Marcel Moolenaar To: Andrew Gallatin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <20020512210408.GA20876@dhcp01.pn.xcllnt.net> References: <200205121827.g4CIRSi37052@freefall.freebsd.org> <20020512154110.A7728@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020512154110.A7728@grasshopper.cs.duke.edu> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 03:41:10PM -0400, Andrew Gallatin wrote: > > Sorry about that. No problem. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 14:37:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5EE037B403; Sun, 12 May 2002 14:37:08 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CLb8R63980; Sun, 12 May 2002 14:37:08 -0700 (PDT) (envelope-from phk) Message-Id: <200205122137.g4CLb8R63980@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 14:37:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/badsect badsect.c src/sbin/clri clri.c src/sbin/dump main.c src/sbin/dumpfs dumpfs.c src/sbin/quotacheck quotacheck.c src/sbin/tunefs tunefs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/12 14:37:08 PDT Modified files: sbin/badsect badsect.c sbin/clri clri.c sbin/dump main.c sbin/dumpfs dumpfs.c sbin/quotacheck quotacheck.c sbin/tunefs tunefs.c Log: Sigh, more BBSIZE related breakage. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.12 +1 -0 src/sbin/badsect/badsect.c 1.6 +1 -0 src/sbin/clri/clri.c 1.35 +1 -0 src/sbin/dump/main.c 1.17 +1 -0 src/sbin/dumpfs/dumpfs.c 1.14 +1 -0 src/sbin/quotacheck/quotacheck.c 1.22 +1 -0 src/sbin/tunefs/tunefs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 14:43: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3540837B403; Sun, 12 May 2002 14:43:03 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CLh3S64442; Sun, 12 May 2002 14:43:03 -0700 (PDT) (envelope-from phk) Message-Id: <200205122143.g4CLh3S64442@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 14:43:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/quot quot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/12 14:43:03 PDT Modified files: usr.sbin/quot quot.c Log: Sigh... Yet a BBSIZE breakage. Revision Changes Path 1.16 +1 -0 src/usr.sbin/quot/quot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 14:50: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id 1DC0E37B404; Sun, 12 May 2002 14:50:05 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id XAA19024; Sun, 12 May 2002 23:50:02 +0200 (CEST) Received: (from j@localhost) by uriah.heep.sax.de (8.11.6/8.11.6) id g4CLgtQ56522; Sun, 12 May 2002 23:42:55 +0200 (MET DST) (envelope-from j) Date: Sun, 12 May 2002 23:42:55 +0200 From: Joerg Wunsch To: hiten@uk.FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa fd.c fdreg.h Message-ID: <20020512234255.A56506@uriah.heep.sax.de> Reply-To: Joerg Wunsch Mail-Followup-To: Joerg Wunsch , hiten@uk.FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205121524.g4CFOLC11163@freefall.freebsd.org> <20020512154953.73537.qmail@web21108.mail.yahoo.com> <20020512182459.K91528@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020512182459.K91528@uriah.heep.sax.de>; from j@uriah.heep.sax.de on Sun, May 12, 2002 at 06:24:59PM +0200 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As Joerg Wunsch wrote: > It just reminds me that bde asked me months ago to remove the > autoselection message. Done. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 14:51:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF86237B408; Sun, 12 May 2002 14:50:48 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CLomX65504; Sun, 12 May 2002 14:50:48 -0700 (PDT) (envelope-from obrien) Message-Id: <200205122150.g4CLomX65504@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 14:50:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc BUGS INSTALL NEWS PROBLEMS PROJECTS README README-bugs README.DWARF README.TRAD TESTS.FLUNK assert.h build-make c-iterate.c c-parse.gperf cccp.c cexp.y configure.lang cpp.texi cppalloc.c cppulp.c cross-make doprint.c dostage2 ... X-FreeBSD-CVS-Branch: FSF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 14:50:48 PDT Removed files: (Branch: FSF) contrib/gcc BUGS INSTALL NEWS PROBLEMS PROJECTS README README-bugs README.DWARF README.TRAD TESTS.FLUNK assert.h build-make c-iterate.c c-parse.gperf cccp.c cexp.y configure.lang cpp.texi cppalloc.c cppulp.c cross-make doprint.c dostage2 dostage3 dwarfout.h eh-common.h exgettext extend.texi fixcpp fixinc-nt.sed fixincludes frame.c frame.h gansidecl.h gcc.texi gcov.texi install.texi invoke.texi just-fixinc libgcc1-test.c libgcc1.c listing makefile.vms md.texi patch-apollo-includes pcp.h pself.c pself1.c pself2.c pself3.c pself4.c pself5.c rtl.texi sched.c stupid.c tm.texi unprotoize.c contrib/gcc/config x-linux x-linux-aout x-lynx x-svr4 xm-alloca.h xm-freebsd.h xm-gnu.h xm-interix.h xm-linux.h xm-lynx.h xm-openbsd.h xm-siglist.h xm-std32.h xm-svr3.h xm-svr4.h contrib/gcc/config/alpha netbsd-elf.h t-crtbe vms-tramp.asm x-alpha xm-alpha.h xm-openbsd.h contrib/gcc/config/i386 config-nt.sed dgux.c os2.h perform.h sco.h sco4.h sco4dbx.h sco5gas.h scodbx.h t-i386bare t-vsta t-winnt win-nt.h x-aix x-cygwin x-dgux x-djgpp x-isc x-isc3 x-ncr3000 x-next x-osf1elf x-osfrose x-sco x-sco4 x-sco5 x-sysv3 x-vsta xm-aix.h xm-bsd386.h xm-dgux.h xm-dos.h xm-freebsd.h xm-gnu.h xm-i386.h xm-isc.h xm-linux.h xm-lynx.h xm-next.h xm-openbsd.h xm-os2.h xm-osf.h xm-osf1elf.h xm-sco.h xm-sco5.h xm-sun.h xm-sysv3.h xm-sysv4.h xm-uwin.h xm-winnt.h contrib/gcc/config/sparc sol2-sld-64.h sol2-sld.h t-sp64 t-sunos40 x-sysv4 xm-linux.h xm-lynx.h xm-openbsd.h xm-pbd.h xm-sol2.h xm-sp64.h xm-sparc.h xm-sysv4-64.h xm-sysv4.h contrib/gcc/cp Makefile.in errfn.c exception.cc gxx.gperf gxxint.texi input.c new.cc new1.cc new2.cc sig.c tinfo.cc tinfo.h tinfo2.cc xref.c contrib/gcc/cp/inc exception new new.h typeinfo contrib/gcc/f BUGS INSTALL Makefile.in NEWS assert.j config.j convert.j flags.j g77install.texi glimits.j hconfig.j input.j output.j proj.c rtl.j system.j tconfig.j tm.j toplev.j tree.j contrib/gcc/ginclude math-3300.h math-68881.h ppc-asm.h proto.h va-alpha.h va-arc.h va-c4x.h va-clipper.h va-h8300.h va-i860.h va-i960.h va-m32r.h va-m88k.h va-mips.h va-mn10200.h va-mn10300.h va-pa.h va-ppc.h va-pyr.h va-sh.h va-sparc.h va-spur.h va-v850.h contrib/gcc/objc Makefile.in objc.gperf Log: Remove files not part of GCC 3.1. Revision Changes Path 1.1.1.4 +0 -27 src/contrib/gcc/BUGS (dead) 1.1.1.5 +0 -2188 src/contrib/gcc/INSTALL (dead) 1.1.1.7 +0 -1539 src/contrib/gcc/NEWS (dead) 1.1.1.2 +0 -117 src/contrib/gcc/PROBLEMS (dead) 1.1.1.3 +0 -449 src/contrib/gcc/PROJECTS (dead) 1.1.1.5 +0 -26 src/contrib/gcc/README (dead) 1.1.1.2 +0 -144 src/contrib/gcc/README-bugs (dead) 1.1.1.3 +0 -574 src/contrib/gcc/README.DWARF (dead) 1.1.1.2 +0 -55 src/contrib/gcc/README.TRAD (dead) 1.1.1.2 +0 -39 src/contrib/gcc/TESTS.FLUNK (dead) 1.1.1.2 +0 -54 src/contrib/gcc/assert.h (dead) 1.1.1.3 +0 -35 src/contrib/gcc/build-make (dead) 1.1.1.4 +0 -604 src/contrib/gcc/c-iterate.c (dead) 1.1.1.3 +0 -88 src/contrib/gcc/c-parse.gperf (dead) 1.1.1.7 +0 -11136 src/contrib/gcc/cccp.c (dead) 1.1.1.4 +0 -1222 src/contrib/gcc/cexp.y (dead) 1.1.1.3 +0 -32 src/contrib/gcc/config/alpha/netbsd-elf.h (dead) 1.1.1.2 +0 -9 src/contrib/gcc/config/alpha/t-crtbe (dead) 1.1.1.2 +0 -22 src/contrib/gcc/config/alpha/vms-tramp.asm (dead) 1.1.1.3 +0 -2 src/contrib/gcc/config/alpha/x-alpha (dead) 1.1.1.4 +0 -76 src/contrib/gcc/config/alpha/xm-alpha.h (dead) 1.1.1.2 +0 -23 src/contrib/gcc/config/alpha/xm-openbsd.h (dead) 1.1.1.2 +0 -38 src/contrib/gcc/config/i386/config-nt.sed (dead) 1.1.1.3 +0 -192 src/contrib/gcc/config/i386/dgux.c (dead) 1.1.1.2 +0 -76 src/contrib/gcc/config/i386/os2.h (dead) 1.1.1.2 +0 -98 src/contrib/gcc/config/i386/perform.h (dead) 1.1.1.4 +0 -117 src/contrib/gcc/config/i386/sco.h (dead) 1.1.1.3 +0 -86 src/contrib/gcc/config/i386/sco4.h (dead) 1.1.1.3 +0 -81 src/contrib/gcc/config/i386/sco4dbx.h (dead) 1.1.1.2 +0 -24 src/contrib/gcc/config/i386/sco5gas.h (dead) 1.1.1.5 +0 -84 src/contrib/gcc/config/i386/scodbx.h (dead) 1.1.1.2 +0 -3 src/contrib/gcc/config/i386/t-i386bare (dead) 1.1.1.2 +0 -2 src/contrib/gcc/config/i386/t-vsta (dead) 1.1.1.3 +0 -6 src/contrib/gcc/config/i386/t-winnt (dead) 1.1.1.3 +0 -150 src/contrib/gcc/config/i386/win-nt.h (dead) 1.1.1.2 +0 -12 src/contrib/gcc/config/i386/x-aix (dead) 1.1.1.2 +0 -4 src/contrib/gcc/config/i386/x-cygwin (dead) 1.1.1.2 +0 -11 src/contrib/gcc/config/i386/x-dgux (dead) 1.1.1.2 +0 -24 src/contrib/gcc/config/i386/x-djgpp (dead) 1.1.1.2 +0 -3 src/contrib/gcc/config/i386/x-isc (dead) 1.1.1.2 +0 -4 src/contrib/gcc/config/i386/x-isc3 (dead) 1.1.1.2 +0 -34 src/contrib/gcc/config/i386/x-ncr3000 (dead) 1.1.1.2 +0 -3 src/contrib/gcc/config/i386/x-next (dead) 1.1.1.2 +0 -8 src/contrib/gcc/config/i386/x-osf1elf (dead) 1.1.1.3 +0 -27 src/contrib/gcc/config/i386/x-osfrose (dead) 1.1.1.2 +0 -7 src/contrib/gcc/config/i386/x-sco (dead) 1.1.1.2 +0 -10 src/contrib/gcc/config/i386/x-sco4 (dead) 1.1.1.2 +0 -10 src/contrib/gcc/config/i386/x-sco5 (dead) 1.1.1.2 +0 -1 src/contrib/gcc/config/i386/x-sysv3 (dead) 1.1.1.2 +0 -1 src/contrib/gcc/config/i386/x-vsta (dead) 1.1.1.3 +0 -2 src/contrib/gcc/config/i386/xm-aix.h (dead) 1.1.1.3 +0 -3 src/contrib/gcc/config/i386/xm-bsd386.h (dead) 1.1.1.3 +0 -4 src/contrib/gcc/config/i386/xm-dgux.h (dead) 1.1.1.4 +0 -38 src/contrib/gcc/config/i386/xm-dos.h (dead) 1.1.1.2 +0 -4 src/contrib/gcc/config/i386/xm-freebsd.h (dead) 1.1.1.2 +0 -5 src/contrib/gcc/config/i386/xm-gnu.h (dead) 1.1.1.2 +0 -43 src/contrib/gcc/config/i386/xm-i386.h (dead) 1.1.1.3 +0 -4 src/contrib/gcc/config/i386/xm-isc.h (dead) 1.1.1.3 +0 -24 src/contrib/gcc/config/i386/xm-linux.h (dead) 1.1.1.2 +0 -33 src/contrib/gcc/config/i386/xm-lynx.h (dead) 1.1.1.2 +0 -5 src/contrib/gcc/config/i386/xm-next.h (dead) 1.1.1.2 +0 -23 src/contrib/gcc/config/i386/xm-openbsd.h (dead) 1.1.1.4 +0 -75 src/contrib/gcc/config/i386/xm-os2.h (dead) 1.1.1.3 +0 -2 src/contrib/gcc/config/i386/xm-osf.h (dead) 1.1.1.2 +0 -6 src/contrib/gcc/config/i386/xm-osf1elf.h (dead) 1.1.1.3 +0 -13 src/contrib/gcc/config/i386/xm-sco.h (dead) 1.1.1.2 +0 -7 src/contrib/gcc/config/i386/xm-sco5.h (dead) 1.1.1.4 +0 -21 src/contrib/gcc/config/i386/xm-sun.h (dead) 1.1.1.3 +0 -3 src/contrib/gcc/config/i386/xm-sysv3.h (dead) 1.1.1.3 +0 -5 src/contrib/gcc/config/i386/xm-sysv4.h (dead) 1.1.1.2 +0 -39 src/contrib/gcc/config/i386/xm-uwin.h (dead) 1.1.1.2 +0 -24 src/contrib/gcc/config/i386/xm-winnt.h (dead) 1.1.1.3 +0 -335 src/contrib/gcc/config/sparc/sol2-sld-64.h (dead) 1.1.1.3 +0 -9 src/contrib/gcc/config/sparc/sol2-sld.h (dead) 1.1.1.2 +0 -2 src/contrib/gcc/config/sparc/t-sp64 (dead) 1.1.1.2 +0 -7 src/contrib/gcc/config/sparc/t-sunos40 (dead) 1.1.1.2 +0 -2 src/contrib/gcc/config/sparc/x-sysv4 (dead) 1.1.1.2 +0 -26 src/contrib/gcc/config/sparc/xm-linux.h (dead) 1.1.1.2 +0 -39 src/contrib/gcc/config/sparc/xm-lynx.h (dead) 1.1.1.2 +0 -23 src/contrib/gcc/config/sparc/xm-openbsd.h (dead) 1.1.1.2 +0 -10 src/contrib/gcc/config/sparc/xm-pbd.h (dead) 1.1.1.2 +0 -4 src/contrib/gcc/config/sparc/xm-sol2.h (dead) 1.1.1.3 +0 -27 src/contrib/gcc/config/sparc/xm-sp64.h (dead) 1.1.1.2 +0 -49 src/contrib/gcc/config/sparc/xm-sparc.h (dead) 1.1.1.2 +0 -27 src/contrib/gcc/config/sparc/xm-sysv4-64.h (dead) 1.1.1.2 +0 -48 src/contrib/gcc/config/sparc/xm-sysv4.h (dead) 1.1.1.3 +0 -5 src/contrib/gcc/config/x-linux (dead) 1.1.1.2 +0 -14 src/contrib/gcc/config/x-linux-aout (dead) 1.1.1.2 +0 -6 src/contrib/gcc/config/x-lynx (dead) 1.1.1.2 +0 -9 src/contrib/gcc/config/x-svr4 (dead) 1.1.1.2 +0 -4 src/contrib/gcc/config/xm-alloca.h (dead) 1.1.1.3 +0 -24 src/contrib/gcc/config/xm-freebsd.h (dead) 1.1.1.3 +0 -32 src/contrib/gcc/config/xm-gnu.h (dead) 1.1.1.2 +0 -77 src/contrib/gcc/config/xm-interix.h (dead) 1.1.1.3 +0 -33 src/contrib/gcc/config/xm-linux.h (dead) 1.1.1.2 +0 -51 src/contrib/gcc/config/xm-lynx.h (dead) 1.1.1.2 +0 -35 src/contrib/gcc/config/xm-openbsd.h (dead) 1.1.1.2 +0 -6 src/contrib/gcc/config/xm-siglist.h (dead) 1.1.1.2 +0 -34 src/contrib/gcc/config/xm-std32.h (dead) 1.1.1.3 +0 -25 src/contrib/gcc/config/xm-svr3.h (dead) 1.1.1.3 +0 -29 src/contrib/gcc/config/xm-svr4.h (dead) 1.1.1.2 +0 -233 src/contrib/gcc/configure.lang (dead) 1.1.1.4 +0 -324 src/contrib/gcc/cp/Makefile.in (dead) 1.1.1.5 +0 -352 src/contrib/gcc/cp/errfn.c (dead) 1.1.1.4 +0 -343 src/contrib/gcc/cp/exception.cc (dead) 1.1.1.4 +0 -111 src/contrib/gcc/cp/gxx.gperf (dead) 1.1.1.5 +0 -2075 src/contrib/gcc/cp/gxxint.texi (dead) 1.1.1.3 +0 -39 src/contrib/gcc/cp/inc/exception (dead) 1.1.1.3 +0 -42 src/contrib/gcc/cp/inc/new (dead) 1.1.1.3 +0 -11 src/contrib/gcc/cp/inc/new.h (dead) 1.1.1.3 +0 -58 src/contrib/gcc/cp/inc/typeinfo (dead) 1.1.1.4 +0 -207 src/contrib/gcc/cp/input.c (dead) 1.1.1.3 +0 -42 src/contrib/gcc/cp/new.cc (dead) 1.1.1.3 +0 -89 src/contrib/gcc/cp/new1.cc (dead) 1.1.1.3 +0 -80 src/contrib/gcc/cp/new2.cc (dead) 1.1.1.4 +0 -1067 src/contrib/gcc/cp/sig.c (dead) 1.1.1.3 +0 -134 src/contrib/gcc/cp/tinfo.cc (dead) 1.1.1.3 +0 -55 src/contrib/gcc/cp/tinfo.h (dead) 1.1.1.3 +0 -300 src/contrib/gcc/cp/tinfo2.cc (dead) 1.1.1.5 +0 -829 src/contrib/gcc/cp/xref.c (dead) 1.1.1.4 +0 -2967 src/contrib/gcc/cpp.texi (dead) 1.1.1.4 +0 -81 src/contrib/gcc/cppalloc.c (dead) 1.1.1.2 +0 -26 src/contrib/gcc/cppulp.c (dead) 1.1.1.4 +0 -14 src/contrib/gcc/cross-make (dead) 1.1.1.3 +0 -295 src/contrib/gcc/doprint.c (dead) 1.1.1.2 +0 -2 src/contrib/gcc/dostage2 (dead) 1.1.1.2 +0 -3 src/contrib/gcc/dostage3 (dead) 1.1.1.3 +0 -42 src/contrib/gcc/dwarfout.h (dead) 1.1.1.3 +0 -142 src/contrib/gcc/eh-common.h (dead) 1.1.1.2 +0 -118 src/contrib/gcc/exgettext (dead) 1.1.1.4 +0 -3782 src/contrib/gcc/extend.texi (dead) 1.1.1.3 +0 -159 src/contrib/gcc/f/BUGS (dead) 1.1.1.2 +0 -352 src/contrib/gcc/f/INSTALL (dead) 1.1.1.3 +0 -529 src/contrib/gcc/f/Makefile.in (dead) 1.1.1.3 +0 -412 src/contrib/gcc/f/NEWS (dead) 1.1.1.3 +0 -27 src/contrib/gcc/f/assert.j (dead) 1.1.1.3 +0 -27 src/contrib/gcc/f/config.j (dead) 1.1.1.3 +0 -28 src/contrib/gcc/f/convert.j (dead) 1.1.1.3 +0 -27 src/contrib/gcc/f/flags.j (dead) 1.1.1.3 +0 -2251 src/contrib/gcc/f/g77install.texi (dead) 1.1.1.3 +0 -28 src/contrib/gcc/f/glimits.j (dead) 1.1.1.3 +0 -27 src/contrib/gcc/f/hconfig.j (dead) 1.1.1.3 +0 -27 src/contrib/gcc/f/input.j (dead) 1.1.1.3 +0 -27 src/contrib/gcc/f/output.j (dead) 1.1.1.3 +0 -68 src/contrib/gcc/f/proj.c (dead) 1.1.1.3 +0 -28 src/contrib/gcc/f/rtl.j (dead) 1.1.1.3 +0 -27 src/contrib/gcc/f/system.j (dead) 1.1.1.3 +0 -27 src/contrib/gcc/f/tconfig.j (dead) 1.1.1.3 +0 -27 src/contrib/gcc/f/tm.j (dead) 1.1.1.3 +0 -27 src/contrib/gcc/f/toplev.j (dead) 1.1.1.3 +0 -28 src/contrib/gcc/f/tree.j (dead) 1.1.1.2 +0 -109 src/contrib/gcc/fixcpp (dead) 1.1.1.2 +0 -5 src/contrib/gcc/fixinc-nt.sed (dead) 1.1.1.5 +0 -3265 src/contrib/gcc/fixincludes (dead) 1.1.1.5 +0 -872 src/contrib/gcc/frame.c (dead) 1.1.1.3 +0 -85 src/contrib/gcc/frame.h (dead) 1.1.1.3 +0 -85 src/contrib/gcc/gansidecl.h (dead) 1.1.1.7 +0 -4776 src/contrib/gcc/gcc.texi (dead) 1.1.1.2 +0 -344 src/contrib/gcc/gcov.texi (dead) 1.1.1.3 +0 -461 src/contrib/gcc/ginclude/math-3300.h (dead) 1.1.1.2 +0 -529 src/contrib/gcc/ginclude/math-68881.h (dead) 1.1.1.2 +0 -170 src/contrib/gcc/ginclude/ppc-asm.h (dead) 1.1.1.2 +0 -4 src/contrib/gcc/ginclude/proto.h (dead) 1.1.1.3 +0 -128 src/contrib/gcc/ginclude/va-alpha.h (dead) 1.1.1.2 +0 -111 src/contrib/gcc/ginclude/va-arc.h (dead) 1.1.1.2 +0 -34 src/contrib/gcc/ginclude/va-c4x.h (dead) 1.1.1.4 +0 -60 src/contrib/gcc/ginclude/va-clipper.h (dead) 1.1.1.3 +0 -56 src/contrib/gcc/ginclude/va-h8300.h (dead) 1.1.1.3 +0 -214 src/contrib/gcc/ginclude/va-i860.h (dead) 1.1.1.3 +0 -79 src/contrib/gcc/ginclude/va-i960.h (dead) 1.1.1.2 +0 -86 src/contrib/gcc/ginclude/va-m32r.h (dead) 1.1.1.3 +0 -87 src/contrib/gcc/ginclude/va-m88k.h (dead) 1.1.1.3 +0 -277 src/contrib/gcc/ginclude/va-mips.h (dead) 1.1.1.2 +0 -37 src/contrib/gcc/ginclude/va-mn10200.h (dead) 1.1.1.2 +0 -35 src/contrib/gcc/ginclude/va-mn10300.h (dead) 1.1.1.3 +0 -52 src/contrib/gcc/ginclude/va-pa.h (dead) 1.1.1.4 +0 -255 src/contrib/gcc/ginclude/va-ppc.h (dead) 1.1.1.2 +0 -130 src/contrib/gcc/ginclude/va-pyr.h (dead) 1.1.1.3 +0 -229 src/contrib/gcc/ginclude/va-sh.h (dead) 1.1.1.3 +0 -165 src/contrib/gcc/ginclude/va-sparc.h (dead) 1.1.1.3 +0 -64 src/contrib/gcc/ginclude/va-spur.h (dead) 1.1.1.2 +0 -34 src/contrib/gcc/ginclude/va-v850.h (dead) 1.1.1.5 +0 -2381 src/contrib/gcc/install.texi (dead) 1.1.1.8 +0 -6785 src/contrib/gcc/invoke.texi (dead) 1.1.1.3 +0 -39 src/contrib/gcc/just-fixinc (dead) 1.1.1.3 +0 -106 src/contrib/gcc/libgcc1-test.c (dead) 1.1.1.2 +0 -596 src/contrib/gcc/libgcc1.c (dead) 1.1.1.3 +0 -227 src/contrib/gcc/listing (dead) 1.1.1.2 +0 -413 src/contrib/gcc/makefile.vms (dead) 1.1.1.4 +0 -4258 src/contrib/gcc/md.texi (dead) 1.1.1.3 +0 -73 src/contrib/gcc/objc/Makefile.in (dead) 1.1.1.2 +0 -64 src/contrib/gcc/objc/objc.gperf (dead) 1.1.1.2 +0 -69 src/contrib/gcc/patch-apollo-includes (dead) 1.1.1.2 +0 -101 src/contrib/gcc/pcp.h (dead) 1.1.1.2 +0 -1 src/contrib/gcc/pself.c (dead) 1.1.1.2 +0 -1 src/contrib/gcc/pself1.c (dead) 1.1.1.2 +0 -1 src/contrib/gcc/pself2.c (dead) 1.1.1.2 +0 -1 src/contrib/gcc/pself3.c (dead) 1.1.1.2 +0 -2 src/contrib/gcc/pself4.c (dead) 1.1.1.2 +0 -5 src/contrib/gcc/pself5.c (dead) 1.1.1.4 +0 -2998 src/contrib/gcc/rtl.texi (dead) 1.1.1.5 +0 -4470 src/contrib/gcc/sched.c (dead) 1.1.1.4 +0 -770 src/contrib/gcc/stupid.c (dead) 1.1.1.4 +0 -7691 src/contrib/gcc/tm.texi (dead) 1.1.1.3 +0 -2 src/contrib/gcc/unprotoize.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 15:27:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10BB337B404; Sun, 12 May 2002 15:27:17 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CMRHn71816; Sun, 12 May 2002 15:27:17 -0700 (PDT) (envelope-from mp) Message-Id: <200205122227.g4CMRHn71816@freefall.freebsd.org> From: Mark Peek Date: Sun, 12 May 2002 15:27:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb52 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2002/05/12 15:27:16 PDT Modified files: devel/gdb52 Makefile distinfo Log: Update to gdb-5.2 release. Approved by: obrien Revision Changes Path 1.9 +2 -10 ports/devel/gdb52/Makefile 1.8 +1 -1 ports/devel/gdb52/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 15:49:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C11937B400; Sun, 12 May 2002 15:49:49 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CMnnS73224; Sun, 12 May 2002 15:49:49 -0700 (PDT) (envelope-from tjr) Message-Id: <200205122249.g4CMnnS73224@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 12 May 2002 15:49:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nice nice.1 nice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/12 15:49:49 PDT Modified files: usr.bin/nice nice.1 nice.c Log: Support the SUSv3 -n option and the "--" end of options marker. Replace "command" with "utility" in the manual page & source to be more consistent with the terminology used in the standard, and to hint that shell builtin commands won't work. Submitted by: Peter Avalos (partially) Approved by: mike Revision Changes Path 1.20 +32 -37 src/usr.bin/nice/nice.1 1.9 +31 -16 src/usr.bin/nice/nice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 15:51:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA6FA37B403; Sun, 12 May 2002 15:51:23 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CMpNa73468; Sun, 12 May 2002 15:51:23 -0700 (PDT) (envelope-from murray) Message-Id: <200205122251.g4CMpNa73468@freefall.freebsd.org> From: Murray Stokely Date: Sun, 12 May 2002 15:51:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/05/12 15:51:23 PDT Modified files: en/releng index.sgml Log: Remove 5.0 DP1 from the "upcoming" release schedule. Revision Changes Path 1.7 +1 -4 www/en/releng/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 15:54:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAAD337B405; Sun, 12 May 2002 15:54:48 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CMsmw73683; Sun, 12 May 2002 15:54:48 -0700 (PDT) (envelope-from phk) Message-Id: <200205122254.g4CMsmw73683@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 15:54:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/12 15:54:48 PDT Modified files: sys/ufs/ufs ufs_vfsops.c Log: Remove two "register" and a blank line. Submitted by: mckusick Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.32 +2 -3 src/sys/ufs/ufs/ufs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16: 0:52 2002 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id C5CA037B404; Sun, 12 May 2002 16:00:47 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id 36E23350; Mon, 13 May 2002 00:00:17 +0100 (BST) Date: Mon, 13 May 2002 00:00:17 +0100 From: Josef Karthauser To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c Message-ID: <20020512230017.GB4770@genius.tao.org.uk> References: <200205122043.g4CKhod56192@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sHrvAb52M6C8blB9" Content-Disposition: inline In-Reply-To: <200205122043.g4CKhod56192@freefall.freebsd.org> User-Agent: Mutt/1.3.28i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --sHrvAb52M6C8blB9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 12, 2002 at 01:43:50PM -0700, Luigi Rizzo wrote: > =20 > Minor cleanup of the code, in some places moving the indentation to 4 > spaces because the code was becoming too deep. Eventually, in a > separate commit, I will move the whole file to 4 space indent. > =20 And after I spent so long making it conform to KNF. :(. Joe --sHrvAb52M6C8blB9 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 iEYEARECAAYFAjze9AAACgkQXVIcjOaxUBaDwQCgmCsLSpTPy4C3/d8KlLgNGv0F Yn8AoNsFlZ3kJF9MmRCgUrOTAnFU5GB9 =/YBC -----END PGP SIGNATURE----- --sHrvAb52M6C8blB9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16: 1:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D00437B40C; Sun, 12 May 2002 16:01:10 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CN1A674191; Sun, 12 May 2002 16:01:10 -0700 (PDT) (envelope-from jedgar) Message-Id: <200205122301.g4CN1A674191@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 12 May 2002 16:01:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2002/05/12 16:01:10 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Spelling fixes: o occuring -> occurring o accidently -> accidentally o listis -> list is Revision Changes Path 1.118 +3 -3 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16: 5:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 1768537B406; Sun, 12 May 2002 16:05:39 -0700 (PDT) Received: from hades.hell.gr (patr530-a142.otenet.gr [212.205.215.142]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4CN5aG1001893; Mon, 13 May 2002 02:05:37 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4CN5ZIv033884; Mon, 13 May 2002 02:05:35 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4CN5Z5j033883; Mon, 13 May 2002 02:05:35 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 13 May 2002 02:05:35 +0300 From: Giorgos Keramidas To: "Chris D. Faulhaber" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml Message-ID: <20020512230534.GA32600@hades.hell.gr> References: <200205122301.g4CN1A674191@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205122301.g4CN1A674191@freefall.freebsd.org> User-Agent: Mutt/1.3.28i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-05-12 16:01, Chris D. Faulhaber wrote: > jedgar 2002/05/12 16:01:10 PDT > > Modified files: > en_US.ISO8859-1/articles/committers-guide article.sgml > Log: > Spelling fixes: > o occuring -> occurring > o accidently -> accidentally > o listis -> list is Nyah :P Someone is faster than me. I was thinking of running ispell on this when I saw "addicently" but look(1) confused me: hades+charon:~$ look accidently accidently Good work :) -- Giorgos Keramidas - http://www.FreeBSD.org keramida@FreeBSD.org - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16:13:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A2B637B406; Sun, 12 May 2002 16:13:12 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CNDCg78830; Sun, 12 May 2002 16:13:12 -0700 (PDT) (envelope-from trevor) Message-Id: <200205122313.g4CNDCg78830@freefall.freebsd.org> From: Trevor Johnson Date: Sun, 12 May 2002 16:13:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/x11-wm Makefile ports/x11-wm/hackedbox Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/12 16:13:12 PDT Modified files: . modules x11-wm Makefile x11-wm/hackedbox Makefile distinfo pkg-comment pkg-descr Log: Add port of hackedbox, a window manager based on blackbox but with several features removed (repo-copied from ports/x11-wm/openbox/). PR: 37949 and 37959 Submitted by: Dominic Marks (37949) and Pierre-Luc Lesprance (37959) Revision Changes Path 1.5091 +1 -0 CVSROOT/modules 1.84 +1 -0 ports/x11-wm/Makefile 1.44 +85 -63 ports/x11-wm/hackedbox/Makefile 1.30 +1 -1 ports/x11-wm/hackedbox/distinfo 1.5 +1 -1 ports/x11-wm/hackedbox/pkg-comment 1.12 +10 -5 ports/x11-wm/hackedbox/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16:14: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 216F937B401; Sun, 12 May 2002 16:14:04 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CNE4579004; Sun, 12 May 2002 16:14:04 -0700 (PDT) (envelope-from keramida) Message-Id: <200205122314.g4CNE4579004@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 May 2002 16:14:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/12 16:14:04 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Document the fact that .cvspass might have to be created (as an empty file) before 'cvs login' works. Revision Changes Path 1.216 +10 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16:15:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7D2037B408; Sun, 12 May 2002 16:15:26 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CNFQP79110; Sun, 12 May 2002 16:15:26 -0700 (PDT) (envelope-from keramida) Message-Id: <200205122315.g4CNFQP79110@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 May 2002 16:15:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/12 16:15:26 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Change `with no' to `without' or similar. Reviewed by: jhb Revision Changes Path 1.119 +5 -5 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16:18:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7BE537B400; Sun, 12 May 2002 16:18:17 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CNIHW79336; Sun, 12 May 2002 16:18:17 -0700 (PDT) (envelope-from keramida) Message-Id: <200205122318.g4CNIHW79336@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 May 2002 16:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/12 16:18:17 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Clarify the term 'context diff' at the cvs diff mini-guide part, to make it obvious that it refers to diff -c. Revision Changes Path 1.120 +6 -1 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16:23:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 881C037B400; Sun, 12 May 2002 16:23:34 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CNNYS79811; Sun, 12 May 2002 16:23:34 -0700 (PDT) (envelope-from keramida) Message-Id: <200205122323.g4CNNYS79811@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 May 2002 16:23:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/12 16:23:34 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add a link to the FTP server at the section of the refuse files. This way the users can easily find what directories they can list in a refuse file. PR: docs/37936 Submitted by: Wouter Van Hemel Revision Changes Path 1.217 +4 -1 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16:31: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 77D1F37B401; Sun, 12 May 2002 16:31:04 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g4CNV0m26112; Sun, 12 May 2002 16:31:00 -0700 (PDT) (envelope-from rizzo) Date: Sun, 12 May 2002 16:31:00 -0700 From: Luigi Rizzo To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c Message-ID: <20020512163100.A26082@iguana.icir.org> References: <200205122043.g4CKhod56192@freefall.freebsd.org> <20020512230017.GB4770@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020512230017.GB4770@genius.tao.org.uk> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 13, 2002 at 12:00:17AM +0100, Josef Karthauser wrote: > On Sun, May 12, 2002 at 01:43:50PM -0700, Luigi Rizzo wrote: > > > > Minor cleanup of the code, in some places moving the indentation to 4 > > spaces because the code was becoming too deep. Eventually, in a > > separate commit, I will move the whole file to 4 space indent. > > > > And after I spent so long making it conform to KNF. :(. I know, but sometimes it is unavoidable to move to 4 spaces. You see how much more readable the code becomes by using a smaller indentation ? cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16:34:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C366837B406; Sun, 12 May 2002 16:34:30 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CNYUP80632; Sun, 12 May 2002 16:34:30 -0700 (PDT) (envelope-from keramida) Message-Id: <200205122334.g4CNYUP80632@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 12 May 2002 16:34:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml doc/en_US.ISO8859-1/books/handbook/mail chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/12 16:34:30 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml en_US.ISO8859-1/books/handbook/mail chapter.sgml Log: Replace references to /etc/sendmail.* files with their proper /etc/mail/* equivalents. PR: docs/38000 Submitted by: Jens Schweikhardt Revision Changes Path 1.438 +3 -3 doc/en_US.ISO8859-1/books/faq/book.sgml 1.49 +7 -7 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16:43:38 2002 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 59CE737B400; Sun, 12 May 2002 16:43:34 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g4CNhPEN023646; Sun, 12 May 2002 19:43:25 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g4CNhP7X023643; Sun, 12 May 2002 19:43:25 -0400 (EDT) Date: Sun, 12 May 2002 19:43:25 -0400 (EDT) From: Garrett Wollman Message-Id: <200205122343.g4CNhP7X023643@khavrinen.lcs.mit.edu> To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c In-Reply-To: <20020512163100.A26082@iguana.icir.org> References: <200205122043.g4CKhod56192@freefall.freebsd.org> <20020512230017.GB4770@genius.tao.org.uk> <20020512163100.A26082@iguana.icir.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > I know, > but > sometimes > it is > unavoidable > to move > to 4 > spaces. If the code is lined up down the right hand side of the screen, then it almost certainly needs to be refactored -- not reindented! -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16:44:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB2C737B401; Sun, 12 May 2002 16:44:15 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4CNiF381356; Sun, 12 May 2002 16:44:15 -0700 (PDT) (envelope-from phk) Message-Id: <200205122344.g4CNiF381356@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 12 May 2002 16:44:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs dir.c fsck.h fsutil.c inode.c pass1.c pass2.c pass5.c setup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/12 16:44:15 PDT Modified files: sbin/fsck_ffs dir.c fsck.h fsutil.c inode.c pass1.c pass2.c pass5.c setup.c Log: UFS2 preparation commit: Remove support for converting old FFS formats to newer. Submitted by: mckusick Sponspored by: DARPA & NAI Labs. Revision Changes Path 1.22 +6 -61 src/sbin/fsck_ffs/dir.c 1.23 +0 -3 src/sbin/fsck_ffs/fsck.h 1.13 +2 -2 src/sbin/fsck_ffs/fsutil.c 1.30 +1 -2 src/sbin/fsck_ffs/inode.c 1.27 +0 -27 src/sbin/fsck_ffs/pass1.c 1.17 +8 -43 src/sbin/fsck_ffs/pass2.c 1.27 +5 -8 src/sbin/fsck_ffs/pass5.c 1.32 +5 -75 src/sbin/fsck_ffs/setup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 16:57:28 2002 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 2A77A37B400; Sun, 12 May 2002 16:57:22 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id D144B814A2; Mon, 13 May 2002 09:27:18 +0930 (CST) Date: Mon, 13 May 2002 09:27:18 +0930 From: Greg 'groggy' Lehey To: Garrett Wollman Cc: Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c Message-ID: <20020513092718.A13919@wantadilla.lemis.com> References: <200205122043.g4CKhod56192@freefall.freebsd.org> <20020512230017.GB4770@genius.tao.org.uk> <20020512163100.A26082@iguana.icir.org> <200205122343.g4CNhP7X023643@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205122343.g4CNhP7X023643@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, 12 May 2002 at 19:43:25 -0400, Garrett Wollman wrote: > < said: >> I know, >> but >> sometimes >> it is >> unavoidable >> to move >> to 4 >> spaces. > > If the code is > lined up down > the right hand > side of the > screen, then > it almost > certainly > needs to be > refactored -- > not > reindented! If the code is lined up down the right hand side of the screen, then maybe it's the screen which needs to be remade, not the code. Why should we still live in the shadow of punched cards? Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 17: 2: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A153E37B401; Sun, 12 May 2002 17:01:59 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D01xU82830; Sun, 12 May 2002 17:01:59 -0700 (PDT) (envelope-from marcus) Message-Id: <200205130001.g4D01xU82830@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 May 2002 17:01:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gabber Makefile distinfo pkg-plist ports/net/gabber/files patch-am patch-an patch-configure patch-jabberoo::configure patch-ltmain.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/12 17:01:59 PDT Modified files: net/gabber Makefile distinfo pkg-plist net/gabber/files patch-am patch-an patch-jabberoo::configure Added files: net/gabber/files patch-configure Removed files: net/gabber/files patch-ltmain.sh Log: Update to 0.8.7. PR: 38003 Submitted by: Erich Zigler Revision Changes Path 1.24 +4 -3 ports/net/gabber/Makefile 1.7 +1 -1 ports/net/gabber/distinfo 1.5 +4 -7 ports/net/gabber/files/patch-am 1.2 +6 -6 ports/net/gabber/files/patch-an 1.1 +10 -0 ports/net/gabber/files/patch-configure (new) 1.2 +13 -8 ports/net/gabber/files/patch-jabberoo::configure 1.2 +0 -28 ports/net/gabber/files/patch-ltmain.sh (dead) 1.8 +4 -0 ports/net/gabber/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 17: 2:39 2002 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id C4CA737B401; Sun, 12 May 2002 17:02:31 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g4D02VEN050510; Sun, 12 May 2002 20:02:31 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g4D02VVS050507; Sun, 12 May 2002 20:02:31 -0400 (EDT) Date: Sun, 12 May 2002 20:02:31 -0400 (EDT) From: Garrett Wollman Message-Id: <200205130002.g4D02VVS050507@khavrinen.lcs.mit.edu> To: "Greg 'groggy' Lehey" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c In-Reply-To: <20020513092718.A13919@wantadilla.lemis.com> References: <200205122043.g4CKhod56192@freefall.freebsd.org> <20020512230017.GB4770@genius.tao.org.uk> <20020512163100.A26082@iguana.icir.org> <200205122343.g4CNhP7X023643@khavrinen.lcs.mit.edu> <20020513092718.A13919@wantadilla.lemis.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > If the code is lined up down the right hand side of the screen, > then maybe it's the screen which needs to be remade, not the > code. Why should we still live in the shadow of punched cards? Because Smart People who have done Real Human-Factors Research have told us (and everyone else who cared to listen) that making windows too wide causes eye strain. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 17: 6:16 2002 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 5F7C937B401; Sun, 12 May 2002 17:06:12 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 76C1E81473; Mon, 13 May 2002 09:36:10 +0930 (CST) Date: Mon, 13 May 2002 09:36:10 +0930 From: Greg 'groggy' Lehey To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c Message-ID: <20020513093610.D13919@wantadilla.lemis.com> References: <200205122043.g4CKhod56192@freefall.freebsd.org> <20020512230017.GB4770@genius.tao.org.uk> <20020512163100.A26082@iguana.icir.org> <200205122343.g4CNhP7X023643@khavrinen.lcs.mit.edu> <20020513092718.A13919@wantadilla.lemis.com> <200205130002.g4D02VVS050507@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205130002.g4D02VVS050507@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, 12 May 2002 at 20:02:31 -0400, Garrett Wollman wrote: > < said: > >> If the code is lined up down the right hand side of the screen, >> then maybe it's the screen which needs to be remade, not the >> code. Why should we still live in the shadow of punched cards? > > Because Smart People who have done Real Human-Factors Research have > told us (and everyone else who cared to listen) that making windows > too wide causes eye strain. Other Smart People who have done Real Human-Factors Research have also told us the opposite. Other Smart People who have done Real Human-Factors Research have also designed "ergonomic" keyboards, even though they don't type. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 17: 7:32 2002 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 841A537B401; Sun, 12 May 2002 17:07:28 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.3) with ESMTP id g4D07SEN063625; Sun, 12 May 2002 20:07:28 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.3/Submit) id g4D07RFQ063619; Sun, 12 May 2002 20:07:27 -0400 (EDT) Date: Sun, 12 May 2002 20:07:27 -0400 (EDT) From: Garrett Wollman Message-Id: <200205130007.g4D07RFQ063619@khavrinen.lcs.mit.edu> To: "Greg 'groggy' Lehey" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c In-Reply-To: <20020513093610.D13919@wantadilla.lemis.com> References: <200205122043.g4CKhod56192@freefall.freebsd.org> <20020512230017.GB4770@genius.tao.org.uk> <20020512163100.A26082@iguana.icir.org> <200205122343.g4CNhP7X023643@khavrinen.lcs.mit.edu> <20020513092718.A13919@wantadilla.lemis.com> <200205130002.g4D02VVS050507@khavrinen.lcs.mit.edu> <20020513093610.D13919@wantadilla.lemis.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Other Smart People who have done Real Human-Factors Research have also > told us the opposite. Other Smart People who have done Real > Human-Factors Research have also designed "ergonomic" keyboards, even > though they don't type. Excuse me? You're not making any sense here. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 17:53:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5869737B404; Sun, 12 May 2002 17:53:09 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D0r9n92238; Sun, 12 May 2002 17:53:09 -0700 (PDT) (envelope-from mike) Message-Id: <200205130053.g4D0r9n92238@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 12 May 2002 17:53:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/c99 index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/05/12 17:53:09 PDT Modified files: en/projects/c99 index.sgml Log: Mark a nice(1) task as committed to -current. Revision Changes Path 1.17 +9 -9 www/en/projects/c99/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 18:11:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 387DB37B405; Sun, 12 May 2002 18:11:54 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D1Bsr99025; Sun, 12 May 2002 18:11:54 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205130111.g4D1Bsr99025@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 12 May 2002 18:11:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/12 18:11:54 PDT Modified files: . modules Log: gap -> ports/math/gap Revision Changes Path 1.5092 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 18:26:27 2002 Delivered-To: cvs-all@freebsd.org Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by hub.freebsd.org (Postfix) with ESMTP id 06D2737B404; Sun, 12 May 2002 18:26:21 -0700 (PDT) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by kayak.xcllnt.net (8.11.6/8.11.4) with ESMTP id g4D1QKJ99458; Sun, 12 May 2002 18:26:20 -0700 (PDT) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.3/8.12.3) with ESMTP id g4D1QKuJ002066; Sun, 12 May 2002 18:26:20 -0700 (PDT) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.3/8.12.3/Submit) id g4D1QJ83002065; Sun, 12 May 2002 18:26:19 -0700 (PDT) (envelope-from marcel) Date: Sun, 12 May 2002 18:26:19 -0700 From: Marcel Moolenaar To: "Greg 'groggy' Lehey" Cc: Garrett Wollman , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c Message-ID: <20020513012619.GA1967@athlon.pn.xcllnt.net> References: <200205122043.g4CKhod56192@freefall.freebsd.org> <20020512230017.GB4770@genius.tao.org.uk> <20020512163100.A26082@iguana.icir.org> <200205122343.g4CNhP7X023643@khavrinen.lcs.mit.edu> <20020513092718.A13919@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020513092718.A13919@wantadilla.lemis.com> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 13, 2002 at 09:27:18AM +0930, Greg 'groggy' Lehey wrote: > On Sunday, 12 May 2002 at 19:43:25 -0400, Garrett Wollman wrote: > > < said: > >> I know, > >> but > >> sometimes > >> it is > >> unavoidable > >> to move > >> to 4 > >> spaces. > > > > If the code is > > lined up down > > the right hand > > side of the > > screen, then > > it almost > > certainly > > needs to be > > refactored -- > > not > > reindented! > > If the code is lined up down the right hand side of the screen, > then maybe it's the screen which needs to be remade, not the > code. Why should we still live in the shadow of punched cards? The argument that code looks better or is more readable when indented with 4 spaces as compared to 8 spaces can be applied recursively and transitively to yield that code looks better or is more readable when not indented at all. Since this is obviously a silly statement, I can only conclude that the whole reasoning is flawed. The eternally recurring style(9) debate is the other dead givaway that it's not solving anything, but rather creates problems. So, please stop it already. We're going to end right here where we started and the only thing we gained is frustration. Compared to what we can loose, developers, I'd say it's not worth it... Thanks, \begin{brainfart} CRA n. Compulsive Reintenders Anonymous. A support group for people with an unnatural tendency to reindent anything not indented with their favorite spacing. \end{brainfart} ;-) (sorry, couldn't resist and I'm probably going to be very sorry I put it here) -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 18:30:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA82737B403; Sun, 12 May 2002 18:30:42 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D1Ug903583; Sun, 12 May 2002 18:30:42 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205130130.g4D1Ug903583@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 12 May 2002 18:30:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/12 18:30:42 PDT Modified files: . modules Log: amavisd --> ports/security/amavisd Revision Changes Path 1.5093 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 18:30:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 04CEA37B401; Sun, 12 May 2002 18:30:41 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D1UeW03552; Sun, 12 May 2002 18:30:40 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205130130.g4D1UeW03552@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 12 May 2002 18:30:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/amavisd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/amavisd/files amavisd.sh.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/12 18:30:40 PDT Modified files: security Makefile Added files: security/amavisd Makefile distinfo pkg-comment pkg-descr pkg-plist security/amavisd/files amavisd.sh.sample Log: add amavisd 20020300 The daemonized version of amavis-perl PR: 37993 Submitted by: Gea-Suan Lin Revision Changes Path 1.296 +1 -0 ports/security/Makefile 1.1 +68 -0 ports/security/amavisd/Makefile (new) 1.1 +1 -0 ports/security/amavisd/distinfo (new) 1.1 +20 -0 ports/security/amavisd/files/amavisd.sh.sample (new) 1.1 +1 -0 ports/security/amavisd/pkg-comment (new) 1.1 +7 -0 ports/security/amavisd/pkg-descr (new) 1.1 +18 -0 ports/security/amavisd/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 18:33:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4970337B404; Sun, 12 May 2002 18:33:47 -0700 (PDT) Received: (from keith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D1Xlh03878; Sun, 12 May 2002 18:33:47 -0700 (PDT) (envelope-from keith) Message-Id: <200205130133.g4D1Xlh03878@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Sun, 12 May 2002 18:33:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gap pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keith 2002/05/12 18:33:47 PDT Modified files: math/gap pkg-descr Log: Change WWW to www.gap-system.org, easier to remember. Suggested by: ijliao Revision Changes Path 1.2 +1 -1 ports/math/gap/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 18:37:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8BAD37B411; Sun, 12 May 2002 18:37:39 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D1bdX04151; Sun, 12 May 2002 18:37:39 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205130137.g4D1bdX04151@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 12 May 2002 18:37:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/kwebget Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/12 18:37:39 PDT Modified files: ftp/kwebget Makefile distinfo pkg-plist Log: upgrade to 0.8 give maintainership to submitter PR: 38002 Submitted by: Erich Zigler (new maintainer) Revision Changes Path 1.2 +6 -3 ports/ftp/kwebget/Makefile 1.2 +1 -1 ports/ftp/kwebget/distinfo 1.2 +6 -20 ports/ftp/kwebget/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 18:54:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1FDE37B403; Sun, 12 May 2002 18:54:26 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D1sQu05453; Sun, 12 May 2002 18:54:26 -0700 (PDT) (envelope-from obrien) Message-Id: <200205130154.g4D1sQu05453@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 18:54:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc1plus Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 18:54:26 PDT Modified files: gnu/usr.bin/cc/cc1plus Makefile Log: I was finally able to repeat the -j breakage on one of my machines. Fix it. I borrowed some ideas from Ruslan, and made the style match cc_tools/Makefile Revision Changes Path 1.29 +7 -9 src/gnu/usr.bin/cc/cc1plus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 19: 6:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B8C937B400; Sun, 12 May 2002 19:06:26 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D26QW09983; Sun, 12 May 2002 19:06:26 -0700 (PDT) (envelope-from tjr) Message-Id: <200205130206.g4D26QW09983@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 12 May 2002 19:06:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/12 19:06:25 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Peter Avalos to Additional FreeBSD Contributors section. Reviewed by: mike Revision Changes Path 1.181 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 19:14:33 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B619237B405; Sun, 12 May 2002 19:14:27 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g4D2EPf16571; Sun, 12 May 2002 20:14:26 -0600 (MDT) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g4D2EOr91311; Sun, 12 May 2002 20:14:25 -0600 (MDT) (envelope-from imp@village.org) Date: Sun, 12 May 2002 20:13:45 -0600 (MDT) Message-Id: <20020512.201345.121436981.imp@village.org> To: luigi@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c From: "M. Warner Losh" In-Reply-To: <200205122043.g4CKhod56192@freefall.freebsd.org> References: <200205122043.g4CKhod56192@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200205122043.g4CKhod56192@freefall.freebsd.org> Luigi Rizzo writes: : where dst and src can be "any" or a MAC address optionallyfollowed : by a mask, e.g. : : 10:20:30:40:50 : 10:20:30:40:50/32 : 10:20:30:40:50&ff:ff:ff:f0:ff:0f With filters like this, mac address might have to start being right for CardBus. Damn. Guess I better fix that before I have the pointy-hat thrust in my general direction... :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 19:39:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09CC637B406; Sun, 12 May 2002 19:39:20 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D2dJL14466; Sun, 12 May 2002 19:39:19 -0700 (PDT) (envelope-from jake) Message-Id: <200205130239.g4D2dJL14466@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 12 May 2002 19:39:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 dump_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/05/12 19:39:19 PDT Added files: sys/sparc64/sparc64 dump_machdep.c Log: Add another copy of the ia64 dump_machdep.c. Revision Changes Path 1.1 +299 -0 src/sys/sparc64/sparc64/dump_machdep.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 19:40:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29EC437B405; Sun, 12 May 2002 19:40:22 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D2eMa14839; Sun, 12 May 2002 19:40:22 -0700 (PDT) (envelope-from jake) Message-Id: <200205130240.g4D2eMa14839@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 12 May 2002 19:40:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.alpha files.i386 files.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/05/12 19:40:22 PDT Modified files: sys/conf files.alpha files.i386 files.ia64 Log: ${MACHINE_ARCH}dump.c -> dump_machdep.c. Revision Changes Path 1.86 +1 -1 src/sys/conf/files.alpha 1.399 +1 -1 src/sys/conf/files.i386 1.32 +1 -1 src/sys/conf/files.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 19:52:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B365137B404; Sun, 12 May 2002 19:52:36 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D2qap16501; Sun, 12 May 2002 19:52:36 -0700 (PDT) (envelope-from jake) Message-Id: <200205130252.g4D2qap16501@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 12 May 2002 19:52:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 ia64dump.c src/sys/i386/i386 i386dump.c src/sys/alpha/alpha alphadump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/05/12 19:52:36 PDT Removed files: sys/ia64/ia64 ia64dump.c sys/i386/i386 i386dump.c sys/alpha/alpha alphadump.c Log: These were repo-copied to dump_machdep.c. Revision Changes Path 1.2 +0 -116 src/sys/alpha/alpha/alphadump.c (dead) 1.4 +0 -123 src/sys/i386/i386/i386dump.c (dead) 1.6 +0 -299 src/sys/ia64/ia64/ia64dump.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 20:21:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99FDE37B405; Sun, 12 May 2002 20:21:45 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D3LjO22179; Sun, 12 May 2002 20:21:45 -0700 (PDT) (envelope-from marcus) Message-Id: <200205130321.g4D3LjO22179@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 May 2002 20:21:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/gconf-editor Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/12 20:21:45 PDT Modified files: sysutils Makefile Added files: sysutils/gconf-editor Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add gconf-editor, a gconf database editor from GNOME 2.0. Revision Changes Path 1.257 +1 -0 ports/sysutils/Makefile 1.1 +36 -0 ports/sysutils/gconf-editor/Makefile (new) 1.1 +1 -0 ports/sysutils/gconf-editor/distinfo (new) 1.1 +1 -0 ports/sysutils/gconf-editor/pkg-comment (new) 1.1 +2 -0 ports/sysutils/gconf-editor/pkg-descr (new) 1.1 +18 -0 ports/sysutils/gconf-editor/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 20:21:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33A3537B406; Sun, 12 May 2002 20:21:48 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D3LmP22211; Sun, 12 May 2002 20:21:48 -0700 (PDT) (envelope-from marcus) Message-Id: <200205130321.g4D3LmP22211@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 May 2002 20:21:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/12 20:21:48 PDT Modified files: . modules Log: gconf-editor --> ports/sysutils/gconf-editor Revision Changes Path 1.5094 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 20:25:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 661F137B404; Sun, 12 May 2002 20:25:39 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D3Pdc22491; Sun, 12 May 2002 20:25:39 -0700 (PDT) (envelope-from kris) Message-Id: <200205130325.g4D3Pdc22491@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 12 May 2002 20:25:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts buildenv X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/12 20:25:39 PDT Modified files: Tools/portbuild/scripts buildenv Log: - Switch default to XFree86-4.x for all branches - buildenv() takes extra argument of the portbuild directory - Add a todo comment Revision Changes Path 1.4 +6 -3 ports/Tools/portbuild/scripts/buildenv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 20:27: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9921F37B404; Sun, 12 May 2002 20:27:03 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D3R3b22678; Sun, 12 May 2002 20:27:03 -0700 (PDT) (envelope-from obrien) Message-Id: <200205130327.g4D3R3b22678@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 20:27:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cccp Makefile src/gnu/usr.bin/cc/cpp0 Makefile src/gnu/usr.bin/cc/tradcpp0 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 20:27:03 PDT Modified files: gnu/usr.bin/cc/cc1 Makefile gnu/usr.bin/cc/cc1obj Makefile gnu/usr.bin/cc/cc1plus Makefile gnu/usr.bin/cc/cccp Makefile gnu/usr.bin/cc/cpp0 Makefile gnu/usr.bin/cc/tradcpp0 Makefile Log: Restore some of the implementation from the Bmake gcc 2.95 bits. In the end, I can do things more like the previous Bmake bits than was apparent in the middle of the gcc31 WIP. Revision Changes Path 1.28 +11 -10 src/gnu/usr.bin/cc/cc1/Makefile 1.22 +11 -10 src/gnu/usr.bin/cc/cc1obj/Makefile 1.30 +10 -7 src/gnu/usr.bin/cc/cc1plus/Makefile 1.24 +11 -9 src/gnu/usr.bin/cc/cccp/Makefile 1.5 +11 -9 src/gnu/usr.bin/cc/cpp0/Makefile 1.6 +5 -6 src/gnu/usr.bin/cc/tradcpp0/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 20:30:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68EA737B400; Sun, 12 May 2002 20:30:22 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D3UMv22934; Sun, 12 May 2002 20:30:22 -0700 (PDT) (envelope-from kris) Message-Id: <200205130330.g4D3UMv22934@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 12 May 2002 20:30:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts makeindex X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/12 20:30:22 PDT Modified files: Tools/portbuild/scripts makeindex Log: Zap some unused code. Catch up to buildenv changes. Revision Changes Path 1.13 +1 -7 ports/Tools/portbuild/scripts/makeindex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 20:37: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0404637B407; Sun, 12 May 2002 20:36:36 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D3aZ324035; Sun, 12 May 2002 20:36:35 -0700 (PDT) (envelope-from obrien) Message-Id: <200205130336.g4D3aZ324035@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 20:36:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc COPYING COPYING.LIB ChangeLog ChangeLog.0 ChangeLog.1 ChangeLog.2 ChangeLog.3 ChangeLog.4 ChangeLog.5 ChangeLog.6 ChangeLog.lib FSFChangeLog FSFChangeLog.10 FSFChangeLog.11 LANGUAGES Makefile.in ONEWS README-fixinc ... X-FreeBSD-CVS-Branch: FSF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 20:36:35 PDT Modified files: (Branch: FSF) contrib/gcc COPYING COPYING.LIB ChangeLog ChangeLog.0 ChangeLog.1 ChangeLog.2 ChangeLog.3 ChangeLog.4 ChangeLog.5 ChangeLog.6 ChangeLog.lib FSFChangeLog FSFChangeLog.10 FSFChangeLog.11 LANGUAGES Makefile.in ONEWS README-fixinc README.Portability SERVICE acconfig.h aclocal.m4 alias.c ansidecl.h attribs.c basic-block.h bb-reorder.c bitmap.c bitmap.h builtin-attrs.def builtin-types.def builtins.c builtins.def c-aux-info.c c-common.c c-common.def c-common.h c-convert.c c-decl.c c-errors.c c-format.c c-lang.c c-lex.c c-lex.h c-objc-common.c c-parse.in c-pragma.c c-pragma.h c-semantics.c c-tree.h c-typeck.c caller-save.c calls.c cccp.1 cfg.c cfganal.c cfgbuild.c cfgcleanup.c cfglayout.c cfglayout.h cfgloop.c cfgrtl.c choose-temp.c collect2.c collect2.h combine.c concat.c conditions.h config.gcc config.guess config.in configure configure.frag configure.in conflict.c convert.c convert.h cp-demangle.c cplus-dem.c cpp.1 cppdefault.c cppdefault.h cpperror.c cppexp.c cppfiles.c cpphash.c cpphash.h cppinit.c cpplex.c cpplib.c cpplib.h cppmacro.c cppmain.c cppspec.c crtstuff.c cse.c cselib.c cselib.h cstamp-h.in dbxout.c dbxout.h dbxstclass.h debug.c debug.h defaults.h demangle.h dependence.c df.c df.h diagnostic.c diagnostic.def diagnostic.h doloop.c dominance.c doschk.c dwarf.h dwarf2.h dwarf2asm.c dwarf2asm.h dwarf2out.c dwarf2out.h dwarfout.c dyn-string.c dyn-string.h emit-rtl.c enquire.c errors.c errors.h except.c except.h explow.c expmed.c expr.c expr.h fibheap.c fibheap.h final.c fix-header.c fixproto flags.h floatlib.c flow.c fold-const.c fp-test.c function.c function.h future.options gbl-ctors.h gcc.1 gcc.c gcc.h gccbug.in gccspec.c gcov-io.h gcov.c gcse.c gdbinit.in gen-protos.c genattr.c genattrtab.c gencheck.c gencodes.c genconfig.c genconstants.c genemit.c genextract.c genflags.c gengenrtl.c genmultilib genopinit.c genoutput.c genpeep.c genpreds.c genrecog.c gensupport.c gensupport.h getopt.c getopt.h getopt1.c getpwd.c ggc-callbacks.c ggc-common.c ggc-none.c ggc-page.c ggc-simple.c ggc.h glimits.h global.c gmon.c graph.c graph.h gstab.h gsyms.h gsyslimits.h gthr-aix.h gthr-dce.h gthr-posix.h gthr-rtems.h gthr-single.h gthr-solaris.h gthr-vxworks.h gthr-win32.h gthr.h haifa-sched.c halfpic.c halfpic.h hard-reg-set.h hash.c hash.h hashtab.c hashtab.h hashtable.c hashtable.h hex.c hooks.c hooks.h hwint.h ifcvt.c input.h insn-addr.h integrate.c integrate.h intl.c intl.h jump.c langhooks-def.h langhooks.c langhooks.h lbasename.c lcm.c libfuncs.h libgcc-std.ver libgcc2.c libgcc2.h libiberty.h limitx.h limity.h line-map.c line-map.h lists.c local-alloc.c longlong.h loop.c loop.h machmode.def machmode.h main.c make-temp-file.c mbchar.c mbchar.h md5.c md5.h mips-tdump.c mips-tfile.c mkconfig.sh mkdeps.c mkdeps.h mklibgcc.in mkmap-flat.awk mkmap-symver.awk move-if-change obstack.c obstack.h optabs.c optabs.h output.h params.c params.def params.h partition.c partition.h pexecute.c predict.c predict.def predict.h prefix.c prefix.h print-rtl.c print-tree.c profile.c protoize.c read-rtl.c real.c real.h recog.c recog.h reg-stack.c regclass.c regmove.c regrename.c regs.h reload.c reload.h reload1.c reorg.c resource.c resource.h rtl-error.c rtl.c rtl.def rtl.h rtlanal.c sbitmap.c sbitmap.h scan-decls.c scan-types.sh scan.c scan.h sched-deps.c sched-ebb.c sched-int.h sched-rgn.c sched-vis.c sdbout.c sdbout.h sibcall.c simplify-rtx.c sort-protos splay-tree.c splay-tree.h ssa-ccp.c ssa-dce.c ssa.c ssa.h stab.def stack.h stmt.c stor-layout.c stringpool.c symcat.h sys-protos.h sys-types.h system.h target-def.h target.h timevar.c timevar.def timevar.h tlink.c toplev.c toplev.h tradcif.y tradcpp.c tradcpp.h tree-dump.c tree-dump.h tree-inline.c tree-inline.h tree.c tree.def tree.h tsystem.h typeclass.h unroll.c unwind-dw2-fde-glibc.c unwind-dw2-fde.c unwind-dw2-fde.h unwind-dw2.c unwind-pe.h unwind-sjlj.c unwind.h unwind.inc varasm.c varray.c varray.h version.c version.h vmsdbg.h vmsdbgout.c xcoffout.c xcoffout.h Log: Cause CVS to sync up checked out source bases with Gcc 3.1 bits after the repo surgery to cut out the abortive Gcc 2.9[67] imports. Revision Changes Path 1.1.1.4 +0 -0 src/contrib/gcc/COPYING 1.1.1.3 +0 -0 src/contrib/gcc/COPYING.LIB 1.1.1.16 +0 -0 src/contrib/gcc/ChangeLog 1.1.1.2 +0 -0 src/contrib/gcc/ChangeLog.0 1.1.1.2 +0 -0 src/contrib/gcc/ChangeLog.1 1.1.1.2 +0 -0 src/contrib/gcc/ChangeLog.2 1.1.1.2 +0 -0 src/contrib/gcc/ChangeLog.3 1.1.1.2 +0 -0 src/contrib/gcc/ChangeLog.4 1.1.1.2 +0 -0 src/contrib/gcc/ChangeLog.5 1.1.1.2 +0 -0 src/contrib/gcc/ChangeLog.6 1.1.1.2 +0 -0 src/contrib/gcc/ChangeLog.lib 1.1.1.3 +0 -0 src/contrib/gcc/FSFChangeLog 1.1.1.2 +0 -0 src/contrib/gcc/FSFChangeLog.10 1.1.1.2 +0 -0 src/contrib/gcc/FSFChangeLog.11 1.1.1.4 +0 -0 src/contrib/gcc/LANGUAGES 1.1.1.9 +0 -0 src/contrib/gcc/Makefile.in 1.1.1.3 +0 -0 src/contrib/gcc/ONEWS 1.1.1.3 +0 -0 src/contrib/gcc/README-fixinc 1.1.1.2 +0 -0 src/contrib/gcc/README.Portability 1.1.1.4 +0 -0 src/contrib/gcc/SERVICE 1.1.1.4 +0 -0 src/contrib/gcc/acconfig.h 1.1.1.4 +0 -0 src/contrib/gcc/aclocal.m4 1.1.1.7 +0 -0 src/contrib/gcc/alias.c 1.1.1.3 +0 -0 src/contrib/gcc/ansidecl.h 1.1.1.3 +0 -0 src/contrib/gcc/attribs.c 1.1.1.6 +0 -0 src/contrib/gcc/basic-block.h 1.1.1.3 +0 -0 src/contrib/gcc/bb-reorder.c 1.1.1.4 +0 -0 src/contrib/gcc/bitmap.c 1.1.1.4 +0 -0 src/contrib/gcc/bitmap.h 1.1.1.2 +0 -0 src/contrib/gcc/builtin-attrs.def 1.1.1.2 +0 -0 src/contrib/gcc/builtin-types.def 1.1.1.3 +0 -0 src/contrib/gcc/builtins.c 1.1.1.2 +0 -0 src/contrib/gcc/builtins.def 1.1.1.5 +0 -0 src/contrib/gcc/c-aux-info.c 1.1.1.7 +0 -0 src/contrib/gcc/c-common.c 1.1.1.3 +0 -0 src/contrib/gcc/c-common.def 1.1.1.3 +0 -0 src/contrib/gcc/c-common.h 1.1.1.5 +0 -0 src/contrib/gcc/c-convert.c 1.1.1.8 +0 -0 src/contrib/gcc/c-decl.c 1.1.1.2 +0 -0 src/contrib/gcc/c-errors.c 1.1.1.3 +0 -0 src/contrib/gcc/c-format.c 1.1.1.7 +0 -0 src/contrib/gcc/c-lang.c 1.1.1.6 +0 -0 src/contrib/gcc/c-lex.c 1.1.1.5 +0 -0 src/contrib/gcc/c-lex.h 1.1.1.3 +0 -0 src/contrib/gcc/c-objc-common.c 1.1.1.6 +0 -0 src/contrib/gcc/c-parse.in 1.1.1.6 +0 -0 src/contrib/gcc/c-pragma.c 1.1.1.5 +0 -0 src/contrib/gcc/c-pragma.h 1.1.1.3 +0 -0 src/contrib/gcc/c-semantics.c 1.1.1.6 +0 -0 src/contrib/gcc/c-tree.h 1.1.1.10 +0 -0 src/contrib/gcc/c-typeck.c 1.1.1.5 +0 -0 src/contrib/gcc/caller-save.c 1.1.1.8 +0 -0 src/contrib/gcc/calls.c 1.1.1.3 +0 -0 src/contrib/gcc/cccp.1 1.1.1.3 +0 -0 src/contrib/gcc/cfg.c 1.1.1.3 +0 -0 src/contrib/gcc/cfganal.c 1.1.1.2 +0 -0 src/contrib/gcc/cfgbuild.c 1.1.1.3 +0 -0 src/contrib/gcc/cfgcleanup.c 1.1.1.2 +0 -0 src/contrib/gcc/cfglayout.c 1.1.1.2 +0 -0 src/contrib/gcc/cfglayout.h 1.1.1.2 +0 -0 src/contrib/gcc/cfgloop.c 1.1.1.3 +0 -0 src/contrib/gcc/cfgrtl.c 1.1.1.4 +0 -0 src/contrib/gcc/choose-temp.c 1.1.1.10 +0 -0 src/contrib/gcc/collect2.c 1.1.1.3 +0 -0 src/contrib/gcc/collect2.h 1.1.1.9 +0 -0 src/contrib/gcc/combine.c 1.1.1.2 +0 -0 src/contrib/gcc/concat.c 1.1.1.4 +0 -0 src/contrib/gcc/conditions.h 1.1.1.3 +0 -0 src/contrib/gcc/config.gcc 1.1.1.4 +0 -0 src/contrib/gcc/config.guess 1.1.1.5 +0 -0 src/contrib/gcc/config.in 1.1.1.10 +0 -0 src/contrib/gcc/configure 1.1.1.3 +0 -0 src/contrib/gcc/configure.frag 1.1.1.9 +0 -0 src/contrib/gcc/configure.in 1.1.1.2 +0 -0 src/contrib/gcc/conflict.c 1.1.1.5 +0 -0 src/contrib/gcc/convert.c 1.1.1.3 +0 -0 src/contrib/gcc/convert.h 1.1.1.2 +0 -0 src/contrib/gcc/cp-demangle.c 1.1.1.5 +0 -0 src/contrib/gcc/cplus-dem.c 1.1.1.2 +0 -0 src/contrib/gcc/cpp.1 1.1.1.2 +0 -0 src/contrib/gcc/cppdefault.c 1.1.1.2 +0 -0 src/contrib/gcc/cppdefault.h 1.1.1.5 +0 -0 src/contrib/gcc/cpperror.c 1.1.1.6 +0 -0 src/contrib/gcc/cppexp.c 1.1.1.3 +0 -0 src/contrib/gcc/cppfiles.c 1.1.1.6 +0 -0 src/contrib/gcc/cpphash.c 1.1.1.6 +0 -0 src/contrib/gcc/cpphash.h 1.1.1.7 +0 -0 src/contrib/gcc/cppinit.c 1.1.1.3 +0 -0 src/contrib/gcc/cpplex.c 1.1.1.6 +0 -0 src/contrib/gcc/cpplib.c 1.1.1.6 +0 -0 src/contrib/gcc/cpplib.h 1.1.1.3 +0 -0 src/contrib/gcc/cppmacro.c 1.1.1.6 +0 -0 src/contrib/gcc/cppmain.c 1.1.1.3 +0 -0 src/contrib/gcc/cppspec.c 1.1.1.6 +0 -0 src/contrib/gcc/crtstuff.c 1.1.1.10 +0 -0 src/contrib/gcc/cse.c 1.1.1.3 +0 -0 src/contrib/gcc/cselib.c 1.1.1.2 +0 -0 src/contrib/gcc/cselib.h 1.1.1.2 +0 -0 src/contrib/gcc/cstamp-h.in 1.1.1.6 +0 -0 src/contrib/gcc/dbxout.c 1.1.1.3 +0 -0 src/contrib/gcc/dbxout.h 1.1.1.2 +0 -0 src/contrib/gcc/dbxstclass.h 1.1.1.2 +0 -0 src/contrib/gcc/debug.c 1.1.1.2 +0 -0 src/contrib/gcc/debug.h 1.1.1.6 +0 -0 src/contrib/gcc/defaults.h 1.1.1.5 +0 -0 src/contrib/gcc/demangle.h 1.1.1.2 +0 -0 src/contrib/gcc/dependence.c 1.1.1.3 +0 -0 src/contrib/gcc/df.c 1.1.1.2 +0 -0 src/contrib/gcc/df.h 1.1.1.2 +0 -0 src/contrib/gcc/diagnostic.c 1.1.1.2 +0 -0 src/contrib/gcc/diagnostic.def 1.1.1.2 +0 -0 src/contrib/gcc/diagnostic.h 1.1.1.2 +0 -0 src/contrib/gcc/doloop.c 1.1.1.2 +0 -0 src/contrib/gcc/dominance.c 1.1.1.3 +0 -0 src/contrib/gcc/doschk.c 1.1.1.4 +0 -0 src/contrib/gcc/dwarf.h 1.1.1.6 +0 -0 src/contrib/gcc/dwarf2.h 1.1.1.2 +0 -0 src/contrib/gcc/dwarf2asm.c 1.1.1.2 +0 -0 src/contrib/gcc/dwarf2asm.h 1.1.1.7 +0 -0 src/contrib/gcc/dwarf2out.c 1.1.1.3 +0 -0 src/contrib/gcc/dwarf2out.h 1.1.1.5 +0 -0 src/contrib/gcc/dwarfout.c 1.1.1.4 +0 -0 src/contrib/gcc/dyn-string.c 1.1.1.4 +0 -0 src/contrib/gcc/dyn-string.h 1.1.1.8 +0 -0 src/contrib/gcc/emit-rtl.c 1.1.1.4 +0 -0 src/contrib/gcc/enquire.c 1.1.1.2 +0 -0 src/contrib/gcc/errors.c 1.1.1.2 +0 -0 src/contrib/gcc/errors.h 1.1.1.8 +0 -0 src/contrib/gcc/except.c 1.1.1.5 +0 -0 src/contrib/gcc/except.h 1.1.1.6 +0 -0 src/contrib/gcc/explow.c 1.1.1.8 +0 -0 src/contrib/gcc/expmed.c 1.1.1.11 +0 -0 src/contrib/gcc/expr.c 1.1.1.9 +0 -0 src/contrib/gcc/expr.h 1.1.1.2 +0 -0 src/contrib/gcc/fibheap.c 1.1.1.2 +0 -0 src/contrib/gcc/fibheap.h 1.1.1.7 +0 -0 src/contrib/gcc/final.c 1.1.1.7 +0 -0 src/contrib/gcc/fix-header.c 1.1.1.5 +0 -0 src/contrib/gcc/fixproto 1.1.1.6 +0 -0 src/contrib/gcc/flags.h 1.1.1.5 +0 -0 src/contrib/gcc/floatlib.c 1.1.1.8 +0 -0 src/contrib/gcc/flow.c 1.1.1.10 +0 -0 src/contrib/gcc/fold-const.c 1.1.1.3 +0 -0 src/contrib/gcc/fp-test.c 1.1.1.11 +0 -0 src/contrib/gcc/function.c 1.1.1.6 +0 -0 src/contrib/gcc/function.h 1.1.1.3 +0 -0 src/contrib/gcc/future.options 1.1.1.4 +0 -0 src/contrib/gcc/gbl-ctors.h 1.1.1.4 +0 -0 src/contrib/gcc/gcc.1 1.1.1.10 +0 -0 src/contrib/gcc/gcc.c 1.1.1.2 +0 -0 src/contrib/gcc/gcc.h 1.1.1.2 +0 -0 src/contrib/gcc/gccbug.in 1.1.1.3 +0 -0 src/contrib/gcc/gccspec.c 1.1.1.4 +0 -0 src/contrib/gcc/gcov-io.h 1.1.1.4 +0 -0 src/contrib/gcc/gcov.c 1.1.1.6 +0 -0 src/contrib/gcc/gcse.c 1.1.1.2 +0 -0 src/contrib/gcc/gdbinit.in 1.1.1.5 +0 -0 src/contrib/gcc/gen-protos.c 1.1.1.5 +0 -0 src/contrib/gcc/genattr.c 1.1.1.6 +0 -0 src/contrib/gcc/genattrtab.c 1.1.1.4 +0 -0 src/contrib/gcc/gencheck.c 1.1.1.5 +0 -0 src/contrib/gcc/gencodes.c 1.1.1.5 +0 -0 src/contrib/gcc/genconfig.c 1.1.1.2 +0 -0 src/contrib/gcc/genconstants.c 1.1.1.6 +0 -0 src/contrib/gcc/genemit.c 1.1.1.6 +0 -0 src/contrib/gcc/genextract.c 1.1.1.6 +0 -0 src/contrib/gcc/genflags.c 1.1.1.4 +0 -0 src/contrib/gcc/gengenrtl.c 1.1.1.4 +0 -0 src/contrib/gcc/genmultilib 1.1.1.5 +0 -0 src/contrib/gcc/genopinit.c 1.1.1.6 +0 -0 src/contrib/gcc/genoutput.c 1.1.1.5 +0 -0 src/contrib/gcc/genpeep.c 1.1.1.2 +0 -0 src/contrib/gcc/genpreds.c 1.1.1.6 +0 -0 src/contrib/gcc/genrecog.c 1.1.1.2 +0 -0 src/contrib/gcc/gensupport.c 1.1.1.2 +0 -0 src/contrib/gcc/gensupport.h 1.1.1.5 +0 -0 src/contrib/gcc/getopt.c 1.1.1.4 +0 -0 src/contrib/gcc/getopt.h 1.1.1.4 +0 -0 src/contrib/gcc/getopt1.c 1.1.1.5 +0 -0 src/contrib/gcc/getpwd.c 1.1.1.2 +0 -0 src/contrib/gcc/ggc-callbacks.c 1.1.1.3 +0 -0 src/contrib/gcc/ggc-common.c 1.1.1.2 +0 -0 src/contrib/gcc/ggc-none.c 1.1.1.2 +0 -0 src/contrib/gcc/ggc-page.c 1.1.1.2 +0 -0 src/contrib/gcc/ggc-simple.c 1.1.1.2 +0 -0 src/contrib/gcc/ggc.h 1.1.1.6 +0 -0 src/contrib/gcc/glimits.h 1.1.1.5 +0 -0 src/contrib/gcc/global.c 1.1.1.5 +0 -0 src/contrib/gcc/gmon.c 1.1.1.3 +0 -0 src/contrib/gcc/graph.c 1.1.1.2 +0 -0 src/contrib/gcc/graph.h 1.1.1.3 +0 -0 src/contrib/gcc/gstab.h 1.1.1.3 +0 -0 src/contrib/gcc/gsyms.h 1.1.1.2 +0 -0 src/contrib/gcc/gsyslimits.h 1.1.1.2 +0 -0 src/contrib/gcc/gthr-aix.h 1.1.1.4 +0 -0 src/contrib/gcc/gthr-dce.h 1.1.1.4 +0 -0 src/contrib/gcc/gthr-posix.h 1.1.1.3 +0 -0 src/contrib/gcc/gthr-rtems.h 1.1.1.3 +0 -0 src/contrib/gcc/gthr-single.h 1.1.1.4 +0 -0 src/contrib/gcc/gthr-solaris.h 1.1.1.4 +0 -0 src/contrib/gcc/gthr-vxworks.h 1.1.1.2 +0 -0 src/contrib/gcc/gthr-win32.h 1.1.1.4 +0 -0 src/contrib/gcc/gthr.h 1.1.1.6 +0 -0 src/contrib/gcc/haifa-sched.c 1.1.1.5 +0 -0 src/contrib/gcc/halfpic.c 1.1.1.5 +0 -0 src/contrib/gcc/halfpic.h 1.1.1.4 +0 -0 src/contrib/gcc/hard-reg-set.h 1.1.1.4 +0 -0 src/contrib/gcc/hash.c 1.1.1.4 +0 -0 src/contrib/gcc/hash.h 1.1.1.2 +0 -0 src/contrib/gcc/hashtab.c 1.1.1.2 +0 -0 src/contrib/gcc/hashtab.h 1.1.1.2 +0 -0 src/contrib/gcc/hashtable.c 1.1.1.2 +0 -0 src/contrib/gcc/hashtable.h 1.1.1.2 +0 -0 src/contrib/gcc/hex.c 1.1.1.2 +0 -0 src/contrib/gcc/hooks.c 1.1.1.2 +0 -0 src/contrib/gcc/hooks.h 1.1.1.4 +0 -0 src/contrib/gcc/hwint.h 1.1.1.3 +0 -0 src/contrib/gcc/ifcvt.c 1.1.1.5 +0 -0 src/contrib/gcc/input.h 1.1.1.2 +0 -0 src/contrib/gcc/insn-addr.h 1.1.1.6 +0 -0 src/contrib/gcc/integrate.c 1.1.1.5 +0 -0 src/contrib/gcc/integrate.h 1.1.1.3 +0 -0 src/contrib/gcc/intl.c 1.1.1.3 +0 -0 src/contrib/gcc/intl.h 1.1.1.7 +0 -0 src/contrib/gcc/jump.c 1.1.1.3 +0 -0 src/contrib/gcc/langhooks-def.h 1.1.1.3 +0 -0 src/contrib/gcc/langhooks.c 1.1.1.3 +0 -0 src/contrib/gcc/langhooks.h 1.1.1.2 +0 -0 src/contrib/gcc/lbasename.c 1.1.1.3 +0 -0 src/contrib/gcc/lcm.c 1.1.1.3 +0 -0 src/contrib/gcc/libfuncs.h 1.1.1.2 +0 -0 src/contrib/gcc/libgcc-std.ver 1.1.1.5 +0 -0 src/contrib/gcc/libgcc2.c 1.1.1.2 +0 -0 src/contrib/gcc/libgcc2.h 1.1.1.3 +0 -0 src/contrib/gcc/libiberty.h 1.1.1.2 +0 -0 src/contrib/gcc/limitx.h 1.1.1.2 +0 -0 src/contrib/gcc/limity.h 1.1.1.2 +0 -0 src/contrib/gcc/line-map.c 1.1.1.2 +0 -0 src/contrib/gcc/line-map.h 1.1.1.2 +0 -0 src/contrib/gcc/lists.c 1.1.1.7 +0 -0 src/contrib/gcc/local-alloc.c 1.1.1.6 +0 -0 src/contrib/gcc/longlong.h 1.1.1.12 +0 -0 src/contrib/gcc/loop.c 1.1.1.6 +0 -0 src/contrib/gcc/loop.h 1.1.1.5 +0 -0 src/contrib/gcc/machmode.def 1.1.1.6 +0 -0 src/contrib/gcc/machmode.h 1.1.1.2 +0 -0 src/contrib/gcc/main.c 1.1.1.2 +0 -0 src/contrib/gcc/make-temp-file.c 1.1.1.3 +0 -0 src/contrib/gcc/mbchar.c 1.1.1.3 +0 -0 src/contrib/gcc/mbchar.h 1.1.1.2 +0 -0 src/contrib/gcc/md5.c 1.1.1.2 +0 -0 src/contrib/gcc/md5.h 1.1.1.5 +0 -0 src/contrib/gcc/mips-tdump.c 1.1.1.5 +0 -0 src/contrib/gcc/mips-tfile.c 1.1.1.3 +0 -0 src/contrib/gcc/mkconfig.sh 1.1.1.2 +0 -0 src/contrib/gcc/mkdeps.c 1.1.1.2 +0 -0 src/contrib/gcc/mkdeps.h 1.1.1.3 +0 -0 src/contrib/gcc/mklibgcc.in 1.1.1.2 +0 -0 src/contrib/gcc/mkmap-flat.awk 1.1.1.3 +0 -0 src/contrib/gcc/mkmap-symver.awk 1.1.1.2 +0 -0 src/contrib/gcc/move-if-change 1.1.1.4 +0 -0 src/contrib/gcc/obstack.c 1.1.1.4 +0 -0 src/contrib/gcc/obstack.h 1.1.1.8 +0 -0 src/contrib/gcc/optabs.c 1.1.1.2 +0 -0 src/contrib/gcc/optabs.h 1.1.1.6 +0 -0 src/contrib/gcc/output.h 1.1.1.2 +0 -0 src/contrib/gcc/params.c 1.1.1.2 +0 -0 src/contrib/gcc/params.def 1.1.1.2 +0 -0 src/contrib/gcc/params.h 1.1.1.2 +0 -0 src/contrib/gcc/partition.c 1.1.1.2 +0 -0 src/contrib/gcc/partition.h 1.1.1.4 +0 -0 src/contrib/gcc/pexecute.c 1.1.1.3 +0 -0 src/contrib/gcc/predict.c 1.1.1.2 +0 -0 src/contrib/gcc/predict.def 1.1.1.2 +0 -0 src/contrib/gcc/predict.h 1.1.1.4 +0 -0 src/contrib/gcc/prefix.c 1.1.1.3 +0 -0 src/contrib/gcc/prefix.h 1.1.1.5 +0 -0 src/contrib/gcc/print-rtl.c 1.1.1.6 +0 -0 src/contrib/gcc/print-tree.c 1.1.1.4 +0 -0 src/contrib/gcc/profile.c 1.1.1.6 +0 -0 src/contrib/gcc/protoize.c 1.1.1.2 +0 -0 src/contrib/gcc/read-rtl.c 1.1.1.5 +0 -0 src/contrib/gcc/real.c 1.1.1.5 +0 -0 src/contrib/gcc/real.h 1.1.1.6 +0 -0 src/contrib/gcc/recog.c 1.1.1.5 +0 -0 src/contrib/gcc/recog.h 1.1.1.7 +0 -0 src/contrib/gcc/reg-stack.c 1.1.1.6 +0 -0 src/contrib/gcc/regclass.c 1.1.1.6 +0 -0 src/contrib/gcc/regmove.c 1.1.1.3 +0 -0 src/contrib/gcc/regrename.c 1.1.1.5 +0 -0 src/contrib/gcc/regs.h 1.1.1.8 +0 -0 src/contrib/gcc/reload.c 1.1.1.7 +0 -0 src/contrib/gcc/reload.h 1.1.1.9 +0 -0 src/contrib/gcc/reload1.c 1.1.1.6 +0 -0 src/contrib/gcc/reorg.c 1.1.1.4 +0 -0 src/contrib/gcc/resource.c 1.1.1.3 +0 -0 src/contrib/gcc/resource.h 1.1.1.2 +0 -0 src/contrib/gcc/rtl-error.c 1.1.1.6 +0 -0 src/contrib/gcc/rtl.c 1.1.1.6 +0 -0 src/contrib/gcc/rtl.def 1.1.1.8 +0 -0 src/contrib/gcc/rtl.h 1.1.1.8 +0 -0 src/contrib/gcc/rtlanal.c 1.1.1.3 +0 -0 src/contrib/gcc/sbitmap.c 1.1.1.3 +0 -0 src/contrib/gcc/sbitmap.h 1.1.1.5 +0 -0 src/contrib/gcc/scan-decls.c 1.1.1.3 +0 -0 src/contrib/gcc/scan-types.sh 1.1.1.5 +0 -0 src/contrib/gcc/scan.c 1.1.1.5 +0 -0 src/contrib/gcc/scan.h 1.1.1.3 +0 -0 src/contrib/gcc/sched-deps.c 1.1.1.2 +0 -0 src/contrib/gcc/sched-ebb.c 1.1.1.3 +0 -0 src/contrib/gcc/sched-int.h 1.1.1.3 +0 -0 src/contrib/gcc/sched-rgn.c 1.1.1.2 +0 -0 src/contrib/gcc/sched-vis.c 1.1.1.5 +0 -0 src/contrib/gcc/sdbout.c 1.1.1.3 +0 -0 src/contrib/gcc/sdbout.h 1.1.1.3 +0 -0 src/contrib/gcc/sibcall.c 1.1.1.3 +0 -0 src/contrib/gcc/simplify-rtx.c 1.1.1.2 +0 -0 src/contrib/gcc/sort-protos 1.1.1.3 +0 -0 src/contrib/gcc/splay-tree.c 1.1.1.3 +0 -0 src/contrib/gcc/splay-tree.h 1.1.1.3 +0 -0 src/contrib/gcc/ssa-ccp.c 1.1.1.2 +0 -0 src/contrib/gcc/ssa-dce.c 1.1.1.2 +0 -0 src/contrib/gcc/ssa.c 1.1.1.2 +0 -0 src/contrib/gcc/ssa.h 1.1.1.4 +0 -0 src/contrib/gcc/stab.def 1.1.1.3 +0 -0 src/contrib/gcc/stack.h 1.1.1.9 +0 -0 src/contrib/gcc/stmt.c 1.1.1.7 +0 -0 src/contrib/gcc/stor-layout.c 1.1.1.2 +0 -0 src/contrib/gcc/stringpool.c 1.1.1.2 +0 -0 src/contrib/gcc/symcat.h 1.1.1.4 +0 -0 src/contrib/gcc/sys-protos.h 1.1.1.3 +0 -0 src/contrib/gcc/sys-types.h 1.1.1.7 +0 -0 src/contrib/gcc/system.h 1.1.1.3 +0 -0 src/contrib/gcc/target-def.h 1.1.1.3 +0 -0 src/contrib/gcc/target.h 1.1.1.2 +0 -0 src/contrib/gcc/timevar.c 1.1.1.2 +0 -0 src/contrib/gcc/timevar.def 1.1.1.2 +0 -0 src/contrib/gcc/timevar.h 1.1.1.5 +0 -0 src/contrib/gcc/tlink.c 1.1.1.9 +0 -0 src/contrib/gcc/toplev.c 1.1.1.4 +0 -0 src/contrib/gcc/toplev.h 1.1.1.3 +0 -0 src/contrib/gcc/tradcif.y 1.1.1.3 +0 -0 src/contrib/gcc/tradcpp.c 1.1.1.3 +0 -0 src/contrib/gcc/tradcpp.h 1.1.1.3 +0 -0 src/contrib/gcc/tree-dump.c 1.1.1.2 +0 -0 src/contrib/gcc/tree-dump.h 1.1.1.3 +0 -0 src/contrib/gcc/tree-inline.c 1.1.1.2 +0 -0 src/contrib/gcc/tree-inline.h 1.1.1.7 +0 -0 src/contrib/gcc/tree.c 1.1.1.6 +0 -0 src/contrib/gcc/tree.def 1.1.1.7 +0 -0 src/contrib/gcc/tree.h 1.1.1.2 +0 -0 src/contrib/gcc/tsystem.h 1.1.1.2 +0 -0 src/contrib/gcc/typeclass.h 1.1.1.9 +0 -0 src/contrib/gcc/unroll.c 1.1.1.3 +0 -0 src/contrib/gcc/unwind-dw2-fde-glibc.c 1.1.1.2 +0 -0 src/contrib/gcc/unwind-dw2-fde.c 1.1.1.2 +0 -0 src/contrib/gcc/unwind-dw2-fde.h 1.1.1.2 +0 -0 src/contrib/gcc/unwind-dw2.c 1.1.1.2 +0 -0 src/contrib/gcc/unwind-pe.h 1.1.1.2 +0 -0 src/contrib/gcc/unwind-sjlj.c 1.1.1.2 +0 -0 src/contrib/gcc/unwind.h 1.1.1.2 +0 -0 src/contrib/gcc/unwind.inc 1.1.1.10 +0 -0 src/contrib/gcc/varasm.c 1.1.1.3 +0 -0 src/contrib/gcc/varray.c 1.1.1.4 +0 -0 src/contrib/gcc/varray.h 1.1.1.12 +0 -0 src/contrib/gcc/version.c 1.1.1.2 +0 -0 src/contrib/gcc/version.h 1.1.1.2 +0 -0 src/contrib/gcc/vmsdbg.h 1.1.1.3 +0 -0 src/contrib/gcc/vmsdbgout.c 1.1.1.5 +0 -0 src/contrib/gcc/xcoffout.c 1.1.1.5 +0 -0 src/contrib/gcc/xcoffout.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 20:40:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F37837B400; Sun, 12 May 2002 20:40:21 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D3eLm24288; Sun, 12 May 2002 20:40:21 -0700 (PDT) (envelope-from kris) Message-Id: <200205130340.g4D3eLm24288@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 12 May 2002 20:40:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts mkbindist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/12 20:40:21 PDT Modified files: Tools/portbuild/scripts mkbindist Log: Comment out the kernel building and just link to kernel.GENERIC. Revision Changes Path 1.4 +6 -5 ports/Tools/portbuild/scripts/mkbindist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 20:43:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D44DF37B403; Sun, 12 May 2002 20:43:07 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D3h7324513; Sun, 12 May 2002 20:43:07 -0700 (PDT) (envelope-from kris) Message-Id: <200205130343.g4D3h7324513@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 12 May 2002 20:43:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts portbuild X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/12 20:43:07 PDT Modified files: Tools/portbuild/scripts portbuild Log: - Catch up to buildenv changes. - Always update UNAME_TARGET with each build - Populate mtree hierarchies better Revision Changes Path 1.19 +21 -12 ports/Tools/portbuild/scripts/portbuild To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 21:21:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8209B37B406; Sun, 12 May 2002 21:21:11 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D4LBX30599; Sun, 12 May 2002 21:21:11 -0700 (PDT) (envelope-from marcus) Message-Id: <200205130421.g4D4LBX30599@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 12 May 2002 21:21:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk20 pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/12 21:21:11 PDT Modified files: x11-toolkits/gtk20 pkg-descr Log: Bring the pkg-descr in sync with reality. Submitted by: Lawrence Mayer dsg Revision Changes Path 1.6 +4 -2 ports/x11-toolkits/gtk20/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 21:26:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61E8737B401; Sun, 12 May 2002 21:26:38 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D4Qcb30852; Sun, 12 May 2002 21:26:38 -0700 (PDT) (envelope-from jake) Message-Id: <200205130426.g4D4Qcb30852@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 12 May 2002 21:26:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include instr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/05/12 21:26:38 PDT Modified files: sys/sparc64/include instr.h Log: Fix IF_SEXT(val, 32). The constants need to have type long to handle size > 16. Revision Changes Path 1.5 +2 -1 src/sys/sparc64/include/instr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 21:35:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5401437B404; Sun, 12 May 2002 21:35:08 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D4Z8p31379; Sun, 12 May 2002 21:35:08 -0700 (PDT) (envelope-from jake) Message-Id: <200205130435.g4D4Z8p31379@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 12 May 2002 21:35:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/sys Makefile.inc __sparc_utrap.c __sparc_utrap_align.c __sparc_utrap_private.h __sparc_utrap_setup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/05/12 21:35:08 PDT Modified files: lib/libc/sparc64/sys Makefile.inc __sparc_utrap.c __sparc_utrap_private.h __sparc_utrap_setup.c Added files: lib/libc/sparc64/sys __sparc_utrap_align.c Log: Handle alignment fault fixups in libc rather than in the kernel. Revision Changes Path 1.6 +1 -0 src/lib/libc/sparc64/sys/Makefile.inc 1.4 +1 -0 src/lib/libc/sparc64/sys/__sparc_utrap.c 1.1 +117 -0 src/lib/libc/sparc64/sys/__sparc_utrap_align.c (new) 1.4 +1 -0 src/lib/libc/sparc64/sys/__sparc_utrap_private.h 1.4 +0 -2 src/lib/libc/sparc64/sys/__sparc_utrap_setup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 21:39:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B76D37B407; Sun, 12 May 2002 21:39:29 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D4dTs31640; Sun, 12 May 2002 21:39:29 -0700 (PDT) (envelope-from jeff) Message-Id: <200205130439.g4D4dTs31640@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 12 May 2002 21:39:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/05/12 21:39:29 PDT Modified files: sys/vm uma_core.c Log: Remove the hash_free() lock order reversal. This could have happened for several reasons before. Fixing it involved restructuring the generic hash code to require calling code to handle locking, unlocking, and freeing hashes on error conditions. Revision Changes Path 1.23 +73 -70 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 21:48:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F40F837B40F; Sun, 12 May 2002 21:48:23 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D4mNB32932; Sun, 12 May 2002 21:48:23 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205130448.g4D4mNB32932@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 12 May 2002 21:48:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnuplot+ pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/12 21:48:23 PDT Modified files: math/gnuplot+ pkg-descr Log: WWW moved Revision Changes Path 1.3 +1 -1 ports/math/gnuplot+/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 21:58:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A80537B404; Sun, 12 May 2002 21:58:13 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D4wD933485; Sun, 12 May 2002 21:58:13 -0700 (PDT) (envelope-from marcel) Message-Id: <200205130458.g4D4wD933485@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 12 May 2002 21:58:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include asm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/12 21:58:12 PDT Modified files: sys/ia64/include asm.h Log: Remove reference to the "Alpha Calling Standard". Revision Changes Path 1.8 +0 -13 src/sys/ia64/include/asm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 22: 1: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C22537B400; Sun, 12 May 2002 22:01:06 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D516733761; Sun, 12 May 2002 22:01:06 -0700 (PDT) (envelope-from marcel) Message-Id: <200205130501.g4D516733761@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 12 May 2002 22:01:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include ieeefp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/12 22:01:06 PDT Modified files: sys/ia64/include ieeefp.h Log: s/_ALPHA_/_MACHINE_/ Revision Changes Path 1.3 +1 -1 src/sys/ia64/include/ieeefp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 22: 8:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72C7A37B401; Sun, 12 May 2002 22:08:22 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D58Mp37910; Sun, 12 May 2002 22:08:22 -0700 (PDT) (envelope-from jeff) Message-Id: <200205130508.g4D58Mp37910@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 12 May 2002 22:08:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/05/12 22:08:19 PDT Modified files: sys/vm uma_core.c Log: Don't call the uz free function while the zone lock is held. This can lead to lock order reversals. uma_reclaim now builds a list of freeable slabs and then unlocks the zones to do all of the frees. Revision Changes Path 1.24 +21 -14 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 22: 9:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A6DE37B408; Sun, 12 May 2002 22:09:37 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D59bM38007; Sun, 12 May 2002 22:09:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200205130509.g4D59bM38007@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 12 May 2002 22:09:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/boot1 boot1.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/12 22:09:37 PDT Modified files: sys/boot/sparc64/boot1 boot1.c Log: Match the default newfs UFS block size. Revision Changes Path 1.11 +1 -1 src/sys/boot/sparc64/boot1/boot1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 22:20:33 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id BB2A837B40A; Sun, 12 May 2002 22:20:15 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4D5KCk64755; Mon, 13 May 2002 08:20:12 +0300 (EEST) (envelope-from ru) Date: Mon, 13 May 2002 08:20:12 +0300 From: Ruslan Ermilov To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.lib.mk Message-ID: <20020513052012.GB64294@sunbay.com> References: <200205121348.g4CDmro96592@freefall.freebsd.org> <20020512142932.GK96840@sunbay.com> <20020512103959.B44494@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Pd0ReVV5GZGQvF3a" Content-Disposition: inline In-Reply-To: <20020512103959.B44494@dragon.nuxi.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Pd0ReVV5GZGQvF3a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 12, 2002 at 10:39:59AM -0700, David O'Brien wrote: > On Sun, May 12, 2002 at 05:29:32PM +0300, Ruslan Ermilov wrote: > > On Sun, May 12, 2002 at 06:48:53AM -0700, David E. O'Brien wrote: > > > obrien 2002/05/12 06:48:53 PDT > > >=20 > > > Modified files: > > > share/mk bsd.lib.mk=20 > > > Log: > > > Back out rev 1.118. > > > =20 > > > Revision Changes Path > > > 1.122 +5 -12 src/share/mk/bsd.lib.mk > > >=20 > > For the record. I did not ask David to back out this change, and > > I even said him I mostly liked it. Anyway, the change introduced > . >=20 > Huh??????? You did not want it backed out?? You found fought the with > primary feature I added and the things the feature did. I have at least > 5 emails from you on the subject. One which simply said little more than > "remove NOLIB". I have no idea how I could have removed the feature > (which you did say you wanted), and kept any of the rest of the change. >=20 I told you that NOLIB could simply be implemented as a missing LIB=3D assignment. > Which part of 1.118 did I do right? >=20 Fold INTERNALSTATICLIB into INTERNALLIB. > > Instead of fixing the bugs, David decided to back out his work and > > let me and BDE (the guys who pointed out the problems) work on it. >=20 > Actually you. BDE didn't say much on this topic. >=20 Heh? But you said earlier that you discussed this with Bruce. :-) > > I think the decision to back out was emotionally driven, and as such > > I thought I'd better mention that I intend to re-apply most of his > > changes tomorrow (in some form). >=20 > ??? I am all ears, I did not see in your emails where you said anything > positive about any of 1.122. Please don't make me suffer in anticipation > like Star Wars Episode II. Can you email me a trailer to tomorrow's > commit? >=20 Please watch the cvs-all@ mailing list later this day. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --Pd0ReVV5GZGQvF3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8300MUkv4P6juNwoRAlyTAJ0Y7JjHBX/wB4TSdiy3WztYu7Y0nQCdF40B 08c/oua1b7eA9L/xFg0Yxt8= =3+kV -----END PGP SIGNATURE----- --Pd0ReVV5GZGQvF3a-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 22:38:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A2F337B401; Sun, 12 May 2002 22:38:29 -0700 (PDT) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D5cSL39630; Sun, 12 May 2002 22:38:28 -0700 (PDT) (envelope-from yoichi) Message-Id: <200205130538.g4D5cSL39630@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 12 May 2002 22:38:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/liece Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/05/12 22:38:28 PDT Modified files: irc/liece Makefile pkg-plist Log: * Follow the locale change * Rearrange according to the removal of xemacs21-mule stub. * Bump up port revision Revision Changes Path 1.11 +14 -37 ports/irc/liece/Makefile 1.7 +80 -84 ports/irc/liece/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 22:44:39 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id AD9F737B40B; Sun, 12 May 2002 22:44:25 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4D5iMM66768; Mon, 13 May 2002 08:44:22 +0300 (EEST) (envelope-from ru) Date: Mon, 13 May 2002 08:44:22 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cc1plus Makefile Message-ID: <20020513054422.GG64294@sunbay.com> References: <200205130154.g4D1sQu05453@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Zrag5V6pnZGjLKiw" Content-Disposition: inline In-Reply-To: <200205130154.g4D1sQu05453@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Zrag5V6pnZGjLKiw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 12, 2002 at 06:54:26PM -0700, David E. O'Brien wrote: > obrien 2002/05/12 18:54:26 PDT >=20 > Modified files: > gnu/usr.bin/cc/cc1plus Makefile=20 > Log: > I was finally able to repeat the -j breakage on one of my machines. Fi= x it. > I borrowed some ideas from Ruslan, and made the style match cc_tools/Ma= kefile > =20 > Revision Changes Path > 1.29 +7 -9 src/gnu/usr.bin/cc/cc1plus/Makefile >=20 Please run ``make -n y.tab.h'' in a clean environment. This should fix it (just resembles part of my patch I sent to you earlier): %%% Index: Makefile =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/ncvs/src/gnu/usr.bin/cc/cc1plus/Makefile,v retrieving revision 1.30 diff -u -p -r1.30 Makefile --- Makefile 13 May 2002 03:27:02 -0000 1.30 +++ Makefile 13 May 2002 05:43:36 -0000 @@ -23,10 +23,12 @@ LDADD+=3D ${LIBCC_INT} #----------------------------------------------------------------------- # C++ parser =20 -parse+%DIKED.c y.tab.h: parse.c +parse+%DIKED.c: parse.c sed -e "s/malloc/xmalloc/g" \ -e "s/realloc/xrealloc/g" \ ${.ALLSRC:M*c} > ${.TARGET} + +y.tab.h: parse.c =20 parse.h: y.tab.h cp -pf y.tab.h ${.TARGET} %%% Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --Zrag5V6pnZGjLKiw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE831K2Ukv4P6juNwoRAvm8AJ9YqQxoJ0TZ6Bxc+Zejs+rjsy8R5QCePSfh SDE0pjVjDaz378LGdgUFyuk= =vCcY -----END PGP SIGNATURE----- --Zrag5V6pnZGjLKiw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 22:55:24 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id E0A6E37B403; Sun, 12 May 2002 22:55:10 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4D5t7v67987; Mon, 13 May 2002 08:55:07 +0300 (EEST) (envelope-from ru) Date: Mon, 13 May 2002 08:55:07 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cccp Makefile src/gnu/usr.bin/cc/cpp0 Makefile src/gnu/usr.bin/cc/tradcpp0 Makefile Message-ID: <20020513055507.GH64294@sunbay.com> References: <200205130327.g4D3R3b22678@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bpVaumkpfGNUagdU" Content-Disposition: inline In-Reply-To: <200205130327.g4D3R3b22678@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --bpVaumkpfGNUagdU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 12, 2002 at 08:27:03PM -0700, David E. O'Brien wrote: > obrien 2002/05/12 20:27:03 PDT >=20 > Modified files: > gnu/usr.bin/cc/cc1 Makefile=20 > gnu/usr.bin/cc/cc1obj Makefile=20 > gnu/usr.bin/cc/cc1plus Makefile=20 > gnu/usr.bin/cc/cccp Makefile=20 > gnu/usr.bin/cc/cpp0 Makefile=20 > gnu/usr.bin/cc/tradcpp0 Makefile=20 > Log: > Restore some of the implementation from the Bmake gcc 2.95 bits. > In the end, I can do things more like the previous Bmake bits than was > apparent in the middle of the gcc31 WIP. > =20 > Revision Changes Path > 1.28 +11 -10 src/gnu/usr.bin/cc/cc1/Makefile > 1.22 +11 -10 src/gnu/usr.bin/cc/cc1obj/Makefile > 1.30 +10 -7 src/gnu/usr.bin/cc/cc1plus/Makefile > 1.24 +11 -9 src/gnu/usr.bin/cc/cccp/Makefile > 1.5 +11 -9 src/gnu/usr.bin/cc/cpp0/Makefile > 1.6 +5 -6 src/gnu/usr.bin/cc/tradcpp0/Makefile >=20 YFLAGS=3D can be used to tell system Yacc rules to not create y.tab.h. Anyway, thank you for your reconsideration to apply my changes, in some form. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --bpVaumkpfGNUagdU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE831U7Ukv4P6juNwoRAkY5AJ4uXQ7FyZPbbHRaM2qS1l52hdSVjQCbBVd3 woYEsGe7+w7M3d5viADmi6M= =1yGi -----END PGP SIGNATURE----- --bpVaumkpfGNUagdU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 22:58:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58E5937B401; Sun, 12 May 2002 22:58:07 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D5w7a40812; Sun, 12 May 2002 22:58:07 -0700 (PDT) (envelope-from dirk) Message-Id: <200205130558.g4D5w7a40812@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 12 May 2002 22:58:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/php4 Makefile ports/www/mod_php4 Makefile ports/www/mod_php4/files patch-ext_standard_file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/05/12 22:58:07 PDT Modified files: lang/php4 Makefile www/mod_php4 Makefile Added files: www/mod_php4/files patch-ext_standard_file.c Log: Fix mkdir() bug. PR: ports/37825 Submitted by: Jason Taylor Revision Changes Path 1.7 +1 -1 ports/lang/php4/Makefile 1.171 +1 -1 ports/www/mod_php4/Makefile 1.1 +20 -0 ports/www/mod_php4/files/patch-ext_standard_file.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 23:20:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4561637B401; Sun, 12 May 2002 23:20:07 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D6K7p46307; Sun, 12 May 2002 23:20:07 -0700 (PDT) (envelope-from dirk) Message-Id: <200205130620.g4D6K7p46307@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 12 May 2002 23:20:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/05/12 23:20:07 PDT Modified files: www/mod_php4 Makefile distinfo Log: USE_BZIP2 PR: ports/37568 Submitted by: Alexandr Kovalenko Revision Changes Path 1.172 +1 -0 ports/www/mod_php4/Makefile 1.109 +1 -1 ports/www/mod_php4/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 23:50:31 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id E03ED37B400; Sun, 12 May 2002 23:50:27 -0700 (PDT) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020513065027.DGOI10136.rwcrmhc51.attbi.com@blossom.cjclark.org>; Mon, 13 May 2002 06:50:27 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g4D6oQb51916; Sun, 12 May 2002 23:50:26 -0700 (PDT) (envelope-from cjc) Date: Sun, 12 May 2002 23:50:26 -0700 From: "Crist J. Clark" To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c Message-ID: <20020512235026.I2824@blossom.cjclark.org> References: <200205122043.g4CKhod56192@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205122043.g4CKhod56192@freefall.freebsd.org>; from luigi@FreeBSD.org on Sun, May 12, 2002 at 01:43:50PM -0700 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 01:43:50PM -0700, Luigi Rizzo wrote: [snip] > and type can be a single ethernet type, a range, or a type followed by > a mask (values are always in hexadecimal) e.g. > > 0800 > 0800-0806 > 0800/8 > 0800&03ff > > Note, I am still uncertain on what is the best format for inputting > these values, having the values in hexadecimal is convenient in most > cases but can be confusing sometimes. Suggestions welcome. I think for 'type' some common types should be available as strings, 'ip' and 'arp' being the obvious ones. Others can be added if there is a call for them. For people who want to filter only incoming or outgoing ARP (some people want this), it'd be nice to have the usual 'via' options for this. But I understand why this really is not feasible for the current implementation in the bridge(4) code. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 23:56:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C371437B403; Sun, 12 May 2002 23:56:51 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D6up951981; Sun, 12 May 2002 23:56:51 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205130656.g4D6up951981@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 12 May 2002 23:56:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gnomermind Makefile ports/www/encompass Makefile ports/net/xtraceroute Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/12 23:56:51 PDT Modified files: games/gnomermind Makefile www/encompass Makefile net/xtraceroute Makefile Log: Fix breakage introduced by the gettext conversion. Submitted by: bento Revision Changes Path 1.3 +6 -2 ports/games/gnomermind/Makefile 1.14 +5 -2 ports/net/xtraceroute/Makefile 1.24 +4 -1 ports/www/encompass/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun May 12 23:58:33 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 376B137B404; Sun, 12 May 2002 23:57:29 -0700 (PDT) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020513065729.DJPL10136.rwcrmhc51.attbi.com@blossom.cjclark.org>; Mon, 13 May 2002 06:57:29 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g4D6vSR51965; Sun, 12 May 2002 23:57:28 -0700 (PDT) (envelope-from cjc) Date: Sun, 12 May 2002 23:57:28 -0700 From: "Crist J. Clark" To: Ruslan Ermilov Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/xinstall xinstall.c Message-ID: <20020512235728.J2824@blossom.cjclark.org> References: <200205111915.g4BJFGj29059@freefall.freebsd.org> <20020512092740.GA88218@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020512092740.GA88218@sunbay.com>; from ru@FreeBSD.org on Sun, May 12, 2002 at 12:27:40PM +0300 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 12:27:40PM +0300, Ruslan Ermilov wrote: > On Sat, May 11, 2002 at 12:15:15PM -0700, Marcel Moolenaar wrote: > > marcel 2002/05/11 12:15:15 PDT > > > > Modified files: > > usr.bin/xinstall xinstall.c > > Log: > > Add support for stripping non-native object files by using an > > environment variable that specifies the name of the strip(1) > > program to use. The envvar is "STRIPBIN". The more natural > > choice would be "STRIP", but that one is taken already. > > > > Revision Changes Path > > 1.51 +5 -1 src/usr.bin/xinstall/xinstall.c > > > FWIW, I plan to rename this to STRIP soon and document this in > the manpage. Marcel already knew it, but he apparently could > not wait longer while I fix .mk files. Getting closer to cross-{arch,cpu} installworld... -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 0: 9:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A137F37B40C; Mon, 13 May 2002 00:08:34 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D78YR62891; Mon, 13 May 2002 00:08:34 -0700 (PDT) (envelope-from marcus) Message-Id: <200205130708.g4D78YR62891@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 May 2002 00:08:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile distinfo pkg-plist ports/www/mozilla/files patch-qt patch-security_fix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/13 00:08:34 PDT Modified files: www/mozilla Makefile distinfo pkg-plist www/mozilla/files patch-qt Removed files: www/mozilla/files patch-security_fix Log: Update to 1.0.rc2. The Chatzilla buffer overflow is still there, so disable Chatzilla by default. Revision Changes Path 1.102 +3 -4 ports/www/mozilla/Makefile 1.49 +2 -2 ports/www/mozilla/distinfo 1.17 +8 -20 ports/www/mozilla/files/patch-qt 1.2 +0 -97 ports/www/mozilla/files/patch-security_fix (dead) 1.55 +5 -0 ports/www/mozilla/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 0:14:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C814337B404; Mon, 13 May 2002 00:14:17 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D7EHj63400; Mon, 13 May 2002 00:14:17 -0700 (PDT) (envelope-from obrien) Message-Id: <200205130714.g4D7EHj63400@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 May 2002 00:14:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/13 00:14:17 PDT Modified files: sys/sys param.h Log: Bump for GCC 3.1. Revision Changes Path 1.126 +1 -1 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 0:15:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A447F37B40C; Mon, 13 May 2002 00:15:45 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D7FjW63543; Mon, 13 May 2002 00:15:45 -0700 (PDT) (envelope-from obrien) Message-Id: <200205130715.g4D7FjW63543@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 May 2002 00:15:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/13 00:15:45 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: __FreeBSD_version for Gcc 3.1. Revision Changes Path 1.207 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 0:28:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 4A37037B404; Mon, 13 May 2002 00:28:33 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id RAA10516; Mon, 13 May 2002 17:28:18 +1000 Date: Mon, 13 May 2002 17:30:28 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Bernd Walter Cc: Gerald Pfeifer , , , "David O'Brien" , John Baldwin Subject: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h) In-Reply-To: <20020512162424.GM30437@cicely5.cicely.de> Message-ID: <20020513171450.W12629-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 May 2002, Bernd Walter wrote: > On Sun, May 12, 2002 at 11:10:42AM -0500, David W. Chapman Jr. wrote: > > On Mon, May 13, 2002 at 02:08:31AM +1000, Bruce Evans wrote: > > > On Sun, 12 May 2002, Gerald Pfeifer wrote: > > > > > > > And if the bug you are seeing, *any* bug you are seeing, with GCC 3.1 > > > > or later is a regression from *any* previous version of GCC, please > > > > drop me a note and I will upgrade the priority of your PR so that it > > > > has highest chance of being fixed for GCC 3.1.1 or GCC 3.2. > > > > > > Do efficiency bugs count? makeworld is about 50% slower with gcc-3.1 > > > than with gcc-2.9x. > > > > > Is that because you can't make with -j or comparing old make > > buildworld to new make buildworld without -j ? This is because gcc-3 is about 60% larger and slower and gcc-2.9x. > I also see increased time on alpha. > About 5 hours instead of just about 3 hours as usual. The slowdown is remarkably consistent. 60% again. The space bloat may be to be little larger (65% for the i386 cc1's). The time bloat for compiling the new gcc on i386's is about 62% user time. The times for compiling the new gcc with the old and new gcc using "cd /usr/src/gnu/usr.bin/cc; make cleandir; make obj; make depend; time make" on an Athlon1400XP were: with old gcc: 103.32 real 94.22 user 7.00 sys with new gcc: 162.30 real 152.48 user 8.32 sys. > Build is done always without -j and on the same machine and OS. > Not that it's important to me - I just noticed. Running makeworld fast is important to me. Anything longer than 5-10 minutes is too long, since it is not reasonable to check every commit using makeworld if it takes longer. I was hoping to get a 20 minute makeworld on the Athlon1400XP, but my best time so far was 23 minutes 42 seconds using my version of makeworld back on Feb 24. The current version took about 2 minutes longer. Now with gcc-3, the buildworld time for -current has bloated to 37 minutes 48 seconds. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 0:42:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2E1F37B40A; Mon, 13 May 2002 00:42:33 -0700 (PDT) Received: (from gerald@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D7gXN65840; Mon, 13 May 2002 00:42:33 -0700 (PDT) (envelope-from gerald) Message-Id: <200205130742.g4D7gXN65840@freefall.freebsd.org> From: Gerald Pfeifer Date: Mon, 13 May 2002 00:42:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gerald 2002/05/13 00:42:33 PDT Modified files: emulators/wine Makefile distinfo pkg-plist Log: Update to the 2002.05.09 snapshot of Wine. Approved by: obrien (mentor) Revision Changes Path 1.121 +1 -1 ports/emulators/wine/Makefile 1.71 +1 -1 ports/emulators/wine/distinfo 1.33 +3 -8 ports/emulators/wine/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 0:44:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D9F537B401; Mon, 13 May 2002 00:44:48 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D7imi66084; Mon, 13 May 2002 00:44:48 -0700 (PDT) (envelope-from benno) Message-Id: <200205130744.g4D7imi66084@freefall.freebsd.org> From: Benno Rice Date: Mon, 13 May 2002 00:44:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include fpu.h ieeefp.h pcb.h pcpu.h src/sys/powerpc/powerpc fpu.c machdep.c trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/05/13 00:44:48 PDT Modified files: sys/powerpc/include fpu.h pcb.h pcpu.h sys/powerpc/powerpc machdep.c trap.c Added files: sys/powerpc/include ieeefp.h sys/powerpc/powerpc fpu.c Log: FPU support. Obtained from: NetBSD (portions) Revision Changes Path 1.2 +11 -0 src/sys/powerpc/include/fpu.h 1.1 +25 -0 src/sys/powerpc/include/ieeefp.h (new) 1.4 +2 -0 src/sys/powerpc/include/pcb.h 1.20 +2 -1 src/sys/powerpc/include/pcpu.h 1.1 +147 -0 src/sys/powerpc/powerpc/fpu.c (new) 1.30 +1 -90 src/sys/powerpc/powerpc/machdep.c 1.22 +15 -20 src/sys/powerpc/powerpc/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 0:53:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D4E037B401; Mon, 13 May 2002 00:53:22 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D7rMJ66832; Mon, 13 May 2002 00:53:22 -0700 (PDT) (envelope-from benno) Message-Id: <200205130753.g4D7rMJ66832@freefall.freebsd.org> From: Benno Rice Date: Mon, 13 May 2002 00:53:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.powerpc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/05/13 00:53:22 PDT Modified files: sys/conf files.powerpc Log: Build the fpu support routines. Revision Changes Path 1.10 +1 -0 src/sys/conf/files.powerpc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 0:58:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FD6837B404; Mon, 13 May 2002 00:58:15 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D7wFo67279; Mon, 13 May 2002 00:58:15 -0700 (PDT) (envelope-from alfred) Message-Id: <200205130758.g4D7wFo67279@freefall.freebsd.org> From: Alfred Perlstein Date: Mon, 13 May 2002 00:58:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_attr_setguardsize.c uthread_init.c uthread_stack.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/05/13 00:58:15 PDT Modified files: lib/libc_r/uthread pthread_private.h uthread_attr_setguardsize.c uthread_init.c uthread_stack.c Log: Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to allow running on other arches when the instructions are supported but the page size granularity is not. Glanced at by: peter Revision Changes Path 1.69 +5 -5 src/lib/libc_r/uthread/pthread_private.h 1.2 +7 -3 src/lib/libc_r/uthread/uthread_attr_setguardsize.c 1.39 +14 -3 src/lib/libc_r/uthread/uthread_init.c 1.3 +10 -10 src/lib/libc_r/uthread/uthread_stack.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 1: 3:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5213E37B400; Mon, 13 May 2002 01:03:21 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D83LD67696; Mon, 13 May 2002 01:03:21 -0700 (PDT) (envelope-from tjr) Message-Id: <200205130803.g4D83LD67696@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 13 May 2002 01:03:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nice nice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/13 01:03:21 PDT Modified files: usr.bin/nice nice.c Log: If we can't change the scheduling priority, warn but still execute the requested utility. This is how nice(1) traditionall behaved, and the behaviour required by SUSv3 and POSIX.2 UPE. Submitted by: Peter Avalos (partially) Reviewed by: mike Revision Changes Path 1.10 +3 -3 src/usr.bin/nice/nice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 1: 4: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mail1.zer0.org (klapaucius.zer0.org [204.152.186.45]) by hub.freebsd.org (Postfix) with ESMTP id 2E34A37B406; Mon, 13 May 2002 01:04:02 -0700 (PDT) Received: by mail1.zer0.org (Postfix, from userid 1001) id C4A98239A0D; Mon, 13 May 2002 01:04:01 -0700 (PDT) Date: Mon, 13 May 2002 01:04:01 -0700 From: Gregory Sutter To: Bruce Evans Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: buildworld speed (was: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h)) Message-ID: <20020513080401.GC85170@klapaucius.zer0.org> References: <20020512162424.GM30437@cicely5.cicely.de> <20020513171450.W12629-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Sr1nOIr3CvdE5hEN" Content-Disposition: inline In-Reply-To: <20020513171450.W12629-100000@gamplex.bde.org> User-Agent: Mutt/1.3.28i Organization: Zer0 X-Purpose: For great justice! Mail-Copies-To: poster X-Message-Flag: Ditch this virus-ridden Outlook crap and get a real mailer! Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Sr1nOIr3CvdE5hEN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2002-05-13 17:30 +1000, Bruce Evans wrote: >=20 > Running makeworld fast is important to me. Anything longer than 5-10 > minutes is too long, since it is not reasonable to check every commit > using makeworld if it takes longer. I was hoping to get a 20 minute > makeworld on the Athlon1400XP, but my best time so far was 23 minutes > 42 seconds using my version of makeworld back on Feb 24. The current > version took about 2 minutes longer. Now with gcc-3, the buildworld > time for -current has bloated to 37 minutes 48 seconds. How does ccache (ports/devel/ccache) affect your build time? Its use has resulted in some very fast builds on systems here. Greg --=20 Gregory S. Sutter "How do I read this file?" mailto:gsutter@zer0.org "You uudecode it." http://www.zer0.org/~gsutter/ "I I I decode it?" hkp://wwwkeys.pgp.net/0x845DFEDD --Sr1nOIr3CvdE5hEN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: '' iD8DBQE833NxIBUx1YRd/t0RAuAqAJ45WJx9pYQdhpSvFZaDEV6l/ZNk8QCghxg+ hzB8K5X8QtVuyXn99JgZnow= =f/HT -----END PGP SIGNATURE----- --Sr1nOIr3CvdE5hEN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 1:37:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9272A37B401; Mon, 13 May 2002 01:37:46 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D8bkZ73516; Mon, 13 May 2002 01:37:46 -0700 (PDT) (envelope-from keramida) Message-Id: <200205130837.g4D8bkZ73516@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 13 May 2002 01:37:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/devinfo devinfo.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/13 01:37:46 PDT Modified files: usr.sbin/devinfo devinfo.8 Log: Remove EOL space. This is a whitespace only change. Reviewed by: rwatson, Hiten Pandya Revision Changes Path 1.2 +7 -7 src/usr.sbin/devinfo/devinfo.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 1:40:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C77537B401; Mon, 13 May 2002 01:40:07 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D8e7p73722; Mon, 13 May 2002 01:40:07 -0700 (PDT) (envelope-from keramida) Message-Id: <200205130840.g4D8e7p73722@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 13 May 2002 01:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/devinfo devinfo.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/13 01:40:07 PDT Modified files: usr.sbin/devinfo devinfo.8 Log: o Uncapitalize .Nd macro arguments and remove punctuation o Minor grammar fixes. o Sort SEE ALSO references, and add iostat(8). o Delete punctuation at end of AUTHORS' section only line Reviewed by: rwatson, Hiten Pandya Revision Changes Path 1.3 +10 -10 src/usr.sbin/devinfo/devinfo.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 1:50:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E31537B404; Mon, 13 May 2002 01:50:18 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D8oIu74744; Mon, 13 May 2002 01:50:18 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205130850.g4D8oIu74744@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 01:50:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/autogen Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 01:50:18 PDT Modified files: devel/autogen Makefile distinfo pkg-plist Log: upgrade to 5.3.7 Revision Changes Path 1.15 +1 -1 ports/devel/autogen/Makefile 1.13 +1 -1 ports/devel/autogen/distinfo 1.10 +1 -1 ports/devel/autogen/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 1:54:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DD7337B407; Mon, 13 May 2002 01:54:46 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D8skx75070; Mon, 13 May 2002 01:54:46 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205130854.g4D8skx75070@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 01:54:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gtgt Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 01:54:46 PDT Modified files: devel/gtgt Makefile distinfo Log: upgrade to 1.3.0 Revision Changes Path 1.3 +2 -2 ports/devel/gtgt/Makefile 1.3 +1 -1 ports/devel/gtgt/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 2: 1:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC1AB37B401; Mon, 13 May 2002 02:01:18 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D91Id75683; Mon, 13 May 2002 02:01:18 -0700 (PDT) (envelope-from ru) Message-Id: <200205130901.g4D91Id75683@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 02:01:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile src/lib/libgnumalloc Makefile cfree.c src/lib/libresolv Makefile fakelib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 02:01:18 PDT Modified files: lib Makefile Removed files: lib/libgnumalloc Makefile cfree.c lib/libresolv Makefile fakelib.c Log: Removed the a.out compatibility cruft. libgnumalloc.so.2 and libresolv.so.2 should be put under lib/compat/compat2?/ but I don't have the 2.x releases. Revision Changes Path 1.137 +2 -7 src/lib/Makefile 1.16 +0 -37 src/lib/libgnumalloc/Makefile (dead) 1.5 +0 -12 src/lib/libgnumalloc/cfree.c (dead) 1.12 +0 -40 src/lib/libresolv/Makefile (dead) 1.2 +0 -1 src/lib/libresolv/fakelib.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 2:22:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 136A137B405; Mon, 13 May 2002 02:22:32 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4D9MW380813; Mon, 13 May 2002 02:22:32 -0700 (PDT) (envelope-from phk) Message-Id: <200205130922.g4D9MW380813@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 May 2002 02:22:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c ffs_inode.c ffs_subr.c ffs_vfsops.c src/sys/ufs/ifs ifs_vnops.c src/sys/ufs/ufs ufs_bmap.c ufs_inode.c ufs_lookup.c ufs_quota.c ufs_readwrite.c ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/13 02:22:31 PDT Modified files: sys/ufs/ffs ffs_alloc.c ffs_inode.c ffs_subr.c ffs_vfsops.c sys/ufs/ifs ifs_vnops.c sys/ufs/ufs ufs_bmap.c ufs_inode.c ufs_lookup.c ufs_quota.c ufs_readwrite.c ufs_vnops.c Log: Remove register keyword. Sponsored by: DARPA & NAI Labs. Submitted by: mckusick Revision Changes Path 1.91 +22 -22 src/sys/ufs/ffs/ffs_alloc.c 1.78 +10 -10 src/sys/ufs/ffs/ffs_inode.c 1.30 +5 -5 src/sys/ufs/ffs/ffs_subr.c 1.178 +19 -19 src/sys/ufs/ffs/ffs_vfsops.c 1.7 +4 -4 src/sys/ufs/ifs/ifs_vnops.c 1.49 +1 -1 src/sys/ufs/ufs/ufs_bmap.c 1.42 +2 -2 src/sys/ufs/ufs/ufs_inode.c 1.59 +7 -7 src/sys/ufs/ufs/ufs_lookup.c 1.54 +20 -20 src/sys/ufs/ufs/ufs_quota.c 1.88 +8 -8 src/sys/ufs/ufs/ufs_readwrite.c 1.192 +27 -27 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 2:31:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 0569D37B405; Mon, 13 May 2002 02:31:45 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id TAA21935; Mon, 13 May 2002 19:31:39 +1000 Date: Mon, 13 May 2002 19:33:49 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Gregory Sutter Cc: cvs-all@FreeBSD.org, Subject: Re: buildworld speed (was: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h)) In-Reply-To: <20020513080401.GC85170@klapaucius.zer0.org> Message-ID: <20020513192732.E12860-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 13 May 2002, Gregory Sutter wrote: > On 2002-05-13 17:30 +1000, Bruce Evans wrote: > > > > Running makeworld fast is important to me. Anything longer than 5-10 > > minutes is too long, since it is not reasonable to check every commit > > using makeworld if it takes longer. I was hoping to get a 20 minute > > makeworld on the Athlon1400XP, but my best time so far was 23 minutes > > 42 seconds using my version of makeworld back on Feb 24. The current > > version took about 2 minutes longer. Now with gcc-3, the buildworld > > time for -current has bloated to 37 minutes 48 seconds. > > How does ccache (ports/devel/ccache) affect your build time? Its use > has resulted in some very fast builds on systems here. I haven't tried it. Does it handle changes in include files and nonstandard paths to include files properly? Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 2:39:34 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id AE1A237B403; Mon, 13 May 2002 02:39:27 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4D9cnHA012095; Mon, 13 May 2002 11:38:49 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Bruce Evans Cc: Gregory Sutter , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: buildworld speed (was: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h)) In-Reply-To: Your message of "Mon, 13 May 2002 19:33:49 +1000." <20020513192732.E12860-100000@gamplex.bde.org> Date: Mon, 13 May 2002 11:38:49 +0200 Message-ID: <12094.1021282729@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020513192732.E12860-100000@gamplex.bde.org>, Bruce Evans writes: >On Mon, 13 May 2002, Gregory Sutter wrote: > >> On 2002-05-13 17:30 +1000, Bruce Evans wrote: >> > >> > Running makeworld fast is important to me. Anything longer than 5-10 >> > minutes is too long, since it is not reasonable to check every commit >> > using makeworld if it takes longer. I was hoping to get a 20 minute >> > makeworld on the Athlon1400XP, but my best time so far was 23 minutes >> > 42 seconds using my version of makeworld back on Feb 24. The current >> > version took about 2 minutes longer. Now with gcc-3, the buildworld >> > time for -current has bloated to 37 minutes 48 seconds. >> >> How does ccache (ports/devel/ccache) affect your build time? Its use >> has resulted in some very fast builds on systems here. You mean "fast *r*e*builds", right ? >I haven't tried it. Does it handle changes in include files and >nonstandard paths to include files properly? It can be made to. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 3:15: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B61A37B406; Mon, 13 May 2002 03:15:00 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DAF0v88384; Mon, 13 May 2002 03:15:00 -0700 (PDT) (envelope-from luigi) Message-Id: <200205131015.g4DAF0v88384@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 13 May 2002 03:15:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/05/13 03:15:00 PDT Modified files: (Branch: RELENG_4) sbin/ipfw ipfw.c Log: MFC: 1.121 Fix a couple of problems which could cause panics at runtime: + setting a bandwidth too large for a pipe (above 2Gbit/s); + (see PR bin/35628): pass properly RED parameters for a queue. See the original commit message for details. Approved-by: re@ Revision Changes Path 1.80.2.23 +57 -50 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 3:20: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3CEB37B403; Mon, 13 May 2002 03:20:01 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DAK0H88713; Mon, 13 May 2002 03:20:00 -0700 (PDT) (envelope-from luigi) Message-Id: <200205131020.g4DAK0H88713@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 13 May 2002 03:20:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/05/13 03:20:00 PDT Modified files: sbin/ipfw ipfw.c Log: Handle symbolic names for common ethernet types (ip, arp etc.) Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flags which are the same as the original ones (TH_SYN etc.) Revision Changes Path 1.123 +85 -19 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 3:21:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F6FC37B403; Mon, 13 May 2002 03:21:14 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DALEM88967; Mon, 13 May 2002 03:21:14 -0700 (PDT) (envelope-from luigi) Message-Id: <200205131021.g4DALEM88967@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 13 May 2002 03:21:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c ip_fw.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/05/13 03:21:14 PDT Modified files: sys/netinet ip_fw.c ip_fw.h Log: Remove custom definitions (IP_FW_TCPF_SYN etc.) of TCP header flags which are the same as the original ones (TH_SYN etc.) Revision Changes Path 1.187 +1 -2 src/sys/netinet/ip_fw.c 1.67 +0 -10 src/sys/netinet/ip_fw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 3:28:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E88EB37B406; Mon, 13 May 2002 03:28:20 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DASK189392; Mon, 13 May 2002 03:28:20 -0700 (PDT) (envelope-from joerg) Message-Id: <200205131028.g4DASK189392@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 13 May 2002 03:28:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/05/13 03:28:20 PDT Modified files: sys/isa fd.c Log: style(9) changes before further editing that region: . add unnecessary parenthesis around return values . put body of an "if" statement onto a line of its own Revision Changes Path 1.232 +7 -6 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 3:37:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3786937B401; Mon, 13 May 2002 03:37:20 -0700 (PDT) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DAbKq89983; Mon, 13 May 2002 03:37:20 -0700 (PDT) (envelope-from luigi) Message-Id: <200205131037.g4DAbKq89983@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 13 May 2002 03:37:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/05/13 03:37:20 PDT Modified files: sys/net if_ethersubr.c sys/netinet ip_dummynet.c ip_dummynet.h Log: Add ipfw hooks to ether_demux() and ether_output_frame(). Ipfw processing of frames at layer 2 can be enabled by the sysctl variable net.link.ether.ipfw=1 Consider this feature experimental, because right now, the firewall is invoked in the places indicated below, and controlled by the sysctl variables listed on the right. As a consequence, a packet can be filtered from 1 to 4 times depending on the path it follows, which might make a ruleset a bit hard to follow. I will add an ipfw option to tell if we want a given rule to apply to ether_demux() and ether_output_frame(), but we have run out of flags in the struct ip_fw so i need to think a bit on how to implement this. to upper layers | | +----------->-----------+ ^ V [ip_input] [ip_output] net.inet.ip.fw.enable=1 | | ^ V [ether_demux] [ether_output_frame] net.link.ether.ipfw=1 | | +->- [bdg_forward]-->---+ net.link.ether.bridge_ipfw=1 ^ V | | to devices Revision Changes Path 1.111 +146 -0 src/sys/net/if_ethersubr.c 1.46 +27 -5 src/sys/netinet/ip_dummynet.c 1.19 +2 -0 src/sys/netinet/ip_dummynet.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 3:39:22 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id AD62537B404; Mon, 13 May 2002 03:39:10 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4DAcWHA012659; Mon, 13 May 2002 12:38:32 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: Your message of "Mon, 13 May 2002 03:37:20 PDT." <200205131037.g4DAbKq89983@freefall.freebsd.org> Date: Mon, 13 May 2002 12:38:32 +0200 Message-ID: <12658.1021286312@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Isn't it about time we go to multiple chains of rules ? In message <200205131037.g4DAbKq89983@freefall.freebsd.org>, Luigi Rizzo writes : > I will add an ipfw option to tell if we want a given rule to apply > to ether_demux() and ether_output_frame(), but we have run out of > flags in the struct ip_fw so i need to think a bit on how to implement > this. > > to upper layers > | | > +----------->-----------+ > ^ V > [ip_input] [ip_output] net.inet.ip.fw.enable=1 > | | > ^ V > [ether_demux] [ether_output_frame] net.link.ether.ipfw=1 > | | > +->- [bdg_forward]-->---+ net.link.ether.bridge_ipfw=1 > ^ V > | | > to devices > > Revision Changes Path > 1.111 +146 -0 src/sys/net/if_ethersubr.c > 1.46 +27 -5 src/sys/netinet/ip_dummynet.c > 1.19 +2 -0 src/sys/netinet/ip_dummynet.h > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 3:40:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BEC337B409; Mon, 13 May 2002 03:40:27 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DAeR790359; Mon, 13 May 2002 03:40:27 -0700 (PDT) (envelope-from keramida) Message-Id: <200205131040.g4DAeR790359@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 13 May 2002 03:40:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/mh article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/13 03:40:27 PDT Modified files: en_US.ISO8859-1/articles/mh article.sgml Log: + Add tags to filename/command instances. + Add a comma to separate parts of existing sentences more clearly. + Change "Also you might want" to "You might also want". + Remove a duplicate edit. + Reword and split sentences, minor other grammar fixes. Revision Changes Path 1.16 +15 -14 doc/en_US.ISO8859-1/articles/mh/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 3:46:22 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 7D46B37B406; Mon, 13 May 2002 03:46:11 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g4DAk3b30632; Mon, 13 May 2002 03:46:03 -0700 (PDT) (envelope-from rizzo) Date: Mon, 13 May 2002 03:46:03 -0700 From: Luigi Rizzo To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h Message-ID: <20020513034603.A30586@iguana.icir.org> References: <200205131037.g4DAbKq89983@freefall.freebsd.org> <12658.1021286312@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12658.1021286312@critter.freebsd.dk> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 13, 2002 at 12:38:32PM +0200, Poul-Henning Kamp wrote: > > Isn't it about time we go to multiple chains of rules ? To some degree, yes. And the option i am mentioning seems to me the easiest way to get to this without breaking backward compatibility. People have complex rulesets based on the existing structure, and I'd rather not screwup their ruleset completely. cheers luigi > In message <200205131037.g4DAbKq89983@freefall.freebsd.org>, Luigi Rizzo writes > : > > > I will add an ipfw option to tell if we want a given rule to apply > > to ether_demux() and ether_output_frame(), but we have run out of > > flags in the struct ip_fw so i need to think a bit on how to implement > > this. > > > > to upper layers > > | | > > +----------->-----------+ > > ^ V > > [ip_input] [ip_output] net.inet.ip.fw.enable=1 > > | | > > ^ V > > [ether_demux] [ether_output_frame] net.link.ether.ipfw=1 > > | | > > +->- [bdg_forward]-->---+ net.link.ether.bridge_ipfw=1 > > ^ V > > | | > > to devices > > > > Revision Changes Path > > 1.111 +146 -0 src/sys/net/if_ethersubr.c > > 1.46 +27 -5 src/sys/netinet/ip_dummynet.c > > 1.19 +2 -0 src/sys/netinet/ip_dummynet.h > > > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 3:48:27 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 0218537B408; Mon, 13 May 2002 03:48:21 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4DAlhHA012789; Mon, 13 May 2002 12:47:43 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: Your message of "Mon, 13 May 2002 03:46:03 PDT." <20020513034603.A30586@iguana.icir.org> Date: Mon, 13 May 2002 12:47:43 +0200 Message-ID: <12788.1021286863@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020513034603.A30586@iguana.icir.org>, Luigi Rizzo writes: >On Mon, May 13, 2002 at 12:38:32PM +0200, Poul-Henning Kamp wrote: >> >> Isn't it about time we go to multiple chains of rules ? > >To some degree, yes. >And the option i am mentioning seems to me the easiest way to get >to this without breaking backward compatibility. >People have complex rulesets based on the existing structure, >and I'd rather not screwup their ruleset completely. But couldn't you easily add a new rulechain for the ethernet rules ? That seems both clean and simple to me ? Besides, if we want to clean up, 5.0 is the time to do it... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 3:53:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 732BA37B405; Mon, 13 May 2002 03:53:25 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DArPl91299; Mon, 13 May 2002 03:53:25 -0700 (PDT) (envelope-from ru) Message-Id: <200205131053.g4DArPl91299@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 03:53:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/csu Makefile src/gnu/lib/libiberty Makefile src/lib/csu/alpha Makefile src/lib/csu/i386-elf Makefile src/lib/csu/ia64 Makefile src/lib/csu/powerpc Makefile src/lib/csu/sparc64 Makefile src/sys/boot/alpha/libalpha Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 03:53:24 PDT Modified files: gnu/lib/csu Makefile gnu/lib/libiberty Makefile lib/csu/alpha Makefile lib/csu/i386-elf Makefile lib/csu/ia64 Makefile lib/csu/powerpc Makefile lib/csu/sparc64 Makefile sys/boot/alpha/libalpha Makefile sys/boot/arc/lib Makefile sys/boot/i386/btx/lib Makefile sys/boot/pc98/btx/lib Makefile lib/libpam/modules Makefile.inc share/mk bsd.lib.mk Log: Major cleanup of bsd.lib.mk. Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. INTERNALLIB now means to build static library only and don't install anything. Added a NOINSTALLLIB knob for libpam/modules. To not build any library at all, just do not set LIB. Revision Changes Path 1.8 +0 -2 src/gnu/lib/csu/Makefile 1.4 +1 -4 src/gnu/lib/libiberty/Makefile 1.20 +0 -4 src/lib/csu/alpha/Makefile 1.14 +0 -5 src/lib/csu/i386-elf/Makefile 1.8 +0 -4 src/lib/csu/ia64/Makefile 1.6 +0 -5 src/lib/csu/powerpc/Makefile 1.9 +0 -4 src/lib/csu/sparc64/Makefile 1.13 +2 -2 src/lib/libpam/modules/Makefile.inc 1.124 +71 -79 src/share/mk/bsd.lib.mk 1.13 +0 -4 src/sys/boot/alpha/libalpha/Makefile 1.9 +0 -4 src/sys/boot/arc/lib/Makefile 1.8 +0 -4 src/sys/boot/i386/btx/lib/Makefile 1.5 +0 -4 src/sys/boot/pc98/btx/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4: 9:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB23737B401; Mon, 13 May 2002 04:09:07 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DB97F00280; Mon, 13 May 2002 04:09:07 -0700 (PDT) (envelope-from ru) Message-Id: <200205131109.g4DB97F00280@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 04:09:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile src/gnu/usr.bin/binutils/libbinutils Makefile src/gnu/usr.bin/binutils/libiberty Makefile src/gnu/usr.bin/binutils/libopcodes Makefile src/gnu/usr.bin/groff/src/libs/libbib Makefile src/gnu/usr.bin/groff/src/libs/libdriver Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 04:09:07 PDT Modified files: gnu/usr.bin/binutils/libbfd Makefile gnu/usr.bin/binutils/libbinutils Makefile gnu/usr.bin/binutils/libiberty Makefile gnu/usr.bin/binutils/libopcodes Makefile gnu/usr.bin/groff/src/libs/libbib Makefile gnu/usr.bin/groff/src/libs/libdriver Makefile gnu/usr.bin/groff/src/libs/libgroff Makefile gnu/usr.bin/man/lib Makefile gnu/usr.bin/rcs/lib Makefile gnu/usr.bin/texinfo/libtxi Makefile kerberos5/lib/libsl Makefile kerberos5/lib/libtelnet Makefile kerberos5/lib/libvers Makefile kerberosIV/lib/libtelnet Makefile lib/libbind Makefile lib/libsm Makefile lib/libsmdb Makefile lib/libsmutil Makefile lib/libtelnet Makefile sbin/dhclient/common Makefile sbin/dhclient/dst Makefile sbin/dhclient/minires Makefile sbin/dhclient/omapip Makefile secure/lib/libtelnet Makefile sys/boot/efi/libefi Makefile sys/boot/ficl Makefile sys/boot/i386/libi386 Makefile sys/boot/ia64/libski Makefile sys/boot/ofw/libofw Makefile sys/boot/pc98/libpc98 Makefile usr.sbin/ntp/libntp Makefile usr.sbin/ntp/libparse Makefile Log: Removed now unused INTERNALSTATICLIB. INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Revision Changes Path 1.19 +0 -3 src/gnu/usr.bin/binutils/libbfd/Makefile 1.17 +0 -3 src/gnu/usr.bin/binutils/libbinutils/Makefile 1.16 +0 -3 src/gnu/usr.bin/binutils/libiberty/Makefile 1.8 +0 -3 src/gnu/usr.bin/binutils/libopcodes/Makefile 1.2 +0 -1 src/gnu/usr.bin/groff/src/libs/libbib/Makefile 1.2 +0 -1 src/gnu/usr.bin/groff/src/libs/libdriver/Makefile 1.3 +1 -2 src/gnu/usr.bin/groff/src/libs/libgroff/Makefile 1.12 +2 -1 src/gnu/usr.bin/man/lib/Makefile 1.8 +2 -2 src/gnu/usr.bin/rcs/lib/Makefile 1.8 +1 -2 src/gnu/usr.bin/texinfo/libtxi/Makefile 1.5 +0 -2 src/kerberos5/lib/libsl/Makefile 1.16 +0 -2 src/kerberos5/lib/libtelnet/Makefile 1.5 +0 -2 src/kerberos5/lib/libvers/Makefile 1.13 +0 -2 src/kerberosIV/lib/libtelnet/Makefile 1.7 +0 -2 src/lib/libbind/Makefile 1.2 +0 -2 src/lib/libsm/Makefile 1.5 +0 -2 src/lib/libsmdb/Makefile 1.5 +0 -2 src/lib/libsmutil/Makefile 1.14 +0 -2 src/lib/libtelnet/Makefile 1.3 +0 -1 src/sbin/dhclient/common/Makefile 1.3 +0 -3 src/sbin/dhclient/dst/Makefile 1.5 +0 -3 src/sbin/dhclient/minires/Makefile 1.3 +0 -1 src/sbin/dhclient/omapip/Makefile 1.29 +0 -2 src/secure/lib/libtelnet/Makefile 1.10 +0 -3 src/sys/boot/efi/libefi/Makefile 1.32 +0 -2 src/sys/boot/ficl/Makefile 1.25 +0 -3 src/sys/boot/i386/libi386/Makefile 1.8 +0 -3 src/sys/boot/ia64/libski/Makefile 1.7 +0 -3 src/sys/boot/ofw/libofw/Makefile 1.11 +0 -3 src/sys/boot/pc98/libpc98/Makefile 1.7 +1 -5 src/usr.sbin/ntp/libntp/Makefile 1.5 +1 -5 src/usr.sbin/ntp/libparse/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:24: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65BC737B405; Mon, 13 May 2002 04:24:03 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DBO3D01896; Mon, 13 May 2002 04:24:03 -0700 (PDT) (envelope-from ru) Message-Id: <200205131124.g4DBO3D01896@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 04:24:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_fbsd Makefile src/gnu/usr.bin/cc/cc_int Makefile src/gnu/usr.bin/cvs/lib Makefile src/gnu/usr.bin/cvs/libdiff Makefile src/kerberosIV/lib/libroken Makefile src/kerberosIV/lib/libsl Makefile src/usr.sbin/amd/libamu ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 04:24:03 PDT Modified files: gnu/usr.bin/cc/cc_fbsd Makefile gnu/usr.bin/cc/cc_int Makefile gnu/usr.bin/cvs/lib Makefile gnu/usr.bin/cvs/libdiff Makefile kerberosIV/lib/libroken Makefile kerberosIV/lib/libsl Makefile usr.sbin/amd/libamu Makefile usr.sbin/cron/lib Makefile usr.sbin/lpr/common_source Makefile usr.sbin/mrouted/common Makefile usr.sbin/pkg_install/lib Makefile Log: Mark all internal libraries with INTERNALLIB. Revision Changes Path 1.5 +1 -5 src/gnu/usr.bin/cc/cc_fbsd/Makefile 1.31 +1 -5 src/gnu/usr.bin/cc/cc_int/Makefile 1.21 +1 -6 src/gnu/usr.bin/cvs/lib/Makefile 1.5 +2 -7 src/gnu/usr.bin/cvs/libdiff/Makefile 1.8 +2 -4 src/kerberosIV/lib/libroken/Makefile 1.4 +2 -4 src/kerberosIV/lib/libsl/Makefile 1.7 +2 -4 src/usr.sbin/amd/libamu/Makefile 1.6 +1 -5 src/usr.sbin/cron/lib/Makefile 1.8 +2 -6 src/usr.sbin/lpr/common_source/Makefile 1.7 +2 -7 src/usr.sbin/mrouted/common/Makefile 1.12 +1 -5 src/usr.sbin/pkg_install/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:26:27 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id C214537B405; Mon, 13 May 2002 04:26:21 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g4DBQKX30937; Mon, 13 May 2002 04:26:20 -0700 (PDT) (envelope-from rizzo) Date: Mon, 13 May 2002 04:26:19 -0700 From: Luigi Rizzo To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h Message-ID: <20020513042619.A30792@iguana.icir.org> References: <20020513034603.A30586@iguana.icir.org> <12788.1021286863@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12788.1021286863@critter.freebsd.dk> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 13, 2002 at 12:47:43PM +0200, Poul-Henning Kamp wrote: ... > But couldn't you easily add a new rulechain for the ethernet > rules ? That seems both clean and simple to me ? yes, in fact this is probably what i will end up doing. Just trying to figure out what to put in the ip_fw struct to instruct the kernel to link the rule in the other chain. > Besides, if we want to clean up, 5.0 is the time to do it... there is more to that. After looking at how bloated the code has become, i have definitely come to the conclusion that we have two choices here (not mutually exclusive): + restructure the internals of ipfw so that rules are made of an array of 'instructions' (much like bpf) which match various components of the packet or its metadata. The array contains only those elements which are in use, so we don't need a large bitmap to mark which parts of the (current) struct ip_fw we care and which ones we do not, and in the end i think they make the matching code faster. This also preserves backward compatibility (in terms of source ipfw rules). + support bpf bytecode as one of these 'instructions'. There is no point in trying to rewrite compilers and instruction sets or specialized instructions to match some of the special cases that people want. We have things like 'match this IP_ID' or 'match this TCP_ACK_NUMBER' and the like, the list can easily get out of control. With a bit of luck, I will be able to achieve the former without too much effort. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:28:32 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id ECB5C37B405; Mon, 13 May 2002 04:28:19 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4DBRcHA013233; Mon, 13 May 2002 13:27:38 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: Your message of "Mon, 13 May 2002 04:26:19 PDT." <20020513042619.A30792@iguana.icir.org> Date: Mon, 13 May 2002 13:27:38 +0200 Message-ID: <13232.1021289258@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020513042619.A30792@iguana.icir.org>, Luigi Rizzo writes: >On Mon, May 13, 2002 at 12:47:43PM +0200, Poul-Henning Kamp wrote: >... >> But couldn't you easily add a new rulechain for the ethernet >> rules ? That seems both clean and simple to me ? > >yes, in fact this is probably what i will end up doing. >Just trying to figure out what to put in the ip_fw struct to >instruct the kernel to link the rule in the other chain. > >> Besides, if we want to clean up, 5.0 is the time to do it... > >there is more to that. After looking at how bloated the code has >become, i have definitely come to the conclusion that we have two >choices here (not mutually exclusive): Even better yet: + Make the ipfw program a "ipfw rule to C compiler" and kldload the compiled C code. BillF has worked on this and the performance increase was fantastic. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:39:25 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id B135C37B400; Mon, 13 May 2002 04:39:20 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g4DBdFx31094; Mon, 13 May 2002 04:39:15 -0700 (PDT) (envelope-from rizzo) Date: Mon, 13 May 2002 04:39:15 -0700 From: Luigi Rizzo To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h Message-ID: <20020513043915.B30792@iguana.icir.org> References: <20020513042619.A30792@iguana.icir.org> <13232.1021289258@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <13232.1021289258@critter.freebsd.dk> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 13, 2002 at 01:27:38PM +0200, Poul-Henning Kamp wrote: ... > Even better yet: > > + Make the ipfw program a "ipfw rule to C compiler" and > kldload the compiled C code. > > BillF has worked on this and the performance increase was fantastic. i am not a compiler guy. I hate writing compilers. If there is code available that does this, and it is complete (i.e. it supports all things our ipfw does) then it is welcome. This said... if the ipfw ruleset is properly written, I am not sure that you can improve by more than a factor of 2..5, but I'll be glad to be proven wrong. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:40:17 2002 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id DC0AD37B403; Mon, 13 May 2002 04:39:59 -0700 (PDT) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.2/8.12.2) with ESMTP id g4DBdw5o077035; Mon, 13 May 2002 12:39:58 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.2/8.12.2/Submit) with UUCP id g4DBdw7S077034; Mon, 13 May 2002 12:39:58 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.3/8.12.3) with ESMTP id g4DBaSjV038689; Mon, 13 May 2002 12:36:28 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200205131136.g4DBaSjV038689@grimreaper.grondar.org> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile src/gnu/usr.bin/binutils/libbinutils Makefile src/gnu/usr.bin/binutils/libiberty Makefile src/gnu/usr.bin/binutils/libopcodes Makefile src/gnu/usr.bin/groff/src/libs/libbib Makefile src/gnu/usr.bin/groff/src/libs/libdriver Makefile ... References: <200205131109.g4DB97F00280@freefall.freebsd.org> In-Reply-To: <200205131109.g4DB97F00280@freefall.freebsd.org> ; from Ruslan Ermilov "Mon, 13 May 2002 04:09:07 PDT." Date: Mon, 13 May 2002 12:36:28 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm impressed! This work is looking very good! :-) M > ru 2002/05/13 04:09:07 PDT > > Modified files: > gnu/usr.bin/binutils/libbfd Makefile > gnu/usr.bin/binutils/libbinutils Makefile > gnu/usr.bin/binutils/libiberty Makefile > gnu/usr.bin/binutils/libopcodes Makefile > gnu/usr.bin/groff/src/libs/libbib Makefile > gnu/usr.bin/groff/src/libs/libdriver Makefile > gnu/usr.bin/groff/src/libs/libgroff Makefile > gnu/usr.bin/man/lib Makefile > gnu/usr.bin/rcs/lib Makefile > gnu/usr.bin/texinfo/libtxi Makefile > kerberos5/lib/libsl Makefile > kerberos5/lib/libtelnet Makefile > kerberos5/lib/libvers Makefile > kerberosIV/lib/libtelnet Makefile > lib/libbind Makefile > lib/libsm Makefile > lib/libsmdb Makefile > lib/libsmutil Makefile > lib/libtelnet Makefile > sbin/dhclient/common Makefile > sbin/dhclient/dst Makefile > sbin/dhclient/minires Makefile > sbin/dhclient/omapip Makefile > secure/lib/libtelnet Makefile > sys/boot/efi/libefi Makefile > sys/boot/ficl Makefile > sys/boot/i386/libi386 Makefile > sys/boot/ia64/libski Makefile > sys/boot/ofw/libofw Makefile > sys/boot/pc98/libpc98 Makefile > usr.sbin/ntp/libntp Makefile > usr.sbin/ntp/libparse Makefile > Log: > Removed now unused INTERNALSTATICLIB. > INTERNALLIB now implies NOPIC and NOPROFILE. > Removed gratuitous NOMAN. > > Revision Changes Path > 1.19 +0 -3 src/gnu/usr.bin/binutils/libbfd/Makefile > 1.17 +0 -3 src/gnu/usr.bin/binutils/libbinutils/Makefile > 1.16 +0 -3 src/gnu/usr.bin/binutils/libiberty/Makefile > 1.8 +0 -3 src/gnu/usr.bin/binutils/libopcodes/Makefile > 1.2 +0 -1 src/gnu/usr.bin/groff/src/libs/libbib/Makefile > 1.2 +0 -1 src/gnu/usr.bin/groff/src/libs/libdriver/Makefile > 1.3 +1 -2 src/gnu/usr.bin/groff/src/libs/libgroff/Makefile > 1.12 +2 -1 src/gnu/usr.bin/man/lib/Makefile > 1.8 +2 -2 src/gnu/usr.bin/rcs/lib/Makefile > 1.8 +1 -2 src/gnu/usr.bin/texinfo/libtxi/Makefile > 1.5 +0 -2 src/kerberos5/lib/libsl/Makefile > 1.16 +0 -2 src/kerberos5/lib/libtelnet/Makefile > 1.5 +0 -2 src/kerberos5/lib/libvers/Makefile > 1.13 +0 -2 src/kerberosIV/lib/libtelnet/Makefile > 1.7 +0 -2 src/lib/libbind/Makefile > 1.2 +0 -2 src/lib/libsm/Makefile > 1.5 +0 -2 src/lib/libsmdb/Makefile > 1.5 +0 -2 src/lib/libsmutil/Makefile > 1.14 +0 -2 src/lib/libtelnet/Makefile > 1.3 +0 -1 src/sbin/dhclient/common/Makefile > 1.3 +0 -3 src/sbin/dhclient/dst/Makefile > 1.5 +0 -3 src/sbin/dhclient/minires/Makefile > 1.3 +0 -1 src/sbin/dhclient/omapip/Makefile > 1.29 +0 -2 src/secure/lib/libtelnet/Makefile > 1.10 +0 -3 src/sys/boot/efi/libefi/Makefile > 1.32 +0 -2 src/sys/boot/ficl/Makefile > 1.25 +0 -3 src/sys/boot/i386/libi386/Makefile > 1.8 +0 -3 src/sys/boot/ia64/libski/Makefile 1.7 +0 -3 src/sys/boot/ofw/libofw/Makefile > 1.11 +0 -3 src/sys/boot/pc98/libpc98/Makefile > 1.7 +1 -5 src/usr.sbin/ntp/libntp/Makefile > 1.5 +1 -5 src/usr.sbin/ntp/libparse/Makefile -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn #text/plain; name=cv.doc [Mark Murray CV Plain Text] cv.doc #application/octet-stream; name=cv.pdf [Mark Murray CV PDF] cv.pdf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:42:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4580037B401; Mon, 13 May 2002 04:42:28 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DBgSO03540; Mon, 13 May 2002 04:42:28 -0700 (PDT) (envelope-from phk) Message-Id: <200205131142.g4DBgSO03540@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 May 2002 04:42:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum vext.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/13 04:42:28 PDT Modified files: sbin/vinum vext.h Log: Remove unneeded include. Sponsored by: DARPA & NAI Labs. Submitted by: mckusick Revision Changes Path 1.23 +0 -1 src/sbin/vinum/vext.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:44:43 2002 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 6776637B407; Mon, 13 May 2002 04:44:27 -0700 (PDT) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g4DBhrH38559; Mon, 13 May 2002 13:43:53 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200205131143.g4DBhrH38559@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: <13232.1021289258@critter.freebsd.dk> from Poul-Henning Kamp at "May 13, 2002 01:27:38 pm" To: phk@critter.freebsd.dk (Poul-Henning Kamp) Date: Mon, 13 May 2002 13:43:53 +0200 (SAT) Cc: luigi@FreeBSD.org (Luigi Rizzo), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > >... > >> But couldn't you easily add a new rulechain for the ethernet > >> rules ? That seems both clean and simple to me ? > > > >yes, in fact this is probably what i will end up doing. > >Just trying to figure out what to put in the ip_fw struct to > >instruct the kernel to link the rule in the other chain. > > > >> Besides, if we want to clean up, 5.0 is the time to do it... > > > >there is more to that. After looking at how bloated the code has > >become, i have definitely come to the conclusion that we have two > >choices here (not mutually exclusive): > > Even better yet: > > + Make the ipfw program a "ipfw rule to C compiler" and > kldload the compiled C code. Would one still be able to add or remove a single rule then? That is a very usefull feature for me. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:46: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 66FC837B408; Mon, 13 May 2002 04:45:54 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4DBjFHA013422; Mon, 13 May 2002 13:45:15 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: Your message of "Mon, 13 May 2002 04:39:15 PDT." <20020513043915.B30792@iguana.icir.org> Date: Mon, 13 May 2002 13:45:15 +0200 Message-ID: <13421.1021290315@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020513043915.B30792@iguana.icir.org>, Luigi Rizzo writes: >On Mon, May 13, 2002 at 01:27:38PM +0200, Poul-Henning Kamp wrote: >... >> Even better yet: >> >> + Make the ipfw program a "ipfw rule to C compiler" and >> kldload the compiled C code. >> >> BillF has worked on this and the performance increase was fantastic. > >i am not a compiler guy. I hate writing compilers. >If there is code available that does this, and it is complete >(i.e. it supports all things our ipfw does) then it is welcome. It's not as much a compiler as a text-processing task. All the optimizations can be left to GCC. All you have to do is translate the ipfw rule to suitable C source and then run gcc on it. >This said... if the ipfw ruleset is properly written, I am not sure >that you can improve by more than a factor of 2..5, but I'll be glad to be >proven wrong. A factor 5 isn't a bad thing. I think you overlook that by compiling it to C we can leverage the GCC optimizer. For instance, a sequence like: ... allow tcp from any to any 25 allow tcp from any to any 113 allow tcp from foohost to any 23 ... The compile C code would likely only test for it being TCP once -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:48: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 5DA5437B405; Mon, 13 May 2002 04:47:56 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4DBlJHA013470; Mon, 13 May 2002 13:47:19 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: John Hay Cc: luigi@FreeBSD.org (Luigi Rizzo), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: Your message of "Sat, 13 May 2002 13:43:53 +0200." <200205131143.g4DBhrH38559@zibbi.icomtek.csir.co.za> Date: Mon, 13 May 2002 13:47:19 +0200 Message-ID: <13469.1021290439@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200205131143.g4DBhrH38559@zibbi.icomtek.csir.co.za>, John Hay write s: >Would one still be able to add or remove a single rule then? That is >a very usefull feature for me. Yes, it would take a tiny fraction of a second longer because you would have to run the c-compiler and kldload but otherwise no change. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:50:14 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 4173C37B400; Mon, 13 May 2002 04:50:03 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.3/8.12.3) with SMTP id g4DBnjb5043261; Mon, 13 May 2002 07:49:46 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 13 May 2002 07:49:45 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: <200205131037.g4DAbKq89983@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Multiple rule chains would simplify this conceptually, as well as possibly improve performance. I'd rather see us start to move in that direction, offering a wave at compatibility by having a "common" chain run at each location, and specific chains run only at specific locations. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Mon, 13 May 2002, Luigi Rizzo wrote: > luigi 2002/05/13 03:37:20 PDT > > Modified files: > sys/net if_ethersubr.c > sys/netinet ip_dummynet.c ip_dummynet.h > Log: > Add ipfw hooks to ether_demux() and ether_output_frame(). > Ipfw processing of frames at layer 2 can be enabled by the sysctl variable > > net.link.ether.ipfw=1 > > Consider this feature experimental, because right now, the firewall > is invoked in the places indicated below, and controlled by the > sysctl variables listed on the right. As a consequence, a packet > can be filtered from 1 to 4 times depending on the path it follows, > which might make a ruleset a bit hard to follow. > > I will add an ipfw option to tell if we want a given rule to apply > to ether_demux() and ether_output_frame(), but we have run out of > flags in the struct ip_fw so i need to think a bit on how to implement > this. > > to upper layers > | | > +----------->-----------+ > ^ V > [ip_input] [ip_output] net.inet.ip.fw.enable=1 > | | > ^ V > [ether_demux] [ether_output_frame] net.link.ether.ipfw=1 > | | > +->- [bdg_forward]-->---+ net.link.ether.bridge_ipfw=1 > ^ V > | | > to devices > > Revision Changes Path > 1.111 +146 -0 src/sys/net/if_ethersubr.c > 1.46 +27 -5 src/sys/netinet/ip_dummynet.c > 1.19 +2 -0 src/sys/netinet/ip_dummynet.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:51:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34CD937B405; Mon, 13 May 2002 04:51:11 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DBpBd04171; Mon, 13 May 2002 04:51:11 -0700 (PDT) (envelope-from ru) Message-Id: <200205131151.g4DBpBd04171@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 04:51:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/alpha Makefile src/lib/csu/i386-elf Makefile src/lib/csu/ia64 Makefile src/lib/csu/powerpc Makefile src/lib/csu/sparc64 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 04:51:11 PDT Modified files: lib/csu/alpha Makefile lib/csu/i386-elf Makefile lib/csu/ia64 Makefile lib/csu/powerpc Makefile lib/csu/sparc64 Makefile Log: SOBJS are not used here for a long time, and were just pessimising the `install'. Revision Changes Path 1.21 +2 -4 src/lib/csu/alpha/Makefile 1.15 +2 -4 src/lib/csu/i386-elf/Makefile 1.9 +2 -4 src/lib/csu/ia64/Makefile 1.7 +2 -4 src/lib/csu/powerpc/Makefile 1.10 +2 -4 src/lib/csu/sparc64/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:53:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5475337B403; Mon, 13 May 2002 04:53:40 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DBreL04278; Mon, 13 May 2002 04:53:40 -0700 (PDT) (envelope-from bde) Message-Id: <200205131153.g4DBreL04278@freefall.freebsd.org> From: Bruce Evans Date: Mon, 13 May 2002 04:53:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/13 04:53:40 PDT Modified files: sys/i386/i386 machdep.c Log: Fixed a syntax error (a label not followed by a statement). Revision Changes Path 1.519 +1 -1 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:55:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id C8E7337B407; Mon, 13 May 2002 04:55:06 -0700 (PDT) Received: from vigrid.com (pm3-pt74.pcnet.net [206.105.29.148]) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g4DBt018016051; Mon, 13 May 2002 07:55:00 -0400 (EDT) Message-ID: <3CDF9CDB.BF0E65F5@vigrid.com> Date: Mon, 13 May 2002 07:00:43 -0400 From: Dan Eischen X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_attr_setguardsize.cuthread_init.c uthread_stack.c References: <200205130758.g4D7wFo67279@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > > alfred 2002/05/13 00:58:15 PDT > > Modified files: > lib/libc_r/uthread pthread_private.h > uthread_attr_setguardsize.c > uthread_init.c uthread_stack.c > Log: > Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to > allow running on other arches when the instructions are supported but > the page size granularity is not. This adds namespace pollution to libc_r. Please fix and precede externals with underscores. You should be able to do 'nm libc_r.so.5 | grep " T "' and not see anything that isn't preceded with underscores. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 4:56: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id AE73237B401; Mon, 13 May 2002 04:55:57 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.3/8.12.3) with SMTP id g4DBtXb5043947; Mon, 13 May 2002 07:55:33 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 13 May 2002 07:55:33 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Poul-Henning Kamp Cc: John Hay , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: <13469.1021290439@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 13 May 2002, Poul-Henning Kamp wrote: > In message <200205131143.g4DBhrH38559@zibbi.icomtek.csir.co.za>, John Hay write > s: > > >Would one still be able to add or remove a single rule then? That is > >a very usefull feature for me. > > Yes, it would take a tiny fraction of a second longer because you would > have to run the c-compiler and kldload but otherwise no change. And nothing says you can't continue to support an older kernel-derived rule processing block in addition to the fast implementation. Given the likely performance hit for bpf, I'd rather see the compiled version. Bill's prototype is probably a good place to start looking--I recall his performance numbers being really spectacular, and he had a number of parallel cleanups. The interesting bits of the work are probably how you call out to some existing symbols to do processing related to state management, "me" processing, etc. One downside to the approach, and a reason I want to keep a kernel-based rule management system in place as a fallback, is that it means modifying firewall rules requires the privilege to set/replace/remove running kernel modules. This is a privilege it would be nice to be able to have a running system not use regularly under some circumstances. Securelevels are the handwave there, but when running the MAC code in a mobile computing environment where rules need updating, it would be helpful. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5: 0:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7A1137B403; Mon, 13 May 2002 05:00:45 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DC0je04813; Mon, 13 May 2002 05:00:45 -0700 (PDT) (envelope-from ru) Message-Id: <200205131200.g4DC0je04813@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 05:00:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 05:00:45 PDT Modified files: lib/libdisk Makefile Log: NOSHARED is meaningless in the bsd.lib.mk context. Revision Changes Path 1.31 +1 -2 src/lib/libdisk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5: 6:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C400537B401; Mon, 13 May 2002 05:06:47 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DC6lq08904; Mon, 13 May 2002 05:06:47 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205131206.g4DC6lq08904@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 13 May 2002 05:06:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/ghfaxviewer Makefile pkg-plist ports/comms/ghfaxviewer/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/13 05:06:47 PDT Modified files: comms/ghfaxviewer Makefile pkg-plist Added files: comms/ghfaxviewer/files patch-configure Log: GNOME policy: - Fix libintl detection; - properly use ${PREFIX}/share/gnome. Revision Changes Path 1.3 +10 -1 ports/comms/ghfaxviewer/Makefile 1.1 +14 -0 ports/comms/ghfaxviewer/files/patch-configure (new) 1.2 +7 -9 ports/comms/ghfaxviewer/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5: 8: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B85C37B401; Mon, 13 May 2002 05:07:58 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DC7wf09012; Mon, 13 May 2002 05:07:58 -0700 (PDT) (envelope-from ru) Message-Id: <200205131207.g4DC7wf09012@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 05:07:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 05:07:57 PDT Modified files: sbin/savecore Makefile Log: Style. Revision Changes Path 1.11 +4 -3 src/sbin/savecore/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:10:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6521537B405; Mon, 13 May 2002 05:10:26 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCAQ809305; Mon, 13 May 2002 05:10:26 -0700 (PDT) (envelope-from knu) Message-Id: <200205131210.g4DCAQ809305@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 13 May 2002 05:10:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/ruby-image_size Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/13 05:10:25 PDT Modified files: graphics Makefile Added files: graphics/ruby-image_size Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-image_size version 20020105, a Ruby library to measure the size of a given image file. Revision Changes Path 1.445 +1 -0 ports/graphics/Makefile 1.1 +49 -0 ports/graphics/ruby-image_size/Makefile (new) 1.1 +1 -0 ports/graphics/ruby-image_size/distinfo (new) 1.1 +1 -0 ports/graphics/ruby-image_size/pkg-comment (new) 1.1 +4 -0 ports/graphics/ruby-image_size/pkg-descr (new) 1.1 +6 -0 ports/graphics/ruby-image_size/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:10:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 444FA37B407; Mon, 13 May 2002 05:10:32 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCAWq09337; Mon, 13 May 2002 05:10:32 -0700 (PDT) (envelope-from knu) Message-Id: <200205131210.g4DCAWq09337@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 13 May 2002 05:10:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/13 05:10:32 PDT Modified files: . modules Log: ruby-image_size --> ports/graphics/ruby-image_size Revision Changes Path 1.5095 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:12: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BFA437B404; Mon, 13 May 2002 05:11:54 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCBsA09513; Mon, 13 May 2002 05:11:54 -0700 (PDT) (envelope-from ru) Message-Id: <200205131211.g4DCBsA09513@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 05:11:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/lib/libkrb5 Makefile src/lib/libdevinfo Makefile src/lib/libmp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 05:11:54 PDT Modified files: kerberos5/lib/libkrb5 Makefile lib/libdevinfo Makefile lib/libmp Makefile Log: MAN[1-9] -> MAN. Revision Changes Path 1.11 +3 -3 src/kerberos5/lib/libkrb5/Makefile 1.4 +2 -3 src/lib/libdevinfo/Makefile 1.6 +1 -1 src/lib/libmp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:25:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 912C837B406; Mon, 13 May 2002 05:25:21 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCPI710452; Mon, 13 May 2002 05:25:18 -0700 (PDT) (envelope-from znerd) Message-Id: <200205131225.g4DCPI710452@freefall.freebsd.org> From: Ernst de Haan Date: Mon, 13 May 2002 05:25:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.java.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/05/13 05:25:18 PDT Modified files: Mk bsd.java.mk Log: Fixed typo. Noticed by: Alex Dupre PR: 37933 Revision Changes Path 1.13 +2 -2 ports/Mk/bsd.java.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:25:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A64837B411; Mon, 13 May 2002 05:25:28 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCPSB10503; Mon, 13 May 2002 05:25:28 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205131225.g4DCPSB10503@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 13 May 2002 05:25:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/etherape Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/13 05:25:28 PDT Modified files: net/etherape Makefile pkg-plist Log: GNOME policy: - Fix libintl detection; - use ${PREFIX}/share/gnome properly. Revision Changes Path 1.10 +10 -3 ports/net/etherape/Makefile 1.3 +25 -32 ports/net/etherape/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:33:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFC2B37B400; Mon, 13 May 2002 05:33:45 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCXjg11103; Mon, 13 May 2002 05:33:45 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205131233.g4DCXjg11103@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 13 May 2002 05:33:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gonvert Makefile pkg-plist ports/misc/gonvert/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/13 05:33:45 PDT Modified files: misc/gonvert Makefile pkg-plist misc/gonvert/files patch-Makefile Log: GNOME policy: - Use ${PREFIX}/share/gnome properly. Revision Changes Path 1.5 +2 -1 ports/misc/gonvert/Makefile 1.3 +17 -6 ports/misc/gonvert/files/patch-Makefile 1.2 +2 -3 ports/misc/gonvert/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:35:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9E1837B405; Mon, 13 May 2002 05:35:26 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCZQS11288; Mon, 13 May 2002 05:35:26 -0700 (PDT) (envelope-from knu) Message-Id: <200205131235.g4DCZQS11288@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 13 May 2002 05:35:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-odbc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/13 05:35:26 PDT Modified files: databases/ruby-odbc Makefile distinfo Log: Update to 0.95. Revision Changes Path 1.15 +1 -1 ports/databases/ruby-odbc/Makefile 1.13 +1 -1 ports/databases/ruby-odbc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:39:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 491A137B403; Mon, 13 May 2002 05:39:50 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCdo111538; Mon, 13 May 2002 05:39:50 -0700 (PDT) (envelope-from bde) Message-Id: <200205131239.g4DCdo111538@freefall.freebsd.org> From: Bruce Evans Date: Mon, 13 May 2002 05:39:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/13 05:39:50 PDT Modified files: sys/gnu/ext2fs ext2_vnops.c Log: Fixed syntax errors (garbage after #endif; just editing errors in this case). These errors and related style bugs swere cloned from ufs shortly after they were committed to ufs. They were mostly fixed in ufs long ago. Revision Changes Path 1.62 +4 -4 src/sys/gnu/ext2fs/ext2_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:51: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C66437B401; Mon, 13 May 2002 05:50:44 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCoi912327; Mon, 13 May 2002 05:50:44 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205131250.g4DCoi912327@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 13 May 2002 05:50:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gupsc Makefile pkg-plist ports/sysutils/gupsc/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/13 05:50:41 PDT Modified files: sysutils/gupsc Makefile pkg-plist Added files: sysutils/gupsc/files patch-Makefile.in Log: GNOME policy: - Use ${PREFIX}/share/gnome properly. Revision Changes Path 1.3 +2 -1 ports/sysutils/gupsc/Makefile 1.1 +14 -0 ports/sysutils/gupsc/files/patch-Makefile.in (new) 1.2 +1 -1 ports/sysutils/gupsc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:52: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A76F37B403; Mon, 13 May 2002 05:52:02 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCq2s12526; Mon, 13 May 2002 05:52:02 -0700 (PDT) (envelope-from joerg) Message-Id: <200205131252.g4DCq2s12526@freefall.freebsd.org> From: Joerg Wunsch Date: Mon, 13 May 2002 05:51:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_spppsubr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/05/13 05:51:57 PDT Modified files: (Branch: RELENG_4) sys/net if_spppsubr.c Log: MFC: rev 1.94: Fix a misplaced break statement within a switch that accidentally made it into an "#ifdef INET6" block. PR: kern/37786 Approved by: re Revision Changes Path 1.59.2.12 +1 -1 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 5:55:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FE6837B407; Mon, 13 May 2002 05:55:34 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DCtYE13262; Mon, 13 May 2002 05:55:34 -0700 (PDT) (envelope-from bde) Message-Id: <200205131255.g4DCtYE13262@freefall.freebsd.org> From: Bruce Evans Date: Mon, 13 May 2002 05:55:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/i386/fpemul polynomial.s reg_div.s reg_round.s reg_u_add.s reg_u_div.s reg_u_mul.s reg_u_sub.s wm_sqrt.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/13 05:55:30 PDT Modified files: sys/gnu/i386/fpemul polynomial.s reg_div.s reg_round.s reg_u_add.s reg_u_div.s reg_u_mul.s reg_u_sub.s wm_sqrt.s Log: Fixed syntax errors (tokens after #endif). Revision Changes Path 1.9 +3 -3 src/sys/gnu/i386/fpemul/polynomial.s 1.12 +9 -9 src/sys/gnu/i386/fpemul/reg_div.s 1.13 +8 -8 src/sys/gnu/i386/fpemul/reg_round.s 1.11 +4 -4 src/sys/gnu/i386/fpemul/reg_u_add.s 1.11 +12 -12 src/sys/gnu/i386/fpemul/reg_u_div.s 1.11 +4 -4 src/sys/gnu/i386/fpemul/reg_u_mul.s 1.11 +6 -6 src/sys/gnu/i386/fpemul/reg_u_sub.s 1.11 +6 -6 src/sys/gnu/i386/fpemul/wm_sqrt.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 6: 1:27 2002 Delivered-To: cvs-all@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 94E4A37B400; Mon, 13 May 2002 06:01:20 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g4DD1IU31810; Mon, 13 May 2002 06:01:18 -0700 (PDT) (envelope-from rizzo) Date: Mon, 13 May 2002 06:01:18 -0700 From: Luigi Rizzo To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h Message-ID: <20020513060117.A31701@iguana.icir.org> References: <20020513043915.B30792@iguana.icir.org> <13421.1021290315@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <13421.1021290315@critter.freebsd.dk> User-Agent: Mutt/1.3.23i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG oh, whatever... i'll be glad to be proven wrong by some working code (and i am out of this discussion...) cheers luigi On Mon, May 13, 2002 at 01:45:15PM +0200, Poul-Henning Kamp wrote: > > >This said... if the ipfw ruleset is properly written, I am not sure > >that you can improve by more than a factor of 2..5, but I'll be glad to be > >proven wrong. > > A factor 5 isn't a bad thing. I think you overlook that by compiling > it to C we can leverage the GCC optimizer. > > For instance, a sequence like: > > ... > allow tcp from any to any 25 > allow tcp from any to any 113 > allow tcp from foohost to any 23 > ... > > The compile C code would likely only test for it being TCP once > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 6: 4:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7215637B400; Mon, 13 May 2002 06:04:50 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DD4oa14206; Mon, 13 May 2002 06:04:50 -0700 (PDT) (envelope-from ru) Message-Id: <200205131304.g4DD4oa14206@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 06:04:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.man.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 06:04:49 PDT Modified files: share/mk bsd.man.mk Log: Ensure manpages are built with the all-man in the NOMANCOMPRESS && !MANFILTER && !MANBUILDCAT case. PR: bin/37360 Prodded by: cjc Revision Changes Path 1.48 +2 -0 src/share/mk/bsd.man.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 6:31:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B5E737B401; Mon, 13 May 2002 06:31:20 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DDVKS20865; Mon, 13 May 2002 06:31:20 -0700 (PDT) (envelope-from phk) Message-Id: <200205131331.g4DDVKS20865@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 May 2002 06:31:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand qdivrem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/13 06:31:20 PDT Modified files: lib/libstand qdivrem.c Log: Add __divdi3() and __moddi3() to libstand. We will need them for UFS2. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.5 +48 -0 src/lib/libstand/qdivrem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 6:35:32 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id AE99837B403; Mon, 13 May 2002 06:35:21 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 7EA6EAE25C; Mon, 13 May 2002 06:35:21 -0700 (PDT) Date: Mon, 13 May 2002 06:35:21 -0700 From: Alfred Perlstein To: Dan Eischen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_attr_setguardsize.cuthread_init.c uthread_stack.c Message-ID: <20020513133521.GV90188@elvis.mu.org> References: <200205130758.g4D7wFo67279@freefall.freebsd.org> <3CDF9CDB.BF0E65F5@vigrid.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CDF9CDB.BF0E65F5@vigrid.com> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Dan Eischen [020513 04:55] wrote: > Alfred Perlstein wrote: > > > > alfred 2002/05/13 00:58:15 PDT > > > > Modified files: > > lib/libc_r/uthread pthread_private.h > > uthread_attr_setguardsize.c > > uthread_init.c uthread_stack.c > > Log: > > Don't use PAGE_SIZE in userland, instead use getpagesize(), this is to > > allow running on other arches when the instructions are supported but > > the page size granularity is not. > > This adds namespace pollution to libc_r. Please fix and precede externals > with underscores. You should be able to do 'nm libc_r.so.5 | grep " T "' > and not see anything that isn't preceded with underscores. Ok, will do. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 6:58:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2A8937B400; Mon, 13 May 2002 06:58:21 -0700 (PDT) Received: (from netchild@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DDwLH22731; Mon, 13 May 2002 06:58:21 -0700 (PDT) (envelope-from netchild) Message-Id: <200205131358.g4DDwLH22731@freefall.freebsd.org> From: Alexander Leidinger Date: Mon, 13 May 2002 06:58:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL ports/lang/icc Makefile distinfo pkg-plist ports/lang/icc/files patch-iccvars.csh patch-include X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/05/13 06:58:21 PDT Modified files: . LEGAL lang/icc Makefile distinfo pkg-plist lang/icc/files patch-include Removed files: lang/icc/files patch-iccvars.csh Log: Update icc from 5.0.1 to 6.0.139. Revision Changes Path 1.244 +2 -2 ports/LEGAL 1.5 +30 -31 ports/lang/icc/Makefile 1.2 +1 -1 ports/lang/icc/distinfo 1.2 +0 -16 ports/lang/icc/files/patch-iccvars.csh (dead) 1.2 +3 -3 ports/lang/icc/files/patch-include 1.2 +825 -784 ports/lang/icc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 7: 6:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59AE537B401; Mon, 13 May 2002 07:06:52 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DE6qb27500; Mon, 13 May 2002 07:06:52 -0700 (PDT) (envelope-from sada) Message-Id: <200205131406.g4DE6qb27500@freefall.freebsd.org> From: SADA Kenji Date: Mon, 13 May 2002 07:06:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gnomekiss Makefile distinfo pkg-plist ports/games/gnomekiss/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/13 07:06:51 PDT Modified files: games/gnomekiss Makefile distinfo pkg-plist Added files: games/gnomekiss/files patch-aa patch-ab Log: - Upgrade to version 1.4. - Remove redundant DISTNAME line. PR: ports/36255 Submitted by: maintainer Revision Changes Path 1.9 +2 -2 ports/games/gnomekiss/Makefile 1.10 +1 -1 ports/games/gnomekiss/distinfo 1.1 +11 -0 ports/games/gnomekiss/files/patch-aa (new) 1.1 +15 -0 ports/games/gnomekiss/files/patch-ab (new) 1.2 +4 -0 ports/games/gnomekiss/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 7:11:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EF4737B400; Mon, 13 May 2002 07:11:34 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DEBY028022; Mon, 13 May 2002 07:11:34 -0700 (PDT) (envelope-from bde) Message-Id: <200205131411.g4DEBY028022@freefall.freebsd.org> From: Bruce Evans Date: Mon, 13 May 2002 07:11:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/iir iir.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/13 07:11:33 PDT Modified files: sys/dev/iir iir.c Log: Don't include "For offsetof". This is not even wrong in -current, since offsetof() is defined a header under /sys so that system sources don't need to have this wrong include. This bug was only detected because my version of has some spelling fixes (s/field/member/g) and gcc is now sensitive to the spelling of arg names in macros as required by standards (ISO C90 6.8.3...). Revision Changes Path 1.3 +0 -2 src/sys/dev/iir/iir.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 7:47:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E2C237B4A3; Mon, 13 May 2002 07:36:45 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DEYwu29981; Mon, 13 May 2002 07:34:58 -0700 (PDT) (envelope-from bde) Message-Id: <200205131434.g4DEYwu29981@freefall.freebsd.org> From: Bruce Evans Date: Mon, 13 May 2002 07:34:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/13 07:34:48 PDT Modified files: sys/i386/i386 bios.c Log: Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386's with 16-bit ints, since u_short is promoted when it is passed to a varargs function. gcc now warns about this. We always pass small integers (this is well obuscated), so there are no conversion problems. Fixed a related style bug (bogus cast). Revision Changes Path 1.53 +5 -5 src/sys/i386/i386/bios.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 7:48:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 329C137B41C; Mon, 13 May 2002 07:33:09 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DEX9O29815; Mon, 13 May 2002 07:33:09 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205131433.g4DEX9O29815@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 13 May 2002 07:33:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/13 07:33:08 PDT Modified files: net/samba Makefile Log: Install audit VFS module. Submitted by: marius@alchemy.franken.de Revision Changes Path 1.85 +2 -2 ports/net/samba/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 7:48:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA8DA37B428; Mon, 13 May 2002 07:33:11 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DEXA529840; Mon, 13 May 2002 07:33:10 -0700 (PDT) (envelope-from roam) Message-Id: <200205131433.g4DEXA529840@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 13 May 2002 07:33:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2002/05/13 07:33:10 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Unbreak the web build: close a couple of tags properly, and move a closing back up where it belongs. PR: docs/38033 Submitted by: Alex Dupre Revision Changes Path 1.208 +3 -3 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 7:54:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD99037B9FD; Mon, 13 May 2002 07:52:43 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DEqhC31416; Mon, 13 May 2002 07:52:43 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205131452.g4DEqhC31416@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 13 May 2002 07:52:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/truevision Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/13 07:52:43 PDT Modified files: graphics/truevision Makefile pkg-plist Log: GNOME policy: - Fix detection of libintl and install .po files into ${PREFIX}/share/locale, not into ${PREFIX}/share/gnome/locale. Revision Changes Path 1.2 +10 -5 ports/graphics/truevision/Makefile 1.2 +13 -13 ports/graphics/truevision/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 8: 3: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD90337B41F; Mon, 13 May 2002 08:02:49 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DF2ns32201; Mon, 13 May 2002 08:02:49 -0700 (PDT) (envelope-from ache) Message-Id: <200205131502.g4DF2ns32201@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 13 May 2002 08:02:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb Makefile ports/security/drweb/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/13 08:02:49 PDT Modified files: security/drweb Makefile security/drweb/files patch-aa Log: Upgrade. Version number not changes on official website. Revision Changes Path 1.23 +1 -0 ports/security/drweb/Makefile 1.2 +5 -4 ports/security/drweb/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 8:21:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 127A937B408; Mon, 13 May 2002 08:21:52 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DFLqf37456; Mon, 13 May 2002 08:21:52 -0700 (PDT) (envelope-from ru) Message-Id: <200205131521.g4DFLqf37456@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 08:21:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/lukemftpd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 08:21:51 PDT Modified files: libexec/lukemftpd Makefile Log: Fixed CLEANFILES. Revision Changes Path 1.5 +2 -0 src/libexec/lukemftpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 8:23:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A162337B401; Mon, 13 May 2002 08:23:17 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DFNHQ37548; Mon, 13 May 2002 08:23:17 -0700 (PDT) (envelope-from ache) Message-Id: <200205131523.g4DFNHQ37548@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 13 May 2002 08:23:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/13 08:23:17 PDT Modified files: security/drweb-sendmail Makefile Log: Use full path to md5 Revision Changes Path 1.40 +2 -1 ports/security/drweb-sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 8:24: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18D8837B405; Mon, 13 May 2002 08:23:57 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DFNvZ37621; Mon, 13 May 2002 08:23:57 -0700 (PDT) (envelope-from ru) Message-Id: <200205131523.g4DFNvZ37621@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 08:23:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.lib.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 08:23:56 PDT Modified files: share/mk bsd.lib.mk Log: CLEANFILES are too long for libc. Revision Changes Path 1.125 +24 -11 src/share/mk/bsd.lib.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 8:28: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB4AA37B40A; Mon, 13 May 2002 08:28:00 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DFS0D38137; Mon, 13 May 2002 08:28:00 -0700 (PDT) (envelope-from ru) Message-Id: <200205131528.g4DFS0D38137@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 08:28:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/csu Makefile src/lib/csu/alpha Makefile src/lib/csu/i386-elf Makefile src/lib/csu/ia64 Makefile src/lib/csu/powerpc Makefile src/lib/csu/sparc64 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 08:28:00 PDT Modified files: gnu/lib/csu Makefile lib/csu/alpha Makefile lib/csu/i386-elf Makefile lib/csu/ia64 Makefile lib/csu/powerpc Makefile lib/csu/sparc64 Makefile Log: Fixed CLEANFILES after bsd.lib.mk sweep. Revision Changes Path 1.9 +3 -1 src/gnu/lib/csu/Makefile 1.22 +2 -0 src/lib/csu/alpha/Makefile 1.16 +2 -0 src/lib/csu/i386-elf/Makefile 1.10 +2 -0 src/lib/csu/ia64/Makefile 1.8 +2 -0 src/lib/csu/powerpc/Makefile 1.11 +2 -0 src/lib/csu/sparc64/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 8:31: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 379EA37B400; Mon, 13 May 2002 08:31:00 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DFV0f38625; Mon, 13 May 2002 08:31:00 -0700 (PDT) (envelope-from bmah) Message-Id: <200205131531.g4DFV0f38625@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 May 2002 08:31:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/13 08:31:00 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Fix type: s/a an/an/ Submitted by: Chris Pepper Approved by: re (bmah) Revision Changes Path 1.1.2.65 +2 -2 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 8:43:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC87B37B432; Mon, 13 May 2002 08:43:40 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DFhe140029; Mon, 13 May 2002 08:43:40 -0700 (PDT) (envelope-from bmah) Message-Id: <200205131543.g4DFhe140029@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 May 2002 08:43:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.5R errata.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/13 08:43:40 PDT Modified files: en/releases/4.5R errata.html Log: Regen from article.sgml 1.1.2.65. Revision Changes Path 1.14 +12 -4 www/en/releases/4.5R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 8:48:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C844537B400; Mon, 13 May 2002 08:47:45 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DFljf40478; Mon, 13 May 2002 08:47:45 -0700 (PDT) (envelope-from jedgar) Message-Id: <200205131547.g4DFljf40478@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 13 May 2002 08:47:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2002/05/13 08:47:45 PDT Modified files: en/security security.sgml Log: Add the two Security Notices, FreeBSD-SN-02:01.asc and FreeBSD-SN-02:02.asc. Submitted by: matusita Revision Changes Path 1.92 +4 -2 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 8:48:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F5D37B40A; Mon, 13 May 2002 08:48:05 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DFm5R40536; Mon, 13 May 2002 08:48:05 -0700 (PDT) (envelope-from ru) Message-Id: <200205131548.g4DFm5R40536@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 08:48:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/btx/lib Makefile src/sys/boot/pc98/btx/lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 08:48:05 PDT Modified files: sys/boot/i386/btx/lib Makefile sys/boot/pc98/btx/lib Makefile Log: Fixed CLEANFILES after bsd.lib.mk sweep. Revision Changes Path 1.9 +1 -1 src/sys/boot/i386/btx/lib/Makefile 1.6 +1 -1 src/sys/boot/pc98/btx/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9: 9:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF67737B401; Mon, 13 May 2002 09:09:05 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DG95Z46422; Mon, 13 May 2002 09:09:05 -0700 (PDT) (envelope-from marcus) Message-Id: <200205131609.g4DG95Z46422@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 May 2002 09:09:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib12 pkg-comment ports/devel/glib20 Makefile pkg-comment pkg-descr ports/x11-toolkits/gtk12 pkg-comment ports/x11-toolkits/gtk20 Makefile pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/13 09:09:05 PDT Modified files: devel/glib12 pkg-comment devel/glib20 Makefile pkg-comment pkg-descr x11-toolkits/gtk12 pkg-comment x11-toolkits/gtk20 Makefile pkg-comment Log: Fix up the pkg-{descr|comment} to relfect reality, and avoid confusion for software developers. Submitted by: Lawrence Mayer dsg Revision Changes Path 1.3 +1 -1 ports/devel/glib12/pkg-comment 1.62 +1 -1 ports/devel/glib20/Makefile 1.4 +1 -1 ports/devel/glib20/pkg-comment 1.6 +1 -2 ports/devel/glib20/pkg-descr 1.4 +1 -1 ports/x11-toolkits/gtk12/pkg-comment 1.92 +1 -1 ports/x11-toolkits/gtk20/Makefile 1.4 +1 -1 ports/x11-toolkits/gtk20/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:15:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C680D37B400; Mon, 13 May 2002 09:15:08 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DGF8o47300; Mon, 13 May 2002 09:15:08 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205131615.g4DGF8o47300@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 13 May 2002 09:15:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-embedded pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/13 09:15:08 PDT Modified files: www/mozilla-embedded pkg-plist Log: Upgrade to 1.0.rc2. Actually this had to be done along with www/mozilla upgrade. Revision Changes Path 1.24 +13 -0 ports/www/mozilla-embedded/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:16: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5748C37B401; Mon, 13 May 2002 09:16:00 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DGG0C47434; Mon, 13 May 2002 09:16:00 -0700 (PDT) (envelope-from ru) Message-Id: <200205131616.g4DGG0C47434@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 09:16:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 09:16:00 PDT Modified files: sys/boot/i386/boot2 Makefile Log: Align CLEANFILES with revision 1.25 changes. Revision Changes Path 1.27 +1 -1 src/sys/boot/i386/boot2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:18:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 094B337B403; Mon, 13 May 2002 09:18:15 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DGIFI47597; Mon, 13 May 2002 09:18:15 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205131618.g4DGIFI47597@freefall.freebsd.org> From: Tom Rhodes Date: Mon, 13 May 2002 09:18:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/tunefs tunefs.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/13 09:18:14 PDT Modified files: (Branch: RELENG_4) sbin/tunefs tunefs.8 Log: MFC: `file system' > `filesystem' and add a FILES SECTION PR: 34239 Submitted by: Gary W Swearingen Approved by: re (bmah) Revision Changes Path 1.11.2.5 +18 -12 src/sbin/tunefs/tunefs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:22:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D47C737B400; Mon, 13 May 2002 09:22:07 -0700 (PDT) Received: (from gerald@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DGM7W48196; Mon, 13 May 2002 09:22:07 -0700 (PDT) (envelope-from gerald) Message-Id: <200205131622.g4DGM7W48196@freefall.freebsd.org> From: Gerald Pfeifer Date: Mon, 13 May 2002 09:22:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gerald 2002/05/13 09:22:07 PDT Modified files: emulators/wine pkg-message Log: Additional documentation actually resides in $PREFIX/share/doc/wine, not $PREFIX/lib/wine/documentation, these days. Submitted by: anholt Approved by: obrien (mentor) Revision Changes Path 1.8 +2 -2 ports/emulators/wine/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:28:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78C7737B405; Mon, 13 May 2002 09:28:14 -0700 (PDT) Received: (from scottl@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DGSEm48670; Mon, 13 May 2002 09:28:14 -0700 (PDT) (envelope-from scottl) Message-Id: <200205131628.g4DGSEm48670@freefall.freebsd.org> From: Scott Long Date: Mon, 13 May 2002 09:28:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/05/13 09:28:14 PDT Modified files: (Branch: RELENG_4) sys/dev/aac aac_pci.c Log: MFC: Update the PCI table as per Dell's fickleness. Approved by: murray Revision Changes Path 1.3.2.15 +2 -2 src/sys/dev/aac/aac_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:30:44 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 5943237B401; Mon, 13 May 2002 09:30:38 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZ3PQ; Mon, 13 May 2002 19:32:24 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4DGV4181254; Mon, 13 May 2002 19:31:04 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CDFEAC2.EB19C125@FreeBSD.org> Date: Mon, 13 May 2002 19:33:06 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Mario Sergio Fujikawa Ferreira Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-toolkits/qt30 Makefile distinfo pkg-plistports/x11-toolkits/qt30/files patch-aa References: <200204270421.g3R4Ldo80064@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mario Sergio Fujikawa Ferreira wrote: > > lioux 2002/04/26 21:21:38 PDT > > Modified files: > x11-toolkits/qt30 Makefile distinfo pkg-plist > Added files: > x11-toolkits/qt30/files patch-aa > Log: > o Switch to official distribution distfiles instead of using specially > tailored ones > o Add patch-aa to handle current not patched distfile (it is already > incorporated in repo version) > o Uphold hier(7) for documentation installation IMO this port is a good example of how things shouldn't be done wrt hier(7). ${PREFIX}/plugins should be ${PREFIX}/lib/plugins, while ${PREFIX}/{mkspecs,templates} - ${PREFIX}/share/qt/{mkspecs,templates}. I would like to see all those bogosities fixes as soon as possible, as it provides a very bad example for other port writers. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:42:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F07F137B401; Mon, 13 May 2002 09:42:45 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DGgj149756; Mon, 13 May 2002 09:42:45 -0700 (PDT) (envelope-from bmah) Message-Id: <200205131642.g4DGgj149756@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 May 2002 09:42:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/13 09:42:45 PDT Modified files: share/sgml man-refs.ent Log: Add entity for devinfo(8). Requested by: Hiten Pandya Revision Changes Path 1.138 +1 -0 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:49:10 2002 Delivered-To: cvs-all@freebsd.org Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by hub.freebsd.org (Postfix) with ESMTP id ACAF137B408; Mon, 13 May 2002 09:49:03 -0700 (PDT) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g4DGn1f33460; Tue, 14 May 2002 01:49:02 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200205131547.g4DFljf40478@freefall.freebsd.org> References: <200205131547.g4DFljf40478@freefall.freebsd.org> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 11 From: Makoto Matsushita To: jedgar@FreeBSD.org Subject: Re: cvs commit: www/en/security security.sgml Date: Tue, 14 May 2002 01:49:00 +0900 Message-Id: <20020514014900V.matusita@jp.FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar> Modified files: jedgar> en/security security.sgml jedgar> Log: jedgar> Add the two Security Notices, FreeBSD-SN-02:01.asc and jedgar> FreeBSD-SN-02:02.asc. Thank you! -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:49:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B5C237B40B; Mon, 13 May 2002 09:49:05 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DGn5Z50196; Mon, 13 May 2002 09:49:05 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205131649.g4DGn5Z50196@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 09:49:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/p5-PDFLib Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 09:49:05 PDT Modified files: print Makefile Added files: print/p5-PDFLib Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-PDFLib 0.12 More OO interface to pdflib_pl.pm Revision Changes Path 1.204 +1 -0 ports/print/Makefile 1.1 +27 -0 ports/print/p5-PDFLib/Makefile (new) 1.1 +1 -0 ports/print/p5-PDFLib/distinfo (new) 1.1 +1 -0 ports/print/p5-PDFLib/pkg-comment (new) 1.1 +1 -0 ports/print/p5-PDFLib/pkg-descr (new) 1.1 +3 -0 ports/print/p5-PDFLib/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:49:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C16D737B403; Mon, 13 May 2002 09:49:07 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DGn7250232; Mon, 13 May 2002 09:49:07 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205131649.g4DGn7250232@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 09:49:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 09:49:07 PDT Modified files: . modules Log: p5-PDFLib --> ports/print/p5-PDFLib Revision Changes Path 1.5096 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:51:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FA5037B401; Mon, 13 May 2002 09:51:48 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DGpms50593; Mon, 13 May 2002 09:51:48 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205131651.g4DGpms50593@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 13 May 2002 09:51:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-headers pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/13 09:51:48 PDT Modified files: www/mozilla-headers pkg-plist Log: Fix after updating mozilla to 1.0.rc2,1. Revision Changes Path 1.22 +10 -11 ports/www/mozilla-headers/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 9:56:33 2002 Delivered-To: cvs-all@freebsd.org Received: from gyros.marcuscom.com (dhcp-64-102-60-55.cisco.com [64.102.60.55]) by hub.freebsd.org (Postfix) with ESMTP id 4CF0D37B406; Mon, 13 May 2002 09:56:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g4DGuAf5030630; Mon, 13 May 2002 12:56:10 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: cvs commit: ports/www/mozilla-headers pkg-plist From: Joe Marcus Clarke To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200205131651.g4DGpms50593@freefall.freebsd.org> References: <200205131651.g4DGpms50593@freefall.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 13 May 2002 12:56:10 -0400 Message-Id: <1021308970.306.13.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-05-13 at 12:51, Maxim Sobolev wrote: > sobomax 2002/05/13 09:51:48 PDT > > Modified files: > www/mozilla-headers pkg-plist > Log: > Fix after updating mozilla to 1.0.rc2,1. > > Revision Changes Path > 1.22 +10 -11 ports/www/mozilla-headers/pkg-plist Pointy hat to me. Thanks for taking care of this, Maxim. You beat me to -headers by a few seconds :-). Joe > -- PGP Key: http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 10: 4:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD51237B400; Mon, 13 May 2002 10:04:49 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DH4nf51465; Mon, 13 May 2002 10:04:49 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205131704.g4DH4nf51465@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 10:04:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/axpoint Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 10:04:49 PDT Modified files: print Makefile Added files: print/axpoint Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add axpoint 1.21 XML Based Presentations Revision Changes Path 1.205 +1 -0 ports/print/Makefile 1.1 +31 -0 ports/print/axpoint/Makefile (new) 1.1 +1 -0 ports/print/axpoint/distinfo (new) 1.1 +1 -0 ports/print/axpoint/pkg-comment (new) 1.1 +18 -0 ports/print/axpoint/pkg-descr (new) 1.1 +8 -0 ports/print/axpoint/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 10: 4:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF9F837B403; Mon, 13 May 2002 10:04:51 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DH4p751498; Mon, 13 May 2002 10:04:51 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205131704.g4DH4p751498@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 10:04:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 10:04:51 PDT Modified files: . modules Log: axpoint --> ports/print/axpoint Revision Changes Path 1.5097 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 10:20:59 2002 Delivered-To: cvs-all@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id CBC3037B404; Mon, 13 May 2002 10:20:51 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id KAA84249; Mon, 13 May 2002 10:24:30 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id KAA84235; Mon, 13 May 2002 10:24:21 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 13 May 2002 10:24:21 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Mark Peek Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/devel/gdb52 Makefile distinfo In-Reply-To: <200205122227.g4CMRHn71816@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 May 2002, Mark Peek wrote: # mp 2002/05/12 15:27:16 PDT # # Modified files: # devel/gdb52 Makefile distinfo # Log: # Update to gdb-5.2 release. # # Approved by: obrien Does this take care of PR ports/34433? Can you also take a look at PR gnu/19733, while not directly related (other than it's about gdb) it appears to easily resolved. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 10:25:29 2002 Delivered-To: cvs-all@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 180F637B400; Mon, 13 May 2002 10:25:23 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id KAA84367; Mon, 13 May 2002 10:29:01 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id KAA84360; Mon, 13 May 2002 10:28:53 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 13 May 2002 10:28:53 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: "Tim J. Robbins" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/nice nice.1 nice.c In-Reply-To: <200205122249.g4CMnnS73224@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 May 2002, Tim J. Robbins wrote: # tjr 2002/05/12 15:49:49 PDT # # Modified files: # usr.bin/nice nice.1 nice.c # Log: # Support the SUSv3 -n option and the "--" end of options marker. # Replace "command" with "utility" in the manual page & source to be more # consistent with the terminology used in the standard, and to hint that # shell builtin commands won't work. # # Submitted by: Peter Avalos (partially) # Approved by: mike This looks like PR standards/36950, yes? There's also PR bin/34076 which appears to do some similiar things for renice. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 10:28:40 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 6071737B407; Mon, 13 May 2002 10:28:33 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZ3Q8; Mon, 13 May 2002 20:30:19 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4DHT0181389; Mon, 13 May 2002 20:29:00 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CDFF856.584226AC@FreeBSD.org> Date: Mon, 13 May 2002 20:31:02 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/mozilla-headers pkg-plist References: <200205131651.g4DGpms50593@freefall.freebsd.org> <1021308970.306.13.camel@gyros.marcuscom.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joe Marcus Clarke wrote: > > On Mon, 2002-05-13 at 12:51, Maxim Sobolev wrote: > > sobomax 2002/05/13 09:51:48 PDT > > > > Modified files: > > www/mozilla-headers pkg-plist > > Log: > > Fix after updating mozilla to 1.0.rc2,1. > > > > Revision Changes Path > > 1.22 +10 -11 ports/www/mozilla-headers/pkg-plist > > Pointy hat to me. Thanks for taking care of this, Maxim. You beat me > to -headers by a few seconds :-). Heh, please next time when updating mozilla include all parts of trinity into the single commit. -Maixm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 10:29:24 2002 Delivered-To: cvs-all@freebsd.org Received: from gyros.marcuscom.com (dhcp-64-102-60-55.cisco.com [64.102.60.55]) by hub.freebsd.org (Postfix) with ESMTP id 909F637B409; Mon, 13 May 2002 10:29:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g4DHSrf5048715; Mon, 13 May 2002 13:28:54 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: cvs commit: ports/www/mozilla-headers pkg-plist From: Joe Marcus Clarke To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <3CDFF856.584226AC@FreeBSD.org> References: <200205131651.g4DGpms50593@freefall.freebsd.org> <1021308970.306.13.camel@gyros.marcuscom.com> <3CDFF856.584226AC@FreeBSD.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 13 May 2002 13:28:53 -0400 Message-Id: <1021310934.306.18.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-05-13 at 13:31, Maxim Sobolev wrote: > Joe Marcus Clarke wrote: > > > > On Mon, 2002-05-13 at 12:51, Maxim Sobolev wrote: > > > sobomax 2002/05/13 09:51:48 PDT > > > > > > Modified files: > > > www/mozilla-headers pkg-plist > > > Log: > > > Fix after updating mozilla to 1.0.rc2,1. > > > > > > Revision Changes Path > > > 1.22 +10 -11 ports/www/mozilla-headers/pkg-plist > > > > Pointy hat to me. Thanks for taking care of this, Maxim. You beat me > > to -headers by a few seconds :-). > > Heh, please next time when updating mozilla include all parts of > trinity into the single commit. It was late. No committing after 3:00 am for Joe ;-). Joe > > -Maixm > -- PGP Key: http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 11: 6:17 2002 Delivered-To: cvs-all@freebsd.org Received: from heaven.gigo.com (gigo.com [207.173.11.186]) by hub.freebsd.org (Postfix) with ESMTP id 3024037B405 for ; Mon, 13 May 2002 11:06:01 -0700 (PDT) Received: from 200-193-225-160-bsace7003.dsl.telebrasilia.net.br (200-193-225-160-bsace7003.dsl.telebrasilia.net.br [200.193.225.160]) by heaven.gigo.com (Postfix) with ESMTP id 6CDD9B84F for ; Mon, 13 May 2002 11:05:49 -0700 (PDT) Received: (qmail 3789 invoked by uid 1001); 13 May 2002 17:51:44 -0000 Message-ID: <20020513175144.3788.qmail@exxodus.fedaykin.here> Date: Mon, 13 May 2002 14:51:22 -0300 From: Mario Sergio Fujikawa Ferreira To: Maxim Sobolev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-toolkits/qt30 Makefile distinfo pkg-plistports/x11-toolkits/qt30/files patch-aa References: <200204270421.g3R4Ldo80064@freefall.freebsd.org> <3CDFEAC2.EB19C125@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3CDFEAC2.EB19C125@FreeBSD.org>; from sobomax@FreeBSD.org on Mon, May 13, 2002 at 07:32:44PM +0300 X-Operating-System: FreeBSD 4.6-PRERELEASE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 13, 2002 at 07:32:44PM +0300, Maxim Sobolev wrote: > > > > lioux 2002/04/26 21:21:38 PDT > > > > Modified files: > > x11-toolkits/qt30 Makefile distinfo pkg-plist > > Added files: > > x11-toolkits/qt30/files patch-aa > > Log: > > o Switch to official distribution distfiles instead of using specially > > tailored ones > > o Add patch-aa to handle current not patched distfile (it is already > > incorporated in repo version) > > o Uphold hier(7) for documentation installation > > IMO this port is a good example of how things shouldn't be done wrt > hier(7). ${PREFIX}/plugins should be ${PREFIX}/lib/plugins, while > ${PREFIX}/{mkspecs,templates} - > ${PREFIX}/share/qt/{mkspecs,templates}. I would like to see all those > bogosities fixes as soon as possible, as it provides a very bad > example for other port writers. I agree and this is being dealt with. There are pending issues with moving plugins around and other stuff. qt30 developers did some weird decisions when writing their make stuff. This was committed to handle some of the hier problems. Of course, it was not the last hier"fication" commit. I'll forward this to the kde FreeBSD ppl. Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 11:42:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D240737B409; Mon, 13 May 2002 11:42:18 -0700 (PDT) Received: (from mph@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DIgIW68764; Mon, 13 May 2002 11:42:18 -0700 (PDT) (envelope-from mph) Message-Id: <200205131842.g4DIgIW68764@freefall.freebsd.org> From: Matthew Hunt Date: Mon, 13 May 2002 11:42:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/bidwatcher Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mph 2002/05/13 11:42:18 PDT Modified files: misc/bidwatcher Makefile distinfo Log: Upgrade to 1.3.3. Use MASTER_SITE_SOURCEFORGE. Previously, the MASTER_SITE was hardcoded, and broke when the Sourceforge URLs recently changed. Revision Changes Path 1.16 +8 -7 ports/misc/bidwatcher/Makefile 1.12 +1 -1 ports/misc/bidwatcher/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 11:54: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72EE437B400; Mon, 13 May 2002 11:54:03 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DIs3T69496; Mon, 13 May 2002 11:54:03 -0700 (PDT) (envelope-from dinoex) Message-Id: <200205131854.g4DIs3T69496@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 13 May 2002 11:54:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl Makefile distinfo ports/security/openssl/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/05/13 11:54:03 PDT Modified files: security/openssl Makefile distinfo security/openssl/files patch-ac Log: Update to: 0.9.6d See: http://www.openssl.org/source/exp/CHANGES Port improvements: proccessor type is now detected Add option: OPENSSL_WITH_386 This set as default for package generation on bento Revision Changes Path 1.59 +7 -3 ports/security/openssl/Makefile 1.21 +1 -1 ports/security/openssl/distinfo 1.10 +10 -11 ports/security/openssl/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 11:58:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mail-green.research.att.com (mail-green.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 350C437B400; Mon, 13 May 2002 11:58:16 -0700 (PDT) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id A96EA1E030; Mon, 13 May 2002 14:58:15 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id OAA05892; Mon, 13 May 2002 14:58:15 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id LAA20576; Mon, 13 May 2002 11:58:14 -0700 (PDT) Message-Id: <200205131858.LAA20576@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: grog@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c Cc: wollman@khavrinen.lcs.mit.edu, luigi@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205122043.g4CKhod56192@freefall.freebsd.org> <20020512230017.GB4770@genius.tao.org.uk> <20020512163100.A26082@iguana.icir.org> <200205122343.g4CNhP7X023643@khavrinen.lcs.mit.edu> <20020513092718.A13919@wantadilla.lemis.com> Date: Mon, 13 May 2002 11:58:14 -0700 Versions: dmail (solaris) 2.4/makemail 2.9b Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >If the code is lined up down the right hand side of the screen, >then maybe it's the screen which needs to be remade, not the >code. Why should we still live in the shadow of punched cards? This would be much easier if less+xterm didn't choke on long lines. The original message appeared as: > If the code is lined up down the right hand side of the screen, > then maybe it's the screen which needs to be remade, not the but > code. Why should we still live in the shadow of punched cards? it is in my MUA. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 12: 6:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B847137B403; Mon, 13 May 2002 12:06:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DJ64474491; Mon, 13 May 2002 12:06:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205131906.g4DJ64474491@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 12:06:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/openzz Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/openzz/files patch-zlex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 12:06:04 PDT Modified files: devel Makefile Added files: devel/openzz Makefile distinfo pkg-comment pkg-descr pkg-plist devel/openzz/files patch-zlex.c Log: add openzz 1.0.2 An interpreted dynamic parser Revision Changes Path 1.811 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/openzz/Makefile (new) 1.1 +1 -0 ports/devel/openzz/distinfo (new) 1.1 +10 -0 ports/devel/openzz/files/patch-zlex.c (new) 1.1 +1 -0 ports/devel/openzz/pkg-comment (new) 1.1 +6 -0 ports/devel/openzz/pkg-descr (new) 1.1 +8 -0 ports/devel/openzz/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 12: 6:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6B2837B407; Mon, 13 May 2002 12:06:08 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DJ68B74523; Mon, 13 May 2002 12:06:08 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205131906.g4DJ68B74523@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 12:06:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 12:06:08 PDT Modified files: . modules Log: openzz --> ports/devel/openzz Revision Changes Path 1.5098 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 12: 9:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4016A37B407; Mon, 13 May 2002 12:08:48 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DJ8mv74784; Mon, 13 May 2002 12:08:48 -0700 (PDT) (envelope-from ache) Message-Id: <200205131908.g4DJ8mv74784@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 13 May 2002 12:08:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/13 12:08:48 PDT Modified files: security/drweb distinfo Log: Forget to commit new distinfo in prev. commit Revision Changes Path 1.8 +1 -1 ports/security/drweb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 12:10:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDFBB37B40D; Mon, 13 May 2002 12:10:19 -0700 (PDT) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DJAJg75105; Mon, 13 May 2002 12:10:19 -0700 (PDT) (envelope-from nork) Message-Id: <200205131910.g4DJAJg75105@freefall.freebsd.org> From: Norikatsu Shigemura Date: Mon, 13 May 2002 12:10:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Digest-HMAC Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/05/13 12:10:19 PDT Modified files: security/p5-Digest-HMAC Makefile pkg-plist Log: more clean pkg-plist Approved by: knu (mentor) Revision Changes Path 1.2 +1 -1 ports/security/p5-Digest-HMAC/Makefile 1.2 +4 -3 ports/security/p5-Digest-HMAC/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 12:11:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02C2337B413; Mon, 13 May 2002 12:11:07 -0700 (PDT) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DJB6F75196; Mon, 13 May 2002 12:11:06 -0700 (PDT) (envelope-from nork) Message-Id: <200205131911.g4DJB6F75196@freefall.freebsd.org> From: Norikatsu Shigemura Date: Mon, 13 May 2002 12:11:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Template-Expr Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/05/13 12:11:06 PDT Modified files: www/p5-HTML-Template-Expr Makefile pkg-plist Log: more clean pkg-plist Approved by: knu (mentor) Revision Changes Path 1.2 +1 -1 ports/www/p5-HTML-Template-Expr/Makefile 1.2 +5 -5 ports/www/p5-HTML-Template-Expr/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 12:33:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1B1537B403; Mon, 13 May 2002 12:31:58 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DJVwC76590; Mon, 13 May 2002 12:31:58 -0700 (PDT) (envelope-from nectar) Message-Id: <200205131931.g4DJVwC76590@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 13 May 2002 12:31:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind - Imported sources X-FreeBSD-CVS-Branch: ISC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/13 12:31:58 PDT src/contrib/bind - Imported sources Update of /home/ncvs/src/contrib/bind In directory freefall.freebsd.org:/d/home/nectar/bind/src Log Message: Import of ISC BIND 8.3.2-T1B. Status: Vendor Tag: ISC Release Tags: v8_3_2_t1b U src/contrib/bind/CHANGES U src/contrib/bind/DNSSEC U src/contrib/bind/INSTALL U src/contrib/bind/LICENSE U src/contrib/bind/Makefile U src/contrib/bind/README U src/contrib/bind/SUPPORT U src/contrib/bind/TODO U src/contrib/bind/Version U src/contrib/bind/bin/Makefile U src/contrib/bind/bin/addr/Makefile U src/contrib/bind/bin/addr/addr.c U src/contrib/bind/bin/dig/Makefile U src/contrib/bind/bin/dig/dig.c U src/contrib/bind/bin/dnskeygen/Makefile U src/contrib/bind/bin/dnskeygen/dnskeygen.c U src/contrib/bind/bin/dnsquery/Makefile U src/contrib/bind/bin/dnsquery/dnsquery.c U src/contrib/bind/bin/host/Makefile U src/contrib/bind/bin/host/host.c U src/contrib/bind/bin/irpd/Makefile U src/contrib/bind/bin/irpd/irpd.c U src/contrib/bind/bin/irpd/irs-irpd.conf U src/contrib/bind/bin/irpd/version.c U src/contrib/bind/bin/mkservdb/Makefile U src/contrib/bind/bin/mkservdb/mkservdb.c U src/contrib/bind/bin/named/Makefile U src/contrib/bind/bin/named/db_defs.h U src/contrib/bind/bin/named/db_dump.c U src/contrib/bind/bin/named/db_func.h U src/contrib/bind/bin/named/db_glob.h U src/contrib/bind/bin/named/db_glue.c U src/contrib/bind/bin/named/db_ixfr.c U src/contrib/bind/bin/named/db_load.c U src/contrib/bind/bin/named/db_lookup.c U src/contrib/bind/bin/named/db_save.c U src/contrib/bind/bin/named/db_sec.c U src/contrib/bind/bin/named/db_tsig.c U src/contrib/bind/bin/named/db_update.c U src/contrib/bind/bin/named/named.conf U src/contrib/bind/bin/named/named.h U src/contrib/bind/bin/named/ns_config.c U src/contrib/bind/bin/named/ns_ctl.c U src/contrib/bind/bin/named/ns_defs.h U src/contrib/bind/bin/named/ns_forw.c U src/contrib/bind/bin/named/ns_func.h U src/contrib/bind/bin/named/ns_glob.h U src/contrib/bind/bin/named/ns_glue.c U src/contrib/bind/bin/named/ns_init.c U src/contrib/bind/bin/named/ns_ixfr.c U src/contrib/bind/bin/named/ns_lexer.c U src/contrib/bind/bin/named/ns_lexer.h U src/contrib/bind/bin/named/ns_main.c U src/contrib/bind/bin/named/ns_maint.c U src/contrib/bind/bin/named/ns_ncache.c U src/contrib/bind/bin/named/ns_notify.c U src/contrib/bind/bin/named/ns_parser.y U src/contrib/bind/bin/named/ns_parseutil.c U src/contrib/bind/bin/named/ns_parseutil.h U src/contrib/bind/bin/named/ns_req.c U src/contrib/bind/bin/named/ns_resp.c U src/contrib/bind/bin/named/ns_signal.c U src/contrib/bind/bin/named/ns_sort.c U src/contrib/bind/bin/named/ns_stats.c U src/contrib/bind/bin/named/ns_udp.c U src/contrib/bind/bin/named/ns_update.c U src/contrib/bind/bin/named/ns_xfr.c U src/contrib/bind/bin/named/pathtemplate.h U src/contrib/bind/bin/named/version.c C src/contrib/bind/bin/named/ns_parser.c C src/contrib/bind/bin/named/ns_parser.h U src/contrib/bind/bin/named/test/127.0.0.zone U src/contrib/bind/bin/named/test/localhost.zone U src/contrib/bind/bin/named/test/named.conf U src/contrib/bind/bin/named/test/root.hint U src/contrib/bind/bin/named-bootconf/Makefile U src/contrib/bind/bin/named-bootconf/named-bootconf.sh U src/contrib/bind/bin/named-bootconf/test.boot U src/contrib/bind/bin/named-bootconf/Grot/named-bootconf.pl U src/contrib/bind/bin/named-xfer/Makefile U src/contrib/bind/bin/named-xfer/named-xfer.c U src/contrib/bind/bin/ndc/Makefile U src/contrib/bind/bin/ndc/ndc.c C src/contrib/bind/bin/nslookup/commands.c U src/contrib/bind/bin/nslookup/Makefile C src/contrib/bind/bin/nslookup/commands.l U src/contrib/bind/bin/nslookup/debug.c C src/contrib/bind/bin/nslookup/getinfo.c U src/contrib/bind/bin/nslookup/list.c C src/contrib/bind/bin/nslookup/main.c U src/contrib/bind/bin/nslookup/nslookup.help U src/contrib/bind/bin/nslookup/pathnames.h U src/contrib/bind/bin/nslookup/res.h U src/contrib/bind/bin/nslookup/send.c U src/contrib/bind/bin/nslookup/skip.c U src/contrib/bind/bin/nslookup/subr.c U src/contrib/bind/bin/nsupdate/Makefile U src/contrib/bind/bin/nsupdate/nsupdate.c U src/contrib/bind/include/Makefile U src/contrib/bind/include/fd_setsize.h U src/contrib/bind/include/hesiod.h U src/contrib/bind/include/irp.h U src/contrib/bind/include/irs.h U src/contrib/bind/include/netdb.h U src/contrib/bind/include/netgroup.h U src/contrib/bind/include/res_update.h U src/contrib/bind/include/resolv.h U src/contrib/bind/include/arpa/Makefile U src/contrib/bind/include/arpa/inet.h U src/contrib/bind/include/arpa/nameser.h U src/contrib/bind/include/arpa/nameser_compat.h U src/contrib/bind/include/isc/Makefile U src/contrib/bind/include/isc/assertions.h U src/contrib/bind/include/isc/ctl.h U src/contrib/bind/include/isc/dst.h U src/contrib/bind/include/isc/eventlib.h U src/contrib/bind/include/isc/heap.h U src/contrib/bind/include/isc/irpmarshall.h U src/contrib/bind/include/isc/list.h U src/contrib/bind/include/isc/logging.h U src/contrib/bind/include/isc/memcluster.h U src/contrib/bind/include/isc/misc.h U src/contrib/bind/include/isc/tree.h U src/contrib/bind/lib/Makefile U src/contrib/bind/lib/dst/Makefile U src/contrib/bind/lib/dst/README U src/contrib/bind/lib/dst/bsafe_link.c U src/contrib/bind/lib/dst/cylink_link.c U src/contrib/bind/lib/dst/dst_api.c U src/contrib/bind/lib/dst/dst_internal.h U src/contrib/bind/lib/dst/eay_dss_link.c U src/contrib/bind/lib/dst/hmac_link.c U src/contrib/bind/lib/dst/md5.h U src/contrib/bind/lib/dst/md5_dgst.c U src/contrib/bind/lib/dst/md5_locl.h U src/contrib/bind/lib/dst/prandom.c U src/contrib/bind/lib/dst/rsaref_link.c U src/contrib/bind/lib/dst/support.c U src/contrib/bind/lib/inet/Makefile U src/contrib/bind/lib/inet/inet_addr.c U src/contrib/bind/lib/inet/inet_cidr_ntop.c U src/contrib/bind/lib/inet/inet_cidr_pton.c U src/contrib/bind/lib/inet/inet_data.c U src/contrib/bind/lib/inet/inet_lnaof.c U src/contrib/bind/lib/inet/inet_makeaddr.c U src/contrib/bind/lib/inet/inet_net_ntop.c U src/contrib/bind/lib/inet/inet_net_pton.c U src/contrib/bind/lib/inet/inet_neta.c U src/contrib/bind/lib/inet/inet_netof.c U src/contrib/bind/lib/inet/inet_network.c U src/contrib/bind/lib/inet/inet_ntoa.c U src/contrib/bind/lib/inet/inet_ntop.c U src/contrib/bind/lib/inet/inet_pton.c U src/contrib/bind/lib/inet/nsap_addr.c U src/contrib/bind/lib/irs/Makefile U src/contrib/bind/lib/irs/Makefile.BSD U src/contrib/bind/lib/irs/README U src/contrib/bind/lib/irs/dns.c U src/contrib/bind/lib/irs/dns_gr.c U src/contrib/bind/lib/irs/dns_ho.c U src/contrib/bind/lib/irs/dns_nw.c U src/contrib/bind/lib/irs/dns_p.h U src/contrib/bind/lib/irs/dns_pr.c U src/contrib/bind/lib/irs/dns_pw.c U src/contrib/bind/lib/irs/dns_sv.c U src/contrib/bind/lib/irs/gai_strerror.c U src/contrib/bind/lib/irs/gen.c U src/contrib/bind/lib/irs/gen_gr.c U src/contrib/bind/lib/irs/gen_ho.c U src/contrib/bind/lib/irs/gen_ng.c U src/contrib/bind/lib/irs/gen_nw.c U src/contrib/bind/lib/irs/gen_p.h U src/contrib/bind/lib/irs/gen_pr.c U src/contrib/bind/lib/irs/gen_pw.c U src/contrib/bind/lib/irs/gen_sv.c U src/contrib/bind/lib/irs/getaddrinfo.c U src/contrib/bind/lib/irs/getgrent.c U src/contrib/bind/lib/irs/irp.c U src/contrib/bind/lib/irs/getnetent.c U src/contrib/bind/lib/irs/getgrent_r.c U src/contrib/bind/lib/irs/gethostent.c U src/contrib/bind/lib/irs/gethostent_r.c U src/contrib/bind/lib/irs/getnameinfo.c U src/contrib/bind/lib/irs/getnetent_r.c U src/contrib/bind/lib/irs/getnetgrent.c U src/contrib/bind/lib/irs/getnetgrent_r.c U src/contrib/bind/lib/irs/getprotoent.c U src/contrib/bind/lib/irs/getprotoent_r.c U src/contrib/bind/lib/irs/getpwent.c U src/contrib/bind/lib/irs/getpwent_r.c U src/contrib/bind/lib/irs/getservent.c U src/contrib/bind/lib/irs/getservent_r.c U src/contrib/bind/lib/irs/hesiod.c U src/contrib/bind/lib/irs/hesiod_p.h U src/contrib/bind/lib/irs/irp_gr.c U src/contrib/bind/lib/irs/irp_ho.c U src/contrib/bind/lib/irs/irp_ng.c U src/contrib/bind/lib/irs/irp_nw.c U src/contrib/bind/lib/irs/irp_p.h U src/contrib/bind/lib/irs/irp_pr.c U src/contrib/bind/lib/irs/irp_pw.c U src/contrib/bind/lib/irs/irp_sv.c U src/contrib/bind/lib/irs/irpmarshall.c U src/contrib/bind/lib/irs/irs_data.c U src/contrib/bind/lib/irs/irs_data.h U src/contrib/bind/lib/irs/irs_p.h U src/contrib/bind/lib/irs/lcl.c U src/contrib/bind/lib/irs/lcl_gr.c U src/contrib/bind/lib/irs/lcl_ho.c U src/contrib/bind/lib/irs/lcl_ng.c U src/contrib/bind/lib/irs/lcl_nw.c U src/contrib/bind/lib/irs/lcl_p.h U src/contrib/bind/lib/irs/lcl_pr.c U src/contrib/bind/lib/irs/lcl_pw.c U src/contrib/bind/lib/irs/lcl_sv.c U src/contrib/bind/lib/irs/nis.c U src/contrib/bind/lib/irs/nis_gr.c U src/contrib/bind/lib/irs/nis_ho.c U src/contrib/bind/lib/irs/nis_ng.c U src/contrib/bind/lib/irs/nis_nw.c U src/contrib/bind/lib/irs/nis_p.h U src/contrib/bind/lib/irs/nis_pr.c U src/contrib/bind/lib/irs/nis_pw.c U src/contrib/bind/lib/irs/nis_sv.c U src/contrib/bind/lib/irs/nul_ng.c U src/contrib/bind/lib/irs/pathnames.h U src/contrib/bind/lib/irs/util.c U src/contrib/bind/lib/isc/Makefile U src/contrib/bind/lib/isc/assertions.c U src/contrib/bind/lib/isc/assertions.mdoc U src/contrib/bind/lib/isc/base64.c U src/contrib/bind/lib/isc/bitncmp.c U src/contrib/bind/lib/isc/bitncmp.mdoc U src/contrib/bind/lib/isc/ctl_clnt.c U src/contrib/bind/lib/isc/ctl_p.c U src/contrib/bind/lib/isc/ctl_p.h U src/contrib/bind/lib/isc/ctl_srvr.c U src/contrib/bind/lib/isc/ev_connects.c U src/contrib/bind/lib/isc/ev_files.c U src/contrib/bind/lib/isc/ev_streams.c U src/contrib/bind/lib/isc/ev_timers.c U src/contrib/bind/lib/isc/ev_waits.c U src/contrib/bind/lib/isc/eventlib.c U src/contrib/bind/lib/isc/eventlib.mdoc U src/contrib/bind/lib/isc/eventlib_p.h U src/contrib/bind/lib/isc/heap.c U src/contrib/bind/lib/isc/heap.mdoc U src/contrib/bind/lib/isc/hex.c U src/contrib/bind/lib/isc/logging.c U src/contrib/bind/lib/isc/tree.c U src/contrib/bind/lib/isc/logging_p.h U src/contrib/bind/lib/isc/logging.mdoc U src/contrib/bind/lib/isc/memcluster.c U src/contrib/bind/lib/isc/memcluster.mdoc U src/contrib/bind/lib/isc/movefile.c U src/contrib/bind/lib/isc/tree.mdoc U src/contrib/bind/lib/nameser/Makefile U src/contrib/bind/lib/nameser/ns_date.c U src/contrib/bind/lib/nameser/ns_name.c U src/contrib/bind/lib/nameser/ns_netint.c U src/contrib/bind/lib/nameser/ns_parse.c U src/contrib/bind/lib/nameser/ns_print.c U src/contrib/bind/lib/nameser/ns_samedomain.c U src/contrib/bind/lib/nameser/ns_sign.c U src/contrib/bind/lib/nameser/ns_ttl.c U src/contrib/bind/lib/nameser/ns_verify.c U src/contrib/bind/lib/resolv/Makefile U src/contrib/bind/lib/resolv/herror.c U src/contrib/bind/lib/resolv/res_comp.c U src/contrib/bind/lib/resolv/res_data.c U src/contrib/bind/lib/resolv/res_debug.c U src/contrib/bind/lib/resolv/res_debug.h U src/contrib/bind/lib/resolv/res_findzonecut.c U src/contrib/bind/lib/resolv/res_init.c U src/contrib/bind/lib/resolv/res_mkquery.c U src/contrib/bind/lib/resolv/res_mkupdate.c U src/contrib/bind/lib/resolv/res_mkupdate.h U src/contrib/bind/lib/resolv/res_private.h U src/contrib/bind/lib/resolv/res_query.c U src/contrib/bind/lib/resolv/res_send.c U src/contrib/bind/lib/resolv/res_sendsigned.c U src/contrib/bind/lib/resolv/res_update.c U src/contrib/bind/port/Makefile U src/contrib/bind/port/README U src/contrib/bind/port/settings U src/contrib/bind/port/systype U src/contrib/bind/port/freebsd/Makefile U src/contrib/bind/port/freebsd/Makefile.set U src/contrib/bind/port/freebsd/noop.c U src/contrib/bind/port/freebsd/probe U src/contrib/bind/port/freebsd/bin/probe_ipv6 U src/contrib/bind/port/freebsd/include/Makefile C src/contrib/bind/port/freebsd/include/port_after.h U src/contrib/bind/port/freebsd/include/port_before.h U src/contrib/bind/port/freebsd/include/prand_conf.h U src/contrib/bind/port/freebsd/include/sys/Makefile U src/contrib/bind/port/freebsd/include/sys/bitypes.h U src/contrib/bind/port/prand_conf/Makefile U src/contrib/bind/port/prand_conf/README U src/contrib/bind/port/prand_conf/prand_conf.c U src/contrib/bind/tests/irs_testclient.c U src/contrib/bind/tests/irs_testirpd.c U src/contrib/bind/tests/irs_testserver.c U src/contrib/bind/tests/test_cidr.c U src/contrib/bind/tests/test_getaddr.c 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jISC:yesterday -jISC src/contrib/bind To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 12:33:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50D1737B406; Mon, 13 May 2002 12:33:24 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DJXOt76724; Mon, 13 May 2002 12:33:24 -0700 (PDT) (envelope-from nectar) Message-Id: <200205131933.g4DJXOt76724@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 13 May 2002 12:33:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind/bin/nslookup commands.l getinfo.c main.c src/contrib/bind/port/freebsd/include port_after.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/13 12:33:24 PDT Modified files: contrib/bind/bin/nslookup commands.l getinfo.c main.c contrib/bind/port/freebsd/include port_after.h Log: Resolve conflicts after import of ISC BIND 8.3.2-T1B. Revision Changes Path 1.9 +5 -4 src/contrib/bind/bin/nslookup/commands.l 1.8 +329 -89 src/contrib/bind/bin/nslookup/getinfo.c 1.7 +170 -69 src/contrib/bind/bin/nslookup/main.c 1.13 +34 -1 src/contrib/bind/port/freebsd/include/port_after.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 12:34:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FE2837B409; Mon, 13 May 2002 12:33:58 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DJXw276749; Mon, 13 May 2002 12:33:58 -0700 (PDT) (envelope-from nectar) Message-Id: <200205131933.g4DJXw276749@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 13 May 2002 12:33:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind/doc - Imported sources X-FreeBSD-CVS-Branch: ISC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/13 12:33:58 PDT src/contrib/bind/doc - Imported sources Update of /home/ncvs/src/contrib/bind/doc In directory freefall.freebsd.org:/d/home/nectar/bind/doc Log Message: Import of ISC BIND 8.3.2-T1B documentation. Status: Vendor Tag: ISC Release Tags: v8_3_2_t1b U src/contrib/bind/doc/bog/00macs.me U src/contrib/bind/doc/bog/00title.me U src/contrib/bind/doc/bog/Makefile U src/contrib/bind/doc/bog/ack.me U src/contrib/bind/doc/bog/build.me U src/contrib/bind/doc/bog/files.me U src/contrib/bind/doc/bog/intro.me U src/contrib/bind/doc/bog/manage.me U src/contrib/bind/doc/bog/named.boot.cache U src/contrib/bind/doc/bog/named.boot.primary U src/contrib/bind/doc/bog/named.boot.secondary U src/contrib/bind/doc/bog/named.local U src/contrib/bind/doc/bog/ns.me U src/contrib/bind/doc/bog/resolv.conf U src/contrib/bind/doc/bog/root.cache U src/contrib/bind/doc/bog/setup.me U src/contrib/bind/doc/bog/types.me U src/contrib/bind/doc/bog/ucbhosts U src/contrib/bind/doc/bog/ucbhosts.rev U src/contrib/bind/doc/html/acl.html U src/contrib/bind/doc/html/address_list.html U src/contrib/bind/doc/html/comments.html U src/contrib/bind/doc/html/config.html U src/contrib/bind/doc/html/controls.html U src/contrib/bind/doc/html/docdef.html U src/contrib/bind/doc/html/example.html U src/contrib/bind/doc/html/include.html U src/contrib/bind/doc/html/index.html U src/contrib/bind/doc/html/key.html U src/contrib/bind/doc/html/logging.html U src/contrib/bind/doc/html/master.html U src/contrib/bind/doc/html/options.html U src/contrib/bind/doc/html/server.html U src/contrib/bind/doc/html/trusted-keys.html U src/contrib/bind/doc/html/zone.html U src/contrib/bind/doc/man/Makefile C src/contrib/bind/doc/man/dig.1 U src/contrib/bind/doc/man/dnskeygen.1 U src/contrib/bind/doc/man/dnsquery.1 U src/contrib/bind/doc/man/getaddrinfo.3 U src/contrib/bind/doc/man/gethostbyname.3 U src/contrib/bind/doc/man/getipnodebyname.3 U src/contrib/bind/doc/man/getnameinfo.3 U src/contrib/bind/doc/man/getnetent.3 U src/contrib/bind/doc/man/hesiod.3 C src/contrib/bind/doc/man/host.1 U src/contrib/bind/doc/man/hostname.7 U src/contrib/bind/doc/man/inet_cidr.3 U src/contrib/bind/doc/man/irs.conf.5 U src/contrib/bind/doc/man/mailaddr.7 U src/contrib/bind/doc/man/mkdep.1 U src/contrib/bind/doc/man/named-bootconf.8 U src/contrib/bind/doc/man/named-xfer.8 U src/contrib/bind/doc/man/named.8 U src/contrib/bind/doc/man/named.conf.5 U src/contrib/bind/doc/man/ndc.8 C src/contrib/bind/doc/man/nslookup.8 U src/contrib/bind/doc/man/nsupdate.8 U src/contrib/bind/doc/man/resolver.3 U src/contrib/bind/doc/man/resolver.5 U src/contrib/bind/doc/man/tsig.3 U src/contrib/bind/doc/misc/DynamicUpdate U src/contrib/bind/doc/misc/FAQ.1of2 U src/contrib/bind/doc/misc/FAQ.2of2 U src/contrib/bind/doc/misc/style.txt U src/contrib/bind/doc/notes/db_names.c U src/contrib/bind/doc/notes/data U src/contrib/bind/doc/notes/irp.txt 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jISC:yesterday -jISC src/contrib/bind/doc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 12:35:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDB3937B408; Mon, 13 May 2002 12:35:45 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DJZja76870; Mon, 13 May 2002 12:35:45 -0700 (PDT) (envelope-from nectar) Message-Id: <200205131935.g4DJZja76870@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 13 May 2002 12:35:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind/doc/man dig.1 host.1 nslookup.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/13 12:35:45 PDT Modified files: contrib/bind/doc/man dig.1 host.1 nslookup.8 Log: Resolve conflicts after import of ISC BIND 8.3.2-T1B documentation. Revision Changes Path 1.4 +22 -7 src/contrib/bind/doc/man/dig.1 1.5 +6 -10 src/contrib/bind/doc/man/host.1 1.4 +49 -50 src/contrib/bind/doc/man/nslookup.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 13: 9:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADD4237B403; Mon, 13 May 2002 13:09:05 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DK95m83045; Mon, 13 May 2002 13:09:05 -0700 (PDT) (envelope-from hrs) Message-Id: <200205132009.g4DK95m83045@freefall.freebsd.org> From: Hiroki Sato Date: Mon, 13 May 2002 13:09:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja Makefile docs.sgml includes.sgml index.xsl jabout.sgml publish.sgml relnotes.sgml send-pr.sgml support.sgml where.sgml y2kbug.sgml www/ja/FAQ Makefile www/ja/docproj submitting.sgml www/ja/gallery gallery-entry.xsl www/ja/handbook ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/05/13 13:09:05 PDT Modified files: ja Makefile docs.sgml includes.sgml index.xsl jabout.sgml publish.sgml relnotes.sgml send-pr.sgml support.sgml where.sgml y2kbug.sgml ja/FAQ Makefile ja/docproj submitting.sgml ja/gallery gallery-entry.xsl ja/handbook Makefile ja/internal Makefile developer.sgml internal.sgml statistic.sgml ja/projects projects.sgml ja/releases index.sgml snapshots.sgml ja/releases/4.5R announce.sgml ja/search index-site.sgml search-mid.sgml search.sgml searchhints.sgml web.atoz ja/security security.sgml ja/tutorials Makefile index.sgml Added files: ja/prstats Makefile index.sgml Log: - Switch to HTML 4.01 (jabout.sgml). - Remove an anchor to doc-jp@jp mailing-list (includes.sgml). - Add new translations: (new) prstats/Makefile (new) -> 1.4 prstats/index.sgml - Merge the following from the English version: 1.77 -> 1.83 Makefile 1.138 -> 1.143 docs.sgml 1.48 -> 1.50 includes.sgml 1.21 -> 1.22 index.xsl 1.46 -> 1.51 publish.sgml 1.4 -> 1.5 relnotes.sgml 1.24 -> 1.26 send-pr.sgml 1.238 -> 1.260 support.sgml 1.54 -> 1.55 where.sgml 1.42 -> 1.43 y2kbug.sgml 1.4 -> 1.7 FAQ/Makefile 1.10 -> 1.11 docproj/submitting.sgml 1.1 -> 1.2 gallery/gallery-entry.xsl 1.5 -> 1.8 handbook/Makefile 1.28 -> 1.30 internal/Makefile 1.20 -> 1.24 internal/developer.sgml 1.19 -> 1.21 internal/internal.sgml 1.13 -> 1.14 internal/statistic.sgml 1.119 -> 1.122 projects/projects.sgml 1.73 -> 1.74 releases/index.sgml 1.12 -> 1.13 releases/snapshots.sgml 1.1 -> 1.3 releases/4.5R/announce.sgml 1.22 -> 1.23 search/index-site.sgml 1.7 -> 1.8 search/search-mid.sgml 1.75 -> 1.76 search/search.sgml 1.6 -> 1.7 search/searchhints.sgml 1.55 -> 1.57 search/web.atoz 1.85 -> 1.91 security/security.sgml 1.11 -> 1.12 tutorials/Makefile 1.21 -> 1.23 tutorials/index.sgml Revision Changes Path 1.7 +21 -6 www/ja/FAQ/Makefile 1.59 +14 -9 www/ja/Makefile 1.14 +3 -3 www/ja/docproj/submitting.sgml 1.53 +31 -4 www/ja/docs.sgml 1.3 +3 -3 www/ja/gallery/gallery-entry.xsl 1.9 +23 -16 www/ja/handbook/Makefile 1.37 +6 -6 www/ja/includes.sgml 1.15 +4 -3 www/ja/index.xsl 1.20 +4 -2 www/ja/internal/Makefile 1.24 +8 -5 www/ja/internal/developer.sgml 1.18 +3 -3 www/ja/internal/internal.sgml 1.16 +3 -3 www/ja/internal/statistic.sgml 1.9 +3 -3 www/ja/jabout.sgml 1.32 +23 -8 www/ja/projects/projects.sgml 1.1 +22 -0 www/ja/prstats/Makefile (new) 1.1 +67 -0 www/ja/prstats/index.sgml (new) 1.34 +111 -56 www/ja/publish.sgml 1.4 +5 -3 www/ja/releases/4.5R/announce.sgml 1.54 +8 -3 www/ja/releases/index.sgml 1.12 +4 -4 www/ja/releases/snapshots.sgml 1.4 +4 -4 www/ja/relnotes.sgml 1.15 +3 -3 www/ja/search/index-site.sgml 1.13 +3 -3 www/ja/search/search-mid.sgml 1.34 +3 -3 www/ja/search/search.sgml 1.10 +3 -3 www/ja/search/searchhints.sgml 1.25 +10 -4 www/ja/search/web.atoz 1.55 +16 -6 www/ja/security/security.sgml 1.19 +8 -5 www/ja/send-pr.sgml 1.36 +90 -59 www/ja/support.sgml 1.10 +2 -13 www/ja/tutorials/Makefile 1.14 +5 -95 www/ja/tutorials/index.sgml 1.28 +3 -3 www/ja/where.sgml 1.22 +3 -3 www/ja/y2kbug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 13:13:28 2002 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 37C0037B401; Mon, 13 May 2002 13:13:17 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 973029B13; Mon, 13 May 2002 15:13:16 -0500 (EST) Date: Mon, 13 May 2002 15:13:16 -0500 From: Will Andrews To: Mario Sergio Fujikawa Ferreira Cc: Maxim Sobolev , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, kde@FreeBSD.org Subject: Re: [kde-freebsd] Re: cvs commit: ports/x11-toolkits/qt30 Makefile distinfo pkg-plistports/x11-toolkits/qt30/files patch-aa Message-ID: <20020513201316.GU53809@squall.waterspout.com> Mail-Followup-To: Mario Sergio Fujikawa Ferreira , Maxim Sobolev , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, kde@FreeBSD.org References: <200204270421.g3R4Ldo80064@freefall.freebsd.org> <3CDFEAC2.EB19C125@FreeBSD.org> <20020513175144.3788.qmail@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020513175144.3788.qmail@exxodus.fedaykin.here> User-Agent: Mutt/1.3.26i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 13, 2002 at 02:51:22PM -0300, Mario Sergio Fujikawa Ferreira wrote: > > IMO this port is a good example of how things shouldn't be done wrt > > hier(7). ${PREFIX}/plugins should be ${PREFIX}/lib/plugins, while > > ${PREFIX}/{mkspecs,templates} - > > ${PREFIX}/share/qt/{mkspecs,templates}. I would like to see all those > > bogosities fixes as soon as possible, as it provides a very bad > > example for other port writers. > > I agree and this is being dealt with. There are pending > issues with moving plugins around and other stuff. qt30 developers > did some weird decisions when writing their make stuff. > This was committed to handle some of the hier problems. Of course, > it was not the last hier"fication" commit. > I'll forward this to the kde FreeBSD ppl. Unfortunately, I do not have much choice. I am all for hier(7) compliance but when we move things around under QTDIR, apps don't have any way to find the files they are looking for. They have no way to look for them.. no standard way. So, sure, we can move things around but we'd have to patch apps in ports to know where to look for things. And many people expect to be able to use the port and download a source tarball and have it work there. Same goes with apps like KDevelop. So I'm stuck between a rock and a hard place. A potential solution would be to put QTDIR=/usr/X1R6/qt but this wouldn't make the hier(7) people happy. And it has technological issues too, most notably the fact that we have no way to interject package-specific environment variables into a shell so users do not have to deal with trying to add apps that are under their own prefix in an /opt style. Libraries are different of course. But they are not the whole story. Enough said; I've thought for a long time trying to find a solution to this issue (which also applies to KDE), and there still isn't any good one that satisfies everyone. THere was a thread about the whole thing on kde-freebsd some time ago regarding this. And believe it or not, this thread wasn't even the third or fourth I'd started (this includes IRC conversations as well) over the last *two* years. So you cannot accuse me of not trying. And if there is something the last two years have taught me, it's that being as nonstandard as we were under QT/KDE 2 led many people to believe that developing and/or using these apps on FreeBSD was not worth their time. So they went back to Linux or whatever else used the Qt/KDE standards. As my fellow KDE/FreeBSD-er Andy Fawcett says, there simply is no easy solution to this. So please do not assume that if you reply with your thoughts, that I haven't already explored your idea in the past. But feel free to submit your proposal(s). Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 13:16:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1983937B408; Mon, 13 May 2002 13:16:07 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKG7u83902; Mon, 13 May 2002 13:16:07 -0700 (PDT) (envelope-from jkh) Message-Id: <200205132016.g4DKG7u83902@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 13 May 2002 13:16:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 boot_crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkh 2002/05/13 13:16:07 PDT Modified files: release/i386 boot_crunch.conf Log: Add wicontrol to boot floppy until such time as this support is part of ifconfig. PR: misc/21886 Revision Changes Path 1.53 +2 -2 src/release/i386/boot_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 13:25:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F11FC37B404; Mon, 13 May 2002 13:25:47 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKPl684616; Mon, 13 May 2002 13:25:47 -0700 (PDT) (envelope-from brian) Message-Id: <200205132025.g4DKPl684616@freefall.freebsd.org> From: Brian Somers Date: Mon, 13 May 2002 13:25:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mppe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/13 13:25:47 PDT Modified files: usr.sbin/ppp mppe.c Log: Fix a syntax error Revision Changes Path 1.20 +1 -0 src/usr.sbin/ppp/mppe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 13:32:51 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id DBDE437B401; Mon, 13 May 2002 13:32:45 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1098) id B4228AE24A; Mon, 13 May 2002 13:32:45 -0700 (PDT) Date: Mon, 13 May 2002 13:32:45 -0700 From: Bill Fumerola To: John Hay Cc: Poul-Henning Kamp , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h Message-ID: <20020513203245.GO11262@elvis.mu.org> References: <13232.1021289258@critter.freebsd.dk> <200205131143.g4DBhrH38559@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205131143.g4DBhrH38559@zibbi.icomtek.csir.co.za> User-Agent: Mutt/1.3.27i X-Operating-System: FreeBSD 4.5-MUORG-20020423 i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 13, 2002 at 01:43:53PM +0200, John Hay wrote: > Would one still be able to add or remove a single rule then? That is > a very usefull feature for me. sure, you just have to recompile... -- - bill fumerola / fumerola@yahoo-inc.com / billf@FreeBSD.org / billf@mu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 13:49:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4651437B403; Mon, 13 May 2002 13:49:07 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DKn7t86297; Mon, 13 May 2002 13:49:07 -0700 (PDT) (envelope-from keramida) Message-Id: <200205132049.g4DKn7t86297@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 13 May 2002 13:49:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/13 13:49:07 PDT Modified files: en_US.ISO8859-1/articles/releng article.sgml Log: Change all ... elements to . This way when/if the section numbers change as a result of some future change, the text will use the right section numbers in cross refs. Reviewed by: bmah Revision Changes Path 1.24 +7 -7 doc/en_US.ISO8859-1/articles/releng/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 14:18: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B87237B407; Mon, 13 May 2002 14:17:33 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DLHXs92351; Mon, 13 May 2002 14:17:33 -0700 (PDT) (envelope-from imp) Message-Id: <200205132117.g4DLHXs92351@freefall.freebsd.org> From: Warner Losh Date: Mon, 13 May 2002 14:17:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi wi_hostap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/05/13 14:17:33 PDT Modified files: sys/dev/wi wi_hostap.c Log: BDE and I have had a chance to hash this out: o Use splnet() instead of splclock(). o Use splnet() instead of splimp(). Reviewed by: bde Revision Changes Path 1.12 +5 -5 src/sys/dev/wi/wi_hostap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 14:27:22 2002 Delivered-To: cvs-all@freebsd.org Received: from w250.z064001178.sjc-ca.dsl.cnc.net (adsl-66.218.45.239.dslextreme.com [66.218.45.239]) by hub.freebsd.org (Postfix) with SMTP id E20AF37B403 for ; Mon, 13 May 2002 14:27:17 -0700 (PDT) Received: (qmail 23189 invoked by uid 1000); 13 May 2002 21:27:38 -0000 Date: Mon, 13 May 2002 14:27:16 -0700 From: Jos Backus To: cvs-all@FreeBSD.ORG Subject: BPF+ Message-ID: <20020513212738.GF80902@lizzy.catnook.com> Reply-To: jos@catnook.com Mail-Followup-To: cvs-all@FreeBSD.ORG References: <13232.1021289258@critter.freebsd.dk> <200205131143.g4DBhrH38559@zibbi.icomtek.csir.co.za> <20020513203245.GO11262@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020513203245.GO11262@elvis.mu.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Fwiw, this discussion seems related to BPF+. With BPF+, we can express packet filters in a high-level language and compile them into efficient code. instructions. Some links: http://www.cs.berkeley.edu/~abegel/sigcomm99/bpf+-presentation.html http://www.cs.virginia.edu/~hw6h/cs655/proposal.htm -- Jos Backus _/ _/_/_/ Santa Clara, CA _/ _/ _/ _/ _/_/_/ _/ _/ _/ _/ jos@catnook.com _/_/ _/_/_/ use Std::Disclaimer; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 14:30:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC71337B40B; Mon, 13 May 2002 14:30:23 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DLUNM93608; Mon, 13 May 2002 14:30:23 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200205132130.g4DLUNM93608@freefall.freebsd.org> From: David Malone Date: Mon, 13 May 2002 14:30:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/05/13 14:30:23 PDT Modified files: usr.bin/calendar Makefile Log: Make a link from fr_FR.ISO8859-1 to fr_FR.ISO8859-15. Submitted by: wollman Revision Changes Path 1.23 +5 -0 src/usr.bin/calendar/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 14:36:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F3E537B405; Mon, 13 May 2002 14:36:45 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DLaj793965; Mon, 13 May 2002 14:36:45 -0700 (PDT) (envelope-from brian) Message-Id: <200205132136.g4DLaj793965@freefall.freebsd.org> From: Brian Somers Date: Mon, 13 May 2002 14:36:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/daily 460.status-mail-rejects src/etc/periodic/monthly 200.accounting X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/13 14:36:45 PDT Modified files: (Branch: RELENG_4) etc/periodic/daily 460.status-mail-rejects etc/periodic/monthly 200.accounting Log: MFC: Handle .bz2 files correctly. Approved by: re (bmah) Revision Changes Path 1.8.2.5 +4 -1 src/etc/periodic/daily/460.status-mail-rejects 1.4.2.4 +5 -1 src/etc/periodic/monthly/200.accounting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 15: 0:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3249437B403; Mon, 13 May 2002 15:00:40 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DM0e095574; Mon, 13 May 2002 15:00:40 -0700 (PDT) (envelope-from imp) Message-Id: <200205132200.g4DM0e095574@freefall.freebsd.org> From: Warner Losh Date: Mon, 13 May 2002 15:00:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/05/13 15:00:39 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Update the rules on commit bit suspention to reflect the current policy of core. Reviewed by: wilko Revision Changes Path 1.121 +8 -10 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 15:21:53 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 767A937B40A; Mon, 13 May 2002 15:21:49 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4DMLnfg003347; Mon, 13 May 2002 15:21:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4DMLnFM003346; Mon, 13 May 2002 15:21:49 -0700 (PDT) Date: Mon, 13 May 2002 15:21:49 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cccp Makefile src/gnu/usr.bin/cc/cpp0 Makefile src/gnu/usr.bin/cc/tradcpp0 Makefile Message-ID: <20020513152149.A3322@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205130327.g4D3R3b22678@freefall.freebsd.org> <20020513055507.GH64294@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020513055507.GH64294@sunbay.com>; from ru@FreeBSD.org on Mon, May 13, 2002 at 08:55:07AM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, May 13, 2002 at 08:55:07AM +0300, Ruslan Ermilov wrote: > Anyway, thank you for your reconsideration to apply my changes, in > some form. I have no more lock on GCC. You and everyone else is free to do to it what they want. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 15:48: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 920CC37B407; Mon, 13 May 2002 15:48:01 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DMm1702409; Mon, 13 May 2002 15:48:01 -0700 (PDT) (envelope-from jake) Message-Id: <200205132248.g4DMm1702409@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 13 May 2002 15:48:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/sys __sparc_utrap_align.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/05/13 15:48:01 PDT Modified files: lib/libc/sparc64/sys __sparc_utrap_align.c Log: Use the right byte order for unaligned stores. . Revision Changes Path 1.2 +1 -1 src/lib/libc/sparc64/sys/__sparc_utrap_align.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 15:48:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB7BA37B407; Mon, 13 May 2002 15:48:43 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DMmhg02450; Mon, 13 May 2002 15:48:43 -0700 (PDT) (envelope-from billf) Message-Id: <200205132248.g4DMmhg02450@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 13 May 2002 15:48:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/db3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG billf 2002/05/13 15:48:43 PDT Modified files: databases/db3 Makefile Log: follow the bouncing {MASTER,PATCH}_SITES PR: ports/37978 Submitted by: Alan Eldridge Approved by: maintainer Revision Changes Path 1.39 +2 -2 ports/databases/db3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 15:54:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78D1537B407; Mon, 13 May 2002 15:54:12 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DMsCd02973; Mon, 13 May 2002 15:54:12 -0700 (PDT) (envelope-from marcus) Message-Id: <200205132254.g4DMsCd02973@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 13 May 2002 15:54:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/13 15:54:12 PDT Modified files: mail/evolution Makefile Log: Revert the mast site back to GNOME so that my people page isn't used as a dist site. It seems Ximian has posted the source tarball to the GNOME mirrors. Revision Changes Path 1.63 +1 -2 ports/mail/evolution/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 16: 1: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3A4437B406; Mon, 13 May 2002 16:01:02 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DN12e03439; Mon, 13 May 2002 16:01:02 -0700 (PDT) (envelope-from trevor) Message-Id: <200205132301.g4DN12e03439@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 13 May 2002 16:01:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/alloywm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/13 16:01:02 PDT Modified files: x11-wm/alloywm Makefile distinfo Log: The distfile was re-rolled. The author is now using different names for himself (Kensuke Otake or Hitokiro Otake rather than Aaron Schoenhals). Many of the command-line options were removed. Add a do-build target in the port's skeleton, to accommodate both old and new distfiles. Reported by: kris Revision Changes Path 1.3 +12 -0 ports/x11-wm/alloywm/Makefile 1.2 +2 -0 ports/x11-wm/alloywm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 16:13: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CCE937B401; Mon, 13 May 2002 16:13:00 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DND0V07874; Mon, 13 May 2002 16:13:00 -0700 (PDT) (envelope-from brian) Message-Id: <200205132313.g4DND0V07874@freefall.freebsd.org> From: Brian Somers Date: Mon, 13 May 2002 16:12:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/13 16:12:59 PDT Modified files: en_US.ISO8859-1/articles/releng article.sgml Log: Fix a typo in the instructions for generating release disc manifests. MFC after: 3 days Revision Changes Path 1.25 +1 -1 doc/en_US.ISO8859-1/articles/releng/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 16:36:24 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id C1F8337B404; Mon, 13 May 2002 16:36:20 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4DNaJfK080861; Tue, 14 May 2002 00:36:19 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4DNaIUR003272; Tue, 14 May 2002 00:36:18 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205132336.g4DNaIUR003272@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/releng article.sgml In-Reply-To: Message from Brian Somers of "Mon, 13 May 2002 16:12:59 PDT." <200205132313.g4DND0V07874@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 May 2002 00:36:18 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > brian 2002/05/13 16:12:59 PDT > > Modified files: > en_US.ISO8859-1/articles/releng article.sgml > Log: > Fix a typo in the instructions for generating release disc manifests. > > MFC after: 3 days > > Revision Changes Path > 1.25 +1 -1 doc/en_US.ISO8859-1/articles/releng/article.sgml On second thoughts, I don't think I'll MFC this - not unless someone branches the doc tree.... -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 16:48:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49EAA37B408; Mon, 13 May 2002 16:48:11 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DNmBZ09972; Mon, 13 May 2002 16:48:11 -0700 (PDT) (envelope-from trevor) Message-Id: <200205132348.g4DNmBZ09972@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 13 May 2002 16:48:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/13 16:48:11 PDT Modified files: . modules Log: vdesk --> ports/x11-wm/vdesk Revision Changes Path 1.5099 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 16:48:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 671C237B405; Mon, 13 May 2002 16:48:08 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DNm8W09937; Mon, 13 May 2002 16:48:08 -0700 (PDT) (envelope-from trevor) Message-Id: <200205132348.g4DNm8W09937@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 13 May 2002 16:48:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/vdesk Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/13 16:48:08 PDT Modified files: x11-wm Makefile Added files: x11-wm/vdesk Makefile distinfo pkg-comment pkg-descr Log: Add port of vdesk, a command-line utility for setting up and using virtual desktops. Revision Changes Path 1.85 +1 -0 ports/x11-wm/Makefile 1.1 +28 -0 ports/x11-wm/vdesk/Makefile (new) 1.1 +2 -0 ports/x11-wm/vdesk/distinfo (new) 1.1 +1 -0 ports/x11-wm/vdesk/pkg-comment (new) 1.1 +11 -0 ports/x11-wm/vdesk/pkg-descr (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 16:51:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8D2737B400; Mon, 13 May 2002 16:51:24 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DNpOj10317; Mon, 13 May 2002 16:51:24 -0700 (PDT) (envelope-from trevor) Message-Id: <200205132351.g4DNpOj10317@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 13 May 2002 16:51:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/13 16:51:24 PDT Modified files: . LEGAL Log: Add vdesk, which is distributed without a license. Revision Changes Path 1.245 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 16:54:19 2002 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 18C0E37B406; Mon, 13 May 2002 16:54:11 -0700 (PDT) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g4DNqxC09633; Mon, 13 May 2002 19:52:59 -0400 (EDT) (envelope-from mike) Date: Mon, 13 May 2002 19:52:59 -0400 From: Mike Barcroft To: Joseph Scott Cc: "Tim J. Robbins" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/nice nice.1 nice.c Message-ID: <20020513195259.K59782@espresso.q9media.com> References: <200205122249.g4CMnnS73224@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from joseph@randomnetworks.com on Mon, May 13, 2002 at 10:28:53AM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joseph Scott writes: > On Sun, 12 May 2002, Tim J. Robbins wrote: > > # tjr 2002/05/12 15:49:49 PDT > # > # Modified files: > # usr.bin/nice nice.1 nice.c > # Log: > # Support the SUSv3 -n option and the "--" end of options marker. > # Replace "command" with "utility" in the manual page & source to be more > # consistent with the terminology used in the standard, and to hint that > # shell builtin commands won't work. > # > # Submitted by: Peter Avalos (partially) > # Approved by: mike > > This looks like PR standards/36950, yes? There's also PR > bin/34076 which appears to do some similiar things for renice. This is nice(1) not renice(1). Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 17: 8:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3019137B40A; Mon, 13 May 2002 17:08:31 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E08VA14978; Mon, 13 May 2002 17:08:31 -0700 (PDT) (envelope-from trevor) Message-Id: <200205140008.g4E08VA14978@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 13 May 2002 17:08:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/evilwm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/13 17:08:31 PDT Modified files: x11-wm/evilwm Makefile distinfo Log: Update to 0.9.44.1. PR: 35418 Submitted by: KATO Tsuguru Revision Changes Path 1.7 +5 -4 ports/x11-wm/evilwm/Makefile 1.3 +2 -1 ports/x11-wm/evilwm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 17:30:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3930B37B400; Mon, 13 May 2002 17:30:26 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E0UQB16566; Mon, 13 May 2002 17:30:26 -0700 (PDT) (envelope-from obrien) Message-Id: <200205140030.g4E0UQB16566@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 May 2002 17:30:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc c-common.h c-decl.c cppinit.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/13 17:30:26 PDT Modified files: contrib/gcc c-common.h c-decl.c cppinit.c Log: Add framework for our kernel printf enhancements. Revision Changes Path 1.2 +23 -2 src/contrib/gcc/c-common.h 1.2 +2829 -2272 src/contrib/gcc/c-decl.c 1.2 +1632 -1399 src/contrib/gcc/cppinit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 17:33:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E66EB37B400; Mon, 13 May 2002 17:33:44 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E0Xif17412; Mon, 13 May 2002 17:33:44 -0700 (PDT) (envelope-from obrien) Message-Id: <200205140033.g4E0Xif17412@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 May 2002 17:33:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc make-temp-file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/13 17:33:44 PDT Modified files: contrib/gcc make-temp-file.c Log: Merge choose-temp.c rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 3.1. Revision Changes Path 1.2 +4 -2 src/contrib/gcc/make-temp-file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 17:53:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E354D37B405; Mon, 13 May 2002 17:53:08 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E0r8e23390; Mon, 13 May 2002 17:53:08 -0700 (PDT) (envelope-from obrien) Message-Id: <200205140053.g4E0r8e23390@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 May 2002 17:53:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_defs.h osd_unix.h osd_util.h sys_info.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/13 17:53:08 PDT Modified files: sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_defs.h osd_unix.h osd_util.h sys_info.h Log: First pass of style(9) for #define's. Revision Changes Path 1.21 +60 -60 src/sys/dev/asr/asr.c 1.3 +40 -40 src/sys/dev/asr/dptalign.h 1.4 +208 -208 src/sys/dev/asr/dptsig.h 1.3 +71 -71 src/sys/dev/asr/i2oadptr.h 1.3 +150 -150 src/sys/dev/asr/i2obscsi.h 1.3 +393 -393 src/sys/dev/asr/i2odep.h 1.3 +50 -50 src/sys/dev/asr/i2odpt.h 1.3 +177 -177 src/sys/dev/asr/i2oexec.h 1.4 +287 -287 src/sys/dev/asr/i2omsg.h 1.3 +2 -2 src/sys/dev/asr/i2otypes.h 1.3 +61 -61 src/sys/dev/asr/i2outil.h 1.4 +1 -1 src/sys/dev/asr/osd_defs.h 1.5 +125 -125 src/sys/dev/asr/osd_unix.h 1.5 +46 -46 src/sys/dev/asr/osd_util.h 1.5 +28 -28 src/sys/dev/asr/sys_info.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 17:59:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E94BB37B400; Mon, 13 May 2002 17:59:28 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E0xSe23898; Mon, 13 May 2002 17:59:28 -0700 (PDT) (envelope-from brian) Message-Id: <200205140059.g4E0xSe23898@freefall.freebsd.org> From: Brian Somers Date: Mon, 13 May 2002 17:59:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/13 17:59:28 PDT Modified files: usr.sbin/ppp mp.c Log: Calculate the number of open links properly when deciding on whether to just send PROTO_IP packets when we've got only one link up in multi-link mode. Problem noted by: Adrian Close MFC after: 1 week Revision Changes Path 1.51 +10 -11 src/usr.sbin/ppp/mp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18: 0:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F09D237B405; Mon, 13 May 2002 18:00:25 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E10PL24135; Mon, 13 May 2002 18:00:25 -0700 (PDT) (envelope-from obrien) Message-Id: <200205140100.g4E10PL24135@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 May 2002 18:00:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/csu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/13 18:00:25 PDT Modified files: gnu/lib/csu Makefile Log: Quote {CC} so ccache can be used. Revision Changes Path 1.10 +1 -1 src/gnu/lib/csu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18: 8:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7828F37B403; Mon, 13 May 2002 18:08:27 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E18Rt28781; Mon, 13 May 2002 18:08:27 -0700 (PDT) (envelope-from pat) Message-Id: <200205140108.g4E18Rt28781@freefall.freebsd.org> From: Patrick Li Date: Mon, 13 May 2002 18:08:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ccache Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/13 18:08:27 PDT Modified files: devel/ccache Makefile distinfo Log: Update to 1.9 PR: 38028 Submitted by: maintainer Revision Changes Path 1.7 +1 -1 ports/devel/ccache/Makefile 1.7 +1 -1 ports/devel/ccache/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18: 8:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81F8237B40E; Mon, 13 May 2002 18:08:49 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E18nm28881; Mon, 13 May 2002 18:08:49 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205140108.g4E18nm28881@freefall.freebsd.org> From: Tom Rhodes Date: Mon, 13 May 2002 18:08:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/13 18:08:49 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Add a touch more information to the install chapter. PR: 37985 Submitted by: Mark Fonvieille Revision Changes Path 1.172 +2 -2 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18: 9:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D598D37B414; Mon, 13 May 2002 18:09:03 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E193R28962; Mon, 13 May 2002 18:09:03 -0700 (PDT) (envelope-from obrien) Message-Id: <200205140109.g4E193R28962@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 May 2002 18:09:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_defs.h osd_unix.h osd_util.h sys_info.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/13 18:09:03 PDT Modified files: sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_defs.h osd_unix.h osd_util.h sys_info.h Log: unexpand -a everything Revision Changes Path 1.22 +3966 -3966 src/sys/dev/asr/asr.c 1.4 +153 -153 src/sys/dev/asr/dptalign.h 1.5 +305 -305 src/sys/dev/asr/dptsig.h 1.4 +137 -137 src/sys/dev/asr/i2oadptr.h 1.4 +209 -209 src/sys/dev/asr/i2obscsi.h 1.4 +876 -876 src/sys/dev/asr/i2odep.h 1.4 +98 -98 src/sys/dev/asr/i2odpt.h 1.4 +527 -527 src/sys/dev/asr/i2oexec.h 1.5 +587 -587 src/sys/dev/asr/i2omsg.h 1.4 +38 -38 src/sys/dev/asr/i2otypes.h 1.4 +127 -127 src/sys/dev/asr/i2outil.h 1.5 +3 -3 src/sys/dev/asr/osd_defs.h 1.6 +277 -277 src/sys/dev/asr/osd_unix.h 1.6 +89 -89 src/sys/dev/asr/osd_util.h 1.6 +117 -117 src/sys/dev/asr/sys_info.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18:10:28 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 2F5A937B404; Mon, 13 May 2002 18:10:21 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4E1AJfK081121; Tue, 14 May 2002 02:10:19 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4E1AHUR004235; Tue, 14 May 2002 02:10:17 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205140110.g4E1AHUR004235@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/usr.sbin/ppp mp.c In-Reply-To: Message from Brian Somers of "Mon, 13 May 2002 17:59:28 PDT." <200205140059.g4E0xSe23898@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 May 2002 02:10:17 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > brian 2002/05/13 17:59:28 PDT > > Modified files: > usr.sbin/ppp mp.c > Log: > Calculate the number of open links properly when deciding on whether to > just send PROTO_IP packets when we've got only one link up in multi-link > mode. > > Problem noted by: Adrian Close > MFC after: 1 week > > Revision Changes Path > 1.51 +10 -11 src/usr.sbin/ppp/mp.c Oops, I forgot: Fix tested by: Richard Browne -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18:13: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3303137B403; Mon, 13 May 2002 18:13:00 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1D0D29473; Mon, 13 May 2002 18:13:00 -0700 (PDT) (envelope-from pat) Message-Id: <200205140113.g4E1D0D29473@freefall.freebsd.org> From: Patrick Li Date: Mon, 13 May 2002 18:13:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/tmda Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/13 18:13:00 PDT Modified files: mail/tmda Makefile distinfo Log: Update to 0.55 PR: 38052 Submitted by: maintainer Revision Changes Path 1.17 +1 -1 ports/mail/tmda/Makefile 1.16 +1 -1 ports/mail/tmda/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18:15:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8422C37B404; Mon, 13 May 2002 18:15:35 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1FZe29770; Mon, 13 May 2002 18:15:35 -0700 (PDT) (envelope-from brian) Message-Id: <200205140115.g4E1FZe29770@freefall.freebsd.org> From: Brian Somers Date: Mon, 13 May 2002 18:15:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/periodic periodic.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/13 18:15:35 PDT Modified files: usr.sbin/periodic periodic.sh Log: Mention the ``end of output'' for each periodic script. Submitted by: David Wolfskill PR: 37036 MFC after: 1 week Revision Changes Path 1.20 +4 -1 src/usr.sbin/periodic/periodic.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18:18:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC2E637B404; Mon, 13 May 2002 18:18:51 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1IpG30157; Mon, 13 May 2002 18:18:51 -0700 (PDT) (envelope-from obrien) Message-Id: <200205140118.g4E1IpG30157@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 May 2002 18:18:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/13 18:18:51 PDT Modified files: sys/dev/aic7xxx/aicasm Makefile Log: Tweak the include dirs w/o incurring extra warnings Revision Changes Path 1.14 +1 -1 src/sys/dev/aic7xxx/aicasm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18:32:30 2002 Delivered-To: cvs-all@freebsd.org Received: from 12-234-96-171.client.attbi.com (12-234-96-171.client.attbi.com [12.234.96.171]) by hub.freebsd.org (Postfix) with ESMTP id 90BA037B400; Mon, 13 May 2002 18:32:18 -0700 (PDT) Received: by 12-234-96-171.client.attbi.com (Postfix, from userid 1000) id AB78DA900; Mon, 13 May 2002 18:33:05 -0700 (PDT) Date: Mon, 13 May 2002 18:33:05 -0700 From: Jonathan Mini To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot2 Makefile boot2.c Message-ID: <20020513183305.M43682@stylus.haikugeek.com> Mail-Followup-To: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205112140.g4BLe0O46775@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205112140.g4BLe0O46775@freefall.freebsd.org>; from peter@FreeBSD.org on Sat, May 11, 2002 at 02:39:59PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm [peter@FreeBSD.org] wrote : > peter 2002/05/11 14:39:59 PDT > > Modified files: > sys/boot/i386/boot2 Makefile boot2.c > Log: > Use a crowbar and duct-tape to make boot2 fit again. This gets it down > to 4 bytes free. I removed a printf (the Keyboard yes/no) since it is of > marginal value and sed'ed the generated asm output to remove the unwanted > aligns. There's probably a better way to gain a few extra bytes than > losing the printf. Shortening strings is probably a better option but this > should get us over the hurdle. Have we considered compressing the strings using come nefariously lame compression mechanism? ASCII text tends to compress really well even with methods that have really small decompression algorithms. -- Jonathan Mini http://www.haikugeek.com "He who is not aware of his ignorance will be only misled by his knowledge." -- Richard Whatley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18:35:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A1BB37B403; Mon, 13 May 2002 18:35:56 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1ZuS31324; Mon, 13 May 2002 18:35:56 -0700 (PDT) (envelope-from pat) Message-Id: <200205140135.g4E1ZuS31324@freefall.freebsd.org> From: Patrick Li Date: Mon, 13 May 2002 18:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mulberry Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/13 18:35:55 PDT Modified files: mail/mulberry Makefile distinfo Log: Update to 2.2.1 PR: 38050 Submitted by: maintainer Revision Changes Path 1.4 +5 -4 ports/mail/mulberry/Makefile 1.3 +2 -2 ports/mail/mulberry/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18:44: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEDDE37B404; Mon, 13 May 2002 18:44:02 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1i2X31965; Mon, 13 May 2002 18:44:02 -0700 (PDT) (envelope-from obrien) Message-Id: <200205140144.g4E1i2X31965@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 May 2002 18:44:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc c-common.h c-decl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/13 18:44:02 PDT Modified files: contrib/gcc c-common.h c-decl.c Log: If you want to not warn on K&R main(); this is how it should be implemented. Revision Changes Path 1.3 +4 -0 src/contrib/gcc/c-common.h 1.3 +13 -1 src/contrib/gcc/c-decl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18:49:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B09737B400; Mon, 13 May 2002 18:49:34 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1nYq32277; Mon, 13 May 2002 18:49:34 -0700 (PDT) (envelope-from trevor) Message-Id: <200205140149.g4E1nYq32277@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 13 May 2002 18:49:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsgraph Makefile distinfo ports/devel/cvsgraph/files patch-cvsgraph.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/13 18:49:33 PDT Modified files: devel/cvsgraph Makefile distinfo Removed files: devel/cvsgraph/files patch-cvsgraph.c Log: Update to 1.20. PR: 37735 Submitted by: Lapo Luchini Make /home/ncvs/ the default path for CVSROOT. Revision Changes Path 1.10 +10 -4 ports/devel/cvsgraph/Makefile 1.5 +1 -1 ports/devel/cvsgraph/distinfo 1.5 +0 -10 ports/devel/cvsgraph/files/patch-cvsgraph.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 18:53:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C190537B400; Mon, 13 May 2002 18:53:53 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E1rr932742; Mon, 13 May 2002 18:53:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200205140153.g4E1rr932742@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 13 May 2002 18:53:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc c-format.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/13 18:53:53 PDT Modified files: contrib/gcc c-format.c Log: Merge c-common.c rev 1.10 into GCC 3.1 Clarify that the "yields only last 2 digits of year in some locales" warning does not apply to BSD. Submitted by: ache Revision Changes Path 1.2 +7 -6 src/contrib/gcc/c-format.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19: 7:23 2002 Delivered-To: cvs-all@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id BD6D637B403; Mon, 13 May 2002 19:07:17 -0700 (PDT) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.10.2+Sun/8.10.2) with ESMTP id g4E27Gj13314; Mon, 13 May 2002 19:07:16 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id TAA24041; Mon, 13 May 2002 19:07:16 -0700 (PDT) Received: from btcexc01.btc.adaptec.com (btcexc01 [10.100.0.23]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id UAA00779; Mon, 13 May 2002 20:07:13 -0600 (MDT) Received: by btcexc01.btc.adaptec.com with Internet Mail Service (5.5.2653.19) id ; Mon, 13 May 2002 20:07:14 -0600 Message-ID: <2C7CBDC6EA58D6119E4A00065B3A24CB046345@btcexc01.btc.adaptec.com> From: "Long, Scott" To: "'Jonathan Mini'" , Peter Wemm Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: RE: cvs commit: src/sys/boot/i386/boot2 Makefile boot2.c Date: Mon, 13 May 2002 20:07:14 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Peter Wemm [peter@FreeBSD.org] wrote : > > > peter 2002/05/11 14:39:59 PDT > > > > Modified files: > > sys/boot/i386/boot2 Makefile boot2.c > > Log: > > Use a crowbar and duct-tape to make boot2 fit again. > This gets it down > > to 4 bytes free. I removed a printf (the Keyboard > yes/no) since it is of > > marginal value and sed'ed the generated asm output to > remove the unwanted > > aligns. There's probably a better way to gain a few > extra bytes than > > losing the printf. Shortening strings is probably a > better option but this > > should get us over the hurdle. > > Have we considered compressing the strings using come nefariously lame > compression mechanism? > > ASCII text tends to compress really well even with methods > that have really > small decompression algorithms. > Years ago I played around with an algorithm that decomposed ascii from 8 bits to 5 bits [*]. That gave you 26 characters for letters, and a few control characters for doing elite tricks like selecting which 32 character window you wanted to map into. It could probably be implemented in less than 100 bytes, but I'm not sure if you would get a net gain or not in this case. Scott [*] I learned about this from the old 'Compute!' magazine, circa 1985 or so. What I describe is probably obvious to most people, though. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:14: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E28037B404; Mon, 13 May 2002 19:14:05 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2E5438231; Mon, 13 May 2002 19:14:05 -0700 (PDT) (envelope-from pat) Message-Id: <200205140214.g4E2E5438231@freefall.freebsd.org> From: Patrick Li Date: Mon, 13 May 2002 19:14:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pfaedit Makefile distinfo pkg-plist ports/print/pfaedit/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/13 19:14:05 PDT Modified files: print/pfaedit Makefile distinfo pkg-plist Added files: print/pfaedit/files patch-Makefile.in Log: Update to 20020507 PR: 38007 Submitted by: maintainer Revision Changes Path 1.13 +6 -44 ports/print/pfaedit/Makefile 1.10 +3 -3 ports/print/pfaedit/distinfo 1.1 +24 -0 ports/print/pfaedit/files/patch-Makefile.in (new) 1.7 +4 -0 ports/print/pfaedit/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:14:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EDE337B411; Mon, 13 May 2002 19:14:17 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2EHh38285; Mon, 13 May 2002 19:14:17 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140214.g4E2EHh38285@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 19:14:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 19:14:17 PDT Modified files: net/centericq Makefile pkg-plist Log: install FAQ and README bump PORTREVISION Requested by: Jay Dresser Revision Changes Path 1.36 +7 -1 ports/net/centericq/Makefile 1.17 +3 -0 ports/net/centericq/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:26:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2447837B405; Mon, 13 May 2002 19:26:50 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2Qos39282; Mon, 13 May 2002 19:26:50 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140226.g4E2Qos39282@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 19:26:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/easytag Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 19:26:50 PDT Modified files: audio/easytag Makefile distinfo Log: upgrade to 0.20 PR: 38040 Submitted by: Ports Fury Revision Changes Path 1.6 +1 -1 ports/audio/easytag/Makefile 1.7 +1 -1 ports/audio/easytag/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:28:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E92E37B401; Mon, 13 May 2002 19:28:45 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2Sjp39490; Mon, 13 May 2002 19:28:45 -0700 (PDT) (envelope-from pat) Message-Id: <200205140228.g4E2Sjp39490@freefall.freebsd.org> From: Patrick Li Date: Mon, 13 May 2002 19:28:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/bbkeys Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/13 19:28:45 PDT Modified files: x11-wm/bbkeys Makefile distinfo pkg-plist Log: Update to 0.8.4 PR: 37816 Submitted by: maintainer Revision Changes Path 1.6 +3 -2 ports/x11-wm/bbkeys/Makefile 1.4 +1 -1 ports/x11-wm/bbkeys/distinfo 1.3 +3 -2 ports/x11-wm/bbkeys/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:29:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDFCE37B40A; Mon, 13 May 2002 19:28:51 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2Sp139528; Mon, 13 May 2002 19:28:51 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140228.g4E2Sp139528@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 19:28:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xemeraldia Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 19:28:51 PDT Modified files: games/xemeraldia Makefile Log: update MASTER_SITE PR: 38042 Submitted by: Ports Fury Revision Changes Path 1.21 +3 -3 ports/games/xemeraldia/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:31:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D30F37B403; Mon, 13 May 2002 19:31:03 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2V3q39986; Mon, 13 May 2002 19:31:03 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140231.g4E2V3q39986@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 19:31:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gphoto2 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 19:31:03 PDT Modified files: graphics/gphoto2 Makefile pkg-plist Log: - Add MASTER_SITE_SOURCEFORGE to MASTER_SITES - Add missic USE_GLIB - Fix install path of libgphoto2.pc - Utilize NOPORTDOCS PR: 38045 Submitted by: Ports Fury Revision Changes Path 1.25 +19 -6 ports/graphics/gphoto2/Makefile 1.9 +8 -13 ports/graphics/gphoto2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:32:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D2AE37B404; Mon, 13 May 2002 19:32:18 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2WI040169; Mon, 13 May 2002 19:32:18 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140232.g4E2WI040169@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 19:32:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/patchutils Makefile distinfo ports/misc/patchutils/files patch-filterdiff.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 19:32:18 PDT Modified files: misc/patchutils Makefile distinfo misc/patchutils/files patch-filterdiff.c Log: upgrade to 0.2.13 PR: 38046 Submitted by: Ports Fury Revision Changes Path 1.6 +6 -4 ports/misc/patchutils/Makefile 1.6 +1 -1 ports/misc/patchutils/distinfo 1.4 +2 -2 ports/misc/patchutils/files/patch-filterdiff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:34:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A3CB37B401; Mon, 13 May 2002 19:34:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2YLk40450; Mon, 13 May 2002 19:34:21 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140234.g4E2YLk40450@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 19:34:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/quantlib Makefile distinfo pkg-plist ports/misc/quantlib/files patch-config::ltmain.sh patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 19:34:21 PDT Modified files: misc/quantlib Makefile distinfo pkg-plist Added files: misc/quantlib/files patch-configure Removed files: misc/quantlib/files patch-config::ltmain.sh Log: upgrade to 0.3.0 PR: 38047 Submitted by: Ports Fury Revision Changes Path 1.3 +9 -6 ports/misc/quantlib/Makefile 1.3 +1 -1 ports/misc/quantlib/distinfo 1.2 +0 -41 ports/misc/quantlib/files/patch-config::ltmain.sh (dead) 1.1 +10 -0 ports/misc/quantlib/files/patch-configure (new) 1.3 +92 -17 ports/misc/quantlib/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:46: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1685137B401; Mon, 13 May 2002 19:46:01 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2k1p41996; Mon, 13 May 2002 19:46:01 -0700 (PDT) (envelope-from pat) Message-Id: <200205140246.g4E2k1p41996@freefall.freebsd.org> From: Patrick Li Date: Mon, 13 May 2002 19:46:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/db Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/13 19:46:00 PDT Modified files: databases/db Makefile Log: Download site directory structure changed PR: 37979 Submitted by: Alan Eldridge Approved by: maintainer mail bounce Revision Changes Path 1.23 +2 -2 ports/databases/db/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:51:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F21837B403; Mon, 13 May 2002 19:51:56 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2puq42707; Mon, 13 May 2002 19:51:56 -0700 (PDT) (envelope-from pat) Message-Id: <200205140251.g4E2puq42707@freefall.freebsd.org> From: Patrick Li Date: Mon, 13 May 2002 19:51:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmame Makefile distinfo pkg-plist ports/emulators/xmame/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/13 19:51:55 PDT Modified files: emulators/xmame Makefile distinfo pkg-plist emulators/xmame/files patch-ac Log: Update to 0.60.1 PR: 37787 Submitted by: maintainer Revision Changes Path 1.46 +2 -1 ports/emulators/xmame/Makefile 1.31 +1 -1 ports/emulators/xmame/distinfo 1.8 +23 -4 ports/emulators/xmame/files/patch-ac 1.18 +1 -0 ports/emulators/xmame/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 19:56:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F95A37B401; Mon, 13 May 2002 19:56:37 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E2ub643121; Mon, 13 May 2002 19:56:37 -0700 (PDT) (envelope-from pat) Message-Id: <200205140256.g4E2ub643121@freefall.freebsd.org> From: Patrick Li Date: Mon, 13 May 2002 19:56:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/maradns Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/13 19:56:37 PDT Modified files: net/maradns Makefile distinfo pkg-plist Log: Update to 0.9.28 PR: 38048 Submitted by: KATO Tsuguru Revision Changes Path 1.17 +1 -1 ports/net/maradns/Makefile 1.16 +1 -1 ports/net/maradns/distinfo 1.12 +1 -0 ports/net/maradns/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 20:10:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7BE037B407; Mon, 13 May 2002 20:10:05 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E3A5b47861; Mon, 13 May 2002 20:10:05 -0700 (PDT) (envelope-from pat) Message-Id: <200205140310.g4E3A5b47861@freefall.freebsd.org> From: Patrick Li Date: Mon, 13 May 2002 20:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/13 20:10:05 PDT Modified files: mail/sylpheed Makefile distinfo pkg-plist Log: Update to 0.7.6 PR: 38038 Submitted by: maintainer Revision Changes Path 1.37 +1 -1 ports/mail/sylpheed/Makefile 1.31 +1 -1 ports/mail/sylpheed/distinfo 1.16 +17 -2 ports/mail/sylpheed/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 20:15:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C27C437B408; Mon, 13 May 2002 20:15:50 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E3Foh48477; Mon, 13 May 2002 20:15:50 -0700 (PDT) (envelope-from sada) Message-Id: <200205140315.g4E3Foh48477@freefall.freebsd.org> From: SADA Kenji Date: Mon, 13 May 2002 20:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/rclean Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/13 20:15:50 PDT Modified files: sysutils Makefile Added files: sysutils/rclean Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add new port: sysutils/rclean. rclean provides a command-line tool to order and clean content of rc.conf, using option order from /etc/defaults/rc.conf and printing only choices that were different by the default value in /etc/rc.conf. PR: ports/37593 Submitted by: Lapo Luchini Revision Changes Path 1.258 +1 -0 ports/sysutils/Makefile 1.1 +23 -0 ports/sysutils/rclean/Makefile (new) 1.1 +1 -0 ports/sysutils/rclean/distinfo (new) 1.1 +1 -0 ports/sysutils/rclean/pkg-comment (new) 1.1 +9 -0 ports/sysutils/rclean/pkg-descr (new) 1.1 +1 -0 ports/sysutils/rclean/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 20:18: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22B3537B400; Mon, 13 May 2002 20:18:05 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E3I4048680; Mon, 13 May 2002 20:18:04 -0700 (PDT) (envelope-from sada) Message-Id: <200205140318.g4E3I4048680@freefall.freebsd.org> From: SADA Kenji Date: Mon, 13 May 2002 20:18:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/13 20:18:04 PDT Modified files: . modules Log: rclean --> ports/sysutils/rclean Revision Changes Path 1.5100 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 20:30:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8D1137B405; Mon, 13 May 2002 20:30:15 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E3UFi49680; Mon, 13 May 2002 20:30:15 -0700 (PDT) (envelope-from bmah) Message-Id: <200205140330.g4E3UFi49680@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 13 May 2002 20:30:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/13 20:30:15 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Typo fix: s/refer the/refer to the/ PR: 38060 Submitted by: Chris Pepper Revision Changes Path 1.439 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 20:59: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A054237B401; Mon, 13 May 2002 20:59:02 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E3x2s51391; Mon, 13 May 2002 20:59:02 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140359.g4E3x2s51391@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 20:59:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science Makefile ports/science/euler Makefile distinfo pkg-comment pkg-descr pkg-plist ports/science/euler/files patch-makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 20:59:02 PDT Modified files: science Makefile Added files: science/euler Makefile distinfo pkg-comment pkg-descr pkg-plist science/euler/files patch-makefile Log: add euler 1.60.4 A program computes with real and complex numbers and matrices Revision Changes Path 1.13 +1 -0 ports/science/Makefile 1.1 +30 -0 ports/science/euler/Makefile (new) 1.1 +1 -0 ports/science/euler/distinfo (new) 1.1 +20 -0 ports/science/euler/files/patch-makefile (new) 1.1 +1 -0 ports/science/euler/pkg-comment (new) 1.1 +25 -0 ports/science/euler/pkg-descr (new) 1.1 +184 -0 ports/science/euler/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 20:59: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2D5137B404; Mon, 13 May 2002 20:59:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E3x4p51422; Mon, 13 May 2002 20:59:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140359.g4E3x4p51422@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 20:59:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 20:59:04 PDT Modified files: . modules Log: euler --> ports/science/euler Revision Changes Path 1.5101 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 21:32: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57E1F37B403; Mon, 13 May 2002 21:32:02 -0700 (PDT) Received: (from ken@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E4W2l57563; Mon, 13 May 2002 21:32:02 -0700 (PDT) (envelope-from ken) Message-Id: <200205140432.g4E4W2l57563@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Mon, 13 May 2002 21:32:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcam camlib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ken 2002/05/13 21:32:02 PDT Modified files: lib/libcam camlib.c Log: string cleanup: - fix a potential overrun made worse by rev 1.5 of camlib.h - change strncpy() and strcpy() calls to strlcpy() - use sizeof(string[]) instead of STRING_LEN to avoid future problems - get rid of an unused variable Thanks to BDE for pointing out some of the problems. MFC after: 2 weeks Revision Changes Path 1.11 +12 -14 src/lib/libcam/camlib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 22:31:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C355D37B401; Mon, 13 May 2002 22:31:27 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E5VRL75259; Mon, 13 May 2002 22:31:27 -0700 (PDT) (envelope-from horikawa) Message-Id: <200205140531.g4E5VRL75259@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 13 May 2002 22:31:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 newsyslog.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/05/13 22:31:27 PDT Modified files: ja_JP.eucJP/man/man8 newsyslog.8 Log: Fix Japanese wording in "when" description Submitted by: mistral@imasy.or.jp (Yoshihiko SARUMARU) Revision Changes Path 1.22 +1 -1 doc/ja_JP.eucJP/man/man8/newsyslog.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 22:32:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2981337B401; Mon, 13 May 2002 22:32:24 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E5WOH75338; Mon, 13 May 2002 22:32:24 -0700 (PDT) (envelope-from ume) Message-Id: <200205140532.g4E5WOH75338@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 13 May 2002 22:32:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 inet6.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/05/13 22:32:23 PDT Modified files: share/man/man4 inet6.4 Log: Sync with reality. IPV6CTL_MAPPED_ADDR was obsoleted by IPV6CTL_V6ONLY. MFC after: 2 days and approved by re Revision Changes Path 1.13 +5 -5 src/share/man/man4/inet6.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 22:38:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BAF037B403; Mon, 13 May 2002 22:38:27 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E5BDr70600; Mon, 13 May 2002 22:11:14 -0700 (PDT) (envelope-from horikawa) Message-Id: <200205140511.g4E5BDr70600@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 13 May 2002 22:11:09 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 md5.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/05/13 22:11:09 PDT Modified files: ja_JP.eucJP/man/man1 md5.1 Log: Fix Japanese wording for description for "collision" Pointed out by: 1Yen@Bigfoot.COM Revision Changes Path 1.13 +1 -1 doc/ja_JP.eucJP/man/man1/md5.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 22:38:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B864737B401; Mon, 13 May 2002 22:38:28 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E54vc64657; Mon, 13 May 2002 22:04:57 -0700 (PDT) (envelope-from horikawa) Message-Id: <200205140504.g4E54vc64657@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 13 May 2002 22:04:56 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: doc/ja_JP.eucJP/man/man2 accept.2 listen.2 doc/ja_JP.eucJP/man/man7 release.7 doc/ja_JP.eucJP/man/man8 MAKEDEV.8 jail.8 mtree.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/05/13 22:04:56 PDT Modified files: ja_JP.eucJP/man/man2 accept.2 listen.2 ja_JP.eucJP/man/man7 release.7 ja_JP.eucJP/man/man8 MAKEDEV.8 jail.8 mtree.8 Log: Catch up with 4.6-PRERELEASE-20020514-JPSNAP Revision Changes Path 1.9 +6 -1 doc/ja_JP.eucJP/man/man2/accept.2 1.9 +26 -3 doc/ja_JP.eucJP/man/man2/listen.2 1.2 +21 -1 doc/ja_JP.eucJP/man/man7/release.7 1.15 +6 -2 doc/ja_JP.eucJP/man/man8/MAKEDEV.8 1.15 +17 -3 doc/ja_JP.eucJP/man/man8/jail.8 1.16 +2 -2 doc/ja_JP.eucJP/man/man8/mtree.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 22:59: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 482DB37B40A; Mon, 13 May 2002 22:58:56 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E5wpd76870; Mon, 13 May 2002 22:58:51 -0700 (PDT) (envelope-from horikawa) Message-Id: <200205140558.g4E5wpd76870@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 13 May 2002 22:58:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 vinum.8 ypbind.8 zic.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/05/13 22:58:51 PDT Modified files: ja_JP.eucJP/man/man8 vinum.8 ypbind.8 zic.8 Log: Fix Japanese wording (vinum.8 iypbind.8) Remove duplicated line (vinum.8) Use same mdoc(7) macros as original (vinum.8 zic.8) Revision Changes Path 1.27 +4 -6 doc/ja_JP.eucJP/man/man8/vinum.8 1.14 +1 -1 doc/ja_JP.eucJP/man/man8/ypbind.8 1.14 +0 -2 doc/ja_JP.eucJP/man/man8/zic.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 23:12:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3311437B40A; Mon, 13 May 2002 23:12:09 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E6C9082353; Mon, 13 May 2002 23:12:09 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140612.g4E6C9082353@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 23:12:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/cflow2vcg Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/cflow2vcg/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 23:12:08 PDT Modified files: devel Makefile Added files: devel/cflow2vcg Makefile distinfo pkg-comment pkg-descr pkg-plist devel/cflow2vcg/files patch-Makefile.in Log: add cflow2vcg 0.4 Convert the result of the cflow utility in a VCG format Revision Changes Path 1.812 +1 -0 ports/devel/Makefile 1.1 +19 -0 ports/devel/cflow2vcg/Makefile (new) 1.1 +1 -0 ports/devel/cflow2vcg/distinfo (new) 1.1 +16 -0 ports/devel/cflow2vcg/files/patch-Makefile.in (new) 1.1 +1 -0 ports/devel/cflow2vcg/pkg-comment (new) 1.1 +5 -0 ports/devel/cflow2vcg/pkg-descr (new) 1.1 +10 -0 ports/devel/cflow2vcg/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 23:12:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E1B537B412; Mon, 13 May 2002 23:12:15 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E6CFX82390; Mon, 13 May 2002 23:12:15 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140612.g4E6CFX82390@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 23:12:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 23:12:15 PDT Modified files: . modules Log: cflow2vcg --> ports/devel/cflow2vcg Revision Changes Path 1.5102 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 23:18:46 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 874B737B407; Mon, 13 May 2002 23:18:34 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4E6IRV36966; Tue, 14 May 2002 09:18:27 +0300 (EEST) (envelope-from ru) Date: Tue, 14 May 2002 09:18:27 +0300 From: Ruslan Ermilov To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cccp Makefile src/gnu/usr.bin/cc/cpp0 Makefile src/gnu/usr.bin/cc/tradcpp0 Makefile Message-ID: <20020514061827.GB34081@sunbay.com> References: <200205130327.g4D3R3b22678@freefall.freebsd.org> <20020513055507.GH64294@sunbay.com> <20020513152149.A3322@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0ntfKIWw70PvrIHh" Content-Disposition: inline In-Reply-To: <20020513152149.A3322@dragon.nuxi.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0ntfKIWw70PvrIHh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 13, 2002 at 03:21:49PM -0700, David O'Brien wrote: > On Mon, May 13, 2002 at 08:55:07AM +0300, Ruslan Ermilov wrote: > > Anyway, thank you for your reconsideration to apply my changes, in > > some form. >=20 > I have no more lock on GCC. You and everyone else is free to do to it > what they want. >=20 Nope. I am still considering sending you patches for gnu/usr.bin/cc and contrib/gcc a good idea. "Having no lock" doesn't imply that you lost your maintainership bit, and I will sure to continue to respect it. I just disagree with your idea of not accepting patches from me. :-) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --0ntfKIWw70PvrIHh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84KwzUkv4P6juNwoRAmNlAJ9TIDeN8DwY9vuT8QjLKx9Dsz24zQCeKCAU Jnwvu3Wd6rN823gARfUhnr4= =5zfW -----END PGP SIGNATURE----- --0ntfKIWw70PvrIHh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 23:22:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 854FB37B4D4; Mon, 13 May 2002 23:21:23 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E6LNJ83099; Mon, 13 May 2002 23:21:23 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205140621.g4E6LNJ83099@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 13 May 2002 23:21:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmms Makefile ports/audio/xmms/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/13 23:21:23 PDT Modified files: audio/xmms Makefile audio/xmms/files patch-ad Log: Make translations work when GNOME support is enabled. Beersponsored by: Alexandr Kovalenko Revision Changes Path 1.41 +1 -0 ports/audio/xmms/Makefile 1.12 +12 -3 ports/audio/xmms/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 23:46:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC0237B400; Mon, 13 May 2002 23:46:49 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E6knZ86462; Mon, 13 May 2002 23:46:49 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140646.g4E6knZ86462@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 13 May 2002 23:46:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ragel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/13 23:46:49 PDT Modified files: devel/ragel Makefile distinfo Log: upgrade to 1.2.1 Revision Changes Path 1.2 +1 -1 ports/devel/ragel/Makefile 1.2 +1 -1 ports/devel/ragel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 23:48:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84E5D37B403; Mon, 13 May 2002 23:48:31 -0700 (PDT) Received: (from max@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E6mVs86569; Mon, 13 May 2002 23:48:31 -0700 (PDT) (envelope-from max) Message-Id: <200205140648.g4E6mVs86569@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 13 May 2002 23:48:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/smartdoc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/05/13 23:48:31 PDT Modified files: textproc/smartdoc Makefile Log: Mkdir ${JAVALIBDIR}/classes instead of ${JAVALIBDIR} in do-install. Remove PLIST_SUB which is no longer used. Revision Changes Path 1.7 +1 -3 ports/textproc/smartdoc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 23:57: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD66837B405; Mon, 13 May 2002 23:57:02 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E6v2x87106; Mon, 13 May 2002 23:57:02 -0700 (PDT) (envelope-from phk) Message-Id: <200205140657.g4E6v2x87106@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 May 2002 23:57:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mtio.h src/sys/i386/isa wt.c wtreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/13 23:57:02 PDT Modified files: sys/sys mtio.h sys/i386/isa wt.c wtreg.h Log: Move a few ancient minor-number definitions for tapedrives to the only driver which uses them. Remove the rest. Revision Changes Path 1.68 +6 -6 src/sys/i386/isa/wt.c 1.12 +2 -0 src/sys/i386/isa/wtreg.h 1.26 +0 -14 src/sys/sys/mtio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon May 13 23:59:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A264037B403; Mon, 13 May 2002 23:59:55 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E6xtv87250; Mon, 13 May 2002 23:59:55 -0700 (PDT) (envelope-from phk) Message-Id: <200205140659.g4E6xtv87250@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 13 May 2002 23:59:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/protocols dumprestore.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/13 23:59:55 PDT Modified files: include/protocols dumprestore.h Log: Use explicitly sized fields for the tape format definition. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.8 +1 -1 src/include/protocols/dumprestore.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 0: 8:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDB8C37B400; Tue, 14 May 2002 00:08:22 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E78Mv91897; Tue, 14 May 2002 00:08:22 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140708.g4E78Mv91897@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 14 May 2002 00:08:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/14 00:08:22 PDT Modified files: . modules Log: awstats --> ports/www/awstats Revision Changes Path 1.5103 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 0: 8:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34DB737B405; Tue, 14 May 2002 00:08:20 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E78Kl91863; Tue, 14 May 2002 00:08:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140708.g4E78Kl91863@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 14 May 2002 00:08:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/awstats Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/14 00:08:20 PDT Modified files: www Makefile Added files: www/awstats Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add awstats 4.0 Free real-time logfile analyzer to get advanced web statistics PR: 38064 Submitted by: Munish Revision Changes Path 1.491 +1 -0 ports/www/Makefile 1.1 +46 -0 ports/www/awstats/Makefile (new) 1.1 +1 -0 ports/www/awstats/distinfo (new) 1.1 +1 -0 ports/www/awstats/pkg-comment (new) 1.1 +16 -0 ports/www/awstats/pkg-descr (new) 1.1 +423 -0 ports/www/awstats/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 0:27:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CC5937B401; Tue, 14 May 2002 00:27:20 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E7RKt93359; Tue, 14 May 2002 00:27:20 -0700 (PDT) (envelope-from roam) Message-Id: <200205140727.g4E7RKt93359@freefall.freebsd.org> From: Peter Pentchev Date: Tue, 14 May 2002 00:27:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys quotactl.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2002/05/14 00:27:20 PDT Modified files: lib/libc/sys quotactl.2 Log: Document Q_GETQUOTA returning EINVAL when quotas are not enabled on the filesystem. PR: doc/37839 Submitted by: "Michael R. Wayne" Approved by: silence on -doc MFC after: 3 days Revision Changes Path 1.18 +5 -1 src/lib/libc/sys/quotactl.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 0:30:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CCC537B407; Tue, 14 May 2002 00:30:20 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E7UHZ93739; Tue, 14 May 2002 00:30:17 -0700 (PDT) (envelope-from phk) Message-Id: <200205140730.g4E7UHZ93739@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 May 2002 00:30:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mtio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/14 00:30:13 PDT Modified files: sys/sys mtio.h Log: Make the mtio data structures explicitly sized. A couple of the fields should probably be 64bits in the future. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.27 +13 -13 src/sys/sys/mtio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 0:30:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E97237B406; Tue, 14 May 2002 00:30:41 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E7UfU93913; Tue, 14 May 2002 00:30:41 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205140730.g4E7UfU93913@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 14 May 2002 00:30:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/shujit/files patch-compiler.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/14 00:30:41 PDT Modified files: java/shujit/files patch-compiler.h Log: Kill evil rcs(1)-injected hunk, which makes do-patch failing. Submitted by: bento, Sean McNeil Revision Changes Path 1.2 +1 -10 ports/java/shujit/files/patch-compiler.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 0:30:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63A8737B405; Tue, 14 May 2002 00:30:40 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E7UeF93889; Tue, 14 May 2002 00:30:40 -0700 (PDT) (envelope-from ru) Message-Id: <200205140730.g4E7UeF93889@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 May 2002 00:30:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/14 00:30:40 PDT Modified files: . Makefile.inc1 Log: Do not run `includes' and `incsinstall' in parallel. Spotted by: jhay Parallel worlds and releases should be working again. Revision Changes Path 1.274 +1 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 0:49:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E37E37B404; Tue, 14 May 2002 00:49:13 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E7nD595128; Tue, 14 May 2002 00:49:13 -0700 (PDT) (envelope-from ru) Message-Id: <200205140749.g4E7nD595128@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 May 2002 00:49:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/sys/modules Makefile src/sys/conf kmod.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/14 00:49:12 PDT Modified files: . UPDATING sys/modules Makefile sys/conf kmod.mk Log: Check that kldxref(8) exists before running it. Revision Changes Path 1.207 +1 -4 src/UPDATING 1.124 +4 -5 src/sys/conf/kmod.mk 1.242 +4 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 0:57:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E00EE37B407; Tue, 14 May 2002 00:57:22 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E7vMM95825; Tue, 14 May 2002 00:57:22 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205140757.g4E7vMM95825@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 14 May 2002 00:57:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/micq Makefile distinfo pkg-plist ports/net/micq/files patch-ac patch-lang::ru.i18n patch-src::icq_response.c patch-src::util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/14 00:57:22 PDT Modified files: net/micq Makefile distinfo pkg-plist net/micq/files patch-ac patch-lang::ru.i18n patch-src::icq_response.c patch-src::util.c Log: Update to 0.4.8pl9. PR: 37950 Submitted by: Hiroo ONO Revision Changes Path 1.25 +2 -3 ports/net/micq/Makefile 1.14 +1 -1 ports/net/micq/distinfo 1.4 +3 -3 ports/net/micq/files/patch-ac 1.2 +52 -52 ports/net/micq/files/patch-lang::ru.i18n 1.2 +42 -30 ports/net/micq/files/patch-src::icq_response.c 1.2 +46 -29 ports/net/micq/files/patch-src::util.c 1.7 +0 -1 ports/net/micq/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 1: 1:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 330F137B400; Tue, 14 May 2002 01:01:35 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E81Zp96306; Tue, 14 May 2002 01:01:35 -0700 (PDT) (envelope-from phk) Message-Id: <200205140801.g4E81Zp96306@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 May 2002 01:01:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys blist.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/14 01:01:35 PDT Modified files: sys/sys blist.h Log: Roll the LOG2 macro up again, I don't belive unrolling this for 64bits make sense. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.3 +13 -31 src/sys/sys/blist.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 1:19:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 250AC37B404; Tue, 14 May 2002 01:19:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E8J4801905; Tue, 14 May 2002 01:19:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140819.g4E8J4801905@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 14 May 2002 01:19:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/xstroke Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11/xstroke/files patch-Imakefile patch-etc::Imakefile patch-regex_feature.c patch-regex_feature.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/14 01:19:03 PDT Modified files: x11 Makefile Added files: x11/xstroke Makefile distinfo pkg-comment pkg-descr pkg-plist x11/xstroke/files patch-Imakefile patch-etc::Imakefile patch-regex_feature.c patch-regex_feature.h Log: add xstroke 0.5.12 Fullscreen gesture recognition Revision Changes Path 1.362 +1 -0 ports/x11/Makefile 1.1 +31 -0 ports/x11/xstroke/Makefile (new) 1.1 +1 -0 ports/x11/xstroke/distinfo (new) 1.1 +15 -0 ports/x11/xstroke/files/patch-Imakefile (new) 1.1 +8 -0 ports/x11/xstroke/files/patch-etc::Imakefile (new) 1.1 +10 -0 ports/x11/xstroke/files/patch-regex_feature.c (new) 1.1 +10 -0 ports/x11/xstroke/files/patch-regex_feature.h (new) 1.1 +1 -0 ports/x11/xstroke/pkg-comment (new) 1.1 +10 -0 ports/x11/xstroke/pkg-descr (new) 1.1 +3 -0 ports/x11/xstroke/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 1:19:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D7737B41A; Tue, 14 May 2002 01:19:10 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E8JAY01939; Tue, 14 May 2002 01:19:10 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205140819.g4E8JAY01939@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 14 May 2002 01:19:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/14 01:19:09 PDT Modified files: . modules Log: xstroke --> ports/x11/xstroke Revision Changes Path 1.5104 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 1:21:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DB9B37B401; Tue, 14 May 2002 01:21:42 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E8LgC02365; Tue, 14 May 2002 01:21:42 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200205140821.g4E8LgC02365@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 14 May 2002 01:21:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/p5-Schedule-At Makefile distinfo ports/sysutils/p5-Schedule-At/files patch-At.pm patch-t1.t X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/05/14 01:21:42 PDT Modified files: sysutils/p5-Schedule-At Makefile distinfo sysutils/p5-Schedule-At/files patch-At.pm Removed files: sysutils/p5-Schedule-At/files patch-t1.t Log: Upgrade to 1.03. Support latest -current's atq command output. Revision Changes Path 1.3 +2 -2 ports/sysutils/p5-Schedule-At/Makefile 1.2 +1 -1 ports/sysutils/p5-Schedule-At/distinfo 1.3 +17 -8 ports/sysutils/p5-Schedule-At/files/patch-At.pm 1.3 +0 -11 ports/sysutils/p5-Schedule-At/files/patch-t1.t (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 1:25:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1AAA37B406; Tue, 14 May 2002 01:25:29 -0700 (PDT) Received: (from netchild@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E8PTJ02709; Tue, 14 May 2002 01:25:29 -0700 (PDT) (envelope-from netchild) Message-Id: <200205140825.g4E8PTJ02709@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 14 May 2002 01:25:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/05/14 01:25:29 PDT Modified files: lang/icc Makefile pkg-descr Log: Corrections to some paths in descriptive messages, no need to bump the port revision. Submitted by: marius@alchemy.franken.de Revision Changes Path 1.6 +1 -1 ports/lang/icc/Makefile 1.4 +1 -1 ports/lang/icc/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 1:30:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CF9B37B403; Tue, 14 May 2002 01:30:40 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E8UeI03261; Tue, 14 May 2002 01:30:40 -0700 (PDT) (envelope-from ru) Message-Id: <200205140830.g4E8UeI03261@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 May 2002 01:30:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/14 01:30:40 PDT Modified files: . Makefile.inc1 Log: Restore comment that got lost in revision 1.265. Revision Changes Path 1.275 +4 -0 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 1:43: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.130.111.12]) by hub.freebsd.org (Postfix) with ESMTP id 8C0A137B400; Tue, 14 May 2002 01:42:57 -0700 (PDT) Received: from naos (naos [128.130.111.28]) by vexpert.dbai.tuwien.ac.at (8.11.6/8.11.6) with ESMTP id g4E8gfW12127; Tue, 14 May 2002 10:42:41 +0200 (MET DST) Date: Tue, 14 May 2002 10:42:40 +0200 (CEST) From: Gerald Pfeifer To: "David W. Chapman Jr." Cc: Bruce Evans , , , "David O'Brien" , John Baldwin Subject: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h) In-Reply-To: <20020512161042.GB52586@leviathan.inethouston.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 12 May 2002, David W. Chapman Jr. wrote: >>> And if the bug you are seeing, *any* bug you are seeing, with GCC 3.1 >>> or later is a regression from *any* previous version of GCC, please >>> drop me a note and I will upgrade the priority of your PR so that it >>> has highest chance of being fixed for GCC 3.1.1 or GCC 3.2. >> Do efficiency bugs count? makeworld is about 50% slower with gcc-3.1 >> than with gcc-2.9x. > Is that because you can't make with -j or comparing old make > buildworld to new make buildworld without -j ? That'd be the critical distinction. If you have a reproducible test case, ideally a single file, where GCC 3.1.x takes significantly longer (say, more than 10 or 20 percent) than GCC 2.95.x, I'd consider this a regression. Please submit such test cases via the GCC GNATS system and drop me a note; while I probably won't be the one to fix the problem, I can (and will) try to reproduce it and boost the priority of your PR! Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 2: 8:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 158DA37B40A; Tue, 14 May 2002 02:08:14 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E98EZ09163; Tue, 14 May 2002 02:08:14 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205140908.g4E98EZ09163@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 14 May 2002 02:08:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/encompass Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/14 02:08:13 PDT Modified files: www/encompass Makefile Log: This port doesn't really require libelysium. Revision Changes Path 1.25 +1 -2 ports/www/encompass/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 2: 9:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5974137B47B; Tue, 14 May 2002 02:09:40 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E99ev09290; Tue, 14 May 2002 02:09:40 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205140909.g4E99ev09290@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 14 May 2002 02:09:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/libelysium Makefile distinfo pkg-plist ports/misc/libelysium/files patch-Makefile.in patch-configure patch-ltmain.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/14 02:09:40 PDT Modified files: misc/libelysium Makefile distinfo pkg-plist misc/libelysium/files patch-Makefile.in patch-configure Removed files: misc/libelysium/files patch-ltmain.sh Log: - Update to 0.3.5; - use USE_LIBTOOL. Submitted by: Juan Salaverria Revision Changes Path 1.2 +2 -2 ports/misc/libelysium/Makefile 1.2 +1 -1 ports/misc/libelysium/distinfo 1.2 +10 -10 ports/misc/libelysium/files/patch-Makefile.in 1.2 +9 -21 ports/misc/libelysium/files/patch-configure 1.4 +0 -28 ports/misc/libelysium/files/patch-ltmain.sh (dead) 1.2 +6 -5 ports/misc/libelysium/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 2:18:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC0EB37B409; Tue, 14 May 2002 02:18:22 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E9IMh11879; Tue, 14 May 2002 02:18:22 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200205140918.g4E9IMh11879@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 14 May 2002 02:18:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/p5-Schedule-At Makefile ports/sysutils/p5-Schedule-At/files patch-At.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/05/14 02:18:22 PDT Modified files: sysutils/p5-Schedule-At Makefile sysutils/p5-Schedule-At/files patch-At.pm Log: Return 1 when Schedule::At::add() is used by denied (by /var/at/at.deny) user. Pointed out by: hanai Revision Changes Path 1.4 +1 -0 ports/sysutils/p5-Schedule-At/Makefile 1.4 +11 -3 ports/sysutils/p5-Schedule-At/files/patch-At.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 2:31:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 332E937B401; Tue, 14 May 2002 02:31:41 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E9Vfo12986; Tue, 14 May 2002 02:31:41 -0700 (PDT) (envelope-from ume) Message-Id: <200205140931.g4E9Vfo12986@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 14 May 2002 02:31:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ipcomp_core.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/05/14 02:31:41 PDT Modified files: (Branch: RELENG_4) sys/netinet6 ipcomp_core.c Log: MFC 1.4: Recent zlib does not like Z_FLUSH at the end of inflate(). Approved by: re Revision Changes Path 1.1.2.4 +7 -4 src/sys/netinet6/ipcomp_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 2:40:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A1FA37B409; Tue, 14 May 2002 02:40:33 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4E9eXP13537; Tue, 14 May 2002 02:40:33 -0700 (PDT) (envelope-from phk) Message-Id: <200205140940.g4E9eXP13537@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 May 2002 02:40:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsdb fsdb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/14 02:40:33 PDT Modified files: sbin/fsdb fsdb.h Log: Match prototypes to functions over in fsck_ffs. Revision Changes Path 1.8 +3 -3 src/sbin/fsdb/fsdb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 3:40: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C899A37B400; Tue, 14 May 2002 03:40:01 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EAe1C20857; Tue, 14 May 2002 03:40:01 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205141040.g4EAe1C20857@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 14 May 2002 03:40:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomecontrolcenter2/files patch-capplets::Makefile.in.orig X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/14 03:40:01 PDT Removed files: sysutils/gnomecontrolcenter2/files patch-capplets::Makefile.in.orig Log: This one isn't really necessary. Revision Changes Path 1.3 +0 -0 ports/sysutils/gnomecontrolcenter2/files/patch-capplets::Makefile.in.orig (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 3:45:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0019A37B400; Tue, 14 May 2002 03:45:56 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EAjuq21283; Tue, 14 May 2002 03:45:56 -0700 (PDT) (envelope-from brian) Message-Id: <200205141045.g4EAjuq21283@freefall.freebsd.org> From: Brian Somers Date: Tue, 14 May 2002 03:45:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/daily 440.status-mailq X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/14 03:45:56 PDT Modified files: (Branch: RELENG_4) etc/periodic/daily 440.status-mailq Log: MFC: Handle $daily_status_mailq_shorten correctly Approved by: re (bmah) Revision Changes Path 1.4.2.5 +5 -5 src/etc/periodic/daily/440.status-mailq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 4: 9:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 184DB37B400; Tue, 14 May 2002 04:09:44 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EB9ii29547; Tue, 14 May 2002 04:09:44 -0700 (PDT) (envelope-from phk) Message-Id: <200205141109.g4EB9ii29547@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 May 2002 04:09:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_vnops.c src/sys/fs/msdosfs msdosfs_vnops.c src/sys/fs/udf udf_vnops.c src/sys/kern vfs_cluster.c vnode_if.src src/sys/sys bio.h buf.h types.h src/sys/ufs/ufs ufs_bmap.c ufs_extern.h src/sys/vm vnode_pager.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/14 04:09:43 PDT Modified files: sys/coda coda_vnops.c sys/fs/msdosfs msdosfs_vnops.c sys/fs/udf udf_vnops.c sys/kern vfs_cluster.c vnode_if.src sys/sys bio.h buf.h types.h sys/ufs/ufs ufs_bmap.c ufs_extern.h sys/vm vnode_pager.c Log: Make daddr_t and u_daddr_t 64bits wide. Retire daddr64_t and use daddr_t instead. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.41 +1 -1 src/sys/coda/coda_vnops.c 1.120 +2 -2 src/sys/fs/msdosfs/msdosfs_vnops.c 1.6 +5 -5 src/sys/fs/udf/udf_vnops.c 1.119 +3 -3 src/sys/kern/vfs_cluster.c 1.48 +2 -2 src/sys/kern/vnode_if.src 1.115 +3 -3 src/sys/sys/bio.h 1.134 +2 -2 src/sys/sys/buf.h 1.61 +2 -3 src/sys/sys/types.h 1.50 +2 -2 src/sys/ufs/ufs/ufs_bmap.c 1.40 +1 -1 src/sys/ufs/ufs/ufs_extern.h 1.148 +2 -2 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 4:11:29 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id B072337B400; Tue, 14 May 2002 04:11:21 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4EBAgHA030501; Tue, 14 May 2002 13:10:42 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/coda coda_vnops.c src/sys/fs/msdosfs msdosfs_vnops.c src/sys/fs/udf udf_vnops.c src/sys/kern vfs_cluster.c vnode_if.src src/sys/sys bio.h buf.h types.h src/sys/ufs/ufs ufs_bmap.c ufs_extern.h src/sys/vm vnode_pager.c In-Reply-To: Your message of "Tue, 14 May 2002 04:09:44 PDT." <200205141109.g4EB9ii29547@freefall.freebsd.org> Date: Tue, 14 May 2002 13:10:42 +0200 Message-ID: <30500.1021374642@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Needless to say, this carries some amount of risk, should somebody have used sloppy typing somewhere. Be careful. Poul-Henning In message <200205141109.g4EB9ii29547@freefall.freebsd.org>, Poul-Henning Kamp writes: >phk 2002/05/14 04:09:43 PDT > > Modified files: > sys/coda coda_vnops.c > sys/fs/msdosfs msdosfs_vnops.c > sys/fs/udf udf_vnops.c > sys/kern vfs_cluster.c vnode_if.src > sys/sys bio.h buf.h types.h > sys/ufs/ufs ufs_bmap.c ufs_extern.h > sys/vm vnode_pager.c > Log: > Make daddr_t and u_daddr_t 64bits wide. > Retire daddr64_t and use daddr_t instead. > > Sponsored by: DARPA & NAI Labs. > > Revision Changes Path > 1.41 +1 -1 src/sys/coda/coda_vnops.c > 1.120 +2 -2 src/sys/fs/msdosfs/msdosfs_vnops.c > 1.6 +5 -5 src/sys/fs/udf/udf_vnops.c > 1.119 +3 -3 src/sys/kern/vfs_cluster.c > 1.48 +2 -2 src/sys/kern/vnode_if.src > 1.115 +3 -3 src/sys/sys/bio.h > 1.134 +2 -2 src/sys/sys/buf.h > 1.61 +2 -3 src/sys/sys/types.h > 1.50 +2 -2 src/sys/ufs/ufs/ufs_bmap.c > 1.40 +1 -1 src/sys/ufs/ufs/ufs_extern.h > 1.148 +2 -2 src/sys/vm/vnode_pager.c > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 4:21: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCA2437B40C; Tue, 14 May 2002 04:20:59 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EBKxw30891; Tue, 14 May 2002 04:20:59 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205141120.g4EBKxw30891@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 14 May 2002 04:20:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/socat Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/14 04:20:59 PDT Modified files: net Makefile Added files: net/socat Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add socat 1.0.4.2 A relay for bidirectional data transfer between two indep. data channels Revision Changes Path 1.757 +1 -0 ports/net/Makefile 1.1 +20 -0 ports/net/socat/Makefile (new) 1.1 +1 -0 ports/net/socat/distinfo (new) 1.1 +1 -0 ports/net/socat/pkg-comment (new) 1.1 +13 -0 ports/net/socat/pkg-descr (new) 1.1 +3 -0 ports/net/socat/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 4:21: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 077EC37B40F; Tue, 14 May 2002 04:21:02 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EBL2b30933; Tue, 14 May 2002 04:21:02 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205141121.g4EBL2b30933@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 14 May 2002 04:21:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/14 04:21:01 PDT Modified files: . modules Log: socat --> ports/net/socat Revision Changes Path 1.5105 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 4:37:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7677B37B400; Tue, 14 May 2002 04:37:10 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EBbAd31921; Tue, 14 May 2002 04:37:10 -0700 (PDT) (envelope-from ru) Message-Id: <200205141137.g4EBbAd31921@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 May 2002 04:37:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/librpcsvc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/14 04:37:10 PDT Modified files: lib/librpcsvc Makefile Log: New cpp(1) doesn't like -I${DESTDIR}/usr/include. Revision Changes Path 1.16 +1 -1 src/lib/librpcsvc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 4:41:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C51A37B407; Tue, 14 May 2002 04:41:23 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EBfNW32295; Tue, 14 May 2002 04:41:23 -0700 (PDT) (envelope-from ru) Message-Id: <200205141141.g4EBfNW32295@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 May 2002 04:41:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libbz2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/14 04:41:23 PDT Modified files: lib/libbz2 Makefile Log: I somehow managed to forgot to commit this in my INCS sweep. We don't need the `beforeinstall' here, INCS handles this. Revision Changes Path 1.3 +1 -5 src/lib/libbz2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 4:42: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 9CE3637B400; Tue, 14 May 2002 04:41:59 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BB12A535E; Tue, 14 May 2002 13:41:57 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c References: <200205122043.g4CKhod56192@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 14 May 2002 13:41:57 +0200 In-Reply-To: <200205122043.g4CKhod56192@freefall.freebsd.org> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Luigi Rizzo writes: > Minor cleanup of the code, in some places moving the indentation to 4 > spaces because the code was becoming too deep. Eventually, in a > separate commit, I will move the whole file to 4 space indent. Please don't. Reorganize the code instead. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 4:44:22 2002 Delivered-To: cvs-all@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.19.129.142]) by hub.freebsd.org (Postfix) with ESMTP id EE98337B406; Tue, 14 May 2002 04:44:14 -0700 (PDT) Received: by relay.butya.kz (Postfix, from userid 1000) id 1389328872; Tue, 14 May 2002 18:44:04 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 09864287B8; Tue, 14 May 2002 18:44:04 +0700 (ALMST) Date: Tue, 14 May 2002 18:44:03 +0700 (ALMST) From: Boris Popov To: Bill Fumerola Cc: John Hay , Poul-Henning Kamp , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: <20020513203245.GO11262@elvis.mu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 13 May 2002, Bill Fumerola wrote: > On Mon, May 13, 2002 at 01:43:53PM +0200, John Hay wrote: > > > Would one still be able to add or remove a single rule then? That is > > a very usefull feature for me. > > sure, you just have to recompile... Neat. But will it save value of counters in the rules which are not changed ? -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 4:45:29 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5FF5337B400; Tue, 14 May 2002 04:45:23 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 776A5535E; Tue, 14 May 2002 13:45:21 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Giorgos Keramidas Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml References: <200205122314.g4CNE4579004@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 14 May 2002 13:45:20 +0200 In-Reply-To: <200205122314.g4CNE4579004@freefall.freebsd.org> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Giorgos Keramidas writes: > Log: > Document the fact that .cvspass might have to be created (as > an empty file) before 'cvs login' works. Isn't that a bug in CVS that should (and could trivially) be fixed? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 4:53:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F189337B403; Tue, 14 May 2002 04:53:20 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EBrKJ33313; Tue, 14 May 2002 04:53:20 -0700 (PDT) (envelope-from jedgar) Message-Id: <200205141153.g4EBrKJ33313@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 14 May 2002 04:53:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/gnokii Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2002/05/14 04:53:20 PDT Modified files: comms/gnokii Makefile Log: Mark FORBIDDEN due to security hole: http://www.gnokii.org/news.shtml Revision Changes Path 1.11 +2 -0 ports/comms/gnokii/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5: 7:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2421D37B405; Tue, 14 May 2002 05:07:30 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EC7UA38128; Tue, 14 May 2002 05:07:30 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205141207.g4EC7UA38128@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 14 May 2002 05:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/p5-PDFLib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/14 05:07:30 PDT Modified files: print/p5-PDFLib Makefile Log: add build-depnd to pdflib PR: 38067 Submitted by: Alex Kapranoff Revision Changes Path 1.2 +2 -1 ports/print/p5-PDFLib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5: 7:55 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 3120F37B400; Tue, 14 May 2002 05:07:47 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4EC6aHA031039; Tue, 14 May 2002 14:06:37 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Boris Popov Cc: Bill Fumerola , John Hay , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: Your message of "Tue, 14 May 2002 18:44:03 +0700." Date: Tue, 14 May 2002 14:06:36 +0200 Message-ID: <31038.1021377996@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , Boris Popo v writes: >On Mon, 13 May 2002, Bill Fumerola wrote: > >> On Mon, May 13, 2002 at 01:43:53PM +0200, John Hay wrote: >> >> > Would one still be able to add or remove a single rule then? That is >> > a very usefull feature for me. >> >> sure, you just have to recompile... > > Neat. But will it save value of counters in the rules which are >not changed ? I could if we think that is valuable. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5:28:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 4303037B405; Tue, 14 May 2002 05:28:36 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 177bPi-0000Vl-00; Tue, 14 May 2002 19:28:22 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 177bPi-0000VV-00; Tue, 14 May 2002 19:28:22 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4ECSh693593; Tue, 14 May 2002 19:28:43 +0700 (NOVST) (envelope-from danfe) Date: Tue, 14 May 2002 19:28:43 +0700 From: Alexey Dokuchaev To: Dag-Erling Smorgrav Cc: Giorgos Keramidas , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Message-ID: <20020514192843.A92939@regency.nsu.ru> References: <200205122314.g4CNE4579004@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from des@ofug.org on Tue, May 14, 2002 at 01:45:20PM +0200 X-Envelope-To: cvs-all@freebsd.org, cvs-committers@freebsd.org, keramida@freebsd.org, des@ofug.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, May 14, 2002 at 01:45:20PM +0200, Dag-Erling Smorgrav wrote: > Giorgos Keramidas writes: > > Log: > > Document the fact that .cvspass might have to be created (as > > an empty file) before 'cvs login' works. > > Isn't that a bug in CVS that should (and could trivially) be fixed? AFAIK, it's already been fixed in CVS development branch. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5:29:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FF6E37B414; Tue, 14 May 2002 05:29:35 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ECTZq39784; Tue, 14 May 2002 05:29:35 -0700 (PDT) (envelope-from nyan) Message-Id: <200205141229.g4ECTZq39784@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 14 May 2002 05:29:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 syscons.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/05/14 05:29:35 PDT Modified files: sys/pc98/pc98 syscons.c Log: Merged from sys/dev/syscons/syscons.c revision 1.384 Revision Changes Path 1.174 +2 -1 src/sys/pc98/pc98/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5:31: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 810F537B40A; Tue, 14 May 2002 05:30:54 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ECUrl40085; Tue, 14 May 2002 05:30:53 -0700 (PDT) (envelope-from nyan) Message-Id: <200205141230.g4ECUrl40085@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 14 May 2002 05:30:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/05/14 05:30:53 PDT Modified files: sys/pc98/pc98 fd.c Log: Merged from sys/isa/fd.c revisions from 1.229 to 1.232. Revision Changes Path 1.118 +65 -18 src/sys/pc98/pc98/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5:31:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33B6237B404; Tue, 14 May 2002 05:31:48 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ECVmg40719; Tue, 14 May 2002 05:31:48 -0700 (PDT) (envelope-from nyan) Message-Id: <200205141231.g4ECVmg40719@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 14 May 2002 05:31:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/05/14 05:31:48 PDT Modified files: sys/pc98/i386 machdep.c Log: MFi386: revision 1.519 Revision Changes Path 1.280 +1 -1 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5:32:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C66E137B400; Tue, 14 May 2002 05:32:41 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ECWfG40783; Tue, 14 May 2002 05:32:41 -0700 (PDT) (envelope-from brian) Message-Id: <200205141232.g4ECWfG40783@freefall.freebsd.org> From: Brian Somers Date: Tue, 14 May 2002 05:32:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c ng_pppoe.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/14 05:32:41 PDT Modified files: sys/netgraph ng_pppoe.c ng_pppoe.h Log: Add a NGM_PPPOE_SESSIONID message to the ng_pppoe node. This message is sent to the control socket when the SessionID is established. Approved by: archie (after a very cursory glance) Revision Changes Path 1.50 +19 -0 src/sys/netgraph/ng_pppoe.c 1.14 +2 -1 src/sys/netgraph/ng_pppoe.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5:33: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BE3837B401; Tue, 14 May 2002 05:33:01 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ECX1640826; Tue, 14 May 2002 05:33:01 -0700 (PDT) (envelope-from nyan) Message-Id: <200205141233.g4ECX1640826@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 14 May 2002 05:33:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98 Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/05/14 05:33:01 PDT Modified files: sys/boot/pc98 Makefile.inc Log: Add -ffreestanding to CFLAGS. Revision Changes Path 1.3 +2 -2 src/sys/boot/pc98/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5:33:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF60837B404; Tue, 14 May 2002 05:33:40 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ECXeW40900; Tue, 14 May 2002 05:33:40 -0700 (PDT) (envelope-from brian) Message-Id: <200205141233.g4ECXeW40900@freefall.freebsd.org> From: Brian Somers Date: Tue, 14 May 2002 05:33:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/pppoed pppoed.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/14 05:33:40 PDT Modified files: libexec/pppoed pppoed.c Log: Understand the new NGM_PPPOE_SESSIONID message and set SESSIONID in the environment to it's value. Approved by: archie (after a very cursory glance) Revision Changes Path 1.22 +9 -2 src/libexec/pppoed/pppoed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5:34:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D58E637B401; Tue, 14 May 2002 05:34:03 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ECY3a40960; Tue, 14 May 2002 05:34:03 -0700 (PDT) (envelope-from nyan) Message-Id: <200205141234.g4ECY3a40960@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 14 May 2002 05:34:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/boot2 Makefile asm.h boot.h disk.c io.c start.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/05/14 05:34:03 PDT Modified files: sys/boot/pc98/boot2 Makefile asm.h boot.h disk.c io.c start.S Log: Fixed to build for GCC 3.1 Revision Changes Path 1.8 +1 -3 src/sys/boot/pc98/boot2/Makefile 1.4 +11 -11 src/sys/boot/pc98/boot2/asm.h 1.3 +1 -0 src/sys/boot/pc98/boot2/boot.h 1.5 +3 -3 src/sys/boot/pc98/boot2/disk.c 1.4 +2 -2 src/sys/boot/pc98/boot2/io.c 1.5 +2 -2 src/sys/boot/pc98/boot2/start.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 5:56: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E40237B404; Tue, 14 May 2002 05:55:50 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ECtnV44634; Tue, 14 May 2002 05:55:49 -0700 (PDT) (envelope-from brian) Message-Id: <200205141255.g4ECtnV44634@freefall.freebsd.org> From: Brian Somers Date: Tue, 14 May 2002 05:55:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp atm.c auth.c cbcp.c ccp.c chap.c chat.c command.c datalink.c deflate.c defs.c ether.c exec.c filter.c fsm.c i4b.c iface.c ip.c lcp.c lqr.c main.c mp.c mppe.c ncp.c ncpaddr.c netgraph.c pap.c physical.c physical.h prompt.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/14 05:55:49 PDT Modified files: usr.sbin/ppp atm.c auth.c cbcp.c ccp.c chap.c chat.c command.c datalink.c deflate.c defs.c ether.c exec.c filter.c fsm.c i4b.c iface.c ip.c lcp.c lqr.c main.c mp.c mppe.c ncp.c ncpaddr.c netgraph.c pap.c physical.c physical.h prompt.c radius.c route.c server.c sig.c slcompress.c systems.c tcp.c tcpmss.c timer.c tty.c tun.c udp.c vjcomp.c Log: o Clean up some #includes o Bump version number to 3.0.4 o When talking to a RADIUS server, provide a NAS-Port-Type. When the NAS-Port-Type is Ethernet, provide a NAS-Port value equal to the SESSIONID from the environment in direct mode or the NGM_PPPOE_SESSIONID message in other modes. If no SESSIONID is found, default to the interface index in client mode or zero in server mode. When the NAS-Port-Type is ISDN, set the NAS-Port to the minor number of the physical device (ie, the N in /dev/i4brbchN). This makes it easier for the RADIUS server to identify the client WRT accounting data etc. Prompted by: lsz8425 Revision Changes Path 1.8 +1 -0 src/usr.sbin/ppp/atm.c 1.55 +0 -1 src/usr.sbin/ppp/auth.c 1.21 +4 -1 src/usr.sbin/ppp/cbcp.c 1.72 +0 -1 src/usr.sbin/ppp/ccp.c 1.78 +0 -1 src/usr.sbin/ppp/chap.c 1.77 +0 -1 src/usr.sbin/ppp/chat.c 1.286 +1 -2 src/usr.sbin/ppp/command.c 1.71 +0 -1 src/usr.sbin/ppp/datalink.c 1.24 +0 -5 src/usr.sbin/ppp/deflate.c 1.47 +0 -1 src/usr.sbin/ppp/defs.c 1.25 +43 -4 src/usr.sbin/ppp/ether.c 1.28 +1 -0 src/usr.sbin/ppp/exec.c 1.50 +2 -4 src/usr.sbin/ppp/filter.c 1.65 +0 -1 src/usr.sbin/ppp/fsm.c 1.14 +14 -1 src/usr.sbin/ppp/i4b.c 1.32 +0 -2 src/usr.sbin/ppp/iface.c 1.98 +1 -3 src/usr.sbin/ppp/ip.c 1.103 +0 -1 src/usr.sbin/ppp/lcp.c 1.44 +4 -0 src/usr.sbin/ppp/lqr.c 1.187 +0 -2 src/usr.sbin/ppp/main.c 1.52 +0 -1 src/usr.sbin/ppp/mp.c 1.21 +0 -6 src/usr.sbin/ppp/mppe.c 1.4 +1 -15 src/usr.sbin/ppp/ncp.c 1.7 +0 -10 src/usr.sbin/ppp/ncpaddr.c 1.3 +1 -0 src/usr.sbin/ppp/netgraph.c 1.48 +0 -1 src/usr.sbin/ppp/pap.c 1.49 +9 -4 src/usr.sbin/ppp/physical.c 1.26 +2 -0 src/usr.sbin/ppp/physical.h 1.27 +1 -2 src/usr.sbin/ppp/prompt.c 1.26 +49 -43 src/usr.sbin/ppp/radius.c 1.89 +12 -13 src/usr.sbin/ppp/route.c 1.41 +0 -2 src/usr.sbin/ppp/server.c 1.17 +1 -3 src/usr.sbin/ppp/sig.c 1.34 +1 -2 src/usr.sbin/ppp/slcompress.c 1.67 +0 -1 src/usr.sbin/ppp/systems.c 1.17 +1 -0 src/usr.sbin/ppp/tcp.c 1.5 +1 -2 src/usr.sbin/ppp/tcpmss.c 1.43 +1 -2 src/usr.sbin/ppp/timer.c 1.29 +20 -1 src/usr.sbin/ppp/tty.c 1.27 +0 -1 src/usr.sbin/ppp/tun.c 1.18 +1 -0 src/usr.sbin/ppp/udp.c 1.39 +0 -1 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 6:15:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD1FB37B400; Tue, 14 May 2002 06:15:20 -0700 (PDT) Received: (from netchild@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EDFKX52665; Tue, 14 May 2002 06:15:20 -0700 (PDT) (envelope-from netchild) Message-Id: <200205141315.g4EDFKX52665@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 14 May 2002 06:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/05/14 06:15:20 PDT Modified files: lang/icc Makefile pkg-plist Log: 1) Document some steps in the targets of the Makefile. 2) icc is now able to link native binaries, at least a simple test case (a little bit more than a "Hello World!") runs fine. Our native ld is used here, so don't expect "-ipo" to work. Major parts of 2) are Submitted by: Dan Nelson Revision Changes Path 1.7 +16 -3 ports/lang/icc/Makefile 1.3 +3 -0 ports/lang/icc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 6:17:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0DB537B406; Tue, 14 May 2002 06:17:06 -0700 (PDT) Received: (from netchild@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EDH6q53061; Tue, 14 May 2002 06:17:06 -0700 (PDT) (envelope-from netchild) Message-Id: <200205141317.g4EDH6q53061@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 14 May 2002 06:17:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc/files ld X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/05/14 06:17:06 PDT Added files: lang/icc/files ld Log: Wrapper script for ld, needed to link native binaries. Revision Changes Path 1.1 +65 -0 ports/lang/icc/files/ld (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 6:21: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 89FB437B401; Tue, 14 May 2002 06:21:03 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4EDL2fK087406; Tue, 14 May 2002 14:21:02 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4EDL0EL003263; Tue, 14 May 2002 14:21:01 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205141321.g4EDL0EL003263@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Luigi Rizzo Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c In-Reply-To: Message from Dag-Erling Smorgrav of "14 May 2002 13:41:57 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 May 2002 14:21:00 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Luigi Rizzo writes: > > Minor cleanup of the code, in some places moving the indentation to 4 > > spaces because the code was becoming too deep. Eventually, in a > > separate commit, I will move the whole file to 4 space indent. > > Please don't. Reorganize the code instead. Agreed. As the file has been style(9)ified, it's a regression to switch back to 4 spaces. Liking style(9) or not isn't really an issue. > DES > -- > Dag-Erling Smorgrav - des@ofug.org -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 6:24: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from gate.qubesoft.com (gate.qubesoft.com [212.113.16.243]) by hub.freebsd.org (Postfix) with ESMTP id F0BF237B407; Tue, 14 May 2002 06:24:00 -0700 (PDT) Received: from bluebottle.qubesoft.com (bluebottle [192.168.1.2]) by gate.qubesoft.com (8.11.6/8.11.3) with ESMTP id g4EDNsZ57864; Tue, 14 May 2002 14:23:54 +0100 (BST) (envelope-from dfr@nlsystems.com) Received: from doug02.qubesoft.com (doug02.qubesoft.com [192.168.1.4]) by bluebottle.qubesoft.com (8.11.4/8.11.4) with ESMTP id g4EDNrS18144; Tue, 14 May 2002 14:23:54 +0100 (BST) (envelope-from dfr@nlsystems.com) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_fw.c Date: Tue, 14 May 2002 14:23:52 +0100 User-Agent: KMail/1.4.1 References: <200205122043.g4CKhod56192@freefall.freebsd.org> In-Reply-To: <200205122043.g4CKhod56192@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200205141423.52986.dfr@nlsystems.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 12 May 2002 9:43 pm, Luigi Rizzo wrote: > luigi 2002/05/12 13:43:50 PDT > > Minor cleanup of the code, in some places moving the indentation to 4 > spaces because the code was becoming too deep. Eventually, in a > separate commit, I will move the whole file to 4 space indent. Please back this out. All kernel code should at least attempt to conform to style(9) and this change gratuitously moves away from that standard. I don't care about anyone's personal preferences here, we are trying to keep as much kernel code as possible working to a given style. If a function is indented so deeply that it can't be represented in 80 columns, then it seriously needs re-working, IMHO. By the way, for my own personal code, I don't particularly like the 8 space indent and I am also guilty of commiting code with 4 space indents (all of which is now re-formatted, I think). Again, this is not about personal preferences, its about project-wide style. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 6:30:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEC7637B401; Tue, 14 May 2002 06:30:45 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EDUjr58933; Tue, 14 May 2002 06:30:45 -0700 (PDT) (envelope-from ru) Message-Id: <200205141330.g4EDUjr58933@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 May 2002 06:30:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/boot1 sys.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/14 06:30:45 PDT Modified files: sys/boot/alpha/boot1 sys.c Log: Even more BBSIZE related breakage. Revision Changes Path 1.7 +1 -0 src/sys/boot/alpha/boot1/sys.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 6:32:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1253D37B40A; Tue, 14 May 2002 06:32:30 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EDWUG59102; Tue, 14 May 2002 06:32:30 -0700 (PDT) (envelope-from brian) Message-Id: <200205141332.g4EDWUG59102@freefall.freebsd.org> From: Brian Somers Date: Tue, 14 May 2002 06:32:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp cbcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/14 06:32:30 PDT Modified files: usr.sbin/ppp cbcp.c Log: Avoid a rather bizarre warning from gcc 3.1: /usr/src/usr.sbin/ppp/cbcp.c:566:61: warning: trigraph ??! ignored Revision Changes Path 1.22 +1 -1 src/usr.sbin/ppp/cbcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 6:41:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F195637B400; Tue, 14 May 2002 06:41:18 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EDfIQ59803; Tue, 14 May 2002 06:41:18 -0700 (PDT) (envelope-from ru) Message-Id: <200205141341.g4EDfIQ59803@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 May 2002 06:41:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/14 06:41:18 PDT Modified files: release Makefile Log: GC now redundant BOOTSTRAPUTILS stuff. Revision Changes Path 1.677 +2 -21 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 6:45:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87EFC37B401; Tue, 14 May 2002 06:45:50 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EDjou60085; Tue, 14 May 2002 06:45:50 -0700 (PDT) (envelope-from ru) Message-Id: <200205141345.g4EDjou60085@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 May 2002 06:45:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/14 06:45:50 PDT Modified files: release Makefile Log: Make sure the first ${CHROOTDIR} installworld is done for the correct arch. This makes "make release TARGET_ARCH=foo" really work. (I only tested with "make rerelease" before to save some time and did not notice the problem.) Revision Changes Path 1.678 +4 -3 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 6:46:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB08637B409; Tue, 14 May 2002 06:46:23 -0700 (PDT) Received: (from netchild@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EDkNH60121; Tue, 14 May 2002 06:46:23 -0700 (PDT) (envelope-from netchild) Message-Id: <200205141346.g4EDkNH60121@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 14 May 2002 06:46:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc/files ld X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/05/14 06:46:23 PDT Modified files: lang/icc/files ld Log: Oops, last commit was an old version, this one is at least able to link build the LAME port with make CC=icc CFLAGS="-tpp6 -DNDEBUG" No port revision bump because of the short timeframe... Revision Changes Path 1.2 +3 -2 ports/lang/icc/files/ld To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 6:59:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5297937B407; Tue, 14 May 2002 06:59:34 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EDxYw61024; Tue, 14 May 2002 06:59:34 -0700 (PDT) (envelope-from ru) Message-Id: <200205141359.g4EDxYw61024@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 May 2002 06:59:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile src/share/man/man7 release.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/14 06:59:34 PDT Modified files: release Makefile share/man/man7 release.7 Log: Split release.2 into two stages. release.2 now install the base dist, while release.3 makes and installs crypto, krb4, and krb5 dists. This makes release.3 restartable (with "make rerelease"). Revision Changes Path 1.679 +27 -23 src/release/Makefile 1.10 +17 -10 src/share/man/man7/release.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 7:30:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E5AA37B400; Tue, 14 May 2002 07:30:49 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EEUmK70769; Tue, 14 May 2002 07:30:49 -0700 (PDT) (envelope-from keramida) Message-Id: <200205141430.g4EEUmK70769@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 14 May 2002 07:30:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 make.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/14 07:30:48 PDT Modified files: share/man/man5 make.conf.5 Log: Grammar fix: cause -> causes. PR: docs/38059 Submitted by: Chris Pepper Revision Changes Path 1.45 +1 -1 src/share/man/man5/make.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 7:31:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DB1B37B40C; Tue, 14 May 2002 07:31:16 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EEVGd70912; Tue, 14 May 2002 07:31:16 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200205141431.g4EEVGd70912@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 14 May 2002 07:31:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc pci_vendors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2002/05/14 07:31:16 PDT Modified files: share/misc pci_vendors Log: Regen: * Hart: rev 298 of pcidevs.txt (2002-05-10) * Boemler: vendors.txt (2002-05-07) Revision Changes Path 1.16 +47 -17 src/share/misc/pci_vendors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 7:32:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E19237B407; Tue, 14 May 2002 07:32:33 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EEWX573528; Tue, 14 May 2002 07:32:33 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205141432.g4EEWX573528@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 14 May 2002 07:32:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomepanel/files patch-applets::gen_util::clock.c patch-config.h.in patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/14 07:32:33 PDT Modified files: x11/gnomepanel/files patch-configure Added files: x11/gnomepanel/files patch-applets::gen_util::clock.c patch-config.h.in Log: Fix on systems without langinfo.h header. Submitted by: bento Revision Changes Path 1.1 +27 -0 ports/x11/gnomepanel/files/patch-applets::gen_util::clock.c (new) 1.1 +14 -0 ports/x11/gnomepanel/files/patch-config.h.in (new) 1.2 +14 -2 ports/x11/gnomepanel/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 7:36:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32C8337B403; Tue, 14 May 2002 07:36:10 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EEa9375252; Tue, 14 May 2002 07:36:10 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205141436.g4EEa9375252@freefall.freebsd.org> From: Robert Watson Date: Tue, 14 May 2002 07:36:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys kernel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/14 07:36:09 PDT Modified files: sys/sys kernel.h Log: Strategic diff reduction against TrustedBSD MAC branch: introduce an additional system boot ordering entry, SI_SUB_MAC_LATE, which occurs after all MAC policies have been initialized, permitting the MAC subsystem to take action once all "early loaded" modules are in place. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.104 +1 -0 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 7:57:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 58EA037B405; Tue, 14 May 2002 07:57:54 -0700 (PDT) Received: from hades.hell.gr (patr530-b215.otenet.gr [212.205.244.223]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4EEvo1b021022; Tue, 14 May 2002 17:57:51 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4EEvq81005011; Tue, 14 May 2002 17:57:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4EEvpuJ005006; Tue, 14 May 2002 17:57:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 14 May 2002 17:57:50 +0300 From: Giorgos Keramidas To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Message-ID: <20020514145750.GB4450@hades.hell.gr> References: <200205122314.g4CNE4579004@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-05-14 13:45, Dag-Erling Smorgrav wrote: > Giorgos Keramidas writes: > > Log: > > Document the fact that .cvspass might have to be created (as > > an empty file) before 'cvs login' works. > > Isn't that a bug in CVS that should (and could trivially) be fixed? Probably. For the moment, I'm documenting the following behavior I have seen on a CURRENT system last updated on April 25. Note the marked lines: hades+charon:/tmp$ export CVSROOT=:pserver:anoncvs@anoncvs.xfree86.org:/cvs hades+charon:/tmp$ ls -l ~/.cvspass ls: /home/charon/.cvspass: No such file or directory hades+charon:/tmp$ cvs login Logging in to :pserver:anoncvs@anoncvs.xfree86.org:2401/cvs CVS password: 1 cvs login: failed to open /home/charon/.cvspass for reading: No such file or directory cvs [login aborted]: fatal error: exiting hades+charon:/tmp$ touch ~/.cvspass hades+charon:/tmp$ cvs login Logging in to :pserver:anoncvs@anoncvs.xfree86.org:2401/cvs CVS password: 2 hades+charon:/tmp$ In the second attempt, just touching ~/.cvspass fixed things! I'll check the development sources of CVS to see if they have this fixed in their tree, and report it as a problem. When it's solved, and we have that version imported we can kill the added note :) -- Giorgos Keramidas - http://www.FreeBSD.org keramida@FreeBSD.org - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 8:27:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90AFD37B40E; Tue, 14 May 2002 08:27:15 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EFRF885704; Tue, 14 May 2002 08:27:15 -0700 (PDT) (envelope-from ru) Message-Id: <200205141527.g4EFRF885704@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 14 May 2002 08:27:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/lib/libasn1 Makefile src/kerberos5/lib/libhdb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/14 08:27:13 PDT Modified files: kerberos5/lib/libasn1 Makefile kerberos5/lib/libhdb Makefile Log: Make this -j safe. Revision Changes Path 1.15 +1 -0 src/kerberos5/lib/libasn1/Makefile 1.8 +1 -0 src/kerberos5/lib/libhdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 8:45:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5346A37B400; Tue, 14 May 2002 08:45:54 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EFjsB87100; Tue, 14 May 2002 08:45:54 -0700 (PDT) (envelope-from marcus) Message-Id: <200205141545.g4EFjsB87100@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 08:45:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomesystemmonitor Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/gnomesystemmonitor/files patch-ad patch-configure patch-src_util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 08:45:53 PDT Modified files: sysutils/gnomesystemmonitor Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: sysutils/gnomesystemmonitor/files patch-configure patch-src_util.c Removed files: sysutils/gnomesystemmonitor/files patch-ad Log: Add gnomesystemmonitor after repo copy from gtop. This is the GNOME 2.0 graphical version of top. Revision Changes Path 1.31 +17 -13 ports/sysutils/gnomesystemmonitor/Makefile 1.14 +1 -1 ports/sysutils/gnomesystemmonitor/distinfo 1.5 +0 -32 ports/sysutils/gnomesystemmonitor/files/patch-ad (dead) 1.1 +11 -0 ports/sysutils/gnomesystemmonitor/files/patch-configure (new) 1.1 +10 -0 ports/sysutils/gnomesystemmonitor/files/patch-src_util.c (new) 1.2 +1 -1 ports/sysutils/gnomesystemmonitor/pkg-comment 1.2 +1 -1 ports/sysutils/gnomesystemmonitor/pkg-descr 1.13 +59 -45 ports/sysutils/gnomesystemmonitor/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 8:46:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80AA237B408; Tue, 14 May 2002 08:46:19 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EFkJ587176; Tue, 14 May 2002 08:46:19 -0700 (PDT) (envelope-from marcus) Message-Id: <200205141546.g4EFkJ587176@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 08:46:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 08:46:19 PDT Modified files: . modules Log: gnomesystemmonitor --> ports/sysutils/gnomesystemmonitor Revision Changes Path 1.5106 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 8:47:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CB0737B403; Tue, 14 May 2002 08:47:15 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EFlFJ87321; Tue, 14 May 2002 08:47:15 -0700 (PDT) (envelope-from marcus) Message-Id: <200205141547.g4EFlFJ87321@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 08:47:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 08:47:15 PDT Modified files: sysutils Makefile Log: Add gnomesystemmonitor. Revision Changes Path 1.259 +1 -0 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 8:52:13 2002 Delivered-To: cvs-all@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 159D237B404; Tue, 14 May 2002 08:52:08 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id IAA09375; Tue, 14 May 2002 08:55:49 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id IAA09368; Tue, 14 May 2002 08:55:44 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 14 May 2002 08:55:43 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Maxim Sobolev Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/micq Makefile distinfo pkg-plist ports/net/micq/files patch-ac patch-lang::ru.i18n patch-src::icq_response.c patch-src::util.c In-Reply-To: <200205140757.g4E7vMM95825@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 May 2002, Maxim Sobolev wrote: # sobomax 2002/05/14 00:57:22 PDT # # Modified files: # net/micq Makefile distinfo pkg-plist # net/micq/files patch-ac patch-lang::ru.i18n # patch-src::icq_response.c # patch-src::util.c # Log: # Update to 0.4.8pl9. # # PR: 37950 # Submitted by: Hiroo ONO This appears to take care of PR ports/37289 also. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 8:57: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE26137B400; Tue, 14 May 2002 08:56:55 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EFut188164; Tue, 14 May 2002 08:56:55 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200205141556.g4EFut188164@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 14 May 2002 08:56:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc pci_vendors X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2002/05/14 08:56:55 PDT Modified files: (Branch: RELENG_4) share/misc pci_vendors Log: MFC rev 1.16: regen Approved by: re Revision Changes Path 1.6.2.10 +47 -17 src/share/misc/pci_vendors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 9: 7:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FD2337B405; Tue, 14 May 2002 09:06:53 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EG6ra92964; Tue, 14 May 2002 09:06:53 -0700 (PDT) (envelope-from markm) Message-Id: <200205141606.g4EG6ra92964@freefall.freebsd.org> From: Mark Murray Date: Tue, 14 May 2002 09:06:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypto/man - Imported sources X-FreeBSD-CVS-Branch: FREEBSD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/14 09:06:53 PDT src/secure/lib/libcrypto/man - Imported sources Update of /home/ncvs/src/secure/lib/libcrypto/man In directory freefall.freebsd.org:/c/tmp/cvs-serv85738 Log Message: As the perl-generated assembler files have been committed, add the perl-generated (.pod) manual pages too. This is another nail in the perl5 coffin (for base perl, not the port or the language in general). Status: Vendor Tag: FREEBSD Release Tags: v_2002_05_14 N src/secure/lib/libcrypto/man/CA.pl.1 N src/secure/lib/libcrypto/man/asn1parse.1 N src/secure/lib/libcrypto/man/ca.1 N src/secure/lib/libcrypto/man/ciphers.1 N src/secure/lib/libcrypto/man/config.1 N src/secure/lib/libcrypto/man/crl.1 N src/secure/lib/libcrypto/man/crl2pkcs7.1 N src/secure/lib/libcrypto/man/dgst.1 N src/secure/lib/libcrypto/man/dhparam.1 N src/secure/lib/libcrypto/man/dsa.1 N src/secure/lib/libcrypto/man/dsaparam.1 N src/secure/lib/libcrypto/man/enc.1 N src/secure/lib/libcrypto/man/gendsa.1 N src/secure/lib/libcrypto/man/genrsa.1 N src/secure/lib/libcrypto/man/nseq.1 N src/secure/lib/libcrypto/man/openssl.1 N src/secure/lib/libcrypto/man/passwd.1 N src/secure/lib/libcrypto/man/pkcs7.1 N src/secure/lib/libcrypto/man/pkcs12.1 N src/secure/lib/libcrypto/man/pkcs8.1 N src/secure/lib/libcrypto/man/rand.1 N src/secure/lib/libcrypto/man/req.1 N src/secure/lib/libcrypto/man/rsa.1 N src/secure/lib/libcrypto/man/rsautl.1 N src/secure/lib/libcrypto/man/s_client.1 N src/secure/lib/libcrypto/man/smime.1 N src/secure/lib/libcrypto/man/s_server.1 N src/secure/lib/libcrypto/man/sess_id.1 N src/secure/lib/libcrypto/man/speed.1 N src/secure/lib/libcrypto/man/spkac.1 N src/secure/lib/libcrypto/man/verify.1 N src/secure/lib/libcrypto/man/version.1 N src/secure/lib/libcrypto/man/x509.1 N src/secure/lib/libcrypto/man/BIO_ctrl.3 N src/secure/lib/libcrypto/man/BIO_f_base64.3 N src/secure/lib/libcrypto/man/BIO_f_buffer.3 N src/secure/lib/libcrypto/man/BIO_f_cipher.3 N src/secure/lib/libcrypto/man/BIO_f_md.3 N src/secure/lib/libcrypto/man/BIO_f_null.3 N src/secure/lib/libcrypto/man/BIO_f_ssl.3 N src/secure/lib/libcrypto/man/BIO_find_type.3 N src/secure/lib/libcrypto/man/BIO_new.3 N src/secure/lib/libcrypto/man/BIO_new_bio_pair.3 N src/secure/lib/libcrypto/man/BIO_push.3 N src/secure/lib/libcrypto/man/BIO_read.3 N src/secure/lib/libcrypto/man/BIO_s_accept.3 N src/secure/lib/libcrypto/man/BIO_s_bio.3 N src/secure/lib/libcrypto/man/BIO_s_connect.3 N src/secure/lib/libcrypto/man/BIO_s_fd.3 N src/secure/lib/libcrypto/man/BIO_s_file.3 N src/secure/lib/libcrypto/man/BIO_s_mem.3 N src/secure/lib/libcrypto/man/BIO_s_null.3 N src/secure/lib/libcrypto/man/BIO_s_socket.3 N src/secure/lib/libcrypto/man/BIO_set_callback.3 N src/secure/lib/libcrypto/man/BIO_should_retry.3 N src/secure/lib/libcrypto/man/BN_CTX_new.3 N src/secure/lib/libcrypto/man/BN_CTX_start.3 N src/secure/lib/libcrypto/man/BN_add.3 N src/secure/lib/libcrypto/man/BN_add_word.3 N src/secure/lib/libcrypto/man/BN_bn2bin.3 N src/secure/lib/libcrypto/man/BN_cmp.3 N src/secure/lib/libcrypto/man/BN_copy.3 N src/secure/lib/libcrypto/man/BN_new.3 N src/secure/lib/libcrypto/man/BN_generate_prime.3 N src/secure/lib/libcrypto/man/BN_mod_inverse.3 N src/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3 N src/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3 N src/secure/lib/libcrypto/man/BN_num_bytes.3 N src/secure/lib/libcrypto/man/BN_rand.3 N src/secure/lib/libcrypto/man/BN_set_bit.3 N src/secure/lib/libcrypto/man/BN_zero.3 N src/secure/lib/libcrypto/man/DH_generate_key.3 N src/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3 N src/secure/lib/libcrypto/man/DH_generate_parameters.3 N src/secure/lib/libcrypto/man/DH_get_ex_new_index.3 N src/secure/lib/libcrypto/man/DH_new.3 N src/secure/lib/libcrypto/man/DH_set_method.3 N src/secure/lib/libcrypto/man/DH_size.3 N src/secure/lib/libcrypto/man/DSA_SIG_new.3 N src/secure/lib/libcrypto/man/DSA_do_sign.3 N src/secure/lib/libcrypto/man/DSA_dup_DH.3 N src/secure/lib/libcrypto/man/DSA_generate_key.3 N src/secure/lib/libcrypto/man/DSA_generate_parameters.3 N src/secure/lib/libcrypto/man/DSA_get_ex_new_index.3 N src/secure/lib/libcrypto/man/DSA_new.3 N src/secure/lib/libcrypto/man/DSA_set_method.3 N src/secure/lib/libcrypto/man/DSA_sign.3 N src/secure/lib/libcrypto/man/DSA_size.3 N src/secure/lib/libcrypto/man/ERR_GET_LIB.3 N src/secure/lib/libcrypto/man/ERR_clear_error.3 N src/secure/lib/libcrypto/man/bio.3 N src/secure/lib/libcrypto/man/ERR_error_string.3 N src/secure/lib/libcrypto/man/ERR_get_error.3 N src/secure/lib/libcrypto/man/ERR_load_crypto_strings.3 N src/secure/lib/libcrypto/man/ERR_load_strings.3 N src/secure/lib/libcrypto/man/ERR_print_errors.3 N src/secure/lib/libcrypto/man/ERR_put_error.3 N src/secure/lib/libcrypto/man/ERR_remove_state.3 N src/secure/lib/libcrypto/man/EVP_DigestInit.3 N src/secure/lib/libcrypto/man/EVP_EncryptInit.3 N src/secure/lib/libcrypto/man/EVP_OpenInit.3 N src/secure/lib/libcrypto/man/EVP_SealInit.3 N src/secure/lib/libcrypto/man/EVP_SignInit.3 N src/secure/lib/libcrypto/man/EVP_VerifyInit.3 N src/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 N src/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 N src/secure/lib/libcrypto/man/RAND_add.3 N src/secure/lib/libcrypto/man/RAND_bytes.3 N src/secure/lib/libcrypto/man/RAND_egd.3 N src/secure/lib/libcrypto/man/RAND_cleanup.3 N src/secure/lib/libcrypto/man/RAND_load_file.3 N src/secure/lib/libcrypto/man/RAND_set_rand_method.3 N src/secure/lib/libcrypto/man/RSA_blinding_on.3 N src/secure/lib/libcrypto/man/RSA_check_key.3 N src/secure/lib/libcrypto/man/RSA_generate_key.3 N src/secure/lib/libcrypto/man/RSA_get_ex_new_index.3 N src/secure/lib/libcrypto/man/RSA_new.3 N src/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 N src/secure/lib/libcrypto/man/RSA_print.3 N src/secure/lib/libcrypto/man/RSA_private_encrypt.3 N src/secure/lib/libcrypto/man/RSA_public_encrypt.3 N src/secure/lib/libcrypto/man/RSA_set_method.3 N src/secure/lib/libcrypto/man/RSA_sign.3 N src/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 N src/secure/lib/libcrypto/man/RSA_size.3 N src/secure/lib/libcrypto/man/blowfish.3 N src/secure/lib/libcrypto/man/bn.3 N src/secure/lib/libcrypto/man/bn_internal.3 N src/secure/lib/libcrypto/man/buffer.3 N src/secure/lib/libcrypto/man/crypto.3 N src/secure/lib/libcrypto/man/d2i_DHparams.3 N src/secure/lib/libcrypto/man/d2i_RSAPublicKey.3 N src/secure/lib/libcrypto/man/des.3 N src/secure/lib/libcrypto/man/des_modes.3 N src/secure/lib/libcrypto/man/dh.3 N src/secure/lib/libcrypto/man/dsa.3 N src/secure/lib/libcrypto/man/err.3 N src/secure/lib/libcrypto/man/evp.3 N src/secure/lib/libcrypto/man/hmac.3 N src/secure/lib/libcrypto/man/lh_stats.3 N src/secure/lib/libcrypto/man/lhash.3 N src/secure/lib/libcrypto/man/md5.3 N src/secure/lib/libcrypto/man/mdc2.3 N src/secure/lib/libcrypto/man/rand.3 N src/secure/lib/libcrypto/man/rc4.3 N src/secure/lib/libcrypto/man/ripemd.3 N src/secure/lib/libcrypto/man/rsa.3 N src/secure/lib/libcrypto/man/sha.3 N src/secure/lib/libcrypto/man/threads.3 N src/secure/lib/libcrypto/man/SSL_CIPHER_get_name.3 N src/secure/lib/libcrypto/man/SSL_CTX_free.3 N src/secure/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 N src/secure/lib/libcrypto/man/SSL_CTX_add_session.3 N src/secure/lib/libcrypto/man/SSL_CTX_flush_sessions.3 N src/secure/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 N src/secure/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 N src/secure/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 N src/secure/lib/libcrypto/man/SSL_CTX_new.3 N src/secure/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 N src/secure/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 N src/secure/lib/libcrypto/man/SSL_CTX_sessions.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 N src/secure/lib/libcrypto/man/SSL_accept.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_options.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 N src/secure/lib/libcrypto/man/ssl.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_timeout.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_verify.3 N src/secure/lib/libcrypto/man/SSL_CTX_use_certificate.3 N src/secure/lib/libcrypto/man/SSL_SESSION_free.3 N src/secure/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 N src/secure/lib/libcrypto/man/SSL_SESSION_get_time.3 N src/secure/lib/libcrypto/man/SSL_clear.3 N src/secure/lib/libcrypto/man/SSL_connect.3 N src/secure/lib/libcrypto/man/SSL_free.3 N src/secure/lib/libcrypto/man/SSL_get_ciphers.3 N src/secure/lib/libcrypto/man/SSL_get_client_CA_list.3 N src/secure/lib/libcrypto/man/SSL_get_current_cipher.3 N src/secure/lib/libcrypto/man/SSL_get_error.3 N src/secure/lib/libcrypto/man/SSL_get_ex_new_index.3 N src/secure/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 N src/secure/lib/libcrypto/man/SSL_get_fd.3 N src/secure/lib/libcrypto/man/SSL_get_peer_cert_chain.3 N src/secure/lib/libcrypto/man/SSL_get_rbio.3 N src/secure/lib/libcrypto/man/SSL_get_peer_certificate.3 N src/secure/lib/libcrypto/man/SSL_get_session.3 N src/secure/lib/libcrypto/man/SSL_get_verify_result.3 N src/secure/lib/libcrypto/man/SSL_library_init.3 N src/secure/lib/libcrypto/man/SSL_load_client_CA_file.3 N src/secure/lib/libcrypto/man/SSL_new.3 N src/secure/lib/libcrypto/man/SSL_pending.3 N src/secure/lib/libcrypto/man/SSL_read.3 N src/secure/lib/libcrypto/man/SSL_set_bio.3 N src/secure/lib/libcrypto/man/SSL_set_fd.3 N src/secure/lib/libcrypto/man/SSL_set_session.3 N src/secure/lib/libcrypto/man/SSL_set_verify_result.3 N src/secure/lib/libcrypto/man/SSL_shutdown.3 N src/secure/lib/libcrypto/man/SSL_write.3 N src/secure/lib/libcrypto/man/d2i_SSL_SESSION.3 N src/secure/lib/libcrypto/man/SSL_CTX_sess_number.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_mode.3 N src/secure/lib/libcrypto/man/SSL_get_version.3 N src/secure/lib/libcrypto/man/SSL_set_connect_state.3 N src/secure/lib/libcrypto/man/SSL_set_shutdown.3 N src/secure/lib/libcrypto/man/SSL_alert_type_string.3 N src/secure/lib/libcrypto/man/SSL_COMP_add_compression_method.3 N src/secure/lib/libcrypto/man/SSL_CTX_ctrl.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_cert_store.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_info_callback.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 N src/secure/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3 N src/secure/lib/libcrypto/man/SSL_get_default_timeout.3 N src/secure/lib/libcrypto/man/SSL_want.3 N src/secure/lib/libcrypto/man/SSL_get_SSL_CTX.3 N src/secure/lib/libcrypto/man/SSL_rstate_string.3 N src/secure/lib/libcrypto/man/SSL_session_reused.3 N src/secure/lib/libcrypto/man/SSL_state_string.3 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 9:11:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D35C937B401; Tue, 14 May 2002 09:11:19 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EGBJ693422; Tue, 14 May 2002 09:11:19 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205141611.g4EGBJ693422@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 14 May 2002 09:11:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/14 09:11:19 PDT Modified files: net/centericq pkg-plist Log: s/DOCSDIR/PORTDOCS/g Submitted by: Alex Dupre Revision Changes Path 1.18 +3 -3 ports/net/centericq/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 9:24: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D684F37B407; Tue, 14 May 2002 09:24:02 -0700 (PDT) Received: (from netchild@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EGO2X94312; Tue, 14 May 2002 09:24:02 -0700 (PDT) (envelope-from netchild) Message-Id: <200205141624.g4EGO2X94312@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 14 May 2002 09:24:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/modlogan Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/05/14 09:24:02 PDT Modified files: textproc/modlogan Makefile Log: Fix for policy change in xml2-config. Revision Changes Path 1.7 +1 -1 ports/textproc/modlogan/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 9:35:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3FFA37B404; Tue, 14 May 2002 09:35:40 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EGZev95253; Tue, 14 May 2002 09:35:40 -0700 (PDT) (envelope-from lioux) Message-Id: <200205141635.g4EGZev95253@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 14 May 2002 09:35:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/kdemultimedia3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/14 09:35:40 PDT Modified files: audio/kdemultimedia3 Makefile Log: Get rid of warnings from Submitted by: Alan E Approved by: will Revision Changes Path 1.70 +8 -0 ports/audio/kdemultimedia3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 9:37:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 951CC37B403; Tue, 14 May 2002 09:37:07 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EGb7b95388; Tue, 14 May 2002 09:37:07 -0700 (PDT) (envelope-from lioux) Message-Id: <200205141637.g4EGb7b95388@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 14 May 2002 09:37:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt30 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/14 09:37:07 PDT Modified files: x11-toolkits/qt30 Makefile Log: Revert debugging building option: no-debug is default unless WITH_DEBUG Submitted by: Alan E Approved by: will Revision Changes Path 1.107 +1 -1 ports/x11-toolkits/qt30/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 9:53:44 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id D1A1F37B400; Tue, 14 May 2002 09:53:34 -0700 (PDT) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020514164041.DUWU29832.rwcrmhc51.attbi.com@InterJet.elischer.org>; Tue, 14 May 2002 16:40:41 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id JAA39730; Tue, 14 May 2002 09:20:12 -0700 (PDT) Date: Tue, 14 May 2002 09:20:10 -0700 (PDT) From: Julian Elischer To: Poul-Henning Kamp Cc: John Hay , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet ip_dummynet.c ip_dummynet.h In-Reply-To: <13469.1021290439@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in several applications I already use the netgraph bpf node to filter physical layer packets.. the hooks are in the right places already.. and the code ia alreay there.. On Mon, 13 May 2002, Poul-Henning Kamp wrote: > In message <200205131143.g4DBhrH38559@zibbi.icomtek.csir.co.za>, John Hay write > s: > > >Would one still be able to add or remove a single rule then? That is > >a very usefull feature for me. > > Yes, it would take a tiny fraction of a second longer because you > would have to run the c-compiler and kldload but otherwise no change. > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 9:58:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 312A837B404; Tue, 14 May 2002 09:58:43 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EGwhe97430; Tue, 14 May 2002 09:58:43 -0700 (PDT) (envelope-from lioux) Message-Id: <200205141658.g4EGwhe97430@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 14 May 2002 09:58:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ddd Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/14 09:58:42 PDT Modified files: devel/ddd Makefile distinfo pkg-descr pkg-plist Log: o Update to 3.3.1 o Update WWW tag Revision Changes Path 1.40 +2 -2 ports/devel/ddd/Makefile 1.17 +1 -1 ports/devel/ddd/distinfo 1.4 +1 -1 ports/devel/ddd/pkg-descr 1.10 +33 -34 ports/devel/ddd/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 10:14: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E32C937B401; Tue, 14 May 2002 10:14:01 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EHE1Z02431; Tue, 14 May 2002 10:14:01 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205141714.g4EHE1Z02431@freefall.freebsd.org> From: Ian Dowse Date: Tue, 14 May 2002 10:14:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_bmap.c ext2_ihash.c ext2_mount.h inode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/14 10:14:01 PDT Modified files: sys/gnu/ext2fs ext2_bmap.c ext2_ihash.c ext2_mount.h inode.h Log: Following a repo-copy from src/sys/ufs/ufs, rename functions and structures etc. to ext2fs-specific names, and remove ufs-specific code that is no longer required. As a first stage, the code will still convert back and forth between the on-disk format and struct inode, so the struct dinode fields have been added to struct inode for now. Note that these files are not yet connected to the build. Revision Changes Path 1.51 +21 -40 src/sys/gnu/ext2fs/ext2_bmap.c 1.33 +20 -21 src/sys/gnu/ext2fs/ext2_ihash.c 1.24 +12 -52 src/sys/gnu/ext2fs/ext2_mount.h 1.37 +66 -51 src/sys/gnu/ext2fs/inode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 10:42:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD9DA37B403; Tue, 14 May 2002 10:42:20 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EHgKG04216; Tue, 14 May 2002 10:42:20 -0700 (PDT) (envelope-from mbr) Message-Id: <200205141742.g4EHgKG04216@freefall.freebsd.org> From: Martin Blapp Date: Tue, 14 May 2002 10:42:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-solenv::inc::unxfbsdi.mk ports/editors/openoffice-devel/files patch-solenv::inc::unxfbsdi.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/05/14 10:42:20 PDT Modified files: editors/openoffice/files patch-solenv::inc::unxfbsdi.mk editors/openoffice-devel/files patch-solenv::inc::unxfbsdi.mk Log: Remove -g from build. We have special makeflags for this in OO. Revision Changes Path 1.9 +2 -2 ports/editors/openoffice-devel/files/patch-solenv::inc::unxfbsdi.mk 1.7 +2 -2 ports/editors/openoffice/files/patch-solenv::inc::unxfbsdi.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 10:42:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B81437B41C; Tue, 14 May 2002 10:42:38 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EHgcQ04246; Tue, 14 May 2002 10:42:38 -0700 (PDT) (envelope-from brian) Message-Id: <200205141742.g4EHgcQ04246@freefall.freebsd.org> From: Brian Somers Date: Tue, 14 May 2002 10:42:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/14 10:42:38 PDT Modified files: (Branch: RELENG_4) sbin/ifconfig ifconfig.8 Log: MFC: Reword the ``alias'' description slightly. We must specify a non-conflicting netmask - not necessarily 0xffffffff. Approved by: re (bmah) Revision Changes Path 1.27.2.19 +3 -2 src/sbin/ifconfig/ifconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 10:50:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 747BA37B400; Tue, 14 May 2002 10:50:25 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EHoPR05040; Tue, 14 May 2002 10:50:25 -0700 (PDT) (envelope-from brian) Message-Id: <200205141750.g4EHoPR05040@freefall.freebsd.org> From: Brian Somers Date: Tue, 14 May 2002 10:50:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp timer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/14 10:50:25 PDT Modified files: usr.sbin/ppp timer.c Log: Fix an include for NetBSD Revision Changes Path 1.44 +3 -0 src/usr.sbin/ppp/timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 10:55:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB90B37B400; Tue, 14 May 2002 10:55:31 -0700 (PDT) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EHtV505511; Tue, 14 May 2002 10:55:31 -0700 (PDT) (envelope-from wilko) Message-Id: <200205141755.g4EHtV505511@freefall.freebsd.org> From: Wilko Bulte Date: Tue, 14 May 2002 10:55:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wilko 2002/05/14 10:55:31 PDT Modified files: . access Log: green is back Approved by: core Revision Changes Path 1.313 +1 -0 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 11:17:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBC4C37B405; Tue, 14 May 2002 11:17:45 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EIHj011275; Tue, 14 May 2002 11:17:45 -0700 (PDT) (envelope-from bmah) Message-Id: <200205141817.g4EIHj011275@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 May 2002 11:17:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/14 11:17:45 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Updated release notes: BIND 8.3.2-T1B, gcc-3.1.0 (and a big ). Markup change: Use manpage entity for devinfo(8). Revision Changes Path 1.345 +11 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 11:18:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1677337B405; Tue, 14 May 2002 11:18:00 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EIHxM11323; Tue, 14 May 2002 11:17:59 -0700 (PDT) (envelope-from mp) Message-Id: <200205141817.g4EIHxM11323@freefall.freebsd.org> From: Mark Peek Date: Tue, 14 May 2002 11:17:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/alpha version.c src/gnu/usr.bin/binutils/gdb/i386 version.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2002/05/14 11:17:59 PDT Modified files: gnu/usr.bin/binutils/gdb/alpha version.c gnu/usr.bin/binutils/gdb/i386 version.c Log: Make our version tag unique due to our local changes. PR: 19733 Submitted by: sheldonh MFC after: 3 days Revision Changes Path 1.2 +2 -1 src/gnu/usr.bin/binutils/gdb/alpha/version.c 1.5 +2 -1 src/gnu/usr.bin/binutils/gdb/i386/version.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 11:28:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58A6D37B405; Tue, 14 May 2002 11:28:07 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EIS7Q12241; Tue, 14 May 2002 11:28:07 -0700 (PDT) (envelope-from des) Message-Id: <200205141828.g4EIS7Q12241@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 14 May 2002 11:28:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/14 11:28:07 PDT Modified files: sys/kern subr_mbuf.c Log: Remove a printf(3) argument with no corresponding format specifier. Revision Changes Path 1.17 +1 -1 src/sys/kern/subr_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 11:38:55 2002 Delivered-To: cvs-all@freebsd.org Received: from patrocles.silby.com (d116.as21.nwbl0.wi.voyager.net [169.207.138.244]) by hub.freebsd.org (Postfix) with ESMTP id AB87B37B403; Tue, 14 May 2002 11:38:48 -0700 (PDT) Received: from patrocles.silby.com (localhost [127.0.0.1]) by patrocles.silby.com (8.12.3/8.12.3) with ESMTP id g4EIeQUm011025; Tue, 14 May 2002 13:40:26 -0500 (CDT) (envelope-from silby@silby.com) Received: from localhost (silby@localhost) by patrocles.silby.com (8.12.3/8.12.3/Submit) with ESMTP id g4EIeP3T011022; Tue, 14 May 2002 13:40:26 -0500 (CDT) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Tue, 14 May 2002 13:40:24 -0500 (CDT) From: Mike Silbersack To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/kern subr_mbuf.c In-Reply-To: <200205141828.g4EIS7Q12241@freefall.freebsd.org> Message-ID: <20020514134007.L10929-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 May 2002, Dag-Erling Smorgrav wrote: > des 2002/05/14 11:28:07 PDT > > Modified files: > sys/kern subr_mbuf.c > Log: > Remove a printf(3) argument with no corresponding format specifier. > > Revision Changes Path > 1.17 +1 -1 src/sys/kern/subr_mbuf.c Argh, sorry about that. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 11:41:37 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id E4F3D37B409; Tue, 14 May 2002 11:41:28 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 6FBBC535E; Tue, 14 May 2002 20:41:27 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp cbcp.c References: <200205141332.g4EDWUG59102@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 14 May 2002 20:41:26 +0200 In-Reply-To: <200205141332.g4EDWUG59102@freefall.freebsd.org> Message-ID: Lines: 46 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brian Somers writes: > brian 2002/05/14 06:32:30 PDT >=20 > Modified files: > usr.sbin/ppp cbcp.c=20 > Log: > Avoid a rather bizarre warning from gcc 3.1: >=20=20=20 > /usr/src/usr.sbin/ppp/cbcp.c:566:61: warning: trigraph ??! ignored It's not bizarre at all - trigraphs are possibly the most reviled feature of C89, meant to provide alternatives to some characters such as [ ] { } ~ | which in some character sets common on PCs at that time were replaced with national characters (for instance, [ ] looked like =C6 =C5 on computers using "Norwegian ASCII", before we got codepage 865). '??!' is the trigraph sequnce for '|'. Here's the full set: 5.2.1.1 Trigraph sequences [#1] All occurrences in a source file of the following sequences of three characters (called trigraph sequences11)) are replaced with the corresponding single character. ??=3D # ??) ] ??! | ??( [ ??' ^ ??> } ??/ \ ??< { ??- ~ No other trigraph sequences exist. Each ? that does not begin one of the trigraphs listed above is not changed. [#2] EXAMPLE The following source line printf("Eh???/n"); becomes (after replacement of the trigraph sequence ??/) printf("Eh?\n"); Trigraphs are so unpopular (and useless on modern systems) that GCC just warns about them, without converting them to the corresponding single character. DES --=20 Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 11:58: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5AE437B408; Tue, 14 May 2002 11:57:55 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EIvtt16150; Tue, 14 May 2002 11:57:55 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205141857.g4EIvtt16150@freefall.freebsd.org> From: Robert Watson Date: Tue, 14 May 2002 11:57:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_syncache.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/14 11:57:55 PDT Modified files: sys/netinet tcp_syncache.c Log: Modify the arguments to syncache_socket() to include the mbuf (m) that results in the syncache entry being turned into a socket. While it's not used in the main tree, this is required in the MAC tree so that labels can be propagated from the mbuf to the socket. This is also useful if you're doing things like transparent IP connection hijacking and you want to use the syncache/cookie mechanism, but we won't go there. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.17 +6 -4 src/sys/netinet/tcp_syncache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 12:24:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3434937B408; Tue, 14 May 2002 12:24:19 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJOJt21730; Tue, 14 May 2002 12:24:19 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205141924.g4EJOJt21730@freefall.freebsd.org> From: Tom Rhodes Date: Tue, 14 May 2002 12:24:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/14 12:24:19 PDT Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Add some markup to the dial-in section PR: 37069 Submitted by: Martin Heinen Revision Changes Path 1.61 +1 -1 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 12:24:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2781337B403; Tue, 14 May 2002 12:24:19 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJOJt21724; Tue, 14 May 2002 12:24:19 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205141924.g4EJOJt21724@freefall.freebsd.org> From: Tom Rhodes Date: Tue, 14 May 2002 12:24:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/14 12:24:19 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: screensaver > screen saver PR: 38053 Submitted by: Marc Fonvieille Revision Changes Path 1.173 +4 -4 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 12:28:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E46AC37B40B; Tue, 14 May 2002 12:28:45 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJSjB22130; Tue, 14 May 2002 12:28:45 -0700 (PDT) (envelope-from marcus) Message-Id: <200205141928.g4EJSjB22130@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 12:28:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/libiconv/files patch-Makefile.in patch-libcharset_Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 12:28:45 PDT Added files: converters/libiconv/files patch-Makefile.in patch-libcharset_Makefile.in Log: Allow libiconv to be built by a non-root user. PR: 36810 Submitted by: KOMATSU Shinichiro Revision Changes Path 1.1 +11 -0 ports/converters/libiconv/files/patch-Makefile.in (new) 1.1 +11 -0 ports/converters/libiconv/files/patch-libcharset_Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 12:32:22 2002 Delivered-To: cvs-all@freebsd.org Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.22.195.2]) by hub.freebsd.org (Postfix) with ESMTP id 83BCA37B406; Tue, 14 May 2002 12:32:13 -0700 (PDT) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 177i1j-0001NP-00 (Debian); Tue, 14 May 2002 20:32:03 +0100 Date: Tue, 14 May 2002 20:32:03 +0100 From: Tony Finch To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/converters/libiconv/files patch-Makefile.in patch-libcharset_Makefile.in Message-ID: <20020514203203.A4199@chiark.greenend.org.uk> References: <200205141928.g4EJSjB22130@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205141928.g4EJSjB22130@freefall.freebsd.org>; from marcus@FreeBSD.org on Tue, May 14, 2002 at 12:28:45PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, May 14, 2002 at 12:28:45PM -0700, Joe Marcus Clarke wrote: > > Allow libiconv to be built by a non-root user. > PR: 36810 > Submitted by: KOMATSU Shinichiro Cool, this also fixes PR#32207. I'll close it. Tony. -- f.a.n.finch http://dotat.at/ FAEROES: CYCLONIC 4 BECOMING WEST 5 IN SOUTH LATER. RAIN THEN SHOWERS. MODERATE OR GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 12:36:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC11637B404; Tue, 14 May 2002 12:36:44 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJaiL22950; Tue, 14 May 2002 12:36:44 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205141936.g4EJaiL22950@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 14 May 2002 12:36:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix-current Makefile distinfo ports/mail/postfix-current/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/14 12:36:44 PDT Modified files: mail/postfix-current Makefile distinfo mail/postfix-current/scripts configure.postfix Log: Update to 1.1.9-20020513 Make SASL and PCRE libs dynamically linked PR: 38079 Submitted by: maintainer Revision Changes Path 1.84 +1 -1 ports/mail/postfix-current/Makefile 1.39 +2 -3 ports/mail/postfix-current/distinfo 1.35 +6 -6 ports/mail/postfix-current/scripts/configure.postfix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 12:38:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E707A37B400; Tue, 14 May 2002 12:38:53 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJcrW23166; Tue, 14 May 2002 12:38:53 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205141938.g4EJcrW23166@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 14 May 2002 12:38:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix Makefile distinfo ports/mail/postfix/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/14 12:38:53 PDT Modified files: mail/postfix Makefile distinfo mail/postfix/scripts configure.postfix Log: Update to 1.1.9 make PCRE and SASL libs dynamically linked PR: 38081 Submitted by: maintainer Revision Changes Path 1.59 +1 -1 ports/mail/postfix/Makefile 1.29 +3 -3 ports/mail/postfix/distinfo 1.22 +8 -8 ports/mail/postfix/scripts/configure.postfix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 12:39:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E50D37B407; Tue, 14 May 2002 12:39:00 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJd0M23213; Tue, 14 May 2002 12:39:00 -0700 (PDT) (envelope-from markm) Message-Id: <200205141939.g4EJd0M23213@freefall.freebsd.org> From: Mark Murray Date: Tue, 14 May 2002 12:39:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypto Makefile src/secure/usr.bin/openssl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/14 12:39:00 PDT Modified files: secure/lib/libcrypto Makefile secure/usr.bin/openssl Makefile Log: Build using pregenerated manpages; don't use perl to translate .pod's. The translated .pod's have already been committed. Revision Changes Path 1.46 +1 -4 src/secure/lib/libcrypto/Makefile 1.19 +2 -9 src/secure/usr.bin/openssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 12:40:15 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5FA2C37B400; Tue, 14 May 2002 12:40:08 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id B8A965360; Tue, 14 May 2002 21:40:06 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Mike Silbersack Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/kern subr_mbuf.c References: <20020514134007.L10929-100000@patrocles.silby.com> From: Dag-Erling Smorgrav Date: 14 May 2002 21:40:06 +0200 In-Reply-To: <20020514134007.L10929-100000@patrocles.silby.com> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Silbersack writes: > On Tue, 14 May 2002, Dag-Erling Smorgrav wrote: > > Log: > > Remove a printf(3) argument with no corresponding format specifier. > Argh, sorry about that. No big deal... DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 12:43:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45C0F37B404; Tue, 14 May 2002 12:43:40 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJheJ23731; Tue, 14 May 2002 12:43:40 -0700 (PDT) (envelope-from cy) Message-Id: <200205141943.g4EJheJ23731@freefall.freebsd.org> From: Cy Schubert Date: Tue, 14 May 2002 12:43:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/dansguardian Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/05/14 12:43:40 PDT Modified files: www/dansguardian Makefile distinfo Log: Upgrade 2.2.9.1 --> 2.2.10.0 PR: 37396 Submitted by: MAINTAINER Revision Changes Path 1.5 +1 -1 ports/www/dansguardian/Makefile 1.4 +1 -1 ports/www/dansguardian/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 12:52:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA02E37B405; Tue, 14 May 2002 12:51:58 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EJpwP24583; Tue, 14 May 2002 12:51:58 -0700 (PDT) (envelope-from knu) Message-Id: <200205141951.g4EJpwP24583@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 14 May 2002 12:51:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/nethack Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/nethack/files patch-ab patch-ac patch-ad patch-ae patch-af patch-ag ports/games/nethack-gtk Makefile distinfo pkg-comment pkg-descr pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/14 12:51:58 PDT Modified files: games/nethack33-nox11 Makefile Removed files: games/nethack Makefile distinfo pkg-comment pkg-descr pkg-plist games/nethack/files patch-ab patch-ac patch-ad patch-ae patch-af patch-ag games/nethack-gtk Makefile distinfo pkg-comment pkg-descr pkg-plist games/nethack-gtk/files patch-aa patch-ab patch-ac patch-ad patch-gtk sample.nethackrc src-Makefile.diff games/nethack-qt Makefile distinfo pkg-comment pkg-descr pkg-plist games/nethack-qt/files patch-include:config.h patch-include:unixconf.h patch-sys:unix:Makefile.doc patch-sys:unix:Makefile.src patch-sys:unix:Makefile.top games/nethack3 Makefile distinfo pkg-comment pkg-descr pkg-plist games/nethack3/files patch-aa patch-ac patch-ad patch-ae patch-af games/nethack3-gnome Makefile distinfo pkg-comment pkg-descr pkg-plist games/nethack3-gnome/files patch-include::config.h patch-include::system.h patch-include::unixconf.h patch-sys::unix::Makefile.doc patch-sys::unix::Makefile.src patch-sys::unix::Makefile.top games/nethack3-tty Makefile distinfo pkg-comment pkg-descr pkg-plist games/nethack3-tty/files patch-aa patch-ab patch-ac patch-ad patch-ae Log: Rename nethack ports and put version numbers in the port names. nethack -> nethack32 nethack-gtk -> nethack32-gtk nethack3 -> nethack33 nethack3-gnome -> nethack33-gnome nethack3-tty -> nethack33-nox11 nethack-qt -> nethack33-qt Revision Changes Path 1.10 +0 -58 ports/games/nethack-gtk/Makefile (dead) 1.4 +0 -3 ports/games/nethack-gtk/distinfo (dead) 1.2 +0 -13 ports/games/nethack-gtk/files/patch-aa (dead) 1.2 +0 -11 ports/games/nethack-gtk/files/patch-ab (dead) 1.2 +0 -11 ports/games/nethack-gtk/files/patch-ac (dead) 1.2 +0 -12 ports/games/nethack-gtk/files/patch-ad (dead) 1.2 +0 -10 ports/games/nethack-gtk/files/patch-gtk (dead) 1.2 +0 -88 ports/games/nethack-gtk/files/sample.nethackrc (dead) 1.4 +0 -13 ports/games/nethack-gtk/files/src-Makefile.diff (dead) 1.2 +0 -1 ports/games/nethack-gtk/pkg-comment (dead) 1.2 +0 -7 ports/games/nethack-gtk/pkg-descr (dead) 1.3 +0 -131 ports/games/nethack-gtk/pkg-plist (dead) 1.36 +0 -47 ports/games/nethack-qt/Makefile (dead) 1.6 +0 -1 ports/games/nethack-qt/distinfo (dead) 1.2 +0 -36 ports/games/nethack-qt/files/patch-include:config.h (dead) 1.2 +0 -20 ports/games/nethack-qt/files/patch-include:unixconf.h (dead) 1.2 +0 -41 ports/games/nethack-qt/files/patch-sys:unix:Makefile.doc (dead) 1.2 +0 -62 ports/games/nethack-qt/files/patch-sys:unix:Makefile.src (dead) 1.2 +0 -44 ports/games/nethack-qt/files/patch-sys:unix:Makefile.top (dead) 1.3 +0 -1 ports/games/nethack-qt/pkg-comment (dead) 1.5 +0 -22 ports/games/nethack-qt/pkg-descr (dead) 1.7 +0 -137 ports/games/nethack-qt/pkg-plist (dead) 1.32 +0 -37 ports/games/nethack/Makefile (dead) 1.8 +0 -2 ports/games/nethack/distinfo (dead) 1.3 +0 -49 ports/games/nethack/files/patch-ab (dead) 1.2 +0 -47 ports/games/nethack/files/patch-ac (dead) 1.3 +0 -20 ports/games/nethack/files/patch-ad (dead) 1.2 +0 -37 ports/games/nethack/files/patch-ae (dead) 1.2 +0 -12 ports/games/nethack/files/patch-af (dead) 1.2 +0 -40 ports/games/nethack/files/patch-ag (dead) 1.5 +0 -1 ports/games/nethack/pkg-comment (dead) 1.5 +0 -13 ports/games/nethack/pkg-descr (dead) 1.12 +0 -124 ports/games/nethack/pkg-plist (dead) 1.3 +0 -36 ports/games/nethack3-gnome/Makefile (dead) 1.2 +0 -1 ports/games/nethack3-gnome/distinfo (dead) 1.2 +0 -61 ports/games/nethack3-gnome/files/patch-include::config.h (dead) 1.2 +0 -19 ports/games/nethack3-gnome/files/patch-include::system.h (dead) 1.2 +0 -36 ports/games/nethack3-gnome/files/patch-include::unixconf.h (dead) 1.2 +0 -44 ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.doc (dead) 1.2 +0 -72 ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.src (dead) 1.3 +0 -125 ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.top (dead) 1.2 +0 -1 ports/games/nethack3-gnome/pkg-comment (dead) 1.2 +0 -8 ports/games/nethack3-gnome/pkg-descr (dead) 1.3 +0 -143 ports/games/nethack3-gnome/pkg-plist (dead) 1.30 +0 -33 ports/games/nethack3-tty/Makefile (dead) 1.8 +0 -1 ports/games/nethack3-tty/distinfo (dead) 1.4 +0 -44 ports/games/nethack3-tty/files/patch-aa (dead) 1.5 +0 -19 ports/games/nethack3-tty/files/patch-ab (dead) 1.5 +0 -36 ports/games/nethack3-tty/files/patch-ac (dead) 1.5 +0 -61 ports/games/nethack3-tty/files/patch-ad (dead) 1.4 +0 -44 ports/games/nethack3-tty/files/patch-ae (dead) 1.5 +0 -1 ports/games/nethack3-tty/pkg-comment (dead) 1.7 +0 -7 ports/games/nethack3-tty/pkg-descr (dead) 1.12 +0 -134 ports/games/nethack3-tty/pkg-plist (dead) 1.30 +0 -34 ports/games/nethack3/Makefile (dead) 1.8 +0 -1 ports/games/nethack3/distinfo (dead) 1.4 +0 -45 ports/games/nethack3/files/patch-aa (dead) 1.5 +0 -20 ports/games/nethack3/files/patch-ac (dead) 1.5 +0 -51 ports/games/nethack3/files/patch-ad (dead) 1.4 +0 -37 ports/games/nethack3/files/patch-ae (dead) 1.3 +0 -28 ports/games/nethack3/files/patch-af (dead) 1.5 +0 -1 ports/games/nethack3/pkg-comment (dead) 1.7 +0 -8 ports/games/nethack3/pkg-descr (dead) 1.12 +0 -134 ports/games/nethack3/pkg-plist (dead) 1.30 +1 -1 ports/games/nethack33-nox11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13: 0:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 017AF37B400; Tue, 14 May 2002 13:00:26 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EK0P125363; Tue, 14 May 2002 13:00:25 -0700 (PDT) (envelope-from knu) Message-Id: <200205142000.g4EK0P125363@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 14 May 2002 13:00:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/nethack34 Makefile distinfo pkg-descr pkg-plist ports/games/nethack34/files patch-aa patch-ac patch-ad patch-ae patch-af patch-ag ports/games/nethack34-gnome Makefile distinfo pkg-comment pkg-descr pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/14 13:00:25 PDT Modified files: games/nethack34 Makefile distinfo pkg-descr pkg-plist games/nethack34/files patch-aa patch-ac patch-ad patch-ae patch-af games/nethack34-gnome Makefile games/nethack34-nox11 Makefile games/nethack34-qt Makefile Added files: games/nethack34/files patch-ag Removed files: games/nethack34-gnome distinfo pkg-comment pkg-descr pkg-plist games/nethack34-gnome/files patch-include::config.h patch-include::system.h patch-include::unixconf.h patch-sys::unix::Makefile.doc patch-sys::unix::Makefile.src patch-sys::unix::Makefile.top games/nethack34-nox11 distinfo pkg-comment pkg-descr pkg-plist games/nethack34-nox11/files patch-aa patch-ab patch-ac patch-ad patch-ae games/nethack34-qt distinfo pkg-comment pkg-descr pkg-plist games/nethack34-qt/files patch-include:config.h patch-include:unixconf.h patch-sys:unix:Makefile.doc patch-sys:unix:Makefile.src patch-sys:unix:Makefile.top Log: Update to nethack 3.4.0 after repocopying from nethack33{,-*}. Unify the variant ports and make them slave ports of the master port, nethack34. Unbreak nethack34-gnome. PR: ports/36576, ports/36880 Submitted by: KATO Tsuguru , Jan Stocker (MAINTAINER of -gnome) Revision Changes Path 1.3 +3 -25 ports/games/nethack34-gnome/Makefile 1.2 +0 -1 ports/games/nethack34-gnome/distinfo (dead) 1.2 +0 -61 ports/games/nethack34-gnome/files/patch-include::config.h (dead) 1.2 +0 -19 ports/games/nethack34-gnome/files/patch-include::system.h (dead) 1.2 +0 -36 ports/games/nethack34-gnome/files/patch-include::unixconf.h (dead) 1.2 +0 -44 ports/games/nethack34-gnome/files/patch-sys::unix::Makefile.doc (dead) 1.2 +0 -72 ports/games/nethack34-gnome/files/patch-sys::unix::Makefile.src (dead) 1.3 +0 -125 ports/games/nethack34-gnome/files/patch-sys::unix::Makefile.top (dead) 1.2 +0 -1 ports/games/nethack34-gnome/pkg-comment (dead) 1.2 +0 -8 ports/games/nethack34-gnome/pkg-descr (dead) 1.3 +0 -143 ports/games/nethack34-gnome/pkg-plist (dead) 1.30 +3 -22 ports/games/nethack34-nox11/Makefile 1.8 +0 -1 ports/games/nethack34-nox11/distinfo (dead) 1.4 +0 -44 ports/games/nethack34-nox11/files/patch-aa (dead) 1.5 +0 -19 ports/games/nethack34-nox11/files/patch-ab (dead) 1.5 +0 -36 ports/games/nethack34-nox11/files/patch-ac (dead) 1.5 +0 -61 ports/games/nethack34-nox11/files/patch-ad (dead) 1.4 +0 -44 ports/games/nethack34-nox11/files/patch-ae (dead) 1.5 +0 -1 ports/games/nethack34-nox11/pkg-comment (dead) 1.7 +0 -7 ports/games/nethack34-nox11/pkg-descr (dead) 1.12 +0 -134 ports/games/nethack34-nox11/pkg-plist (dead) 1.36 +3 -36 ports/games/nethack34-qt/Makefile 1.6 +0 -1 ports/games/nethack34-qt/distinfo (dead) 1.2 +0 -36 ports/games/nethack34-qt/files/patch-include:config.h (dead) 1.2 +0 -20 ports/games/nethack34-qt/files/patch-include:unixconf.h (dead) 1.2 +0 -41 ports/games/nethack34-qt/files/patch-sys:unix:Makefile.doc (dead) 1.2 +0 -62 ports/games/nethack34-qt/files/patch-sys:unix:Makefile.src (dead) 1.2 +0 -44 ports/games/nethack34-qt/files/patch-sys:unix:Makefile.top (dead) 1.3 +0 -1 ports/games/nethack34-qt/pkg-comment (dead) 1.5 +0 -22 ports/games/nethack34-qt/pkg-descr (dead) 1.7 +0 -137 ports/games/nethack34-qt/pkg-plist (dead) 1.30 +55 -10 ports/games/nethack34/Makefile 1.8 +1 -1 ports/games/nethack34/distinfo 1.4 +12 -21 ports/games/nethack34/files/patch-aa 1.5 +3 -3 ports/games/nethack34/files/patch-ac 1.5 +92 -25 ports/games/nethack34/files/patch-ad 1.4 +18 -5 ports/games/nethack34/files/patch-ae 1.3 +17 -4 ports/games/nethack34/files/patch-af 1.1 +21 -0 ports/games/nethack34/files/patch-ag (new) 1.7 +3 -3 ports/games/nethack34/pkg-descr 1.12 +143 -132 ports/games/nethack34/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13: 1: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17C6E37B400; Tue, 14 May 2002 13:01:05 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EK15025421; Tue, 14 May 2002 13:01:05 -0700 (PDT) (envelope-from knu) Message-Id: <200205142001.g4EK15025421@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 14 May 2002 13:01:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/14 13:01:05 PDT Modified files: games Makefile Log: Update nethack* entries. Revision Changes Path 1.460 +10 -6 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13: 1:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29A4937B400; Tue, 14 May 2002 13:01:35 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EK1Zg25581; Tue, 14 May 2002 13:01:35 -0700 (PDT) (envelope-from phk) Message-Id: <200205142001.g4EK1Zg25581@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 May 2002 13:01:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include param.h src/sys/arm/include param.h src/sys/ia64/include param.h src/sys/powerpc/include param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/14 13:01:35 PDT Modified files: sys/alpha/include param.h sys/arm/include param.h sys/ia64/include param.h sys/powerpc/include param.h Log: Remove the unused definitions of ctod() and dotc(). Revision Changes Path 1.27 +1 -5 src/sys/alpha/include/param.h 1.2 +0 -4 src/sys/arm/include/param.h 1.9 +0 -4 src/sys/ia64/include/param.h 1.6 +0 -4 src/sys/powerpc/include/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13: 2:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B1F137B408; Tue, 14 May 2002 13:02:20 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EK2KC25664; Tue, 14 May 2002 13:02:20 -0700 (PDT) (envelope-from knu) Message-Id: <200205142002.g4EK2KC25664@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 14 May 2002 13:02:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/14 13:02:20 PDT Modified files: . modules Log: Update nethack port entries. Revision Changes Path 1.5107 +10 -6 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:13:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC4A637B401; Tue, 14 May 2002 13:13:05 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKD5f59608; Tue, 14 May 2002 13:13:05 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205142013.g4EKD5f59608@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 14 May 2002 13:13:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/samba-tng Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/samba-tng/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/14 13:13:05 PDT Modified files: net Makefile Added files: net/samba-tng Makefile distinfo pkg-comment pkg-descr pkg-plist net/samba-tng/files patch-aa Log: Add samba-tng whose goal is to provide the complete functionality of a Windows NT domain controller Revision Changes Path 1.758 +1 -0 ports/net/Makefile 1.1 +64 -0 ports/net/samba-tng/Makefile (new) 1.1 +1 -0 ports/net/samba-tng/distinfo (new) 1.1 +24 -0 ports/net/samba-tng/files/patch-aa (new) 1.1 +1 -0 ports/net/samba-tng/pkg-comment (new) 1.1 +10 -0 ports/net/samba-tng/pkg-descr (new) 1.1 +92 -0 ports/net/samba-tng/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:13:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BD7237B409; Tue, 14 May 2002 13:13:11 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKDBk59648; Tue, 14 May 2002 13:13:11 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205142013.g4EKDBk59648@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 14 May 2002 13:13:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/14 13:13:10 PDT Modified files: . modules Log: samba-tng --> ports/net/samba-tng Revision Changes Path 1.5108 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:14:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C97AB37B401; Tue, 14 May 2002 13:14:18 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKEIu59796; Tue, 14 May 2002 13:14:18 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200205142014.g4EKEIu59796@freefall.freebsd.org> From: Daniel Harris Date: Tue, 14 May 2002 13:14:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2002/05/14 13:14:18 PDT Modified files: en/security security.sgml Log: Put SN 02:01 in order by release date with the SA-s. Revision Changes Path 1.93 +3 -3 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:18:37 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 6165837B40B; Tue, 14 May 2002 13:18:33 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 01BD566DD9; Tue, 14 May 2002 13:18:32 -0700 (PDT) Date: Tue, 14 May 2002 13:18:32 -0700 From: Kris Kennaway To: Wilko Bulte Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, green@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20020514131832.A54298@xor.obsecurity.org> References: <200205141755.g4EHtV505511@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205141755.g4EHtV505511@freefall.freebsd.org>; from wilko@FreeBSD.org on Tue, May 14, 2002 at 10:55:31AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 14, 2002 at 10:55:31AM -0700, Wilko Bulte wrote: > wilko 2002/05/14 10:55:31 PDT >=20 > Modified files: > . access=20 > Log: > green is back Yeah, baby! Kris --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84XEYWry0BWjoQKURAtgsAJ4qbqaoPGjx9lPGNOaKOj6aKT5CWQCg2puW E/0Ur7wDqqPTE6MtdwOtjhw= =/zzx -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:24:35 2002 Delivered-To: cvs-all@freebsd.org Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by hub.freebsd.org (Postfix) with ESMTP id 0D24E37B407; Tue, 14 May 2002 13:24:31 -0700 (PDT) Received: from mfg1.cim.alcatel.com.au (localhost.localdomain [127.0.0.1]) by alcanet.com.au (8.12.1/8.12.1/Alcanet1.2) with ESMTP id g4EKOSqK023628; Wed, 15 May 2002 06:24:28 +1000 Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37645) with ESMTP id <01KHQWE9VC4W90NG02@cim.alcatel.com.au>; Wed, 15 May 2002 06:24:19 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.3/8.12.3) with ESMTP id g4EKOP01061917; Wed, 15 May 2002 06:24:25 +1000 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.3/8.12.3/Submit) id g4EKOPjK061913; Wed, 15 May 2002 06:24:25 +1000 (EST) Content-return: prohibited Date: Wed, 15 May 2002 06:24:25 +1000 From: Peter Jeremy Subject: Re: cvs commit: src/sys/boot/i386/boot2 Makefile boot2.c In-reply-to: <20020513183305.M43682@stylus.haikugeek.com>; from mini@FreeBSD.ORG on Mon, May 13, 2002 at 06:33:05PM -0700 To: Jonathan Mini Cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Mail-Followup-To: Jonathan Mini , Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20020515062424.H18023@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5.1i References: <200205112140.g4BLe0O46775@freefall.freebsd.org> <20020513183305.M43682@stylus.haikugeek.com> X-Authentication-warning: gsmx07.alcatel.com.au: jeremyp set sender to peter.jeremy@alcatel.com.au using -f Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-May-13 18:33:05 -0700, Jonathan Mini wrote: >Have we considered compressing the strings using come nefariously lame >compression mechanism? > >ASCII text tends to compress really well even with methods that have really >small decompression algorithms. There's a total of ~110 bytes of ASCII in boot2. It's very unlikely that any compression scheme is going to come out ahead. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:29:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ED6F37B405; Tue, 14 May 2002 13:29:40 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKTeq60842; Tue, 14 May 2002 13:29:40 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205142029.g4EKTeq60842@freefall.freebsd.org> From: Tom Rhodes Date: Tue, 14 May 2002 13:29:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/laptop article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/14 13:29:40 PDT Modified files: en_US.ISO8859-1/articles/laptop article.sgml Log: Restructure the Laptop article. No content changes, only whitespace. Revision Changes Path 1.7 +137 -134 doc/en_US.ISO8859-1/articles/laptop/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:34:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6368337B406; Tue, 14 May 2002 13:34:28 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKYSJ61356; Tue, 14 May 2002 13:34:28 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200205142034.g4EKYSJ61356@freefall.freebsd.org> From: David Malone Date: Tue, 14 May 2002 13:34:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss syscalls.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/05/14 13:34:28 PDT Modified files: (Branch: RELENG_4) usr.bin/truss syscalls.c Log: MFC 1.17: Use fseeko and uintptr_t to make sure that we get a sensible offset when trying to read from the stack. PR: 37104 Submitted by: Thomas Quinot Revision Changes Path 1.10.2.5 +2 -2 src/usr.bin/truss/syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:35:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FA6337B405; Tue, 14 May 2002 13:35:29 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKZTI61680; Tue, 14 May 2002 13:35:29 -0700 (PDT) (envelope-from phk) Message-Id: <200205142035.g4EKZTI61680@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 May 2002 13:35:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include param.h src/sys/arm/include param.h src/sys/i386/include param.h src/sys/ia64/include param.h src/sys/powerpc/include param.h src/sys/sparc64/include param.h src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/14 13:35:29 PDT Modified files: sys/alpha/include param.h sys/arm/include param.h sys/i386/include param.h sys/ia64/include param.h sys/powerpc/include param.h sys/sparc64/include param.h sys/sys param.h Log: Move MI stuff out of MD param.h files. It can all still be overridden in the MD files should need suddenly arise. Revision Changes Path 1.28 +0 -38 src/sys/alpha/include/param.h 1.3 +0 -48 src/sys/arm/include/param.h 1.63 +1 -49 src/sys/i386/include/param.h 1.10 +0 -45 src/sys/ia64/include/param.h 1.7 +0 -48 src/sys/powerpc/include/param.h 1.13 +0 -41 src/sys/sparc64/include/param.h 1.127 +68 -0 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:43:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C754637B407; Tue, 14 May 2002 13:43:44 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKhiu62301; Tue, 14 May 2002 13:43:44 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200205142043.g4EKhiu62301@freefall.freebsd.org> From: David Malone Date: Tue, 14 May 2002 13:43:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/05/14 13:43:44 PDT Modified files: (Branch: RELENG_4) sys/kern subr_prf.c Log: MFC 1.81: Add a sysctl which disables the logging of console output. Revision Changes Path 1.61.2.4 +7 -0 src/sys/kern/subr_prf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:49:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0085437B400; Tue, 14 May 2002 13:49:08 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKn7862736; Tue, 14 May 2002 13:49:07 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200205142049.g4EKn7862736@freefall.freebsd.org> From: Daniel Harris Date: Tue, 14 May 2002 13:49:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2002/05/14 13:49:07 PDT Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Remove brief mention of NFS installs, the next section covers it in detail. Move indexterm to the next section. PR: 37824 Submitted by: Martin Heinen Revision Changes Path 1.124 +4 -17 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:53:20 2002 Delivered-To: cvs-all@freebsd.org Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by hub.freebsd.org (Postfix) with ESMTP id 165D037B401; Tue, 14 May 2002 13:53:15 -0700 (PDT) Received: from mfg1.cim.alcatel.com.au (localhost.localdomain [127.0.0.1]) by alcanet.com.au (8.12.1/8.12.1/Alcanet1.2) with ESMTP id g4EKrDl0024816; Wed, 15 May 2002 06:53:13 +1000 Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37641) with ESMTP id <01KHQXDTF2W08Y5J44@cim.alcatel.com.au>; Wed, 15 May 2002 06:52:58 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.3/8.12.3) with ESMTP id g4EKrA01065039; Wed, 15 May 2002 06:53:11 +1000 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.3/8.12.3/Submit) id g4EKrAF8065038; Wed, 15 May 2002 06:53:10 +1000 (EST) Content-return: prohibited Date: Wed, 15 May 2002 06:53:10 +1000 From: Peter Jeremy Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot2.c In-reply-to: <200205112149.g4BLnd747786@freefall.freebsd.org>; from peter@FreeBSD.ORG on Sat, May 11, 2002 at 02:49:39PM -0700 To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Mail-Followup-To: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20020515065310.A64295@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5.1i References: <200205112149.g4BLnd747786@freefall.freebsd.org> X-Authentication-warning: gsmx07.alcatel.com.au: jeremyp set sender to peter.jeremy@alcatel.com.au using -f Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-May-11 14:49:39 -0700, Peter Wemm wrote: > Save about 60 bytes by #define memcpy __builtin_memcpy and removing > the function we provided. Restore the Keyboard: yes/no printf for the > probe diagnostics. We end up with 40 bytes free. More potential savings: - Change dev_nm definition to "const char dev_nm[4][] = ..." saves 7 bytes. This amounts to saving 20 bytes of pointers, but the code bloats by 13 bytes because of reversion from register-indirect to direct addressing of dev_nm in several places. (Using [3] instead of [4] actually makes things worse because *3 isn't possible in the R/I/M byte). - Change dev_maj defn to "const unsigned char dev_maj[]" saves 15 bytes. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:54:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC58037B405; Tue, 14 May 2002 13:54:35 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKsZg63272; Tue, 14 May 2002 13:54:35 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200205142054.g4EKsZg63272@freefall.freebsd.org> From: Daniel Harris Date: Tue, 14 May 2002 13:54:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/it_IT.ISO8859-15/articles/filtering-bridges article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2002/05/14 13:54:35 PDT Modified files: it_IT.ISO8859-15/articles/filtering-bridges article.sgml Log: Fix accents. PR: 37951 Submitted by: Nicola Vitale Approved by: maintainer Revision Changes Path 1.3 +10 -10 doc/it_IT.ISO8859-15/articles/filtering-bridges/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 13:59: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F29E837B412; Tue, 14 May 2002 13:58:51 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EKwp863572; Tue, 14 May 2002 13:58:51 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205142058.g4EKwp863572@freefall.freebsd.org> From: Tom Rhodes Date: Tue, 14 May 2002 13:58:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/laptop article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/14 13:58:51 PDT Modified files: en_US.ISO8859-1/articles/laptop article.sgml Log: s/PC-Card/PC Card/ PR: 37503 Submitted by: Mark Fonvieille Revision Changes Path 1.8 +4 -4 doc/en_US.ISO8859-1/articles/laptop/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14: 2:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D71D737B403; Tue, 14 May 2002 14:02:11 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EL2BI64006; Tue, 14 May 2002 14:02:11 -0700 (PDT) (envelope-from gallatin) Message-Id: <200205142102.g4EL2BI64006@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 14 May 2002 14:02:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pdq pdqvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2002/05/14 14:02:11 PDT Modified files: (Branch: RELENG_4) sys/dev/pdq pdqvar.h Log: MFC rev 1.4: This prevents a kernel panic on alpha (and gets the driver working) when the fpa driver is compiled into the kernel & and an fpa fddi board is attached. This is a bandaid until the newbus-ified driver in -current has stabilized on -alpha. tested by: wilko (alpha and i386) approved by: re Revision Changes Path 1.3.2.1 +5 -2 src/sys/dev/pdq/pdqvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14: 6: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AF1637B400; Tue, 14 May 2002 14:06:02 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EL62668062; Tue, 14 May 2002 14:06:02 -0700 (PDT) (envelope-from marcus) Message-Id: <200205142106.g4EL62668062@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 14:06:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/libgnomeprint Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 14:06:02 PDT Modified files: print/libgnomeprint Makefile Log: Force the creation of gnome-print.fontmap for the purposes of package building. Submitted by: bento Revision Changes Path 1.52 +3 -0 ports/print/libgnomeprint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14: 9:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF3BE37B406; Tue, 14 May 2002 14:09:05 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EL95x68336; Tue, 14 May 2002 14:09:05 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200205142109.g4EL95x68336@freefall.freebsd.org> From: Daniel Harris Date: Tue, 14 May 2002 14:09:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/boot0cfg boot0cfg.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2002/05/14 14:09:05 PDT Modified files: usr.sbin/boot0cfg boot0cfg.8 Log: Trivial language fixes. PR: 38015 Submitted by: Chris Pepper Revision Changes Path 1.17 +4 -4 src/usr.sbin/boot0cfg/boot0cfg.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14: 9:51 2002 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 6F0A537B405; Tue, 14 May 2002 14:09:46 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 14 May 2002 22:09:45 +0100 (BST) Date: Tue, 14 May 2002 22:09:45 +0100 From: David Malone To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss syscalls.c Message-ID: <20020514210945.GA15578@walton.maths.tcd.ie> References: <200205142034.g4EKYSJ61356@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205142034.g4EKYSJ61356@freefall.freebsd.org> User-Agent: Mutt/1.3.25i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, May 14, 2002 at 01:34:28PM -0700, David Malone wrote: > PR: 37104 > Submitted by: Thomas Quinot Approved by: re To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:17:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D88437B406; Tue, 14 May 2002 14:17:48 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELHmK69106; Tue, 14 May 2002 14:17:48 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205142117.g4ELHmK69106@freefall.freebsd.org> From: Tom Rhodes Date: Tue, 14 May 2002 14:17:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/14 14:17:48 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Quick punctuation fix PR: 38082 Submitted by: Marc Fonvieille Revision Changes Path 1.174 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:18:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB14037B428; Tue, 14 May 2002 14:18:02 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELI2B69141; Tue, 14 May 2002 14:18:02 -0700 (PDT) (envelope-from pat) Message-Id: <200205142118.g4ELI2B69141@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 14:18:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xbindkeys Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 14:18:02 PDT Modified files: x11/xbindkeys Makefile distinfo Log: Update to 1.5.4 PR: 38066 Submitted by: maintainer Revision Changes Path 1.14 +1 -1 ports/x11/xbindkeys/Makefile 1.11 +1 -1 ports/x11/xbindkeys/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:20:42 2002 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 6759137B404; Tue, 14 May 2002 14:20:39 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 14 May 2002 22:20:38 +0100 (BST) Date: Tue, 14 May 2002 22:20:38 +0100 From: David Malone To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_prf.c Message-ID: <20020514212038.GB15578@walton.maths.tcd.ie> References: <200205142043.g4EKhiu62301@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205142043.g4EKhiu62301@freefall.freebsd.org> User-Agent: Mutt/1.3.25i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, May 14, 2002 at 01:43:44PM -0700, David Malone wrote: > Log: > MFC 1.81: Add a sysctl which disables the logging of console output. Also Aproved by: re To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:21: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4AFD37B410; Tue, 14 May 2002 14:20:51 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELKpX69560; Tue, 14 May 2002 14:20:51 -0700 (PDT) (envelope-from mp) Message-Id: <200205142120.g4ELKpX69560@freefall.freebsd.org> From: Mark Peek Date: Tue, 14 May 2002 14:20:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/alpha version.c src/gnu/usr.bin/binutils/gdb/i386 version.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mp 2002/05/14 14:20:51 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/gdb/alpha version.c gnu/usr.bin/binutils/gdb/i386 version.c Log: MFC: Make our version tag unique due to our local changes. Approved by: re Revision Changes Path 1.1.4.1 +2 -1 src/gnu/usr.bin/binutils/gdb/alpha/version.c 1.4.4.1 +2 -1 src/gnu/usr.bin/binutils/gdb/i386/version.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:21:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 462EA37B40F; Tue, 14 May 2002 14:21:26 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELLQs69649; Tue, 14 May 2002 14:21:26 -0700 (PDT) (envelope-from pat) Message-Id: <200205142121.g4ELLQs69649@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 14:21:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/scummvm Makefile distinfo ports/games/scummvm/files patch-Makefile patch-Makefile.common patch-Makefile.x11 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 14:21:26 PDT Modified files: games/scummvm Makefile distinfo games/scummvm/files patch-Makefile Added files: games/scummvm/files patch-Makefile.common patch-Makefile.x11 Log: Update to 0.2.0 PR: 38072 Submitted by: maintainer Revision Changes Path 1.3 +6 -4 ports/games/scummvm/Makefile 1.2 +1 -1 ports/games/scummvm/distinfo 1.2 +14 -26 ports/games/scummvm/files/patch-Makefile 1.1 +17 -0 ports/games/scummvm/files/patch-Makefile.common (new) 1.1 +21 -0 ports/games/scummvm/files/patch-Makefile.x11 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:23:45 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 5490E37B400; Tue, 14 May 2002 14:23:40 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4ELNdfK088923; Tue, 14 May 2002 22:23:39 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4ELNb20003628; Tue, 14 May 2002 22:23:37 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205142123.g4ELNb20003628@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss syscalls.c In-Reply-To: Message from David Malone of "Tue, 14 May 2002 13:34:28 PDT." <200205142034.g4EKYSJ61356@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 May 2002 22:23:37 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > dwmalone 2002/05/14 13:34:28 PDT > > Modified files: (Branch: RELENG_4) > usr.bin/truss syscalls.c > Log: > MFC 1.17: > Use fseeko and uintptr_t to make sure that we get a sensible offset > when trying to read from the stack. > > PR: 37104 > Submitted by: Thomas Quinot Approved by: re (bmah) > Revision Changes Path > 1.10.2.5 +2 -2 src/usr.bin/truss/syscalls.c -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:24:34 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id B0A1737B40B; Tue, 14 May 2002 14:24:30 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4ELOTfK088930; Tue, 14 May 2002 22:24:29 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4ELOS20003699; Tue, 14 May 2002 22:24:28 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205142124.g4ELOS20003699@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_prf.c In-Reply-To: Message from David Malone of "Tue, 14 May 2002 13:43:44 PDT." <200205142043.g4EKhiu62301@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 May 2002 22:24:28 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > dwmalone 2002/05/14 13:43:44 PDT > > Modified files: (Branch: RELENG_4) > sys/kern subr_prf.c > Log: > MFC 1.81: Add a sysctl which disables the logging of console output. Approved by: re (brian) > Revision Changes Path > 1.61.2.4 +7 -0 src/sys/kern/subr_prf.c -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:27:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9B9F37B404; Tue, 14 May 2002 14:27:23 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELRNh70282; Tue, 14 May 2002 14:27:23 -0700 (PDT) (envelope-from pat) Message-Id: <200205142127.g4ELRNh70282@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 14:27:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/db4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 14:27:23 PDT Modified files: databases/db4 Makefile Log: Download site directory structure changed PR: 38068 Submitted by: maintainer Revision Changes Path 1.38 +1 -1 ports/databases/db4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:28:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1E3B37B409; Tue, 14 May 2002 14:28:45 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELSjP70451; Tue, 14 May 2002 14:28:45 -0700 (PDT) (envelope-from joerg) Message-Id: <200205142128.g4ELSjP70451@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 14 May 2002 14:28:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/05/14 14:28:45 PDT Modified files: sys/isa fd.c Log: After some comments from bde, rewrite the loops to avoid turning the previously used "micro-optimization" (count-down loop) into a pessimization. Now the loops are written in the more natural count-up form. Also, while being there, i made the logic in out_fdc() similar to the logic in in_fdc(). The old implementation was a bit bogus anyway since it first tested the DIO bit and only afterwards the RQM bit. However, according to the description of the i82077, the DIO bit is only guaranteed to be valid once the RQM bit is set. Thus, the old implementatoin would have had the chance to misbehave on a controller that is implemented in accordance with the i82077 description (but is not bug-for-bug compatible). MFC after: 3 days Revision Changes Path 1.233 +28 -42 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:34: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0C4237B409; Tue, 14 May 2002 14:33:56 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELXuk71080; Tue, 14 May 2002 14:33:56 -0700 (PDT) (envelope-from pat) Message-Id: <200205142133.g4ELXuk71080@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 14:33:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/claraocr Makefile distinfo pkg-plist ports/graphics/claraocr/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 14:33:56 PDT Modified files: graphics/claraocr Makefile distinfo pkg-plist graphics/claraocr/files patch-Makefile Log: Update to 0.9.9 PR: 38044 Submitted by: KATO Tsuguru Revision Changes Path 1.3 +4 -3 ports/graphics/claraocr/Makefile 1.2 +1 -1 ports/graphics/claraocr/distinfo 1.3 +17 -17 ports/graphics/claraocr/files/patch-Makefile 1.2 +1 -0 ports/graphics/claraocr/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:35:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A599237B404; Tue, 14 May 2002 14:35:14 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELZEG71401; Tue, 14 May 2002 14:35:14 -0700 (PDT) (envelope-from cy) Message-Id: <200205142135.g4ELZEG71401@freefall.freebsd.org> From: Cy Schubert Date: Tue, 14 May 2002 14:35:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5-beta Makefile distinfo pkg-descr pkg-plist ports/security/krb5-beta/files README.FreeBSD patch-ac patch-ad patch-ae patch-af patch-ai patch-aj patch-appl::bsd::Makefile.in patch-appl::bsd::klogind.M patch-appl::telnet::telnetd::Makefile.in ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/05/14 14:35:14 PDT Removed files: security/krb5-beta Makefile distinfo pkg-descr pkg-plist security/krb5-beta/files README.FreeBSD patch-ac patch-ad patch-ae patch-af patch-ai patch-aj patch-appl::bsd::Makefile.in patch-appl::bsd::klogind.M patch-appl::telnet::telnetd::Makefile.in patch-appl::telnet::telnetd::telnetd.8 patch-appl::telnet::telnetd::utility.c patch-as patch-at patch-av patch-ax patch-ay patch-ba patch-bb Log: Removing krb5-beta port. As krb5-1.2.5 went GA 14 days ago, krb5-beta is not relevant at this time. Revision Changes Path 1.6 +0 -128 ports/security/krb5-beta/Makefile (dead) 1.6 +0 -1 ports/security/krb5-beta/distinfo (dead) 1.4 +0 -32 ports/security/krb5-beta/files/README.FreeBSD (dead) 1.4 +0 -13 ports/security/krb5-beta/files/patch-ac (dead) 1.4 +0 -13 ports/security/krb5-beta/files/patch-ad (dead) 1.4 +0 -13 ports/security/krb5-beta/files/patch-ae (dead) 1.4 +0 -13 ports/security/krb5-beta/files/patch-af (dead) 1.4 +0 -28 ports/security/krb5-beta/files/patch-ai (dead) 1.4 +0 -19 ports/security/krb5-beta/files/patch-aj (dead) 1.4 +0 -11 ports/security/krb5-beta/files/patch-appl::bsd::Makefile.in (dead) 1.4 +0 -34 ports/security/krb5-beta/files/patch-appl::bsd::klogind.M (dead) 1.4 +0 -11 ports/security/krb5-beta/files/patch-appl::telnet::telnetd::Makefile.in (dead) 1.4 +0 -22 ports/security/krb5-beta/files/patch-appl::telnet::telnetd::telnetd.8 (dead) 1.4 +0 -38 ports/security/krb5-beta/files/patch-appl::telnet::telnetd::utility.c (dead) 1.4 +0 -199 ports/security/krb5-beta/files/patch-as (dead) 1.4 +0 -14 ports/security/krb5-beta/files/patch-at (dead) 1.4 +0 -15 ports/security/krb5-beta/files/patch-av (dead) 1.4 +0 -11 ports/security/krb5-beta/files/patch-ax (dead) 1.4 +0 -50 ports/security/krb5-beta/files/patch-ay (dead) 1.4 +0 -81 ports/security/krb5-beta/files/patch-ba (dead) 1.4 +0 -10 ports/security/krb5-beta/files/patch-bb (dead) 1.4 +0 -24 ports/security/krb5-beta/pkg-descr (dead) 1.4 +0 -124 ports/security/krb5-beta/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:36:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3360E37B40A; Tue, 14 May 2002 14:36:53 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELart71571; Tue, 14 May 2002 14:36:53 -0700 (PDT) (envelope-from cy) Message-Id: <200205142136.g4ELart71571@freefall.freebsd.org> From: Cy Schubert Date: Tue, 14 May 2002 14:36:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5-beta pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/05/14 14:36:53 PDT Removed files: security/krb5-beta pkg-comment Log: Removing krb5-beta port. As krb5-1.2.5 went GA 14 days ago, krb5-beta is not relevant at this time. Revision Changes Path 1.4 +0 -1 ports/security/krb5-beta/pkg-comment (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:37:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB4A937B415; Tue, 14 May 2002 14:36:55 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELat471586; Tue, 14 May 2002 14:36:55 -0700 (PDT) (envelope-from pat) Message-Id: <200205142136.g4ELat471586@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 14:36:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xjump Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 14:36:55 PDT Modified files: games/xjump Makefile distinfo Log: Update to 2.7.5 PR: 38043 Submitted by: KATO Tsuguru Revision Changes Path 1.6 +3 -4 ports/games/xjump/Makefile 1.3 +1 -1 ports/games/xjump/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:37:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0400137B40D; Tue, 14 May 2002 14:37:15 -0700 (PDT) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELbE471677; Tue, 14 May 2002 14:37:14 -0700 (PDT) (envelope-from wilko) Message-Id: <200205142137.g4ELbE471677@freefall.freebsd.org> From: Wilko Bulte Date: Tue, 14 May 2002 14:37:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wilko 2002/05/14 14:37:14 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: fpa(4) now works correctly on Alpha Approved by: re Revision Changes Path 1.22.2.236 +4 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:42:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC86037B406; Tue, 14 May 2002 14:42:37 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELgbr72241; Tue, 14 May 2002 14:42:37 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205142142.g4ELgbr72241@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 14 May 2002 14:42:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c src/usr.sbin/pkg_install/create pl.c src/usr.sbin/pkg_install/delete perform.c src/usr.sbin/pkg_install/info perform.c src/usr.sbin/pkg_install/lib deps.c lib.h match.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/14 14:42:37 PDT Modified files: usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/create pl.c usr.sbin/pkg_install/delete perform.c usr.sbin/pkg_install/info perform.c usr.sbin/pkg_install/lib deps.c lib.h match.c Log: - Make use of DEPOROGINs (if there are any) when installing package; - fix few bogosities here and there; - move some common routines into the library. MFC after: 2 weeks Revision Changes Path 1.71 +67 -35 src/usr.sbin/pkg_install/add/perform.c 1.24 +3 -0 src/usr.sbin/pkg_install/create/pl.c 1.37 +40 -16 src/usr.sbin/pkg_install/delete/perform.c 1.49 +18 -62 src/usr.sbin/pkg_install/info/perform.c 1.10 +6 -9 src/usr.sbin/pkg_install/lib/deps.c 1.44 +2 -0 src/usr.sbin/pkg_install/lib/lib.h 1.11 +131 -15 src/usr.sbin/pkg_install/lib/match.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:45:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A20BE37B40C; Tue, 14 May 2002 14:45:46 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELjkp72464; Tue, 14 May 2002 14:45:46 -0700 (PDT) (envelope-from pat) Message-Id: <200205142145.g4ELjkp72464@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 14:45:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/jhead Makefile distinfo ports/graphics/jhead/files Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 14:45:46 PDT Modified files: graphics/jhead Makefile distinfo graphics/jhead/files Makefile Log: Update to 1.7 PR: 37975 Submitted by: maintainer Revision Changes Path 1.3 +4 -2 ports/graphics/jhead/Makefile 1.3 +1 -1 ports/graphics/jhead/distinfo 1.2 +3 -3 ports/graphics/jhead/files/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:48:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1460637B403; Tue, 14 May 2002 14:48:13 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELmDZ72678; Tue, 14 May 2002 14:48:13 -0700 (PDT) (envelope-from pat) Message-Id: <200205142148.g4ELmDZ72678@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 14:48:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/bochs Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 14:48:12 PDT Modified files: emulators/bochs Makefile distinfo pkg-plist Log: Update to 1.4 PR: 38041 Submitted by: KATO Tsuguru Revision Changes Path 1.45 +6 -4 ports/emulators/bochs/Makefile 1.19 +1 -1 ports/emulators/bochs/distinfo 1.19 +4 -4 ports/emulators/bochs/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:54:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D6A537B403; Tue, 14 May 2002 14:54:56 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELsuq73437; Tue, 14 May 2002 14:54:56 -0700 (PDT) (envelope-from obrien) Message-Id: <200205142154.g4ELsuq73437@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 14 May 2002 14:54:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c dptsig.h i2odep.h osd_defs.h osd_unix.h osd_util.h sys_info.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/14 14:54:56 PDT Modified files: sys/dev/asr asr.c dptsig.h i2odep.h osd_defs.h osd_unix.h osd_util.h sys_info.h Log: Tighten up the defined()'s. Revision Changes Path 1.23 +3 -3 src/sys/dev/asr/asr.c 1.6 +3 -3 src/sys/dev/asr/dptsig.h 1.5 +4 -4 src/sys/dev/asr/i2odep.h 1.6 +1 -1 src/sys/dev/asr/osd_defs.h 1.7 +2 -2 src/sys/dev/asr/osd_unix.h 1.7 +15 -15 src/sys/dev/asr/osd_util.h 1.7 +3 -3 src/sys/dev/asr/sys_info.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:59:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10FDC37B403; Tue, 14 May 2002 14:59:11 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELxBg73906; Tue, 14 May 2002 14:59:11 -0700 (PDT) (envelope-from obrien) Message-Id: <200205142159.g4ELxBg73906@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 14 May 2002 14:59:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_unix.h osd_util.h sys_info.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/14 14:59:10 PDT Modified files: sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_unix.h osd_util.h sys_info.h Log: `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'. Revision Changes Path 1.24 +61 -61 src/sys/dev/asr/asr.c 1.5 +39 -39 src/sys/dev/asr/dptalign.h 1.7 +208 -208 src/sys/dev/asr/dptsig.h 1.5 +38 -38 src/sys/dev/asr/i2oadptr.h 1.5 +144 -144 src/sys/dev/asr/i2obscsi.h 1.6 +384 -384 src/sys/dev/asr/i2odep.h 1.5 +49 -49 src/sys/dev/asr/i2odpt.h 1.5 +9 -9 src/sys/dev/asr/i2oexec.h 1.6 +2 -2 src/sys/dev/asr/i2omsg.h 1.5 +2 -2 src/sys/dev/asr/i2otypes.h 1.5 +2 -2 src/sys/dev/asr/i2outil.h 1.8 +125 -125 src/sys/dev/asr/osd_unix.h 1.8 +8 -8 src/sys/dev/asr/osd_util.h 1.8 +27 -27 src/sys/dev/asr/sys_info.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 14:59:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65B9B37B406; Tue, 14 May 2002 14:59:49 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ELxnO74003; Tue, 14 May 2002 14:59:49 -0700 (PDT) (envelope-from jeff) Message-Id: <200205142159.g4ELxnO74003@freefall.freebsd.org> From: Jeff Roberson Date: Tue, 14 May 2002 14:59:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/kern vfs_cache.c vfs_syscalls.c vfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/05/14 14:59:49 PDT Modified files: sys/conf options sys/kern vfs_cache.c vfs_syscalls.c vfs_vnops.c Log: Disable the shared locking namei() code for now. It breaks several stacking filesystems. This is on hold until the rest of VFS Locking is reviewed and deemed safe. It can be enabled with 'options LOOKUP_SHARED'. Revision Changes Path 1.315 +1 -1 src/sys/conf/options 1.72 +4 -4 src/sys/kern/vfs_cache.c 1.253 +1 -1 src/sys/kern/vfs_syscalls.c 1.146 +5 -5 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15: 2:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B837D37B400; Tue, 14 May 2002 15:02:22 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EM2Mn74564; Tue, 14 May 2002 15:02:22 -0700 (PDT) (envelope-from pat) Message-Id: <200205142202.g4EM2Mn74564@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 15:02:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/moinmoin Makefile distinfo pkg-deinstall pkg-install pkg-plist ports/www/moinmoin/files configure.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 15:02:22 PDT Modified files: www/moinmoin Makefile distinfo pkg-plist Added files: www/moinmoin pkg-deinstall pkg-install Removed files: www/moinmoin/files configure.sh Log: Update to 1.0 PR: 37941 Submitted by: maintainer Revision Changes Path 1.7 +14 -12 ports/www/moinmoin/Makefile 1.4 +1 -1 ports/www/moinmoin/distinfo 1.2 +0 -37 ports/www/moinmoin/files/configure.sh (dead) 1.1 +15 -0 ports/www/moinmoin/pkg-deinstall (new) 1.1 +34 -0 ports/www/moinmoin/pkg-install (new) 1.4 +143 -4 ports/www/moinmoin/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:10:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEE8137B40C; Tue, 14 May 2002 15:07:47 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EM7l178942; Tue, 14 May 2002 15:07:47 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205142207.g4EM7l178942@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 14 May 2002 15:07:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba-tng Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/14 15:07:47 PDT Modified files: net/samba-tng Makefile Log: Remove unneeded configure arg Noticed by: elrond@samba-tng.org Revision Changes Path 1.2 +1 -2 ports/net/samba-tng/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:11:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D775437B412; Tue, 14 May 2002 15:08:07 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EM87t78997; Tue, 14 May 2002 15:08:07 -0700 (PDT) (envelope-from bsd) Message-Id: <200205142208.g4EM87t78997@freefall.freebsd.org> From: "Brian S. Dean" Date: Tue, 14 May 2002 15:08:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tftp main.c tftp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2002/05/14 15:08:07 PDT Modified files: (Branch: RELENG_4) usr.bin/tftp main.c tftp.c Log: MFC: To perform even basic error checking, one must have an exit code that indicates that not everything worked as expected. Exit non-zero if we timed out while transmitting or receiving a file or if the file did not exist, etc. Approved by: re (murray) Revision Changes Path 1.8.2.3 +4 -3 src/usr.bin/tftp/main.c 1.5.2.3 +4 -0 src/usr.bin/tftp/tftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:26:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DEDF37B403; Tue, 14 May 2002 15:26:40 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMQeM80546; Tue, 14 May 2002 15:26:40 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205142226.g4EMQeM80546@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 14 May 2002 15:26:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/x11-toolkits Makefile ports/x11-wm Makefile ports/lang/librep2 Makefile distinfo pkg-plist ports/lang/librep2/files patch-aa ports/x11-toolkits/rep-gtk2 Makefile distinfo pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/14 15:26:40 PDT Modified files: lang Makefile x11-toolkits Makefile x11-wm Makefile lang/librep2 Makefile distinfo pkg-plist lang/librep2/files patch-aa x11-toolkits/rep-gtk2 Makefile distinfo pkg-plist x11-wm/sawfish2 Makefile distinfo pkg-plist x11-wm/sawfish2/files patch-ae Added files: x11-wm/sawfish2/files patch-configure patch-lisp::sawfish::ui::widgets::workspace-geometry.jl Log: Update to 20020509 (version in GNOME2 RC2) after a repo-copies from lang/librep, x11-toolkits/rep-gtk and x11-wm/sawfish. Revision Changes Path 1.294 +1 -0 ports/lang/Makefile 1.37 +10 -8 ports/lang/librep2/Makefile 1.22 +1 -1 ports/lang/librep2/distinfo 1.4 +10 -10 ports/lang/librep2/files/patch-aa 1.19 +4 -0 ports/lang/librep2/pkg-plist 1.177 +1 -0 ports/x11-toolkits/Makefile 1.33 +11 -26 ports/x11-toolkits/rep-gtk2/Makefile 1.14 +1 -1 ports/x11-toolkits/rep-gtk2/distinfo 1.11 +13 -42 ports/x11-toolkits/rep-gtk2/pkg-plist 1.86 +1 -0 ports/x11-wm/Makefile 1.56 +14 -28 ports/x11-wm/sawfish2/Makefile 1.34 +1 -1 ports/x11-wm/sawfish2/distinfo 1.2 +12 -9 ports/x11-wm/sawfish2/files/patch-ae 1.1 +23 -0 ports/x11-wm/sawfish2/files/patch-configure (new) 1.1 +13 -0 ports/x11-wm/sawfish2/files/patch-lisp::sawfish::ui::widgets::workspace-geometry.jl (new) 1.36 +9 -48 ports/x11-wm/sawfish2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:27:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C223E37B400; Tue, 14 May 2002 15:27:21 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMRLu80669; Tue, 14 May 2002 15:27:21 -0700 (PDT) (envelope-from des) Message-Id: <200205142227.g4EMRLu80669@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 14 May 2002 15:27:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rexecd rexecd.c src/libexec/rshd rshd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/14 15:27:21 PDT Modified files: (Branch: RELENG_4) libexec/rexecd rexecd.c libexec/rshd rshd.c Log: MFC: extend the timeout to the entire login sequence. Approved by: re (brian) Revision Changes Path 1.18.2.3 +3 -1 src/libexec/rexecd/rexecd.c 1.30.2.5 +3 -2 src/libexec/rshd/rshd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:35:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D772B37B403; Tue, 14 May 2002 15:35:48 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMZms81319; Tue, 14 May 2002 15:35:48 -0700 (PDT) (envelope-from pat) Message-Id: <200205142235.g4EMZms81319@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 15:35:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/bitchx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 15:35:48 PDT Modified files: irc/bitchx Makefile Log: Give maintainership back to ports@ Submitted by: maintainer Revision Changes Path 1.38 +1 -1 ports/irc/bitchx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:41:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56B6C37B403; Tue, 14 May 2002 15:41:43 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMfh481783; Tue, 14 May 2002 15:41:43 -0700 (PDT) (envelope-from pat) Message-Id: <200205142241.g4EMfh481783@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 15:41:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/qbrew Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 15:41:43 PDT Modified files: misc/qbrew Makefile distinfo pkg-plist Log: Update to 0.3.1 PR: 37776 Submitted by: maintainer Revision Changes Path 1.4 +25 -3 ports/misc/qbrew/Makefile 1.4 +1 -1 ports/misc/qbrew/distinfo 1.4 +5 -5 ports/misc/qbrew/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:50:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1ED3A37B407; Tue, 14 May 2002 15:50:48 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMomH82468; Tue, 14 May 2002 15:50:48 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200205142250.g4EMomH82468@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 14 May 2002 15:50:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/p5-Schedule-At Makefile ports/sysutils/p5-Schedule-At/files patch-At.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/05/14 15:50:48 PDT Modified files: sysutils/p5-Schedule-At Makefile sysutils/p5-Schedule-At/files patch-At.pm Log: Fix for make this works on -table. Submitted by: hanai Revision Changes Path 1.5 +1 -1 ports/sysutils/p5-Schedule-At/Makefile 1.5 +1 -1 ports/sysutils/p5-Schedule-At/files/patch-At.pm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:51:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69EBC37B40C; Tue, 14 May 2002 15:51:08 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMp8C82522; Tue, 14 May 2002 15:51:08 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205142251.g4EMp8C82522@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 14 May 2002 15:51:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba-tng Makefile distinfo pkg-descr ports/net/samba-tng/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/14 15:51:08 PDT Modified files: net/samba-tng Makefile distinfo pkg-descr Removed files: net/samba-tng/files patch-aa Log: Update to latest cvs version which allows removal of local patches Take out perl RE for startup script as it isn't required. Use AUTOCONF because it now searches for passwd Add LDAP and CUPS support Fix description in pkg-descr Revision Changes Path 1.3 +22 -5 ports/net/samba-tng/Makefile 1.2 +1 -1 ports/net/samba-tng/distinfo 1.2 +0 -24 ports/net/samba-tng/files/patch-aa (dead) 1.2 +0 -2 ports/net/samba-tng/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:55:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9435B37B403; Tue, 14 May 2002 15:55:31 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMtVF82902; Tue, 14 May 2002 15:55:31 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205142255.g4EMtVF82902@freefall.freebsd.org> From: "J. Mallett" Date: Tue, 14 May 2002 15:55:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/14 15:55:31 PDT Modified files: usr.bin/xargs xargs.1 Log: Fix a "tiny and squeeby and little" markup mistake. Submitted by: fenner Revision Changes Path 1.20 +1 -1 src/usr.bin/xargs/xargs.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:56:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BAE837B40B; Tue, 14 May 2002 15:56:27 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMuRF82987; Tue, 14 May 2002 15:56:27 -0700 (PDT) (envelope-from pat) Message-Id: <200205142256.g4EMuRF82987@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 15:56:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 15:56:27 PDT Modified files: . modules Log: wmmemload --> ports/sysutils/wmmemload Revision Changes Path 1.5109 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 15:56:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDA1B37B400; Tue, 14 May 2002 15:56:23 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EMuNV82956; Tue, 14 May 2002 15:56:23 -0700 (PDT) (envelope-from pat) Message-Id: <200205142256.g4EMuNV82956@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 15:56:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/wmmemload Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 15:56:23 PDT Modified files: sysutils Makefile Added files: sysutils/wmmemload Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add new port sysutils/wmmemload - a simple dockapp for WindowMaker that displays memory and swap space usage. It is very heavily based on WMMemMon and WMCPULoad. PR: 38073 Submitted by: Alexey Dokuchaev Revision Changes Path 1.260 +1 -0 ports/sysutils/Makefile 1.1 +34 -0 ports/sysutils/wmmemload/Makefile (new) 1.1 +1 -0 ports/sysutils/wmmemload/distinfo (new) 1.1 +1 -0 ports/sysutils/wmmemload/pkg-comment (new) 1.1 +8 -0 ports/sysutils/wmmemload/pkg-descr (new) 1.1 +3 -0 ports/sysutils/wmmemload/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16: 5:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FC9637B405; Tue, 14 May 2002 16:05:32 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EN5WS87659; Tue, 14 May 2002 16:05:32 -0700 (PDT) (envelope-from pat) Message-Id: <200205142305.g4EN5WS87659@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 16:05:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xpaint Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 16:05:32 PDT Modified files: graphics/xpaint Makefile pkg-descr Log: Fix URL PR: 37923 Submitted by: Tilman Linneweh Revision Changes Path 1.47 +1 -1 ports/graphics/xpaint/Makefile 1.5 +1 -1 ports/graphics/xpaint/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16: 5:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 320DC37B405; Tue, 14 May 2002 16:05:45 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EN5jL87714; Tue, 14 May 2002 16:05:45 -0700 (PDT) (envelope-from green) Message-Id: <200205142305.g4EN5jL87714@freefall.freebsd.org> From: Brian Feldman Date: Tue, 14 May 2002 16:05:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam_alreadyloggedin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2002/05/14 16:05:45 PDT Modified files: security/pam_alreadyloggedin Makefile Log: Mark as BROKEN for non-CURRENT. Revision Changes Path 1.3 +6 -1 ports/security/pam_alreadyloggedin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16: 7:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C63A37B407; Tue, 14 May 2002 16:07:15 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EN7F087900; Tue, 14 May 2002 16:07:15 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205142307.g4EN7F087900@freefall.freebsd.org> From: Robert Watson Date: Tue, 14 May 2002 16:07:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/14 16:07:15 PDT Modified files: sys/kern kern_sig.c Log: p_cansignal() returns an errno value; at some point, the check for inter-process signalling ceased to preserve and return that value, instead always returning EPERM. This meant that it was possible to "probe" the pid space for processes that were not otherwise visible. This change reverts that reversion. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.164 +2 -2 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16: 7:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EAD937B415; Tue, 14 May 2002 16:07:24 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4EN7OO87949; Tue, 14 May 2002 16:07:24 -0700 (PDT) (envelope-from pat) Message-Id: <200205142307.g4EN7OO87949@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 16:07:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/halflifeserver Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 16:07:24 PDT Modified files: games/halflifeserver Makefile distinfo pkg-plist Log: Update to 3.1.0.9.c Revision Changes Path 1.32 +9 -7 ports/games/halflifeserver/Makefile 1.9 +1 -0 ports/games/halflifeserver/distinfo 1.11 +1 -0 ports/games/halflifeserver/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16:12:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8477F37B403; Tue, 14 May 2002 16:12:14 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ENCEp88839; Tue, 14 May 2002 16:12:14 -0700 (PDT) (envelope-from pat) Message-Id: <200205142312.g4ENCEp88839@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 16:12:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/hlserver-cs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 16:12:14 PDT Modified files: games/hlserver-cs Makefile Log: - Update to beta C patch from valve for counter strike - Bump PORTREVISION - Do not install with default read permissions for group and others to prevent other users on the system from reading the config for rcon password to server. Revision Changes Path 1.26 +18 -3 ports/games/hlserver-cs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16:13: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D61A137B403; Tue, 14 May 2002 16:12:56 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ENCut88954; Tue, 14 May 2002 16:12:56 -0700 (PDT) (envelope-from pat) Message-Id: <200205142312.g4ENCut88954@freefall.freebsd.org> From: Patrick Li Date: Tue, 14 May 2002 16:12:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/hlserver-dod Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/14 16:12:56 PDT Modified files: games/hlserver-dod Makefile distinfo pkg-plist Log: Update to 2.1 Revision Changes Path 1.8 +7 -5 ports/games/hlserver-dod/Makefile 1.6 +1 -1 ports/games/hlserver-dod/distinfo 1.6 +28 -81 ports/games/hlserver-dod/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16:15:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D03B37B401; Tue, 14 May 2002 16:15:42 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ENFgu89188; Tue, 14 May 2002 16:15:42 -0700 (PDT) (envelope-from green) Message-Id: <200205142315.g4ENFgu89188@freefall.freebsd.org> From: Brian Feldman Date: Tue, 14 May 2002 16:15:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2002/05/14 16:15:42 PDT Modified files: usr.bin/sed main.c Log: o Clean up tmp file usage a little by using mkstemp(3) instead of mktemp(3). It would be amazingly unlikely, but the former method could result in a symlink attack. A better solution would use ${TMPDIR}, though. o Make sed not overwrite old backup files with no warning. Revision Changes Path 1.20 +6 -5 src/usr.bin/sed/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16:24:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E64B37B407; Tue, 14 May 2002 16:24:28 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ENOSY89891; Tue, 14 May 2002 16:24:28 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205142324.g4ENOSY89891@freefall.freebsd.org> From: Ian Dowse Date: Tue, 14 May 2002 16:24:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd mountd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/14 16:24:28 PDT Modified files: sbin/mountd mountd.c Log: Use fgetln to remove the static limit on the length of lines in /etc/exports. Oversized lines were unlikely due to the large 10k limit, but any found would cause mountd to exit with an error. Also fix one or two compiler warnings. Revision Changes Path 1.63 +16 -15 src/sbin/mountd/mountd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16:35:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD70637B406; Tue, 14 May 2002 16:35:36 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ENZar90626; Tue, 14 May 2002 16:35:36 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200205142335.g4ENZar90626@freefall.freebsd.org> From: Daniel Harris Date: Tue, 14 May 2002 16:35:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/boot0cfg boot0cfg.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2002/05/14 16:35:36 PDT Modified files: (Branch: RELENG_4) usr.sbin/boot0cfg boot0cfg.8 Log: MFC fixes from 1.17. PR: 38015 Submitted by: Chris Pepper Approved by: re (brian) Revision Changes Path 1.5.2.5 +4 -4 src/usr.sbin/boot0cfg/boot0cfg.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16:58: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 0A4A037B407 for ; Tue, 14 May 2002 16:57:55 -0700 (PDT) Received: (qmail 10552 invoked from network); 14 May 2002 23:57:54 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 May 2002 23:57:54 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4ENvrF62710; Tue, 14 May 2002 19:57:53 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205130252.g4D2qap16501@freefall.freebsd.org> Date: Tue, 14 May 2002 19:57:44 -0400 (EDT) From: John Baldwin To: Jake Burkholder Subject: RE: cvs commit: src/sys/ia64/ia64 ia64dump.c src/sys/i386/i386 i Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-May-2002 Jake Burkholder wrote: > jake 2002/05/12 19:52:36 PDT > > Removed files: > sys/ia64/ia64 ia64dump.c > sys/i386/i386 i386dump.c > sys/alpha/alpha alphadump.c > Log: > These were repo-copied to dump_machdep.c. Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16:58: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id DA78E37B40A for ; Tue, 14 May 2002 16:57:56 -0700 (PDT) Received: (qmail 16100 invoked from network); 14 May 2002 23:57:56 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 May 2002 23:57:56 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4ENvtF62714; Tue, 14 May 2002 19:57:55 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205121545.g4CFjTT12885@freefall.freebsd.org> Date: Tue, 14 May 2002 19:57:46 -0400 (EDT) From: John Baldwin To: Bruce Evans Subject: RE: cvs commit: src/sys/boot/i386/boot2 Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 12-May-2002 Bruce Evans wrote: > bde 2002/05/12 08:45:28 PDT > > Modified files: > sys/boot/i386/boot2 Makefile > Log: > Saved 176 bytes by compiling with -fno-guess-branch-probability. The > default of -fguess-branch-probablility causes time optimizations (?) > like rewriting `if (foo) x++;' as > `if (!foo) goto forth; back: ; ...; forth: x++; goto back;". This is > pessimizes space especially well on i386's because one short branch > gets converted to 2 long ones. Ah. Nice find. Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 16:58:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by hub.freebsd.org (Postfix) with ESMTP id 1086337B40B for ; Tue, 14 May 2002 16:57:59 -0700 (PDT) Received: (qmail 13172 invoked from network); 14 May 2002 23:57:57 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 May 2002 23:57:57 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4ENvuF62718; Tue, 14 May 2002 19:57:56 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205130508.g4D58Mp37910@freefall.freebsd.org> Date: Tue, 14 May 2002 19:57:47 -0400 (EDT) From: John Baldwin To: Jeff Roberson Subject: RE: cvs commit: src/sys/vm uma_core.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-May-2002 Jeff Roberson wrote: > jeff 2002/05/12 22:08:19 PDT > > Modified files: > sys/vm uma_core.c > Log: > Don't call the uz free function while the zone lock is held. This can lead > to lock order reversals. uma_reclaim now builds a list of freeable slabs > and > then unlocks the zones to do all of the frees. Cool, thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 17:17:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by hub.freebsd.org (Postfix) with ESMTP id 485A437B407 for ; Tue, 14 May 2002 17:17:37 -0700 (PDT) Received: (qmail 21678 invoked from network); 14 May 2002 23:48:50 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 May 2002 23:48:50 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4ENmeF62690; Tue, 14 May 2002 19:48:40 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020512021209.M5167-100000@gamplex.bde.org> Date: Tue, 14 May 2002 19:48:31 -0400 (EDT) From: John Baldwin To: Bruce Evans Subject: Re: cvs commit: src/sys/conf kern.post.mk Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 11-May-2002 Bruce Evans wrote: > On Sat, 11 May 2002, John Baldwin wrote: > >> That's one test machine. My laptop is thus: >> >> > df >> Filesystem 1K-blocks Used Avail Capacity Mounted on >> /dev/ad0s2a 148823 102464 34454 75% / >> > du -kd 1 /boot >> 13 /boot/defaults >> 3441 /boot/kernel >> 1 /boot/modules >> 12181 /boot/kernel.GENERIC >> 3558 /boot/kernel.old >> 3817 /boot/kernel.good >> 11831 /boot/kernel.GENERIC.old >> 3785 /boot/proc >> 3489 /boot/smpng >> 3289 /boot/test >> 3473 /boot/smpng.old >> 1 /boot/imp >> 3473 /boot/cvs >> 3545 /boot/lock >> 3297 /boot/oldcard >> 3825 /boot/giantvars >> 3553 /boot/lock.old >> 67366 /boot >> >> I guess I do have more kernels installed on my systems than is typical. :-P > > It helps to not use modules: > > du /kernel* /boot > > 2616 kernel > 2600 kernel.mar30 > 2392 kernel.sep9 > 13 boot/defaults > 1 boot/modules > 1 boot/kernel > 808 boot > > Bruce Yes, note that only kernel.GENERIC* have modules. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 17:38: 0 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 885) id A660237B404; Tue, 14 May 2002 17:37:57 -0700 (PDT) Date: Tue, 14 May 2002 17:37:57 -0700 From: Eric Melville To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/osg Makefile Message-ID: <20020514173757.A76650@FreeBSD.org> References: <200205110908.g4B98qo30616@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205110908.g4B98qo30616@freefall.freebsd.org>; from kris@FreeBSD.org on Sat, May 11, 2002 at 02:08:52AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Log: > Whoops again! ijliao didn't actually test whether this package installs > (find --delete -> find -delete). > > Pointy hat to: ijliao (broke the port 4 different ways with a single commit!) This also serves as an excellent example of why we do not blindly commit the contents of a PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 17:39:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0F8837B407; Tue, 14 May 2002 17:39:40 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F0ddC01715; Tue, 14 May 2002 17:39:39 -0700 (PDT) (envelope-from marcus) Message-Id: <200205150039.g4F0ddC01715@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 17:39:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim Makefile distinfo pkg-plist ports/net/gaim/files patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 17:39:39 PDT Modified files: net/gaim Makefile distinfo pkg-plist net/gaim/files patch-ab patch-ac Log: Update to 0.58. This fixes the security bug talk about in Bugtraq article http://online.securityfocus.com/archive/1/272180. Prompted by: dannyboy Revision Changes Path 1.67 +2 -2 ports/net/gaim/Makefile 1.48 +1 -1 ports/net/gaim/distinfo 1.7 +15 -15 ports/net/gaim/files/patch-ab 1.14 +15 -72 ports/net/gaim/files/patch-ac 1.33 +2 -0 ports/net/gaim/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 17:55:15 2002 Delivered-To: cvs-all@freebsd.org Received: from yello.shallow.net (yello.shallow.net [203.18.243.120]) by hub.freebsd.org (Postfix) with ESMTP id 9EE2937B401; Tue, 14 May 2002 17:55:11 -0700 (PDT) Received: by yello.shallow.net (Postfix, from userid 1001) id 6FC662A6D; Wed, 15 May 2002 10:55:04 +1000 (EST) Date: Wed, 15 May 2002 10:55:04 +1000 From: Joshua Goodall To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/kern vfs_cache.c vfs_syscalls.c vfs_vnops.c Message-ID: <20020515005504.GI33863@roughtrade.net> References: <200205142159.g4ELxnO74003@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205142159.g4ELxnO74003@freefall.freebsd.org> User-Agent: Mutt/1.3.28i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, May 14, 2002 at 02:59:49PM -0700, Jeff Roberson wrote: > jeff 2002/05/14 14:59:49 PDT > > Modified files: > sys/conf options > sys/kern vfs_cache.c vfs_syscalls.c vfs_vnops.c > Log: > Disable the shared locking namei() code for now. It breaks several stacking > filesystems. This is on hold until the rest of VFS Locking is reviewed and > deemed safe. It can be enabled with 'options LOOKUP_SHARED'. Thanks! J -- "Running makeworld fast is important to me. Anything longer than 5-10 minutes is too long, since it is not reasonable to check every commit using makeworld if it takes longer." - Bruce Evans, ultimate guardian of build stability. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 17:59:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB2DD37B406; Tue, 14 May 2002 17:59:24 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F0xOK07454; Tue, 14 May 2002 17:59:24 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200205150059.g4F0xOK07454@freefall.freebsd.org> From: Daniel Harris Date: Tue, 14 May 2002 17:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/internal internal.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2002/05/14 17:59:24 PDT Modified files: en/internal internal.sgml Log: Correct links for releng process and schedule, link to 4.6's schedule instead of 4.5's. Revision Changes Path 1.22 +4 -4 www/en/internal/internal.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18: 0:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92C6237B400; Tue, 14 May 2002 18:00:18 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F10I907641; Tue, 14 May 2002 18:00:18 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200205150100.g4F10I907641@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 14 May 2002 18:00:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/prc-tools-gcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/05/14 18:00:18 PDT Modified files: palm/prc-tools-gcc Makefile Log: Fix breakage at -march=pentium case. Reported by: Mike Meyer Revision Changes Path 1.10 +1 -1 ports/palm/prc-tools-gcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18: 3:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4478E37B403; Tue, 14 May 2002 18:03:33 -0700 (PDT) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F13Xb07804; Tue, 14 May 2002 18:03:33 -0700 (PDT) (envelope-from kbyanc) Message-Id: <200205150103.g4F13Xb07804@freefall.freebsd.org> From: Kelly Yancey Date: Tue, 14 May 2002 18:03:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kbyanc 2002/05/14 18:03:33 PDT Modified files: sys/netinet if_ether.c Log: Reset token-ring source routing control field on receipt of ethernet frame without source routing information. This restores the behaviour in this scenario to that of prior to my last commit. Revision Changes Path 1.94 +1 -0 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18:18:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 811BD37B401; Tue, 14 May 2002 18:18:02 -0700 (PDT) Received: (from mita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F1I2M12685; Tue, 14 May 2002 18:18:02 -0700 (PDT) (envelope-from mita) Message-Id: <200205150118.g4F1I2M12685@freefall.freebsd.org> From: Yoshio MITA Date: Tue, 14 May 2002 18:18:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ghostscript-gnu-cjk Makefile ports/japanese/ghostscript-gnu-jpnfont Makefile pkg-comment pkg-descr pkg-plist ports/japanese/ghostscript-gnu-jpnfont/files CIDFnmap.jp ports/korean/ghostscript-gnu-korfont Makefile pkg-comment pkg-descr pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mita 2002/05/14 18:17:59 PDT Modified files: japanese/ghostscript-gnu-cjk Makefile japanese/ghostscript-gnu-jpnfont Makefile korean/ghostscript-gnu-korfont Makefile print/ghostscript-gnu-cjk Makefile print/ghostscript-gnu-commfont Makefile pkg-comment pkg-descr pkg-plist Added files: print/ghostscript-gnu-commfont Makefile.common pkg-plist.common print/ghostscript-gnu-commfont/files CIDFnmap.jp CIDFnmap.ko Removed files: japanese/ghostscript-gnu-jpnfont pkg-comment pkg-descr pkg-plist japanese/ghostscript-gnu-jpnfont/files CIDFnmap.jp korean/ghostscript-gnu-korfont pkg-comment pkg-descr pkg-plist korean/ghostscript-gnu-korfont/files CIDFnmap.ko print/ghostscript-gnu-commfont distinfo print/ghostscript-gnu-commfont/files CIDFnmaps.patch gs_cidcm.ps.patch gs_res.ps.patch patch-gdev10v:gdev10v.mak patch-gdevalps:gdevalps.mak patch-gdevlips:gdevlips.mak patch-gdevmd2k:gdevmd2k.mak patch-gdevmjc:gdevmjc.c patch-gdevmjc:gdevmjc.mak patch-src:gdevlbp8.c patch-src:gdevxini.c patch-src:genarch.c patch-src:gp_unifs.c patch-src:unix-gcc.mak patch-src:zmedia2.c print/ghostscript-gnu-commfont/scripts configure configure.batch Log: Obsoleted by japanese/ghostscript-gnu-jpnfont. I mark this port BROKEN with message `Please use ghostscript-gnu-jpnfont'. I will completely remove this port after a while. (MAINTAINER's change after long discussions in ports-jp) Revision Changes Path 1.4 +2 -0 ports/japanese/ghostscript-gnu-cjk/Makefile 1.4 +4 -24 ports/japanese/ghostscript-gnu-jpnfont/Makefile 1.2 +0 -15 ports/japanese/ghostscript-gnu-jpnfont/files/CIDFnmap.jp (dead) 1.2 +0 -1 ports/japanese/ghostscript-gnu-jpnfont/pkg-comment (dead) 1.3 +0 -14 ports/japanese/ghostscript-gnu-jpnfont/pkg-descr (dead) 1.2 +0 -8 ports/japanese/ghostscript-gnu-jpnfont/pkg-plist (dead) 1.4 +4 -29 ports/korean/ghostscript-gnu-korfont/Makefile 1.2 +0 -8 ports/korean/ghostscript-gnu-korfont/files/CIDFnmap.ko (dead) 1.2 +0 -1 ports/korean/ghostscript-gnu-korfont/pkg-comment (dead) 1.2 +0 -14 ports/korean/ghostscript-gnu-korfont/pkg-descr (dead) 1.2 +0 -12 ports/korean/ghostscript-gnu-korfont/pkg-plist (dead) 1.4 +2 -0 ports/print/ghostscript-gnu-cjk/Makefile 1.4 +4 -394 ports/print/ghostscript-gnu-commfont/Makefile 1.1 +70 -0 ports/print/ghostscript-gnu-commfont/Makefile.common (new) 1.4 +0 -13 ports/print/ghostscript-gnu-commfont/distinfo (dead) 1.1 +22 -0 ports/print/ghostscript-gnu-commfont/files/CIDFnmap.jp (new) 1.1 +8 -0 ports/print/ghostscript-gnu-commfont/files/CIDFnmap.ko (new) 1.2 +0 -100 ports/print/ghostscript-gnu-commfont/files/CIDFnmaps.patch (dead) 1.2 +0 -25 ports/print/ghostscript-gnu-commfont/files/gs_cidcm.ps.patch (dead) 1.2 +0 -28 ports/print/ghostscript-gnu-commfont/files/gs_res.ps.patch (dead) 1.2 +0 -22 ports/print/ghostscript-gnu-commfont/files/patch-gdev10v:gdev10v.mak (dead) 1.2 +0 -25 ports/print/ghostscript-gnu-commfont/files/patch-gdevalps:gdevalps.mak (dead) 1.2 +0 -30 ports/print/ghostscript-gnu-commfont/files/patch-gdevlips:gdevlips.mak (dead) 1.2 +0 -19 ports/print/ghostscript-gnu-commfont/files/patch-gdevmd2k:gdevmd2k.mak (dead) 1.2 +0 -335 ports/print/ghostscript-gnu-commfont/files/patch-gdevmjc:gdevmjc.c (dead) 1.2 +0 -43 ports/print/ghostscript-gnu-commfont/files/patch-gdevmjc:gdevmjc.mak (dead) 1.2 +0 -70 ports/print/ghostscript-gnu-commfont/files/patch-src:gdevlbp8.c (dead) 1.2 +0 -14 ports/print/ghostscript-gnu-commfont/files/patch-src:gdevxini.c (dead) 1.2 +0 -34 ports/print/ghostscript-gnu-commfont/files/patch-src:genarch.c (dead) 1.2 +0 -60 ports/print/ghostscript-gnu-commfont/files/patch-src:gp_unifs.c (dead) 1.2 +0 -163 ports/print/ghostscript-gnu-commfont/files/patch-src:unix-gcc.mak (dead) 1.2 +0 -25 ports/print/ghostscript-gnu-commfont/files/patch-src:zmedia2.c (dead) 1.2 +1 -1 ports/print/ghostscript-gnu-commfont/pkg-comment 1.2 +1 -12 ports/print/ghostscript-gnu-commfont/pkg-descr 1.3 +8 -525 ports/print/ghostscript-gnu-commfont/pkg-plist 1.1 +4 -0 ports/print/ghostscript-gnu-commfont/pkg-plist.common (new) 1.3 +0 -252 ports/print/ghostscript-gnu-commfont/scripts/configure (dead) 1.2 +0 -14 ports/print/ghostscript-gnu-commfont/scripts/configure.batch (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18:19:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by hub.freebsd.org (Postfix) with ESMTP id 5BA6737B403 for ; Tue, 14 May 2002 18:19:44 -0700 (PDT) Received: (qmail 23183 invoked from network); 15 May 2002 01:19:42 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 15 May 2002 01:19:42 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4F1JfF62924; Tue, 14 May 2002 21:19:41 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020515065310.A64295@gsmx07.alcatel.com.au> Date: Tue, 14 May 2002 21:19:32 -0400 (EDT) From: John Baldwin To: Peter Jeremy Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot2.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-May-2002 Peter Jeremy wrote: > On 2002-May-11 14:49:39 -0700, Peter Wemm wrote: >> Save about 60 bytes by #define memcpy __builtin_memcpy and removing >> the function we provided. Restore the Keyboard: yes/no printf for the >> probe diagnostics. We end up with 40 bytes free. > > More potential savings: > - Change dev_nm definition to "const char dev_nm[4][] = ..." saves 7 bytes. > This amounts to saving 20 bytes of pointers, but the code bloats by > 13 bytes because of reversion from register-indirect to direct addressing > of dev_nm in several places. (Using [3] instead of [4] actually makes > things worse because *3 isn't possible in the R/I/M byte). > - Change dev_maj defn to "const unsigned char dev_maj[]" saves 15 bytes. These and other changes suggested sound good to me. No objections from me if you commit them. > Peter -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18:19:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by hub.freebsd.org (Postfix) with ESMTP id 0824837B407 for ; Tue, 14 May 2002 18:19:41 -0700 (PDT) Received: (qmail 1940 invoked from network); 15 May 2002 01:19:40 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 15 May 2002 01:19:40 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4F1JdF62920; Tue, 14 May 2002 21:19:39 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205132016.g4DKG7u83902@freefall.freebsd.org> Date: Tue, 14 May 2002 21:19:30 -0400 (EDT) From: John Baldwin To: "Jordan K. Hubbard" Subject: RE: cvs commit: src/release/i386 boot_crunch.conf Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-May-2002 Jordan K. Hubbard wrote: > jkh 2002/05/13 13:16:07 PDT > > Modified files: > release/i386 boot_crunch.conf > Log: > Add wicontrol to boot floppy until such time as this support is part > of ifconfig. > PR: misc/21886 Err, ifconfig does support all this now. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18:20:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by hub.freebsd.org (Postfix) with ESMTP id 16D9C37B40E for ; Tue, 14 May 2002 18:19:46 -0700 (PDT) Received: (qmail 2337 invoked from network); 15 May 2002 01:19:46 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 15 May 2002 01:19:46 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4F1JjF62932; Tue, 14 May 2002 21:19:45 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205122318.g4CNIHW79336@freefall.freebsd.org> Date: Tue, 14 May 2002 21:19:36 -0400 (EDT) From: John Baldwin To: Giorgos Keramidas Subject: RE: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide ar Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 12-May-2002 Giorgos Keramidas wrote: > keramida 2002/05/12 16:18:17 PDT > > Modified files: > en_US.ISO8859-1/articles/committers-guide article.sgml > Log: > Clarify the term 'context diff' at the cvs diff mini-guide part, > to make it obvious that it refers to diff -c. A unidiff (diff -u) is actually a context diff, too. A context diff is any diff that shows surrounding context in addition to the lines actually changed. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18:24:19 2002 Delivered-To: cvs-all@freebsd.org Received: from finntroll.newgold.net (durham-ar1-4-64-252-019.durham.dsl-verizon.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id BB14F37B407 for ; Tue, 14 May 2002 18:24:12 -0700 (PDT) Received: (qmail 22614 invoked by uid 1001); 15 May 2002 01:24:23 -0000 Date: Wed, 15 May 2002 01:24:23 +0000 From: "J. Mallett" To: John Baldwin Cc: Giorgos Keramidas , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide ar Message-ID: <20020515012423.GB10147@FreeBSD.ORG> References: <200205122318.g4CNIHW79336@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Organisation: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, May 14, 2002 at 09:19:36PM -0400, John Baldwin wrote: > > On 12-May-2002 Giorgos Keramidas wrote: > > keramida 2002/05/12 16:18:17 PDT > > > > Modified files: > > en_US.ISO8859-1/articles/committers-guide article.sgml > > Log: > > Clarify the term 'context diff' at the cvs diff mini-guide part, > > to make it obvious that it refers to diff -c. > > A unidiff (diff -u) is actually a context diff, too. A context diff > is any diff that shows surrounding context in addition to the lines > actually changed. Saying 'context diff' is so bad... There's unified, new, and old context diffs. I think clarifying it to mean -u would be better, as it is easier to read them in one pass, and also easier to write a simple utility to apply them. That might not matter to everyone, but long story short, the algorithm to process them is a bit simpler, mental or otherwise. -- jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. http://www.FreeBSD.org | The Power to Serve "I've never tried to give my life meaning by demeaning you." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18:33:47 2002 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id BE07A37B400; Tue, 14 May 2002 18:33:42 -0700 (PDT) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.12.2/8.12.2) with ESMTP id g4F1Wu7W080278; Tue, 14 May 2002 18:32:56 -0700 (PDT) (envelope-from jkh@winston.freebsd.org) To: John Baldwin Cc: "Jordan K. Hubbard" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/release/i386 boot_crunch.conf In-Reply-To: Message from John Baldwin of "Tue, 14 May 2002 21:19:30 EDT." Date: Tue, 14 May 2002 18:32:56 -0700 Message-ID: <80277.1021426376@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Really? Man, I must have missed a commit. Sorry about that, I'll back this out since it can be done via the "extra args to ifconfig" field. - Jordan > > On 13-May-2002 Jordan K. Hubbard wrote: > > jkh 2002/05/13 13:16:07 PDT > > > > Modified files: > > release/i386 boot_crunch.conf > > Log: > > Add wicontrol to boot floppy until such time as this support is part > > of ifconfig. > > PR: misc/21886 > > Err, ifconfig does support all this now. > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18:43:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E649437B407; Tue, 14 May 2002 18:43:07 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F1h7418227; Tue, 14 May 2002 18:43:07 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200205150143.g4F1h7418227@freefall.freebsd.org> From: Daniel Harris Date: Tue, 14 May 2002 18:43:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2002/05/14 18:43:07 PDT Modified files: en index.xsl Log: Silicon Breeze is singular, and has a new URL for the daemon statuettes. Revision Changes Path 1.23 +6 -6 www/en/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18:45:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13A8D37B400; Tue, 14 May 2002 18:45:56 -0700 (PDT) Received: (from mita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F1ju818404; Tue, 14 May 2002 18:45:56 -0700 (PDT) (envelope-from mita) Message-Id: <200205150145.g4F1ju818404@freefall.freebsd.org> From: Yoshio MITA Date: Tue, 14 May 2002 18:45:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mita 2002/05/14 18:45:55 PDT Modified files: . modules Log: Added ghostscript-gnu-*font entries. Revision Changes Path 1.5110 +3 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18:46:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 8DC6D37B400 for ; Tue, 14 May 2002 18:46:12 -0700 (PDT) Received: (qmail 12227 invoked from network); 15 May 2002 01:46:11 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 15 May 2002 01:46:11 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4F1kBF63051; Tue, 14 May 2002 21:46:11 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <80277.1021426376@winston.freebsd.org> Date: Tue, 14 May 2002 21:46:01 -0400 (EDT) From: John Baldwin To: Jordan Hubbard Subject: Re: cvs commit: src/release/i386 boot_crunch.conf Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 15-May-2002 Jordan Hubbard wrote: > Really? Man, I must have missed a commit. Sorry about that, I'll > back this out since it can be done via the "extra args to ifconfig" > field. I think it can be done with mediaopt. However, the wi(4) driver now defaults to BSS mode by default. ifconfig has grown up a lot with respect to wireless devices since 4.1.1 when this PR was filed. > ifconfig wi0 wi0: flags=8843 mtu 1500 inet6 fe80::202:2dff:fe0d:1d67%wi0 prefixlen 64 scopeid 0x3 inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:02:2d:0d:1d:67 media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps) status: associated ssid default 1:"" stationname "FreeBSD WaveLAN/IEEE node" channel 6 authmode OPEN powersavemode OFF powersavesleep 100 wepmode OFF weptxkey 1 :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 18:58:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id E5E8537B403; Tue, 14 May 2002 18:58:12 -0700 (PDT) Received: from hades.hell.gr (patr530-a086.otenet.gr [212.205.215.86]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4F1w61b001124; Wed, 15 May 2002 04:58:10 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4F1w4tQ000694; Wed, 15 May 2002 04:58:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4F1w2Dr000689; Wed, 15 May 2002 04:58:02 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 15 May 2002 04:58:00 +0300 From: Giorgos Keramidas To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide ar Message-ID: <20020515015800.GA626@hades.hell.gr> References: <200205122318.g4CNIHW79336@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-05-14 21:19, John Baldwin wrote: > On 12-May-2002 Giorgos Keramidas wrote: > > keramida 2002/05/12 16:18:17 PDT > > > > Modified files: > > en_US.ISO8859-1/articles/committers-guide article.sgml > > Log: > > Clarify the term 'context diff' at the cvs diff mini-guide part, > > to make it obvious that it refers to diff -c. > > A unidiff (diff -u) is actually a context diff, too. A context diff > is any diff that shows surrounding context in addition to the lines > actually changed. Yup. I should probably add something to the effect of that too. The default output of diff, or other non-context formats, in contrast to the 'context diffs', etc. Feel free, or anyone else for that matter, to change this. The original seemed to refer to -c when it said 'context diffs are bulkier' and this is what I was trying to make more explicit :-) - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 19: 1:10 2002 Delivered-To: cvs-all@freebsd.org Received: from evilpete.dyndns.org (12-232-26-46.client.attbi.com [12.232.26.46]) by hub.freebsd.org (Postfix) with ESMTP id 0F4DE37B401; Tue, 14 May 2002 19:01:06 -0700 (PDT) Received: from overcee.wemm.org ([10.0.0.3]) by evilpete.dyndns.org (8.11.6/8.11.6) with ESMTP id g4F210J09050; Tue, 14 May 2002 19:01:01 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id 48ED1380F; Tue, 14 May 2002 19:01:00 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin Cc: Peter Jeremy , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot2 boot2.c In-Reply-To: Date: Tue, 14 May 2002 19:01:00 -0700 From: Peter Wemm Message-Id: <20020515020100.48ED1380F@overcee.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 14-May-2002 Peter Jeremy wrote: > > On 2002-May-11 14:49:39 -0700, Peter Wemm wrote: > >> Save about 60 bytes by #define memcpy __builtin_memcpy and removing > >> the function we provided. Restore the Keyboard: yes/no printf for the > >> probe diagnostics. We end up with 40 bytes free. > > > > More potential savings: > > - Change dev_nm definition to "const char dev_nm[4][] = ..." saves 7 bytes. > > This amounts to saving 20 bytes of pointers, but the code bloats by > > 13 bytes because of reversion from register-indirect to direct addressing > > of dev_nm in several places. (Using [3] instead of [4] actually makes > > things worse because *3 isn't possible in the R/I/M byte). > > - Change dev_maj defn to "const unsigned char dev_maj[]" saves 15 bytes. > > These and other changes suggested sound good to me. No objections from me if > you commit them. IMHO, as long as it works, go right ahead. :-) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 19:41: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4577837B406; Tue, 14 May 2002 19:40:59 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F2exp27111; Tue, 14 May 2002 19:40:59 -0700 (PDT) (envelope-from tjr) Message-Id: <200205150240.g4F2exp27111@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 14 May 2002 19:40:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/asa Makefile asa.1 asa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/14 19:40:58 PDT Added files: usr.bin/asa Makefile asa.1 asa.c Log: Add the POSIX.2 asa utility, which interprets FORTRAN carriage-control characters. PR: 36130 Approved by: mike Obtained from: NetBSD Revision Changes Path 1.1 +6 -0 src/usr.bin/asa/Makefile (new) 1.1 +90 -0 src/usr.bin/asa/asa.1 (new) 1.1 +125 -0 src/usr.bin/asa/asa.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 19:48:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3C5037B400; Tue, 14 May 2002 19:48:11 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F2mB727890; Tue, 14 May 2002 19:48:11 -0700 (PDT) (envelope-from kris) Message-Id: <200205150248.g4F2mB727890@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 14 May 2002 19:48:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/rt2-demo/files do-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/14 19:48:11 PDT Modified files: games/rt2-demo/files do-install Log: Don't hardcode /usr/ports/distfiles; use ${DISTDIR} instead. Noticed by: bento Revision Changes Path 1.2 +1 -1 ports/games/rt2-demo/files/do-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 19:54:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEC6A37B403; Tue, 14 May 2002 19:54:40 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F2seN28301; Tue, 14 May 2002 19:54:40 -0700 (PDT) (envelope-from bsd) Message-Id: <200205150254.g4F2seN28301@freefall.freebsd.org> From: "Brian S. Dean" Date: Tue, 14 May 2002 19:54:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/comserv Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2002/05/14 19:54:40 PDT Modified files: comms/comserv Makefile distinfo pkg-comment pkg-descr Log: Upgrade to version 1.4.0. Revision Changes Path 1.12 +1 -1 ports/comms/comserv/Makefile 1.11 +1 -1 ports/comms/comserv/distinfo 1.2 +1 -1 ports/comms/comserv/pkg-comment 1.2 +6 -0 ports/comms/comserv/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20: 2:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C92937B401; Tue, 14 May 2002 20:02:18 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F32In28872; Tue, 14 May 2002 20:02:18 -0700 (PDT) (envelope-from tjr) Message-Id: <200205150302.g4F32In28872@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 14 May 2002 20:02:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/asa asa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/14 20:02:18 PDT Modified files: usr.bin/asa asa.c Log: style(9): remove space between function name and opening parentheses, sort variables, NULL is the null-pointer constant, remove unnecessary braces. PR: 36130 Approved by: mike Revision Changes Path 1.2 +21 -23 src/usr.bin/asa/asa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:10:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4926937B40D; Tue, 14 May 2002 20:10:18 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3AIV33238; Tue, 14 May 2002 20:10:18 -0700 (PDT) (envelope-from tjr) Message-Id: <200205150310.g4F3AIV33238@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 14 May 2002 20:10:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/asa asa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/14 20:10:18 PDT Modified files: usr.bin/asa asa.c Log: Remove __P, Don't prototype main(), C89-style function declarations, char **argv -> char *argv[] for main() PR: 36130 Approved by: mike Revision Changes Path 1.3 +3 -7 src/usr.bin/asa/asa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:17: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A3C237B406; Tue, 14 May 2002 20:17:02 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3H2Z33615; Tue, 14 May 2002 20:17:02 -0700 (PDT) (envelope-from tjr) Message-Id: <200205150317.g4F3H2Z33615@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 14 May 2002 20:17:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/asa asa.1 asa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/14 20:17:02 PDT Modified files: usr.bin/asa asa.1 asa.c Log: Use getopt() to reject options (asa has none), and to the "--" end of options marker. Exit non-zero if we cannot open one of the input files. Update standards conformance and exit status statements in manual page. PR: 36130 Approved by: mike Revision Changes Path 1.2 +4 -8 src/usr.bin/asa/asa.1 1.4 +34 -13 src/usr.bin/asa/asa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:31:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02EAA37B403; Tue, 14 May 2002 20:31:41 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3VeA34558; Tue, 14 May 2002 20:31:40 -0700 (PDT) (envelope-from tjr) Message-Id: <200205150331.g4F3VeA34558@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 14 May 2002 20:31:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/asa asa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/14 20:31:40 PDT Modified files: usr.bin/asa asa.c Log: #include for getopt() and friends. PR: 36130 Approved by: mike Revision Changes Path 1.5 +1 -0 src/usr.bin/asa/asa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:34:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34ACA37B409; Tue, 14 May 2002 20:34:29 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3YTd34688; Tue, 14 May 2002 20:34:29 -0700 (PDT) (envelope-from tjr) Message-Id: <200205150334.g4F3YTd34688@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 14 May 2002 20:34:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/14 20:34:29 PDT Modified files: . modules Log: asa -> src/usr.bin/asa PR: 36130 Reviewed by: mike Revision Changes Path 1.5111 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:37:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D09CB37B407; Tue, 14 May 2002 20:37:55 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3btL34963; Tue, 14 May 2002 20:37:55 -0700 (PDT) (envelope-from tjr) Message-Id: <200205150337.g4F3btL34963@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 14 May 2002 20:37:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/14 20:37:55 PDT Modified files: usr.bin Makefile Log: Build the asa(1) utility. PR: 36130 Reviewed by: mike Revision Changes Path 1.195 +1 -0 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:39:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2532937B401; Tue, 14 May 2002 20:39:44 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3diC35117; Tue, 14 May 2002 20:39:44 -0700 (PDT) (envelope-from kris) Message-Id: <200205150339.g4F3diC35117@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 14 May 2002 20:39:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/lame-devel Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/14 20:39:44 PDT Modified files: audio/lame-devel Makefile pkg-plist Log: Only try to build the mp3x binary if GTK is selected. Noticed by: bento Revision Changes Path 1.4 +3 -1 ports/audio/lame-devel/Makefile 1.2 +2 -2 ports/audio/lame-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:43:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB4DC37B401; Tue, 14 May 2002 20:43:44 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3hi735615; Tue, 14 May 2002 20:43:44 -0700 (PDT) (envelope-from bmah) Message-Id: <200205150343.g4F3hi735615@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 14 May 2002 20:43:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/14 20:43:44 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix description of uuencode(1)/uudecode(1) base64 abilities. Submitted by: jmallet Revision Changes Path 1.346 +4 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:50:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BBF937B404; Tue, 14 May 2002 20:50:10 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3oAf36272; Tue, 14 May 2002 20:50:10 -0700 (PDT) (envelope-from marcus) Message-Id: <200205150350.g4F3oAf36272@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 20:50:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/bugbuddy2 Makefile distinfo pkg-comment pkg-plist ports/devel/bugbuddy2/files patch-ad patch-configure patch-po::Makefile.in.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 20:50:10 PDT Modified files: devel Makefile devel/bugbuddy2 Makefile distinfo pkg-comment pkg-plist devel/bugbuddy2/files patch-configure Removed files: devel/bugbuddy2/files patch-ad patch-po::Makefile.in.in Log: Add bugbuddy2 after repo copy from bugbuddy. Bugbuddy2 is the bug reporting tool for GNOME 2.0. Revision Changes Path 1.813 +1 -0 ports/devel/Makefile 1.23 +10 -7 ports/devel/bugbuddy2/Makefile 1.11 +1 -1 ports/devel/bugbuddy2/distinfo 1.2 +0 -8 ports/devel/bugbuddy2/files/patch-ad (dead) 1.2 +6 -31 ports/devel/bugbuddy2/files/patch-configure 1.2 +0 -12 ports/devel/bugbuddy2/files/patch-po::Makefile.in.in (dead) 1.2 +1 -1 ports/devel/bugbuddy2/pkg-comment 1.8 +14 -48 ports/devel/bugbuddy2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:53:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CFC437B403; Tue, 14 May 2002 20:53:40 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3reg36675; Tue, 14 May 2002 20:53:40 -0700 (PDT) (envelope-from jdp) Message-Id: <200205150353.g4F3reg36675@freefall.freebsd.org> From: John Polstra Date: Tue, 14 May 2002 20:53:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/05/14 20:53:39 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Add cvsup5.ua.FreeBSD.org. Revision Changes Path 1.218 +5 -0 doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:57:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDE2337B404; Tue, 14 May 2002 20:57:17 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3vHJ37164; Tue, 14 May 2002 20:57:17 -0700 (PDT) (envelope-from green) Message-Id: <200205150357.g4F3vHJ37164@freefall.freebsd.org> From: Brian Feldman Date: Tue, 14 May 2002 20:57:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2002/05/14 20:57:17 PDT Modified files: www/mozilla Makefile pkg-plist Log: Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitously different from the one with ChatZilla. This means building otherwise the exact same extensions. Revision Changes Path 1.103 +2 -0 ports/www/mozilla/Makefile 1.56 +13 -13 ports/www/mozilla/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 20:58:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 565E937B414; Tue, 14 May 2002 20:58:14 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F3wEG37372; Tue, 14 May 2002 20:58:14 -0700 (PDT) (envelope-from marcus) Message-Id: <200205150358.g4F3wEG37372@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 20:58:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 20:58:14 PDT Modified files: . modules Log: bugbuddy2 --> ports/devel/bugbuddy2 Revision Changes Path 1.5112 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21: 0:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2250637B401; Tue, 14 May 2002 21:00:34 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F40YD37800; Tue, 14 May 2002 21:00:34 -0700 (PDT) (envelope-from marcus) Message-Id: <200205150400.g4F40YD37800@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 21:00:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bugbuddy2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 21:00:34 PDT Modified files: devel/bugbuddy2 Makefile distinfo Log: Fix distfile. Revision Changes Path 1.24 +2 -0 ports/devel/bugbuddy2/Makefile 1.12 +1 -1 ports/devel/bugbuddy2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21: 8: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCDA037B407; Tue, 14 May 2002 21:07:59 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F47x842775; Tue, 14 May 2002 21:07:59 -0700 (PDT) (envelope-from kris) Message-Id: <200205150407.g4F47x842775@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 14 May 2002 21:07:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freeradius Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/14 21:07:59 PDT Modified files: net/freeradius Makefile Log: Add USE_GMAKE=yes Noticed by: bento Revision Changes Path 1.2 +1 -0 ports/net/freeradius/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21:11:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 612ED37B401; Tue, 14 May 2002 21:11:55 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F4BtU43448; Tue, 14 May 2002 21:11:55 -0700 (PDT) (envelope-from kris) Message-Id: <200205150411.g4F4BtU43448@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 14 May 2002 21:11:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/14 21:11:55 PDT Modified files: emulators Makefile Log: Add vmware-tools2 and vmware-tools3 and remove vmware-tools Forgotten by: matusita Revision Changes Path 1.84 +2 -1 ports/emulators/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21:16: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ED0437B406; Tue, 14 May 2002 21:15:57 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F4FvA44213; Tue, 14 May 2002 21:15:57 -0700 (PDT) (envelope-from kris) Message-Id: <200205150415.g4F4FvA44213@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 14 May 2002 21:15:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/korean Makefile ports/print Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/14 21:15:57 PDT Modified files: japanese Makefile korean Makefile print Makefile Log: Add ghostscript-gnu-jpnfont ghostscript-gnu-korfont ghostscript-gnu-commfont Forgotten by: mita Revision Changes Path 1.422 +1 -0 ports/japanese/Makefile 1.69 +1 -0 ports/korean/Makefile 1.206 +1 -0 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21:19:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AF2137B403; Tue, 14 May 2002 21:19:49 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F4JnG44692; Tue, 14 May 2002 21:19:49 -0700 (PDT) (envelope-from obrien) Message-Id: <200205150419.g4F4JnG44692@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 14 May 2002 21:19:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/i386-elf crti.S crtn.S src/lib/csu/powerpc crti.S crtn.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/14 21:19:49 PDT Modified files: lib/csu/i386-elf crti.S crtn.S lib/csu/powerpc crti.S crtn.S Log: Use .rodata section for $FreeBSD$. Revision Changes Path 1.6 +3 -2 src/lib/csu/i386-elf/crti.S 1.5 +3 -2 src/lib/csu/i386-elf/crtn.S 1.2 +4 -2 src/lib/csu/powerpc/crti.S 1.2 +4 -2 src/lib/csu/powerpc/crtn.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21:21:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4149F37B400; Tue, 14 May 2002 21:21:38 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F4Lc744980; Tue, 14 May 2002 21:21:38 -0700 (PDT) (envelope-from kris) Message-Id: <200205150421.g4F4Lc744980@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 14 May 2002 21:21:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/14 21:21:38 PDT Modified files: security Makefile Log: Remove krb5-beta Pointy hat to: cy Revision Changes Path 1.297 +0 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21:22:44 2002 Delivered-To: cvs-all@freebsd.org Received: from edison.ee.t.u-tokyo.ac.jp (edison.ee.t.u-tokyo.ac.jp [133.11.64.217]) by hub.freebsd.org (Postfix) with ESMTP id 5D27737B406; Tue, 14 May 2002 21:22:38 -0700 (PDT) Received: from micro.if.t.u-tokyo.ac.jp (micro.if.t.u-tokyo.ac.jp [133.11.94.147]) by edison.ee.t.u-tokyo.ac.jp (Postfix) with ESMTP id 488DA46EF8; Wed, 15 May 2002 13:21:53 +0900 (JST) Date: Wed, 15 May 2002 13:21:41 +0900 Message-ID: <7wit5qkpm2.wl@mailhost.ee.t.u-tokyo.ac.jp> From: MITA Yoshio To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese Makefile ports/korean Makefile ports/print Makefile In-Reply-To: <200205150415.g4F4FvA44213@freefall.freebsd.org> References: <200205150415.g4F4FvA44213@freefall.freebsd.org> User-Agent: Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank you! > Add ghostscript-gnu-jpnfont ghostscript-gnu-korfont ghostscript-gnu-commfont > Forgotten by: mita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21:35:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A609137B406; Tue, 14 May 2002 21:35:28 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F4ZSx45797; Tue, 14 May 2002 21:35:28 -0700 (PDT) (envelope-from dougb) Message-Id: <200205150435.g4F4ZSx45797@freefall.freebsd.org> From: Doug Barton Date: Tue, 14 May 2002 21:35:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/05/14 21:35:28 PDT Modified files: games/fortune/datfiles fortunes fortunes2 Log: Correctly attribute a Douglas Adams quote, and remove a duplicate of the same quote. Revision Changes Path 1.89 +1 -0 src/games/fortune/datfiles/fortunes 1.41 +0 -5 src/games/fortune/datfiles/fortunes2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21:36:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B15237B401; Tue, 14 May 2002 21:36:52 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F4aq645838; Tue, 14 May 2002 21:36:52 -0700 (PDT) (envelope-from kris) Message-Id: <200205150436.g4F4aq645838@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 14 May 2002 21:36:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/14 21:36:52 PDT Modified files: misc Makefile Log: Add back bidwatcher Noticed by: bento Revision Changes Path 1.440 +1 -0 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21:38:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA2B737B404; Tue, 14 May 2002 21:38:25 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F4cPO45940; Tue, 14 May 2002 21:38:25 -0700 (PDT) (envelope-from kris) Message-Id: <200205150438.g4F4cPO45940@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 14 May 2002 21:38:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/14 21:38:25 PDT Modified files: devel Makefile Log: Add back mico, which was revived from the dead Noticed by: bento Revision Changes Path 1.814 +1 -0 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21:52:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52BFB37B405; Tue, 14 May 2002 21:52:46 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F4qkJ46969; Tue, 14 May 2002 21:52:46 -0700 (PDT) (envelope-from marcus) Message-Id: <200205150452.g4F4qkJ46969@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 21:52:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/editors/gedit2 Makefile distinfo pkg-comment pkg-plist ports/editors/gedit2/files patch-ai patch-an patch-ao patch-configure patch-ltmain.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 21:52:46 PDT Modified files: editors Makefile editors/gedit2 Makefile distinfo pkg-comment pkg-plist editors/gedit2/files patch-ao Added files: editors/gedit2/files patch-configure Removed files: editors/gedit2/files patch-ai patch-an patch-ltmain.sh Log: Add gedit2 after a repo copy from gedit. gedit2 is a lightweight editor for the GNOME 2.0 desktop environment. Revision Changes Path 1.191 +1 -0 ports/editors/Makefile 1.38 +16 -15 ports/editors/gedit2/Makefile 1.15 +1 -1 ports/editors/gedit2/distinfo 1.2 +0 -11 ports/editors/gedit2/files/patch-ai (dead) 1.2 +0 -8 ports/editors/gedit2/files/patch-an (dead) 1.4 +72 -40 ports/editors/gedit2/files/patch-ao 1.1 +23 -0 ports/editors/gedit2/files/patch-configure (new) 1.5 +0 -28 ports/editors/gedit2/files/patch-ltmain.sh (dead) 1.2 +1 -1 ports/editors/gedit2/pkg-comment 1.13 +77 -124 ports/editors/gedit2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 21:53:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 497F937B401; Tue, 14 May 2002 21:53:52 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F4rqu47103; Tue, 14 May 2002 21:53:52 -0700 (PDT) (envelope-from marcus) Message-Id: <200205150453.g4F4rqu47103@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 14 May 2002 21:53:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/14 21:53:52 PDT Modified files: . modules Log: gedit2 --> ports/editors/gedit2 Revision Changes Path 1.5113 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 22: 0:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 328E137B406; Tue, 14 May 2002 22:00:25 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F50PU47548; Tue, 14 May 2002 22:00:25 -0700 (PDT) (envelope-from bde) Message-Id: <200205150500.g4F50PU47548@freefall.freebsd.org> From: Bruce Evans Date: Tue, 14 May 2002 22:00:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 i386-gdbstub.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/14 22:00:25 PDT Modified files: (Branch: RELENG_3) sys/i386/i386 i386-gdbstub.c Log: MFC (1.12: renamed gdb's private strlen and strlcpy to avoid conflicts with the public ones declared in a system header). This helps unbreak building RELENG_3 kernels with gcc-3. gcc-2's special (broken) handling of the corresponding builtins apparently prevented detection of the conflicts even when the public functions are declared explicitly. Revision Changes Path 1.7.2.1 +5 -4 src/sys/i386/i386/i386-gdbstub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 22:18:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF38237B403; Tue, 14 May 2002 22:18:56 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F5IuM52155; Tue, 14 May 2002 22:18:56 -0700 (PDT) (envelope-from bde) Message-Id: <200205150518.g4F5IuM52155@freefall.freebsd.org> From: Bruce Evans Date: Tue, 14 May 2002 22:18:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa clock.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/14 22:18:56 PDT Modified files: (Branch: RELENG_3) sys/i386/isa clock.c Log: MFC (1.133: "For what it's worth, idelayed is declared as a volatile in the headers, and even though it's not used in this file make it a volatile here too"). The worth of this is that it makes this file actually compilable by C compilers like gcc-3. Revision Changes Path 1.129.2.7 +2 -2 src/sys/i386/isa/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 22:28:39 2002 Delivered-To: cvs-all@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 0319037B407; Tue, 14 May 2002 22:28:35 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id WAA26851; Tue, 14 May 2002 22:32:20 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id WAA26844; Tue, 14 May 2002 22:32:18 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 14 May 2002 22:32:18 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Joe Marcus Clarke Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/converters/libiconv/files patch-Makefile.in patch-libcharset_Makefile.in In-Reply-To: <200205141928.g4EJSjB22130@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 May 2002, Joe Marcus Clarke wrote: # marcus 2002/05/14 12:28:45 PDT # # Added files: # converters/libiconv/files patch-Makefile.in # patch-libcharset_Makefile.in # Log: # Allow libiconv to be built by a non-root user. # # PR: 36810 # Submitted by: KOMATSU Shinichiro This appears to take care of PR ports/37914, which brought up the same issue. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 22:32:30 2002 Delivered-To: cvs-all@freebsd.org Received: from gyros.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 5B0A437B405; Tue, 14 May 2002 22:32:26 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.3/8.12.3) with ESMTP id g4F5W7r0089806; Wed, 15 May 2002 01:32:07 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.3/8.12.3/Submit) id g4F5W70x089805; Wed, 15 May 2002 01:32:07 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@FreeBSD.org using -f Subject: Re: cvs commit: ports/converters/libiconv/files patch-Makefile.in patch-libcharset_Makefile.in From: Joe Marcus Clarke To: Joseph Scott Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 15 May 2002 01:32:06 -0400 Message-Id: <1021440726.279.15.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 2002-05-15 at 01:32, Joseph Scott wrote: > > On Tue, 14 May 2002, Joe Marcus Clarke wrote: > > # marcus 2002/05/14 12:28:45 PDT > # > # Added files: > # converters/libiconv/files patch-Makefile.in > # patch-libcharset_Makefile.in > # Log: > # Allow libiconv to be built by a non-root user. > # > # PR: 36810 > # Submitted by: KOMATSU Shinichiro > > This appears to take care of PR ports/37914, which brought up the > same issue. Thanks, it's been closed. Joe > > -Joseph > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 22:33:15 2002 Delivered-To: cvs-all@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id D3C5137B40B; Tue, 14 May 2002 22:32:55 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id WAA26933; Tue, 14 May 2002 22:36:41 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id WAA26926; Tue, 14 May 2002 22:36:39 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 14 May 2002 22:36:39 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Joe Marcus Clarke Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/print/libgnomeprint Makefile In-Reply-To: <200205142106.g4EL62668062@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 May 2002, Joe Marcus Clarke wrote: # marcus 2002/05/14 14:06:02 PDT # # Modified files: # print/libgnomeprint Makefile # Log: # Force the creation of gnome-print.fontmap for the purposes of package # building. # # Submitted by: bento Sounds like PR ports/35856 (request for repo copy, gnomeprint -> libgnomeprint) has already been taken care of then. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 22:36:58 2002 Delivered-To: cvs-all@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 0E85337B404; Tue, 14 May 2002 22:36:53 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id WAA27029; Tue, 14 May 2002 22:40:38 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id WAA27021; Tue, 14 May 2002 22:40:23 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 14 May 2002 22:40:22 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Patrick Li Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/emulators/bochs Makefile distinfo pkg-plist In-Reply-To: <200205142148.g4ELmDZ72678@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 May 2002, Patrick Li wrote: # pat 2002/05/14 14:48:12 PDT # # Modified files: # emulators/bochs Makefile distinfo pkg-plist # Log: # Update to 1.4 # # PR: 38041 # Submitted by: KATO Tsuguru Does this by any chance fix PR ports/35328 (bochs doesn't compile on -current). It has a simple patch listed as the fix. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 22:37:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C128437B40A; Tue, 14 May 2002 22:37:48 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F5bm253469; Tue, 14 May 2002 22:37:48 -0700 (PDT) (envelope-from alfred) Message-Id: <200205150537.g4F5bm253469@freefall.freebsd.org> From: Alfred Perlstein Date: Tue, 14 May 2002 22:37:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_attr_setguardsize.c uthread_init.c uthread_stack.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/05/14 22:37:48 PDT Modified files: lib/libc_r/uthread pthread_private.h uthread_attr_setguardsize.c uthread_init.c uthread_stack.c Log: Undo namespace pollution by prefixing the globals pthread_guard_default and pthread_page_size. Fix a bunch line wrapping. Pointed out by: deischen Revision Changes Path 1.70 +2 -2 src/lib/libc_r/uthread/pthread_private.h 1.3 +4 -4 src/lib/libc_r/uthread/uthread_attr_setguardsize.c 1.40 +7 -7 src/lib/libc_r/uthread/uthread_init.c 1.4 +16 -13 src/lib/libc_r/uthread/uthread_stack.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 22:50:23 2002 Delivered-To: cvs-all@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id 558E337B404; Tue, 14 May 2002 22:50:20 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id WAA27213; Tue, 14 May 2002 22:54:05 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id WAA27206; Tue, 14 May 2002 22:54:02 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 14 May 2002 22:54:02 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Kris Kennaway Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/games/rt2-demo/files do-install In-Reply-To: <200205150248.g4F2mB727890@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 May 2002, Kris Kennaway wrote: # kris 2002/05/14 19:48:11 PDT # # Modified files: # games/rt2-demo/files do-install # Log: # Don't hardcode /usr/ports/distfiles; use ${DISTDIR} instead. # # Noticed by: bento This appears to be the exact issue brought by PR ports/34318 : ports/games/rt2-demo-files/do-install has hard coded /usr/ports/distfiles -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 22:54:11 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id C903837B405; Tue, 14 May 2002 22:54:05 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3F01966DC8; Tue, 14 May 2002 22:54:02 -0700 (PDT) Date: Tue, 14 May 2002 22:54:01 -0700 From: Kris Kennaway To: Joseph Scott Cc: Kris Kennaway , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/games/rt2-demo/files do-install Message-ID: <20020514225401.A67550@xor.obsecurity.org> References: <200205150248.g4F2mB727890@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from joseph@randomnetworks.com on Tue, May 14, 2002 at 10:54:02PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 14, 2002 at 10:54:02PM -0700, Joseph Scott wrote: >=20 > On Tue, 14 May 2002, Kris Kennaway wrote: >=20 > # kris 2002/05/14 19:48:11 PDT > #=20 > # Modified files: > # games/rt2-demo/files do-install=20 > # Log: > # Don't hardcode /usr/ports/distfiles; use ${DISTDIR} instead. > # =20 > # Noticed by: bento >=20 > This appears to be the exact issue brought by PR ports/34318 : >=20 > ports/games/rt2-demo-files/do-install has hard coded /usr/ports/distfiles Thanks, I've closed the PR. Kris --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84ff5Wry0BWjoQKURAs8rAJ9LH0MByVlTkaPV8ApaN8Snk+3MoQCfRQnW fnKP4KHre5ch8orEx5N8EKc= =1/2/ -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 23: 4:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8AE637B408; Tue, 14 May 2002 23:04:11 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F64BN55772; Tue, 14 May 2002 23:04:11 -0700 (PDT) (envelope-from kris) Message-Id: <200205150604.g4F64BN55772@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 14 May 2002 23:04:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/14 23:04:11 PDT Modified files: www Makefile Log: Remove webcheck, which has not yet been upgraded after a repo copy. Pointy hat to: ijliao Revision Changes Path 1.492 +0 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 23:10:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F36F37B408; Tue, 14 May 2002 23:08:04 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F684259809; Tue, 14 May 2002 23:08:04 -0700 (PDT) (envelope-from mike) Message-Id: <200205150608.g4F684259809@freefall.freebsd.org> From: Mike Barcroft Date: Tue, 14 May 2002 23:08:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/c99 index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/05/14 23:08:04 PDT Modified files: en/projects/c99 index.sgml Log: Add the gcc upgrade as a completed task, since it's a key factor in C99 support. Mark asa(1) task as committed to -current. Revision Changes Path 1.18 +17 -9 www/en/projects/c99/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 23:32:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2056637B404; Tue, 14 May 2002 23:32:30 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F6WUR62354; Tue, 14 May 2002 23:32:30 -0700 (PDT) (envelope-from obrien) Message-Id: <200205150632.g4F6WUR62354@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 14 May 2002 23:32:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberosIV/lib/libtelnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/14 23:32:29 PDT Modified files: kerberosIV/lib/libtelnet Makefile Log: This code is no longer WARNS level 2 OK. Revision Changes Path 1.14 +1 -1 src/kerberosIV/lib/libtelnet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 23:32:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 875A237B400; Tue, 14 May 2002 23:32:51 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F6Wpq63450; Tue, 14 May 2002 23:32:51 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200205150632.g4F6Wpq63450@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 14 May 2002 23:32:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/net Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/05/14 23:32:51 PDT Modified files: . modules net Makefile Log: Connect net-snmp4 (4.x series of ucd-snmp). Repocopied by: joe Revision Changes Path 1.5114 +1 -0 CVSROOT/modules 1.759 +1 -0 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 23:34:40 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id CFE4B37B40E; Tue, 14 May 2002 23:34:33 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZQQS; Wed, 15 May 2002 09:36:21 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4F6YW187514; Wed, 15 May 2002 09:34:32 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CE20177.BF50736D@FreeBSD.org> Date: Wed, 15 May 2002 09:34:31 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Brian Feldman Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/mozilla Makefile pkg-plist References: <200205150357.g4F3vHJ37164@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brian Feldman wrote: > > green 2002/05/14 20:57:17 PDT > > Modified files: > www/mozilla Makefile pkg-plist > Log: > Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitously > different from the one with ChatZilla. This means building otherwise > the exact same extensions. Thank you for your patch, but *please* next time when you are about to commit something into any port maintained by gnome@FreeBSD.org pass your patches through maintainer. This is expecially important before release, when an occasional mistake could vanish work done by many individuals. In this particular case I suspect that your change broke mozilla-headers, as xmlterm extension adds its own headers into the mix, so that you also need to adjust mozilla-headers/pkg-plist. Please do it ASAP. Since you was not aware about this policy, I let your change remain in the tree, but please note that next time any unapproved changes will be reverted unconditionally by me or any other member of FreeBSD GNOME team. Thanks! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 23:43:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2433B37B409; Tue, 14 May 2002 23:41:01 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F6f0N64143; Tue, 14 May 2002 23:41:00 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200205150641.g4F6f0N64143@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 14 May 2002 23:41:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/net-snmp Makefile distinfo pkg-plist ports/net/net-snmp/files patch-Makefile.top patch-ak patch-hr_disk.c patch-hr_storage.c patch-hr_swrun.c patch-local:Makefile.in patch-memory_freebsd2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/05/14 23:41:00 PDT Modified files: net/net-snmp Makefile distinfo pkg-plist net/net-snmp/files patch-Makefile.top patch-hr_disk.c patch-hr_storage.c patch-hr_swrun.c patch-local:Makefile.in patch-memory_freebsd2.c Removed files: net/net-snmp/files patch-ak Log: Upgrade to 5.0.1. Maintainer note: I have not yet checked this major version bump enough. Please use net/net-snmp4 port for stable environment. And please report any problem with this version. Revision Changes Path 1.71 +14 -9 ports/net/net-snmp/Makefile 1.18 +1 -1 ports/net/net-snmp/distinfo 1.3 +8 -8 ports/net/net-snmp/files/patch-Makefile.top 1.3 +0 -21 ports/net/net-snmp/files/patch-ak (dead) 1.3 +10 -9 ports/net/net-snmp/files/patch-hr_disk.c 1.3 +12 -12 ports/net/net-snmp/files/patch-hr_storage.c 1.5 +34 -34 ports/net/net-snmp/files/patch-hr_swrun.c 1.2 +9 -9 ports/net/net-snmp/files/patch-local:Makefile.in 1.2 +9 -9 ports/net/net-snmp/files/patch-memory_freebsd2.c 1.21 +167 -76 ports/net/net-snmp/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue May 14 23:45:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A29837B410; Tue, 14 May 2002 23:45:41 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F6jfc64478; Tue, 14 May 2002 23:45:41 -0700 (PDT) (envelope-from cy) Message-Id: <200205150645.g4F6jfc64478@freefall.freebsd.org> From: Cy Schubert Date: Tue, 14 May 2002 23:45:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/05/14 23:45:41 PDT Modified files: . modules Log: Remove krb5-beta port, krb5-1.2.5 went GA 2 weeks ago making the -beta redundant. Revision Changes Path 1.5115 +0 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 0:13:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5786537B403; Wed, 15 May 2002 00:13:54 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F7Dsr70234; Wed, 15 May 2002 00:13:54 -0700 (PDT) (envelope-from trevor) Message-Id: <200205150713.g4F7Dsr70234@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 15 May 2002 00:13:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/15 00:13:54 PDT Modified files: security/cyrus-sasl Makefile Log: Remove defunct Sourceforge site. PR: 38100 Submitted by: Alan Batie Revision Changes Path 1.41 +0 -1 ports/security/cyrus-sasl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 0:43:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B97D37B401; Wed, 15 May 2002 00:43:11 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F7hBn72452; Wed, 15 May 2002 00:43:11 -0700 (PDT) (envelope-from znerd) Message-Id: <200205150743.g4F7hBn72452@freefall.freebsd.org> From: Ernst de Haan Date: Wed, 15 May 2002 00:43:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jboss2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/05/15 00:43:11 PDT Modified files: java/jboss2 Makefile Log: Using bin/run.jar for startup. Now the control program no longer reports an error at startup. Bumped PORTREVISION. PR: 38069 Revision Changes Path 1.3 +3 -3 ports/java/jboss2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 1: 1:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBA5637B401; Wed, 15 May 2002 01:01:31 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F81Vu73846; Wed, 15 May 2002 01:01:31 -0700 (PDT) (envelope-from des) Message-Id: <200205150801.g4F81Vu73846@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 15 May 2002 01:01:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/quot quot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/15 01:01:31 PDT Modified files: usr.sbin/quot quot.c Log: Unbreak Alpha build. Revision Changes Path 1.17 +4 -2 src/usr.sbin/quot/quot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 1:12:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 418E837B404; Wed, 15 May 2002 01:12:43 -0700 (PDT) Received: (from gj@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F8Ch178517; Wed, 15 May 2002 01:12:43 -0700 (PDT) (envelope-from gj) Message-Id: <200205150812.g4F8Ch178517@freefall.freebsd.org> From: Gary Jennejohn Date: Wed, 15 May 2002 01:12:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1/ifpi2 i4b_ifpi2_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gj 2002/05/15 01:12:42 PDT Modified files: (Branch: RELENG_4) sys/i4b/layer1/ifpi2 i4b_ifpi2_pci.c Log: MFC: r1.8 Fix a problem which could cause some machines to hang after a warm boot. Submitted by: Ari Suutari Approved by: re@ Revision Changes Path 1.6.2.2 +2 -2 src/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 1:14:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF18037B407; Wed, 15 May 2002 01:14:37 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F8Ebj78616; Wed, 15 May 2002 01:14:37 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200205150814.g4F8Ebj78616@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 15 May 2002 01:14:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2002/05/15 01:14:37 PDT Modified files: en/news press.xml Log: Bring in three new press page articles: - DaemonNews: Jordan Hubbard resigns from Core - OnLamp: Testing FreeBSD current - ExamNotes: A Multimedia Tutorial for FreeBSD PR: docs/38022 Submitted by: trevor Revision Changes Path 1.51 +32 -1 www/en/news/press.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 1:21:55 2002 Delivered-To: cvs-all@freebsd.org Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by hub.freebsd.org (Postfix) with ESMTP id E002A37B403; Wed, 15 May 2002 01:21:52 -0700 (PDT) Received: from bilbo.in.org (localhost [127.0.0.1]) by bilbo.in.mat.cc (Postfix) with ESMTP id 92A1071183; Wed, 15 May 2002 10:21:50 +0200 (CEST) Received: from sauron (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id 0721171183; Wed, 15 May 2002 10:21:48 +0200 (CEST) Date: Wed, 15 May 2002 10:21:48 +0200 From: Mathieu Arnold To: "David W. Chapman Jr." , cvs-all@FreeBSD.org Cc: khera@kciLink.com Subject: Re: cvs commit: ports/mail/postfix Makefile distinfo ports/mail/postfix/scripts configure.postfix Message-ID: <238192953.1021458108@sauron> In-Reply-To: <200205141938.g4EJcrW23166@freefall.freebsd.org> References: <200205141938.g4EJcrW23166@freefall.freebsd.org> X-Mailer: Mulberry/2.2.0 (Win32) X-wazaaa: True, true MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --On mardi 14 mai 2002 12:38 -0700 "David W. Chapman Jr." wrote: > dwcjr 2002/05/14 12:38:53 PDT > > Modified files: > mail/postfix Makefile distinfo > mail/postfix/scripts configure.postfix > Log: > Update to 1.1.9 > make PCRE and SASL libs dynamically linked As far as I remember, wietse once said why he was discouraging the use of shared libraries, it was either a performance issue or a stability issue, but I can't find the mail where he was discussing such a matter. It may not be true anymore anyway... -- Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 1:25: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D947C37B400; Wed, 15 May 2002 01:25:05 -0700 (PDT) Received: (from gj@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F8P5Q79414; Wed, 15 May 2002 01:25:05 -0700 (PDT) (envelope-from gj) Message-Id: <200205150825.g4F8P5Q79414@freefall.freebsd.org> From: Gary Jennejohn Date: Wed, 15 May 2002 01:25:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vile Makefile distinfo ports/editors/xvile Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gj 2002/05/15 01:25:05 PDT Modified files: editors/vile Makefile distinfo editors/xvile Makefile distinfo Log: Update to patch 9.2zc. The new patches contain mostly fixes for winvile, but a few are of general interest. Revision Changes Path 1.39 +4 -2 ports/editors/vile/Makefile 1.23 +2 -0 ports/editors/vile/distinfo 1.41 +4 -2 ports/editors/xvile/Makefile 1.24 +2 -0 ports/editors/xvile/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 1:27:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AF5037B400; Wed, 15 May 2002 01:27:28 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F8RSU79612; Wed, 15 May 2002 01:27:28 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200205150827.g4F8RSU79612@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 15 May 2002 01:27:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2002/05/15 01:27:28 PDT Modified files: en/news press.xsl Log: Correct capitalization of page title. Submitted by: trevor Revision Changes Path 1.3 +2 -2 www/en/news/press.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 1:33:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0AAF37B403; Wed, 15 May 2002 01:33:41 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F8Xfa80110; Wed, 15 May 2002 01:33:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200205150833.g4F8Xfa80110@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 01:33:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.m68k Makefile.rs6000 src/gnu/usr.bin/binutils/libbfd/i386 bfd.h src/gnu/usr.bin/binutils/libbfd/m68k bfd.h config.h src/gnu/usr.bin/binutils/libbfd/rs6000 bfd.h config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 01:33:41 PDT Modified files: gnu/usr.bin/binutils/libbfd/i386 bfd.h Removed files: gnu/usr.bin/binutils/libbfd Makefile.m68k Makefile.rs6000 gnu/usr.bin/binutils/libbfd/m68k bfd.h config.h gnu/usr.bin/binutils/libbfd/rs6000 bfd.h config.h Log: We won't be doing FreeBSD/m68k or FreeBSD/rs6k anytime soon. (not to mention these bits are still at the 2.9.1 level) Revision Changes Path 1.4 +0 -50 src/gnu/usr.bin/binutils/libbfd/Makefile.m68k (dead) 1.4 +0 -12 src/gnu/usr.bin/binutils/libbfd/Makefile.rs6000 (dead) 1.14 +0 -3 src/gnu/usr.bin/binutils/libbfd/i386/bfd.h 1.2 +0 -2797 src/gnu/usr.bin/binutils/libbfd/m68k/bfd.h (dead) 1.2 +0 -93 src/gnu/usr.bin/binutils/libbfd/m68k/config.h (dead) 1.2 +0 -2797 src/gnu/usr.bin/binutils/libbfd/rs6000/bfd.h (dead) 1.2 +0 -93 src/gnu/usr.bin/binutils/libbfd/rs6000/config.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 1:37:52 2002 Delivered-To: cvs-all@freebsd.org Received: from durham-ar1-4-64-252-019.durham.dsl-verizon.net (durham-ar1-4-64-252-019.durham.dsl-verizon.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id AE63D37B40B for ; Wed, 15 May 2002 01:37:44 -0700 (PDT) Received: (qmail 13161 invoked by uid 1001); 15 May 2002 08:37:58 -0000 Date: Wed, 15 May 2002 08:37:58 +0000 From: "J. Mallett" To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.m68k Makefile.rs6000 src/gnu/usr.bin/binutils/libbfd/i386 bfd.h src/gnu/usr.bin/binutils/libbfd/m68k bfd.h config.h src/gnu/usr.bin/binutils/libbfd/rs6000 bfd.h config.h Message-ID: <20020515083758.GA4374@FreeBSD.ORG> References: <200205150833.g4F8Xfa80110@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205150833.g4F8Xfa80110@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Organisation: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 01:33:41AM -0700, David E. O'Brien wrote: > obrien 2002/05/15 01:33:41 PDT > > Modified files: > gnu/usr.bin/binutils/libbfd/i386 bfd.h > Removed files: > gnu/usr.bin/binutils/libbfd Makefile.m68k Makefile.rs6000 > gnu/usr.bin/binutils/libbfd/m68k bfd.h config.h > gnu/usr.bin/binutils/libbfd/rs6000 bfd.h config.h > Log: > We won't be doing FreeBSD/m68k or FreeBSD/rs6k anytime soon. > (not to mention these bits are still at the 2.9.1 level) I suspect the i386 change was piggybacked: #ifdef __cplusplus extern "C" { #endif - -/* FreeBSD does not adhere to the Intel386 System V ABI. */ -#define ELF_DYNAMIC_INTERPRETER "/usr/libexec/ld-elf.so.1" #include "ansidecl.h" #include "symcat.h" -- jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. http://www.FreeBSD.org | The Power to Serve Vote for me for FreeBSD core or the cute little bunny gets it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 1:52:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86FD137B401; Wed, 15 May 2002 01:52:50 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F8qoP81714; Wed, 15 May 2002 01:52:50 -0700 (PDT) (envelope-from ache) Message-Id: <200205150852.g4F8qoP81714@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 15 May 2002 01:52:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mnogosearch Makefile pkg-descr ports/www/mnogosearch/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/15 01:52:49 PDT Modified files: www/mnogosearch Makefile pkg-descr www/mnogosearch/files patch-ac Log: Fix query buffer overflow Revision Changes Path 1.33 +3 -3 ports/www/mnogosearch/Makefile 1.7 +14 -3 ports/www/mnogosearch/files/patch-ac 1.2 +1 -1 ports/www/mnogosearch/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 1:59:47 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 56B8C37B401; Wed, 15 May 2002 01:59:44 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4F8xifg099549; Wed, 15 May 2002 01:59:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4F8xido099548; Wed, 15 May 2002 01:59:44 -0700 (PDT) Date: Wed, 15 May 2002 01:59:44 -0700 From: "David O'Brien" To: "J. Mallett" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.m68k Makefile.rs6000 src/gnu/usr.bin/binutils/libbfd/i386 bfd.h src/gnu/usr.bin/binutils/libbfd/m68k bfd.h config.h src/gnu/usr.bin/binutils/libbfd/rs6000 bfd.h config.h Message-ID: <20020515015944.A99530@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , "J. Mallett" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205150833.g4F8Xfa80110@freefall.freebsd.org> <20020515083758.GA4374@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020515083758.GA4374@FreeBSD.ORG>; from jmallett@FreeBSD.ORG on Wed, May 15, 2002 at 08:37:58AM +0000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 08:37:58AM +0000, J. Mallett wrote: > On Wed, May 15, 2002 at 01:33:41AM -0700, David E. O'Brien wrote: > > obrien 2002/05/15 01:33:41 PDT > > > > Modified files: > > gnu/usr.bin/binutils/libbfd/i386 bfd.h > > Removed files: > > gnu/usr.bin/binutils/libbfd Makefile.m68k Makefile.rs6000 > > gnu/usr.bin/binutils/libbfd/m68k bfd.h config.h > > gnu/usr.bin/binutils/libbfd/rs6000 bfd.h config.h > > Log: > > We won't be doing FreeBSD/m68k or FreeBSD/rs6k anytime soon. > > (not to mention these bits are still at the 2.9.1 level) > > I suspect the i386 change was piggybacked: Grrr, I didn't notice it in the list of changed files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2: 1: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62DFE37B404; Wed, 15 May 2002 02:01:03 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F913i83610; Wed, 15 May 2002 02:01:03 -0700 (PDT) (envelope-from obrien) Message-Id: <200205150901.g4F913i83610@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 02:01:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd/i386 bfd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 02:01:03 PDT Modified files: gnu/usr.bin/binutils/libbfd/i386 bfd.h Log: We aren't quite ready to switch emulations and loose the override ELF_DYNAMIC_INTERPRETER requirement. Has a good eye: jmallet Revision Changes Path 1.15 +3 -0 src/gnu/usr.bin/binutils/libbfd/i386/bfd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:11:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4EB037B407; Wed, 15 May 2002 02:11:11 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9BBE88053; Wed, 15 May 2002 02:11:11 -0700 (PDT) (envelope-from obrien) Message-Id: <200205150911.g4F9BBE88053@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 02:11:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/as/i386-winnt Makefile config.h obj-format.h targ-cpu.h targ-env.h src/gnu/usr.bin/binutils/as/m68k-freebsd Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 02:11:11 PDT Removed files: gnu/usr.bin/binutils/as/i386-winnt Makefile config.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/m68k-freebsd Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/m68k-netbsdaout Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h Log: We won't be doing FreeBSD-NT (NTBSD?, BSDNT?) anytime soon. Same for any m68k platform. Revision Changes Path 1.3 +0 -9 src/gnu/usr.bin/binutils/as/i386-winnt/Makefile (dead) 1.2 +0 -147 src/gnu/usr.bin/binutils/as/i386-winnt/config.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/i386-winnt/obj-format.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/i386-winnt/targ-cpu.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/i386-winnt/targ-env.h (dead) 1.4 +0 -9 src/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile (dead) 1.3 +0 -147 src/gnu/usr.bin/binutils/as/m68k-freebsd/config.h (dead) 1.2 +0 -5 src/gnu/usr.bin/binutils/as/m68k-freebsd/itbl-cpu.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-freebsd/obj-format.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-freebsd/targ-cpu.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-freebsd/targ-env.h (dead) 1.3 +0 -9 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/Makefile (dead) 1.2 +0 -147 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/config.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/itbl-cpu.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/obj-format.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/targ-cpu.h (dead) 1.2 +0 -2 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/targ-env.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:17:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5739737B401; Wed, 15 May 2002 02:17:27 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9HRa88472; Wed, 15 May 2002 02:17:27 -0700 (PDT) (envelope-from obrien) Message-Id: <200205150917.g4F9HRa88472@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 02:17:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypto opensslconf-powerpc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 02:17:27 PDT Added files: secure/lib/libcrypto opensslconf-powerpc.h Log: for OpenSSL 0.9.5a Revision Changes Path 1.1 +175 -0 src/secure/lib/libcrypto/opensslconf-powerpc.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:20:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B18AB37B406; Wed, 15 May 2002 02:20:06 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9K6T88687; Wed, 15 May 2002 02:20:06 -0700 (PDT) (envelope-from des) Message-Id: <200205150920.g4F9K6T88687@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 15 May 2002 02:20:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_server.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/15 02:20:06 PDT Modified files: usr.sbin/rpc.yppasswdd yppasswdd_server.c Log: Unbreak Alpha build. Revision Changes Path 1.26 +2 -1 src/usr.sbin/rpc.yppasswdd/yppasswdd_server.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:22: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 6756937B40B; Wed, 15 May 2002 02:21:44 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id D3A03535F; Wed, 15 May 2002 11:21:42 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/as/i386-winnt Makefile config.h obj-format.h targ-cpu.h targ-env.h src/gnu/usr.bin/binutils/as/m68k-freebsd Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h ... References: <200205150911.g4F9BBE88053@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 15 May 2002 11:21:42 +0200 In-Reply-To: <200205150911.g4F9BBE88053@freefall.freebsd.org> Message-ID: Lines: 12 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "David E. O'Brien" writes: > Log: > We won't be doing FreeBSD-NT (NTBSD?, BSDNT?) anytime soon. > Same for any m68k platform. Dang, and I had this Atari ST port ready to commit. *ducks* *runs* DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:33:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31FB037B406; Wed, 15 May 2002 02:33:54 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9XsA89857; Wed, 15 May 2002 02:33:54 -0700 (PDT) (envelope-from nectar) Message-Id: <200205150933.g4F9XsA89857@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 15 May 2002 02:33:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/usr.bin/krb5-config Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/15 02:33:54 PDT Modified files: (Branch: RELENG_4) kerberos5/usr.bin/krb5-config Makefile Log: MFC 1.4: Correct libraries and version number. Approved by: brian (re) Revision Changes Path 1.1.2.3 +3 -3 src/kerberos5/usr.bin/krb5-config/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:36:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8A9B37B403; Wed, 15 May 2002 02:36:46 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9akQ90049; Wed, 15 May 2002 02:36:46 -0700 (PDT) (envelope-from des) Message-Id: <200205150936.g4F9akQ90049@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 15 May 2002 02:36:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/trpt trpt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/15 02:36:46 PDT Modified files: usr.sbin/trpt trpt.c Log: Remove bogus cast. Revision Changes Path 1.15 +2 -2 src/usr.sbin/trpt/trpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:39:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1CF137B401; Wed, 15 May 2002 02:39:31 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9dVQ90334; Wed, 15 May 2002 02:39:31 -0700 (PDT) (envelope-from des) Message-Id: <200205150939.g4F9dVQ90334@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 15 May 2002 02:39:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/tzsetup tzsetup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/15 02:39:31 PDT Modified files: usr.sbin/tzsetup tzsetup.c Log: Explicitly cast NCONTINENTS to int to silence an overflow warning. Revision Changes Path 1.24 +1 -1 src/usr.sbin/tzsetup/tzsetup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:40:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 290B137B405; Wed, 15 May 2002 02:40:26 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 177vGc-0006q8-00; Wed, 15 May 2002 16:40:18 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 177vGc-0006pw-00; Wed, 15 May 2002 16:40:18 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4F9eNG26067; Wed, 15 May 2002 16:40:23 +0700 (NOVST) (envelope-from danfe) Date: Wed, 15 May 2002 16:40:23 +0700 From: Alexey Dokuchaev To: Dag-Erling Smorgrav Cc: "David E. O'Brien" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils/as/i386-winnt Makefile config.h obj-format.h targ-cpu.h targ-env.h src/gnu/usr.bin/binutils/as/m68k-freebsd Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h ... Message-ID: <20020515164023.A24541@regency.nsu.ru> References: <200205150911.g4F9BBE88053@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from des@ofug.org on Wed, May 15, 2002 at 11:21:42AM +0200 X-Envelope-To: cvs-all@freebsd.org, cvs-committers@freebsd.org, obrien@freebsd.org, des@ofug.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 11:21:42AM +0200, Dag-Erling Smorgrav wrote: > "David E. O'Brien" writes: > > Log: > > We won't be doing FreeBSD-NT (NTBSD?, BSDNT?) anytime soon. > > Same for any m68k platform. > > Dang, and I had this Atari ST port ready to commit. Hell, I bet I've seen TI-85 one lying around on the Net somewhere! Abacus one would certainly be kinda cool either :-) ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:42:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87AD637B403; Wed, 15 May 2002 02:42:29 -0700 (PDT) Received: (from kiri@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9gTo90719; Wed, 15 May 2002 02:42:29 -0700 (PDT) (envelope-from kiri) Message-Id: <200205150942.g4F9gTo90719@freefall.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 15 May 2002 02:42:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-packages Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kiri 2002/05/15 02:42:29 PDT Modified files: editors/xemacs-packages Makefile distinfo Log: Update 2.1 -> 3.0. Sevral new pkgs have been included. Revision Changes Path 1.29 +60 -56 ports/editors/xemacs-packages/Makefile 1.23 +59 -55 ports/editors/xemacs-packages/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:43:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EBA937B404; Wed, 15 May 2002 02:43:52 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9hqh90867; Wed, 15 May 2002 02:43:52 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205150943.g4F9hqh90867@freefall.freebsd.org> From: "J. Mallett" Date: Wed, 15 May 2002 02:43:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/15 02:43:52 PDT Modified files: bin/ls ls.c Log: Remove an empty default case to make this syntactically correct. Not there is as good as blaknk. Revision Changes Path 1.57 +0 -1 src/bin/ls/ls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:46: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC86537B406; Wed, 15 May 2002 02:46:02 -0700 (PDT) Received: (from kiri@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9k2H91001; Wed, 15 May 2002 02:46:02 -0700 (PDT) (envelope-from kiri) Message-Id: <200205150946.g4F9k2H91001@freefall.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 15 May 2002 02:46:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-mule-packages Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kiri 2002/05/15 02:46:02 PDT Modified files: editors/xemacs-mule-packages Makefile distinfo Log: Update 2.1 -> 3.0. A new pkg "latin-unity-1.02" has been included. Revision Changes Path 1.18 +6 -5 ports/editors/xemacs-mule-packages/Makefile 1.10 +5 -4 ports/editors/xemacs-mule-packages/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:50: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6BED37B404; Wed, 15 May 2002 02:49:59 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9nxx91218; Wed, 15 May 2002 02:49:59 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205150949.g4F9nxx91218@freefall.freebsd.org> From: "J. Mallett" Date: Wed, 15 May 2002 02:49:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/15 02:49:59 PDT Modified files: bin/ls ls.c Log: Make 'user' and 'group' const as to not discard the qualifier from the functions we use to assign them. Doesn't seem to be anything else that relies on these being non-const. Revision Changes Path 1.58 +2 -1 src/bin/ls/ls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:51:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D2AF37B405; Wed, 15 May 2002 02:51:06 -0700 (PDT) Received: (from kiri@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9p6l91459; Wed, 15 May 2002 02:51:06 -0700 (PDT) (envelope-from kiri) Message-Id: <200205150951.g4F9p6l91459@freefall.freebsd.org> From: Kiriyama Kazuhiko Date: Wed, 15 May 2002 02:51:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-devel-mule Makefile distinfo pkg-descr pkg-descr.ja pkg-plist pkg-plist.arch-dep X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kiri 2002/05/15 02:51:06 PDT Modified files: editors/xemacs-devel-mule Makefile distinfo pkg-descr pkg-descr.ja pkg-plist pkg-plist.arch-dep Log: Update 21.4.6_1 -> 21.4.8. Revision Changes Path 1.4 +1 -2 ports/editors/xemacs-devel-mule/Makefile 1.2 +3 -3 ports/editors/xemacs-devel-mule/distinfo 1.2 +1 -1 ports/editors/xemacs-devel-mule/pkg-descr 1.2 +4 -4 ports/editors/xemacs-devel-mule/pkg-descr.ja 1.2 +2 -0 ports/editors/xemacs-devel-mule/pkg-plist 1.2 +1 -0 ports/editors/xemacs-devel-mule/pkg-plist.arch-dep To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:55:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA2BD37B409; Wed, 15 May 2002 02:55:41 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9tfV91739; Wed, 15 May 2002 02:55:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200205150955.g4F9tfV91739@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 02:55:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm_powerpc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 02:55:41 PDT Added files: lib/libkvm kvm_powerpc.c Log: Add a PowerPC machdep for kvm. Obtained from: NetBSD (rev 1.4, pre-UVM) Revision Changes Path 1.1 +101 -0 src/lib/libkvm/kvm_powerpc.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 2:56:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57B1137B407; Wed, 15 May 2002 02:56:40 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4F9ue091811; Wed, 15 May 2002 02:56:40 -0700 (PDT) (envelope-from obrien) Message-Id: <200205150956.g4F9ue091811@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 02:56:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm_powerpc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 02:56:40 PDT Modified files: lib/libkvm kvm_powerpc.c Log: Stub out _kvm_mdopen, we don't the same constants as NetBSD Revision Changes Path 1.2 +2 -0 src/lib/libkvm/kvm_powerpc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 3:14:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64B6037B401; Wed, 15 May 2002 03:14:50 -0700 (PDT) Received: (from maxim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FAEo697155; Wed, 15 May 2002 03:14:50 -0700 (PDT) (envelope-from maxim) Message-Id: <200205151014.g4FAEo697155@freefall.freebsd.org> From: Maxim Konovalov Date: Wed, 15 May 2002 03:14:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc ftpusers X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/05/15 03:14:50 PDT Modified files: (Branch: RELENG_4) etc ftpusers Log: MFC rev. 1.9: include 'www' in the list of forbidden ftp users. Approved by: re (bmah) Revision Changes Path 1.6.2.2 +2 -1 src/etc/ftpusers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 3:27:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D046C37B403; Wed, 15 May 2002 03:27:52 -0700 (PDT) Received: (from maxim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FARqn97970; Wed, 15 May 2002 03:27:52 -0700 (PDT) (envelope-from maxim) Message-Id: <200205151027.g4FARqn97970@freefall.freebsd.org> From: Maxim Konovalov Date: Wed, 15 May 2002 03:27:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/pppd ppp.deny.sample X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/05/15 03:27:52 PDT Modified files: (Branch: RELENG_4) share/examples/pppd ppp.deny.sample Log: MFC rev. 1.6-1.8: add smmsp, mailnull and www, remove ingres. Approved by: re (bmah) Revision Changes Path 1.5.2.2 +3 -1 src/share/examples/pppd/ppp.deny.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 3:32:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A3D437B412; Wed, 15 May 2002 03:32:04 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FAW4G98351; Wed, 15 May 2002 03:32:04 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200205151032.g4FAW4G98351@freefall.freebsd.org> From: MANTANI Nobutaka Date: Wed, 15 May 2002 03:32:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/emacs21/files patch-lisp_dired.el X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2002/05/15 03:32:03 PDT Modified files: editors/emacs21/files patch-lisp_dired.el Log: Fix byte-compile error of dired.el. Submitted by: IWATSUKI Hiroyuki Revision Changes Path 1.3 +2 -2 ports/editors/emacs21/files/patch-lisp_dired.el To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 3:33:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F4D737B41E; Wed, 15 May 2002 03:32:20 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FAWKx98643; Wed, 15 May 2002 03:32:20 -0700 (PDT) (envelope-from sada) Message-Id: <200205151032.g4FAWKx98643@freefall.freebsd.org> From: SADA Kenji Date: Wed, 15 May 2002 03:32:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/www Makefile ports/mail/imp Makefile pkg-descr ports/mail/imp-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/mail/imp-devel/files httpd.conf.imp patch-aa patch-ab ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/15 03:32:20 PDT Modified files: mail Makefile www Makefile mail/imp Makefile pkg-descr mail/imp3 Makefile pkg-message www/horde Makefile pkg-comment pkg-descr www/horde2 Makefile pkg-descr mail/turba Makefile pkg-descr pkg-message deskutils/kronolith Makefile pkg-message devel/chora Makefile pkg-message Removed files: mail/imp-devel Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist mail/imp-devel/files httpd.conf.imp patch-aa patch-ab patch-ac www/horde-devel Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-message pkg-plist www/horde-devel/files httpd.conf.horde patch-aa patch-ab patch-ac patch-mime_drivers.php.dist Log: Move www/horde-devel -> www/horde2 & mail/imp-devel -> mail/imp3 From PR's description: IMP 3.0 is the stable release of IMP, and Horde 2.0 the stable release of Horde. Note: mail/imp3 and deskutils/kronolith are marked as IS_INTERACTIVE since they need depending port mod_php4 with its mcrypt option enabled by hand. PR: ports/35051 Submitted by: maintainer Revision Changes Path 1.4 +2 -1 ports/deskutils/kronolith/Makefile 1.2 +2 -2 ports/deskutils/kronolith/pkg-message 1.3 +4 -4 ports/devel/chora/Makefile 1.2 +1 -1 ports/devel/chora/pkg-message 1.298 +1 -1 ports/mail/Makefile 1.8 +0 -308 ports/mail/imp-devel/Makefile (dead) 1.3 +0 -1 ports/mail/imp-devel/distinfo (dead) 1.2 +0 -31 ports/mail/imp-devel/files/httpd.conf.imp (dead) 1.3 +0 -31 ports/mail/imp-devel/files/patch-aa (dead) 1.3 +0 -35 ports/mail/imp-devel/files/patch-ab (dead) 1.2 +0 -11 ports/mail/imp-devel/files/patch-ac (dead) 1.2 +0 -1 ports/mail/imp-devel/pkg-comment (dead) 1.3 +0 -9 ports/mail/imp-devel/pkg-descr (dead) 1.3 +0 -22 ports/mail/imp-devel/pkg-message (dead) 1.3 +0 -291 ports/mail/imp-devel/pkg-plist (dead) 1.8 +1 -1 ports/mail/imp/Makefile 1.3 +4 -3 ports/mail/imp/pkg-descr 1.8 +3 -3 ports/mail/imp3/Makefile 1.3 +1 -1 ports/mail/imp3/pkg-message 1.6 +1 -1 ports/mail/turba/Makefile 1.2 +4 -5 ports/mail/turba/pkg-descr 1.3 +1 -1 ports/mail/turba/pkg-message 1.493 +1 -1 ports/www/Makefile 1.10 +0 -140 ports/www/horde-devel/Makefile (dead) 1.4 +0 -1 ports/www/horde-devel/distinfo (dead) 1.3 +0 -52 ports/www/horde-devel/files/httpd.conf.horde (dead) 1.2 +0 -68 ports/www/horde-devel/files/patch-aa (dead) 1.4 +0 -69 ports/www/horde-devel/files/patch-ab (dead) 1.3 +0 -193 ports/www/horde-devel/files/patch-ac (dead) 1.2 +0 -170 ports/www/horde-devel/files/patch-mime_drivers.php.dist (dead) 1.2 +0 -1 ports/www/horde-devel/pkg-comment (dead) 1.3 +0 -13 ports/www/horde-devel/pkg-deinstall (dead) 1.4 +0 -11 ports/www/horde-devel/pkg-descr (dead) 1.3 +0 -33 ports/www/horde-devel/pkg-message (dead) 1.5 +0 -350 ports/www/horde-devel/pkg-plist (dead) 1.9 +1 -1 ports/www/horde/Makefile 1.2 +1 -1 ports/www/horde/pkg-comment 1.2 +3 -2 ports/www/horde/pkg-descr 1.10 +1 -2 ports/www/horde2/Makefile 1.4 +1 -1 ports/www/horde2/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 3:35:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 478AC37B403; Wed, 15 May 2002 03:35:13 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FAZDY98999; Wed, 15 May 2002 03:35:13 -0700 (PDT) (envelope-from sada) Message-Id: <200205151035.g4FAZDY98999@freefall.freebsd.org> From: SADA Kenji Date: Wed, 15 May 2002 03:35:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/15 03:35:13 PDT Modified files: . modules Log: Move mail/imp-devel to mail/imp3, www/horde-devel to www/horde2. PR: ports/35051 Revision Changes Path 1.5116 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 3:46:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2BDD37B403; Wed, 15 May 2002 03:46:32 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FAkWi99948; Wed, 15 May 2002 03:46:32 -0700 (PDT) (envelope-from sada) Message-Id: <200205151046.g4FAkWi99948@freefall.freebsd.org> From: SADA Kenji Date: Wed, 15 May 2002 03:46:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imp3 Makefile ports/www/horde2/files patch-mime_drivers.php.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/15 03:46:32 PDT Modified files: mail/imp3 Makefile www/horde2/files patch-mime_drivers.php.dist Log: Since 2002/02/27 (v. 0.4), bin/xlhtml and bin/ppthtml have been lowercased, but imp3 is looking for bin/xlHtml and bin/pptHtml. PR: ports/35739 Submitted by: maintainer Pointed out by: Scott Sipe Revision Changes Path 1.9 +1 -1 ports/mail/imp3/Makefile 1.2 +2 -2 ports/www/horde2/files/patch-mime_drivers.php.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 4:32:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 009BF37B40D; Wed, 15 May 2002 04:32:53 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FBWr210203; Wed, 15 May 2002 04:32:53 -0700 (PDT) (envelope-from jhay) Message-Id: <200205151132.g4FBWr210203@freefall.freebsd.org> From: John Hay Date: Wed, 15 May 2002 04:32:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 bioscd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhay 2002/05/15 04:32:53 PDT Modified files: sys/boot/i386/libi386 bioscd.c Log: DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore. Revision Changes Path 1.3 +1 -1 src/sys/boot/i386/libi386/bioscd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 4:49: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56D0B37B401; Wed, 15 May 2002 04:49:00 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FBn0L11369; Wed, 15 May 2002 04:49:00 -0700 (PDT) (envelope-from tg) Message-Id: <200205151149.g4FBn0L11369@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 15 May 2002 04:49:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/pdksh Makefile distinfo ports/shells/pdksh/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2002/05/15 04:49:00 PDT Modified files: shells/pdksh Makefile distinfo Removed files: shells/pdksh/files patch-aa Log: Include distributed patches. PR: 38071 Submitted by: Cyrille Lefevre Revision Changes Path 1.25 +10 -1 ports/shells/pdksh/Makefile 1.13 +2 -0 ports/shells/pdksh/distinfo 1.2 +0 -17 ports/shells/pdksh/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5: 0:46 2002 Delivered-To: cvs-all@freebsd.org Received: from durham-ar1-4-64-252-019.durham.dsl-verizon.net (durham-ar1-4-64-252-019.durham.dsl-verizon.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id D6D1137B406 for ; Wed, 15 May 2002 05:00:39 -0700 (PDT) Received: (qmail 17604 invoked by uid 1001); 15 May 2002 12:00:55 -0000 Date: Wed, 15 May 2002 12:00:54 +0000 From: "J. Mallett" To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ls ls.c Message-ID: <20020515120053.GA20216@FreeBSD.ORG> References: <200205150949.g4F9nxx91218@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205150949.g4F9nxx91218@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Organisation: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 02:49:59AM -0700, J. Mallett wrote: > jmallett 2002/05/15 02:49:59 PDT > > Modified files: > bin/ls ls.c > Log: > Make 'user' and 'group' const as to not discard the qualifier from the > functions we use to assign them. Doesn't seem to be anything else that > relies on these being non-const. When moving wrong local prototypes to a header and making them right there, please make sure to change the places that had them locally wrong to not do the wrong thing. -- jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. http://www.FreeBSD.org | The Power to Serve Vote for me for FreeBSD core or the cute little bunny gets it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5: 2:35 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 1DEF637B403; Wed, 15 May 2002 05:02:30 -0700 (PDT) Received: from dwcjr (unknown [192.168.1.254]) by leviathan.inethouston.net (Postfix) with SMTP id 51762319920; Wed, 15 May 2002 07:02:25 -0500 (CDT) Message-ID: <011c01c1fc08$5f36cf50$fe01a8c0@dwcjr> From: "David W. Chapman Jr." To: "Mathieu Arnold" , "David W. Chapman Jr." , Cc: References: <200205141938.g4EJcrW23166@freefall.freebsd.org> <238192953.1021458108@sauron> Subject: Re: cvs commit: ports/mail/postfix Makefile distinfo ports/mail/postfix/scripts configure.postfix Date: Wed, 15 May 2002 07:02:17 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I do remember vaguely what you're talking about, but I think it was with different libraries. I think making them shared broke them, but so far it works. ----- Original Message ----- From: "Mathieu Arnold" To: "David W. Chapman Jr." ; Cc: Sent: Wednesday, May 15, 2002 3:21 AM Subject: Re: cvs commit: ports/mail/postfix Makefile distinfo ports/mail/postfix/scripts configure.postfix > > --On mardi 14 mai 2002 12:38 -0700 "David W. Chapman Jr." > wrote: > > > dwcjr 2002/05/14 12:38:53 PDT > > > > Modified files: > > mail/postfix Makefile distinfo > > mail/postfix/scripts configure.postfix > > Log: > > Update to 1.1.9 > > make PCRE and SASL libs dynamically linked > > As far as I remember, wietse once said why he was discouraging the use of > shared libraries, it was either a performance issue or a stability issue, > but I can't find the mail where he was discussing such a matter. It may not > be true anymore anyway... > > -- > Mathieu Arnold > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5: 8:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2651437B403; Wed, 15 May 2002 05:08:20 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FC8KL16527; Wed, 15 May 2002 05:08:20 -0700 (PDT) (envelope-from tg) Message-Id: <200205151208.g4FC8KL16527@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 15 May 2002 05:08:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/opendx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2002/05/15 05:08:19 PDT Modified files: graphics/opendx Makefile Log: OpenDX tries to run automake if it finds it, but newer versions don't work for it. So, define USE_AUTOMAKE to force the old automake-1.4. Revision Changes Path 1.21 +2 -0 ports/graphics/opendx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5:20:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E8F137B405; Wed, 15 May 2002 05:20:48 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCKmD17533; Wed, 15 May 2002 05:20:48 -0700 (PDT) (envelope-from tg) Message-Id: <200205151220.g4FCKmD17533@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 15 May 2002 05:20:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/pygist Makefile distinfo pkg-comment pkg-descr pkg-plist ports/math/pygist/files patch-aa patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2002/05/15 05:20:48 PDT Modified files: math Makefile Removed files: math/pygist Makefile distinfo pkg-comment pkg-descr pkg-plist math/pygist/files patch-aa patch-ab patch-ac patch-ad Log: Remove pygist. This port has been broken since the upgrade of lang/yorick and it's no longer being developed. Revision Changes Path 1.175 +0 -1 ports/math/Makefile 1.20 +0 -53 ports/math/pygist/Makefile (dead) 1.7 +0 -1 ports/math/pygist/distinfo (dead) 1.2 +0 -11 ports/math/pygist/files/patch-aa (dead) 1.3 +0 -17 ports/math/pygist/files/patch-ab (dead) 1.3 +0 -11 ports/math/pygist/files/patch-ac (dead) 1.3 +0 -11 ports/math/pygist/files/patch-ad (dead) 1.3 +0 -1 ports/math/pygist/pkg-comment (dead) 1.2 +0 -20 ports/math/pygist/pkg-descr (dead) 1.4 +0 -122 ports/math/pygist/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5:25:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C52E137B409; Wed, 15 May 2002 05:25:12 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCPCH17954; Wed, 15 May 2002 05:25:12 -0700 (PDT) (envelope-from brian) Message-Id: <200205151225.g4FCPCH17954@freefall.freebsd.org> From: Brian Somers Date: Wed, 15 May 2002 05:25:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr i2odep.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/15 05:25:11 PDT Modified files: sys/dev/asr i2odep.h Log: Remove an extraneous ) Not approved by: maintainer I'm guessing that this is trivial enough to sidestep approval. Revision Changes Path 1.7 +1 -1 src/sys/dev/asr/i2odep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5:31:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BA3237B401; Wed, 15 May 2002 05:31:10 -0700 (PDT) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCVAW18437; Wed, 15 May 2002 05:31:10 -0700 (PDT) (envelope-from yoichi) Message-Id: <200205151231.g4FCVAW18437@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Wed, 15 May 2002 05:31:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/skk-jisyo Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/05/15 05:31:10 PDT Modified files: japanese/skk-jisyo Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Update to the newest dictionary files. Take over maintainership. Approved by: matusita (previous maintainer) Revision Changes Path 1.8 +20 -25 ports/japanese/skk-jisyo/Makefile 1.2 +3 -1 ports/japanese/skk-jisyo/distinfo 1.3 +1 -1 ports/japanese/skk-jisyo/pkg-comment 1.3 +4 -6 ports/japanese/skk-jisyo/pkg-descr 1.2 +3 -1 ports/japanese/skk-jisyo/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5:33:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADF5537B400; Wed, 15 May 2002 05:33:36 -0700 (PDT) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCXal19182; Wed, 15 May 2002 05:33:36 -0700 (PDT) (envelope-from yoichi) Message-Id: <200205151233.g4FCXal19182@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Wed, 15 May 2002 05:33:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/skk-jisyo/files patch-aa patch-ba patch-bb patch-ca patch-cb patch-da patch-db patch-dc patch-dd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/05/15 05:33:36 PDT Removed files: japanese/skk-jisyo/files patch-aa patch-ba patch-bb patch-ca patch-cb patch-da patch-db patch-dc patch-dd Log: Remove unnecessary patches. Revision Changes Path 1.2 +0 -45 ports/japanese/skk-jisyo/files/patch-aa (dead) 1.2 +0 -11 ports/japanese/skk-jisyo/files/patch-ba (dead) 1.2 +0 -14 ports/japanese/skk-jisyo/files/patch-bb (dead) 1.2 +0 -17 ports/japanese/skk-jisyo/files/patch-ca (dead) 1.2 +0 -13 ports/japanese/skk-jisyo/files/patch-cb (dead) 1.2 +0 -33 ports/japanese/skk-jisyo/files/patch-da (dead) 1.2 +0 -11 ports/japanese/skk-jisyo/files/patch-db (dead) 1.2 +0 -11 ports/japanese/skk-jisyo/files/patch-dc (dead) 1.2 +0 -10 ports/japanese/skk-jisyo/files/patch-dd (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5:35:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF43A37B407; Wed, 15 May 2002 05:35:06 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCZ6N19331; Wed, 15 May 2002 05:35:06 -0700 (PDT) (envelope-from bsd) Message-Id: <200205151235.g4FCZ6N19331@freefall.freebsd.org> From: "Brian S. Dean" Date: Wed, 15 May 2002 05:35:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/comserv Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2002/05/15 05:35:06 PDT Modified files: comms/comserv Makefile distinfo Log: Update to 1.4.1. Revision Changes Path 1.13 +1 -1 ports/comms/comserv/Makefile 1.12 +1 -1 ports/comms/comserv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5:51:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DAD037B403; Wed, 15 May 2002 05:51:34 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCpYO25974; Wed, 15 May 2002 05:51:34 -0700 (PDT) (envelope-from nectar) Message-Id: <200205151251.g4FCpYO25974@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 15 May 2002 05:51:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/etc/defaults make.conf src/kerberos5/usr.bin/k5su Makefile src/share/man/man5 make.conf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/15 05:51:33 PDT Modified files: (Branch: RELENG_4) . UPDATING etc/defaults make.conf kerberos5/usr.bin/k5su Makefile share/man/man5 make.conf.5 Log: MFC 1.206 src/UPDATING 1.6 src/kerberos5/usr.bin/k5su/Makefile 1.187 src/share/examples/etc/make.conf (etc/defaults/make.conf) 1.44 src/share/man/man5/make.conf.5 Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined. Approved by: brian (re) Revision Changes Path 1.73.2.67 +6 -0 src/UPDATING 1.97.2.65 +6 -1 src/etc/defaults/make.conf 1.1.2.5 +3 -1 src/kerberos5/usr.bin/k5su/Makefile 1.12.2.16 +4 -0 src/share/man/man5/make.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5:56:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEBE937B406; Wed, 15 May 2002 05:56:23 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCuNn28479; Wed, 15 May 2002 05:56:23 -0700 (PDT) (envelope-from nectar) Message-Id: <200205151256.g4FCuNn28479@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 15 May 2002 05:56:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/etc/defaults make.conf src/kerberos5/usr.bin/k5su Makefile src/share/man/man5 make.conf.5 X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/15 05:56:23 PDT Modified files: (Branch: RELENG_4_5) . UPDATING etc/defaults make.conf kerberos5/usr.bin/k5su Makefile share/man/man5 make.conf.5 Log: MFC 1.206 src/UPDATING 1.6 src/kerberos5/usr.bin/k5su/Makefile 1.187 src/share/examples/etc/make.conf (etc/defaults/make.conf) 1.44 src/share/man/man5/make.conf.5 Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined. Revision Changes Path 1.73.2.50.2.12 +6 -0 src/UPDATING 1.97.2.59.2.1 +6 -1 src/etc/defaults/make.conf 1.1.2.2.4.1 +3 -1 src/kerberos5/usr.bin/k5su/Makefile 1.12.2.12.2.1 +4 -0 src/share/man/man5/make.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5:58:13 2002 Delivered-To: cvs-all@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by hub.freebsd.org (Postfix) with ESMTP id 6943B37B401; Wed, 15 May 2002 05:58:07 -0700 (PDT) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id g4FCw5X14024; Wed, 15 May 2002 14:58:06 +0200 (MEST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.11.6/8.11.6) with ESMTP id g4FCw5q10933; Wed, 15 May 2002 14:58:05 +0200 (MEST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.12.3/8.12.3/Siemens CERT [ $Revision: 1.23 ]) with ESMTP id g4FCw5xq020345; Wed, 15 May 2002 14:58:05 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [127.0.0.1]) by alaska.cert.siemens.de (8.12.3/8.12.3/alaska [ $Revision: 1.12 ]) with ESMTP id g4FCw594082356; Wed, 15 May 2002 14:58:05 +0200 (CEST) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.12.3/8.12.3/alaska [ $Revision: 1.3 ]) id g4FCw5Jh082355; Wed, 15 May 2002 14:58:05 +0200 (CEST) (envelope-from ust) Date: Wed, 15 May 2002 14:58:05 +0200 From: Udo Schweigert To: Thomas Gellekum Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/shells/pdksh Makefile distinfo ports/shells/pdksh/files patch-aa Message-ID: <20020515125805.GA82268@alaska.cert.siemens.de> Mail-Followup-To: Thomas Gellekum , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200205151149.g4FBn0L11369@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <200205151149.g4FBn0L11369@freefall.freebsd.org> X-Operating-System: FreeBSD 4.6-PRERELEASE User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 04:49:00 -0700, Thomas Gellekum wrote: > tg 2002/05/15 04:49:00 PDT > > Modified files: > shells/pdksh Makefile distinfo > Removed files: > shells/pdksh/files patch-aa > Log: > Include distributed patches. > > PR: 38071 > Submitted by: Cyrille Lefevre > > Revision Changes Path > 1.25 +10 -1 ports/shells/pdksh/Makefile > 1.13 +2 -0 ports/shells/pdksh/distinfo > 1.2 +0 -17 ports/shells/pdksh/files/patch-aa (dead) > Hi Thomas, this port now has PORTVERSION=5.2.14.p2, which will portupgrade not consider it to be upgraded. A PORTVERSION=5.2.14.2 would be much better. Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 5:59:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0642F37B403; Wed, 15 May 2002 05:59:55 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FCxsX28715; Wed, 15 May 2002 05:59:55 -0700 (PDT) (envelope-from ru) Message-Id: <200205151259.g4FCxsX28715@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 May 2002 05:59:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpanel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/15 05:59:54 PDT Modified files: lib/libpanel Makefile Log: `all-man' now creates manpages in the -DNOMANCOMPRESS case too. Revision Changes Path 1.7 +1 -2 src/lib/libpanel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6: 4: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22A5E37B401; Wed, 15 May 2002 06:04:01 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FD41I29179; Wed, 15 May 2002 06:04:01 -0700 (PDT) (envelope-from nectar) Message-Id: <200205151304.g4FD41I29179@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 15 May 2002 06:04:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/etc/defaults make.conf src/kerberos5/usr.bin/k5su Makefile src/share/man/man5 make.conf.5 X-FreeBSD-CVS-Branch: RELENG_4_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/15 06:04:01 PDT Modified files: (Branch: RELENG_4_4) . UPDATING etc/defaults make.conf kerberos5/usr.bin/k5su Makefile share/man/man5 make.conf.5 Log: MFC 1.206 src/UPDATING 1.6 src/kerberos5/usr.bin/k5su/Makefile 1.187 src/share/examples/etc/make.conf (etc/defaults/make.conf) 1.44 src/share/man/man5/make.conf.5 Turn on the set-user-ID bit for k5su if ENABLE_SUID_K5SU is defined. Revision Changes Path 1.73.2.43.2.12 +6 -0 src/UPDATING 1.97.2.58.2.1 +6 -1 src/etc/defaults/make.conf 1.1.2.2.2.1 +3 -1 src/kerberos5/usr.bin/k5su/Makefile 1.12.2.10.2.1 +5 -1 src/share/man/man5/make.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6: 7:12 2002 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8065137B408; Wed, 15 May 2002 06:07:02 -0700 (PDT) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.6/8.11.6) with ESMTP id g4FD71651437; Wed, 15 May 2002 09:07:02 -0400 (EDT) (envelope-from green@green.bikeshed.org) Message-Id: <200205151307.g4FD71651437@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Maxim Sobolev Cc: Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/mozilla Makefile pkg-plist In-Reply-To: Your message of "Wed, 15 May 2002 09:34:31 +0300." <3CE20177.BF50736D@FreeBSD.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 May 2002 09:07:01 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > Brian Feldman wrote: > > > > green 2002/05/14 20:57:17 PDT > > > > Modified files: > > www/mozilla Makefile pkg-plist > > Log: > > Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitously > > different from the one with ChatZilla. This means building otherwise > > the exact same extensions. > > Thank you for your patch, but *please* next time when you are about to > commit something into any port maintained by gnome@FreeBSD.org pass > your patches through maintainer. This is expecially important before > release, when an occasional mistake could vanish work done by many > individuals. In this particular case I suspect that your change broke > mozilla-headers, as xmlterm extension adds its own headers into the > mix, so that you also need to adjust mozilla-headers/pkg-plist. Please > do it ASAP. I don't believe anything broke, since I was able to successfully package both of the ports. In any case, I'm sorry about that; I was under the mistaken impression that the mailing-list MAINTAINERs in ports were unlike conventional ones. You're right, though; since mozilla-headers should include xmlterm since it's now required in both cases, I'll add that. > Since you was not aware about this policy, I let your change remain in > the tree, but please note that next time any unapproved changes will > be reverted unconditionally by me or any other member of FreeBSD GNOME > team. > > Thanks! You've gotten me curious -- why is Mozilla a "gnome" port? It's almost entirely unrelated... -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6: 8:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39B8237B403; Wed, 15 May 2002 06:08:44 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FD8id33297; Wed, 15 May 2002 06:08:44 -0700 (PDT) (envelope-from green) Message-Id: <200205151308.g4FD8id33297@freefall.freebsd.org> From: Brian Feldman Date: Wed, 15 May 2002 06:08:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-headers pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2002/05/15 06:08:44 PDT Modified files: www/mozilla-headers pkg-plist Log: Package the xmlterm headers since they're now installed by default. Revision Changes Path 1.23 +11 -0 ports/www/mozilla-headers/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6:15:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7458B37B403; Wed, 15 May 2002 06:15:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDF4Y34003; Wed, 15 May 2002 06:15:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205151315.g4FDF4Y34003@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 15 May 2002 06:15:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/pftpd Makefile distinfo ports/ftp/pftpd/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/15 06:15:04 PDT Modified files: ftp/pftpd Makefile distinfo Added files: ftp/pftpd/files patch-Makefile.in Log: upgrade to 0.39 PR: 38094 Submitted by: maintainer Revision Changes Path 1.3 +2 -3 ports/ftp/pftpd/Makefile 1.3 +1 -1 ports/ftp/pftpd/distinfo 1.1 +11 -0 ports/ftp/pftpd/files/patch-Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6:16: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF9EE37B404; Wed, 15 May 2002 06:15:59 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDFxT34133; Wed, 15 May 2002 06:15:59 -0700 (PDT) (envelope-from lioux) Message-Id: <200205151315.g4FDFxT34133@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 May 2002 06:15:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/edonkey-gui-java Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/15 06:15:59 PDT Modified files: net/edonkey-gui-java Makefile distinfo Log: Update to 1.1.1 Revision Changes Path 1.7 +2 -2 ports/net/edonkey-gui-java/Makefile 1.5 +1 -1 ports/net/edonkey-gui-java/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6:19: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D40E37B401; Wed, 15 May 2002 06:19:02 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDJ2Z34417; Wed, 15 May 2002 06:19:02 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205151319.g4FDJ2Z34417@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 15 May 2002 06:19:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/amavisd Makefile pkg-install pkg-plist ports/security/amavisd/files amavisd.sh amavisd.sh.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/15 06:19:02 PDT Modified files: security/amavisd Makefile pkg-plist Added files: security/amavisd pkg-install security/amavisd/files amavisd.sh Removed files: security/amavisd/files amavisd.sh.sample Log: * fix a typo in /usr/local/etc/rc.d/amavisd.sh * fix to use vscan:vscan to scan virus * add a dependency of p5-Net-Telnet PR: 38084 Submitted by: maintainer Revision Changes Path 1.2 +17 -12 ports/security/amavisd/Makefile 1.1 +20 -0 ports/security/amavisd/files/amavisd.sh (new) 1.2 +0 -20 ports/security/amavisd/files/amavisd.sh.sample (dead) 1.1 +39 -0 ports/security/amavisd/pkg-install (new) 1.2 +1 -1 ports/security/amavisd/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6:20:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5C9737B407; Wed, 15 May 2002 06:20:09 -0700 (PDT) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDK9F34711; Wed, 15 May 2002 06:20:09 -0700 (PDT) (envelope-from yoichi) Message-Id: <200205151320.g4FDK9F34711@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Wed, 15 May 2002 06:20:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kterm Makefile ports/japanese/kterm/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/05/15 06:20:09 PDT Modified files: japanese/kterm Makefile japanese/kterm/files patch-ab Log: Fix input problem while mouse pointer is left on scroll bar. PR: ports/37668 Submitted by: Yoshihiko Sarumaru Reviewed by: ports-jp@jp.FreeBSD.org Revision Changes Path 1.34 +1 -1 ports/japanese/kterm/Makefile 1.6 +3 -3 ports/japanese/kterm/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6:43:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86C0637B401; Wed, 15 May 2002 06:43:45 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDhjC36631; Wed, 15 May 2002 06:43:45 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205151343.g4FDhjC36631@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 15 May 2002 06:43:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/math Makefile ports/math/graphthing Makefile ports/misc Makefile ports/misc/graphthing Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/graphthing/files patch-Makefile.in ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/15 06:43:44 PDT Modified files: . modules math Makefile math/graphthing Makefile misc Makefile Removed files: misc/graphthing Makefile distinfo pkg-comment pkg-descr pkg-plist misc/graphthing/files patch-Makefile.in patch-aclocal.m4 patch-configure patch-configure.in patch-src-Makefile.in Log: misc/graphthing -> math/graphthing Revision Changes Path 1.5117 +1 -1 CVSROOT/modules 1.176 +1 -0 ports/math/Makefile 1.3 +1 -1 ports/math/graphthing/Makefile 1.441 +0 -1 ports/misc/Makefile 1.3 +0 -25 ports/misc/graphthing/Makefile (dead) 1.3 +0 -1 ports/misc/graphthing/distinfo (dead) 1.2 +0 -11 ports/misc/graphthing/files/patch-Makefile.in (dead) 1.2 +0 -20 ports/misc/graphthing/files/patch-aclocal.m4 (dead) 1.2 +0 -77 ports/misc/graphthing/files/patch-configure (dead) 1.2 +0 -10 ports/misc/graphthing/files/patch-configure.in (dead) 1.2 +0 -11 ports/misc/graphthing/files/patch-src-Makefile.in (dead) 1.2 +0 -1 ports/misc/graphthing/pkg-comment (dead) 1.2 +0 -5 ports/misc/graphthing/pkg-descr (dead) 1.2 +0 -1 ports/misc/graphthing/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6:53:44 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id A62E637B405; Wed, 15 May 2002 06:53:25 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4FDrCH51651; Wed, 15 May 2002 16:53:12 +0300 (EEST) (envelope-from ru) Date: Wed, 15 May 2002 16:53:12 +0300 From: Ruslan Ermilov To: John Hay Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 bioscd.c Message-ID: <20020515135312.GB40274@sunbay.com> References: <200205151132.g4FBWr210203@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PmA2V3Z32TCmWXqI" Content-Disposition: inline In-Reply-To: <200205151132.g4FBWr210203@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --PmA2V3Z32TCmWXqI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 15, 2002 at 04:32:53AM -0700, John Hay wrote: > jhay 2002/05/15 04:32:53 PDT >=20 > Modified files: > sys/boot/i386/libi386 bioscd.c=20 > Log: > DEV_BSIZE lives in sys/param.h and not in machine/param.h anymore. > =20 > Revision Changes Path > 1.3 +1 -1 src/sys/boot/i386/libi386/bioscd.c >=20 *sigh* :-) cvs server: Up-to-date check failed for `bioscd.c' cvs [server aborted]: correct above errors first! cvs commit: saving log message in /tmp/cvs0Bj3km Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --PmA2V3Z32TCmWXqI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84mhIUkv4P6juNwoRAmygAKCAr9RQQJO51ybu8RdkDr+jUM6EqQCfT5Tt KaXJc10VjNC7ZNWZEogbibU= =EC5k -----END PGP SIGNATURE----- --PmA2V3Z32TCmWXqI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6:57:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6313437B407; Wed, 15 May 2002 06:57:53 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDvra37641; Wed, 15 May 2002 06:57:53 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205151357.g4FDvra37641@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 15 May 2002 06:57:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnuplot pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/15 06:57:53 PDT Modified files: math/gnuplot pkg-descr Log: change WWW No Response from: maintainer Revision Changes Path 1.3 +1 -1 ports/math/gnuplot/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 6:59:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A26237B404; Wed, 15 May 2002 06:59:54 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FDxss37807; Wed, 15 May 2002 06:59:54 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205151359.g4FDxss37807@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 15 May 2002 06:59:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/atlast/files patch-atlast.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/15 06:59:54 PDT Added files: lang/atlast/files patch-atlast.c Log: Fix building under -current PR: 37940 Submitted by: obraun@informatik.unibw-muenchen.de Revision Changes Path 1.1 +24 -0 ports/lang/atlast/files/patch-atlast.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 7:15:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0891437B422; Wed, 15 May 2002 07:15:14 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEFDh43027; Wed, 15 May 2002 07:15:13 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205151415.g4FEFDh43027@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 15 May 2002 07:15:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/axe/files patch-Help::axinfo.c patch-coaxe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/15 07:15:13 PDT Added files: editors/axe/files patch-Help::axinfo.c patch-coaxe.c Log: Fix building on -current PR: 37938 Submitted by: obraun@informatik.unibw-muenchen.de Revision Changes Path 1.1 +11 -0 ports/editors/axe/files/patch-Help::axinfo.c (new) 1.1 +11 -0 ports/editors/axe/files/patch-coaxe.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 7:21:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6EF737B406; Wed, 15 May 2002 07:21:46 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FELkB43717; Wed, 15 May 2002 07:21:46 -0700 (PDT) (envelope-from lioux) Message-Id: <200205151421.g4FELkB43717@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 May 2002 07:21:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/rxvt Makefile ports/x11/rxvt/files patch-ad ports/x11/rxvt-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/15 07:21:46 PDT Modified files: x11/rxvt Makefile x11/rxvt/files patch-ad x11/rxvt-devel Makefile Log: o Teach rxvt about FreeBSD's pty: it goes all the way to letter v o Bump PORTREVISION Submitted by: Ingo Rohlfs Revision Changes Path 1.58 +5 -0 ports/x11/rxvt-devel/Makefile 1.51 +1 -0 ports/x11/rxvt/Makefile 1.2 +11 -2 ports/x11/rxvt/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 7:22:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF48E37B404; Wed, 15 May 2002 07:22:46 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEMk543867; Wed, 15 May 2002 07:22:46 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205151422.g4FEMk543867@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 15 May 2002 07:22:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnu-finger/files patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/15 07:22:46 PDT Modified files: net/gnu-finger/files patch-ag Log: Fix building under -current PR: 37964 Submitted by: obraun@informatik.unibw-muenchen.de Revision Changes Path 1.4 +32 -3 ports/net/gnu-finger/files/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 7:26:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C94F37B406; Wed, 15 May 2002 07:26:23 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEQN544160; Wed, 15 May 2002 07:26:23 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205151426.g4FEQN544160@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 15 May 2002 07:26:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/dbview Makefile ports/databases/dbview/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/15 07:26:22 PDT Modified files: databases/dbview Makefile databases/dbview/files patch-aa Log: Fix building under -current PR: 37944 Submitted by: obraun@informatik.unibw-muenchen.de Revision Changes Path 1.6 +6 -1 ports/databases/dbview/Makefile 1.2 +2 -2 ports/databases/dbview/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 7:35: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3865537B407; Wed, 15 May 2002 07:35:05 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEZ5w44848; Wed, 15 May 2002 07:35:05 -0700 (PDT) (envelope-from lioux) Message-Id: <200205151435.g4FEZ5w44848@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 May 2002 07:35:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmail distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/15 07:35:04 PDT Modified files: mail/qmail distinfo Log: Chase checksum of a patch: patch was trimmed, no further changes Submitted by: Paulius Bulotas Revision Changes Path 1.14 +1 -1 ports/mail/qmail/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 7:35:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A38937B40B; Wed, 15 May 2002 07:35:16 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEZF244870; Wed, 15 May 2002 07:35:15 -0700 (PDT) (envelope-from joerg) Message-Id: <200205151435.g4FEZF244870@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 15 May 2002 07:35:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/05/15 07:35:15 PDT Modified files: (Branch: RELENG_4) sys/isa fd.c Log: MFC revs 1.229-1.233 (except 1.231) from fd.c This rewrites the PIO loops for querying the FDC's main status register from a simple countdown-based limit to one using DELAY() so it can be assured that up to approximately 100 ms will be waited for the condition to happen. PR: kern/21397 Approved by: re Revision Changes Path 1.176.2.7 +51 -22 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 7:55:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1674F37B406; Wed, 15 May 2002 07:55:20 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FEtJT46298; Wed, 15 May 2002 07:55:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205151455.g4FEtJT46298@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 15 May 2002 07:55:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xstroke Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/15 07:55:19 PDT Modified files: x11/xstroke Makefile Log: correct etc path Revision Changes Path 1.2 +2 -0 ports/x11/xstroke/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 8:33: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B0F937B400; Wed, 15 May 2002 08:33:01 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FFX1252830; Wed, 15 May 2002 08:33:01 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205151533.g4FFX1252830@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 15 May 2002 08:33:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/webcheck Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/15 08:33:01 PDT Modified files: www Makefile www/webcheck Makefile distinfo pkg-descr pkg-plist Log: add webcheck , which is repo-copied from linbot PR: 37939 Submitted by: Mike Meyer Revision Changes Path 1.494 +1 -0 ports/www/Makefile 1.14 +15 -17 ports/www/webcheck/Makefile 1.4 +1 -1 ports/www/webcheck/distinfo 1.4 +3 -3 ports/www/webcheck/pkg-descr 1.7 +33 -33 ports/www/webcheck/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9: 4: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76F3C37B406; Wed, 15 May 2002 09:03:58 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FG3wr55554; Wed, 15 May 2002 09:03:58 -0700 (PDT) (envelope-from murray) Message-Id: <200205151603.g4FG3wr55554@freefall.freebsd.org> From: Murray Stokely Date: Wed, 15 May 2002 09:03:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/05/15 09:03:58 PDT Modified files: (Branch: RELENG_4) sys/conf newvers.sh Log: We are now in 4.6-RC. RC1 coming soon. Revision Changes Path 1.44.2.23 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9: 6:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52AA637B403; Wed, 15 May 2002 09:06:27 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FG6Rq59504; Wed, 15 May 2002 09:06:27 -0700 (PDT) (envelope-from murray) Message-Id: <200205151606.g4FG6Rq59504@freefall.freebsd.org> From: Murray Stokely Date: Wed, 15 May 2002 09:06:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/share/sgml release.ent X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/05/15 09:06:27 PDT Modified files: (Branch: RELENG_4) release/doc/share/sgml release.ent Log: Update the docs to describe 4.6-RC. Revision Changes Path 1.1.2.10 +2 -2 src/release/doc/share/sgml/release.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9: 6:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38D1737B4AE; Wed, 15 May 2002 09:06:46 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FG6k459523; Wed, 15 May 2002 09:06:46 -0700 (PDT) (envelope-from nectar) Message-Id: <200205151606.g4FG6k459523@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 15 May 2002 09:06:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/15 09:06:46 PDT Modified files: (Branch: RELENG_4_5) sys/conf newvers.sh Log: Bump patch level for k5su issue. Revision Changes Path 1.44.2.20.2.6 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9: 7:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D69C737B414; Wed, 15 May 2002 09:07:06 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FG76U59562; Wed, 15 May 2002 09:07:06 -0700 (PDT) (envelope-from nectar) Message-Id: <200205151607.g4FG76U59562@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 15 May 2002 09:07:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/15 09:07:06 PDT Modified files: (Branch: RELENG_4_4) sys/conf newvers.sh Log: Bump patch level for k5su issue. Revision Changes Path 1.44.2.17.2.11 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9: 7:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD1C237B406; Wed, 15 May 2002 09:07:38 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FG7ct59643; Wed, 15 May 2002 09:07:38 -0700 (PDT) (envelope-from nectar) Message-Id: <200205151607.g4FG7ct59643@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 15 May 2002 09:07:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/15 09:07:38 PDT Modified files: (Branch: RELENG_4_4) . UPDATING Log: Note 4.4-RELEASE-p12. Revision Changes Path 1.73.2.43.2.13 +2 -2 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9: 8:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B96837B41A; Wed, 15 May 2002 09:08:03 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FG83359705; Wed, 15 May 2002 09:08:03 -0700 (PDT) (envelope-from nectar) Message-Id: <200205151608.g4FG83359705@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 15 May 2002 09:08:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/15 09:08:03 PDT Modified files: (Branch: RELENG_4_5) . UPDATING Log: Note 4.5-RELEASE-p5. Revision Changes Path 1.73.2.50.2.13 +2 -2 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9:20: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFCDC37B407; Wed, 15 May 2002 09:19:54 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FGJsM60808; Wed, 15 May 2002 09:19:54 -0700 (PDT) (envelope-from ru) Message-Id: <200205151619.g4FGJsM60808@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 May 2002 09:19:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/include Makefile src/share/mk bsd.incs.mk bsd.lib.mk bsd.prog.mk bsd.subdir.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/15 09:19:54 PDT Modified files: . Makefile.inc1 include Makefile share/mk bsd.incs.mk bsd.lib.mk bsd.prog.mk bsd.subdir.mk Log: Rename `includes' to `buildincludes'. Rename `incsinstall' to `installincludes'. Make `includes' a -j safe shortcut for `buildincludes' + `installincludes'. `buildincludes' and `installincludes' are SUBDIR friendly, if run directly. Revision Changes Path 1.276 +2 -2 src/Makefile.inc1 1.170 +2 -2 src/include/Makefile 1.2 +10 -12 src/share/mk/bsd.incs.mk 1.126 +1 -3 src/share/mk/bsd.lib.mk 1.121 +1 -3 src/share/mk/bsd.prog.mk 1.41 +12 -1 src/share/mk/bsd.subdir.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9:29:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F4C337B405; Wed, 15 May 2002 09:29:45 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FGTj062213; Wed, 15 May 2002 09:29:45 -0700 (PDT) (envelope-from ru) Message-Id: <200205151629.g4FGTj062213@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 15 May 2002 09:29:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/15 09:29:45 PDT Modified files: . Makefile.inc1 gnu/lib Makefile gnu/usr.bin Makefile gnu/usr.bin/cc Makefile Log: Make sure to not yet build the GNU C++, but still allow for the C++ progs to be built with e.g. an old compiler, CXX=/usr/bin/c++, for the time being. Revision Changes Path 1.277 +0 -4 src/Makefile.inc1 1.37 +2 -4 src/gnu/lib/Makefile 1.66 +1 -1 src/gnu/usr.bin/Makefile 1.30 +2 -0 src/gnu/usr.bin/cc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9:30:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A6C437B404; Wed, 15 May 2002 09:30:29 -0700 (PDT) Received: (from fanf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FGUTk62458; Wed, 15 May 2002 09:30:29 -0700 (PDT) (envelope-from fanf) Message-Id: <200205151630.g4FGUTk62458@freefall.freebsd.org> From: Tony Finch Date: Wed, 15 May 2002 09:30:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unifdef Makefile unifdef.1 unifdef.c unifdefall.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/05/15 09:30:29 PDT Modified files: usr.bin/unifdef Makefile unifdef.1 unifdef.c Added files: usr.bin/unifdef unifdefall.sh Log: Upgrade unifdef: * It now knows about the existence of #elif which would have caused it to produce incorrect results in some situations. * It can now process #if and #elif lines according to the values of symbols that are specified on the command line. The expression parser is only a simple subset of what C allows but it should be sufficient for most real-world code (it can cope with everything it finds in xterm). * It has an option for printing all of the symbols that might control #if processing. The unifdefall script uses this option along with cpp -dM to strip all #ifs from a file. * It has much larger static limits. * It handles nested #ifs much more completely. There have also been many style improvements: KNF; ANSI function definitions; all global stuff moved to the top of the file; use stdbool instead of h0h0bool; const-correctness; err(3) instead of fprintf(stderr, ...); enum instead of #define; commentary. I used NetBSD's unifdef as the basis of this since it has received the most attention over the years. PR: 37454 Reviewed by: markm, dwmalone Approved by: dwmalone (mentor) MFC after: 3 weeks Revision Changes Path 1.2 +5 -0 src/usr.bin/unifdef/Makefile 1.11 +131 -37 src/usr.bin/unifdef/unifdef.1 1.8 +839 -515 src/usr.bin/unifdef/unifdef.c 1.1 +29 -0 src/usr.bin/unifdef/unifdefall.sh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9:37:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D656637B403; Wed, 15 May 2002 09:37:26 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FGbQg63038; Wed, 15 May 2002 09:37:26 -0700 (PDT) (envelope-from ume) Message-Id: <200205151637.g4FGbQg63038@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 15 May 2002 09:37:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 inet6.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/05/15 09:37:26 PDT Modified files: share/man/man4 inet6.4 Log: correct wording. Pointed out by: brian Revision Changes Path 1.14 +1 -1 src/share/man/man4/inet6.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9:40:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB84E37B407; Wed, 15 May 2002 09:40:25 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FGePg63263; Wed, 15 May 2002 09:40:25 -0700 (PDT) (envelope-from obrien) Message-Id: <200205151640.g4FGePg63263@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 09:40:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include endian.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 09:40:25 PDT Modified files: sys/sparc64/include endian.h Log: style sync with other platforms. Revision Changes Path 1.10 +2 -2 src/sys/sparc64/include/endian.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9:45:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB50737B40A; Wed, 15 May 2002 09:45:30 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FGjUr63739; Wed, 15 May 2002 09:45:30 -0700 (PDT) (envelope-from ume) Message-Id: <200205151645.g4FGjUr63739@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 15 May 2002 09:45:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 inet6.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/05/15 09:45:30 PDT Modified files: (Branch: RELENG_4) share/man/man4 inet6.4 Log: MFC 1.13, 1.14: IPV6CTL_MAPPED_ADDR was obsoleted by IPV6CTL_V6ONLY. Approved by: re (brian) Revision Changes Path 1.4.2.9 +4 -4 src/share/man/man4/inet6.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9:47: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id D870F37B403; Wed, 15 May 2002 09:46:57 -0700 (PDT) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g4FGw8R43140; Wed, 15 May 2002 12:58:08 -0400 (EDT) (envelope-from jake) Date: Wed, 15 May 2002 12:58:08 -0400 From: Jake Burkholder To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/include endian.h Message-ID: <20020515125807.C38136@locore.ca> References: <200205151640.g4FGePg63263@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205151640.g4FGePg63263@freefall.freebsd.org>; from obrien@FreeBSD.org on Wed, May 15, 2002 at 09:40:25AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Wed, May 15, 2002 at 09:40:25AM -0700, David E. O'Brien said words to the effect of; > obrien 2002/05/15 09:40:25 PDT > > Modified files: > sys/sparc64/include endian.h > Log: > style sync with other platforms. Thanks. > > Revision Changes Path > 1.10 +2 -2 src/sys/sparc64/include/endian.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9:49:23 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 0010137B400; Wed, 15 May 2002 09:49:11 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZR0W; Wed, 15 May 2002 19:50:59 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4FGn5199378; Wed, 15 May 2002 19:49:05 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CE29181.DFB1658A@FreeBSD.org> Date: Wed, 15 May 2002 19:49:05 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: "Brian F. Feldman" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/mozilla Makefile pkg-plist References: <200205151307.g4FD71651437@green.bikeshed.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Brian F. Feldman" wrote: > > Maxim Sobolev wrote: > > Brian Feldman wrote: > > > > > > green 2002/05/14 20:57:17 PDT > > > > > > Modified files: > > > www/mozilla Makefile pkg-plist > > > Log: > > > Don't treat the ${WITHOUT_CHATZILLA} (default) build as gratuitously > > > different from the one with ChatZilla. This means building otherwise > > > the exact same extensions. > > > > Thank you for your patch, but *please* next time when you are about to > > commit something into any port maintained by gnome@FreeBSD.org pass > > your patches through maintainer. This is expecially important before > > release, when an occasional mistake could vanish work done by many > > individuals. In this particular case I suspect that your change broke > > mozilla-headers, as xmlterm extension adds its own headers into the > > mix, so that you also need to adjust mozilla-headers/pkg-plist. Please > > do it ASAP. > > I don't believe anything broke, since I was able to successfully package > both of the ports. In any case, I'm sorry about that; I was under the > mistaken impression that the mailing-list MAINTAINERs in ports were unlike > conventional ones. No, they are just as conventional ones, except of ports@FreeBSD.org. For example kde@FreeBSD.org is also a mailing list, but they employ the similar maintaining policy. > You're right, though; since mozilla-headers should > include xmlterm since it's now required in both cases, I'll add that. > > > Since you was not aware about this policy, I let your change remain in > > the tree, but please note that next time any unapproved changes will > > be reverted unconditionally by me or any other member of FreeBSD GNOME > > team. > > > > Thanks! > > You've gotten me curious -- why is Mozilla a "gnome" port? It's almost > entirely unrelated... GNOME uses mozilla for html rendering, so that it is one of its core components for GNOME. Therefore, anyone breaking mozilla will automatically break gnome. Since nobody else was willing to maintain it, GNOME team took over maintainership. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9:50:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E3C1737B406; Wed, 15 May 2002 09:50:09 -0700 (PDT) Received: (from fanf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FGo9W64230; Wed, 15 May 2002 09:50:09 -0700 (PDT) (envelope-from fanf) Message-Id: <200205151650.g4FGo9W64230@freefall.freebsd.org> From: Tony Finch Date: Wed, 15 May 2002 09:50:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xinstall xinstall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/05/15 09:50:09 PDT Modified files: usr.bin/xinstall xinstall.c Log: Report errors properly if wait() fails. PR: 30543 Approved by: dwmalone (mentor) MFC after: 3 weeks Revision Changes Path 1.54 +2 -1 src/usr.bin/xinstall/xinstall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 9:56: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6A9437B408; Wed, 15 May 2002 09:55:58 -0700 (PDT) Received: (from fanf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FGtwt64629; Wed, 15 May 2002 09:55:58 -0700 (PDT) (envelope-from fanf) Message-Id: <200205151655.g4FGtwt64629@freefall.freebsd.org> From: Tony Finch Date: Wed, 15 May 2002 09:55:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio getc.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/05/15 09:55:58 PDT Modified files: lib/libc/stdio getc.3 Log: Clarify that the value of getc() etc. is an unsigned char converted to an int (as per the C standard) i.e. it can be passed straight to isalpha() etc. Approved by: dwmalone (mentor) MFC after: 3 days Revision Changes Path 1.12 +5 -1 src/lib/libc/stdio/getc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10: 2: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDF9637B407; Wed, 15 May 2002 10:01:53 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FH1r265174; Wed, 15 May 2002 10:01:53 -0700 (PDT) (envelope-from bmah) Message-Id: <200205151701.g4FH1r265174@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 May 2002 10:01:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/15 10:01:53 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix up note for uuencode/uudecode base64. Approved by: re (implicitly) Revision Changes Path 1.22.2.237 +4 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10: 5:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83A3037B400; Wed, 15 May 2002 10:05:28 -0700 (PDT) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FH5SS69051; Wed, 15 May 2002 10:05:28 -0700 (PDT) (envelope-from silby) Message-Id: <200205151705.g4FH5SS69051@freefall.freebsd.org> From: Mike Silbersack Date: Wed, 15 May 2002 10:05:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2002/05/15 10:05:28 PDT Modified files: sys/pci if_vr.c Log: Enhance the use of the watchdog timer in this driver so that it will allow recovery from transmission lockups which occur in the middle of the descriptor list, rather than just at the beginning. For some unknown reason, Rhine II chips have a tendency to stop transmitting while under heavy load, possibly due to collisions. Whether this behavior is due to a hardware bug or a driver glitch is unknown as of now. In either case, this change allows the driver to gracefully recover from such situations. Special thanks go to The Anarcat , who bugged me into looking at this and to Dominic Marks , who performed a great deal of testing to help characterize this problem. MFC after: 3 days Revision Changes Path 1.49 +3 -4 src/sys/pci/if_vr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:11:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C51E037B404; Wed, 15 May 2002 10:11:24 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHBO469957; Wed, 15 May 2002 10:11:24 -0700 (PDT) (envelope-from hrs) Message-Id: <200205151711.g4FHBO469957@freefall.freebsd.org> From: Hiroki Sato Date: Wed, 15 May 2002 10:11:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja support.sgml www/ja/prstats Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/05/15 10:11:24 PDT Modified files: ja support.sgml ja/prstats Makefile Log: - Add a line of "original revision" forgotten in the previous commit: prstats/Makefile - "Echigo BSD Users Group" is the official name of the group and should not be described in Japanese: support.sgml Requested by: Hideyuki KURASHINA Revision Changes Path 1.2 +2 -1 www/ja/prstats/Makefile 1.37 +2 -2 www/ja/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:18:12 2002 Delivered-To: cvs-all@freebsd.org Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by hub.freebsd.org (Postfix) with ESMTP id C7AD937B408; Wed, 15 May 2002 10:17:52 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id KAA39797; Wed, 15 May 2002 10:21:38 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id KAA39790; Wed, 15 May 2002 10:21:36 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Wed, 15 May 2002 10:21:36 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: "David W. Chapman Jr." Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/editors/axe/files patch-Help::axinfo.c patch-coaxe.c In-Reply-To: <200205151415.g4FEFDh43027@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 15 May 2002, David W. Chapman Jr. wrote: # dwcjr 2002/05/15 07:15:13 PDT # # Added files: # editors/axe/files patch-Help::axinfo.c patch-coaxe.c # Log: # Fix building on -current # # PR: 37938 # Submitted by: obraun@informatik.unibw-muenchen.de This also appears to fix PR ports/37671. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:18:30 2002 Delivered-To: cvs-all@freebsd.org Received: from tomts15-srv.bellnexxia.net (tomts15.bellnexxia.net [209.226.175.3]) by hub.freebsd.org (Postfix) with ESMTP id 0053937B401; Wed, 15 May 2002 10:17:51 -0700 (PDT) Received: from shall.anarcat.dyndns.org ([65.94.145.70]) by tomts15-srv.bellnexxia.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20020515171750.ZUBA19243.tomts15-srv.bellnexxia.net@shall.anarcat.dyndns.org>; Wed, 15 May 2002 13:17:50 -0400 Received: from lenny.anarcat.dyndns.org (lenny.anarcat.dyndns.org [192.168.0.4]) by shall.anarcat.dyndns.org (Postfix) with SMTP id E2F3C67; Wed, 15 May 2002 13:18:58 -0400 (EDT) Received: by lenny.anarcat.dyndns.org (sSMTP sendmail emulation); Wed, 15 May 2002 13:16:52 -0400 Date: Wed, 15 May 2002 13:16:52 -0400 From: The Anarcat To: SADA Kenji Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/rclean Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20020515171652.GF330@lenny.anarcat.dyndns.org> Mail-Followup-To: SADA Kenji , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205140315.g4E3Foh48477@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CXFpZVxO6m2Ol4tQ" Content-Disposition: inline In-Reply-To: <200205140315.g4E3Foh48477@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --CXFpZVxO6m2Ol4tQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Why isn't this part of base? On Mon May 13, 2002 at 08:15:50PM -0700, SADA Kenji wrote: > sada 2002/05/13 20:15:50 PDT >=20 > Modified files: > sysutils Makefile=20 > Added files: > sysutils/rclean Makefile distinfo pkg-comment pkg-descr=20 > pkg-plist=20 > Log: > Add new port: sysutils/rclean. > rclean provides a command-line tool to order and clean content of > rc.conf, using option order from /etc/defaults/rc.conf and printing only > choices that were different by the default value in /etc/rc.conf. > =20 > PR: ports/37593 > Submitted by: Lapo Luchini > =20 > Revision Changes Path > 1.258 +1 -0 ports/sysutils/Makefile > 1.1 +23 -0 ports/sysutils/rclean/Makefile (new) > 1.1 +1 -0 ports/sysutils/rclean/distinfo (new) > 1.1 +1 -0 ports/sysutils/rclean/pkg-comment (new) > 1.1 +9 -0 ports/sysutils/rclean/pkg-descr (new) > 1.1 +1 -0 ports/sysutils/rclean/pkg-plist (new) >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message --=20 Pemature optimization is the root of all evil - Donald Knuth --CXFpZVxO6m2Ol4tQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84pgDttcWHAnWiGcRAv0lAKCMIVMFPZTxUsvCQTFLhPYoRo/1vACfRBtO mmQVDNhZ2y/5vUa8aDZU/lM= =m7Lo -----END PGP SIGNATURE----- --CXFpZVxO6m2Ol4tQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:30:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7926737B401; Wed, 15 May 2002 10:30:42 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHUgN71677; Wed, 15 May 2002 10:30:42 -0700 (PDT) (envelope-from bsd) Message-Id: <200205151730.g4FHUgN71677@freefall.freebsd.org> From: "Brian S. Dean" Date: Wed, 15 May 2002 10:30:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/comserv Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2002/05/15 10:30:42 PDT Modified files: comms/comserv Makefile distinfo Log: Update to version 1.4.2. Revision Changes Path 1.14 +1 -1 ports/comms/comserv/Makefile 1.13 +1 -1 ports/comms/comserv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:31: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD7DE37B411; Wed, 15 May 2002 10:30:46 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHUke71693; Wed, 15 May 2002 10:30:46 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205151730.g4FHUke71693@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 10:30:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 10:30:46 PDT Modified files: en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: Whitespace and structure changes to bring this chapter closer to FDP conformance. No content changes, translaters may ignore this. Revision Changes Path 1.72 +215 -184 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:36:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by hub.freebsd.org (Postfix) with ESMTP id EA91E37B409 for ; Wed, 15 May 2002 10:36:47 -0700 (PDT) Received: (qmail 5388 invoked from network); 15 May 2002 17:36:46 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 15 May 2002 17:36:46 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4FHaiF66555; Wed, 15 May 2002 13:36:44 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205141109.g4EB9ii29547@freefall.freebsd.org> Date: Wed, 15 May 2002 13:36:29 -0400 (EDT) From: John Baldwin To: Poul-Henning Kamp Subject: RE: cvs commit: src/sys/coda coda_vnops.c src/sys/fs/msdosfs msd Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-May-2002 Poul-Henning Kamp wrote: > phk 2002/05/14 04:09:43 PDT > > Modified files: > sys/coda coda_vnops.c > sys/fs/msdosfs msdosfs_vnops.c > sys/fs/udf udf_vnops.c > sys/kern vfs_cluster.c vnode_if.src > sys/sys bio.h buf.h types.h > sys/ufs/ufs ufs_bmap.c ufs_extern.h > sys/vm vnode_pager.c > Log: > Make daddr_t and u_daddr_t 64bits wide. > Retire daddr64_t and use daddr_t instead. There aren't any uncommitted bits lying around are there? Both i386 and alpha loaders now hang trying to start kernels. Also, people using loader.old are now getting weird messages about bio_blockno being negative and the kernel panics unable to find /sbin/init. You did test this on a clean system to make sure it boots, right? :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:55:17 2002 Delivered-To: cvs-all@freebsd.org Received: from ns1.otenet.gr (ns1.otenet.gr [195.170.0.2]) by hub.freebsd.org (Postfix) with ESMTP id 61BBB37B672; Wed, 15 May 2002 10:47:29 -0700 (PDT) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by ns1.otenet.gr (8.12.3/8.12.3) with ESMTP id g4FHkcwH003052; Wed, 15 May 2002 20:46:38 +0300 (EEST) Received: from hades.hell.gr (patr530-b183.otenet.gr [212.205.244.191]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4FHiaHL017751; Wed, 15 May 2002 20:44:37 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4FHib6q065693; Wed, 15 May 2002 20:44:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4FHIrda065484; Wed, 15 May 2002 20:18:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 15 May 2002 20:18:52 +0300 From: Giorgos Keramidas To: "David E. O'Brien" Cc: committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_unix.h osd_util.h sys_info.h Message-ID: <20020515171852.GB65155@hades.hell.gr> References: <200205142159.g4ELxBg73906@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205142159.g4ELxBg73906@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200205142159.g4ELxBg73906@freefall.freebsd.org> "David E. O'Brien" writes: > obrien 2002/05/14 14:59:10 PDT > > Modified files: > sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h > i2obscsi.h i2odep.h i2odpt.h i2oexec.h > i2omsg.h i2otypes.h i2outil.h osd_unix.h > osd_util.h sys_info.h > Log: > `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'. I'd probably use a more elaborate regexp, if this is made part of a batch, automated tool though: sed -e 's/^#[[:space:]]*define[[:space:]][[:space:]]*\([^[:space:]]\)/#define^I\1/' (Note the ^I in the second pattern, and replace that with a TAB). This will correctly style(9)'ify things like: #define FOO #define BAR #define BAZ #if FOO_BAR # define LALA #endif Just thought I'd mention this in case someone likes using it. -- Giorgos Keramidas - http://www.FreeBSD.org keramida@FreeBSD.org - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:56:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAE1937B909; Wed, 15 May 2002 10:48:33 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHlwR72686; Wed, 15 May 2002 10:47:58 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205151747.g4FHlwR72686@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 10:47:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pciconf pciconf.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 10:47:58 PDT Modified files: usr.sbin/pciconf pciconf.8 Log: pciconf(8) has an incorrect synopsis which argues the output from the actual program. Revision Changes Path 1.18 +2 -2 src/usr.sbin/pciconf/pciconf.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:57:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CFA537B8DA; Wed, 15 May 2002 10:49:14 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHmul72797; Wed, 15 May 2002 10:48:56 -0700 (PDT) (envelope-from knu) Message-Id: <200205151748.g4FHmul72797@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 15 May 2002 10:48:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/15 10:48:54 PDT Modified files: devel/cvsweb Makefile Log: Mark as FORBIDDEN; due to cross-site scripting vulnerabilities. I'll hopefully release the next version this weekend. Revision Changes Path 1.63 +2 -0 ports/devel/cvsweb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:58:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1661F37B948; Wed, 15 May 2002 10:49:18 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHn4T72832; Wed, 15 May 2002 10:49:04 -0700 (PDT) (envelope-from keichii) Message-Id: <200205151749.g4FHn4T72832@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 15 May 2002 10:49:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/ghostscript6 Makefile pkg-install ports/chinese/moefonts-cid pkg-deinstall pkg-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keichii 2002/05/15 10:49:01 PDT Modified files: chinese/ghostscript6 Makefile pkg-install chinese/moefonts-cid pkg-deinstall pkg-install Log: Committing update to chinese/ghostscript6 and chinese/moefonts-cid. PR: 38116 Revision Changes Path 1.8 +1 -1 ports/chinese/ghostscript6/Makefile 1.4 +1 -1 ports/chinese/ghostscript6/pkg-install 1.4 +1 -1 ports/chinese/moefonts-cid/pkg-deinstall 1.6 +1 -1 ports/chinese/moefonts-cid/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 10:59:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AD2B37B9E4; Wed, 15 May 2002 10:52:03 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHq3R73171; Wed, 15 May 2002 10:52:03 -0700 (PDT) (envelope-from phk) Message-Id: <200205151752.g4FHq3R73171@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 15 May 2002 10:52:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/15 10:52:03 PDT Modified files: sys/sys types.h Log: Revert daddr_t to 32 bits while we research the reported problems. Revision Changes Path 1.62 +2 -2 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11: 1:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B61837BA4A; Wed, 15 May 2002 10:53:53 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FHrql73294; Wed, 15 May 2002 10:53:52 -0700 (PDT) (envelope-from keichii) Message-Id: <200205151753.g4FHrql73294@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 15 May 2002 10:53:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/rxvt Makefile distinfo pkg-plist ports/chinese/rxvt/files patch-Makefile.in patch-autoconf::config.h.in patch-doc::Makefile.in patch-src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keichii 2002/05/15 10:53:52 PDT Modified files: chinese/rxvt Makefile distinfo pkg-plist chinese/rxvt/files patch-Makefile.in patch-autoconf::config.h.in patch-doc::Makefile.in patch-src::Makefile.in Log: Update to rxvt 2.7.8 and use ports/x11/rxvt as the master port PR: 32690 Submitted by: statue@softwareliberty.org Revision Changes Path 1.22 +9 -27 ports/chinese/rxvt/Makefile 1.12 +0 -1 ports/chinese/rxvt/distinfo 1.2 +0 -11 ports/chinese/rxvt/files/patch-Makefile.in 1.2 +0 -22 ports/chinese/rxvt/files/patch-autoconf::config.h.in 1.2 +0 -30 ports/chinese/rxvt/files/patch-doc::Makefile.in 1.2 +0 -11 ports/chinese/rxvt/files/patch-src::Makefile.in 1.6 +0 -4 ports/chinese/rxvt/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11: 2:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9746A37BB74; Wed, 15 May 2002 11:01:47 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FI1lq74134; Wed, 15 May 2002 11:01:47 -0700 (PDT) (envelope-from keichii) Message-Id: <200205151801.g4FI1lq74134@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 15 May 2002 11:01:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/auto-tw-l10n Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keichii 2002/05/15 11:01:47 PDT Modified files: chinese/auto-tw-l10n Makefile distinfo pkg-plist Log: Change maintainer, update mastersite, and update to 1.3 PR: 32596 Submitted by: statue@softwareliberty.org Revision Changes Path 1.11 +8 -9 ports/chinese/auto-tw-l10n/Makefile 1.4 +1 -1 ports/chinese/auto-tw-l10n/distinfo 1.3 +0 -5 ports/chinese/auto-tw-l10n/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11: 8:15 2002 Delivered-To: cvs-all@freebsd.org Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.22.195.2]) by hub.freebsd.org (Postfix) with ESMTP id D145E37B7D5; Wed, 15 May 2002 11:07:38 -0700 (PDT) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 1783Ba-0001uv-00 (Debian); Wed, 15 May 2002 19:07:38 +0100 Date: Wed, 15 May 2002 19:07:38 +0100 From: Tony Finch To: Giorgos Keramidas Cc: "David E. O'Brien" , committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_unix.h osd_util.h sys_info.h Message-ID: <20020515190738.C31038@chiark.greenend.org.uk> References: <200205142159.g4ELxBg73906@freefall.freebsd.org> <20020515171852.GB65155@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020515171852.GB65155@hades.hell.gr>; from keramida@FreeBSD.ORG on Wed, May 15, 2002 at 08:18:52PM +0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 08:18:52PM +0300, Giorgos Keramidas wrote: > "David E. O'Brien" writes: > > > > `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'. > > I'd probably use a more elaborate regexp, if this is made part of a > batch, automated tool though: > > sed -e 's/^#[[:space:]]*define[[:space:]][[:space:]]*\([^[:space:]]\)/#define^I\1/' Spaces are also allowed before the # of a preprocessing directive. Tony. -- f.a.n.finch http://dotat.at/ FAEROES: CYCLONIC 3 OR 4 IN NORTH AT FIRST, OTHERWISE WESTERLY BACKING EASTERLY 4 OR 5, OCCASIONALLY 6. OCCASIONAL RAIN. MODERATE OR GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:12: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1BDF37B40E; Wed, 15 May 2002 11:12:00 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FIC0F78863; Wed, 15 May 2002 11:12:00 -0700 (PDT) (envelope-from keichii) Message-Id: <200205151812.g4FIC0F78863@freefall.freebsd.org> From: "Michael C . Wu" Date: Wed, 15 May 2002 11:12:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/auto-tw-l10n distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keichii 2002/05/15 11:12:00 PDT Modified files: chinese/auto-tw-l10n distinfo Log: Wrong distinfo. This one is correct PR: 32596 Submitted by: statue@softwareliberty.org Revision Changes Path 1.5 +1 -1 ports/chinese/auto-tw-l10n/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:14:40 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 983CC37B401; Wed, 15 May 2002 11:14:26 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4FIENfg035460; Wed, 15 May 2002 11:14:23 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4FIENAO035459; Wed, 15 May 2002 11:14:23 -0700 (PDT) Date: Wed, 15 May 2002 11:14:23 -0700 From: "David O'Brien" To: Tony Finch Cc: Giorgos Keramidas , committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_unix.h osd_util.h sys_info.h Message-ID: <20020515111423.A35429@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <200205142159.g4ELxBg73906@freefall.freebsd.org> <20020515171852.GB65155@hades.hell.gr> <20020515190738.C31038@chiark.greenend.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020515190738.C31038@chiark.greenend.org.uk>; from dot@dotat.at on Wed, May 15, 2002 at 07:07:38PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 07:07:38PM +0100, Tony Finch wrote: > On Wed, May 15, 2002 at 08:18:52PM +0300, Giorgos Keramidas wrote: > > "David E. O'Brien" writes: > > > > > > `unexpand -a' should be run _before_ sed 's/^#define /#define^I/g'. > > > > I'd probably use a more elaborate regexp, if this is made part of a > > batch, automated tool though: > > > > sed -e 's/^#[[:space:]]*define[[:space:]][[:space:]]*\([^[:space:]]\)/#define^I\1/' > > Spaces are also allowed before the # of a preprocessing directive. Not in older K&R compilers, nor style(9). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:16:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2B7B37B409; Wed, 15 May 2002 11:16:23 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FIGN679229; Wed, 15 May 2002 11:16:23 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205151816.g4FIGN679229@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 15 May 2002 11:16:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/aureal-kmod Makefile distinfo pkg-descr pkg-message pkg-plist ports/audio/aureal-kmod/files aureal.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/15 11:16:23 PDT Modified files: audio/aureal-kmod Makefile distinfo pkg-descr pkg-message pkg-plist audio/aureal-kmod/files aureal.sh Log: - Unbreak on -stable; - extend a start-up script with a workaround for Via Apollo KX133 chipset. Submitted by: maintainer Revision Changes Path 1.12 +14 -6 ports/audio/aureal-kmod/Makefile 1.7 +2 -1 ports/audio/aureal-kmod/distinfo 1.3 +29 -1 ports/audio/aureal-kmod/files/aureal.sh 1.3 +1 -1 ports/audio/aureal-kmod/pkg-descr 1.4 +6 -0 ports/audio/aureal-kmod/pkg-message 1.3 +2 -3 ports/audio/aureal-kmod/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:17: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2E3337B401; Wed, 15 May 2002 11:16:43 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FIGhO79270; Wed, 15 May 2002 11:16:43 -0700 (PDT) (envelope-from obrien) Message-Id: <200205151816.g4FIGhO79270@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 11:16:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.cpu.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 11:16:43 PDT Modified files: share/mk bsd.cpu.mk Log: Default Alpha compiles to ev5. EV5 binaries will run on EV4[5], but the timing assumptions do pessimize running on EV4[5]. Tested by: ticso Revision Changes Path 1.10 +1 -1 src/share/mk/bsd.cpu.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:17:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F15037B43A; Wed, 15 May 2002 11:17:32 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FIHWh79382; Wed, 15 May 2002 11:17:32 -0700 (PDT) (envelope-from knu) Message-Id: <200205151817.g4FIHWh79382@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 15 May 2002 11:17:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/fd Makefile distinfo ports/shells/fd/files patch-_fdrc patch-input.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/15 11:17:32 PDT Modified files: shells/fd Makefile distinfo shells/fd/files patch-_fdrc Removed files: shells/fd/files patch-input.c Log: Update to 2.01. Add compression/uncompression definitions for .Z/.gz/.bz2. Revision Changes Path 1.38 +1 -2 ports/shells/fd/Makefile 1.21 +1 -1 ports/shells/fd/distinfo 1.3 +9 -5 ports/shells/fd/files/patch-_fdrc 1.2 +0 -189 ports/shells/fd/files/patch-input.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:21:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA5DF37B40B; Wed, 15 May 2002 11:21:40 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FILeF79884; Wed, 15 May 2002 11:21:40 -0700 (PDT) (envelope-from znerd) Message-Id: <200205151821.g4FILeF79884@freefall.freebsd.org> From: Ernst de Haan Date: Wed, 15 May 2002 11:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/bluej Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/05/15 11:21:40 PDT Modified files: java/bluej Makefile Log: DISTNAME is now computed instead of fixed. Approved by: maintainer Revision Changes Path 1.8 +1 -1 ports/java/bluej/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:22:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3051E37B414; Wed, 15 May 2002 11:22:00 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FIM0R80020; Wed, 15 May 2002 11:22:00 -0700 (PDT) (envelope-from hrs) Message-Id: <200205151822.g4FIM0R80020@freefall.freebsd.org> From: Hiroki Sato Date: Wed, 15 May 2002 11:22:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja index.xsl register.sgml www/ja/internal internal.sgml www/ja/java advocacy.sgml www/ja/news Makefile news.sgml www/ja/releases Makefile www/ja/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/05/15 11:22:00 PDT Modified files: ja index.xsl register.sgml ja/internal internal.sgml ja/java advocacy.sgml ja/news Makefile news.sgml ja/releases Makefile ja/security security.sgml Log: Merge the following from the English version: 1.22 -> 1.23 index.xsl 1.19 -> 1.22 register.sgml 1.21 -> 1.22 internal/internal.sgml 1.4 -> 1.5 java/advocacy.sgml 1.32 -> 1.33 news/Makefile 1.34 -> 1.35 news/news.sgml 1.30 -> 1.32 releases/Makefile 1.91 -> 1.93 security/security.sgml Revision Changes Path 1.16 +5 -5 www/ja/index.xsl 1.19 +5 -5 www/ja/internal/internal.sgml 1.3 +3 -3 www/ja/java/advocacy.sgml 1.34 +3 -2 www/ja/news/Makefile 1.32 +6 -6 www/ja/news/news.sgml 1.16 +38 -90 www/ja/register.sgml 1.27 +4 -2 www/ja/releases/Makefile 1.56 +5 -3 www/ja/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:25:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9970537B40F; Wed, 15 May 2002 11:25:34 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FIPYF80449; Wed, 15 May 2002 11:25:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205151825.g4FIPYF80449@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 15 May 2002 11:25:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/tex2im Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/15 11:25:34 PDT Modified files: textproc/tex2im Makefile distinfo Log: upgrade to 1.4 Revision Changes Path 1.3 +3 -3 ports/textproc/tex2im/Makefile 1.2 +1 -1 ports/textproc/tex2im/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:33:15 2002 Delivered-To: cvs-all@freebsd.org Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (Postfix) with ESMTP id CA36837B40F; Wed, 15 May 2002 11:32:54 -0700 (PDT) Received: (from k@localhost) by numeri.campus.luth.se (8.11.6/8.11.6) id g4FIWrV69281; Wed, 15 May 2002 20:32:53 +0200 (CEST) (envelope-from k) Date: Wed, 15 May 2002 20:32:53 +0200 From: Johan Karlsson To: "Michael C . Wu" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese/rxvt Makefile distinfo pkg-plist ports/chinese/rxvt/files patch-Makefile.in patch-autoconf::config.h.in patch-doc::Makefile.in patch-src::Makefile.in Message-ID: <20020515203253.A68899@numeri.campus.luth.se> References: <200205151753.g4FHrql73294@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205151753.g4FHrql73294@freefall.freebsd.org>; from keichii@FreeBSD.org on Wed, May 15, 2002 at 10:53:52AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Please remove the empty files as well. /Johan K On Wed, May 15, 2002 at 10:53 (-0700) +0000, Michael C . Wu wrote: > keichii 2002/05/15 10:53:52 PDT > > Modified files: > chinese/rxvt Makefile distinfo pkg-plist > chinese/rxvt/files patch-Makefile.in > patch-autoconf::config.h.in > patch-doc::Makefile.in > patch-src::Makefile.in > Log: > Update to rxvt 2.7.8 and use ports/x11/rxvt as the master port > > PR: 32690 > Submitted by: statue@softwareliberty.org > > Revision Changes Path > 1.22 +9 -27 ports/chinese/rxvt/Makefile > 1.12 +0 -1 ports/chinese/rxvt/distinfo > 1.2 +0 -11 ports/chinese/rxvt/files/patch-Makefile.in > 1.2 +0 -22 ports/chinese/rxvt/files/patch-autoconf::config.h.in > 1.2 +0 -30 ports/chinese/rxvt/files/patch-doc::Makefile.in > 1.2 +0 -11 ports/chinese/rxvt/files/patch-src::Makefile.in > 1.6 +0 -4 ports/chinese/rxvt/pkg-plist > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -- Johan Karlsson mailto:k@numeri.campus.luth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:37:53 2002 Delivered-To: cvs-all@freebsd.org Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.22.195.2]) by hub.freebsd.org (Postfix) with ESMTP id B49E637B405; Wed, 15 May 2002 11:37:41 -0700 (PDT) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 1783ee-0002mx-00 (Debian); Wed, 15 May 2002 19:37:40 +0100 Date: Wed, 15 May 2002 19:37:40 +0100 From: Tony Finch To: David O'Brien Cc: Tony Finch , Giorgos Keramidas , committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/asr asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_unix.h osd_util.h sys_info.h Message-ID: <20020515193740.A9887@chiark.greenend.org.uk> References: <200205142159.g4ELxBg73906@freefall.freebsd.org> <20020515171852.GB65155@hades.hell.gr> <20020515190738.C31038@chiark.greenend.org.uk> <20020515111423.A35429@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020515111423.A35429@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Wed, May 15, 2002 at 11:14:23AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 11:14:23AM -0700, David O'Brien wrote: > On Wed, May 15, 2002 at 07:07:38PM +0100, Tony Finch wrote: > > > > Spaces are also allowed before the # of a preprocessing directive. > > Not in older K&R compilers, nor style(9). I was pedanting about the C standard. If you are going to normalize code then you should deal with stuff that is denormalized like #ifndef TRUE #define TRUE 1 #define FALSE 0 #endif Tony. -- f.a.n.finch http://dotat.at/ FAIR ISLE: SOUTHWEST 5 OR 6 BECOMING VARIABLE 3 OR 4. OCCASIONAL RAIN. MODERATE OR GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:47: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id BFA8637B40B; Wed, 15 May 2002 11:46:58 -0700 (PDT) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.3/8.12.2) with ESMTP id g4FIkvRH007985; Wed, 15 May 2002 20:46:57 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.3/8.12.3/Submit) id g4FIkvtV007984; Wed, 15 May 2002 20:46:57 +0200 (CEST) Date: Wed, 15 May 2002 20:46:57 +0200 From: Wilko Bulte To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.cpu.mk Message-ID: <20020515204657.A7956@freebie.xs4all.nl> References: <200205151816.g4FIGhO79270@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205151816.g4FIGhO79270@freefall.freebsd.org>; from obrien@FreeBSD.ORG on Wed, May 15, 2002 at 11:16:43AM -0700 X-OS: FreeBSD 4.6-PRERELEASE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 11:16:43AM -0700, David E. O'Brien wrote: > obrien 2002/05/15 11:16:43 PDT > > Modified files: > share/mk bsd.cpu.mk > Log: > Default Alpha compiles to ev5. > EV5 binaries will run on EV4[5], but the timing assumptions do pessimize > running on EV4[5]. Jay! Does this also give rise to the packages being built with EV5? -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 11:54: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA4F237B400; Wed, 15 May 2002 11:53:56 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FIruL85047; Wed, 15 May 2002 11:53:56 -0700 (PDT) (envelope-from billf) Message-Id: <200205151853.g4FIruL85047@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 15 May 2002 11:53:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.c print.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG billf 2002/05/15 11:53:56 PDT Modified files: bin/ls ls.c print.c Log: restore missing default case removed in ls.c:r1.57 add break statements to default cases where missing. Submitted by: bde Revision Changes Path 1.59 +3 -0 src/bin/ls/ls.c 1.54 +1 -0 src/bin/ls/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 12: 5:44 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 5655837B406; Wed, 15 May 2002 12:05:40 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4FJ5dr0001383; Wed, 15 May 2002 20:05:39 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4FJ5S20034688; Wed, 15 May 2002 20:05:28 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205151905.g4FJ5S20034688@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys types.h In-Reply-To: Message from Poul-Henning Kamp of "Wed, 15 May 2002 10:52:03 PDT." <200205151752.g4FHq3R73171@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 May 2002 20:05:28 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > phk 2002/05/15 10:52:03 PDT > > Modified files: > sys/sys types.h > Log: > Revert daddr_t to 32 bits while we research the reported problems. > > Revision Changes Path > 1.62 +2 -2 src/sys/sys/types.h Thanks. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 12:12:59 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id EE67137B40A; Wed, 15 May 2002 12:12:55 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4FJCnfg036073; Wed, 15 May 2002 12:12:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4FJCnNl036072; Wed, 15 May 2002 12:12:49 -0700 (PDT) Date: Wed, 15 May 2002 12:12:49 -0700 From: "David O'Brien" To: Wilko Bulte Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.cpu.mk Message-ID: <20020515121249.A36052@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , Wilko Bulte , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200205151816.g4FIGhO79270@freefall.freebsd.org> <20020515204657.A7956@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020515204657.A7956@freebie.xs4all.nl>; from wkb@freebie.xs4all.nl on Wed, May 15, 2002 at 08:46:57PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 08:46:57PM +0200, Wilko Bulte wrote: > > Default Alpha compiles to ev5. > > EV5 binaries will run on EV4[5], but the timing assumptions do pessimize > > running on EV4[5]. > > Does this also give rise to the packages being built with EV5? That is the intent. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 12:30: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 358CA37B403; Wed, 15 May 2002 12:29:57 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FJTvR91075; Wed, 15 May 2002 12:29:57 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205151929.g4FJTvR91075@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 12:29:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pciconf pciconf.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 12:29:57 PDT Modified files: (Branch: RELENG_4) usr.sbin/pciconf pciconf.8 Log: MFC make the pciconf(8) manual page sysnopsis reflect the actual program options. Approved by: re (brian) Revision Changes Path 1.8.2.6 +2 -2 src/usr.sbin/pciconf/pciconf.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 12:37:32 2002 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id BA72B37B405; Wed, 15 May 2002 12:37:21 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 1784aV-00015V-00; Wed, 15 May 2002 21:37:27 +0200 From: Sheldon Hearn To: Tom Rhodes Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pciconf pciconf.8 In-reply-to: Your message of "Wed, 15 May 2002 12:29:57 MST." <200205151929.g4FJTvR91075@freefall.freebsd.org> Date: Wed, 15 May 2002 21:37:27 +0200 Message-ID: <4184.1021491447@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 15 May 2002 12:29:57 MST, Tom Rhodes wrote: > Modified files: (Branch: RELENG_4) > usr.sbin/pciconf pciconf.8 > Log: > MFC make the pciconf(8) manual page sysnopsis reflect the actual program > options. Thanks. I'm supposed to be looking after this utility, but have been too short on time. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 12:39: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91C9937B413; Wed, 15 May 2002 12:38:05 -0700 (PDT) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FJc5r91793; Wed, 15 May 2002 12:38:05 -0700 (PDT) (envelope-from jeh) Message-Id: <200205151938.g4FJc5r91793@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 15 May 2002 12:38:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2002/05/15 12:38:05 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4203 Revision Changes Path 1.97 +1 -1 ports/security/uvscan-dat/Makefile 1.95 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 12:44:10 2002 Delivered-To: cvs-all@freebsd.org Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by hub.freebsd.org (Postfix) with ESMTP id B8A7B37B405; Wed, 15 May 2002 12:43:55 -0700 (PDT) Received: from unknown (lcl234.zbzoom.net [208.236.36.234]) by pittgoth.com (8.12.3/8.12.3) with SMTP id g4FJhr4T006226; Wed, 15 May 2002 15:43:53 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 15 May 2002 15:46:21 -0400 From: Tom Rhodes To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pciconf pciconf.8 Message-Id: <20020515154621.374c3afc.trhodes@FreeBSD.org> In-Reply-To: <4184.1021491447@axl.seasidesoftware.co.za> References: <200205151929.g4FJTvR91075@freefall.freebsd.org> <4184.1021491447@axl.seasidesoftware.co.za> X-Mailer: Sylpheed version 0.7.5claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 15 May 2002 21:37:27 +0200 Sheldon Hearn wrote: > > > On Wed, 15 May 2002 12:29:57 MST, Tom Rhodes wrote: > > > Modified files: (Branch: RELENG_4) > > usr.sbin/pciconf pciconf.8 > > Log: > > MFC make the pciconf(8) manual page sysnopsis reflect the actual program > > options. > > Thanks. I'm supposed to be looking after this utility, but have been > too short on time. > > Ciao, > Sheldon. > Your welcome, I hope that there was no stepping on your feet with this (ie: maintainer issues that I may have violated) ;) -- Tom (Darklogik) Rhodes www.FreeBSD.org -The Power To Serve www.Pittgoth.com -Pittgoth Discussion Portal trhodes@{Pittgoth.com, FreeBSD.org} PGP key by www: http://www.pittgoth.com/~darklogik/darklogik.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 12:51:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02FE437B401; Wed, 15 May 2002 12:51:08 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FJp8m93106; Wed, 15 May 2002 12:51:08 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205151951.g4FJp8m93106@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 15 May 2002 12:51:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/fspclient/files patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/15 12:51:08 PDT Modified files: net/fspclient/files patch-ak Log: Fix -current building PR: 37963 Submitted by: obraun@informatik.unibw-muenchen.de Revision Changes Path 1.2 +2 -1 ports/net/fspclient/files/patch-ak To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 12:52:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 933B637B437; Wed, 15 May 2002 12:51:26 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FJpQZ93335; Wed, 15 May 2002 12:51:26 -0700 (PDT) (envelope-from nectar) Message-Id: <200205151951.g4FJpQZ93335@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 15 May 2002 12:51:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind CHANGES README Version src/contrib/bind/bin/dig dig.c src/contrib/bind/bin/dnsquery dnsquery.c src/contrib/bind/bin/host host.c src/contrib/bind/bin/named named.conf named.h ns_config.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/15 12:51:26 PDT Modified files: (Branch: RELENG_4) contrib/bind CHANGES README Version contrib/bind/bin/dig dig.c contrib/bind/bin/dnsquery dnsquery.c contrib/bind/bin/host host.c contrib/bind/bin/named named.conf named.h ns_config.c ns_defs.h ns_forw.c ns_func.h ns_lexer.c ns_main.c ns_maint.c ns_notify.c ns_parser.y ns_req.c ns_resp.c ns_xfr.c contrib/bind/bin/nslookup commands.l getinfo.c list.c main.c res.h send.c subr.c contrib/bind/doc/html docdef.html logging.html options.html server.html zone.html contrib/bind/doc/man dig.1 dnskeygen.1 dnsquery.1 getaddrinfo.3 gethostbyname.3 getipnodebyname.3 getnameinfo.3 getnetent.3 host.1 hostname.7 inet_cidr.3 mailaddr.7 mkdep.1 named-bootconf.8 named-xfer.8 named.8 named.conf.5 ndc.8 nslookup.8 nsupdate.8 resolver.3 resolver.5 tsig.3 contrib/bind/include resolv.h contrib/bind/include/arpa nameser.h contrib/bind/lib/irs dns_ho.c dns_nw.c getaddrinfo.c getnameinfo.c contrib/bind/lib/nameser ns_sign.c contrib/bind/lib/resolv res_findzonecut.c res_send.c res_update.c contrib/bind/port/freebsd Makefile.set contrib/bind/port/freebsd/include port_after.h Log: MFC: Import of ISC BIND 8.3.2-T1B. Approved by: brian (re) Revision Changes Path 1.1.1.7.2.6 +86 -4 src/contrib/bind/CHANGES 1.1.1.7.2.5 +3 -0 src/contrib/bind/README 1.1.1.3.2.6 +1 -1 src/contrib/bind/Version 1.1.1.2.2.7 +158 -80 src/contrib/bind/bin/dig/dig.c 1.1.1.2.2.4 +42 -31 src/contrib/bind/bin/dnsquery/dnsquery.c 1.1.1.2.2.7 +239 -88 src/contrib/bind/bin/host/host.c 1.1.1.3.2.2 +4 -0 src/contrib/bind/bin/named/named.conf 1.1.1.2.2.4 +2 -1 src/contrib/bind/bin/named/named.h 1.1.1.3.2.5 +8 -9 src/contrib/bind/bin/named/ns_config.c 1.1.1.3.2.5 +12 -8 src/contrib/bind/bin/named/ns_defs.h 1.1.1.2.2.4 +13 -7 src/contrib/bind/bin/named/ns_forw.c 1.1.1.2.2.5 +3 -2 src/contrib/bind/bin/named/ns_func.h 1.1.1.2.2.4 +5 -3 src/contrib/bind/bin/named/ns_lexer.c 1.1.1.3.2.6 +47 -30 src/contrib/bind/bin/named/ns_main.c 1.1.1.3.2.8 +22 -6 src/contrib/bind/bin/named/ns_maint.c 1.1.1.1.4.5 +42 -19 src/contrib/bind/bin/named/ns_notify.c 1.1.1.2.2.5 +18 -5 src/contrib/bind/bin/named/ns_parser.y 1.1.1.2.2.9 +60 -35 src/contrib/bind/bin/named/ns_req.c 1.1.1.2.2.6 +12 -7 src/contrib/bind/bin/named/ns_resp.c 1.1.1.2.2.5 +9 -6 src/contrib/bind/bin/named/ns_xfr.c 1.4.2.3 +5 -4 src/contrib/bind/bin/nslookup/commands.l 1.3.2.5 +330 -90 src/contrib/bind/bin/nslookup/getinfo.c 1.1.1.2.2.4 +67 -18 src/contrib/bind/bin/nslookup/list.c 1.3.2.4 +171 -70 src/contrib/bind/bin/nslookup/main.c 1.1.1.2.2.3 +17 -13 src/contrib/bind/bin/nslookup/res.h 1.1.1.2.2.3 +15 -15 src/contrib/bind/bin/nslookup/send.c 1.1.1.2.2.3 +15 -6 src/contrib/bind/bin/nslookup/subr.c 1.1.1.2.2.1 +2 -2 src/contrib/bind/doc/html/docdef.html 1.1.1.3.2.1 +3 -3 src/contrib/bind/doc/html/logging.html 1.1.1.3.2.4 +42 -7 src/contrib/bind/doc/html/options.html 1.1.1.2.2.2 +5 -1 src/contrib/bind/doc/html/server.html 1.1.1.2.2.2 +3 -3 src/contrib/bind/doc/html/zone.html 1.3.2.1 +23 -8 src/contrib/bind/doc/man/dig.1 1.1.1.2.2.1 +15 -15 src/contrib/bind/doc/man/dnskeygen.1 1.1.1.2.2.1 +14 -14 src/contrib/bind/doc/man/dnsquery.1 1.1.1.1.4.1 +5 -6 src/contrib/bind/doc/man/getaddrinfo.3 1.1.1.1.6.1 +9 -13 src/contrib/bind/doc/man/gethostbyname.3 1.1.1.1.4.1 +5 -9 src/contrib/bind/doc/man/getipnodebyname.3 1.1.1.1.4.1 +2 -2 src/contrib/bind/doc/man/getnameinfo.3 1.1.1.2.2.1 +6 -5 src/contrib/bind/doc/man/getnetent.3 1.3.2.2 +6 -10 src/contrib/bind/doc/man/host.1 1.1.1.1.6.1 +3 -6 src/contrib/bind/doc/man/hostname.7 1.1.1.1.4.1 +5 -5 src/contrib/bind/doc/man/inet_cidr.3 1.1.1.1.6.1 +1 -1 src/contrib/bind/doc/man/mailaddr.7 1.1.1.1.6.1 +2 -4 src/contrib/bind/doc/man/mkdep.1 1.1.1.1.4.1 +0 -1 src/contrib/bind/doc/man/named-bootconf.8 1.1.1.2.2.1 +2 -4 src/contrib/bind/doc/man/named-xfer.8 1.1.1.3.2.3 +16 -13 src/contrib/bind/doc/man/named.8 1.1.1.1.4.3 +141 -389 src/contrib/bind/doc/man/named.conf.5 1.1.1.2.2.3 +2 -2 src/contrib/bind/doc/man/ndc.8 1.2.2.2 +50 -51 src/contrib/bind/doc/man/nslookup.8 1.1.1.1.4.3 +11 -26 src/contrib/bind/doc/man/nsupdate.8 1.1.1.2.2.3 +47 -14 src/contrib/bind/doc/man/resolver.3 1.1.1.2.2.1 +19 -3 src/contrib/bind/doc/man/resolver.5 1.1.1.1.4.1 +2 -2 src/contrib/bind/doc/man/tsig.3 1.1.1.4.2.4 +9 -1 src/contrib/bind/include/arpa/nameser.h 1.1.1.6.2.5 +8 -2 src/contrib/bind/include/resolv.h 1.1.1.2.2.3 +144 -100 src/contrib/bind/lib/irs/dns_ho.c 1.1.1.2.2.2 +48 -17 src/contrib/bind/lib/irs/dns_nw.c 1.1.1.1.4.2 +1 -8 src/contrib/bind/lib/irs/getaddrinfo.c 1.1.1.1.4.4 +18 -4 src/contrib/bind/lib/irs/getnameinfo.c 1.1.1.1.4.3 +26 -6 src/contrib/bind/lib/nameser/ns_sign.c 1.1.1.1.4.4 +121 -37 src/contrib/bind/lib/resolv/res_findzonecut.c 1.1.1.2.2.5 +7 -7 src/contrib/bind/lib/resolv/res_send.c 1.1.1.2.2.4 +14 -36 src/contrib/bind/lib/resolv/res_update.c 1.1.1.1.6.2 +1 -1 src/contrib/bind/port/freebsd/Makefile.set 1.6.2.6 +35 -2 src/contrib/bind/port/freebsd/include/port_after.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 12:52:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDFE737B43C; Wed, 15 May 2002 12:51:43 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FJph093372; Wed, 15 May 2002 12:51:43 -0700 (PDT) (envelope-from billf) Message-Id: <200205151951.g4FJph093372@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 15 May 2002 12:51:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_all.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG billf 2002/05/15 12:51:43 PDT Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_all.c Log: MFC: remove hot spare 'r' in Arrray (rev 1.26) PR: kern/38104 Approved by: re (brian) Revision Changes Path 1.14.2.7 +1 -1 src/sys/cam/scsi/scsi_all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 12:53:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EDAC37B404; Wed, 15 May 2002 12:53:17 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FJrHj93530; Wed, 15 May 2002 12:53:17 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205151953.g4FJrHj93530@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 15 May 2002 12:53:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/icb/files patch-icb::c_log.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/15 12:53:17 PDT Added files: net/icb/files patch-icb::c_log.c Log: Fix building on -current PR: 37966 Submitted by: obraun@informatik.unibw-muenchen.de Revision Changes Path 1.1 +12 -0 ports/net/icb/files/patch-icb::c_log.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13: 1:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECDE537B401; Wed, 15 May 2002 13:01:42 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FK1gx94164; Wed, 15 May 2002 13:01:42 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205152001.g4FK1gx94164@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 15 May 2002 13:01:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/rtf2latex/files patch-reader.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/15 13:01:42 PDT Added files: print/rtf2latex/files patch-reader.c Log: Fix building on -current PR: 37969 Submitted by: Oliver Braun Revision Changes Path 1.1 +28 -0 ports/print/rtf2latex/files/patch-reader.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13: 2:28 2002 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id 1C37137B408; Wed, 15 May 2002 13:02:24 -0700 (PDT) Received: from mailgate.nlsystems.com ([62.49.251.130] helo=herring.nlsystems.com) by anchor-post-32.mail.demon.net with esmtp (Exim 3.35 #1) id 1784yd-000Gsn-0W; Wed, 15 May 2002 21:02:23 +0100 Received: from herring.nlsystems.com (localhost [127.0.0.1]) by herring.nlsystems.com (8.12.3/8.11.2) with ESMTP id g4FK2NvN078958; Wed, 15 May 2002 21:02:23 +0100 (BST) (envelope-from dfr@herring.nlsystems.com) Received: (from dfr@localhost) by herring.nlsystems.com (8.12.3/8.12.3/Submit) id g4FK2NsD078957; Wed, 15 May 2002 21:02:23 +0100 (BST) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Date: Wed, 15 May 2002 21:02:23 +0100 User-Agent: KMail/1.4.1 References: <200205151629.g4FGTj062213@freefall.freebsd.org> In-Reply-To: <200205151629.g4FGTj062213@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200205152102.23016.dfr@nlsystems.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 15 May 2002 5:29 pm, Ruslan Ermilov wrote: > ru 2002/05/15 09:29:45 PDT > > Modified files: > . Makefile.inc1 > gnu/lib Makefile > gnu/usr.bin Makefile > gnu/usr.bin/cc Makefile > Log: > Make sure to not yet build the GNU C++, but still allow > for the C++ progs to be built with e.g. an old compiler, > CXX=3D/usr/bin/c++, for the time being. You are going to enable a real gcc-3.1 c++ compiler soon though, right? --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13: 2:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0469137B400; Wed, 15 May 2002 13:02:53 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FK2qb94284; Wed, 15 May 2002 13:02:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152002.g4FK2qb94284@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 13:02:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/powerpc SYS.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 13:02:52 PDT Added files: lib/libc/powerpc SYS.h Log: Beginnings of syscall bits for PowerPC. These are no doubtedly wrong, but it gets the build father and is in the right direction. Partially obtained from: NetBSD Revision Changes Path 1.1 +43 -0 src/lib/libc/powerpc/SYS.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13: 3:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A936D37B410; Wed, 15 May 2002 13:03:08 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FK38694330; Wed, 15 May 2002 13:03:08 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205152003.g4FK38694330@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Wed, 15 May 2002 13:03:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xview/files patch-li X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/15 13:03:08 PDT Modified files: x11-toolkits/xview/files patch-li Log: Fix building on -current PR: 37987 Submitted by: Oliver Braun Revision Changes Path 1.3 +36 -15 ports/x11-toolkits/xview/files/patch-li To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13: 7:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B33537B406; Wed, 15 May 2002 13:07:32 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FK7W098553; Wed, 15 May 2002 13:07:32 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152007.g4FK7W098553@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 13:07:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 13:07:32 PDT Modified files: lib/libc Makefile.inc Log: PowerPC does not have profile support yet. Revision Changes Path 1.8 +3 -1 src/lib/libc/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:10:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF95137B400; Wed, 15 May 2002 13:10:16 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKAGa98937; Wed, 15 May 2002 13:10:16 -0700 (PDT) (envelope-from lioux) Message-Id: <200205152010.g4FKAGa98937@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 May 2002 13:10:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/djbfft Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/15 13:10:16 PDT Modified files: math Makefile Added files: math/djbfft Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port djbfft version 0.76: An extremely fast library for floating-point convolution Revision Changes Path 1.177 +1 -0 ports/math/Makefile 1.1 +56 -0 ports/math/djbfft/Makefile (new) 1.1 +1 -0 ports/math/djbfft/distinfo (new) 1.1 +1 -0 ports/math/djbfft/pkg-comment (new) 1.1 +9 -0 ports/math/djbfft/pkg-descr (new) 1.1 +11 -0 ports/math/djbfft/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:11: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1165537B400; Wed, 15 May 2002 13:11:03 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKB3L99078; Wed, 15 May 2002 13:11:03 -0700 (PDT) (envelope-from lioux) Message-Id: <200205152011.g4FKB3L99078@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 May 2002 13:11:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/15 13:11:02 PDT Modified files: . modules Log: djbfft --> ports/math/djbfft Revision Changes Path 1.5118 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:17:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 454A937B40B; Wed, 15 May 2002 13:17:33 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKHX899788; Wed, 15 May 2002 13:17:33 -0700 (PDT) (envelope-from petef) Message-Id: <200205152017.g4FKHX899788@freefall.freebsd.org> From: Pete Fritchman Date: Wed, 15 May 2002 13:17:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmHandle Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/15 13:17:33 PDT Modified files: mail/qmHandle Makefile distinfo pkg-descr Log: - update to 1.0.0 - use bzip2 distfile - use new master site/WWW: tag Submitted by: Maciej Korzeñ Revision Changes Path 1.2 +3 -2 ports/mail/qmHandle/Makefile 1.2 +1 -1 ports/mail/qmHandle/distinfo 1.2 +1 -1 ports/mail/qmHandle/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:23:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DD2337B415; Wed, 15 May 2002 13:22:50 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKMok00458; Wed, 15 May 2002 13:22:50 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152022.g4FKMok00458@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 13:22:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 13:22:50 PDT Modified files: lib Makefile Log: Do not build libmp if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE) Revision Changes Path 1.138 +2 -1 src/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:25:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D59337B400; Wed, 15 May 2002 13:25:25 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKPPc00734; Wed, 15 May 2002 13:25:25 -0700 (PDT) (envelope-from petef) Message-Id: <200205152025.g4FKPPc00734@freefall.freebsd.org> From: Pete Fritchman Date: Wed, 15 May 2002 13:25:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl12 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/15 13:25:24 PDT Modified files: devel/sdl12 Makefile Log: Introduce two new hooks: WITHOUT_X11 and WITHOUT_ESOUND. It's now possible to compile sdl for console use only. Submitted by: Joe Sunday Approved by: sobomax (maintainer) Revision Changes Path 1.54 +6 -2 ports/devel/sdl12/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:25:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B81737B403; Wed, 15 May 2002 13:25:32 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKPWk00765; Wed, 15 May 2002 13:25:32 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152025.g4FKPWk00765@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 13:25:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules modules.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 13:25:32 PDT Modified files: lib/libpam/modules modules.inc Log: Do not build pam_ssh if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE) Revision Changes Path 1.10 +2 -1 src/lib/libpam/modules/modules.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:31:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76BF137B406; Wed, 15 May 2002 13:31:11 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKVBE01301; Wed, 15 May 2002 13:31:11 -0700 (PDT) (envelope-from knu) Message-Id: <200205152031.g4FKVBE01301@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 15 May 2002 13:31:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/jruby Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/15 13:31:11 PDT Modified files: lang/jruby Makefile distinfo Log: Update to 0.5.0. Revision Changes Path 1.9 +2 -2 ports/lang/jruby/Makefile 1.8 +2 -2 ports/lang/jruby/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:33:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8965137B407; Wed, 15 May 2002 13:33:15 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKXF001562; Wed, 15 May 2002 13:33:15 -0700 (PDT) (envelope-from bmah) Message-Id: <200205152033.g4FKXF001562@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 May 2002 13:33:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/15 13:33:15 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: k5su non-suid-root. MFC noted: BIND 8.3.2-T1B. Revision Changes Path 1.347 +10 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:35:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A928E37B407; Wed, 15 May 2002 13:35:33 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKZXc01787; Wed, 15 May 2002 13:35:33 -0700 (PDT) (envelope-from bmah) Message-Id: <200205152035.g4FKZXc01787@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 15 May 2002 13:35:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/15 13:35:33 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: k5su non-suid-ness, BIND 8.3.2-T1B. Reorder a few userland items while here. Approved by: re (implicitly) Revision Changes Path 1.22.2.238 +18 -10 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:41: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 939EE37B408; Wed, 15 May 2002 13:40:35 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKeZI02126; Wed, 15 May 2002 13:40:35 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152040.g4FKeZI02126@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 13:40:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/powerpc/net Makefile.inc htonl.S htons.S ntohl.S ntohs.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 13:40:35 PDT Added files: lib/libc/powerpc/net Makefile.inc htonl.S htons.S ntohl.S ntohs.S Log: host-network order conversion routines. Luckily we are network order, so there is little to be done. :-) Revision Changes Path 1.1 +4 -0 src/lib/libc/powerpc/net/Makefile.inc (new) 1.1 +38 -0 src/lib/libc/powerpc/net/htonl.S (new) 1.1 +38 -0 src/lib/libc/powerpc/net/htons.S (new) 1.1 +38 -0 src/lib/libc/powerpc/net/ntohl.S (new) 1.1 +40 -0 src/lib/libc/powerpc/net/ntohs.S (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:45:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9919837B405; Wed, 15 May 2002 13:45:45 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKjjD02566; Wed, 15 May 2002 13:45:45 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205152045.g4FKjjD02566@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 13:45:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 13:45:45 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Clean up the install chapter, fixing a few tables and changing timezone to time zone. PR: 38123 38122 and 38121 Submitted by: Marc Fonvieille Revision Changes Path 1.175 +5 -5 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:54:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E098137B40A; Wed, 15 May 2002 13:54:22 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKsMU03406; Wed, 15 May 2002 13:54:22 -0700 (PDT) (envelope-from petef) Message-Id: <200205152054.g4FKsMU03406@freefall.freebsd.org> From: Pete Fritchman Date: Wed, 15 May 2002 13:54:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/dopewars Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/15 13:54:22 PDT Modified files: games/dopewars Makefile distinfo pkg-plist Log: Update to 1.5.6. Submitted by: kris Revision Changes Path 1.20 +4 -2 ports/games/dopewars/Makefile 1.13 +1 -1 ports/games/dopewars/distinfo 1.12 +1 -0 ports/games/dopewars/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:55: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 069FC37B405; Wed, 15 May 2002 13:54:36 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKsZC03431; Wed, 15 May 2002 13:54:35 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152054.g4FKsZC03431@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 13:54:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include float.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 13:54:35 PDT Added files: sys/powerpc/include float.h Log: An exact copy of i386/include/float.h will work here. Revision Changes Path 1.1 +73 -0 src/sys/powerpc/include/float.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 13:58:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FBD937B40C; Wed, 15 May 2002 13:58:03 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FKw3p03684; Wed, 15 May 2002 13:58:03 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152058.g4FKw3p03684@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 13:58:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/powerpc SYS.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 13:58:03 PDT Modified files: lib/libc/powerpc SYS.h Log: Blah, fix stupid syntax error. (where's the hat?) Revision Changes Path 1.2 +1 -1 src/lib/libc/powerpc/SYS.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 14: 1:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7DEF37B40A; Wed, 15 May 2002 14:01:07 -0700 (PDT) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FL17U03997; Wed, 15 May 2002 14:01:07 -0700 (PDT) (envelope-from schweikh) Message-Id: <200205152101.g4FL17U03997@freefall.freebsd.org> From: Jens Schweikhardt Date: Wed, 15 May 2002 14:01:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2002/05/15 14:01:07 PDT Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Fix grammar bogon: s/If have/If you have/ Revision Changes Path 1.440 +1 -1 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 14:18:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EAC037B416; Wed, 15 May 2002 14:17:59 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FLHx408788; Wed, 15 May 2002 14:17:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152117.g4FLHx408788@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 14:17:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/sys Makefile.inc syscall.S src/lib/libc/alpha/sys Makefile.inc syscall.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 14:17:59 PDT Modified files: lib/libc/ia64/sys Makefile.inc lib/libc/alpha/sys Makefile.inc Removed files: lib/libc/ia64/sys syscall.S lib/libc/alpha/sys syscall.S Log: Our default syscall.S is identical to what was explicitly being done for Alpha and IA-64. So there is no need for special handling. Revision Changes Path 1.10 +2 -2 src/lib/libc/alpha/sys/Makefile.inc 1.2 +0 -32 src/lib/libc/alpha/sys/syscall.S (dead) 1.5 +2 -2 src/lib/libc/ia64/sys/Makefile.inc 1.2 +0 -33 src/lib/libc/ia64/sys/syscall.S (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 14:19:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC38437B40A; Wed, 15 May 2002 14:19:05 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FLJ5X08920; Wed, 15 May 2002 14:19:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152119.g4FLJ5X08920@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 14:19:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/arm-elf-gcc31 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 14:19:05 PDT Modified files: devel Makefile devel/arm-elf-gcc31 Makefile distinfo Log: Share GCC 3 with the [Strong]ARM loving world. Revision Changes Path 1.815 +1 -0 ports/devel/Makefile 1.6 +10 -6 ports/devel/arm-elf-gcc31/Makefile 1.4 +4 -4 ports/devel/arm-elf-gcc31/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 14:22: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 474EA37B400; Wed, 15 May 2002 14:22:06 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FLM6609374; Wed, 15 May 2002 14:22:06 -0700 (PDT) (envelope-from petef) Message-Id: <200205152122.g4FLM6609374@freefall.freebsd.org> From: Pete Fritchman Date: Wed, 15 May 2002 14:22:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/eboard Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/15 14:22:06 PDT Modified files: games/eboard Makefile distinfo Log: Update to 0.5.1. Revision Changes Path 1.14 +1 -1 ports/games/eboard/Makefile 1.11 +1 -1 ports/games/eboard/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 14:25:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34B9837B405; Wed, 15 May 2002 14:25:47 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FLPlJ09636; Wed, 15 May 2002 14:25:47 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152125.g4FLPlJ09636@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 14:25:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/powerpc SYS.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 14:25:47 PDT Modified files: lib/libc/powerpc SYS.h Log: Grow RSYSCALL. Revision Changes Path 1.3 +4 -0 src/lib/libc/powerpc/SYS.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 14:50:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ACBD37B40D; Wed, 15 May 2002 14:50:12 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FLoCq11208; Wed, 15 May 2002 14:50:12 -0700 (PDT) (envelope-from znerd) Message-Id: <200205152150.g4FLoCq11208@freefall.freebsd.org> From: Ernst de Haan Date: Wed, 15 May 2002 14:50:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk12-doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/05/15 14:50:12 PDT Modified files: java/jdk12-doc Makefile Log: Created download locations for the distfile. Removed the restrictions because I could find no references to any on the Sun site. And no license needs to be confirmed in order to download the distfile. Revision Changes Path 1.20 +10 -12 ports/java/jdk12-doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 14:56:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F8E937B406; Wed, 15 May 2002 14:56:15 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FLuFx11650; Wed, 15 May 2002 14:56:15 -0700 (PDT) (envelope-from joerg) Message-Id: <200205152156.g4FLuFx11650@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 15 May 2002 14:56:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/05/15 14:56:15 PDT Modified files: (Branch: RELENG_4) sys/isa fd.c Log: Now that Jung-uk Kim pointed out to me that i forgot to commit part of his original patch for in_fdc(), it became painfully obvious that in_fdc() isn't used anymore at all. This function has already been removed from -current in rev 1.204, but i eventually forgot to MFC those parts of 1.204 that are also applicable to RELENG_4, so i'm doing that now. (It also makes out_fdc() static.) Approved by: re Revision Changes Path 1.176.2.8 +2 -24 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 14:59:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BCD137B401; Wed, 15 May 2002 14:59:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FLxkm11811; Wed, 15 May 2002 14:59:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152159.g4FLxkm11811@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 14:59:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 14:59:46 PDT Modified files: gnu/usr.bin/cc/cc_tools Makefile Log: The IA-64 config needs to know that we are using GNU ld & as. Submitted by: peter Revision Changes Path 1.61 +3 -0 src/gnu/usr.bin/cc/cc_tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 15: 5:21 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 0829E37B404; Wed, 15 May 2002 15:05:14 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4FM5Dfg014141; Wed, 15 May 2002 15:05:13 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4FM5D4B014140; Wed, 15 May 2002 15:05:13 -0700 (PDT) Date: Wed, 15 May 2002 15:05:13 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020515150513.A14077@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205151629.g4FGTj062213@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205151629.g4FGTj062213@freefall.freebsd.org>; from ru@FreeBSD.org on Wed, May 15, 2002 at 09:29:45AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 09:29:45AM -0700, Ruslan Ermilov wrote: > ru 2002/05/15 09:29:45 PDT > > Modified files: > . Makefile.inc1 > gnu/lib Makefile > gnu/usr.bin Makefile > gnu/usr.bin/cc Makefile > Log: > Make sure to not yet build the GNU C++, but still allow > for the C++ progs to be built with e.g. an old compiler, > CXX=/usr/bin/c++, for the time being. Please back this out. You are removing the ability to use an external C++ compiler. Setting CXX=/usr/bin/c++ is bad advice -- if it was usable we would not be in the situation we are in now. I envision users to set CXX=/usr/local/bin/g++31, as that is the C++ compiler Ports now uses. The only gotcha is needing to have gperf already installed on a system. Would you be able to add a test for the existance of gperf before trying to build src/gnu/usr.bin/cc/cc1plus? It would have to test for the existance of /usr/bin/gperf (for older systems that have this from Gcc 2.95 days; and ${.OBJDIR}//gperf for the CXX=g++31 case). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 15: 6:50 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id C37EA37B400; Wed, 15 May 2002 15:06:45 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4FM6jfg014191; Wed, 15 May 2002 15:06:45 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4FM6iL2014190; Wed, 15 May 2002 15:06:44 -0700 (PDT) Date: Wed, 15 May 2002 15:06:44 -0700 From: "David O'Brien" To: Doug Rabson Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020515150644.A14057@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Doug Rabson , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205151629.g4FGTj062213@freefall.freebsd.org> <200205152102.23016.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205152102.23016.dfr@nlsystems.com>; from dfr@nlsystems.com on Wed, May 15, 2002 at 09:02:23PM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 09:02:23PM +0100, Doug Rabson wrote: > On Wednesday 15 May 2002 5:29 pm, Ruslan Ermilov wrote: > > ru 2002/05/15 09:29:45 PDT > > > > Modified files: > > . Makefile.inc1 > > gnu/lib Makefile > > gnu/usr.bin Makefile > > gnu/usr.bin/cc Makefile > > Log: > > Make sure to not yet build the GNU C++, but still allow > > for the C++ progs to be built with e.g. an old compiler, > > CXX=/usr/bin/c++, for the time being. > > You are going to enable a real gcc-3.1 c++ compiler soon though, right? You have one now. :-) You just don't have libsupc++ (does what libgcc does for C), and libstdc++ & headers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 15:24:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D98FE37B404; Wed, 15 May 2002 15:24:29 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FMOTD17339; Wed, 15 May 2002 15:24:29 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152224.g4FMOTD17339@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 15:24:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc amd.map X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 15:24:29 PDT Modified files: etc amd.map Log: Time to enter modern age and default to NFS version 3. Revision Changes Path 1.9 +2 -2 src/etc/amd.map To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 15:26:55 2002 Delivered-To: cvs-all@freebsd.org Received: from durham-ar1-4-64-252-019.durham.dsl-verizon.net (durham-ar1-4-64-252-019.durham.dsl-verizon.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id A210F37B432 for ; Wed, 15 May 2002 15:26:38 -0700 (PDT) Received: (qmail 15632 invoked by uid 1001); 15 May 2002 22:26:58 -0000 Date: Wed, 15 May 2002 22:26:58 +0000 From: "J. Mallett" To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ls ls.c print.c Message-ID: <20020515222658.GB25200@FreeBSD.ORG> References: <200205151853.g4FIruL85047@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205151853.g4FIruL85047@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Organisation: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 11:53:56AM -0700, Bill Fumerola wrote: > billf 2002/05/15 11:53:56 PDT > > Modified files: > bin/ls ls.c print.c > Log: > restore missing default case removed in ls.c:r1.57 > > add break statements to default cases where missing. > > Submitted by: bde Thanks for fixing this. -- jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. http://www.FreeBSD.org | The Power to Serve Vote for me for FreeBSD core or the cute little bunny gets it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 15:29:49 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id C3B5437B407; Wed, 15 May 2002 15:29:42 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4FMTfr0047412; Wed, 15 May 2002 23:29:41 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4FMTeFl002012; Wed, 15 May 2002 23:29:40 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205152229.g4FMTeFl002012@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc amd.map In-Reply-To: Message from "David E. O'Brien" of "Wed, 15 May 2002 15:24:29 PDT." <200205152224.g4FMOTD17339@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 May 2002 23:29:40 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > obrien 2002/05/15 15:24:29 PDT > > Modified files: > etc amd.map > Log: > Time to enter modern age and default to NFS version 3. > > Revision Changes Path > 1.9 +2 -2 src/etc/amd.map I was under the impression that NFSv2 was more stable. If so, is this a good idea ? [I guess ``yes'' is probably a quite acceptable answer here] -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 15:39:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9640E37B401; Wed, 15 May 2002 15:37:50 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FMbom18222; Wed, 15 May 2002 15:37:50 -0700 (PDT) (envelope-from cy) Message-Id: <200205152237.g4FMbom18222@freefall.freebsd.org> From: Cy Schubert Date: Wed, 15 May 2002 15:37:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/lgrind Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/05/15 15:37:50 PDT Modified files: print Makefile Added files: print/lgrind Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add lgrind 3.67, produce beautiful listings of source code with LaTeX. PR: 37553 Submitted by: Kay Lehmann Revision Changes Path 1.207 +1 -0 ports/print/Makefile 1.1 +94 -0 ports/print/lgrind/Makefile (new) 1.1 +24 -0 ports/print/lgrind/distinfo (new) 1.1 +1 -0 ports/print/lgrind/pkg-comment (new) 1.1 +12 -0 ports/print/lgrind/pkg-descr (new) 1.1 +6 -0 ports/print/lgrind/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 15:40: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C313D37B409; Wed, 15 May 2002 15:37:54 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FMbsJ18258; Wed, 15 May 2002 15:37:54 -0700 (PDT) (envelope-from cy) Message-Id: <200205152237.g4FMbsJ18258@freefall.freebsd.org> From: Cy Schubert Date: Wed, 15 May 2002 15:37:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/05/15 15:37:54 PDT Modified files: . modules Log: lgrind --> ports/print/lgrind Revision Changes Path 1.5119 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 15:41: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B66E37B400; Wed, 15 May 2002 15:40:50 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FMeoI18590; Wed, 15 May 2002 15:40:50 -0700 (PDT) (envelope-from obrien) Message-Id: <200205152240.g4FMeoI18590@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 15 May 2002 15:40:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/15 15:40:50 PDT Modified files: gnu/usr.bin/cc/cc_tools Makefile Log: Add x86-64 bits. Revision Changes Path 1.62 +3 -0 src/gnu/usr.bin/cc/cc_tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 15:41:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C267A37B40F; Wed, 15 May 2002 15:41:03 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FMf3r18622; Wed, 15 May 2002 15:41:03 -0700 (PDT) (envelope-from cy) Message-Id: <200205152241.g4FMf3r18622@freefall.freebsd.org> From: Cy Schubert Date: Wed, 15 May 2002 15:41:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/05/15 15:41:03 PDT Modified files: . LEGAL Log: Add lgrind, which contains some non-free code written by Van Jacobson. See lgrind port distribution README file for more info. Revision Changes Path 1.246 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 15:54:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E79037B404; Wed, 15 May 2002 15:54:34 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FMsYD19507; Wed, 15 May 2002 15:54:34 -0700 (PDT) (envelope-from lioux) Message-Id: <200205152254.g4FMsYD19507@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 May 2002 15:54:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/liba52 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/15 15:54:33 PDT Modified files: audio/liba52 Makefile Log: o Use djbfft optimized FFT routines unless WITHOUT_DJBFFT is defined o Bump PORTREVISION Revision Changes Path 1.6 +18 -0 ports/audio/liba52/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 16: 6: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0005037B40D; Wed, 15 May 2002 16:06:02 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FN62223989; Wed, 15 May 2002 16:06:02 -0700 (PDT) (envelope-from marcus) Message-Id: <200205152306.g4FN62223989@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 15 May 2002 16:06:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomeutils2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/15 16:06:02 PDT Modified files: misc/gnomeutils2 Makefile Log: Fix a dependency issue. The wrong library name was specified. Submitted by: bento Revision Changes Path 1.42 +1 -1 ports/misc/gnomeutils2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 16:18:48 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 5D9BF37B401; Wed, 15 May 2002 16:18:42 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E319666DC9; Wed, 15 May 2002 16:18:41 -0700 (PDT) Date: Wed, 15 May 2002 16:18:41 -0700 From: Kris Kennaway To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-powerpc.h Message-ID: <20020515161841.A93176@xor.obsecurity.org> References: <200205150917.g4F9HRa88472@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="wRRV7LY7NUeQGEoC" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205150917.g4F9HRa88472@freefall.freebsd.org>; from obrien@FreeBSD.org on Wed, May 15, 2002 at 02:17:27AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --wRRV7LY7NUeQGEoC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 15, 2002 at 02:17:27AM -0700, David E. O'Brien wrote: > obrien 2002/05/15 02:17:27 PDT >=20 > Added files: > secure/lib/libcrypto opensslconf-powerpc.h=20 > Log: > for OpenSSL 0.9.5a We're currently at OpenSSL 0.9.6c; did you actually mean what you wrote? Kris --wRRV7LY7NUeQGEoC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84uzRWry0BWjoQKURAmaFAKC+XHrIr2gAXU4yzRfqHivgKShORACeJd6U 0/O72IF/gFo8Do0gvQV87lo= =Iix7 -----END PGP SIGNATURE----- --wRRV7LY7NUeQGEoC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 16:21:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7000E37B406; Wed, 15 May 2002 16:21:32 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FNLWo24999; Wed, 15 May 2002 16:21:32 -0700 (PDT) (envelope-from kris) Message-Id: <200205152321.g4FNLWo24999@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 15 May 2002 16:21:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/15 16:21:32 PDT Modified files: mail/evolution distinfo Log: The distfile was rerolled on the official MASTER_SITES; no changes. Noticed by: bento Revision Changes Path 1.25 +1 -1 ports/mail/evolution/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 16:23:42 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 13D1037B403; Wed, 15 May 2002 16:23:36 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8E8E666DC9; Wed, 15 May 2002 16:23:35 -0700 (PDT) Date: Wed, 15 May 2002 16:23:35 -0700 From: Kris Kennaway To: David O'Brien Cc: Ruslan Ermilov , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020515162335.A93435@xor.obsecurity.org> References: <200205151629.g4FGTj062213@freefall.freebsd.org> <20020515150513.A14077@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020515150513.A14077@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Wed, May 15, 2002 at 03:05:13PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, May 15, 2002 at 03:05:13PM -0700, David O'Brien wrote: > I envision users to set CXX=/usr/local/bin/g++31, as that is the C++ > compiler Ports now uses. No it's not; I tested this patch for you but about half the ports collection broke so I didn't commit it. Kris --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84u33Wry0BWjoQKURAnHdAKCAXNL0p6rNSGGJmLkupSZ0erPeCACcC8ss ZQnSCo1GkbOYFvMPZoYFGAI= =SETt -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 16:25:54 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id A51BE37B400; Wed, 15 May 2002 16:25:45 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id EBEF766DD9; Wed, 15 May 2002 16:25:44 -0700 (PDT) Date: Wed, 15 May 2002 16:25:44 -0700 From: Kris Kennaway To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel Makefile ports/devel/arm-elf-gcc31 Makefile distinfo Message-ID: <20020515162544.B93435@xor.obsecurity.org> References: <200205152119.g4FLJ5X08920@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="aM3YZ0Iwxop3KEKx" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205152119.g4FLJ5X08920@freefall.freebsd.org>; from obrien@FreeBSD.ORG on Wed, May 15, 2002 at 02:19:05PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --aM3YZ0Iwxop3KEKx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 15, 2002 at 02:19:05PM -0700, David E. O'Brien wrote: > obrien 2002/05/15 14:19:05 PDT >=20 > Modified files: > devel Makefile=20 > devel/arm-elf-gcc31 Makefile distinfo=20 > Log: > Share GCC 3 with the [Strong]ARM loving world. Thanks Kris --aM3YZ0Iwxop3KEKx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84u54Wry0BWjoQKURAt5VAJ94+A4rcI+QL/PrG0VP/PSqpfaaqQCgwNff 4B/kfgMhLGfm59Mj2gdNs0w= =oz3P -----END PGP SIGNATURE----- --aM3YZ0Iwxop3KEKx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 16:30:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83B0E37B409; Wed, 15 May 2002 16:30:06 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FNU6w25462; Wed, 15 May 2002 16:30:06 -0700 (PDT) (envelope-from kris) Message-Id: <200205152330.g4FNU6w25462@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 15 May 2002 16:30:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base distinfo.alpha X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/15 16:30:06 PDT Modified files: emulators/linux_base distinfo.alpha Log: Catch up checksums of arch-neutral files to distinfo.i386 Submitted by: bento Revision Changes Path 1.4 +4 -4 ports/emulators/linux_base/distinfo.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 16:30:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDCF437B413; Wed, 15 May 2002 16:30:30 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FNUUa25614; Wed, 15 May 2002 16:30:30 -0700 (PDT) (envelope-from kris) Message-Id: <200205152330.g4FNUUa25614@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 15 May 2002 16:30:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/slingshot pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/15 16:30:30 PDT Modified files: x11-toolkits/slingshot pkg-plist Log: Remove lib/libsspkg.sa.1 from plist since we don't build it. Noticed by: bento Revision Changes Path 1.6 +0 -1 ports/x11-toolkits/slingshot/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 16:36:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 827AD37B403; Wed, 15 May 2002 16:36:33 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FNaXi25957; Wed, 15 May 2002 16:36:33 -0700 (PDT) (envelope-from kris) Message-Id: <200205152336.g4FNaXi25957@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 15 May 2002 16:36:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python21 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/15 16:36:33 PDT Modified files: lang/python21 Makefile pkg-plist Log: Comment out some files from pkg-plist which are not built on alpha. Submitted by: gallatin Revision Changes Path 1.88 +6 -0 ports/lang/python21/Makefile 1.39 +3 -3 ports/lang/python21/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 17: 1:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B8BE37B400; Wed, 15 May 2002 17:01:34 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G01Yp27683; Wed, 15 May 2002 17:01:34 -0700 (PDT) (envelope-from will) Message-Id: <200205160001.g4G01Yp27683@freefall.freebsd.org> From: Will Andrews Date: Wed, 15 May 2002 17:01:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork3 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2002/05/15 17:01:34 PDT Modified files: net/kdenetwork3 Makefile pkg-plist Log: Hide bin/kotalkd behind KTALKD PLIST_SUB moniker. Allow UTMP to be overridable just in case it's necessary. Found by: bento (fwd by kris) Revision Changes Path 1.77 +2 -2 ports/net/kdenetwork3/Makefile 1.33 +1 -1 ports/net/kdenetwork3/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 17: 3:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FC9237B407; Wed, 15 May 2002 17:03:33 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G03Xl27781; Wed, 15 May 2002 17:03:33 -0700 (PDT) (envelope-from gallatin) Message-Id: <200205160003.g4G03Xl27781@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 15 May 2002 17:03:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2002/05/15 17:03:33 PDT Modified files: sys/alpha/alpha trap.c Log: Fixup unaligned bwx instructions (ldwu, stw). This may fix some mysterious natd sigbus errors being reported on the freebsd-alpha@ mailing list. Obtained from: NetBSD Revision Changes Path 1.93 +25 -7 src/sys/alpha/alpha/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 17: 5:33 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id F385B37B400; Wed, 15 May 2002 17:05:23 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5748166DC8; Wed, 15 May 2002 17:05:23 -0700 (PDT) Date: Wed, 15 May 2002 17:05:23 -0700 From: Kris Kennaway To: Wilko Bulte Cc: "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.cpu.mk Message-ID: <20020515170523.A94732@xor.obsecurity.org> References: <200205151816.g4FIGhO79270@freefall.freebsd.org> <20020515204657.A7956@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020515204657.A7956@freebie.xs4all.nl>; from wkb@freebie.xs4all.nl on Wed, May 15, 2002 at 08:46:57PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 15, 2002 at 08:46:57PM +0200, Wilko Bulte wrote: > On Wed, May 15, 2002 at 11:16:43AM -0700, David E. O'Brien wrote: > > obrien 2002/05/15 11:16:43 PDT > >=20 > > Modified files: > > share/mk bsd.cpu.mk=20 > > Log: > > Default Alpha compiles to ev5. > > EV5 binaries will run on EV4[5], but the timing assumptions do pessim= ize > > running on EV4[5]. >=20 > Jay! >=20 > Does this also give rise to the packages being built with EV5? Not directly, because I have an explicit CPUTYPE=3Dev4 set on the cluster. Kris --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84vfCWry0BWjoQKURAlBqAKChFDkRDvWW6idS9cOS2T//+E2iwgCgwWdP Oq79l5/Z7OaNuTCcLgVM448= =cYQx -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 17: 9: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4D2737B406; Wed, 15 May 2002 17:08:59 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G08xP31982; Wed, 15 May 2002 17:08:59 -0700 (PDT) (envelope-from lioux) Message-Id: <200205160008.g4G08xP31982@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 May 2002 17:08:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/djbfft Makefile ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/15 17:08:59 PDT Modified files: math/djbfft Makefile . LEGAL Log: Add djbfft since we can't package it due to author's license on patching Revision Changes Path 1.247 +3 -1 ports/LEGAL 1.2 +2 -0 ports/math/djbfft/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 17:32:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FEAC37B400; Wed, 15 May 2002 17:32:53 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G0Wrw34344; Wed, 15 May 2002 17:32:53 -0700 (PDT) (envelope-from cy) Message-Id: <200205160032.g4G0Wrw34344@freefall.freebsd.org> From: Cy Schubert Date: Wed, 15 May 2002 17:32:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/44bsd-csh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/05/15 17:32:52 PDT Modified files: shells/44bsd-csh Makefile Log: Distfile has a home once again. Revision Changes Path 1.11 +1 -1 ports/shells/44bsd-csh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 17:35:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B114F37B400; Wed, 15 May 2002 17:35:45 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G0Zjv35089; Wed, 15 May 2002 17:35:45 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200205160035.g4G0Zjv35089@freefall.freebsd.org> From: Daniel Harris Date: Wed, 15 May 2002 17:35:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2002/05/15 17:35:45 PDT Modified files: en/security security.sgml Log: Try to clear this page up a little. A rewrite will be forthcoming... one day... Glanced at by: nectar Revision Changes Path 1.94 +22 -22 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 17:47:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 136BE37B40C; Wed, 15 May 2002 17:47:15 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G0lE240046; Wed, 15 May 2002 17:47:14 -0700 (PDT) (envelope-from tjr) Message-Id: <200205160047.g4G0lE240046@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 15 May 2002 17:47:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/at at.c at.man panic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/15 17:47:14 PDT Modified files: usr.bin/at at.c at.man panic.c Log: Add the SUSv3 -l option to at. This is an alias for atq. Allow job ids to be specified on the command line for which information should be reported. Submitted by: Joe Halpin Reviewed by: mike Revision Changes Path 1.28 +53 -4 src/usr.bin/at/at.c 1.29 +7 -2 src/usr.bin/at/at.man 1.17 +2 -0 src/usr.bin/at/panic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 18:26:59 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 919) id 2F5AB37B40B; Wed, 15 May 2002 18:26:52 -0700 (PDT) Date: Wed, 15 May 2002 18:26:52 -0700 From: Patrick Li To: Joseph Scott Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/emulators/bochs Makefile distinfo pkg-plist Message-ID: <20020515182652.A293@FreeBSD.org> References: <200205142148.g4ELmDZ72678@freefall.freebsd.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 joseph@randomnetworks.com on Tue, May 14, 2002 at 10:40:22PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, May 14, 2002 at 10:40:22PM -0700, Joseph Scott wrote: > Does this by any chance fix PR ports/35328 (bochs doesn't compile > on -current). It has a simple patch listed as the fix. Bochs still don't compile on -current (testing done by dwcjr since i have no -current box) but we're working on it. Also this PR has recently come to my attention too: ports/38124 -pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 18:27:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D66037B409; Wed, 15 May 2002 18:27:02 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G1R2O46366; Wed, 15 May 2002 18:27:02 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205160127.g4G1R2O46366@freefall.freebsd.org> From: Robert Watson Date: Wed, 15 May 2002 18:27:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/trustedbsd/www components.page X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/15 18:27:02 PDT Modified files: trustedbsd/www components.page Log: Include collection name for the Capabilities implementation. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.3 +8 -2 projects/trustedbsd/www/components.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 18:37:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1509837B403; Wed, 15 May 2002 18:37:47 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G1blV47510; Wed, 15 May 2002 18:37:47 -0700 (PDT) (envelope-from pat) Message-Id: <200205160137.g4G1blV47510@freefall.freebsd.org> From: Patrick Li Date: Wed, 15 May 2002 18:37:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/bitchx Makefile ports/irc/bitchx/files tcl-freebsd.o.uu X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/15 18:37:46 PDT Modified files: irc/bitchx Makefile irc/bitchx/files tcl-freebsd.o.uu Log: - Fix build with gnome/tcl - Give maintainership to Tilman PR: 38109, 38115, 36387, 30557 Submitted by: Tilman Linneweh , Julian C. Dunn , keramida Revision Changes Path 1.39 +2 -1 ports/irc/bitchx/Makefile 1.2 +5014 -1015 ports/irc/bitchx/files/tcl-freebsd.o.uu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 18:42:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49BB937B404; Wed, 15 May 2002 18:42:29 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G1gTH48239; Wed, 15 May 2002 18:42:29 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205160142.g4G1gTH48239@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 18:42:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/multi-os article.sgml doc/en_US.ISO8859-1/articles/new-users article.sgml doc/en_US.ISO8859-1/articles/solid-state article.sgml doc/en_US.ISO8859-1/articles/vinum article.sgml doc/en_US.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 18:42:29 PDT Modified files: en_US.ISO8859-1/articles/multi-os article.sgml en_US.ISO8859-1/articles/new-users article.sgml en_US.ISO8859-1/articles/solid-state article.sgml en_US.ISO8859-1/articles/vinum article.sgml en_US.ISO8859-1/books/developers-handbook/driverbasics chapter.sgml en_US.ISO8859-1/books/developers-handbook/kerneldebug chapter.sgml en_US.ISO8859-1/books/developers-handbook/secure chapter.sgml en_US.ISO8859-1/books/developers-handbook/tools chapter.sgml en_US.ISO8859-1/books/faq book.sgml en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/basics chapter.sgml en_US.ISO8859-1/books/handbook/boot chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Consistancy checks: s/file system/filesystem/g Revision Changes Path 1.24 +3 -3 doc/en_US.ISO8859-1/articles/multi-os/article.sgml 1.32 +4 -4 doc/en_US.ISO8859-1/articles/new-users/article.sgml 1.7 +6 -6 doc/en_US.ISO8859-1/articles/solid-state/article.sgml 1.7 +44 -44 doc/en_US.ISO8859-1/articles/vinum/article.sgml 1.17 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/driverbasics/chapter.sgml 1.42 +2 -2 doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml 1.15 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml 1.21 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml 1.441 +5 -5 doc/en_US.ISO8859-1/books/faq/book.sgml 1.146 +10 -10 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.63 +7 -7 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.36 +1 -1 doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml 1.51 +2 -2 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.87 +31 -31 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml 1.176 +2 -2 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 18:50:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC23C37B400; Wed, 15 May 2002 18:50:18 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G1oIw49248; Wed, 15 May 2002 18:50:18 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205160150.g4G1oIw49248@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 18:50:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.sgml features.sgml www/en/events/2002 bsdcon-devsummit.sgml www/en/news press-rel-5.sgml www/en/news/status report-july-2001.xml www/en/projects libh.sgml projects.sgml www/en/releases/2.0 install.sgml notes.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 18:50:18 PDT Modified files: en docs.sgml features.sgml en/events/2002 bsdcon-devsummit.sgml en/news press-rel-5.sgml en/news/status report-july-2001.xml en/projects libh.sgml projects.sgml en/releases/2.0 install.sgml notes.sgml en/releases/2.0.5R notes.sgml en/releases/2.2.1R notes.sgml en/releases/2.2.2R notes.sgml en/releases/2.2R notes.sgml en/releases/3.3R notes.sgml en/releases/4.4R relnotes-alpha.html en/releases/5.0R/DP1 installation-alpha.html installation-i386.html installation-sparc64.html relnotes-alpha.html relnotes-i386.html relnotes-sparc64.html Log: consistancy again s/file system/filesystem/g Revision Changes Path 1.144 +2 -2 www/en/docs.sgml 1.8 +5 -5 www/en/events/2002/bsdcon-devsummit.sgml 1.19 +3 -3 www/en/features.sgml 1.6 +3 -3 www/en/news/press-rel-5.sgml 1.5 +3 -3 www/en/news/status/report-july-2001.xml 1.7 +3 -3 www/en/projects/libh.sgml 1.126 +10 -10 www/en/projects/projects.sgml 1.8 +4 -4 www/en/releases/2.0.5R/notes.sgml 1.5 +20 -20 www/en/releases/2.0/install.sgml 1.9 +3 -3 www/en/releases/2.0/notes.sgml 1.7 +3 -3 www/en/releases/2.2.1R/notes.sgml 1.7 +3 -3 www/en/releases/2.2.2R/notes.sgml 1.8 +3 -3 www/en/releases/2.2R/notes.sgml 1.4 +2 -2 www/en/releases/3.3R/notes.sgml 1.2 +1 -1 www/en/releases/4.4R/relnotes-alpha.html 1.2 +1 -1 www/en/releases/5.0R/DP1/installation-alpha.html 1.2 +1 -1 www/en/releases/5.0R/DP1/installation-i386.html 1.2 +8 -8 www/en/releases/5.0R/DP1/installation-sparc64.html 1.2 +2 -2 www/en/releases/5.0R/DP1/relnotes-alpha.html 1.2 +2 -2 www/en/releases/5.0R/DP1/relnotes-i386.html 1.2 +2 -2 www/en/releases/5.0R/DP1/relnotes-sparc64.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 18:57:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 714DB37B408; Wed, 15 May 2002 18:57:20 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G1vKv50002; Wed, 15 May 2002 18:57:20 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205160157.g4G1vKv50002@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 18:57:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ln ln.1 symlink.7 src/bin/ls ls.1 src/bin/mv mv.1 src/bin/pax ar_subs.c buf_subs.c cache.h file_subs.c ftree.c options.c pat_rep.c pax.1 pax.c pax.h tables.h tar.c src/bin/ps ps.1 src/bin/rm rm.1 rm.c src/bin/sh error.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 18:57:20 PDT Modified files: bin/ln ln.1 symlink.7 bin/ls ls.1 bin/mv mv.1 bin/pax ar_subs.c buf_subs.c cache.h file_subs.c ftree.c options.c pat_rep.c pax.1 pax.c pax.h tables.h tar.c bin/ps ps.1 bin/rm rm.1 rm.c bin/sh error.c Log: Consistancy check s/file system/filesystem/ Reviewed by: brian Revision Changes Path 1.21 +3 -3 src/bin/ln/ln.1 1.21 +3 -3 src/bin/ln/symlink.7 1.65 +1 -1 src/bin/ls/ls.1 1.21 +1 -1 src/bin/mv/mv.1 1.19 +2 -2 src/bin/pax/ar_subs.c 1.18 +1 -1 src/bin/pax/buf_subs.c 1.7 +1 -1 src/bin/pax/cache.h 1.18 +13 -13 src/bin/pax/file_subs.c 1.18 +1 -1 src/bin/pax/ftree.c 1.23 +2 -2 src/bin/pax/options.c 1.20 +1 -1 src/bin/pax/pat_rep.c 1.26 +6 -6 src/bin/pax/pax.1 1.23 +2 -2 src/bin/pax/pax.c 1.14 +2 -2 src/bin/pax/pax.h 1.8 +1 -1 src/bin/pax/tables.h 1.19 +2 -2 src/bin/pax/tar.c 1.45 +1 -1 src/bin/ps/ps.1 1.25 +2 -2 src/bin/rm/rm.1 1.37 +2 -2 src/bin/rm/rm.c 1.19 +2 -2 src/bin/sh/error.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 19: 2:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id B8EC937B403; Wed, 15 May 2002 19:02:37 -0700 (PDT) Received: from hades.hell.gr (patr530-b174.otenet.gr [212.205.244.182]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4G22AHL002217; Thu, 16 May 2002 05:02:26 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4G2246m088909; Thu, 16 May 2002 05:02:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4G2240i088908; Thu, 16 May 2002 05:02:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 16 May 2002 05:02:04 +0300 From: Giorgos Keramidas To: Patrick Li Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/irc/bitchx Makefile ports/irc/bitchx/files tcl-freebsd.o.uu Message-ID: <20020516020203.GA88853@hades.hell.gr> References: <200205160137.g4G1blV47510@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205160137.g4G1blV47510@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-05-15 18:37, Patrick Li wrote: > pat 2002/05/15 18:37:46 PDT > > Modified files: > irc/bitchx Makefile > irc/bitchx/files tcl-freebsd.o.uu > Log: > - Fix build with gnome/tcl Super cool :) Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 19:10:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0764F37B40C; Wed, 15 May 2002 19:10:04 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G2A3G55304; Wed, 15 May 2002 19:10:03 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205160210.g4G2A3G55304@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 19:10:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc protocols rc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 19:10:03 PDT Modified files: etc protocols rc Log: Consistancy, file system > filesystem Revision Changes Path 1.17 +2 -2 src/etc/protocols 1.313 +6 -6 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 19:16:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC22237B400; Wed, 15 May 2002 19:16:24 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G2GOc55893; Wed, 15 May 2002 19:16:24 -0700 (PDT) (envelope-from lioux) Message-Id: <200205160216.g4G2GOc55893@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 May 2002 19:16:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/liba52 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/15 19:16:24 PDT Modified files: audio/liba52 Makefile Log: djbfft should be a RUN_DEPENDS as well Revision Changes Path 1.7 +2 -1 ports/audio/liba52/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 19:19:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AED437B406; Wed, 15 May 2002 19:19:15 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G2JFe56464; Wed, 15 May 2002 19:19:15 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205160219.g4G2JFe56464@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 19:19:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd README README.booting_dos cwd.c doscmd.1 ems.c src/usr.bin/du du.1 src/usr.bin/find find.1 function.c src/usr.bin/lsvfs lsvfs.1 src/usr.bin/make dir.c make.h src/usr.bin/make/PSD.doc tutorial.ms src/usr.bin/sed process.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 19:19:15 PDT Modified files: usr.bin/doscmd README README.booting_dos cwd.c doscmd.1 ems.c usr.bin/du du.1 usr.bin/find find.1 function.c usr.bin/lsvfs lsvfs.1 usr.bin/make dir.c make.h usr.bin/make/PSD.doc tutorial.ms usr.bin/sed process.c usr.bin/showmount showmount.8 usr.bin/tip/tip tip.1 usr.bin/xinstall install.1 Log: More consistancy. file system > filesystem Revision Changes Path 1.4 +1 -1 src/usr.bin/doscmd/README 1.5 +1 -1 src/usr.bin/doscmd/README.booting_dos 1.16 +1 -1 src/usr.bin/doscmd/cwd.c 1.30 +2 -2 src/usr.bin/doscmd/doscmd.1 1.12 +1 -1 src/usr.bin/doscmd/ems.c 1.24 +1 -1 src/usr.bin/du/du.1 1.45 +3 -3 src/usr.bin/find/find.1 1.43 +1 -1 src/usr.bin/find/function.c 1.10 +2 -2 src/usr.bin/lsvfs/lsvfs.1 1.12 +3 -3 src/usr.bin/make/PSD.doc/tutorial.ms 1.22 +1 -1 src/usr.bin/make/dir.c 1.18 +1 -1 src/usr.bin/make/make.h 1.16 +1 -1 src/usr.bin/sed/process.c 1.13 +2 -2 src/usr.bin/showmount/showmount.8 1.17 +1 -1 src/usr.bin/tip/tip/tip.1 1.25 +2 -2 src/usr.bin/xinstall/install.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 19:21:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCB3937B401; Wed, 15 May 2002 19:21:14 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G2LEb56746; Wed, 15 May 2002 19:21:14 -0700 (PDT) (envelope-from lioux) Message-Id: <200205160221.g4G2LEb56746@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 15 May 2002 19:21:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogle Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/15 19:21:14 PDT Modified files: graphics/ogle Makefile Log: Fix configure against latest liba52 port with djbfft enabled per default Revision Changes Path 1.11 +8 -2 ports/graphics/ogle/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 19:28:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2239E37B403; Wed, 15 May 2002 19:28:40 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G2Se857530; Wed, 15 May 2002 19:28:40 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205160228.g4G2Se857530@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 19:28:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.8 src/usr.sbin/mtree mtree.8 src/usr.sbin/ntp/doc ntp.conf.5 src/usr.sbin/pkg_install/add pkg_add.1 src/usr.sbin/pwd_mkdb pwd_mkdb.8 src/usr.sbin/quotaon quotaon.8 quotaon.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 19:28:40 PDT Modified files: usr.sbin/config config.8 usr.sbin/mtree mtree.8 usr.sbin/ntp/doc ntp.conf.5 usr.sbin/pkg_install/add pkg_add.1 usr.sbin/pwd_mkdb pwd_mkdb.8 usr.sbin/quotaon quotaon.8 quotaon.c usr.sbin/repquota repquota.8 repquota.c usr.sbin/syslogd syslog.conf.5 Log: Consistancy check: s/file system/filesystem/g Revision Changes Path 1.34 +2 -2 src/usr.sbin/config/config.8 1.37 +1 -1 src/usr.sbin/mtree/mtree.8 1.8 +1 -1 src/usr.sbin/ntp/doc/ntp.conf.5 1.54 +1 -1 src/usr.sbin/pkg_install/add/pkg_add.1 1.19 +2 -2 src/usr.sbin/pwd_mkdb/pwd_mkdb.8 1.8 +1 -1 src/usr.sbin/quotaon/quotaon.8 1.6 +3 -3 src/usr.sbin/quotaon/quotaon.c 1.7 +4 -4 src/usr.sbin/repquota/repquota.8 1.13 +1 -1 src/usr.sbin/repquota/repquota.c 1.26 +2 -2 src/usr.sbin/syslogd/syslog.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 19:45:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27A4537B406; Wed, 15 May 2002 19:45:26 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G2jQv58664; Wed, 15 May 2002 19:45:26 -0700 (PDT) (envelope-from dinoex) Message-Id: <200205160245.g4G2jQv58664@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 15 May 2002 19:45:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl Makefile distinfo ports/security/cyrus-sasl/files Sendmail.README patch-lib::checkpw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/05/15 19:45:25 PDT Modified files: security/cyrus-sasl Makefile distinfo security/cyrus-sasl/files Sendmail.README Removed files: security/cyrus-sasl/files patch-lib::checkpw.c Log: new PORTREVISION, using newer patchfile minor Update of the Readme PR: 37607,37913 Submitted by: hetzels@westbend.net Revision Changes Path 1.42 +5 -6 ports/security/cyrus-sasl/Makefile 1.8 +1 -1 ports/security/cyrus-sasl/distinfo 1.4 +1 -1 ports/security/cyrus-sasl/files/Sendmail.README 1.2 +0 -101 ports/security/cyrus-sasl/files/patch-lib::checkpw.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 20: 5:53 2002 Delivered-To: cvs-all@freebsd.org Received: from heaven.gigo.com (gigo.com [207.173.11.186]) by hub.freebsd.org (Postfix) with ESMTP id 7ED8537B408 for ; Wed, 15 May 2002 20:05:48 -0700 (PDT) Received: from 200-193-224-007-bsace7003.dsl.telebrasilia.net.br (200-193-224-007-bsace7003.dsl.telebrasilia.net.br [200.193.224.7]) by heaven.gigo.com (Postfix) with ESMTP id 079B1B84E for ; Wed, 15 May 2002 20:05:48 -0700 (PDT) Received: (qmail 95152 invoked by uid 1001); 16 May 2002 02:31:33 -0000 Message-ID: <20020516023133.95151.qmail@exxodus.fedaykin.here> Date: Wed, 15 May 2002 23:31:11 -0300 From: Mario Sergio Fujikawa Ferreira To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/liba52 Makefile References: <200205160216.g4G2GOc55893@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205160216.g4G2GOc55893@freefall.freebsd.org>; from lioux@FreeBSD.org on Wed, May 15, 2002 at 07:16:02PM -0700 X-Operating-System: FreeBSD 4.6-PRERELEASE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 07:16:02PM -0700, Mario Sergio Fujikawa Ferreira wrote: > > Modified files: > audio/liba52 Makefile > Log: > djbfft should be a RUN_DEPENDS as well Bumped PORTREVISION since .la files contain djbfft and users should upgrade to have a clean dependency graph. -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 20:10: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 30B0637B401; Wed, 15 May 2002 20:10:00 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id E118D9B13; Wed, 15 May 2002 22:09:55 -0500 (EST) Date: Wed, 15 May 2002 22:09:55 -0500 From: Will Andrews To: Patrick Li Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/irc/bitchx Makefile ports/irc/bitchx/files tcl-freebsd.o.uu Message-ID: <20020516030955.GJ53809@squall.waterspout.com> Mail-Followup-To: Patrick Li , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205160137.g4G1blV47510@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205160137.g4G1blV47510@freefall.freebsd.org> User-Agent: Mutt/1.3.26i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 06:37:46PM -0700, Patrick Li wrote: > irc/bitchx/files tcl-freebsd.o.uu Why does this file need to be in the repository? It's quite large: > 1.2 +5014 -1015 ports/irc/bitchx/files/tcl-freebsd.o.uu Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 20:21:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4D4637B403; Wed, 15 May 2002 20:21:44 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G3LiT64651; Wed, 15 May 2002 20:21:44 -0700 (PDT) (envelope-from will) Message-Id: <200205160321.g4G3LiT64651@freefall.freebsd.org> From: Will Andrews Date: Wed, 15 May 2002 20:21:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts/release setup.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2002/05/15 20:21:44 PDT Modified files: Tools/scripts/release setup.sh Log: Accept dir as argument instead of hardcoding. Revision Changes Path 1.2 +6 -2 ports/Tools/scripts/release/setup.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 20:24:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D809137B403; Wed, 15 May 2002 20:24:44 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G3Oio64778; Wed, 15 May 2002 20:24:44 -0700 (PDT) (envelope-from will) Message-Id: <200205160324.g4G3Oio64778@freefall.freebsd.org> From: Will Andrews Date: Wed, 15 May 2002 20:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts/release setup.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2002/05/15 20:24:44 PDT Modified files: Tools/scripts/release setup.sh Log: More useful exit if dir not passed. Revision Changes Path 1.3 +5 -1 ports/Tools/scripts/release/setup.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 20:41: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 4E21B37B413 for ; Wed, 15 May 2002 20:40:56 -0700 (PDT) Received: (qmail 5858 invoked from network); 16 May 2002 03:40:55 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 16 May 2002 03:40:55 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4G3esF68879; Wed, 15 May 2002 23:40:54 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205152240.g4FMeoI18590@freefall.freebsd.org> Date: Wed, 15 May 2002 23:40:44 -0400 (EDT) From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 15-May-2002 David E. O'Brien wrote: > obrien 2002/05/15 15:40:50 PDT > > Modified files: > gnu/usr.bin/cc/cc_tools Makefile > Log: > Add x86-64 bits. Fear! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 20:51:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E36037B403; Wed, 15 May 2002 20:51:38 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G3pcM66730; Wed, 15 May 2002 20:51:38 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205160351.g4G3pcM66730@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 20:51:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pax tar.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 20:51:38 PDT Modified files: bin/pax tar.1 Log: more file system > filesystem Revision Changes Path 1.4 +1 -1 src/bin/pax/tar.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 21:10:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD1C337B407; Wed, 15 May 2002 21:10:46 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G4Akn73697; Wed, 15 May 2002 21:10:46 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205160410.g4G4Akn73697@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 21:10:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 badsect.c src/sbin/clri clri.8 src/sbin/disklabel disklabel.5 disklabel.8 src/sbin/dump Makefile dump.h main.c optr.c src/sbin/dumpfs dumpfs.8 src/sbin/ffsinfo ffsinfo.8 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 21:10:46 PDT Modified files: sbin/adjkerntz adjkerntz.8 sbin/badsect badsect.8 badsect.c sbin/clri clri.8 sbin/disklabel disklabel.5 disklabel.8 sbin/dump Makefile dump.h main.c optr.c sbin/dumpfs dumpfs.8 sbin/ffsinfo ffsinfo.8 sbin/fsck fsck.8 fsck.c sbin/fsck_ffs fsck.h main.c pass1.c sbin/fsck_ffs/SMM.doc 0.t 1.t 2.t 3.t 4.t sbin/fsck_ifs fsck.h main.c pass1.c sbin/fsck_msdosfs check.c ext.h fsck_msdosfs.8 sbin/fsdb fsdb.8 fsdb.c sbin/growfs growfs.8 growfs.c sbin/mount mount.8 mount.c sbin/mount_ext2fs mount_ext2fs.8 sbin/mount_hpfs mount_hpfs.8 sbin/mount_ifs mount.c sbin/mount_msdosfs mount_msdosfs.8 sbin/mount_nfs mount_nfs.8 sbin/mount_ntfs mount_ntfs.8 sbin/mount_nullfs mount_nullfs.8 sbin/mount_nwfs mount_nwfs.8 sbin/mount_std mount_std.8 sbin/mount_umapfs mount_umapfs.8 sbin/mountd mountd.8 mountd.c sbin/newfs mkfs.c newfs.8 newfs.c newfs.h sbin/newfs_msdos newfs_msdos.8 newfs_msdos.c sbin/quotacheck quotacheck.8 quotacheck.c sbin/reboot boot_i386.8 reboot.8 sbin/restore main.c restore.8 restore.c restore.h symtab.c tape.c sbin/shutdown shutdown.8 sbin/tunefs tunefs.c sbin/umount umount.c sbin/vinum v.c vinum.8 Log: more file system > filesystem Revision Changes Path 1.25 +5 -5 src/sbin/adjkerntz/adjkerntz.8 1.16 +10 -10 src/sbin/badsect/badsect.8 1.13 +3 -3 src/sbin/badsect/badsect.c 1.10 +2 -2 src/sbin/clri/clri.8 1.13 +4 -4 src/sbin/disklabel/disklabel.5 1.38 +5 -5 src/sbin/disklabel/disklabel.8 1.18 +1 -1 src/sbin/dump/Makefile 1.15 +1 -1 src/sbin/dump/dump.h 1.36 +3 -3 src/sbin/dump/main.c 1.20 +2 -2 src/sbin/dump/optr.c 1.8 +5 -5 src/sbin/dumpfs/dumpfs.8 1.10 +4 -4 src/sbin/ffsinfo/ffsinfo.8 1.28 +5 -5 src/sbin/fsck/fsck.8 1.10 +1 -1 src/sbin/fsck/fsck.c 1.4 +11 -11 src/sbin/fsck_ffs/SMM.doc/0.t 1.3 +6 -6 src/sbin/fsck_ffs/SMM.doc/1.t 1.3 +38 -38 src/sbin/fsck_ffs/SMM.doc/2.t 1.5 +30 -30 src/sbin/fsck_ffs/SMM.doc/3.t 1.3 +93 -93 src/sbin/fsck_ffs/SMM.doc/4.t 1.24 +8 -8 src/sbin/fsck_ffs/fsck.h 1.32 +1 -1 src/sbin/fsck_ffs/main.c 1.28 +1 -1 src/sbin/fsck_ffs/pass1.c 1.17 +9 -9 src/sbin/fsck_ifs/fsck.h 1.28 +1 -1 src/sbin/fsck_ifs/main.c 1.21 +1 -1 src/sbin/fsck_ifs/pass1.c 1.2 +1 -1 src/sbin/fsck_msdosfs/check.c 1.3 +1 -1 src/sbin/fsck_msdosfs/ext.h 1.4 +5 -5 src/sbin/fsck_msdosfs/fsck_msdosfs.8 1.21 +5 -5 src/sbin/fsdb/fsdb.8 1.25 +4 -4 src/sbin/fsdb/fsdb.c 1.12 +14 -14 src/sbin/growfs/growfs.8 1.8 +8 -8 src/sbin/growfs/growfs.c 1.47 +20 -20 src/sbin/mount/mount.8 1.47 +3 -3 src/sbin/mount/mount.c 1.11 +4 -4 src/sbin/mount_ext2fs/mount_ext2fs.8 1.8 +9 -9 src/sbin/mount_hpfs/mount_hpfs.8 1.44 +1 -1 src/sbin/mount_ifs/mount.c 1.22 +13 -13 src/sbin/mount_msdosfs/mount_msdosfs.8 1.33 +6 -6 src/sbin/mount_nfs/mount_nfs.8 1.16 +8 -8 src/sbin/mount_ntfs/mount_ntfs.8 1.22 +9 -9 src/sbin/mount_nullfs/mount_nullfs.8 1.16 +2 -2 src/sbin/mount_nwfs/mount_nwfs.8 1.16 +2 -2 src/sbin/mount_std/mount_std.8 1.16 +6 -6 src/sbin/mount_umapfs/mount_umapfs.8 1.21 +1 -1 src/sbin/mountd/mountd.8 1.64 +3 -3 src/sbin/mountd/mountd.c 1.56 +11 -11 src/sbin/newfs/mkfs.c 1.51 +16 -16 src/sbin/newfs/newfs.8 1.61 +9 -9 src/sbin/newfs/newfs.c 1.6 +3 -3 src/sbin/newfs/newfs.h 1.14 +11 -11 src/sbin/newfs_msdos/newfs_msdos.8 1.16 +14 -14 src/sbin/newfs_msdos/newfs_msdos.c 1.11 +2 -2 src/sbin/quotacheck/quotacheck.8 1.15 +1 -1 src/sbin/quotacheck/quotacheck.c 1.39 +4 -4 src/sbin/reboot/boot_i386.8 1.15 +3 -3 src/sbin/reboot/reboot.8 1.15 +2 -2 src/sbin/restore/main.c 1.35 +13 -13 src/sbin/restore/restore.8 1.11 +1 -1 src/sbin/restore/restore.c 1.3 +3 -2 src/sbin/restore/restore.h 1.11 +2 -2 src/sbin/restore/symtab.c 1.34 +1 -1 src/sbin/restore/tape.c 1.18 +2 -2 src/sbin/shutdown/shutdown.8 1.23 +3 -3 src/sbin/tunefs/tunefs.c 1.29 +3 -3 src/sbin/umount/umount.c 1.35 +1 -1 src/sbin/vinum/v.c 1.56 +16 -16 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 21:39:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9DE237B404; Wed, 15 May 2002 21:39:19 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G4dJJ76015; Wed, 15 May 2002 21:39:19 -0700 (PDT) (envelope-from tjr) Message-Id: <200205160439.g4G4dJJ76015@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 15 May 2002 21:39:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/csplit csplit.1 csplit.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/15 21:39:19 PDT Modified files: usr.bin/csplit csplit.1 csplit.c Log: Correct synopsis and usage(): pattern arguments are not optional. Revision Changes Path 1.2 +1 -1 src/usr.bin/csplit/csplit.1 1.2 +1 -1 src/usr.bin/csplit/csplit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 21:39:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D74E237B400; Wed, 15 May 2002 21:39:48 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G4dmg76091; Wed, 15 May 2002 21:39:48 -0700 (PDT) (envelope-from okazaki) Message-Id: <200205160439.g4G4dmg76091@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Wed, 15 May 2002 21:39:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/mule-ucs Makefile pkg-comment pkg-message pkg-plist ports/converters/mule-ucs/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/05/15 21:39:48 PDT Modified files: converters/mule-ucs Makefile pkg-comment pkg-message pkg-plist Added files: converters/mule-ucs/files patch-aa Log: Update to support Emacs 21. PR: 33094 Submitted by: yoichi Add a patch to mitigate slow Mule-UCS loading in Emacs 21.2, written by Dave Love . Obtained from: http://tsukuba.m17n.org/mule-archive/2002-3/msg00000.html Use ${DOCSDIR} instead of ${PREFIX}/${PORTDOCDIR}. Revision Changes Path 1.7 +14 -11 ports/converters/mule-ucs/Makefile 1.1 +31 -0 ports/converters/mule-ucs/files/patch-aa (new) 1.3 +1 -1 ports/converters/mule-ucs/pkg-comment 1.3 +0 -3 ports/converters/mule-ucs/pkg-message 1.5 +8 -8 ports/converters/mule-ucs/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 21:44:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58E3037B401; Wed, 15 May 2002 21:44:48 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G4imB76728; Wed, 15 May 2002 21:44:48 -0700 (PDT) (envelope-from okazaki) Message-Id: <200205160444.g4G4imB76728@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Wed, 15 May 2002 21:44:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/05/15 21:44:48 PDT Modified files: converters Makefile Log: Connect mule-ucs. Revision Changes Path 1.71 +1 -0 ports/converters/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 21:48:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C01A737B403; Wed, 15 May 2002 21:48:40 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G4me876941; Wed, 15 May 2002 21:48:40 -0700 (PDT) (envelope-from petef) Message-Id: <200205160448.g4G4me876941@freefall.freebsd.org> From: Pete Fritchman Date: Wed, 15 May 2002 21:48:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/15 21:48:40 PDT Modified files: . modules Log: p5-CGI-Application --> ports/www/p5-CGI-Application Revision Changes Path 1.5120 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 22: 3:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EE7737B404; Wed, 15 May 2002 22:03:57 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G53vJ77980; Wed, 15 May 2002 22:03:57 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205160503.g4G53vJ77980@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 22:03:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/security/access testaccess.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 22:03:56 PDT Modified files: tools/regression/security/access testaccess.c Log: file system > filesystem Revision Changes Path 1.4 +2 -2 src/tools/regression/security/access/testaccess.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 22: 4:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CE9337B404; Wed, 15 May 2002 22:04:26 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G54Q778009; Wed, 15 May 2002 22:04:26 -0700 (PDT) (envelope-from tjr) Message-Id: <200205160504.g4G54Q778009@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 15 May 2002 22:04:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/csplit csplit.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/15 22:04:26 PDT Modified files: usr.bin/csplit csplit.c Log: Handle the case where a negative offset in a regular expression match is larger than the number of lines in the overflow file. Revision Changes Path 1.3 +2 -0 src/usr.bin/csplit/csplit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 22:11:30 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 3972D37B404; Wed, 15 May 2002 22:11:23 -0700 (PDT) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020516051122.UNZT18801.rwcrmhc52.attbi.com@bmah.dyndns.org>; Thu, 16 May 2002 05:11:22 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.3/8.12.3) with ESMTP id g4G5BLL8059185; Wed, 15 May 2002 22:11:21 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.3/8.12.3/Submit) id g4G5BLdv059184; Wed, 15 May 2002 22:11:21 -0700 (PDT) Message-Id: <200205160511.g4G5BLdv059184@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020506 with nmh-1.0.4 To: Tom Rhodes Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en docs.sgml features.sgml www/en/events/2002 bsdcon-devsummit.sgml www/en/news press-rel-5.sgml www/en/news/status report-july-2001.xml www/en/projects libh.sgml projects.sgml www/en/releases/2.0 install.sgml notes.sgml ... In-reply-to: <200205160150.g4G1oIw49248@freefall.freebsd.org> References: <200205160150.g4G1oIw49248@freefall.freebsd.org> Comments: In-reply-to Tom Rhodes message dated "Wed, 15 May 2002 18:50:18 -0700." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 May 2002 22:11:21 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If memory serves me right, Tom Rhodes wrote: > en/releases/4.4R relnotes-alpha.html > en/releases/5.0R/DP1 installation-alpha.html > installation-i386.html > installation-sparc64.html > relnotes-alpha.html relnotes-i386.html > relnotes-sparc64.html > Log: > consistancy again s/file system/filesystem/g Just for the record, these were generated files. After your changes, they no longer reflect exactly the HTML output one would get from building the release documentation from 4.4-RELEASE and 5.0-DP1. It's probably fine to leave your changes in (since they're very small), but I never intended people to go around editing the generated release documentation in the www/ tree. I'd prefer it if, in the future, people *don't* do this. (The contents of the DocBook files that generated the HTML are, however, fair game, and I strongly support the idea of using consistent terminology in our documentation.) Thanks! Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 22:22: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 128AB37B405; Wed, 15 May 2002 22:21:59 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G5LwP83103; Wed, 15 May 2002 22:21:58 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205160521.g4G5LwP83103@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 15 May 2002 22:21:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man0 title.urm src/share/man/man3 sysexits.3 src/share/man/man4 ccd.4 da.4 intro.4 syncer.4 vinum.4 src/share/man/man4/man4.alpha linux.4 src/share/man/man4/man4.i386 linux.4 mcd.4 scd.4 src/share/man/man5 devfs.5 dir.5 fdescfs.5 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/15 22:21:58 PDT Modified files: share/man/man0 title.urm share/man/man3 sysexits.3 share/man/man4 ccd.4 da.4 intro.4 syncer.4 vinum.4 share/man/man4/man4.alpha linux.4 share/man/man4/man4.i386 linux.4 mcd.4 scd.4 share/man/man5 devfs.5 dir.5 fdescfs.5 fs.5 linprocfs.5 procfs.5 share/man/man7 ffs.7 hier.7 tuning.7 share/man/man8 crash.8 diskless.8 intro.8 picobsd.8 share/man/man9 VFS_CHECKEXP.9 VOP_ACCESS.9 VOP_ACLCHECK.9 VOP_GETACL.9 VOP_GETEXTATTR.9 VOP_LOOKUP.9 VOP_SETACL.9 VOP_SETEXTATTR.9 acl.9 extattr.9 inittodr.9 vaccess.9 vfs_unmountall.9 vnode.9 Log: More file system > filesystem Revision Changes Path 1.8 +7 -7 src/share/man/man0/title.urm 1.10 +2 -2 src/share/man/man3/sysexits.3 1.22 +2 -2 src/share/man/man4/ccd.4 1.39 +1 -1 src/share/man/man4/da.4 1.24 +3 -3 src/share/man/man4/intro.4 1.4 +2 -2 src/share/man/man4/man4.alpha/linux.4 1.5 +2 -2 src/share/man/man4/man4.i386/linux.4 1.19 +1 -1 src/share/man/man4/man4.i386/mcd.4 1.18 +1 -1 src/share/man/man4/man4.i386/scd.4 1.8 +2 -2 src/share/man/man4/syncer.4 1.42 +4 -4 src/share/man/man4/vinum.4 1.12 +3 -3 src/share/man/man5/devfs.5 1.18 +3 -3 src/share/man/man5/dir.5 1.12 +4 -4 src/share/man/man5/fdescfs.5 1.15 +28 -28 src/share/man/man5/fs.5 1.10 +3 -3 src/share/man/man5/linprocfs.5 1.25 +3 -3 src/share/man/man5/procfs.5 1.9 +16 -16 src/share/man/man7/ffs.7 1.71 +11 -11 src/share/man/man7/hier.7 1.45 +1 -1 src/share/man/man7/tuning.7 1.19 +1 -1 src/share/man/man8/crash.8 1.15 +1 -1 src/share/man/man8/diskless.8 1.8 +2 -2 src/share/man/man8/intro.8 1.18 +4 -4 src/share/man/man8/picobsd.8 1.8 +2 -2 src/share/man/man9/VFS_CHECKEXP.9 1.15 +2 -2 src/share/man/man9/VOP_ACCESS.9 1.6 +1 -1 src/share/man/man9/VOP_ACLCHECK.9 1.9 +1 -1 src/share/man/man9/VOP_GETACL.9 1.12 +3 -3 src/share/man/man9/VOP_GETEXTATTR.9 1.16 +3 -3 src/share/man/man9/VOP_LOOKUP.9 1.7 +3 -3 src/share/man/man9/VOP_SETACL.9 1.11 +5 -5 src/share/man/man9/VOP_SETEXTATTR.9 1.10 +4 -4 src/share/man/man9/acl.9 1.10 +6 -6 src/share/man/man9/extattr.9 1.9 +3 -3 src/share/man/man9/inittodr.9 1.7 +1 -1 src/share/man/man9/vaccess.9 1.4 +2 -2 src/share/man/man9/vfs_unmountall.9 1.19 +1 -1 src/share/man/man9/vnode.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 22:36:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6E2B37B403; Wed, 15 May 2002 22:36:41 -0700 (PDT) Received: (from jwd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G5afK83799; Wed, 15 May 2002 22:36:41 -0700 (PDT) (envelope-from jwd) Message-Id: <200205160536.g4G5afK83799@freefall.freebsd.org> From: "John W. De Boskey" Date: Wed, 15 May 2002 22:36:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jwd 2002/05/15 22:36:41 PDT Modified files: (Branch: RELENG_4) . Makefile Log: MFC: 1.255 - doc update Approved by: re Revision Changes Path 1.234.2.12 +20 -11 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 22:57:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C03B37B409; Wed, 15 May 2002 22:57:29 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G5vTS85340; Wed, 15 May 2002 22:57:29 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200205160557.g4G5vTS85340@freefall.freebsd.org> From: Joseph Koshy Date: Wed, 15 May 2002 22:57:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2002/05/15 22:57:29 PDT Modified files: en/news press.xml Log: Add link to OnLamp article on dealing with system panics (part 2 of a two part article). Revision Changes Path 1.52 +15 -1 www/en/news/press.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 22:58: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 61D4737B400; Wed, 15 May 2002 22:57:48 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4G5vfX27995; Thu, 16 May 2002 08:57:41 +0300 (EEST) (envelope-from ru) Date: Thu, 16 May 2002 08:57:41 +0300 From: Ruslan Ermilov To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020516055741.GA26715@sunbay.com> References: <200205151629.g4FGTj062213@freefall.freebsd.org> <20020515150513.A14077@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <20020515150513.A14077@dragon.nuxi.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, May 15, 2002 at 03:05:13PM -0700, David O'Brien wrote: > On Wed, May 15, 2002 at 09:29:45AM -0700, Ruslan Ermilov wrote: > > ru 2002/05/15 09:29:45 PDT > >=20 > > Modified files: > > . Makefile.inc1=20 > > gnu/lib Makefile=20 > > gnu/usr.bin Makefile=20 > > gnu/usr.bin/cc Makefile=20 > > Log: > > Make sure to not yet build the GNU C++, but still allow > > for the C++ progs to be built with e.g. an old compiler, > > CXX=3D/usr/bin/c++, for the time being. >=20 > Please back this out. You are removing the ability to use an external > C++ compiler. >=20 There's no reason to back this out, it does not break anything listed below. Have you actually looked at the diffs? > Setting CXX=3D/usr/bin/c++ is bad advice -- if it was usable we would not > be in the situation we are in now. >=20 The point was to say that it's now possible to use CXX=3D/foo/path/c++, and ${CXX:T} =3D=3D "c++" effectively prevented this. I've replaced it with ${CXX} =3D=3D "c++" (which designates the system compiler, unless the PATH is specially constructed). > I envision users to set CXX=3D/usr/local/bin/g++31, as that is the C++ > compiler Ports now uses. The only gotcha is needing to have gperf > already installed on a system. Would you be able to add a test for the > existance of gperf before trying to build src/gnu/usr.bin/cc/cc1plus? > It would have to test for the existance of /usr/bin/gperf (for older > systems that have this from Gcc 2.95 days; and > ${.OBJDIR}//gperf for the CXX=3Dg++31 case). >=20 Makefile.inc1 takes care of building "gperf" in bootstrap-tools, so in a normal bootstrapping sequence no special hacks are necessary. gperf(1) is first built as a bootstrap-tool in a host environment. It's then used to build cross-tools (including cc1plus), and the latter is then used to build gperf(1) for installworld. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE840pVUkv4P6juNwoRAiArAJ0bi994pNI3bAPh4lL7SBsO3NftqwCdGeP+ PzH2ZDvFebjIFCMAViD3uoo= =7oel -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 23: 1: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AE4137B406; Wed, 15 May 2002 23:00:57 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G60vG85761; Wed, 15 May 2002 23:00:57 -0700 (PDT) (envelope-from jkh) Message-Id: <200205160600.g4G60vG85761@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 15 May 2002 23:00:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 boot_crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkh 2002/05/15 23:00:57 PDT Modified files: release/i386 boot_crunch.conf Log: Back out previous commit - I didn't realize that ifconfig(8) dealt properly with 802.11 configuration now. Noted by: jhb Revision Changes Path 1.54 +2 -2 src/release/i386/boot_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 23:18:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92EE637B405; Wed, 15 May 2002 23:18:22 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G6IM992172; Wed, 15 May 2002 23:18:22 -0700 (PDT) (envelope-from imp) Message-Id: <200205160618.g4G6IM992172@freefall.freebsd.org> From: Warner Losh Date: Wed, 15 May 2002 23:18:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/05/15 23:18:22 PDT Modified files: (Branch: RELENG_4) etc/defaults pccard.conf Log: MFC: US Robotics Wireless card 2410 Blue Concentric Circl CF Wireless LAN Model WL-379F Linksys Instant Wireless WPC11 v2.5 PROXIM RangeLAN DS Home Wireless Networks ADTEC ADLINK 340C Buffaloe LPC3-CLR (through 1.237) Submitted by: The voices in my head Approved by: re (bmah) Revision Changes Path 1.98.2.31 +51 -5 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 23:26:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1678237B404; Wed, 15 May 2002 23:26:24 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G6QOZ93171; Wed, 15 May 2002 23:26:24 -0700 (PDT) (envelope-from sada) Message-Id: <200205160626.g4G6QOZ93171@freefall.freebsd.org> From: SADA Kenji Date: Wed, 15 May 2002 23:26:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/chora pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/15 23:26:23 PDT Modified files: devel/chora pkg-plist Log: Recover a config-file line in pkg-plist which exists sinse last fix of ports/36935. Requested by: maintainer Revision Changes Path 1.4 +1 -0 ports/devel/chora/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 23:33:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61E7737B407; Wed, 15 May 2002 23:32:38 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G6WcB93644; Wed, 15 May 2002 23:32:38 -0700 (PDT) (envelope-from imp) Message-Id: <200205160632.g4G6WcB93644@freefall.freebsd.org> From: Warner Losh Date: Wed, 15 May 2002 23:32:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi wi_hostap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/05/15 23:32:37 PDT Modified files: sys/dev/wi wi_hostap.c Log: Use splnet() when we need to block timeouts rather than splimp() since the former blocks software interrupts, while the latter blocks hardware interrupts. Avoid one place where I'm at splnet across a call to copyout. Leave one in place to give bde something to complain about :-). Actaully, I'll fix it in a subsequent commit. Reviewed by: bde spl conical hat to: imp Revision Changes Path 1.13 +18 -10 src/sys/dev/wi/wi_hostap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 23:38:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B151E37B407; Wed, 15 May 2002 23:38:14 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id QAA10731; Thu, 16 May 2002 16:38:12 +1000 Date: Thu, 16 May 2002 16:40:25 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Tom Rhodes Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 badsect.c src/sbin/clri clri.8 src/sbin/disklabel disklabel.5 disklabel.8 src/sbin/dump Makefile dump.h main.c In-Reply-To: <200205160410.g4G4Akn73697@freefall.freebsd.org> Message-ID: <20020516163820.H1640-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 15 May 2002, Tom Rhodes wrote: > trhodes 2002/05/15 21:10:46 PDT > > Modified files: > sbin/adjkerntz adjkerntz.8 > sbin/badsect badsect.8 badsect.c > sbin/clri clri.8 > sbin/disklabel disklabel.5 disklabel.8 > sbin/dump Makefile dump.h main.c optr.c > sbin/dumpfs dumpfs.8 > sbin/ffsinfo ffsinfo.8 > sbin/fsck fsck.8 fsck.c > sbin/fsck_ffs fsck.h main.c pass1.c > sbin/fsck_ffs/SMM.doc 0.t 1.t 2.t 3.t 4.t > sbin/fsck_ifs fsck.h main.c pass1.c > sbin/fsck_msdosfs check.c ext.h fsck_msdosfs.8 > sbin/fsdb fsdb.8 fsdb.c > sbin/growfs growfs.8 growfs.c > sbin/mount mount.8 mount.c > sbin/mount_ext2fs mount_ext2fs.8 > sbin/mount_hpfs mount_hpfs.8 > sbin/mount_ifs mount.c > sbin/mount_msdosfs mount_msdosfs.8 > sbin/mount_nfs mount_nfs.8 > sbin/mount_ntfs mount_ntfs.8 > sbin/mount_nullfs mount_nullfs.8 > sbin/mount_nwfs mount_nwfs.8 > sbin/mount_std mount_std.8 > sbin/mount_umapfs mount_umapfs.8 > sbin/mountd mountd.8 mountd.c > sbin/newfs mkfs.c newfs.8 newfs.c newfs.h > sbin/newfs_msdos newfs_msdos.8 newfs_msdos.c > sbin/quotacheck quotacheck.8 quotacheck.c > sbin/reboot boot_i386.8 reboot.8 > sbin/restore main.c restore.8 restore.c restore.h > symtab.c tape.c > sbin/shutdown shutdown.8 > sbin/tunefs tunefs.c > sbin/umount umount.c > sbin/vinum v.c vinum.8 > Log: > more file system > filesystem The number of these changes probably shows that the change is from one correct spelling to another at best, or backwards at worst. I prefer "file system" in most contexts. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 23:40: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59C2537B403; Wed, 15 May 2002 23:40:02 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G6e2Q95797; Wed, 15 May 2002 23:40:02 -0700 (PDT) (envelope-from sada) Message-Id: <200205160640.g4G6e2Q95797@freefall.freebsd.org> From: SADA Kenji Date: Wed, 15 May 2002 23:40:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/horde Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/15 23:40:02 PDT Modified files: www/horde Makefile distinfo Log: Upgrade to version 1.2.8, preventing some CSS atacks. PR: ports/36820 Submitted by: maintainer Revision Changes Path 1.10 +1 -1 ports/www/horde/Makefile 1.3 +1 -1 ports/www/horde/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 23:41: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCF5937B405; Wed, 15 May 2002 23:40:57 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G6evl95974; Wed, 15 May 2002 23:40:57 -0700 (PDT) (envelope-from knu) Message-Id: <200205160640.g4G6evl95974@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 15 May 2002 23:40:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-dbi Makefile.common distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/15 23:40:57 PDT Modified files: databases/ruby-dbi Makefile.common distinfo Log: Update the Ruby/DBI suite (ruby-dbi and ruby-dbd_*) to 0.0.14. Revision Changes Path 1.11 +2 -2 ports/databases/ruby-dbi/Makefile.common 1.11 +1 -1 ports/databases/ruby-dbi/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed May 15 23:56: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B534C37B40D; Wed, 15 May 2002 23:55:57 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G6tvm96983; Wed, 15 May 2002 23:55:57 -0700 (PDT) (envelope-from okazaki) Message-Id: <200205160655.g4G6tvm96983@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Wed, 15 May 2002 23:55:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/05/15 23:55:57 PDT Modified files: . modules Log: mule-ucs --> ports/converters/mule-ucs Revision Changes Path 1.5121 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 0:26: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EE0637B400; Thu, 16 May 2002 00:25:57 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7PvR02654; Thu, 16 May 2002 00:25:57 -0700 (PDT) (envelope-from sada) Message-Id: <200205160725.g4G7PvR02654@freefall.freebsd.org> From: SADA Kenji Date: Thu, 16 May 2002 00:25:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imp Makefile distinfo pkg-plist ports/mail/imp/files patch-lib_mimetypes.lib X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/16 00:25:57 PDT Modified files: mail/imp Makefile distinfo pkg-plist Added files: mail/imp/files patch-lib_mimetypes.lib Log: - Follow xlhtml's rename. - Cope with the change of wvHtml's commandline use. - Upgrade to version 2.2.8, preventing some CSS attacks. PR: ports/35740, ports/36820 Submitted by: maintainer Revision Changes Path 1.9 +2 -2 ports/mail/imp/Makefile 1.3 +1 -1 ports/mail/imp/distinfo 1.1 +11 -0 ports/mail/imp/files/patch-lib_mimetypes.lib (new) 1.3 +1 -0 ports/mail/imp/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 0:36:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A54637B406; Thu, 16 May 2002 00:36:11 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7aB103453; Thu, 16 May 2002 00:36:11 -0700 (PDT) (envelope-from sada) Message-Id: <200205160736.g4G7aB103453@freefall.freebsd.org> From: SADA Kenji Date: Thu, 16 May 2002 00:36:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/horde2 Makefile distinfo pkg-descr pkg-plist ports/www/horde2/files patch-ab patch-ac patch-mime_drivers.php.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/16 00:36:11 PDT Modified files: www/horde2 Makefile distinfo pkg-descr pkg-plist www/horde2/files patch-ab patch-ac patch-mime_drivers.php.dist Log: Upgrade to version 2.1 RC2. PR: ports/36903 Submitted by: maintainer Revision Changes Path 1.11 +8 -6 ports/www/horde2/Makefile 1.4 +1 -1 ports/www/horde2/distinfo 1.4 +36 -38 ports/www/horde2/files/patch-ab 1.3 +89 -31 ports/www/horde2/files/patch-ac 1.3 +41 -31 ports/www/horde2/files/patch-mime_drivers.php.dist 1.5 +2 -7 ports/www/horde2/pkg-descr 1.5 +73 -61 ports/www/horde2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 0:49:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7F7A37B406; Thu, 16 May 2002 00:49:43 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7nhc04454; Thu, 16 May 2002 00:49:43 -0700 (PDT) (envelope-from des) Message-Id: <200205160749.g4G7nhc04454@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 16 May 2002 00:49:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/16 00:49:43 PDT Modified files: www/linux-opera Makefile distinfo Log: Upgrade to 6.0 release and mark FORBIDDEN due to javascript security hole. Revision Changes Path 1.27 +8 -7 ports/www/linux-opera/Makefile 1.14 +1 -1 ports/www/linux-opera/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 0:49:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E830A37B408; Thu, 16 May 2002 00:49:43 -0700 (PDT) Received: (from max@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7nhS04459; Thu, 16 May 2002 00:49:43 -0700 (PDT) (envelope-from max) Message-Id: <200205160749.g4G7nhS04459@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Thu, 16 May 2002 00:49:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/Canna Makefile pkg-plist ports/japanese/Canna/files canna.sh.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/05/16 00:49:43 PDT Modified files: japanese/Canna Makefile pkg-plist japanese/Canna/files canna.sh.in Log: - Canna doesn't use /var/run any longer. - Improve the startup script. - Modify the pkg-plist so that pkg_delete won't complain even when user dictionaries are installed. - Use correct syntax for chown (bin.bin -> bin:bin) Credits: nyan@jp.FreeBSD.org nork@FreeBSD.org takachan@running-dog.net knu@iDaemons.org Revision Changes Path 1.49 +5 -4 ports/japanese/Canna/Makefile 1.4 +12 -9 ports/japanese/Canna/files/canna.sh.in 1.19 +6 -9 ports/japanese/Canna/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 0:50:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DD4037B408; Thu, 16 May 2002 00:50:34 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7oYU04688; Thu, 16 May 2002 00:50:34 -0700 (PDT) (envelope-from des) Message-Id: <200205160750.g4G7oYU04688@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 16 May 2002 00:50:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/16 00:50:34 PDT Modified files: www/linux-opera Makefile Log: Portions of previous commit were... Submitted by: Espen Skoglund Revision Changes Path 1.28 +0 -0 ports/www/linux-opera/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 0:52:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ADCE37B407; Thu, 16 May 2002 00:52:33 -0700 (PDT) Received: (from max@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7qXL04838; Thu, 16 May 2002 00:52:33 -0700 (PDT) (envelope-from max) Message-Id: <200205160752.g4G7qXL04838@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Thu, 16 May 2002 00:52:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/Canna Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/05/16 00:52:33 PDT Modified files: japanese/Canna Makefile Log: Oops, I meant to bump the PORTREVISION with the previous commit since that commit corrected possible problem with pkg_add'ing this port. Revision Changes Path 1.50 +1 -1 ports/japanese/Canna/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 0:53: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7805537B40B; Thu, 16 May 2002 00:52:57 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G7qvW04910; Thu, 16 May 2002 00:52:57 -0700 (PDT) (envelope-from sada) Message-Id: <200205160752.g4G7qvW04910@freefall.freebsd.org> From: SADA Kenji Date: Thu, 16 May 2002 00:52:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/turba Makefile distinfo pkg-plist ports/mail/turba/files patch-lib_api.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/16 00:52:57 PDT Modified files: mail/turba Makefile distinfo pkg-plist Removed files: mail/turba/files patch-lib_api.php Log: Upgrade to version 1.1 RC2. PR: ports/36904 Submitted by: maintainer Revision Changes Path 1.7 +6 -5 ports/mail/turba/Makefile 1.4 +1 -1 ports/mail/turba/distinfo 1.2 +0 -11 ports/mail/turba/files/patch-lib_api.php (dead) 1.5 +47 -14 ports/mail/turba/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1: 6:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAABB37B403; Thu, 16 May 2002 01:06:07 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G867d09752; Thu, 16 May 2002 01:06:07 -0700 (PDT) (envelope-from ru) Message-Id: <200205160806.g4G867d09752@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 May 2002 01:06:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc locale.deprecated X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/16 01:06:07 PDT Modified files: etc locale.deprecated Log: MF4: sync with RELENG_4 version as much as possible. Revision Changes Path 1.5 +4 -1 src/etc/locale.deprecated To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:22:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60C4D37B400; Thu, 16 May 2002 01:22:16 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8MGL10931; Thu, 16 May 2002 01:22:16 -0700 (PDT) (envelope-from sada) Message-Id: <200205160822.g4G8MGL10931@freefall.freebsd.org> From: SADA Kenji Date: Thu, 16 May 2002 01:22:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imp3 Makefile distinfo pkg-plist ports/mail/imp3/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/16 01:22:16 PDT Modified files: mail/imp3 Makefile distinfo pkg-plist Removed files: mail/imp3/files patch-aa Log: Upgrade to 3.1 RC2. PR: ports/36906 Submitted by: maintainer Revision Changes Path 1.10 +7 -6 ports/mail/imp3/Makefile 1.3 +1 -1 ports/mail/imp3/distinfo 1.3 +0 -31 ports/mail/imp3/files/patch-aa (dead) 1.3 +54 -20 ports/mail/imp3/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:27: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36E3D37B404; Thu, 16 May 2002 01:27:06 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8R6n11284; Thu, 16 May 2002 01:27:06 -0700 (PDT) (envelope-from sada) Message-Id: <200205160827.g4G8R6n11284@freefall.freebsd.org> From: SADA Kenji Date: Thu, 16 May 2002 01:27:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/kronolith Makefile distinfo pkg-plist ports/deskutils/kronolith/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/16 01:27:06 PDT Modified files: deskutils/kronolith Makefile distinfo pkg-plist deskutils/kronolith/files patch-aa Log: Upgrade to version 1.0-RC1. PR: ports/37953 Submitted by: maintainer Revision Changes Path 1.5 +10 -7 ports/deskutils/kronolith/Makefile 1.2 +1 -1 ports/deskutils/kronolith/distinfo 1.2 +10 -10 ports/deskutils/kronolith/files/patch-aa 1.2 +34 -17 ports/deskutils/kronolith/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:28:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0ED837B416; Thu, 16 May 2002 01:28:17 -0700 (PDT) Received: (from keichii@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8SHA11484; Thu, 16 May 2002 01:28:17 -0700 (PDT) (envelope-from keichii) Message-Id: <200205160828.g4G8SHA11484@freefall.freebsd.org> From: "Michael C . Wu" Date: Thu, 16 May 2002 01:28:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/rxvt pkg-plist ports/chinese/rxvt/files patch-Makefile.in patch-autoconf::config.h.in patch-doc::Makefile.in patch-src::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keichii 2002/05/16 01:28:17 PDT Removed files: chinese/rxvt pkg-plist chinese/rxvt/files patch-Makefile.in patch-autoconf::config.h.in patch-doc::Makefile.in patch-src::Makefile.in Log: Removing empty files leftover from last commit Revision Changes Path 1.3 +0 -0 ports/chinese/rxvt/files/patch-Makefile.in (dead) 1.3 +0 -0 ports/chinese/rxvt/files/patch-autoconf::config.h.in (dead) 1.3 +0 -0 ports/chinese/rxvt/files/patch-doc::Makefile.in (dead) 1.3 +0 -0 ports/chinese/rxvt/files/patch-src::Makefile.in (dead) 1.7 +0 -0 ports/chinese/rxvt/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:29:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4344637B405; Thu, 16 May 2002 01:29:47 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8Tl611615; Thu, 16 May 2002 01:29:47 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205160829.g4G8Tl611615@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 16 May 2002 01:29:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/fmio Makefile ports/audio/fmio/files bktrctl.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/16 01:29:47 PDT Modified files: audio/fmio Makefile audio/fmio/files bktrctl.sh Log: Fix startup script and bump PORTREVISION. Submitted by: maintainer Revision Changes Path 1.7 +1 -0 ports/audio/fmio/Makefile 1.3 +2 -2 ports/audio/fmio/files/bktrctl.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:29:47 2002 Delivered-To: cvs-all@freebsd.org Received: from nuit.iteration.net (nuit.iteration.net [198.92.249.80]) by hub.freebsd.org (Postfix) with ESMTP id EC41837B410; Thu, 16 May 2002 01:29:40 -0700 (PDT) Received: by nuit.iteration.net (Postfix, from userid 1001) id 6176911B57C; Thu, 16 May 2002 01:27:04 -0700 (PDT) Date: Thu, 16 May 2002 01:27:04 -0700 From: "Michael C. Wu" To: Johan Karlsson Cc: "Michael C . Wu" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese/rxvt Makefile distinfo pkg-plist ports/chinese/rxvt/files patch-Makefile.in patch-autoconf::config.h.in patch-doc::Makefile.in patch-src::Makefile.in Message-ID: <20020516082704.GC54115@nuit.iteration.net> Reply-To: "Michael C. Wu" References: <200205151753.g4FHrql73294@freefall.freebsd.org> <20020515203253.A68899@numeri.campus.luth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020515203253.A68899@numeri.campus.luth.se> User-Agent: Mutt/1.3.28i X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 08:32:53PM +0200, Johan Karlsson scribbled: | Hi | | Please remove the empty files as well. | | /Johan K Done. Thank you very much for reminding me of this. Michael | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:32:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F11F037B409; Thu, 16 May 2002 01:32:21 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8WLj11935; Thu, 16 May 2002 01:32:21 -0700 (PDT) (envelope-from markm) Message-Id: <200205160832.g4G8WLj11935@freefall.freebsd.org> From: Mark Murray Date: Thu, 16 May 2002 01:32:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/16 01:32:21 PDT Modified files: share/man Makefile Log: Remove references to perl, and temporarily remove the running of a perl script that will be rewritten. Revision Changes Path 1.14 +4 -2 src/share/man/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:37:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 951F237B400; Thu, 16 May 2002 01:37:33 -0700 (PDT) Received: (from max@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8bXu12202; Thu, 16 May 2002 01:37:33 -0700 (PDT) (envelope-from max) Message-Id: <200205160837.g4G8bXu12202@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Thu, 16 May 2002 01:37:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailagent Makefile ports/mail/mailagent/files patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/05/16 01:37:33 PDT Modified files: mail/mailagent Makefile Removed files: mail/mailagent/files patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am Log: Remove patches whose sole purpose was to provide the full path to Perl, and take care of this by a simple perl line in post-patch. Submitted by: Alex Kapranoff Revision Changes Path 1.34 +11 -1 ports/mail/mailagent/Makefile 1.3 +0 -17 ports/mail/mailagent/files/patch-ag (dead) 1.3 +0 -17 ports/mail/mailagent/files/patch-ah (dead) 1.3 +0 -17 ports/mail/mailagent/files/patch-ai (dead) 1.3 +0 -17 ports/mail/mailagent/files/patch-aj (dead) 1.3 +0 -17 ports/mail/mailagent/files/patch-ak (dead) 1.3 +0 -17 ports/mail/mailagent/files/patch-al (dead) 1.2 +0 -19 ports/mail/mailagent/files/patch-am (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:55: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6107C37B401; Thu, 16 May 2002 01:46:49 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8kn512915; Thu, 16 May 2002 01:46:49 -0700 (PDT) (envelope-from markm) Message-Id: <200205160846.g4G8kn512915@freefall.freebsd.org> From: Mark Murray Date: Thu, 16 May 2002 01:46:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/libtelnet sra.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/16 01:46:49 PDT Modified files: (Branch: RELENG_4) crypto/telnet/libtelnet sra.c Log: MFC: fix a core dump in telnetd. Approved by: re (bmah) Revision Changes Path 1.1.2.7 +2 -2 src/crypto/telnet/libtelnet/sra.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:55:49 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 03A6B37B406; Thu, 16 May 2002 01:46:51 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4G8kofg042099; Thu, 16 May 2002 01:46:50 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4G8koQx042098; Thu, 16 May 2002 01:46:50 -0700 (PDT) Date: Thu, 16 May 2002 01:46:50 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020516014650.A41621@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205151629.g4FGTj062213@freefall.freebsd.org> <20020515150513.A14077@dragon.nuxi.com> <20020516055741.GA26715@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020516055741.GA26715@sunbay.com>; from ru@FreeBSD.org on Thu, May 16, 2002 at 08:57:41AM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 08:57:41AM +0300, Ruslan Ermilov wrote: > > > Log: > > > Make sure to not yet build the GNU C++, but still allow > > > for the C++ progs to be built with e.g. an old compiler, > > > CXX=/usr/bin/c++, for the time being. > > > > Please back this out. You are removing the ability to use an external > > C++ compiler. > There's no reason to back this out, it does not break anything listed > below. Have you actually looked at the diffs? Yes I did look at the diffs. What C++ compiler do we have that is named "c++" other than the system one? Certainly none of the GCC ports I > The point was to say that it's now possible to use CXX=/foo/path/c++, What "c++" command is this you envision? > Makefile.inc1 takes care of building "gperf" in bootstrap-tools, so > in a normal bootstrapping sequence no special hacks are necessary. Gperf is written in C++. If you have no system C++ compiler and CXX is set to its stock value; how are you going to build gperf? We experience this in the Sparc64 world where we never had a 2.95 system compiler. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:56: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 1937637B40A; Thu, 16 May 2002 01:48:18 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4G8mHfg042113; Thu, 16 May 2002 01:48:17 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4G8mHHR042112; Thu, 16 May 2002 01:48:17 -0700 (PDT) Date: Thu, 16 May 2002 01:48:17 -0700 From: "David O'Brien" To: Kris Kennaway Cc: Ruslan Ermilov , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020516014817.B41621@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , Kris Kennaway , Ruslan Ermilov , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200205151629.g4FGTj062213@freefall.freebsd.org> <20020515150513.A14077@dragon.nuxi.com> <20020515162335.A93435@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: <20020515162335.A93435@xor.obsecurity.org>; from kris@obsecurity.org on Wed, May 15, 2002 at 04:23:35PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 04:23:35PM -0700, Kris Kennaway wrote: > On Wed, May 15, 2002 at 03:05:13PM -0700, David O'Brien wrote: > > > I envision users to set CXX=/usr/local/bin/g++31, as that is the C++ > > compiler Ports now uses. > > No it's not; I tested this patch for you but about half the ports > collection broke so I didn't commit it. What C++ compiler are you using to build ports then? Not /usr/bin/c++. using the 'gcc295' port for g++295 is only prolonging the pain GNOME and KDE users will suffer later. A g++295 built library is not usable by Gcc 3 -- the ABI changed again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:57: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id E8DA837B410; Thu, 16 May 2002 01:49:09 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4G8mqfg042136; Thu, 16 May 2002 01:48:52 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4G8mp3W042135; Thu, 16 May 2002 01:48:51 -0700 (PDT) Date: Thu, 16 May 2002 01:48:51 -0700 From: "David O'Brien" To: Kris Kennaway Cc: Wilko Bulte , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.cpu.mk Message-ID: <20020516014851.C41621@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , Kris Kennaway , Wilko Bulte , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200205151816.g4FIGhO79270@freefall.freebsd.org> <20020515204657.A7956@freebie.xs4all.nl> <20020515170523.A94732@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: <20020515170523.A94732@xor.obsecurity.org>; from kris@obsecurity.org on Wed, May 15, 2002 at 05:05:23PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 05:05:23PM -0700, Kris Kennaway wrote: > On Wed, May 15, 2002 at 08:46:57PM +0200, Wilko Bulte wrote: > > On Wed, May 15, 2002 at 11:16:43AM -0700, David E. O'Brien wrote: > > > obrien 2002/05/15 11:16:43 PDT > > > > > > Modified files: > > > share/mk bsd.cpu.mk > > > Log: > > > Default Alpha compiles to ev5. > > > EV5 binaries will run on EV4[5], but the timing assumptions do pessimize > > > running on EV4[5]. > > > > Jay! > > > > Does this also give rise to the packages being built with EV5? > > Not directly, because I have an explicit CPUTYPE=ev4 set on the > cluster. Oh? Why aren't you using the default? For your Current runs, it should be changed to ev5 then. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 1:57:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02F3F37B421; Thu, 16 May 2002 01:55:59 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8txw13706; Thu, 16 May 2002 01:55:59 -0700 (PDT) (envelope-from markm) Message-Id: <200205160855.g4G8txw13706@freefall.freebsd.org> From: Mark Murray Date: Thu, 16 May 2002 01:55:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/16 01:55:59 PDT Modified files: . Makefile.inc1 Log: Remove the perl bits from the build. Revision Changes Path 1.278 +2 -14 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2: 0: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE5E137B407; Thu, 16 May 2002 01:59:52 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G8xql13901; Thu, 16 May 2002 01:59:52 -0700 (PDT) (envelope-from markm) Message-Id: <200205160859.g4G8xql13901@freefall.freebsd.org> From: Mark Murray Date: Thu, 16 May 2002 01:59:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/16 01:59:52 PDT Modified files: gnu/usr.bin Makefile Log: Don't build perl. Revision Changes Path 1.67 +0 -4 src/gnu/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2: 3:38 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 25A5137B407; Thu, 16 May 2002 02:03:33 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 78C0766DC8; Thu, 16 May 2002 02:03:29 -0700 (PDT) Date: Thu, 16 May 2002 02:03:28 -0700 From: Kris Kennaway To: David O'Brien , Kris Kennaway , Ruslan Ermilov , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020516020328.A7139@xor.obsecurity.org> References: <200205151629.g4FGTj062213@freefall.freebsd.org> <20020515150513.A14077@dragon.nuxi.com> <20020515162335.A93435@xor.obsecurity.org> <20020516014817.B41621@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020516014817.B41621@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Thu, May 16, 2002 at 01:48:17AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2002 at 01:48:17AM -0700, David O'Brien wrote: > On Wed, May 15, 2002 at 04:23:35PM -0700, Kris Kennaway wrote: > > On Wed, May 15, 2002 at 03:05:13PM -0700, David O'Brien wrote: > >=20 > > > I envision users to set CXX=3D/usr/local/bin/g++31, as that is the C++ > > > compiler Ports now uses. > >=20 > > No it's not; I tested this patch for you but about half the ports > > collection broke so I didn't commit it. >=20 > What C++ compiler are you using to build ports then? I haven't run a 5.x package run since the gcc-3.1 import; I've been concentrating on 4.x packages for 4.6. Kris --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE843XgWry0BWjoQKURAkvOAJ0aWol9m7iahVy/1DtpDCBPvY4yHgCfSUgt 4RRNI5S+bBJdE3xFOKVgBXk= =OP+t -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2: 5: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id E22AD37B404; Thu, 16 May 2002 02:04:53 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 84D5066DC8; Thu, 16 May 2002 02:04:53 -0700 (PDT) Date: Thu, 16 May 2002 02:04:53 -0700 From: Kris Kennaway To: David O'Brien , Kris Kennaway , Wilko Bulte , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/mk bsd.cpu.mk Message-ID: <20020516020453.B7139@xor.obsecurity.org> References: <200205151816.g4FIGhO79270@freefall.freebsd.org> <20020515204657.A7956@freebie.xs4all.nl> <20020515170523.A94732@xor.obsecurity.org> <20020516014851.C41621@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="vGgW1X5XWziG23Ko" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020516014851.C41621@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Thu, May 16, 2002 at 01:48:51AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2002 at 01:48:51AM -0700, David O'Brien wrote: > On Wed, May 15, 2002 at 05:05:23PM -0700, Kris Kennaway wrote: > > On Wed, May 15, 2002 at 08:46:57PM +0200, Wilko Bulte wrote: > > > On Wed, May 15, 2002 at 11:16:43AM -0700, David E. O'Brien wrote: > > > > obrien 2002/05/15 11:16:43 PDT > > > >=20 > > > > Modified files: > > > > share/mk bsd.cpu.mk=20 > > > > Log: > > > > Default Alpha compiles to ev5. > > > > EV5 binaries will run on EV4[5], but the timing assumptions do pe= ssimize > > > > running on EV4[5]. > > >=20 > > > Jay! > > >=20 > > > Does this also give rise to the packages being built with EV5? > >=20 > > Not directly, because I have an explicit CPUTYPE=3Dev4 set on the > > cluster. >=20 > Oh? Why aren't you using the default? As a safeguard against accidental pollution from the host. I did one or two package runs on i386 with -mpentiumpro, which is the setting in bento's /etc/make.conf. > For your Current runs, it should be changed to ev5 then. OK. Kris --vGgW1X5XWziG23Ko Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE843Y0Wry0BWjoQKURArFdAKDdhV3adRnTc62i4u/Yht0o4YzesgCg8RcS fVBGceklo3PNUgek99DlcLw= =PtyU -----END PGP SIGNATURE----- --vGgW1X5XWziG23Ko-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2:12:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B714037B405; Thu, 16 May 2002 02:12:52 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G9Cqn18607; Thu, 16 May 2002 02:12:52 -0700 (PDT) (envelope-from mbr) Message-Id: <200205160912.g4G9Cqn18607@freefall.freebsd.org> From: Martin Blapp Date: Thu, 16 May 2002 02:12:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_frontpage Makefile ports/www/mod_frontpage/files patch-Makefile.PL patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/05/16 02:12:51 PDT Modified files: www/mod_frontpage Makefile www/mod_frontpage/files patch-Makefile.PL Added files: www/mod_frontpage/files patch-Makefile.in Log: Fix the OS detection for Linux, make the module install properly under $PREFIX. Idea by: Andre Oppermann Revision Changes Path 1.10 +1 -0 ports/www/mod_frontpage/Makefile 1.5 +50 -7 ports/www/mod_frontpage/files/patch-Makefile.PL 1.3 +20 -0 ports/www/mod_frontpage/files/patch-Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2:15:19 2002 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id C190137B400; Thu, 16 May 2002 02:15:03 -0700 (PDT) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.3/8.12.3) with ESMTP id g4G9F2RS085309; Thu, 16 May 2002 10:15:02 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.3/8.12.3/Submit) with UUCP id g4G9F1NM085308; Thu, 16 May 2002 10:15:01 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.3/8.12.3) with ESMTP id g4G9Bkj1084625; Thu, 16 May 2002 10:11:46 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200205160911.g4G9Bkj1084625@grimreaper.grondar.org> To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile References: <200205160859.g4G8xql13901@freefall.freebsd.org> In-Reply-To: <200205160859.g4G8xql13901@freefall.freebsd.org> ; from Mark Murray "Thu, 16 May 2002 01:59:52 PDT." Date: Thu, 16 May 2002 10:11:46 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > markm 2002/05/16 01:59:52 PDT > > Modified files: > gnu/usr.bin Makefile > Log: > Don't build perl. This concludes the de-orbit burn sequence. The sources will re-enter the atmosphere later today. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2:21:31 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id B944D37B401; Thu, 16 May 2002 02:21:21 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZS70; Thu, 16 May 2002 12:23:09 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4G9LI702407; Thu, 16 May 2002 12:21:18 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CE37A04.E7448EB3@FreeBSD.org> Date: Thu, 16 May 2002 12:21:08 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Mark Murray Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile References: <200205160859.g4G8xql13901@freefall.freebsd.org> <200205160911.g4G9Bkj1084625@grimreaper.grondar.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mark Murray wrote: > > > markm 2002/05/16 01:59:52 PDT > > > > Modified files: > > gnu/usr.bin Makefile > > Log: > > Don't build perl. > > This concludes the de-orbit burn sequence. > > The sources will re-enter the atmosphere later today. R.I.P. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2:28:38 2002 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 6564737B408; Thu, 16 May 2002 02:28:35 -0700 (PDT) Received: from mailgate.nlsystems.com ([62.49.251.130] helo=herring.nlsystems.com) by anchor-post-30.mail.demon.net with esmtp (Exim 3.35 #1) id 178HYW-000LWa-0U; Thu, 16 May 2002 10:28:16 +0100 Received: from herring.nlsystems.com (localhost [127.0.0.1]) by herring.nlsystems.com (8.12.3/8.11.2) with ESMTP id g4G9S2vN016069; Thu, 16 May 2002 10:28:02 +0100 (BST) (envelope-from dfr@herring.nlsystems.com) Received: (from dfr@localhost) by herring.nlsystems.com (8.12.3/8.12.3/Submit) id g4G9S0fr016068; Thu, 16 May 2002 10:28:00 +0100 (BST) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Brian Somers , "David E. O'Brien" Subject: Re: cvs commit: src/etc amd.map Date: Thu, 16 May 2002 10:28:00 +0100 User-Agent: KMail/1.4.1 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205152229.g4FMTeFl002012@hak.lan.Awfulhak.org> In-Reply-To: <200205152229.g4FMTeFl002012@hak.lan.Awfulhak.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200205161028.00314.dfr@nlsystems.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 15 May 2002 11:29 pm, Brian Somers wrote: > > obrien 2002/05/15 15:24:29 PDT > > > > Modified files: > > etc amd.map > > Log: > > Time to enter modern age and default to NFS version 3. > > > > Revision Changes Path > > 1.9 +2 -2 src/etc/amd.map > > I was under the impression that NFSv2 was more stable. If so, is > this a good idea ? I don't think there is any difference in stability. There is certainly a = big=20 difference in speed. --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2:29: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 371F737B408; Thu, 16 May 2002 02:28:59 -0700 (PDT) Received: from mailgate.nlsystems.com ([62.49.251.130] helo=herring.nlsystems.com) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 178HZC-000DuU-0Y; Thu, 16 May 2002 10:28:58 +0100 Received: from herring.nlsystems.com (localhost [127.0.0.1]) by herring.nlsystems.com (8.12.3/8.11.2) with ESMTP id g4G9SuvN016078; Thu, 16 May 2002 10:28:56 +0100 (BST) (envelope-from dfr@herring.nlsystems.com) Received: (from dfr@localhost) by herring.nlsystems.com (8.12.3/8.12.3/Submit) id g4G9SunM016077; Thu, 16 May 2002 10:28:56 +0100 (BST) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: obrien@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Date: Thu, 16 May 2002 10:28:56 +0100 User-Agent: KMail/1.4.1 Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205151629.g4FGTj062213@freefall.freebsd.org> <200205152102.23016.dfr@nlsystems.com> <20020515150644.A14057@dragon.nuxi.com> In-Reply-To: <20020515150644.A14057@dragon.nuxi.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200205161028.56094.dfr@nlsystems.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 15 May 2002 11:06 pm, David O'Brien wrote: > On Wed, May 15, 2002 at 09:02:23PM +0100, Doug Rabson wrote: > > On Wednesday 15 May 2002 5:29 pm, Ruslan Ermilov wrote: > > > ru 2002/05/15 09:29:45 PDT > > > > > > Modified files: > > > . Makefile.inc1 > > > gnu/lib Makefile > > > gnu/usr.bin Makefile > > > gnu/usr.bin/cc Makefile > > > Log: > > > Make sure to not yet build the GNU C++, but still allow > > > for the C++ progs to be built with e.g. an old compiler, > > > CXX=3D/usr/bin/c++, for the time being. > > > > You are going to enable a real gcc-3.1 c++ compiler soon though, righ= t? > > You have one now. :-) You just don't have libsupc++ (does what libgcc > does for C), and libstdc++ & headers. I noticed :-) --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2:29:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC08837B40A; Thu, 16 May 2002 02:29:41 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G9Tee19552; Thu, 16 May 2002 02:29:40 -0700 (PDT) (envelope-from markm) Message-Id: <200205160929.g4G9Tee19552@freefall.freebsd.org> From: Mark Murray Date: Thu, 16 May 2002 02:29:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/16 02:29:40 PDT Modified files: etc Makefile etc/mtree BSD.usr.dist Log: No need to build perl dirs anymore. Revision Changes Path 1.284 +1 -3 src/etc/Makefile 1.259 +1 -155 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2:33:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0701037B408; Thu, 16 May 2002 02:33:39 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G9XdH19893; Thu, 16 May 2002 02:33:39 -0700 (PDT) (envelope-from ache) Message-Id: <200205160933.g4G9XdH19893@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 16 May 2002 02:33:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/rar Makefile distinfo pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/16 02:33:38 PDT Modified files: archivers/rar Makefile distinfo Removed files: archivers/rar pkg-message Log: Upgrade to 3.0 release Revision Changes Path 1.30 +3 -3 ports/archivers/rar/Makefile 1.9 +1 -1 ports/archivers/rar/distinfo 1.2 +0 -4 ports/archivers/rar/pkg-message (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2:55:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAC2637B401; Thu, 16 May 2002 02:55:15 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G9tF122703; Thu, 16 May 2002 02:55:15 -0700 (PDT) (envelope-from mbr) Message-Id: <200205160955.g4G9tF122703@freefall.freebsd.org> From: Martin Blapp Date: Thu, 16 May 2002 02:55:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_frontpage/files patch-Makefile.PL patch-Makefile.in patch-fpexec.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/05/16 02:55:14 PDT Modified files: www/mod_frontpage/files patch-Makefile.PL patch-Makefile.in Added files: www/mod_frontpage/files patch-fpexec.h Log: Remove trailing slashes from prefix if there are any, fix a typo Revision Changes Path 1.6 +8 -4 ports/www/mod_frontpage/files/patch-Makefile.PL 1.4 +4 -10 ports/www/mod_frontpage/files/patch-Makefile.in 1.1 +47 -0 ports/www/mod_frontpage/files/patch-fpexec.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 2:57:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4248437B406; Thu, 16 May 2002 02:57:12 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4G9vBv23732; Thu, 16 May 2002 02:57:11 -0700 (PDT) (envelope-from markm) Message-Id: <200205160957.g4G9vBv23732@freefall.freebsd.org> From: Mark Murray Date: Thu, 16 May 2002 02:57:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/BSDPAN BSDPAN.pm Config.pm Makefile Makefile.inc README src/gnu/usr.bin/perl/BSDPAN/BSDPAN Makefile Override.pm src/gnu/usr.bin/perl/BSDPAN/ExtUtils MM_Unix.pm ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/16 02:57:11 PDT Removed files: gnu/usr.bin/perl Makefile Makefile.inc gnu/usr.bin/perl/BSDPAN BSDPAN.pm Config.pm Makefile Makefile.inc README gnu/usr.bin/perl/BSDPAN/BSDPAN Makefile Override.pm gnu/usr.bin/perl/BSDPAN/ExtUtils MM_Unix.pm Makefile Packlist.pm gnu/usr.bin/perl/libperl Makefile config.SH-elf.alpha config.SH-elf.i386 config.SH-elf.ia64 config.SH-elf.sparc64 gnu/usr.bin/perl/library Makefile Makefile.inc gnu/usr.bin/perl/library/B Makefile gnu/usr.bin/perl/library/ByteLoader Makefile gnu/usr.bin/perl/library/DB_File Makefile gnu/usr.bin/perl/library/DProf Makefile gnu/usr.bin/perl/library/Dumper Makefile gnu/usr.bin/perl/library/Errno Makefile gnu/usr.bin/perl/library/Fcntl Makefile gnu/usr.bin/perl/library/Glob Makefile gnu/usr.bin/perl/library/Hostname Makefile gnu/usr.bin/perl/library/IO Makefile gnu/usr.bin/perl/library/NDBM_File Makefile gnu/usr.bin/perl/library/Opcode Makefile gnu/usr.bin/perl/library/POSIX Makefile gnu/usr.bin/perl/library/Peek Makefile gnu/usr.bin/perl/library/SDBM_File Makefile gnu/usr.bin/perl/library/Socket Makefile gnu/usr.bin/perl/library/SysV Makefile gnu/usr.bin/perl/library/Syslog Makefile gnu/usr.bin/perl/library/attrs Makefile gnu/usr.bin/perl/library/re Makefile gnu/usr.bin/perl/miniperl Makefile gnu/usr.bin/perl/perl Makefile gnu/usr.bin/perl/pod Makefile Makefile.inc gnu/usr.bin/perl/pod/pod Makefile gnu/usr.bin/perl/pod/pod2html Makefile gnu/usr.bin/perl/pod/pod2latex Makefile gnu/usr.bin/perl/pod/pod2man Makefile gnu/usr.bin/perl/pod/pod2text Makefile gnu/usr.bin/perl/suidperl Makefile gnu/usr.bin/perl/utils Makefile Makefile.inc gnu/usr.bin/perl/utils/c2ph Makefile gnu/usr.bin/perl/utils/dprofpp Makefile gnu/usr.bin/perl/utils/h2ph Makefile gnu/usr.bin/perl/utils/h2xs Makefile gnu/usr.bin/perl/utils/perlbug Makefile gnu/usr.bin/perl/utils/perlcc Makefile gnu/usr.bin/perl/utils/perldoc Makefile gnu/usr.bin/perl/utils/pl2pm Makefile gnu/usr.bin/perl/utils/splain Makefile gnu/usr.bin/perl/x2p Makefile Makefile.inc gnu/usr.bin/perl/x2p/a2pl Makefile gnu/usr.bin/perl/x2p/find2pl Makefile gnu/usr.bin/perl/x2p/s2pl Makefile Log: Remove the perl build. Farewell, old friend. Revision Changes Path 1.5 +0 -121 src/gnu/usr.bin/perl/BSDPAN/BSDPAN.pm (dead) 1.2 +0 -7 src/gnu/usr.bin/perl/BSDPAN/BSDPAN/Makefile (dead) 1.6 +0 -155 src/gnu/usr.bin/perl/BSDPAN/BSDPAN/Override.pm (dead) 1.2 +0 -84 src/gnu/usr.bin/perl/BSDPAN/Config.pm (dead) 1.4 +0 -112 src/gnu/usr.bin/perl/BSDPAN/ExtUtils/MM_Unix.pm (dead) 1.2 +0 -7 src/gnu/usr.bin/perl/BSDPAN/ExtUtils/Makefile (dead) 1.3 +0 -337 src/gnu/usr.bin/perl/BSDPAN/ExtUtils/Packlist.pm (dead) 1.4 +0 -15 src/gnu/usr.bin/perl/BSDPAN/Makefile (dead) 1.2 +0 -3 src/gnu/usr.bin/perl/BSDPAN/Makefile.inc (dead) 1.2 +0 -20 src/gnu/usr.bin/perl/BSDPAN/README (dead) 1.19 +0 -5 src/gnu/usr.bin/perl/Makefile (dead) 1.31 +0 -131 src/gnu/usr.bin/perl/Makefile.inc (dead) 1.18 +0 -29 src/gnu/usr.bin/perl/libperl/Makefile (dead) 1.26 +0 -845 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha (dead) 1.24 +0 -845 src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 (dead) 1.7 +0 -845 src/gnu/usr.bin/perl/libperl/config.SH-elf.ia64 (dead) 1.8 +0 -845 src/gnu/usr.bin/perl/libperl/config.SH-elf.sparc64 (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/B/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/ByteLoader/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/DB_File/Makefile (dead) 1.3 +0 -6 src/gnu/usr.bin/perl/library/DProf/Makefile (dead) 1.3 +0 -6 src/gnu/usr.bin/perl/library/Dumper/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/Errno/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/Fcntl/Makefile (dead) 1.3 +0 -6 src/gnu/usr.bin/perl/library/Glob/Makefile (dead) 1.3 +0 -6 src/gnu/usr.bin/perl/library/Hostname/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/IO/Makefile (dead) 1.4 +0 -52 src/gnu/usr.bin/perl/library/Makefile (dead) 1.10 +0 -36 src/gnu/usr.bin/perl/library/Makefile.inc (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/NDBM_File/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/Opcode/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/POSIX/Makefile (dead) 1.3 +0 -6 src/gnu/usr.bin/perl/library/Peek/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/SDBM_File/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/Socket/Makefile (dead) 1.3 +0 -6 src/gnu/usr.bin/perl/library/SysV/Makefile (dead) 1.3 +0 -6 src/gnu/usr.bin/perl/library/Syslog/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/attrs/Makefile (dead) 1.3 +0 -5 src/gnu/usr.bin/perl/library/re/Makefile (dead) 1.22 +0 -41 src/gnu/usr.bin/perl/miniperl/Makefile (dead) 1.31 +0 -26 src/gnu/usr.bin/perl/perl/Makefile (dead) 1.3 +0 -7 src/gnu/usr.bin/perl/pod/Makefile (dead) 1.7 +0 -28 src/gnu/usr.bin/perl/pod/Makefile.inc (dead) 1.9 +0 -92 src/gnu/usr.bin/perl/pod/pod/Makefile (dead) 1.5 +0 -7 src/gnu/usr.bin/perl/pod/pod2html/Makefile (dead) 1.5 +0 -8 src/gnu/usr.bin/perl/pod/pod2latex/Makefile (dead) 1.5 +0 -9 src/gnu/usr.bin/perl/pod/pod2man/Makefile (dead) 1.5 +0 -8 src/gnu/usr.bin/perl/pod/pod2text/Makefile (dead) 1.18 +0 -38 src/gnu/usr.bin/perl/suidperl/Makefile (dead) 1.5 +0 -11 src/gnu/usr.bin/perl/utils/Makefile (dead) 1.9 +0 -28 src/gnu/usr.bin/perl/utils/Makefile.inc (dead) 1.4 +0 -7 src/gnu/usr.bin/perl/utils/c2ph/Makefile (dead) 1.3 +0 -7 src/gnu/usr.bin/perl/utils/dprofpp/Makefile (dead) 1.9 +0 -16 src/gnu/usr.bin/perl/utils/h2ph/Makefile (dead) 1.4 +0 -7 src/gnu/usr.bin/perl/utils/h2xs/Makefile (dead) 1.6 +0 -7 src/gnu/usr.bin/perl/utils/perlbug/Makefile (dead) 1.4 +0 -7 src/gnu/usr.bin/perl/utils/perlcc/Makefile (dead) 1.4 +0 -7 src/gnu/usr.bin/perl/utils/perldoc/Makefile (dead) 1.4 +0 -7 src/gnu/usr.bin/perl/utils/pl2pm/Makefile (dead) 1.5 +0 -8 src/gnu/usr.bin/perl/utils/splain/Makefile (dead) 1.19 +0 -7 src/gnu/usr.bin/perl/x2p/Makefile (dead) 1.10 +0 -28 src/gnu/usr.bin/perl/x2p/Makefile.inc (dead) 1.13 +0 -27 src/gnu/usr.bin/perl/x2p/a2pl/Makefile (dead) 1.6 +0 -8 src/gnu/usr.bin/perl/x2p/find2pl/Makefile (dead) 1.6 +0 -7 src/gnu/usr.bin/perl/x2p/s2pl/Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3: 6:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A12837B405; Thu, 16 May 2002 03:06:28 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GA6Sa28334; Thu, 16 May 2002 03:06:28 -0700 (PDT) (envelope-from knu) Message-Id: <200205161006.g4GA6Sa28334@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 16 May 2002 03:06:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/fox Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/16 03:06:28 PDT Modified files: x11-toolkits/fox Makefile distinfo Log: Update to 1.0.11. Revision Changes Path 1.30 +1 -1 ports/x11-toolkits/fox/Makefile 1.14 +1 -3 ports/x11-toolkits/fox/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:22:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B90B837B403; Thu, 16 May 2002 03:22:11 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAMBo36665; Thu, 16 May 2002 03:22:11 -0700 (PDT) (envelope-from knu) Message-Id: <200205161022.g4GAMBo36665@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 16 May 2002 03:22:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/libslang Makefile distinfo ports/japanese/libslang/files patch-aa patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/16 03:22:11 PDT Modified files: japanese/libslang Makefile distinfo japanese/libslang/files patch-aa patch-ac patch-ad Log: Update to 1.4.5.j2. Hand the maintainership over to the submitter. PR: ports/38037 Submitted by: IWASHITA Yoji Approved by: mega@minz.org (ex-MAINTAINER) Revision Changes Path 1.16 +4 -9 ports/japanese/libslang/Makefile 1.8 +1 -2 ports/japanese/libslang/distinfo 1.9 +41 -45 ports/japanese/libslang/files/patch-aa 1.7 +8 -6 ports/japanese/libslang/files/patch-ac 1.8 +2 -22 ports/japanese/libslang/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:25:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B287037B409; Thu, 16 May 2002 03:25:45 -0700 (PDT) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAPjd37002; Thu, 16 May 2002 03:25:45 -0700 (PDT) (envelope-from nork) Message-Id: <200205161025.g4GAPjd37002@freefall.freebsd.org> From: Norikatsu Shigemura Date: Thu, 16 May 2002 03:25:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/lmd Makefile distinfo pkg-comment pkg-descr pkg-message.in pkg-plist ports/net/lmd/files lmd.sh patch-Makefile patch-main.c patch-modules_check::Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/05/16 03:25:45 PDT Modified files: net Makefile Added files: net/lmd Makefile distinfo pkg-comment pkg-descr pkg-message.in pkg-plist net/lmd/files lmd.sh patch-Makefile patch-main.c patch-modules_check::Makefile Log: Add new ports. PR: ports/37661 Submitted by: Alex Dupre Approved by: knu (mentor) Revision Changes Path 1.760 +1 -0 ports/net/Makefile 1.1 +42 -0 ports/net/lmd/Makefile (new) 1.1 +1 -0 ports/net/lmd/distinfo (new) 1.1 +35 -0 ports/net/lmd/files/lmd.sh (new) 1.1 +29 -0 ports/net/lmd/files/patch-Makefile (new) 1.1 +11 -0 ports/net/lmd/files/patch-main.c (new) 1.1 +22 -0 ports/net/lmd/files/patch-modules_check::Makefile (new) 1.1 +1 -0 ports/net/lmd/pkg-comment (new) 1.1 +12 -0 ports/net/lmd/pkg-descr (new) 1.1 +8 -0 ports/net/lmd/pkg-message.in (new) 1.1 +7 -0 ports/net/lmd/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:26:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 059E737B40A; Thu, 16 May 2002 03:25:56 -0700 (PDT) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAPtC37041; Thu, 16 May 2002 03:25:55 -0700 (PDT) (envelope-from nork) Message-Id: <200205161025.g4GAPtC37041@freefall.freebsd.org> From: Norikatsu Shigemura Date: Thu, 16 May 2002 03:25:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/05/16 03:25:55 PDT Modified files: . modules Log: lmd --> ports/net/lmd Revision Changes Path 1.5122 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:26:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB10637B41A; Thu, 16 May 2002 03:26:39 -0700 (PDT) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAQdk37256; Thu, 16 May 2002 03:26:39 -0700 (PDT) (envelope-from nork) Message-Id: <200205161026.g4GAQdk37256@freefall.freebsd.org> From: Norikatsu Shigemura Date: Thu, 16 May 2002 03:26:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/loadd Makefile distinfo pkg-comment pkg-descr pkg-message.in pkg-plist ports/net/loadd/files 010.loadd.sh patch-Makefile patch-define.h patch-main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/05/16 03:26:39 PDT Modified files: net Makefile Added files: net/loadd Makefile distinfo pkg-comment pkg-descr pkg-message.in pkg-plist net/loadd/files 010.loadd.sh patch-Makefile patch-define.h patch-main.c Log: Add new ports. PR: ports/37661 Submitted by: Alex Dupre Approved by: knu (mentor) Revision Changes Path 1.761 +1 -0 ports/net/Makefile 1.1 +42 -0 ports/net/loadd/Makefile (new) 1.1 +1 -0 ports/net/loadd/distinfo (new) 1.1 +35 -0 ports/net/loadd/files/010.loadd.sh (new) 1.1 +29 -0 ports/net/loadd/files/patch-Makefile (new) 1.1 +11 -0 ports/net/loadd/files/patch-define.h (new) 1.1 +11 -0 ports/net/loadd/files/patch-main.c (new) 1.1 +1 -0 ports/net/loadd/pkg-comment (new) 1.1 +23 -0 ports/net/loadd/pkg-descr (new) 1.1 +14 -0 ports/net/loadd/pkg-message.in (new) 1.1 +8 -0 ports/net/loadd/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:27: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B685837B41C; Thu, 16 May 2002 03:26:48 -0700 (PDT) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAQmJ37307; Thu, 16 May 2002 03:26:48 -0700 (PDT) (envelope-from nork) Message-Id: <200205161026.g4GAQmJ37307@freefall.freebsd.org> From: Norikatsu Shigemura Date: Thu, 16 May 2002 03:26:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/05/16 03:26:48 PDT Modified files: . modules Log: loadd --> ports/net/loadd Revision Changes Path 1.5123 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:27:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7098F37B407; Thu, 16 May 2002 03:27:53 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GARr037452; Thu, 16 May 2002 03:27:53 -0700 (PDT) (envelope-from knu) Message-Id: <200205161027.g4GARr037452@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 16 May 2002 03:27:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/xcalendar Makefile pkg-plist ports/deskutils/xcalendar/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/16 03:27:53 PDT Modified files: deskutils/xcalendar Makefile pkg-plist deskutils/xcalendar/files patch-ad Log: Follow the Japanese EUC locale change: ja_JP.EUC -> ja_JP.eucJP. Bump PORTREVISION. PR: ports/37997 Submitted by: Yoshihiko Sarumaru (MAINTAINER) Revision Changes Path 1.5 +1 -0 ports/deskutils/xcalendar/Makefile 1.3 +29 -14 ports/deskutils/xcalendar/files/patch-ad 1.3 +8 -5 ports/deskutils/xcalendar/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:30:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 5006D37B412; Thu, 16 May 2002 03:30:46 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178IWs-0000uf-00; Thu, 16 May 2002 17:30:38 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178IWr-0000uE-00; Thu, 16 May 2002 17:30:37 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4GAUlK32617; Thu, 16 May 2002 17:30:47 +0700 (NOVST) (envelope-from danfe) Date: Thu, 16 May 2002 17:30:46 +0700 From: Alexey Dokuchaev To: Norikatsu Shigemura Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/loadd Makefile distinfo pkg-comment pkg-descr pkg-message.in pkg-plist ports/net/loadd/files 010.loadd.sh patch-Makefile patch-define.h patch-main.c Message-ID: <20020516173046.A31159@regency.nsu.ru> References: <200205161026.g4GAQdk37256@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205161026.g4GAQdk37256@freefall.freebsd.org>; from nork@freebsd.org on Thu, May 16, 2002 at 03:26:39AM -0700 X-Envelope-To: cvs-all@freebsd.org, cvs-committers@freebsd.org, nork@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 03:26:39AM -0700, Norikatsu Shigemura wrote: > nork 2002/05/16 03:26:39 PDT > > Modified files: > net Makefile > Added files: > net/loadd Makefile distinfo pkg-comment pkg-descr > pkg-message.in pkg-plist > net/loadd/files 010.loadd.sh patch-Makefile > patch-define.h patch-main.c > Log: > Add new ports. Actually, it is generally useful (and nice) to include short port description in you log message. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:33:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [218.44.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 3AC4B37B407; Thu, 16 May 2002 03:33:48 -0700 (PDT) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id DE17E4D801; Thu, 16 May 2002 19:33:46 +0900 (JST) Date: Thu, 16 May 2002 19:33:47 +0900 Message-ID: <86lmak8jqs.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Maxim Sobolev Cc: Joseph Scott , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/micq Makefile distinfo pkg-plist ports/net/micq/files patch-ac patch-lang::ru.i18n patch-src::icq_response.c patch-src::util.c In-Reply-To: References: <200205140757.g4E7vMM95825@freefall.freebsd.org> User-Agent: Wanderlust/2.9.11 (Unchained Melody) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Tue, 14 May 2002 08:55:43 -0700 (PDT), Joseph Scott wrote: > On Tue, 14 May 2002, Maxim Sobolev wrote: > > # sobomax 2002/05/14 00:57:22 PDT > # > # Modified files: > # net/micq Makefile distinfo pkg-plist > # net/micq/files patch-ac patch-lang::ru.i18n > # patch-src::icq_response.c > # patch-src::util.c > # Log: > # Update to 0.4.8pl9. > # > # PR: 37950 > # Submitted by: Hiroo ONO > > This appears to take care of PR ports/37289 also. > > -Joseph And ports/37950 is still unclosed. Please close it. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Somewhere out of a memory.. of lighted streets on quiet nights.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:35:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A654F37B406; Thu, 16 May 2002 03:35:15 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAZFu38099; Thu, 16 May 2002 03:35:15 -0700 (PDT) (envelope-from des) Message-Id: <200205161035.g4GAZFu38099@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 16 May 2002 03:35:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/16 03:35:15 PDT Modified files: www/linux-opera Makefile Log: Fix DISTNAME. Revision Changes Path 1.29 +2 -2 ports/www/linux-opera/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:39: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 4C61137B401; Thu, 16 May 2002 03:38:55 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4GAcnZ66966; Thu, 16 May 2002 13:38:49 +0300 (EEST) (envelope-from ru) Date: Thu, 16 May 2002 13:38:48 +0300 From: Ruslan Ermilov To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020516103848.GA65503@sunbay.com> References: <200205151629.g4FGTj062213@freefall.freebsd.org> <20020515150513.A14077@dragon.nuxi.com> <20020516055741.GA26715@sunbay.com> <20020516014650.A41621@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <20020516014650.A41621@dragon.nuxi.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2002 at 01:46:50AM -0700, David O'Brien wrote: > On Thu, May 16, 2002 at 08:57:41AM +0300, Ruslan Ermilov wrote: > > > > Log: > > > > Make sure to not yet build the GNU C++, but still allow > > > > for the C++ progs to be built with e.g. an old compiler, > > > > CXX=3D/usr/bin/c++, for the time being. > > >=20 > > > Please back this out. You are removing the ability to use an external ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > C++ compiler. ^^^^^^^^^^^^ > > There's no reason to back this out, it does not break anything listed > > below. Have you actually looked at the diffs? >=20 > Yes I did look at the diffs. What C++ compiler do we have that is named= =20 > "c++" other than the system one? Certainly none of the GCC ports I >=20 Obviously I just added _more_ variants for the external C++ compiler. > > The point was to say that it's now possible to use CXX=3D/foo/path/c++, >=20 > What "c++" command is this you envision? >=20 It is the string that matched the ${CXX:T} =3D=3D "c++" before, and doesn't match ${CXX} =3D=3D "c++" now, so you can now use it. > > Makefile.inc1 takes care of building "gperf" in bootstrap-tools, so > > in a normal bootstrapping sequence no special hacks are necessary. >=20 > Gperf is written in C++. If you have no system C++ compiler and CXX is > set to its stock value; how are you going to build gperf? We experience > this in the Sparc64 world where we never had a 2.95 system compiler. >=20 If that's the case, you want to cross-compile the sparc64 world (or only gperf) using say i386 version of the sparc64 cross-compiler. I fail to see how the check of whether "gperf" is in the PATH (the check is as simple as for kldxref(8) in sys/modules/Makefile) helps you to proceed. "Cross compiling is next step to porting", to quote Terry. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE844w4Ukv4P6juNwoRAsXlAJ9xiTvFHs/22pirrlRHVubp8hyHpQCdEvlz 32YeBTjHkU7+iBROgesWwa0= =R6P4 -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:40:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9952937B400; Thu, 16 May 2002 03:40:50 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAeoA38539; Thu, 16 May 2002 03:40:50 -0700 (PDT) (envelope-from brian) Message-Id: <200205161040.g4GAeoA38539@freefall.freebsd.org> From: Brian Somers Date: Thu, 16 May 2002 03:40:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arpwatch Makefile ports/net/arpwatch/files patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/16 03:40:50 PDT Modified files: net/arpwatch Makefile net/arpwatch/files patch-ah Log: Open /dev/null as stdout and stderr before envoking sendmail Bump PORTREVISION Forgotten by: brian Revision Changes Path 1.24 +1 -1 ports/net/arpwatch/Makefile 1.2 +38 -3 ports/net/arpwatch/files/patch-ah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:48:42 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 26E1437B407; Thu, 16 May 2002 03:47:36 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZTAK; Thu, 16 May 2002 13:49:23 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4GAlW702867; Thu, 16 May 2002 13:47:32 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CE38E39.3376C5BB@FreeBSD.org> Date: Thu, 16 May 2002 13:47:21 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Alexey Dokuchaev Cc: Norikatsu Shigemura , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/loadd Makefile distinfo pkg-comment pkg-descr pkg-message.in pkg-plist ports/net/loadd/files 010.loadd.sh patch-Makefile patch-define.h patch-main.c References: <200205161026.g4GAQdk37256@freefall.freebsd.org> <20020516173046.A31159@regency.nsu.ru> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alexey Dokuchaev wrote: > > On Thu, May 16, 2002 at 03:26:39AM -0700, Norikatsu Shigemura wrote: > > nork 2002/05/16 03:26:39 PDT > > > > Modified files: > > net Makefile > > Added files: > > net/loadd Makefile distinfo pkg-comment pkg-descr > > pkg-message.in pkg-plist > > net/loadd/files 010.loadd.sh patch-Makefile > > patch-define.h patch-main.c > > Log: > > Add new ports. > > Actually, it is generally useful (and nice) to include short port > description in you log message. Yeah, hint to Norikatsu-san: use `-l' addport's flag, which will fill this information for you. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:57:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96D0037B406; Thu, 16 May 2002 03:57:10 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAvA439492; Thu, 16 May 2002 03:57:10 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205161057.g4GAvA439492@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 16 May 2002 03:57:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys consio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/16 03:57:10 PDT Modified files: sys/sys consio.h Log: Rename struct scr_size into struct _scr_size and struct scrmap into struct _scrmap, so that it doesn't break C++ programs (name of element of the structure is the same as the name of the scructure itself). MFC after: 5 days Revision Changes Path 1.14 +4 -4 src/sys/sys/consio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 3:58:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1433737B407; Thu, 16 May 2002 03:58:37 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAwbJ39587; Thu, 16 May 2002 03:58:37 -0700 (PDT) (envelope-from mbr) Message-Id: <200205161058.g4GAwbJ39587@freefall.freebsd.org> From: Martin Blapp Date: Thu, 16 May 2002 03:58:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_frontpage/files patch-Makefile.PL patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/05/16 03:58:31 PDT Modified files: www/mod_frontpage/files patch-Makefile.PL patch-Makefile.in Log: Install the exec wrappers into $(prefix)/sbin/fpstatic Revision Changes Path 1.7 +9 -3 ports/www/mod_frontpage/files/patch-Makefile.PL 1.5 +22 -1 ports/www/mod_frontpage/files/patch-Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 4: 0: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84B2B37B40C; Thu, 16 May 2002 03:59:57 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GAxvR39671; Thu, 16 May 2002 03:59:57 -0700 (PDT) (envelope-from mbr) Message-Id: <200205161059.g4GAxvR39671@freefall.freebsd.org> From: Martin Blapp Date: Thu, 16 May 2002 03:59:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_frontpage Makefile pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/05/16 03:59:57 PDT Modified files: www/mod_frontpage Makefile pkg-message Log: Add a note about the hardcoded /usr/local in the frontpage binaries. Revision Changes Path 1.11 +6 -1 ports/www/mod_frontpage/Makefile 1.5 +9 -1 ports/www/mod_frontpage/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 4:11:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9324737B404; Thu, 16 May 2002 04:11:54 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GBBse47518; Thu, 16 May 2002 04:11:54 -0700 (PDT) (envelope-from tg) Message-Id: <200205161111.g4GBBse47518@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 16 May 2002 04:11:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/pdksh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2002/05/16 04:11:54 PDT Modified files: shells/pdksh Makefile Log: Change version number from 5.2.14.p2 to 5.2.14p2, so our package tools see this as an upgrade from 5.2.14. PR: 38131 Submitted by: Alan Eldridge Revision Changes Path 1.26 +1 -1 ports/shells/pdksh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 4:22: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4AF137B40D; Thu, 16 May 2002 04:22:06 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GBM6248237; Thu, 16 May 2002 04:22:06 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205161122.g4GBM6248237@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 16 May 2002 04:22:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/motor Makefile distinfo pkg-plist ports/devel/motor/files patch-src::Makefile.in patch-src::configuration::Makefile.in patch-src::debugger::Makefile.in patch-src::manager::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/16 04:22:06 PDT Modified files: devel/motor Makefile distinfo pkg-plist devel/motor/files patch-src::Makefile.in patch-src::configuration::Makefile.in patch-src::manager::Makefile.in Added files: devel/motor/files patch-src::debugger::Makefile.in Log: - Update to 3.2.2; - hand over maintainership to Alex Dupre . PR: 38076 Submitted by: Alex Dupre Revision Changes Path 1.9 +19 -10 ports/devel/motor/Makefile 1.6 +1 -1 ports/devel/motor/distinfo 1.4 +9 -14 ports/devel/motor/files/patch-src::Makefile.in 1.2 +2 -2 ports/devel/motor/files/patch-src::configuration::Makefile.in 1.1 +14 -0 ports/devel/motor/files/patch-src::debugger::Makefile.in (new) 1.2 +2 -2 ports/devel/motor/files/patch-src::manager::Makefile.in 1.5 +3 -0 ports/devel/motor/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 4:27:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7136E37B401; Thu, 16 May 2002 04:27:33 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GBRXX48615; Thu, 16 May 2002 04:27:33 -0700 (PDT) (envelope-from markm) Message-Id: <200205161127.g4GBRXX48615@freefall.freebsd.org> From: Mark Murray Date: Thu, 16 May 2002 04:27:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/etc make.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/16 04:27:33 PDT Modified files: share/examples/etc make.conf Log: Remove perl hooks. Pointed out by: des Revision Changes Path 1.188 +0 -5 src/share/examples/etc/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 4:33:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BBD637B406; Thu, 16 May 2002 04:33:12 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GBXCZ49045; Thu, 16 May 2002 04:33:12 -0700 (PDT) (envelope-from ru) Message-Id: <200205161133.g4GBXCZ49045@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 May 2002 04:33:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 make.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/16 04:33:11 PDT Modified files: share/man/man5 make.conf.5 Log: Removed the vestiges of NO_?PERL and ENABLE_SUIDPERL. Spotted by: grep(1) Revision Changes Path 1.46 +0 -17 src/share/man/man5/make.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 4:41:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7852C37B410; Thu, 16 May 2002 04:40:54 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GBesZ49649; Thu, 16 May 2002 04:40:54 -0700 (PDT) (envelope-from ru) Message-Id: <200205161140.g4GBesZ49649@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 May 2002 04:40:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/16 04:40:54 PDT Modified files: share/man/man7 hier.7 Log: Catch up with BSD.usr.dist,v 1.259. Revision Changes Path 1.72 +0 -11 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 4:48:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DDDC37B40E; Thu, 16 May 2002 04:48:36 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GBmah50243; Thu, 16 May 2002 04:48:36 -0700 (PDT) (envelope-from joe) Message-Id: <200205161148.g4GBmah50243@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 16 May 2002 04:48:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 style.perl.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/05/16 04:48:36 PDT Removed files: share/man/man7 style.perl.7 Log: No need to have a perl style if we've not got perl. Revision Changes Path 1.16 +0 -246 src/share/man/man7/style.perl.7 (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 4:51: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80CB637B409; Thu, 16 May 2002 04:51:05 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GBp5U50528; Thu, 16 May 2002 04:51:05 -0700 (PDT) (envelope-from joe) Message-Id: <200205161151.g4GBp5U50528@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 16 May 2002 04:51:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/05/16 04:51:05 PDT Modified files: bin/ps ps.1 Log: The sysctl has changed from 'kern.ps_showallprocs' to 'security.bsd.see_other_uids'. Revision Changes Path 1.46 +1 -1 src/bin/ps/ps.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 5: 3:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7956437B40C; Thu, 16 May 2002 05:03:08 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GC38e51275; Thu, 16 May 2002 05:03:08 -0700 (PDT) (envelope-from hrs) Message-Id: <200205161203.g4GC38e51275@freefall.freebsd.org> From: Hiroki Sato Date: Thu, 16 May 2002 05:03:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja docs.sgml features.sgml www/ja/commercial commercial.sgml www/ja/news press-rel-5.sgml www/ja/releases/2.2.1R notes.sgml www/ja/releases/2.2.2R notes.sgml www/ja/releases/2.2R notes.sgml www/ja/releases/3.3R ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/05/16 05:03:08 PDT Modified files: ja docs.sgml features.sgml ja/commercial commercial.sgml ja/news press-rel-5.sgml ja/releases/2.2.1R notes.sgml ja/releases/2.2.2R notes.sgml ja/releases/2.2R notes.sgml ja/releases/3.3R notes.sgml ja/security security.sgml Log: Merge the following from the English version: 1.143 -> 1.144 docs.sgml 1.18 -> 1.19 features.sgml 1.33 -> 1.34 commercial/commercial.sgml 1.5 -> 1.6 news/press-rel-5.sgml 1.6 -> 1.7 releases/2.2.1R/notes.sgml 1.6 -> 1.7 releases/2.2.2R/notes.sgml 1.7 -> 1.8 releases/2.2R/notes.sgml 1.3 -> 1.4 releases/3.3R/notes.sgml 1.93 -> 1.94 security/security.sgml Revision Changes Path 1.15 +36 -38 www/ja/commercial/commercial.sgml 1.54 +2 -2 www/ja/docs.sgml 1.15 +9 -10 www/ja/features.sgml 1.6 +2 -2 www/ja/news/press-rel-5.sgml 1.10 +3 -3 www/ja/releases/2.2.1R/notes.sgml 1.10 +3 -3 www/ja/releases/2.2.2R/notes.sgml 1.10 +3 -3 www/ja/releases/2.2R/notes.sgml 1.8 +3 -3 www/ja/releases/3.3R/notes.sgml 1.57 +22 -20 www/ja/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 5: 7:24 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id EECAA37B400; Thu, 16 May 2002 05:07:15 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZTGF; Thu, 16 May 2002 15:09:03 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4GC7C703245; Thu, 16 May 2002 15:07:12 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CE3A0E4.D23F0532@FreeBSD.org> Date: Thu, 16 May 2002 15:07:00 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Joseph Scott Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/micq Makefile distinfo pkg-plist ports/net/micq/files patch-ac patch-lang::ru.i18n patch-src::icq_response.cpatch-src::util.c References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joseph Scott wrote: > > On Tue, 14 May 2002, Maxim Sobolev wrote: > > # sobomax 2002/05/14 00:57:22 PDT > # > # Modified files: > # net/micq Makefile distinfo pkg-plist > # net/micq/files patch-ac patch-lang::ru.i18n > # patch-src::icq_response.c > # patch-src::util.c > # Log: > # Update to 0.4.8pl9. > # > # PR: 37950 > # Submitted by: Hiroo ONO > > This appears to take care of PR ports/37289 also. ports/37289 stays because there is an uncleared issue with japanese/micq still. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 5: 7:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8751037B405; Thu, 16 May 2002 05:07:26 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GC7Qj55327; Thu, 16 May 2002 05:07:26 -0700 (PDT) (envelope-from tg) Message-Id: <200205161207.g4GC7Qj55327@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 16 May 2002 05:07:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2002/05/16 05:07:26 PDT Modified files: lang/python Makefile pkg-plist Log: Fix building on the Alpha. Submitted by: gallatin Revision Changes Path 1.88 +6 -0 ports/lang/python/Makefile 1.38 +4 -4 ports/lang/python/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 5: 8: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id F10A337B40C; Thu, 16 May 2002 05:07:37 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZTG2; Thu, 16 May 2002 15:09:26 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g4GC7Z703249; Thu, 16 May 2002 15:07:35 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CE3A0FC.194E60BF@FreeBSD.org> Date: Thu, 16 May 2002 15:07:24 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Akinori MUSHA Cc: Joseph Scott , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/micq Makefile distinfo pkg-plist ports/net/micq/files patch-ac patch-lang::ru.i18n patch-src::icq_response.c patch-src::util.c References: <200205140757.g4E7vMM95825@freefall.freebsd.org> <86lmak8jqs.wl@archon.local.idaemons.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Akinori MUSHA wrote: > > At Tue, 14 May 2002 08:55:43 -0700 (PDT), > Joseph Scott wrote: > > On Tue, 14 May 2002, Maxim Sobolev wrote: > > > > # sobomax 2002/05/14 00:57:22 PDT > > # > > # Modified files: > > # net/micq Makefile distinfo pkg-plist > > # net/micq/files patch-ac patch-lang::ru.i18n > > # patch-src::icq_response.c > > # patch-src::util.c > > # Log: > > # Update to 0.4.8pl9. > > # > > # PR: 37950 > > # Submitted by: Hiroo ONO > > > > This appears to take care of PR ports/37289 also. > > > > -Joseph > > And ports/37950 is still unclosed. Please close it. Closed, thank you for reminder! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 6: 2:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C13637B401; Thu, 16 May 2002 06:02:43 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GD2h267346; Thu, 16 May 2002 06:02:43 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200205161302.g4GD2h267346@freefall.freebsd.org> From: MANTANI Nobutaka Date: Thu, 16 May 2002 06:02:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/monafonts Makefile distinfo pkg-plist pkg-req ports/japanese/monafonts/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2002/05/16 06:02:42 PDT Modified files: japanese/monafonts Makefile distinfo pkg-plist pkg-req japanese/monafonts/files patch-aa Log: Update to 2.2. Revision Changes Path 1.11 +2 -1 ports/japanese/monafonts/Makefile 1.9 +1 -1 ports/japanese/monafonts/distinfo 1.6 +8 -8 ports/japanese/monafonts/files/patch-aa 1.4 +4 -0 ports/japanese/monafonts/pkg-plist 1.4 +4 -0 ports/japanese/monafonts/pkg-req To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 6:22:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF75F37B405; Thu, 16 May 2002 06:22:42 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GDMgV72600; Thu, 16 May 2002 06:22:42 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205161322.g4GDMgV72600@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 16 May 2002 06:22:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/serveez Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/16 06:22:42 PDT Modified files: net Makefile Added files: net/serveez Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add serveez 0.1.3 A server framework Revision Changes Path 1.762 +1 -0 ports/net/Makefile 1.1 +32 -0 ports/net/serveez/Makefile (new) 1.1 +1 -0 ports/net/serveez/distinfo (new) 1.1 +1 -0 ports/net/serveez/pkg-comment (new) 1.1 +15 -0 ports/net/serveez/pkg-descr (new) 1.1 +55 -0 ports/net/serveez/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 6:22:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7A4637B40A; Thu, 16 May 2002 06:22:44 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GDMih72634; Thu, 16 May 2002 06:22:44 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205161322.g4GDMih72634@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 16 May 2002 06:22:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/16 06:22:44 PDT Modified files: . modules Log: serveez --> ports/net/serveez Revision Changes Path 1.5124 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 7: 4:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC59B37B423; Thu, 16 May 2002 06:34:20 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GDYK273559; Thu, 16 May 2002 06:34:20 -0700 (PDT) (envelope-from brian) Message-Id: <200205161334.g4GDYK273559@freefall.freebsd.org> From: Brian Somers Date: Thu, 16 May 2002 06:34:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chap.c command.c pap.c radius.c radius.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/16 06:34:20 PDT Modified files: usr.sbin/ppp chap.c command.c pap.c radius.c radius.h Log: Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's configured). Handle internal failures in radius_Authenticate() correctly. Bump the ppp version number. This doesn't yet work with MPPE. More will follow. Sponsored by: Mozoon Revision Changes Path 1.79 +25 -16 src/usr.sbin/ppp/chap.c 1.287 +1 -1 src/usr.sbin/ppp/command.c 1.49 +5 -4 src/usr.sbin/ppp/pap.c 1.27 +79 -24 src/usr.sbin/ppp/radius.c 1.11 +4 -3 src/usr.sbin/ppp/radius.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 7:13:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD76C37B6D2; Thu, 16 May 2002 06:56:45 -0700 (PDT) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GDujA74983; Thu, 16 May 2002 06:56:45 -0700 (PDT) (envelope-from kevlo) Message-Id: <200205161356.g4GDujA74983@freefall.freebsd.org> From: Kevin Lo Date: Thu, 16 May 2002 06:56:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/quirc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kevlo 2002/05/16 06:56:45 PDT Modified files: irc/quirc Makefile distinfo pkg-plist Log: update to version 0.9.82 Revision Changes Path 1.12 +4 -3 ports/irc/quirc/Makefile 1.5 +1 -1 ports/irc/quirc/distinfo 1.5 +3 -0 ports/irc/quirc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 7:15: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3779B37B6DF; Thu, 16 May 2002 06:59:14 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GDxED75292; Thu, 16 May 2002 06:59:14 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205161359.g4GDxED75292@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 16 May 2002 06:59:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/logo Makefile distinfo pkg-plist ports/lang/logo/files patch-ac patch-ad patch-emacs::makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/16 06:59:14 PDT Modified files: lang/logo Makefile distinfo pkg-plist lang/logo/files patch-ac Added files: lang/logo/files patch-emacs::makefile Removed files: lang/logo/files patch-ad Log: Update to 5.1 PR: 38127 Submitted by: obraun@informatik.unibw-muenchen.de Revision Changes Path 1.19 +39 -2 ports/lang/logo/Makefile 1.5 +1 -1 ports/lang/logo/distinfo 1.3 +38 -8 ports/lang/logo/files/patch-ac 1.2 +0 -11 ports/lang/logo/files/patch-ad (dead) 1.1 +39 -0 ports/lang/logo/files/patch-emacs::makefile (new) 1.4 +69 -7 ports/lang/logo/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 7:28:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B799637B427; Thu, 16 May 2002 07:28:33 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GESXW81238; Thu, 16 May 2002 07:28:33 -0700 (PDT) (envelope-from brian) Message-Id: <200205161428.g4GESXW81238@freefall.freebsd.org> From: Brian Somers Date: Thu, 16 May 2002 07:28:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp chap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/16 07:28:33 PDT Modified files: usr.sbin/ppp chap.c Log: Fix a mis-placed #else/#endif Revision Changes Path 1.80 +1 -2 src/usr.sbin/ppp/chap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 7:47:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68C4137B40E; Thu, 16 May 2002 07:47:20 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GElKB82459; Thu, 16 May 2002 07:47:20 -0700 (PDT) (envelope-from brian) Message-Id: <200205161447.g4GElKB82459@freefall.freebsd.org> From: Brian Somers Date: Thu, 16 May 2002 07:47:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ncpaddr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/16 07:47:19 PDT Modified files: usr.sbin/ppp ncpaddr.c Log: Add some OpenBSD includes Revision Changes Path 1.8 +4 -0 src/usr.sbin/ppp/ncpaddr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 7:52:24 2002 Delivered-To: cvs-all@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 68BC837B412; Thu, 16 May 2002 07:51:55 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id KAA10531; Thu, 16 May 2002 10:51:54 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g4GEpO240258; Thu, 16 May 2002 10:51:24 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) Date: Thu, 16 May 2002 10:51:24 -0400 From: Andrew Gallatin To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020516105124.A40234@grasshopper.cs.duke.edu> References: <200205160859.g4G8xql13901@freefall.freebsd.org> <200205160911.g4G9Bkj1084625@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205160911.g4G9Bkj1084625@grimreaper.grondar.org>; from mark@grondar.za on Thu, May 16, 2002 at 10:11:46AM +0100 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mark Murray [mark@grondar.za] wrote: > > markm 2002/05/16 01:59:52 PDT > > > > Modified files: > > gnu/usr.bin Makefile > > Log: > > Don't build perl. > > This concludes the de-orbit burn sequence. > > The sources will re-enter the atmosphere later today. Are there any plans to provide some script (part of mergemaster?) which purges all previously installed perl related files from the base system to prevent future conflicts with ports installed versions of perl? Or is rm -f /usr/bin/perl* sufficient? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8: 9:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by hub.freebsd.org (Postfix) with ESMTP id 3A0FB37B413 for ; Thu, 16 May 2002 08:08:38 -0700 (PDT) Received: (qmail 27543 invoked from network); 16 May 2002 15:08:36 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 16 May 2002 15:08:36 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4GF8cF71137; Thu, 16 May 2002 11:08:38 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205130336.g4D3aZ324035@freefall.freebsd.org> Date: Thu, 16 May 2002 11:08:20 -0400 (EDT) From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: src/contrib/gcc COPYING COPYING.LIB ChangeLog Ch Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-May-2002 David E. O'Brien wrote: > obrien 2002/05/12 20:36:35 PDT > > Modified files: (Branch: FSF) > contrib/gcc COPYING COPYING.LIB ChangeLog ChangeLog.0 > ChangeLog.1 ChangeLog.2 ChangeLog.3 > ... > xcoffout.h > Log: > Cause CVS to sync up checked out source bases with Gcc 3.1 bits after > the repo surgery to cut out the abortive Gcc 2.9[67] imports. I just updated my laptop today from a pre-3.1 world and it still screwed up the contrib/gcc bits so I don't think this fixes the problem. IMO it's not worth pursuing it further. Just add an entry to updating that if you are updating to gcc 3.1 and you have problems compiling you should blow away contrib/gcc and check it out again. People upgrading from -stable won't run into this and people running -current should be able to handle this ok. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8:12:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4C3B37B40C; Thu, 16 May 2002 08:11:54 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFBsa87961; Thu, 16 May 2002 08:11:54 -0700 (PDT) (envelope-from marcus) Message-Id: <200205161511.g4GFBsa87961@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 16 May 2002 08:11:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/librep2 Makefile ports/lang/librep2/files patch-ltmain.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/16 08:11:54 PDT Modified files: lang/librep2 Makefile Added files: lang/librep2/files patch-ltmain.sh Log: Fix the sawfish configurator under -stable. Bump PORTREVISION. Reviewed by: sobomax Revision Changes Path 1.38 +2 -1 ports/lang/librep2/Makefile 1.1 +19 -0 ports/lang/librep2/files/patch-ltmain.sh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8:17: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D806737B410; Thu, 16 May 2002 08:16:48 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFGmj88329; Thu, 16 May 2002 08:16:48 -0700 (PDT) (envelope-from bmah) Message-Id: <200205161516.g4GFGmj88329@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 May 2002 08:16:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/16 08:16:48 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add Blue Concentric Cirlce CF Wireless LAN card to wi(4)-supported list. Revision Changes Path 1.88 +4 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8:18:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32EB437B439; Thu, 16 May 2002 08:18:14 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFIE088442; Thu, 16 May 2002 08:18:14 -0700 (PDT) (envelope-from ru) Message-Id: <200205161518.g4GFIE088442@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 May 2002 08:18:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile auto-host.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/16 08:18:14 PDT Modified files: gnu/usr.bin/cc/cc_tools Makefile auto-host.h Log: Make it possible to build a cross compiler for alpha, ia64 and sparc64 on systems that do not have atoll(3). The "cross" here doesn't necessarily mean cross-arch. Revision Changes Path 1.63 +4 -0 src/gnu/usr.bin/cc/cc_tools/Makefile 1.6 +3 -0 src/gnu/usr.bin/cc/cc_tools/auto-host.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8:20:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DCD437B405; Thu, 16 May 2002 08:18:25 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFIPU88481; Thu, 16 May 2002 08:18:25 -0700 (PDT) (envelope-from bmah) Message-Id: <200205161518.g4GFIPU88481@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 May 2002 08:18:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/16 08:18:25 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Whitespace fixes, no content changes. Revision Changes Path 1.89 +15 -15 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8:25:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7C9337B434; Thu, 16 May 2002 08:22:58 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFMww88894; Thu, 16 May 2002 08:22:58 -0700 (PDT) (envelope-from ru) Message-Id: <200205161522.g4GFMww88894@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 May 2002 08:22:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc gcc.c src/gnu/usr.bin/cc/cc_tools freebsd-native.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/16 08:22:58 PDT Modified files: contrib/gcc gcc.c gnu/usr.bin/cc/cc_tools freebsd-native.h Log: MD_EXEC_PREFIX doesn't work for the cross-arch compiler. The change also makes the `cc -print-search-dirs' output sane (the pre-3.1 way) in the non-cross case. Draft reviewed by: obrien Revision Changes Path 1.27 +7 -1 src/contrib/gcc/gcc.c 1.17 +2 -1 src/gnu/usr.bin/cc/cc_tools/freebsd-native.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8:30:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B61937B40B; Thu, 16 May 2002 08:30:06 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFU6o89572; Thu, 16 May 2002 08:30:06 -0700 (PDT) (envelope-from bmah) Message-Id: <200205161530.g4GFU6o89572@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 May 2002 08:30:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/16 08:30:05 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Whitespace diff reduction to -CURRENT, to make an upcoming resync easier. Approved by: re (implicitly) Revision Changes Path 1.13.2.63 +16 -16 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8:36:20 2002 Delivered-To: cvs-all@freebsd.org Received: from ns2.freenix.org (ns2.freenix.org [194.117.194.82]) by hub.freebsd.org (Postfix) with ESMTP id D3FCB37B40C; Thu, 16 May 2002 08:36:09 -0700 (PDT) Received: by ns2.freenix.org (Postfix/TLS, from userid 1002) id B4E2712C7C8; Thu, 16 May 2002 17:36:08 +0200 (CEST) Date: Thu, 16 May 2002 17:36:08 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020516153608.GA13703@ns2.freenix.org> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205160859.g4G8xql13901@freefall.freebsd.org> <200205160911.g4G9Bkj1084625@grimreaper.grondar.org> <20020516105124.A40234@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020516105124.A40234@grasshopper.cs.duke.edu> User-Agent: Mutt/1.3.28i X-Operating-System: FreeBSD 5.0-CURRENT/IPv6 Sony VAIO Z505SX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG According to Andrew Gallatin: > system to prevent future conflicts with ports installed versions of > perl? Or is rm -f /usr/bin/perl* sufficient? Don't forget: rm -rf /usr/libdata/perl libraries rm -rf /usr/share/perl manpages -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@ns2.freenix.org The Postman hits! The Postman hits! You have new mail. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8:44:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19EB337B410; Thu, 16 May 2002 08:44:09 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFi9O90940; Thu, 16 May 2002 08:44:09 -0700 (PDT) (envelope-from ume) Message-Id: <200205161544.g4GFi9O90940@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 16 May 2002 08:44:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/setkey Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/05/16 08:44:08 PDT Modified files: usr.sbin/setkey Makefile Log: Don't install scriptdump which is written in Perl. This is corresponding to removal of Perl from base system. Revision Changes Path 1.10 +2 -2 src/usr.sbin/setkey/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8:51:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1AEE37B408; Thu, 16 May 2002 08:51:16 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFpGr91460; Thu, 16 May 2002 08:51:16 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205161551.g4GFpGr91460@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 16 May 2002 08:51:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel Makefile pkg-plist ports/mail/mutt-devel/files extra-maildir-patch-Makefile.am extra-maildir-patch-globals.h extra-maildir-patch-init.h extra-maildir-patch-mh.c extra-maildir-patch-mutt.h maildir_clean_dir.c maildir_clean_dir.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/16 08:51:16 PDT Modified files: mail/mutt-devel Makefile pkg-plist Added files: mail/mutt-devel/files extra-maildir-patch-Makefile.am extra-maildir-patch-globals.h extra-maildir-patch-init.h extra-maildir-patch-mh.c extra-maildir-patch-mutt.h maildir_clean_dir.c maildir_clean_dir.h Log: Improve maildir support PR: 38147 Submitted by: maintainer, lioux Revision Changes Path 1.168 +28 -3 ports/mail/mutt-devel/Makefile 1.1 +10 -0 ports/mail/mutt-devel/files/extra-maildir-patch-Makefile.am (new) 1.1 +10 -0 ports/mail/mutt-devel/files/extra-maildir-patch-globals.h (new) 1.1 +18 -0 ports/mail/mutt-devel/files/extra-maildir-patch-init.h (new) 1.1 +111 -0 ports/mail/mutt-devel/files/extra-maildir-patch-mh.c (new) 1.1 +44 -0 ports/mail/mutt-devel/files/extra-maildir-patch-mutt.h (new) 1.1 +120 -0 ports/mail/mutt-devel/files/maildir_clean_dir.c (new) 1.1 +42 -0 ports/mail/mutt-devel/files/maildir_clean_dir.h (new) 1.47 +41 -1 ports/mail/mutt-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 8:56:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8FB937B412; Thu, 16 May 2002 08:56:18 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GFuIx91943; Thu, 16 May 2002 08:56:18 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205161556.g4GFuIx91943@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 16 May 2002 08:56:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mulberry Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/16 08:56:18 PDT Modified files: mail/mulberry Makefile distinfo Log: Update checksum Checksum was for rh5 tarball, but port fetches rh6 tarball PR: 38089 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/mail/mulberry/Makefile 1.4 +1 -1 ports/mail/mulberry/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 9: 4: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67D9737B405; Thu, 16 May 2002 09:03:56 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GG3ue92920; Thu, 16 May 2002 09:03:56 -0700 (PDT) (envelope-from bde) Message-Id: <200205161603.g4GG3ue92920@freefall.freebsd.org> From: Bruce Evans Date: Thu, 16 May 2002 09:03:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ipl.s X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/05/16 09:03:56 PDT Modified files: (Branch: RELENG_4) sys/i386/isa ipl.s Log: MFC (1.54/PR36710: fixed checking for VM86 mode). This patch is mostly from the PR since a the patch for -current doesn't apply directly, and -current has some minor regressions that I don't want to merge. Approved by: re (brian) Revision Changes Path 1.32.2.3 +6 -3 src/sys/i386/isa/ipl.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 9:17: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED1E037B40D; Thu, 16 May 2002 09:16:56 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGGuZ98063; Thu, 16 May 2002 09:16:56 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200205161616.g4GGGuZ98063@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 16 May 2002 09:16:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim-devel/files patch-src::EDITME X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2002/05/16 09:16:56 PDT Modified files: mail/exim-devel/files patch-src::EDITME Log: Exim4 uses a different strategy for pidfile creation and naming, in which %s isn't a required component of the pidfile pathname. Also, I was using /var/lock instead of /var/run, so kill two birds with one stone, using /var/run/exim.pid. PR: ports/37947 Submitted by: AMAKAWA Shuhei Revision Changes Path 1.9 +1 -1 ports/mail/exim-devel/files/patch-src::EDITME To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 9:18:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B29E37B401; Thu, 16 May 2002 09:18:42 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGIgi98246; Thu, 16 May 2002 09:18:42 -0700 (PDT) (envelope-from bmah) Message-Id: <200205161618.g4GGIgi98246@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 May 2002 09:18:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/16 09:18:42 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Minor rewording of an item. Revision Changes Path 1.90 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 9:21:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DAC237B40E; Thu, 16 May 2002 09:21:40 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGLe298601; Thu, 16 May 2002 09:21:40 -0700 (PDT) (envelope-from gallatin) Message-Id: <200205161621.g4GGLe298601@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 16 May 2002 09:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2002/05/16 09:21:40 PDT Modified files: share/man/man7 Makefile Log: Remove reference to dead file (style.perl.7). Pointy hat to: joe Revision Changes Path 1.23 +1 -1 src/share/man/man7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 9:25: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 219F937B404; Thu, 16 May 2002 09:24:57 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGOvM98971; Thu, 16 May 2002 09:24:57 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205161624.g4GGOvM98971@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 16 May 2002 09:24:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/py-oops Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/16 09:24:57 PDT Modified files: databases Makefile Added files: databases/py-oops Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add py-oops 0.9.1 Object Oriented Database Library For Persistent Storage in Python Revision Changes Path 1.177 +1 -0 ports/databases/Makefile 1.1 +21 -0 ports/databases/py-oops/Makefile (new) 1.1 +1 -0 ports/databases/py-oops/distinfo (new) 1.1 +1 -0 ports/databases/py-oops/pkg-comment (new) 1.1 +3 -0 ports/databases/py-oops/pkg-descr (new) 1.1 +7 -0 ports/databases/py-oops/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 9:25:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2CFA37B406; Thu, 16 May 2002 09:24:58 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGOw599003; Thu, 16 May 2002 09:24:58 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205161624.g4GGOw599003@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 16 May 2002 09:24:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/16 09:24:58 PDT Modified files: . modules Log: py-oops --> ports/databases/py-oops Revision Changes Path 1.5125 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 9:47: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C526237B400; Thu, 16 May 2002 09:47:00 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGl0Q01224; Thu, 16 May 2002 09:47:00 -0700 (PDT) (envelope-from bmah) Message-Id: <200205161647.g4GGl0Q01224@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 May 2002 09:47:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/16 09:47:00 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Catch up on ata(4)-supported SiS chipsets, from ata-pci.c rev. 1.41. We still need to do a more general catchup for ata(4) chipsets. Revision Changes Path 1.91 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 9:48: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1AE437B404; Thu, 16 May 2002 09:47:59 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGlxC01336; Thu, 16 May 2002 09:47:59 -0700 (PDT) (envelope-from sada) Message-Id: <200205161647.g4GGlxC01336@freefall.freebsd.org> From: SADA Kenji Date: Thu, 16 May 2002 09:47:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mipsel-linux-kernel-headers pkg-plist ports/devel/mipsel-linux-kernel-headers/files patch-aa-mips-2000-11-08 patch-bb-mips-lv-2000-11-23 patch-cc-mips-lv-built X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/16 09:47:59 PDT Modified files: devel/mipsel-linux-kernel-headers pkg-plist Removed files: devel/mipsel-linux-kernel-headers/files patch-aa-mips-2000-11-08 patch-bb-mips-lv-2000-11-23 patch-cc-mips-lv-built Log: - Remove needless FreeBSD patches. - Make a directory mipsel-linux/include/linux/modules in pkg-plist. This empty directory was made only when you intall from port and warning was shown if you deinstall pkg_add'ed one. PR: ports/36763 Submitted by: maintainer Revision Changes Path 1.2 +0 -6335 ports/devel/mipsel-linux-kernel-headers/files/patch-aa-mips-2000-11-08 (dead) 1.2 +0 -7471 ports/devel/mipsel-linux-kernel-headers/files/patch-bb-mips-lv-2000-11-23 (dead) 1.2 +0 -477 ports/devel/mipsel-linux-kernel-headers/files/patch-cc-mips-lv-built (dead) 1.3 +1 -1 ports/devel/mipsel-linux-kernel-headers/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 9:58: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B50337B409; Thu, 16 May 2002 09:57:56 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GGvuh02119; Thu, 16 May 2002 09:57:56 -0700 (PDT) (envelope-from bmah) Message-Id: <200205161657.g4GGvuh02119@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 May 2002 09:57:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/16 09:57:56 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Partial sync to -CURRENT (rev. 1.91). Among the changes made here: Added iir driver; listed fe(4) cards; catchup of ed(4), aue(4), cue(4), kue(4), wi(4), and an(4) devices. Along the way, reworded a few items. Approved by: re (implicitly) Revision Changes Path 1.13.2.64 +190 -31 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10: 0:35 2002 Delivered-To: cvs-all@freebsd.org Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by hub.freebsd.org (Postfix) with ESMTP id 1963C37B407; Thu, 16 May 2002 10:00:26 -0700 (PDT) Received: from sakura.ninth-nine.com (ns1.ninth-nine.com [IPv6:2002:3dca:fa09::1]) by nd250009.gab.xdsl.ne.jp (8.12.3/8.12.3/NinthNine) with SMTP id g4GH0IlR021574; Fri, 17 May 2002 02:00:18 +0900 (JST) (envelope-from nork@FreeBSD.org) Message-Id: <200205161700.g4GH0IlR021574@nd250009.gab.xdsl.ne.jp> Date: Fri, 17 May 2002 02:00:18 +0900 From: Norikatsu Shigemura To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: danfe@regency.nsu.ru, "Maxim Sobolev" Subject: Re: cvs commit: ports/net Makefile ports/net/loadd Makefile distinfo pkg-comment pkg-descr pkg-message.in pkg-plist ports/net/loadd/files 010.loadd.sh patch-Makefile patch-define.h patch-main.c In-Reply-To: <3CE38E39.3376C5BB@FreeBSD.org> References: <200205161026.g4GAQdk37256@freefall.freebsd.org> <20020516173046.A31159@regency.nsu.ru> <3CE38E39.3376C5BB@FreeBSD.org> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 May 2002 17:30:46 +0700 Alexey Dokuchaev wrote: > On Thu, May 16, 2002 at 03:26:39AM -0700, Norikatsu Shigemura wrote: > > Log: > > Add new ports. > Actually, it is generally useful (and nice) to include short port > description in you log message. I am sorry for lack of description. I did't notice. I'll commit a log additional message. On Thu, 16 May 2002 13:47:21 +0300 "Maxim Sobolev" wrote: > Yeah, hint to Norikatsu-san: use `-l' addport's flag, which will fill > this information for you. Thank you for your hint `-l' addport's flag. I'll use next commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10: 9:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30ECB37B40F; Thu, 16 May 2002 10:09:42 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GH9g406647; Thu, 16 May 2002 10:09:42 -0700 (PDT) (envelope-from mux) Message-Id: <200205161709.g4GH9g406647@freefall.freebsd.org> From: Maxime Henrion Date: Thu, 16 May 2002 10:09:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/05/16 10:09:41 PDT Modified files: sys/kern vfs_subr.c Log: o Fix vfs_copyopt(), the first argument to bcopy() is the source, not the destination. o Remove some code from vfs_getopt() which was making the interface more complicated to use for a very slight gain. Revision Changes Path 1.357 +6 -15 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10:14:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8ABF37B408; Thu, 16 May 2002 10:14:49 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHEnd07153; Thu, 16 May 2002 10:14:49 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205161714.g4GHEnd07153@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 16 May 2002 10:14:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/16 10:14:49 PDT Modified files: en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Log: Structure changes to the linuxemu chapter. Whitespace. No content. Revision Changes Path 1.73 +215 -195 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10:21: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61C6A37B401; Thu, 16 May 2002 10:21:01 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHL1W07851; Thu, 16 May 2002 10:21:01 -0700 (PDT) (envelope-from bmah) Message-Id: <200205161721.g4GHL1W07851@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 16 May 2002 10:21:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/16 10:21:01 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: Note 4.5-RELEASE release date. Submitted by: Nuno Teixeira Approved by: re (implicitly) Revision Changes Path 1.73.2.68 +3 -0 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10:24:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA81537B409; Thu, 16 May 2002 10:24:13 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHODU08147; Thu, 16 May 2002 10:24:13 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205161724.g4GHODU08147@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 16 May 2002 10:24:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/bitchx Makefile distinfo ports/irc/bitchx/files tcl-freebsd.o.uu X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/16 10:24:13 PDT Modified files: irc/bitchx Makefile distinfo Removed files: irc/bitchx/files tcl-freebsd.o.uu Log: Remove tcl-freebsd.o.uu and fetch it somewhere else. PR: 38150 Submitted by: maintainer Revision Changes Path 1.40 +15 -4 ports/irc/bitchx/Makefile 1.12 +1 -0 ports/irc/bitchx/distinfo 1.3 +0 -5017 ports/irc/bitchx/files/tcl-freebsd.o.uu (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10:30: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6424637B407; Thu, 16 May 2002 10:29:59 -0700 (PDT) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHTxE08501; Thu, 16 May 2002 10:29:59 -0700 (PDT) (envelope-from nork) Message-Id: <200205161729.g4GHTxE08501@freefall.freebsd.org> From: Norikatsu Shigemura Date: Thu, 16 May 2002 10:29:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/lmd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/05/16 10:29:59 PDT Modified files: net/lmd Makefile Log: [Forced commit] Add lmd, a Load Monitor Daemon, version 0.8. Lmd is a daemon that monitors the server load and communicates with loadd for Intellingence Load Sharing (Balancing with realtime load). Approved by: knu (mentor) Revision Changes Path 1.2 +0 -0 ports/net/lmd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10:30:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E7E437B40B; Thu, 16 May 2002 10:30:21 -0700 (PDT) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHULD08590; Thu, 16 May 2002 10:30:21 -0700 (PDT) (envelope-from nork) Message-Id: <200205161730.g4GHULD08590@freefall.freebsd.org> From: Norikatsu Shigemura Date: Thu, 16 May 2002 10:30:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/loadd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/05/16 10:30:21 PDT Modified files: net/loadd Makefile Log: [Forced commit] Add loadd, a Load Balancing Daemon, version 0.8. Loadd is a daemon that communicate with ipfw firewall via the divert sockets. You can easily configure a divert rule on your firewall and redirect packets you want into the loadd system. Approved by: knu (mentor) Revision Changes Path 1.2 +0 -0 ports/net/loadd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10:57:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67F3D37B407; Thu, 16 May 2002 10:57:38 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHvc310707; Thu, 16 May 2002 10:57:38 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205161757.g4GHvc310707@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 16 May 2002 10:57:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix-current Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/16 10:57:37 PDT Modified files: mail/postfix-current Makefile distinfo Log: Update to 1.1.10-20020514 PR: 38154 Submitted by: maintainer Revision Changes Path 1.85 +1 -1 ports/mail/postfix-current/Makefile 1.40 +1 -1 ports/mail/postfix-current/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10:58:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8683537B408; Thu, 16 May 2002 10:58:11 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHwBc10799; Thu, 16 May 2002 10:58:11 -0700 (PDT) (envelope-from demon) Message-Id: <200205161758.g4GHwBc10799@freefall.freebsd.org> From: Dmitry Sivachenko Date: Thu, 16 May 2002 10:58:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2002/05/16 10:58:11 PDT Modified files: net/p5-Net Makefile distinfo Log: Upgrade to version 1.11. Submitted by: Erwin Lansing Revision Changes Path 1.35 +1 -1 ports/net/p5-Net/Makefile 1.11 +1 -1 ports/net/p5-Net/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10:58:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A16937B43C; Thu, 16 May 2002 10:58:20 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHwKl10848; Thu, 16 May 2002 10:58:20 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200205161758.g4GHwKl10848@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 16 May 2002 10:58:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/05/16 10:58:20 PDT Modified files: mail/postfix Makefile distinfo Log: Update to latest PR: 38153 Submitted by: maintainer Revision Changes Path 1.60 +1 -1 ports/mail/postfix/Makefile 1.30 +1 -1 ports/mail/postfix/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 10:59:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81E6D37B401; Thu, 16 May 2002 10:59:41 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GHxfh11120; Thu, 16 May 2002 10:59:41 -0700 (PDT) (envelope-from ru) Message-Id: <200205161759.g4GHxfh11120@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 May 2002 10:59:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.man.mk X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/16 10:59:41 PDT Modified files: (Branch: RELENG_4) share/mk bsd.man.mk Log: MFC: 1.48: Build manpages in the NOMANCOMPRESS case too. Approved by: re Revision Changes Path 1.31.2.7 +2 -0 src/share/mk/bsd.man.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 11:23:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7599637B408; Thu, 16 May 2002 11:23:11 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GINB016925; Thu, 16 May 2002 11:23:11 -0700 (PDT) (envelope-from sada) Message-Id: <200205161823.g4GINB016925@freefall.freebsd.org> From: SADA Kenji Date: Thu, 16 May 2002 11:23:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vcdimager Makefile pkg-plist ports/graphics/vcdimager/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/16 11:23:11 PDT Modified files: graphics/vcdimager Makefile pkg-plist Added files: graphics/vcdimager/files patch-configure Log: - Enable XML Frontend. - Remove needless install-info lines. PR: ports/36698 Submitted by: maintainer Revision Changes Path 1.3 +1 -0 ports/graphics/vcdimager/Makefile 1.1 +20 -0 ports/graphics/vcdimager/files/patch-configure (new) 1.3 +0 -6 ports/graphics/vcdimager/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 11:36:10 2002 Delivered-To: cvs-all@freebsd.org Received: from epaper.eslitebooks.com (210-58-229-92.eslitebooks.com [210.58.229.92]) by hub.freebsd.org (Postfix) with ESMTP id 10A1B37B413; Thu, 16 May 2002 11:35:49 -0700 (PDT) Received: from epaper.eslitebooks.com (epaper.eslitebooks.com [210.58.229.92]) by epaper.eslitebooks.com (8.11.6/8.11.6) with SMTP id g4GIWtF45931; Fri, 17 May 2002 02:32:56 +0800 (CST) (envelope-from clive@tongi.org) Received: (nullmailer pid 45928 invoked by uid 1000); Thu, 16 May 2002 18:32:55 -0000 Date: Fri, 17 May 2002 02:32:55 +0800 From: Clive Lin To: Andrew Gallatin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020516183255.GA45871@epaper.eslitebooks.com> References: <200205160859.g4G8xql13901@freefall.freebsd.org> <200205160911.g4G9Bkj1084625@grimreaper.grondar.org> <20020516105124.A40234@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020516105124.A40234@grasshopper.cs.duke.edu> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-RELEASE-p4 i386 X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [Cc: trimed] On Thu, May 16, 2002 at 10:51:24AM -0400, Andrew Gallatin wrote: > Are there any plans to provide some script (part of mergemaster?) > which purges all previously installed perl related files from the base > system to prevent future conflicts with ports installed versions of > perl? Or is rm -f /usr/bin/perl* sufficient? My suggestion is installworld into a different DESTDIR, and then use find(1) and comm(1) to generate files list. Here is my home-made, concept proven (so it's just dirty) script: http://www.cirx.org/~clive/dist/chroot/staleclean.sh.txt By this time perl is not installed, it's not necessary to installworld twice. Finally use cat(1) and xargs(1) to delete them... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE84/sxdFUoBaAIwD4RAs5AAJ9OTZkRleQqcIQNWy9PukJsHdrEBQCgxHLl IO/+5P5833PweAQfLXgSGPc= =QGnZ -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 11:47:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id 6BC5737B408; Thu, 16 May 2002 11:47:47 -0700 (PDT) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.3/8.12.2) with ESMTP id g4GIlYIa000405; Thu, 16 May 2002 20:47:44 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.3/8.12.3/Submit) id g4GIlW1E000404; Thu, 16 May 2002 20:47:32 +0200 (CEST) Date: Thu, 16 May 2002 20:47:32 +0200 From: Wilko Bulte To: John Baldwin Cc: "David E. O'Brien" , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile Message-ID: <20020516204732.A367@freebie.xs4all.nl> References: <200205152240.g4FMeoI18590@freefall.freebsd.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 Wed, May 15, 2002 at 11:40:44PM -0400 X-OS: FreeBSD 4.6-PRERELEASE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 11:40:44PM -0400, John Baldwin wrote: > > On 15-May-2002 David E. O'Brien wrote: > > obrien 2002/05/15 15:40:50 PDT > > > > Modified files: > > gnu/usr.bin/cc/cc_tools Makefile > > Log: > > Add x86-64 bits. > > Fear! The brave will inherit the earth. Or in this case Itanium. -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 11:52: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A783737B40D; Thu, 16 May 2002 11:51:57 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GIpvU20560; Thu, 16 May 2002 11:51:57 -0700 (PDT) (envelope-from markm) Message-Id: <200205161851.g4GIpvU20560@freefall.freebsd.org> From: Mark Murray Date: Thu, 16 May 2002 11:51:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/spkrtest Makefile spkrtest.8 spkrtest.pl spkrtest.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/16 11:51:57 PDT Modified files: usr.sbin/spkrtest Makefile spkrtest.8 Added files: usr.sbin/spkrtest spkrtest.sh Removed files: usr.sbin/spkrtest spkrtest.pl Log: Replace the perl script version of this with a sh(1) script. Submitted by: Riccardo "VIC" Torrini Revision Changes Path 1.11 +2 -4 src/usr.sbin/spkrtest/Makefile 1.11 +1 -2 src/usr.sbin/spkrtest/spkrtest.8 1.8 +0 -138 src/usr.sbin/spkrtest/spkrtest.pl (dead) 1.3 +113 -0 src/usr.sbin/spkrtest/spkrtest.sh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 11:52:41 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 02BED37B40F; Thu, 16 May 2002 11:52:08 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4GIq7fg068003; Thu, 16 May 2002 11:52:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4GIq7cr068002; Thu, 16 May 2002 11:52:07 -0700 (PDT) Date: Thu, 16 May 2002 11:52:07 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020516115207.B67791@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205151629.g4FGTj062213@freefall.freebsd.org> <20020515150513.A14077@dragon.nuxi.com> <20020516055741.GA26715@sunbay.com> <20020516014650.A41621@dragon.nuxi.com> <20020516103848.GA65503@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020516103848.GA65503@sunbay.com>; from ru@FreeBSD.org on Thu, May 16, 2002 at 01:38:48PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 01:38:48PM +0300, Ruslan Ermilov wrote: > > Yes I did look at the diffs. What C++ compiler do we have that is named > > "c++" other than the system one? Certainly none of the GCC ports I > > > Obviously I just added _more_ variants for the external C++ compiler. Tell me which compiler? I don't want "in theory", I want "real world". 1. You are backing out my changeds from only 5 days ago w/o asking me to explain them. 2. The bit you show as an example is only part of your change. You totally backed out some of my changes: +# $FreeBSD: /c/ncvs/src/Makefile.inc1,v 1.277 2002/05/15 16:29:44 ru Exp $ -.if ${CXX} == "c++" -NO_CXX= yes -.endif +# $FreeBSD: /c/ncvs/src/gnu/lib/Makefile,v 1.37 2002/05/15 16:29:45 ru Exp $ -.if ${CXX:T} == "c++" -NO_CXX= yes -.endif +# $FreeBSD: /c/ncvs/src/gnu/usr.bin/cc/Makefile,v 1.30 2002/05/15 16:29:45 ru Exp $ [you removed c++, c++filt, and doc from the build] I do not think you understand the issues here. Since discussing things is now dangerous as hell around here. I am going to simply ask core to have you back out your commit under "Big List of Rules" #6. > > > Makefile.inc1 takes care of building "gperf" in bootstrap-tools, so > > > in a normal bootstrapping sequence no special hacks are necessary. > > > > Gperf is written in C++. If you have no system C++ compiler and CXX is > > set to its stock value; how are you going to build gperf? We experience > > this in the Sparc64 world where we never had a 2.95 system compiler. > > If that's the case, you want to cross-compile the sparc64 world (or only > gperf) using say i386 version of the sparc64 cross-compiler. How is that going to help?? A C++ support libraries that does not exist on the i386 or sparc64 natively, will some how pop out of the build? > I fail to > see how the check of whether "gperf" is in the PATH (the check is as > simple as for kldxref(8) in sys/modules/Makefile) helps you to proceed. Because if gperf is not in the path, cc1plus should not be built. I could just disconnect cc1plus from the build, but then it could atrophy. > "Cross compiling is next step to porting", to quote Terry. We are *ALREADY* self hosting. On your i386 box "rm /usr/bin/gperf", remove any CXX settings you have; and try to build world. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 11:58:11 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 0C53A37B40A; Thu, 16 May 2002 11:58:04 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4GIw3fg068157; Thu, 16 May 2002 11:58:03 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4GIw37g068156; Thu, 16 May 2002 11:58:03 -0700 (PDT) Date: Thu, 16 May 2002 11:58:03 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/contrib/gcc COPYING COPYING.LIB ChangeLog Ch Message-ID: <20020516115803.C67791@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org References: <200205130336.g4D3aZ324035@freefall.freebsd.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, May 16, 2002 at 11:08:20AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 11:08:20AM -0400, John Baldwin wrote: > > Modified files: (Branch: FSF) > > contrib/gcc COPYING COPYING.LIB ChangeLog ChangeLog.0 > > ChangeLog.1 ChangeLog.2 ChangeLog.3 > > ... > > xcoffout.h > > Log: > > Cause CVS to sync up checked out source bases with Gcc 3.1 bits after > > the repo surgery to cut out the abortive Gcc 2.9[67] imports. > > I just updated my laptop today from a pre-3.1 world and it still screwed > up the contrib/gcc bits so I don't think this fixes the problem. It may take another forced commit -- we need one for each commit backed out (-1 for the import I did). If you still have the "bad" check out you could figure out if another forced commit would help by checking the revision for each file in Entries. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 12: 8:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 972ED37B410; Thu, 16 May 2002 12:08:03 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GJ83e25137; Thu, 16 May 2002 12:08:03 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205161908.g4GJ83e25137@freefall.freebsd.org> From: Ian Dowse Date: Thu, 16 May 2002 12:08:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/gnu/ext2fs ext2_alloc.c ext2_balloc.c ext2_extern.h ext2_fs.h ext2_inode.c ext2_inode_cnv.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_readwrite.c ext2_subr.c ext2_vfsops.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/16 12:08:03 PDT Modified files: sys/conf files sys/gnu/ext2fs ext2_alloc.c ext2_balloc.c ext2_extern.h ext2_fs.h ext2_inode.c ext2_inode_cnv.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_readwrite.c ext2_subr.c ext2_vfsops.c ext2_vnops.c fs.h sys/modules/ext2fs Makefile Log: Complete the separation of ext2fs from ufs by copying the remaining shared code and converting all ufs references. Originally it may have made sense to share common features between the two filesystems, but recently it has only caused problems, the UFS2 work being the final straw. All UFS_* indirect calls are now direct calls to ext2_* functions, and ext2fs-specific mount and inode structures have been introduced. Revision Changes Path 1.632 +2 -0 src/sys/conf/files 1.34 +4 -22 src/sys/gnu/ext2fs/ext2_alloc.c 1.15 +4 -7 src/sys/gnu/ext2fs/ext2_balloc.c 1.27 +19 -10 src/sys/gnu/ext2fs/ext2_extern.h 1.12 +0 -23 src/sys/gnu/ext2fs/ext2_fs.h 1.33 +88 -30 src/sys/gnu/ext2fs/ext2_inode.c 1.12 +62 -91 src/sys/gnu/ext2fs/ext2_inode_cnv.c 1.17 +23 -24 src/sys/gnu/ext2fs/ext2_linux_balloc.c 1.18 +11 -13 src/sys/gnu/ext2fs/ext2_linux_ialloc.c 1.32 +33 -16 src/sys/gnu/ext2fs/ext2_lookup.c 1.24 +3 -3 src/sys/gnu/ext2fs/ext2_readwrite.c 1.23 +2 -4 src/sys/gnu/ext2fs/ext2_subr.c 1.93 +101 -92 src/sys/gnu/ext2fs/ext2_vfsops.c 1.63 +996 -118 src/sys/gnu/ext2fs/ext2_vnops.c 1.11 +1 -1 src/sys/gnu/ext2fs/fs.h 1.4 +3 -3 src/sys/modules/ext2fs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 12:22:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB4DE37B409; Thu, 16 May 2002 12:22:39 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GJMd726266; Thu, 16 May 2002 12:22:39 -0700 (PDT) (envelope-from mux) Message-Id: <200205161922.g4GJMd726266@freefall.freebsd.org> From: Maxime Henrion Date: Thu, 16 May 2002 12:22:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/udf udf_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/05/16 12:22:39 PDT Modified files: sys/fs/udf udf_vnops.c Log: In VOP_LOOKUP, don't assume that the final pathname component will be in the same filesystem than the one where the current component is. Approved by: scottl Revision Changes Path 1.7 +1 -2 src/sys/fs/udf/udf_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 12:29:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A34BD37B408; Thu, 16 May 2002 12:29:10 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GJTAT26686; Thu, 16 May 2002 12:29:10 -0700 (PDT) (envelope-from sada) Message-Id: <200205161929.g4GJTAT26686@freefall.freebsd.org> From: SADA Kenji Date: Thu, 16 May 2002 12:29:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/dice Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/16 12:29:10 PDT Modified files: lang/dice Makefile pkg-plist Log: - reflect PREFIX variable. - install some config files. - enable NOPORTDOCS option. PR: ports/36856 Submitted by: maintainer Revision Changes Path 1.2 +16 -2 ports/lang/dice/Makefile 1.2 +93 -81 ports/lang/dice/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 12:38:19 2002 Delivered-To: cvs-all@freebsd.org Received: from cheer.mahoroba.org (flets19-004.kamome.or.jp [218.45.19.4]) by hub.freebsd.org (Postfix) with ESMTP id D1FCE37B404; Thu, 16 May 2002 12:38:10 -0700 (PDT) Received: from mille.mahoroba.org (IDENT:YCq6pkKsnj7RCpY49lKkTxmyO2CT4C/WVfsB5FOIDJZJlUK7Uz2vrHhW6OI/SVxt@mille.mahoroba.org [IPv6:2001:200:301:0:202:2dff:fe0a:6bee]) (user=ume mech=CRAM-MD5 bits=0) by cheer.mahoroba.org (8.12.3/8.12.3) with ESMTP/inet6 id g4GJc6m4034011 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 17 May 2002 04:38:07 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Fri, 17 May 2002 04:38:06 +0900 Message-ID: From: Hajimu UMEMOTO To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bind CHANGES README Version src/contrib/bind/bin/dig dig.c src/contrib/bind/bin/dnsquery dnsquery.c src/contrib/bind/bin/host host.c src/contrib/bind/bin/named named.conf named.h ns_config.c ... In-Reply-To: <200205151951.g4FJpQZ93335@freefall.freebsd.org> References: <200205151951.g4FJpQZ93335@freefall.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) X-Operating-System: FreeBSD 4.6-PRERELEASE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS-perl11-milter (http://amavis.org/) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, >>>>> On Wed, 15 May 2002 12:51:26 -0700 (PDT) >>>>> Jacques Vidrine said: nectar> MFC: Import of ISC BIND 8.3.2-T1B. It seems that aaaa query of nslookup is broken. Previous version did work. ===== 8.3.2-T1B ===== ume@cheer:~:1029% /usr/sbin/nslookup -type=aaaa casper.imasy.or.jp. Server: tasogare.imasy.or.jp Address: 202.227.24.5 tasogare.imasy.or.jp internet address = 202.227.24.5 light.imasy.or.jp IPv6 address = 2001:200:300:1:2a0:c9ff:fe61:6521 light.imasy.or.jp IPv6 address = 3ffe:505:0:1:2a0:c9ff:fe61:6521 light.imasy.or.jp internet address = 202.227.24.4 ns2.cyber-fleet.net internet address = 203.139.30.195 Name: casper.imasy.or.jp Served by: - tasogare.imasy.or.jp imasy.or.jp - light.imasy.or.jp imasy.or.jp - ns2.cyber-fleet.net imasy.or.jp ===== 8.3.1-REL ===== ume@mille:1004% /usr/sbin/nslookup -type=aaaa casper.imasy.or.jp. Server: tasogare.imasy.or.jp Address: 202.227.24.5 casper.imasy.or.jp IPv6 address = 3ffe:505:0:1:220:edff:fe88:788c casper.imasy.or.jp IPv6 address = 2001:200:300:1:220:edff:fe88:788c imasy.or.jp nameserver = tasogare.imasy.or.jp imasy.or.jp nameserver = light.imasy.or.jp imasy.or.jp nameserver = ns2.cyber-fleet.net tasogare.imasy.or.jp internet address = 202.227.24.5 light.imasy.or.jp IPv6 address = 2001:200:300:1:2a0:c9ff:fe61:6521 light.imasy.or.jp IPv6 address = 3ffe:505:0:1:2a0:c9ff:fe61:6521 light.imasy.or.jp internet address = 202.227.24.4 ns2.cyber-fleet.net internet address = 203.139.30.195 -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 12:40:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0267737B40E; Thu, 16 May 2002 12:40:01 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GJe0f27530; Thu, 16 May 2002 12:40:00 -0700 (PDT) (envelope-from sada) Message-Id: <200205161940.g4GJe0f27530@freefall.freebsd.org> From: SADA Kenji Date: Thu, 16 May 2002 12:40:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/telnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/16 12:40:00 PDT Modified files: chinese/telnet Makefile Log: - fix missing header file problem. - change maintainer's email address. PR: ports/37538 Submitted by: maintainer Revision Changes Path 1.10 +8 -17 ports/chinese/telnet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 12:41:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF70B37B40C; Thu, 16 May 2002 12:41:01 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GJf1k27862; Thu, 16 May 2002 12:41:01 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205161941.g4GJf1k27862@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 16 May 2002 12:41:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common trouble.sgml src/release/doc/en_US.ISO8859-1/installation/sparc64 install.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/16 12:41:01 PDT Modified files: release/doc/en_US.ISO8859-1/installation/common trouble.sgml release/doc/en_US.ISO8859-1/installation/sparc64 install.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: s/file system/filesystem/g Revision Changes Path 1.5 +2 -2 src/release/doc/en_US.ISO8859-1/installation/common/trouble.sgml 1.12 +9 -9 src/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml 1.348 +3 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 12:43:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6953537B40D; Thu, 16 May 2002 12:43:29 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GJhTK28112; Thu, 16 May 2002 12:43:29 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205161943.g4GJhTK28112@freefall.freebsd.org> From: Ian Dowse Date: Thu, 16 May 2002 12:43:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_lookup.c ext2_readwrite.c ext2_subr.c ext2_vfsops.c ext2_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/16 12:43:29 PDT Modified files: sys/gnu/ext2fs ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_lookup.c ext2_readwrite.c ext2_subr.c ext2_vfsops.c ext2_vnops.c Log: Remove register keyword. Revision Changes Path 1.35 +10 -10 src/sys/gnu/ext2fs/ext2_alloc.c 1.16 +4 -4 src/sys/gnu/ext2fs/ext2_balloc.c 1.34 +11 -14 src/sys/gnu/ext2fs/ext2_inode.c 1.33 +12 -12 src/sys/gnu/ext2fs/ext2_lookup.c 1.25 +8 -8 src/sys/gnu/ext2fs/ext2_readwrite.c 1.24 +3 -3 src/sys/gnu/ext2fs/ext2_subr.c 1.94 +25 -25 src/sys/gnu/ext2fs/ext2_vfsops.c 1.64 +10 -10 src/sys/gnu/ext2fs/ext2_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 12:48:52 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 75BB937B40E; Thu, 16 May 2002 12:48:44 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4GJmhfg069284; Thu, 16 May 2002 12:48:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4GJmhO8069283; Thu, 16 May 2002 12:48:43 -0700 (PDT) Date: Thu, 16 May 2002 12:48:43 -0700 From: "David O'Brien" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-powerpc.h Message-ID: <20020516124843.B68940@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205150917.g4F9HRa88472@freefall.freebsd.org> <20020515161841.A93176@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: <20020515161841.A93176@xor.obsecurity.org>; from kris@obsecurity.org on Wed, May 15, 2002 at 04:18:41PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002 at 04:18:41PM -0700, Kris Kennaway wrote: > On Wed, May 15, 2002 at 02:17:27AM -0700, David E. O'Brien wrote: > > obrien 2002/05/15 02:17:27 PDT > > > > Added files: > > secure/lib/libcrypto opensslconf-powerpc.h > > Log: > > for OpenSSL 0.9.5a > > We're currently at OpenSSL 0.9.6c; did you actually mean what you > wrote? I just copied what was in the log for secure/lib/libcrypto/opensslconf-i386.h. Perhaps the config bits did not need to change from 0.9.5a->0.9.6c? Or did the importer of 0.9.6c forget to update the config bits? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13: 0:32 2002 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id EA54637B40B; Thu, 16 May 2002 13:00:10 -0700 (PDT) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.3/8.12.3) with ESMTP id g4GK03RS064137; Thu, 16 May 2002 21:00:04 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.3/8.12.3/Submit) with UUCP id g4GK03Bi064136; Thu, 16 May 2002 21:00:03 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.3/8.12.3) with ESMTP id g4GJwCj1098513; Thu, 16 May 2002 20:58:12 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200205161958.g4GJwCj1098513@grimreaper.grondar.org> To: Andrew Gallatin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile References: <20020516105124.A40234@grasshopper.cs.duke.edu> In-Reply-To: <20020516105124.A40234@grasshopper.cs.duke.edu> ; from Andrew Gallatin "Thu, 16 May 2002 10:51:24 EDT." Date: Thu, 16 May 2002 20:58:12 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > The sources will re-enter the atmosphere later today. > > Are there any plans to provide some script (part of mergemaster?) > which purges all previously installed perl related files from the base > system to prevent future conflicts with ports installed versions of > perl? Or is rm -f /usr/bin/perl* sufficient? My usual approach is a "cd $FOO ; find . -type f -ctime +$N -delete -print" sort-of-kind-of thing. The files to look at would be /usr/lib/*perl* /usr/bin/*perl* /usr/libdata/perl/ /usr/share/perl/ And a smattering of scripts and manpages. I could kluge up a script if folks want one. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13: 2:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A28E37B407; Thu, 16 May 2002 13:02:27 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GK2RB29757; Thu, 16 May 2002 13:02:27 -0700 (PDT) (envelope-from okazaki) Message-Id: <200205162002.g4GK2RB29757@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Thu, 16 May 2002 13:02:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/mule-ucs Makefile ports/converters/mule-ucs/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/05/16 13:02:27 PDT Modified files: converters/mule-ucs Makefile converters/mule-ucs/files patch-aa Log: Stop installing a backup file created by `patch'. Fix a syntax error about `mapcar' in patch-aa. Bump up PORTREVISION. Revision Changes Path 1.8 +7 -2 ports/converters/mule-ucs/Makefile 1.2 +4 -4 ports/converters/mule-ucs/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13: 3:11 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 0614637B408; Thu, 16 May 2002 13:03:05 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 56B473198D1; Thu, 16 May 2002 15:03:03 -0500 (CDT) Date: Thu, 16 May 2002 15:03:03 -0500 From: "David W. Chapman Jr." To: Mark Murray Cc: Andrew Gallatin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020516200303.GA30766@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Mark Murray , Andrew Gallatin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020516105124.A40234@grasshopper.cs.duke.edu> <200205161958.g4GJwCj1098513@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205161958.g4GJwCj1098513@grimreaper.grondar.org> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 08:58:12PM +0100, Mark Murray wrote: > > > The sources will re-enter the atmosphere later today. > > > > Are there any plans to provide some script (part of mergemaster?) > > which purges all previously installed perl related files from the base > > system to prevent future conflicts with ports installed versions of > > perl? Or is rm -f /usr/bin/perl* sufficient? > > My usual approach is a "cd $FOO ; find . -type f -ctime +$N -delete -print" > sort-of-kind-of thing. > > The files to look at would be > /usr/lib/*perl* > /usr/bin/*perl* > /usr/libdata/perl/ > /usr/share/perl/ > > And a smattering of scripts and manpages. > > I could kluge up a script if folks want one. I would definitely use it. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13: 7:10 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 1187437B405; Thu, 16 May 2002 13:07:07 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1920) id E7518AE1FE; Thu, 16 May 2002 13:07:06 -0700 (PDT) Date: Thu, 16 May 2002 13:07:06 -0700 From: Maxime Henrion To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: Mike Silbersack Subject: Re: cvs commit: src/sys/pci if_vr.c Message-ID: <20020516200706.GA496@elvis.mu.org> References: <200205151705.g4FH5SS69051@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205151705.g4FH5SS69051@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Silbersack wrote: > silby 2002/05/15 10:05:28 PDT > > Modified files: > sys/pci if_vr.c > Log: > Enhance the use of the watchdog timer in this driver so that it will > allow recovery from transmission lockups which occur in the middle > of the descriptor list, rather than just at the beginning. > > For some unknown reason, Rhine II chips have a tendency to stop > transmitting while under heavy load, possibly due to collisions. > Whether this behavior is due to a hardware bug or a driver glitch > is unknown as of now. Could you take a look at kern/37929 ? It provides a patch which fixes the lockups themselves according to its author. Thanks, Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:10:32 2002 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3213637B405; Thu, 16 May 2002 13:10:24 -0700 (PDT) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.6/8.11.6) with ESMTP id g4GKAAp66509; Thu, 16 May 2002 16:10:11 -0400 (EDT) (envelope-from green@green.bikeshed.org) Message-Id: <200205162010.g4GKAAp66509@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "David W. Chapman Jr." Cc: Mark Murray , Andrew Gallatin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile In-Reply-To: Your message of "Thu, 16 May 2002 15:03:03 CDT." <20020516200303.GA30766@leviathan.inethouston.net> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 16 May 2002 16:10:10 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "David W. Chapman Jr." wrote: > On Thu, May 16, 2002 at 08:58:12PM +0100, Mark Murray wrote: > > > > The sources will re-enter the atmosphere later today. > > > > > > Are there any plans to provide some script (part of mergemaster?) > > > which purges all previously installed perl related files from the base > > > system to prevent future conflicts with ports installed versions of > > > perl? Or is rm -f /usr/bin/perl* sufficient? > > > > My usual approach is a "cd $FOO ; find . -type f -ctime +$N -delete -print" > > sort-of-kind-of thing. > > > > The files to look at would be > > /usr/lib/*perl* > > /usr/bin/*perl* > > /usr/libdata/perl/ > > /usr/share/perl/ > > > > And a smattering of scripts and manpages. > > > > I could kluge up a script if folks want one. > > I would definitely use it. Does it go in the ports... or in the base system? ;-) -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:12:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA3ED37B404; Thu, 16 May 2002 13:12:15 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GKCFh34308; Thu, 16 May 2002 13:12:15 -0700 (PDT) (envelope-from okazaki) Message-Id: <200205162012.g4GKCFh34308@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Thu, 16 May 2002 13:12:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/mule-ucs-emacs20 Makefile distinfo pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/05/16 13:12:15 PDT Modified files: converters/mule-ucs-emacs20 Makefile Removed files: converters/mule-ucs-emacs20 distinfo pkg-descr pkg-message pkg-plist Log: Update as a satellite port of `converters/mule-ucs'. This commit increments PORTREVISION which corresponds to the effect of `patch-aa' in the master port. Revision Changes Path 1.7 +7 -51 ports/converters/mule-ucs-emacs20/Makefile 1.5 +0 -1 ports/converters/mule-ucs-emacs20/distinfo (dead) 1.4 +0 -24 ports/converters/mule-ucs-emacs20/pkg-descr (dead) 1.3 +0 -32 ports/converters/mule-ucs-emacs20/pkg-message (dead) 1.5 +0 -106 ports/converters/mule-ucs-emacs20/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:14: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id CEA7037B407; Thu, 16 May 2002 13:14:02 -0700 (PDT) Received: from dwcjr (dwcjr [192.168.0.248]) by leviathan.inethouston.net (Postfix) with ESMTP id 2A4B93198CD; Thu, 16 May 2002 15:14:06 -0500 (CDT) Message-ID: <01e501c1fd16$39d3bc50$f800a8c0@dwcjr> From: "David W. Chapman Jr." To: "Brian F. Feldman" Cc: "Mark Murray" , "Andrew Gallatin" , , References: <200205162010.g4GKAAp66509@green.bikeshed.org> Subject: Re: cvs commit: src/gnu/usr.bin Makefile Date: Thu, 16 May 2002 15:14:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > And a smattering of scripts and manpages. > > > > > > I could kluge up a script if folks want one. > > > > I would definitely use it. > > Does it go in the ports... or in the base system? ;-) > http://people.freebsd.org/~markm/l33t_perl_removal_script.pl or a port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:16:59 2002 Delivered-To: cvs-all@freebsd.org Received: from host217-39-109-120.in-addr.btopenworld.com (host217-39-109-120.in-addr.btopenworld.com [217.39.109.120]) by hub.freebsd.org (Postfix) with ESMTP id DA68537B401; Thu, 16 May 2002 13:16:53 -0700 (PDT) Received: by host217-39-109-120.in-addr.btopenworld.com (Postfix, from userid 1001) id A28F6490; Thu, 16 May 2002 21:16:41 +0100 (BST) Date: Thu, 16 May 2002 21:16:41 +0100 From: Dominic Marks To: Maxime Henrion Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Mike Silbersack Subject: Re: cvs commit: src/sys/pci if_vr.c Message-ID: <20020516211641.A33101@host217-39-109-120.in-addr.btop> References: <200205151705.g4FH5SS69051@freefall.freebsd.org> <20020516200706.GA496@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020516200706.GA496@elvis.mu.org>; from mux@freebsd.org on Thu, May 16, 2002 at 01:07:06PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 01:07:06PM -0700, Maxime Henrion wrote: > Mike Silbersack wrote: > > silby 2002/05/15 10:05:28 PDT > > > > Modified files: > > sys/pci if_vr.c > > Log: > > Enhance the use of the watchdog timer in this driver so that it will > > allow recovery from transmission lockups which occur in the middle > > of the descriptor list, rather than just at the beginning. > > > > For some unknown reason, Rhine II chips have a tendency to stop > > transmitting while under heavy load, possibly due to collisions. > > Whether this behavior is due to a hardware bug or a driver glitch > > is unknown as of now. > > Could you take a look at kern/37929 ? It provides a patch which fixes > the lockups themselves according to its author. This seems to relate to a slightly different problem on the same theme. I'll try this patch on my test system and see how it goes. > Thanks, > Maxime > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message Thanks! -- Dominic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:25: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 7D8ED37B401; Thu, 16 May 2002 13:25:01 -0700 (PDT) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.3/8.12.3) with ESMTP id g4GKP0RS064296; Thu, 16 May 2002 21:25:00 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.3/8.12.3/Submit) with UUCP id g4GKP0mX064292; Thu, 16 May 2002 21:25:00 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.3/8.12.3) with ESMTP id g4GKLZj1000992; Thu, 16 May 2002 21:21:35 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200205162021.g4GKLZj1000992@grimreaper.grondar.org> To: "David W. Chapman Jr." Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile References: <01e501c1fd16$39d3bc50$f800a8c0@dwcjr> In-Reply-To: <01e501c1fd16$39d3bc50$f800a8c0@dwcjr> ; from "David W. Chapman Jr." "Thu, 16 May 2002 15:14:04 CDT." Date: Thu, 16 May 2002 21:21:35 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > > And a smattering of scripts and manpages. > > > > > > > > I could kluge up a script if folks want one. > > > > > > I would definitely use it. > > > > Does it go in the ports... or in the base system? ;-) > > > http://people.freebsd.org/~markm/l33t_perl_removal_script.pl or a port. src/share/Tools/something.sh was my first choice, but such a dir was not there. I guess the URL idea is best. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:31:29 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 71AEC37B404; Thu, 16 May 2002 13:31:24 -0700 (PDT) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id EDCEE3198CE; Thu, 16 May 2002 15:31:27 -0500 (CDT) Date: Thu, 16 May 2002 15:31:27 -0500 From: "David W. Chapman Jr." To: Mark Murray Cc: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020516203127.GA31574@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Mark Murray , "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <01e501c1fd16$39d3bc50$f800a8c0@dwcjr> <200205162021.g4GKLZj1000992@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205162021.g4GKLZj1000992@grimreaper.grondar.org> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 09:21:35PM +0100, Mark Murray wrote: > > > > > And a smattering of scripts and manpages. > > > > > > > > > > I could kluge up a script if folks want one. > > > > > > > > I would definitely use it. > > > > > > Does it go in the ports... or in the base system? ;-) > > > > > http://people.freebsd.org/~markm/l33t_perl_removal_script.pl or a port. > > src/share/Tools/something.sh was my first choice, but such a dir > was not there. I guess the URL idea is best. I just hate to put it in src when it will be a one time only tool, but it may do more than I think. Wherever it goes, we should put that link in UPDATING -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:34:29 2002 Delivered-To: cvs-all@freebsd.org Received: from patrocles.silby.com (d17.as3.nwbl0.wi.voyager.net [169.207.92.145]) by hub.freebsd.org (Postfix) with ESMTP id 6E50637B405; Thu, 16 May 2002 13:34:24 -0700 (PDT) Received: from patrocles.silby.com (localhost [127.0.0.1]) by patrocles.silby.com (8.12.3/8.12.3) with ESMTP id g4GKaAUm020632; Thu, 16 May 2002 15:36:10 -0500 (CDT) (envelope-from silby@silby.com) Received: from localhost (silby@localhost) by patrocles.silby.com (8.12.3/8.12.3/Submit) with ESMTP id g4GKa7vG020629; Thu, 16 May 2002 15:36:08 -0500 (CDT) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Thu, 16 May 2002 15:36:06 -0500 (CDT) From: Mike Silbersack To: Dominic Marks Cc: Maxime Henrion , , , Mike Silbersack Subject: Re: cvs commit: src/sys/pci if_vr.c In-Reply-To: <20020516211641.A33101@host217-39-109-120.in-addr.btop> Message-ID: <20020516153439.Q20605-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 May 2002, Dominic Marks wrote: > > Could you take a look at kern/37929 ? It provides a patch which fixes > > the lockups themselves according to its author. > > This seems to relate to a slightly different problem on the same > theme. I'll try this patch on my test system and see how it goes. Heh, it looks like vr users are just showing up everywhere. :) Tell me if it helps at all, Dominic. Thanks for the notification of that pr, Maxime. I should probably go collect the various vr-related PRs one of these days. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:41:54 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 2B6AA37B409; Thu, 16 May 2002 13:41:49 -0700 (PDT) Received: from dwcjr (dwcjr [192.168.0.248]) by leviathan.inethouston.net (Postfix) with ESMTP id B83453198D0; Thu, 16 May 2002 15:41:52 -0500 (CDT) Message-ID: <020801c1fd1a$1b1c48a0$f800a8c0@dwcjr> From: "David W. Chapman Jr." To: "Mark Murray" Cc: , References: <01e501c1fd16$39d3bc50$f800a8c0@dwcjr> <200205162021.g4GKLZj1000992@grimreaper.grondar.org> Subject: Re: cvs commit: src/gnu/usr.bin Makefile Date: Thu, 16 May 2002 15:41:50 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > > > And a smattering of scripts and manpages. > > > > > > > > > > I could kluge up a script if folks want one. > > > > > > > > I would definitely use it. > > > > > > Does it go in the ports... or in the base system? ;-) > > > > > http://people.freebsd.org/~markm/l33t_perl_removal_script.pl or a port. > > src/share/Tools/something.sh was my first choice, but such a dir > was not there. I guess the URL idea is best. Does sed currently support perl RE's? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:42:40 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id EDB7E37B401; Thu, 16 May 2002 13:42:33 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4GKgXfg071772; Thu, 16 May 2002 13:42:33 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4GKgXUC071771; Thu, 16 May 2002 13:42:33 -0700 (PDT) Date: Thu, 16 May 2002 13:42:33 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile auto-host.h Message-ID: <20020516134233.A71503@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205161518.g4GFIE088442@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200205161518.g4GFIE088442@freefall.freebsd.org>; from ru@FreeBSD.org on Thu, May 16, 2002 at 08:18:14AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 08:18:14AM -0700, Ruslan Ermilov wrote: > Modified files: > gnu/usr.bin/cc/cc_tools Makefile auto-host.h > Log: > Make it possible to build a cross compiler for alpha, > ia64 and sparc64 on systems that do not have atoll(3). > The "cross" here doesn't necessarily mean cross-arch. > > Revision Changes Path > 1.63 +4 -0 src/gnu/usr.bin/cc/cc_tools/Makefile > http://cvsweb.freebsd.org/src/gnu/usr.bin/cc/cc_tools/Makefile.diff?r1=1.62&r2=1.63 > 1.6 +3 -0 src/gnu/usr.bin/cc/cc_tools/auto-host.h > http://cvsweb.freebsd.org/src/gnu/usr.bin/cc/cc_tools/auto-host.h.diff?r1=1.5&r2=1.6 Please back this out. We were still discussing this, and I explicitly said "I'll look into it" when you wanted me to do so. There is a better way of doing this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:53: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A21CD37B40D; Thu, 16 May 2002 13:53:04 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GKr4f37515; Thu, 16 May 2002 13:53:04 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205162053.g4GKr4f37515@freefall.freebsd.org> From: Ian Dowse Date: Thu, 16 May 2002 13:53:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_lookup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/16 13:53:04 PDT Modified files: sys/gnu/ext2fs ext2_lookup.c Log: Give ext2fs its own static "dirchk" variable instead of using ufs's variable. Make this accessible as the sysctl vfs.e2fs.dirchk. Revision Changes Path 1.34 +12 -4 src/sys/gnu/ext2fs/ext2_lookup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:54:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EA8637B406; Thu, 16 May 2002 13:54:44 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GKsiD37602; Thu, 16 May 2002 13:54:44 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205162054.g4GKsiD37602@freefall.freebsd.org> From: Ian Dowse Date: Thu, 16 May 2002 13:54:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/16 13:54:44 PDT Modified files: sys/conf files Log: The ufs/ffs files are no longer required by ext2fs. Revision Changes Path 1.633 +0 -11 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 13:56:20 2002 Delivered-To: cvs-all@freebsd.org Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id DD64237B403; Thu, 16 May 2002 13:56:07 -0700 (PDT) Received: from madman.nectar.cc (madman.nectar.cc [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 5F52C42; Thu, 16 May 2002 15:56:07 -0500 (CDT) Received: from madman.nectar.cc (localhost [IPv6:::1]) by madman.nectar.cc (8.12.3/8.11.6) with ESMTP id g4GKu7pd026741; Thu, 16 May 2002 15:56:07 -0500 (CDT) (envelope-from nectar@madman.nectar.cc) Received: (from nectar@localhost) by madman.nectar.cc (8.12.3/8.12.3/Submit) id g4GKu5Wj026740; Thu, 16 May 2002 15:56:05 -0500 (CDT) Date: Thu, 16 May 2002 15:56:05 -0500 From: "Jacques A. Vidrine" To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bind CHANGES README Version src/contrib/bind/bin/dig dig.c src/contrib/bind/bin/dnsquery dnsquery.c src/contrib/bind/bin/host host.c src/contrib/bind/bin/named named.conf named.h ns_config.c ... Message-ID: <20020516205605.GA26675@madman.nectar.cc> Mail-Followup-To: "Jacques A. Vidrine" , Hajimu UMEMOTO , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205151951.g4FJpQZ93335@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i X-Url: http://www.nectar.cc/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 17, 2002 at 04:38:06AM +0900, Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Wed, 15 May 2002 12:51:26 -0700 (PDT) > >>>>> Jacques Vidrine said: > > nectar> MFC: Import of ISC BIND 8.3.2-T1B. > > It seems that aaaa query of nslookup is broken. Previous version did > work. Thanks for the report! Ironic, in that the README says: ``BIND 8.3.2 Highlights dig, nslookup, host and nsupdate have improved IPv6 support.'' :-) Anyway, I will have a look as soon as I can, which may be Monday :-( `host' and `dig' appear to work. I will also call on a couple of folks who mentioned that they would be happy to help with testing the MFC... maybe they'll turn up something. Cheers, -- Jacques A. Vidrine http://www.nectar.cc/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 14:21:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1EA337B404; Thu, 16 May 2002 14:21:16 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLLGQ43405; Thu, 16 May 2002 14:21:16 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205162121.g4GLLGQ43405@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 16 May 2002 14:21:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha clock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/16 14:21:16 PDT Modified files: sys/alpha/alpha clock.c Log: More s/file system/filesystem/g Revision Changes Path 1.30 +2 -2 src/sys/alpha/alpha/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 14:22: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3955137B405; Thu, 16 May 2002 14:21:59 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLLxS43546; Thu, 16 May 2002 14:21:59 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205162121.g4GLLxS43546@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 16 May 2002 14:21:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/boot1 sys.c src/sys/boot/efi/include efiprot.h src/sys/boot/ficl/alpha sysdep.h src/sys/boot/ficl/i386 sysdep.h src/sys/boot/ficl/ia64 sysdep.h src/sys/boot/sparc64/loader main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/16 14:21:59 PDT Modified files: sys/boot/alpha/boot1 sys.c sys/boot/efi/include efiprot.h sys/boot/ficl/alpha sysdep.h sys/boot/ficl/i386 sysdep.h sys/boot/ficl/ia64 sysdep.h sys/boot/sparc64/loader main.c Log: More s/file system/filesystem/g Revision Changes Path 1.8 +1 -1 src/sys/boot/alpha/boot1/sys.c 1.2 +1 -1 src/sys/boot/efi/include/efiprot.h 1.9 +1 -1 src/sys/boot/ficl/alpha/sysdep.h 1.8 +1 -1 src/sys/boot/ficl/i386/sysdep.h 1.3 +1 -1 src/sys/boot/ficl/ia64/sysdep.h 1.10 +2 -2 src/sys/boot/sparc64/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 14:23:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D687637B401; Thu, 16 May 2002 14:23:45 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLNjq43709; Thu, 16 May 2002 14:23:45 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205162123.g4GLNjq43709@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 16 May 2002 14:23:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files options options.alpha options.i386 options.pc98 src/sys/dev/aac aacreg.h src/sys/dev/vinum vinumio.c vinumobj.h vinumrequest.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/16 14:23:45 PDT Modified files: sys/conf NOTES files options options.alpha options.i386 options.pc98 sys/dev/aac aacreg.h sys/dev/vinum vinumio.c vinumobj.h vinumrequest.c Log: More s/file system/filesystem/g Revision Changes Path 1.1031 +1 -1 src/sys/conf/NOTES 1.634 +1 -1 src/sys/conf/files 1.316 +3 -3 src/sys/conf/options 1.35 +1 -1 src/sys/conf/options.alpha 1.170 +1 -1 src/sys/conf/options.i386 1.144 +1 -1 src/sys/conf/options.pc98 1.13 +1 -1 src/sys/dev/aac/aacreg.h 1.74 +1 -1 src/sys/dev/vinum/vinumio.c 1.6 +1 -1 src/sys/dev/vinum/vinumobj.h 1.60 +2 -2 src/sys/dev/vinum/vinumrequest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 14:25:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECA6E37B407; Thu, 16 May 2002 14:25:46 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLPkm44109; Thu, 16 May 2002 14:25:46 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205162125.g4GLPkm44109@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 16 May 2002 14:25:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda README cnode.h coda_io.h coda_namecache.c coda_namecache.h coda_pioctl.h coda_psdev.c coda_subr.c coda_vfsops.c coda_vnops.c coda_vnops.h src/sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c src/sys/fs/msdosfs msdosfs_fat.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/16 14:25:46 PDT Modified files: sys/coda README cnode.h coda_io.h coda_namecache.c coda_namecache.h coda_pioctl.h coda_psdev.c coda_subr.c coda_vfsops.c coda_vnops.c coda_vnops.h sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c sys/fs/msdosfs msdosfs_fat.c msdosfs_lookup.c msdosfs_vnops.c msdosfsmount.h sys/fs/ntfs ntfs_vfsops.c ntfs_vnops.c sys/fs/nullfs null_vnops.c sys/fs/nwfs nwfs_mount.h nwfs_vfsops.c sys/fs/smbfs smbfs.h smbfs_smb.c smbfs_vfsops.c sys/ia64/ia64 clock.c sys/isofs/cd9660 cd9660_lookup.c cd9660_vfsops.c cd9660_vnops.c Log: More s/file system/filesystem/g Revision Changes Path 1.3 +6 -4 src/sys/coda/README 1.9 +3 -3 src/sys/coda/cnode.h 1.7 +1 -1 src/sys/coda/coda_io.h 1.15 +2 -2 src/sys/coda/coda_namecache.c 1.7 +1 -1 src/sys/coda/coda_namecache.h 1.7 +1 -1 src/sys/coda/coda_pioctl.h 1.23 +1 -1 src/sys/coda/coda_psdev.c 1.20 +1 -1 src/sys/coda/coda_subr.c 1.40 +2 -2 src/sys/coda/coda_vfsops.c 1.42 +3 -3 src/sys/coda/coda_vnops.c 1.11 +1 -1 src/sys/coda/coda_vnops.h 1.26 +1 -1 src/sys/fs/hpfs/hpfs_vfsops.c 1.29 +2 -2 src/sys/fs/hpfs/hpfs_vnops.c 1.31 +2 -2 src/sys/fs/msdosfs/msdosfs_fat.c 1.37 +2 -2 src/sys/fs/msdosfs/msdosfs_lookup.c 1.121 +5 -5 src/sys/fs/msdosfs/msdosfs_vnops.c 1.27 +1 -1 src/sys/fs/msdosfs/msdosfsmount.h 1.43 +2 -2 src/sys/fs/ntfs/ntfs_vfsops.c 1.30 +2 -2 src/sys/fs/ntfs/ntfs_vnops.c 1.52 +7 -7 src/sys/fs/nullfs/null_vnops.c 1.7 +2 -2 src/sys/fs/nwfs/nwfs_mount.h 1.23 +5 -5 src/sys/fs/nwfs/nwfs_vfsops.c 1.4 +1 -1 src/sys/fs/smbfs/smbfs.h 1.4 +6 -6 src/sys/fs/smbfs/smbfs_smb.c 1.10 +2 -2 src/sys/fs/smbfs/smbfs_vfsops.c 1.15 +2 -2 src/sys/ia64/ia64/clock.c 1.33 +3 -3 src/sys/isofs/cd9660/cd9660_lookup.c 1.100 +1 -1 src/sys/isofs/cd9660/cd9660_vfsops.c 1.76 +1 -1 src/sys/isofs/cd9660/cd9660_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 14:28:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2459837B401; Thu, 16 May 2002 14:28:33 -0700 (PDT) Received: (from trhodes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLSXE44555; Thu, 16 May 2002 14:28:33 -0700 (PDT) (envelope-from trhodes) Message-Id: <200205162128.g4GLSXE44555@freefall.freebsd.org> From: Tom Rhodes Date: Thu, 16 May 2002 14:28:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c kern_acct.c kern_acl.c kern_descrip.c vfs_init.c vfs_lookup.c vfs_subr.c vfs_syscalls.c src/sys/net zlib.h src/sys/netncp ncp_lib.h src/sys/nfsclient nfs_vfsops.c src/sys/nfsserver nfs.h nfs_serv.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/05/16 14:28:33 PDT Modified files: sys/kern init_main.c kern_acct.c kern_acl.c kern_descrip.c vfs_init.c vfs_lookup.c vfs_subr.c vfs_syscalls.c sys/net zlib.h sys/netncp ncp_lib.h sys/nfsclient nfs_vfsops.c sys/nfsserver nfs.h nfs_serv.c sys/security/lomac kernel_util.c lomacfs_vnops.c sys/sys acl.h disklabel.h errno.h extattr.h kernel.h mount.h namei.h sysctl.h unpcb.h vnode.h sys/ufs/ffs ffs_alloc.c ffs_balloc.c ffs_softdep.c ffs_vfsops.c fs.h sys/ufs/ufs README.acls README.extattr dinode.h extattr.h ufs_acl.c ufs_extattr.c ufs_lookup.c ufs_quota.c ufs_vnops.c ufsmount.h sys/vm vnode_pager.c Log: More s/file system/filesystem/g Revision Changes Path 1.195 +1 -1 src/sys/kern/init_main.c 1.44 +1 -1 src/sys/kern/kern_acct.c 1.27 +2 -2 src/sys/kern/kern_acl.c 1.146 +1 -1 src/sys/kern/kern_descrip.c 1.60 +4 -4 src/sys/kern/vfs_init.c 1.53 +4 -4 src/sys/kern/vfs_lookup.c 1.358 +5 -5 src/sys/kern/vfs_subr.c 1.254 +5 -5 src/sys/kern/vfs_syscalls.c 1.8 +2 -2 src/sys/net/zlib.h 1.5 +2 -2 src/sys/netncp/ncp_lib.h 1.118 +2 -2 src/sys/nfsclient/nfs_vfsops.c 1.66 +1 -1 src/sys/nfsserver/nfs.h 1.119 +4 -4 src/sys/nfsserver/nfs_serv.c 1.6 +3 -3 src/sys/security/lomac/kernel_util.c 1.5 +1 -1 src/sys/security/lomac/lomacfs_vnops.c 1.24 +1 -1 src/sys/sys/acl.h 1.85 +4 -4 src/sys/sys/disklabel.h 1.21 +1 -1 src/sys/sys/errno.h 1.9 +1 -1 src/sys/sys/extattr.h 1.105 +1 -1 src/sys/sys/kernel.h 1.125 +12 -12 src/sys/sys/mount.h 1.36 +1 -1 src/sys/sys/namei.h 1.105 +1 -1 src/sys/sys/sysctl.h 1.14 +2 -2 src/sys/sys/unpcb.h 1.179 +2 -2 src/sys/sys/vnode.h 1.92 +7 -7 src/sys/ufs/ffs/ffs_alloc.c 1.34 +1 -1 src/sys/ufs/ffs/ffs_balloc.c 1.114 +6 -6 src/sys/ufs/ffs/ffs_softdep.c 1.179 +7 -7 src/sys/ufs/ffs/ffs_vfsops.c 1.32 +24 -24 src/sys/ufs/ffs/fs.h 1.4 +6 -6 src/sys/ufs/ufs/README.acls 1.4 +11 -11 src/sys/ufs/ufs/README.extattr 1.9 +1 -1 src/sys/ufs/ufs/dinode.h 1.17 +1 -1 src/sys/ufs/ufs/extattr.h 1.12 +3 -3 src/sys/ufs/ufs/ufs_acl.c 1.51 +4 -4 src/sys/ufs/ufs/ufs_extattr.c 1.60 +2 -2 src/sys/ufs/ufs/ufs_lookup.c 1.55 +1 -1 src/sys/ufs/ufs/ufs_quota.c 1.193 +4 -4 src/sys/ufs/ufs/ufs_vnops.c 1.24 +1 -1 src/sys/ufs/ufs/ufsmount.h 1.149 +1 -1 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 14:59: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 6078937B405; Thu, 16 May 2002 14:58:48 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B1E2766DC8; Thu, 16 May 2002 14:58:47 -0700 (PDT) Date: Thu, 16 May 2002 14:58:47 -0700 From: Kris Kennaway To: Thomas Gellekum Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, gallatin@FreeBSD.org Subject: Re: cvs commit: ports/lang/python Makefile pkg-plist Message-ID: <20020516145847.B25850@xor.obsecurity.org> References: <200205161207.g4GC7Qj55327@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205161207.g4GC7Qj55327@freefall.freebsd.org>; from tg@FreeBSD.ORG on Thu, May 16, 2002 at 05:07:26AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2002 at 05:07:26AM -0700, Thomas Gellekum wrote: > tg 2002/05/16 05:07:26 PDT >=20 > Modified files: > lang/python Makefile pkg-plist=20 > Log: > Fix building on the Alpha. > =20 > Submitted by: gallatin Thanks to both of you, now that's another 521 ports which have a chance at building! Kris --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85CuXWry0BWjoQKURAkGOAJ9PBZobHwbNjP0ZTCsq04Ea858tjgCfTVCe CiMBz08dBY3MCf+iH+Lm7So= =dBex -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 14:59:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1763337B411; Thu, 16 May 2002 14:58:58 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GLwwo47040; Thu, 16 May 2002 14:58:58 -0700 (PDT) (envelope-from peter) Message-Id: <200205162158.g4GLwwo47040@freefall.freebsd.org> From: Peter Wemm Date: Thu, 16 May 2002 14:58:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/05/16 14:58:57 PDT Modified files: usr.bin/truss main.c Log: OOPS! rev 1.16 accidently changed the default outfile from stderr to stdout. Unfortunately, DES mfc'ed this change in 1.15.2.1 (this part probably should not have been) so it is broken there too. truss is documented to use stderr, and other implementations use stderr. Submitted by: Arne Dag Fidjestøl Revision Changes Path 1.21 +1 -1 src/usr.bin/truss/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 15: 5:18 2002 Delivered-To: cvs-all@freebsd.org Received: from evilpete.dyndns.org (12-232-26-46.client.attbi.com [12.232.26.46]) by hub.freebsd.org (Postfix) with ESMTP id CEFB737B40A; Thu, 16 May 2002 15:05:12 -0700 (PDT) Received: from overcee.wemm.org ([10.0.0.3]) by evilpete.dyndns.org (8.11.6/8.11.6) with ESMTP id g4GM5C105538; Thu, 16 May 2002 15:05:12 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id A9DBE380A; Thu, 16 May 2002 15:05:11 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Tom Rhodes Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha clock.c In-Reply-To: <200205162121.g4GLLGQ43405@freefall.freebsd.org> Date: Thu, 16 May 2002 15:05:11 -0700 From: Peter Wemm Message-Id: <20020516220511.A9DBE380A@overcee.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tom Rhodes wrote: > trhodes 2002/05/16 14:21:16 PDT > > Modified files: > sys/alpha/alpha clock.c > Log: > More s/file system/filesystem/g There is no such word as "filesystem". "file system" is more correct. Given that both were in wide use, I have to wonder if it was worth spamming so much of the src/sys tree for such a trivial thing that is also argueably wrong. People are trying to work here, please do not do it again. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 15:15: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 82F5737B409; Thu, 16 May 2002 15:14:24 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C692366DC8; Thu, 16 May 2002 15:14:23 -0700 (PDT) Date: Thu, 16 May 2002 15:14:23 -0700 From: Kris Kennaway To: David O'Brien , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-powerpc.h Message-ID: <20020516151423.A26572@xor.obsecurity.org> References: <200205150917.g4F9HRa88472@freefall.freebsd.org> <20020515161841.A93176@xor.obsecurity.org> <20020516124843.B68940@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020516124843.B68940@dragon.nuxi.com>; from obrien@FreeBSD.org on Thu, May 16, 2002 at 12:48:43PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2002 at 12:48:43PM -0700, David O'Brien wrote: > On Wed, May 15, 2002 at 04:18:41PM -0700, Kris Kennaway wrote: > > On Wed, May 15, 2002 at 02:17:27AM -0700, David E. O'Brien wrote: > > > obrien 2002/05/15 02:17:27 PDT > > >=20 > > > Added files: > > > secure/lib/libcrypto opensslconf-powerpc.h=20 > > > Log: > > > for OpenSSL 0.9.5a > >=20 > > We're currently at OpenSSL 0.9.6c; did you actually mean what you > > wrote? >=20 > I just copied what was in the log for > secure/lib/libcrypto/opensslconf-i386.h. Perhaps the config bits did not > need to change from 0.9.5a->0.9.6c? Or did the importer of 0.9.6c forget > to update the config bits? I'll have to check. I do recall comparing the new generated file with the committed one in the past and finding no changes. Kris --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85C8/Wry0BWjoQKURAo4nAKDWAwtUIOLqRIpneJn0FVnK3fukxgCg42hM QZ4EOn/9wxXfIIWeYL2isVM= =904B -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 15:41:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEEF537B40F; Thu, 16 May 2002 15:41:48 -0700 (PDT) Received: (from eric@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GMfm354142; Thu, 16 May 2002 15:41:48 -0700 (PDT) (envelope-from eric) Message-Id: <200205162241.g4GMfm354142@freefall.freebsd.org> From: Eric Melville Date: Thu, 16 May 2002 15:41:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG eric 2002/05/16 15:41:48 PDT Modified files: sys/sparc64/sparc64 trap.c Log: Banish "priviledged" from kernel source. Revision Changes Path 1.36 +1 -1 src/sys/sparc64/sparc64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 15:43:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DF8337B40B; Thu, 16 May 2002 15:43:20 -0700 (PDT) Received: (from eric@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GMhKm54281; Thu, 16 May 2002 15:43:20 -0700 (PDT) (envelope-from eric) Message-Id: <200205162243.g4GMhKm54281@freefall.freebsd.org> From: Eric Melville Date: Thu, 16 May 2002 15:43:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bktr CHANGELOG.TXT src/sys/kern subr_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG eric 2002/05/16 15:43:20 PDT Modified files: sys/dev/bktr CHANGELOG.TXT sys/kern subr_mbuf.c Log: Separate "seperate" from kernel source. Revision Changes Path 1.19 +2 -2 src/sys/dev/bktr/CHANGELOG.TXT 1.18 +1 -1 src/sys/kern/subr_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 15:46:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF9F137B404; Thu, 16 May 2002 15:46:53 -0700 (PDT) Received: (from eric@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GMkrr54518; Thu, 16 May 2002 15:46:53 -0700 (PDT) (envelope-from eric) Message-Id: <200205162246.g4GMkrr54518@freefall.freebsd.org> From: Eric Melville Date: Thu, 16 May 2002 15:46:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create pkg_create.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG eric 2002/05/16 15:46:53 PDT Modified files: usr.sbin/pkg_install/create pkg_create.1 Log: Remove cross reference to pkg_update(1). Submitted by: dd Revision Changes Path 1.53 +0 -1 src/usr.sbin/pkg_install/create/pkg_create.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16: 0: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47E3F37B40B; Thu, 16 May 2002 15:59:53 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GMxrd55258; Thu, 16 May 2002 15:59:53 -0700 (PDT) (envelope-from kris) Message-Id: <200205162259.g4GMxrd55258@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 16 May 2002 15:59:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/16 15:59:52 PDT Modified files: . INDEX Log: New index with 6935 ports. The big diffs are mostly due to a libtool version bump and the addition of a dependency of gettext on expat, which adds dependencies to about 2100 ports. Revision Changes Path 1.361 +3495 -3405 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16:25:41 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id B271F37B405; Thu, 16 May 2002 16:25:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 725D766DC8; Thu, 16 May 2002 16:06:20 -0700 (PDT) Date: Thu, 16 May 2002 16:06:20 -0700 From: Kris Kennaway To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, ports@FreeBSD.org Subject: Almost 7000 ports! (Re: cvs commit: ports INDEX) Message-ID: <20020516160620.A28014@xor.obsecurity.org> References: <200205162259.g4GMxrd55258@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205162259.g4GMxrd55258@freefall.freebsd.org>; from kris@FreeBSD.org on Thu, May 16, 2002 at 03:59:53PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2002 at 03:59:53PM -0700, Kris Kennaway wrote: > kris 2002/05/16 15:59:52 PDT >=20 > Modified files: > . INDEX=20 > Log: > New index with 6935 ports. The big diffs are mostly due to a libtool > version bump and the addition of a dependency of gettext on expat, which > adds dependencies to about 2100 ports. It would be really cool if we can get to 7000 ports by the release 4.6-RELEASE in a few weeks. Let's go! Kris --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85DtrWry0BWjoQKURAiSnAKDxhDWRyBPjzQlMtWHCf7IVOY5ZmgCbBNtT ucQulfvnYVcQ/E4Ei7isMSM= =dp6G -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16:28:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 223AF37B405; Thu, 16 May 2002 16:28:44 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNSio60776; Thu, 16 May 2002 16:28:44 -0700 (PDT) (envelope-from arr) Message-Id: <200205162328.g4GNSio60776@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Thu, 16 May 2002 16:28:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/atm/atmarpd atmarp_config.c atmarp_scsp.c atmarp_subr.c atmarp_timer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2002/05/16 16:28:43 PDT Modified files: usr.sbin/atm/atmarpd atmarp_config.c atmarp_scsp.c atmarp_subr.c atmarp_timer.c Log: - Convert a bunch of macros to the actual function they're calling. These include: UM_ALLOC -> calloc, malloc UM_FREE -> free UM_COPY -> bcopy UM_ZERO -> bzero This is the first step towards removing these macros. Revision Changes Path 1.4 +3 -5 src/usr.sbin/atm/atmarpd/atmarp_config.c 1.4 +23 -36 src/usr.sbin/atm/atmarpd/atmarp_scsp.c 1.4 +20 -27 src/usr.sbin/atm/atmarpd/atmarp_subr.c 1.4 +10 -5 src/usr.sbin/atm/atmarpd/atmarp_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16:30:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D6AB37B40A; Thu, 16 May 2002 16:30:38 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNUc660896; Thu, 16 May 2002 16:30:38 -0700 (PDT) (envelope-from tjr) Message-Id: <200205162330.g4GNUc660896@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 16:30:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/renice renice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 16:30:38 PDT Modified files: usr.bin/renice renice.c Log: Diagnostic messages belong on stderr, not stdout. SUSv3 specifies that renice may not use stdout at all. Revision Changes Path 1.12 +2 -1 src/usr.bin/renice/renice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16:33:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8852637B407; Thu, 16 May 2002 16:33:22 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNXMx61248; Thu, 16 May 2002 16:33:22 -0700 (PDT) (envelope-from obrien) Message-Id: <200205162333.g4GNXMx61248@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 16:33:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/conserver Makefile ports/editors/vim Makefile ports/net/rsync Makefile ports/net/mopd Makefile ports/textproc/urlview Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 16:33:22 PDT Modified files: comms/conserver Makefile editors/vim Makefile net/rsync Makefile net/mopd Makefile textproc/urlview Makefile Log: Needs perl to build. Revision Changes Path 1.19 +4 -2 ports/comms/conserver/Makefile 1.193 +2 -0 ports/editors/vim/Makefile 1.7 +3 -1 ports/net/mopd/Makefile 1.70 +1 -0 ports/net/rsync/Makefile 1.15 +2 -0 ports/textproc/urlview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16:35:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CFCF37B404; Thu, 16 May 2002 16:35:48 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNZmE61584; Thu, 16 May 2002 16:35:48 -0700 (PDT) (envelope-from obrien) Message-Id: <200205162335.g4GNZmE61584@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 16:35:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/aub Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 16:35:48 PDT Modified files: news/aub Makefile Log: Don't support running with perl4 any more. Revision Changes Path 1.15 +0 -6 ports/news/aub/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16:41:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4C0037B406; Thu, 16 May 2002 16:41:23 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNfNI62183; Thu, 16 May 2002 16:41:23 -0700 (PDT) (envelope-from peter) Message-Id: <200205162341.g4GNfNI62183@freefall.freebsd.org> From: Peter Wemm Date: Thu, 16 May 2002 16:41:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/05/16 16:41:23 PDT Modified files: (Branch: RELENG_4) usr.bin/truss main.c Log: MFC: rev 1.21: truss is supposed to (and is documented to) write to stderr. My error in 1.16 was MFC'ed by DES in 1.15.2.1. Submitted by: Arne Dag Fidjestøl Revision Changes Path 1.15.2.3 +1 -1 src/usr.bin/truss/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16:44:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0427F37B435; Thu, 16 May 2002 16:44:12 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNiBb62286; Thu, 16 May 2002 16:44:11 -0700 (PDT) (envelope-from tjr) Message-Id: <200205162344.g4GNiBb62286@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 16:44:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/renice renice.8 renice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 16:44:11 PDT Modified files: usr.bin/renice renice.8 renice.c Log: Accept decimal user IDs with -u option as well as usernames. PR: 36950 Revision Changes Path 1.11 +2 -2 src/usr.bin/renice/renice.8 1.13 +6 -4 src/usr.bin/renice/renice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16:53:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51B5837B40F; Thu, 16 May 2002 16:53:49 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNrn063016; Thu, 16 May 2002 16:53:49 -0700 (PDT) (envelope-from petef) Message-Id: <200205162353.g4GNrn063016@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 16 May 2002 16:53:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-CGI-Application Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/16 16:53:49 PDT Modified files: www/p5-CGI-Application Makefile distinfo pkg-plist Log: Update to 2.3. Revision Changes Path 1.9 +5 -4 ports/www/p5-CGI-Application/Makefile 1.6 +1 -1 ports/www/p5-CGI-Application/distinfo 1.3 +2 -0 ports/www/p5-CGI-Application/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16:55:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FB3737B408; Thu, 16 May 2002 16:55:36 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNtam63176; Thu, 16 May 2002 16:55:36 -0700 (PDT) (envelope-from tjr) Message-Id: <200205162355.g4GNtam63176@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 16:55:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/renice renice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 16:55:35 PDT Modified files: usr.bin/renice renice.c Log: Process and user ID arguments must be treated as decimal integers, not octal or hex. This is the way it was before revision 1.10. PR: 36950 Submitted by: Peter Avalos Revision Changes Path 1.14 +1 -1 src/usr.bin/renice/renice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 16:57:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5447237B403; Thu, 16 May 2002 16:57:38 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4GNvcM63318; Thu, 16 May 2002 16:57:38 -0700 (PDT) (envelope-from arr) Message-Id: <200205162357.g4GNvcM63318@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Thu, 16 May 2002 16:57:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/atm/scspd scsp_cafsm.c scsp_config.c scsp_config_lex.c scsp_config_parse.y scsp_if.c scsp_input.c scsp_log.c scsp_msg.c scsp_msg.h scsp_output.c scsp_print.c scsp_socket.c scsp_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2002/05/16 16:57:37 PDT Modified files: usr.sbin/atm/scspd scsp_cafsm.c scsp_config.c scsp_config_lex.c scsp_config_parse.y scsp_if.c scsp_input.c scsp_log.c scsp_msg.c scsp_msg.h scsp_output.c scsp_print.c scsp_socket.c scsp_subr.c Log: - Convert a bunch of macros to the actual function they're calling. These include: UM_ALLOC -> calloc, malloc UM_FREE -> free UM_COPY -> bcopy UM_ZERO -> bzero This is the first step towards removing these macros. Revision Changes Path 1.4 +12 -19 src/usr.sbin/atm/scspd/scsp_cafsm.c 1.4 +8 -11 src/usr.sbin/atm/scspd/scsp_config.c 1.4 +3 -3 src/usr.sbin/atm/scspd/scsp_config_lex.c 1.4 +7 -7 src/usr.sbin/atm/scspd/scsp_config_parse.y 1.4 +12 -20 src/usr.sbin/atm/scspd/scsp_if.c 1.4 +33 -49 src/usr.sbin/atm/scspd/scsp_input.c 1.4 +3 -4 src/usr.sbin/atm/scspd/scsp_log.c 1.4 +26 -48 src/usr.sbin/atm/scspd/scsp_msg.c 1.3 +3 -4 src/usr.sbin/atm/scspd/scsp_msg.h 1.4 +22 -26 src/usr.sbin/atm/scspd/scsp_output.c 1.4 +1 -1 src/usr.sbin/atm/scspd/scsp_print.c 1.4 +23 -30 src/usr.sbin/atm/scspd/scsp_socket.c 1.4 +34 -45 src/usr.sbin/atm/scspd/scsp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17: 0: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from turbine.trit.org (turbine.trit.org [63.198.170.141]) by hub.freebsd.org (Postfix) with ESMTP id D780637B404; Thu, 16 May 2002 16:59:56 -0700 (PDT) Received: from turbine.trit.org (localhost [127.0.0.1]) by turbine.trit.org (Postfix) with ESMTP id 96B623E1A; Thu, 16 May 2002 23:59:55 +0000 (UTC) To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/comms/conserver Makefile ports/editors/vim Makefile ports/net/rsync Makefile ports/net/mopd Makefile ports/textproc/urlview Makefile In-Reply-To: <200205162333.g4GNXMx61248@freefall.freebsd.org>; from obrien@FreeBSD.org on "Thu, 16 May 2002 16:33:22 -0700 (PDT)" Date: Thu, 16 May 2002 23:59:55 +0000 From: Dima Dorfman Message-Id: <20020516235955.96B623E1A@turbine.trit.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "David E. O'Brien" wrote: > obrien 2002/05/16 16:33:22 PDT > > Modified files: > comms/conserver Makefile > editors/vim Makefile > net/rsync Makefile > net/mopd Makefile > textproc/urlview Makefile > Log: > Needs perl to build. Why not USE_PERL5? That also adds a RUN_DEPENDS; if that's a problem, perhaps we should have another knob for this. Littering every port that uses perl to edit files in-place with BUILD_DEPENDS entires like these hardly seems like a good idea. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17: 0:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 715CA37B407; Thu, 16 May 2002 17:00:43 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H00hb63633; Thu, 16 May 2002 17:00:43 -0700 (PDT) (envelope-from petef) Message-Id: <200205170000.g4H00hb63633@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 16 May 2002 17:00:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-CGI-Cache Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/16 17:00:43 PDT Modified files: www/p5-CGI-Cache Makefile distinfo Log: Update to 1.21. Revision Changes Path 1.7 +3 -2 ports/www/p5-CGI-Cache/Makefile 1.5 +1 -1 ports/www/p5-CGI-Cache/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17: 0:59 2002 Delivered-To: cvs-all@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id D9C6837B403; Thu, 16 May 2002 17:00:48 -0700 (PDT) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.3/8.12.3) with ESMTP id g4H03ZY6091303; Thu, 16 May 2002 20:03:35 -0400 (EDT) (envelope-from alane@geeksrus.net) Content-Type: text/plain; charset="iso-8859-1" From: Alan E To: Kris Kennaway , Kris Kennaway Subject: Re: Almost 7000 ports! (Re: cvs commit: ports INDEX) Date: Thu, 16 May 2002 20:03:35 -0400 X-Mailer: KMail [version 1.4] Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports@FreeBSD.ORG References: <200205162259.g4GMxrd55258@freefall.freebsd.org> <20020516160620.A28014@xor.obsecurity.org> In-Reply-To: <20020516160620.A28014@xor.obsecurity.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200205162003.35360.alane@geeksrus.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 16 May 2002 19:06, Kris Kennaway wrote: > It would be really cool if we can get to 7000 ports by the release > 4.6-RELEASE in a few weeks. Let's go! I know I have month+ old new ports in the queue. If the pending new ports= were=20 taken care of, we'd know how close we are. --=20 AlanE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17: 5:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A20037B40C; Thu, 16 May 2002 17:05:05 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H055U64554; Thu, 16 May 2002 17:05:05 -0700 (PDT) (envelope-from petef) Message-Id: <200205170005.g4H055U64554@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 16 May 2002 17:05:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Digest-MD5 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/16 17:05:05 PDT Modified files: security/p5-Digest-MD5 Makefile distinfo Log: Update to 2.20. Revision Changes Path 1.19 +1 -1 ports/security/p5-Digest-MD5/Makefile 1.9 +1 -1 ports/security/p5-Digest-MD5/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17:10: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56F8E37B400; Thu, 16 May 2002 17:09:59 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H09xq68045; Thu, 16 May 2002 17:09:59 -0700 (PDT) (envelope-from jake) Message-Id: <200205170009.g4H09xq68045@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 16 May 2002 17:09:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/05/16 17:09:59 PDT Modified files: . access Log: Add Gordon Tetlow (gordon). Gordon will be working on resurrecting nextboot support in the loader, on the NetBSD style rc.d project, and whatever else catches his interest. I will be his mentor. Approved by: core Revision Changes Path 1.314 +1 -0 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17:12:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA6DD37B407; Thu, 16 May 2002 17:12:35 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H0CZv68399; Thu, 16 May 2002 17:12:35 -0700 (PDT) (envelope-from petef) Message-Id: <200205170012.g4H0CZv68399@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 16 May 2002 17:12:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-ListDetector Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/16 17:12:35 PDT Modified files: mail/p5-Mail-ListDetector Makefile distinfo Log: Update to 0.21. Revision Changes Path 1.5 +3 -2 ports/mail/p5-Mail-ListDetector/Makefile 1.4 +1 -1 ports/mail/p5-Mail-ListDetector/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17:19:32 2002 Delivered-To: cvs-all@freebsd.org Received: from evilpete.dyndns.org (12-232-26-46.client.attbi.com [12.232.26.46]) by hub.freebsd.org (Postfix) with ESMTP id 1B7F837B400; Thu, 16 May 2002 17:19:29 -0700 (PDT) Received: from overcee.wemm.org ([10.0.0.3]) by evilpete.dyndns.org (8.11.6/8.11.6) with ESMTP id g4H0JS106048; Thu, 16 May 2002 17:19:28 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id 3EAAE39EC; Thu, 16 May 2002 17:19:28 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss main.c In-Reply-To: <200205162341.g4GNfNI62183@freefall.freebsd.org> Content-Transfer-Encoding: 8bit Date: Thu, 16 May 2002 17:19:28 -0700 From: Peter Wemm Message-Id: <20020517001928.3EAAE39EC@overcee.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm wrote: > peter 2002/05/16 16:41:23 PDT > > Modified files: (Branch: RELENG_4) > usr.bin/truss main.c > Log: > MFC: rev 1.21: truss is supposed to (and is documented to) write to stderr. > My error in 1.16 was MFC'ed by DES in 1.15.2.1. > > Submitted by: Arne Dag Fidjestøl Argh. Approved by: re (bmah) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17:20:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCC3737B40E; Thu, 16 May 2002 17:20:40 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H0KeY69159; Thu, 16 May 2002 17:20:40 -0700 (PDT) (envelope-from arr) Message-Id: <200205170020.g4H0KeY69159@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Thu, 16 May 2002 17:20:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atm/atm atm.c atm_eni.c atm_fore200.c atm_inet.c atm_print.c atm_set.c atm_show.c atm_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2002/05/16 17:20:40 PDT Modified files: sbin/atm/atm atm.c atm_eni.c atm_fore200.c atm_inet.c atm_print.c atm_set.c atm_show.c atm_subr.c Log: - Replace UM_* macros by replacing them with the appropriate function call. These changes are similar to the ones made to atmarpd and scsp. Revision Changes Path 1.5 +7 -7 src/sbin/atm/atm/atm.c 1.5 +5 -5 src/sbin/atm/atm/atm_eni.c 1.5 +8 -8 src/sbin/atm/atm/atm_fore200.c 1.5 +4 -4 src/sbin/atm/atm/atm_inet.c 1.5 +7 -7 src/sbin/atm/atm/atm_print.c 1.5 +8 -8 src/sbin/atm/atm/atm_set.c 1.5 +21 -21 src/sbin/atm/atm/atm_show.c 1.5 +6 -6 src/sbin/atm/atm/atm_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17:25:59 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 66BA037B410; Thu, 16 May 2002 17:25:52 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4H0Pqfg077445; Thu, 16 May 2002 17:25:52 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4H0PpXg077444; Thu, 16 May 2002 17:25:51 -0700 (PDT) Date: Thu, 16 May 2002 17:25:51 -0700 From: "David O'Brien" To: Dima Dorfman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/comms/conserver Makefile ports/editors/vim Makefile ports/net/rsync Makefile ports/net/mopd Makefile ports/textproc/urlview Makefile Message-ID: <20020516172551.B77355@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Dima Dorfman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205162333.g4GNXMx61248@freefall.freebsd.org> <20020516235955.96B623E1A@turbine.trit.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020516235955.96B623E1A@turbine.trit.org>; from dima@trit.org on Thu, May 16, 2002 at 11:59:55PM +0000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 11:59:55PM +0000, Dima Dorfman wrote: > "David E. O'Brien" wrote: > > obrien 2002/05/16 16:33:22 PDT > > > > Modified files: > > comms/conserver Makefile > > editors/vim Makefile > > net/rsync Makefile > > net/mopd Makefile > > textproc/urlview Makefile > > Log: > > Needs perl to build. > > Why not USE_PERL5? That also adds a RUN_DEPENDS; if that's a problem, > perhaps we should have another knob for this. Because this is only a _BUILD_ need, not a _RUN_ issue. > Littering every port that uses perl to edit files in-place with > BUILD_DEPENDS entires like these hardly seems like a good idea. You may maintain the ports you maintain how you please. I will do mine the way I please. That is what "maintain" means. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17:30:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8D0737B408; Thu, 16 May 2002 17:30:06 -0700 (PDT) Received: (from arr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H0U6B70067; Thu, 16 May 2002 17:30:06 -0700 (PDT) (envelope-from arr) Message-Id: <200205170030.g4H0U6B70067@freefall.freebsd.org> From: "Andrew R. Reiter" Date: Thu, 16 May 2002 17:30:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atm/ilmid ilmid.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arr 2002/05/16 17:30:06 PDT Modified files: sbin/atm/ilmid ilmid.c Log: - Further replacing of UM_* macros with the appropriate function call. I am fairly certain that this should do it and that I may now remove the UM_ macros from port.h. I will, however, wait a few days to ensure that these can be safely removed. Revision Changes Path 1.10 +40 -45 src/sbin/atm/ilmid/ilmid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17:36:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43FD637B405; Thu, 16 May 2002 17:36:12 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H0aCP71083; Thu, 16 May 2002 17:36:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170036.g4H0aCP71083@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 17:36:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 17:36:12 PDT Modified files: en docs.sgml Log: The Porter's Handbook grew out of the Handbook and it is a document that needs to be refered to often. Thus don't hide it so far down on the web page. Revision Changes Path 1.145 +7 -6 www/en/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17:44:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 715DE37B408; Thu, 16 May 2002 17:44:54 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H0isS75979; Thu, 16 May 2002 17:44:54 -0700 (PDT) (envelope-from brian) Message-Id: <200205170044.g4H0isS75979@freefall.freebsd.org> From: Brian Somers Date: Thu, 16 May 2002 17:44:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp mppe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/16 17:44:54 PDT Modified files: usr.sbin/ppp mppe.c Log: Put back Revision Changes Path 1.22 +1 -0 src/usr.sbin/ppp/mppe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17:53:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 343A037B400; Thu, 16 May 2002 17:53:37 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H0rbC76658; Thu, 16 May 2002 17:53:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170053.g4H0rbC76658@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 17:53:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 17:53:37 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Make the __FreeBSD_version list its own section so it is easier to find from the index. Approved by: trhodes Revision Changes Path 1.209 +10 -6 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 17:58:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 982B437B406; Thu, 16 May 2002 17:58:07 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H0w7T77000; Thu, 16 May 2002 17:58:07 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170058.g4H0w7T77000@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 17:58:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/compress compress.1 compress.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 17:58:07 PDT Modified files: usr.bin/compress compress.1 compress.c Log: Use exit status 2 to indicate that the file was not compressed because its size would not be reduced (SUSv3). Revision Changes Path 1.14 +7 -0 src/usr.bin/compress/compress.1 1.17 +1 -0 src/usr.bin/compress/compress.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 18: 1:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B217837B400; Thu, 16 May 2002 18:01:10 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H11AF77373; Thu, 16 May 2002 18:01:10 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200205170101.g4H11AF77373@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 16 May 2002 18:01:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/net-snmp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/05/16 18:01:10 PDT Modified files: net/net-snmp Makefile Log: Link with libkvm explicitly to unbreak build on 4-stable. Reported by: many Revision Changes Path 1.72 +1 -1 ports/net/net-snmp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 18:25:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3802737B404; Thu, 16 May 2002 18:25:52 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H1PqZ82677; Thu, 16 May 2002 18:25:52 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170125.g4H1PqZ82677@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 18:25:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/compress compress.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 18:25:52 PDT Modified files: usr.bin/compress compress.c Log: Compression ratio statistics should be written to stderr instead of stdout. Revision Changes Path 1.18 +5 -4 src/usr.bin/compress/compress.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 18:31:41 2002 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id D2B4E37B400; Thu, 16 May 2002 18:31:32 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 4D6188148E; Fri, 17 May 2002 11:01:30 +0930 (CST) Date: Fri, 17 May 2002 11:01:30 +0930 From: Greg 'groggy' Lehey To: Bruce Evans Cc: Tom Rhodes , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Correct spelling (was: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 badsect.c src/sbin/clri clri.8 src/sbin/disklabel disklabel.5 disklabel.8 src/sbin/dump Makefile dump.h main.c) Message-ID: <20020517110130.P97098@wantadilla.lemis.com> References: <200205160410.g4G4Akn73697@freefall.freebsd.org> <20020516163820.H1640-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020516163820.H1640-100000@gamplex.bde.org> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, 16 May 2002 at 16:40:25 +1000, Bruce Evans wrote: > On Wed, 15 May 2002, Tom Rhodes wrote: > >> Log: >> more file system > filesystem > > The number of these changes probably shows that the change is from > one correct spelling to another at best, or backwards at worst. I > prefer "file system" in most contexts. Agreed. There's no evidence that "filesystem" is correct. Most spell checkers flag it. I've just checked the usage in print media. I grabbed seven books which seemed relatively representative: 4.4BSD System manager's manual (with the original McKusick et al "A Fast File System for UNIX" (sic), "The Design and Implementation of 4.4BSD", "Design of the OSF/1 Operating System", Bach "The Design of the UNIX Operating System", a better unknown "UNIX Internals" by Shaw and Shaw, the Bell System Technical Journal original report on UNIX, and Goodheart and Cox "The Magic Garden Explained: Internals of SVR4". With the exception of the 4.4BSD book, they all spell it "file system". This is also consistent with English spelling rules. I would therefore ask that at very least all these commits be backed out. If you want to be consistent, change all incidents of "filesystem" to "file system". Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 18:41: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D83A537B404; Thu, 16 May 2002 18:41:01 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H1f1Z83586; Thu, 16 May 2002 18:41:01 -0700 (PDT) (envelope-from benno) Message-Id: <200205170141.g4H1f1Z83586@freefall.freebsd.org> From: Benno Rice Date: Thu, 16 May 2002 18:41:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc fpu.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/05/16 18:41:01 PDT Modified files: sys/powerpc/powerpc fpu.c Log: Fix commenting around NetBSD version string. Revision Changes Path 1.2 +1 -1 src/sys/powerpc/powerpc/fpu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 18:42:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D45BF37B411; Thu, 16 May 2002 18:42:44 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H1giI83729; Thu, 16 May 2002 18:42:44 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170142.g4H1giI83729@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 18:42:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/compress compress.1 compress.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 18:42:43 PDT Modified files: usr.bin/compress compress.1 compress.c Log: As required by SUSv3, a file argument of "-" causes standard input to be compressed/decompressed to standard output. Revision Changes Path 1.15 +5 -2 src/usr.bin/compress/compress.1 1.19 +8 -1 src/usr.bin/compress/compress.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 18:45: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5327537B404; Thu, 16 May 2002 18:44:56 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H1iuT83878; Thu, 16 May 2002 18:44:56 -0700 (PDT) (envelope-from benno) Message-Id: <200205170144.g4H1iuT83878@freefall.freebsd.org> From: Benno Rice Date: Thu, 16 May 2002 18:44:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include asm.h src/sys/powerpc/powerpc sigcode.S trap_subr.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/05/16 18:44:56 PDT Modified files: sys/powerpc/include asm.h sys/powerpc/powerpc sigcode.S trap_subr.S Log: - Rename the _C_LABEL macro to CNAME. - Rename the _ASM_LABEL macro to ASMNAME. - Add the HIDENAME macro which is used in libc's syscall stuff. Revision Changes Path 1.4 +6 -5 src/sys/powerpc/include/asm.h 1.2 +3 -3 src/sys/powerpc/powerpc/sigcode.S 1.3 +85 -85 src/sys/powerpc/powerpc/trap_subr.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 18:54:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50C8337B405; Thu, 16 May 2002 18:54:17 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H1sHZ85797; Thu, 16 May 2002 18:54:17 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170154.g4H1sHZ85797@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 18:54:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/compress compress.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 18:54:17 PDT Modified files: usr.bin/compress compress.1 Log: Add a Standards section, and note that compress(1) and uncompress(1) now conform to P1003.1-2001. Revision Changes Path 1.16 +8 -1 src/usr.bin/compress/compress.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 18:59: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A575C37B406; Thu, 16 May 2002 18:58:56 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H1wud86056; Thu, 16 May 2002 18:58:56 -0700 (PDT) (envelope-from benno) Message-Id: <200205170158.g4H1wud86056@freefall.freebsd.org> From: Benno Rice Date: Thu, 16 May 2002 18:58:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/powerpc SYS.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/05/16 18:58:56 PDT Modified files: lib/libc/powerpc SYS.h Log: Flesh this out, based on the NetBSD version. Reviewed by: obrien Revision Changes Path 1.4 +41 -10 src/lib/libc/powerpc/SYS.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 19: 9: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1EAE37B400; Thu, 16 May 2002 19:08:57 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H28vW89612; Thu, 16 May 2002 19:08:57 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200205170208.g4H28vW89612@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 16 May 2002 19:08:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/05/16 19:08:51 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Unbreak (strange order of ). Revision Changes Path 1.210 +2 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 19:28:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8970437B400; Thu, 16 May 2002 19:28:47 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H2SlO91721; Thu, 16 May 2002 19:28:47 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205170228.g4H2SlO91721@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 16 May 2002 19:28:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tee tee.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/16 19:28:47 PDT Modified files: usr.bin/tee tee.c Log: Remove spurious casts in malloc(3)'s argument. Use `return' instead of `exit' at the bottom of main(). Revision Changes Path 1.7 +3 -3 src/usr.bin/tee/tee.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20: 0:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BFEC37B40A; Thu, 16 May 2002 20:00:34 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H30YJ94126; Thu, 16 May 2002 20:00:34 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170300.g4H30YJ94126@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 20:00:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 20:00:34 PDT Modified files: gnu/usr.bin/cc Makefile Log: Do not cut `docs' out of the build with NO_CXX. There are no longer GNU C++ specific info files, and it was a bug with Gcc 2.95 that NO_CXX would cause the C and CPP info files to not be installed. Revision Changes Path 1.31 +2 -2 src/gnu/usr.bin/cc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20: 4:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE16337B40A; Thu, 16 May 2002 20:04:47 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H34lC94314; Thu, 16 May 2002 20:04:47 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170304.g4H34lC94314@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 20:04:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/csu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 20:04:47 PDT Modified files: gnu/lib/csu Makefile Log: GCC 3.1 on PowerPC also has the crtsavres C Run Time file. Revision Changes Path 1.11 +5 -0 src/gnu/lib/csu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20: 8:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE1E837B40A; Thu, 16 May 2002 20:08:15 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H38FA98389; Thu, 16 May 2002 20:08:15 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170308.g4H38FA98389@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 20:08:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libgcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 20:08:15 PDT Modified files: gnu/lib/libgcc Makefile Log: bsd.lib.mk now understands what to do with .asm files. So we can refer to these files by their real name vs. playing tricks renaming them during the build. Revision Changes Path 1.41 +2 -2 src/gnu/lib/libgcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20:10:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E991037B404; Thu, 16 May 2002 20:10:33 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H3AXB98671; Thu, 16 May 2002 20:10:33 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170310.g4H3AXB98671@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 20:10:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile.powerpc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 20:10:33 PDT Modified files: gnu/usr.bin/binutils/ld Makefile.powerpc Log: Update to Binutils 2.12.0 and stick to the native emulation for now. This lets us get on the with the task at hand -- porting FreeBSD. We can get fancy later on. Revision Changes Path 1.11 +11 -93 src/gnu/usr.bin/binutils/ld/Makefile.powerpc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20:13:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D17B437B40E; Thu, 16 May 2002 20:13:09 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H3D9J98833; Thu, 16 May 2002 20:13:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170313.g4H3D9J98833@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 20:13:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 20:13:09 PDT Modified files: sys/sys param.h Log: Bump __FreeBSD_version to note that Perl is not in /usr/src any more. Revision Changes Path 1.128 +1 -1 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20:14:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54EF937B401; Thu, 16 May 2002 20:14:41 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H3Eft98962; Thu, 16 May 2002 20:14:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170314.g4H3Eft98962@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 20:14:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 20:14:41 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 5.0-CURRENT with out Perl in /usr/src. Revision Changes Path 1.211 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20:16:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E3FF37B41D; Thu, 16 May 2002 20:16:04 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H3G4999088; Thu, 16 May 2002 20:16:04 -0700 (PDT) (envelope-from green) Message-Id: <200205170316.g4H3G4999088@freefall.freebsd.org> From: Brian Feldman Date: Thu, 16 May 2002 20:16:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cfs Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green 2002/05/16 20:16:04 PDT Modified files: security/cfs Makefile distinfo Log: Upgrade to 1.4.1. PR: 29638 Submitted by: Scott Renfro Revision Changes Path 1.13 +2 -7 ports/security/cfs/Makefile 1.4 +1 -1 ports/security/cfs/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20:28: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id DCE7137B415 for ; Thu, 16 May 2002 20:27:57 -0700 (PDT) Received: (qmail 19143 invoked from network); 17 May 2002 03:27:57 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 May 2002 03:27:57 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4H3RvF73521; Thu, 16 May 2002 23:27:57 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205162355.g4GNtam63176@freefall.freebsd.org> Date: Thu, 16 May 2002 23:27:46 -0400 (EDT) From: John Baldwin To: "Tim J. Robbins" Subject: RE: cvs commit: src/usr.bin/renice renice.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 16-May-2002 Tim J. Robbins wrote: > tjr 2002/05/16 16:55:35 PDT > > Modified files: > usr.bin/renice renice.c > Log: > Process and user ID arguments must be treated as decimal integers, > not octal or hex. This is the way it was before revision 1.10. Why? Are there really people out there with usernames of '007' or '0x1c'? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20:28:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by hub.freebsd.org (Postfix) with ESMTP id CBFF937B411 for ; Thu, 16 May 2002 20:28:01 -0700 (PDT) Received: (qmail 10504 invoked from network); 17 May 2002 03:28:00 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 May 2002 03:28:00 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4H3S0F73529; Thu, 16 May 2002 23:28:00 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205170009.g4H09xq68045@freefall.freebsd.org> Date: Thu, 16 May 2002 23:27:49 -0400 (EDT) From: John Baldwin To: Jake Burkholder Subject: RE: cvs commit: CVSROOT access Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17-May-2002 Jake Burkholder wrote: > jake 2002/05/16 17:09:59 PDT > > Modified files: > . access > Log: > Add Gordon Tetlow (gordon). Gordon will be working on resurrecting > nextboot > support in the loader, on the NetBSD style rc.d project, and whatever else > catches his interest. I will be his mentor. > > Approved by: core Yay! Welcome Gordon! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20:43:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32E4237B422; Thu, 16 May 2002 20:43:10 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H3hAX14280; Thu, 16 May 2002 20:43:10 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170343.g4H3hAX14280@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 20:43:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd/powerpc bfd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 20:43:09 PDT Modified files: gnu/usr.bin/binutils/libbfd/powerpc bfd.h Log: Update to Binutils 2.12.0 release. Revision Changes Path 1.4 +547 -452 src/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20:43:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29BE937B400; Thu, 16 May 2002 20:43:47 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H3hlR14834; Thu, 16 May 2002 20:43:47 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170343.g4H3hlR14834@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 20:43:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.powerpc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 20:43:47 PDT Modified files: gnu/usr.bin/binutils/libbfd Makefile.powerpc Log: Update to Binutils 2.12.0 and stick to the native emulation for now. This lets us get on the with the task at hand -- porting FreeBSD. We can get fancy later on. Revision Changes Path 1.4 +5 -13 src/gnu/usr.bin/binutils/libbfd/Makefile.powerpc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 20:59:18 2002 Delivered-To: cvs-all@freebsd.org Received: from Www.HCRC.edu.tw (www.HCRC.edu.tw [163.28.64.11]) by hub.freebsd.org (Postfix) with ESMTP id 1846D37B408 for ; Thu, 16 May 2002 20:59:07 -0700 (PDT) Received: from Www.HCRC.edu.tw (localhost [127.0.0.1]) by Www.HCRC.edu.tw (8.12.3/8.12.3) with ESMTP id g4H3x6PG031530 for ; Fri, 17 May 2002 11:59:06 +0800 (CST) Received: (from root@localhost) by Www.HCRC.edu.tw (8.12.3/8.12.3/Submit) id g4H3x41g031527 for cvs-all@FreeBSD.org.procmail; Fri, 17 May 2002 11:59:04 +0800 (CST) Received: from Terry.Dorm11.NCTU.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by Www.HCRC.edu.tw (8.12.3/8.12.3) with ESMTP id g4H3x0PG031509; Fri, 17 May 2002 11:59:01 +0800 (CST) Received: from Terry.Dorm11.NCTU.edu.tw (ijliao@localhost [127.0.0.1]) by Terry.Dorm11.NCTU.edu.tw (8.12.3/8.12.3) with ESMTP id g4H41b1M092122; Fri, 17 May 2002 12:01:37 +0800 (CST) (envelope-from ijliao@Terry.Dorm11.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm11.NCTU.edu.tw (8.12.3/8.12.3/Submit) id g4H41bhk092121; Fri, 17 May 2002 12:01:37 +0800 (CST) Date: Fri, 17 May 2002 12:01:37 +0800 From: Ying-Chieh Liao To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX Message-ID: <20020517040137.GA92034@terry.dragon2.net> References: <200205162259.g4GMxrd55258@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <200205162259.g4GMxrd55258@freefall.freebsd.org> User-Agent: Mutt/1.3.99i X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=big5 Content-Disposition: inline On Thu, May 16, 2002 at 15:59:53 -0700, Kris Kennaway wrote: > kris 2002/05/16 15:59:52 PDT > Modified files: > . INDEX > Log: > New index with 6935 ports. The big diffs are mostly due to a libtool I think we'll have 7000 ports when 4.6 :p -- The sooner you start to code, the longer the program will take. --- Roy Carlson --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85IChrMYBZRHAI4IRAvwtAJwOSWnW7ARszQxdhtyfB1aq7/PdBACgtG1A /qGe5rVvxYX1gKFfk5PeNPQ= =7+7O -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 21: 4:28 2002 Delivered-To: cvs-all@freebsd.org Received: from smtp.bsdhome.com (rdu25-2-113.nc.rr.com [24.25.2.113]) by hub.freebsd.org (Postfix) with ESMTP id AB33F37B408; Thu, 16 May 2002 21:04:22 -0700 (PDT) Received: from neutrino.bsdhome.com (jupiter [192.168.220.13]) by smtp.bsdhome.com (8.11.3nb1/8.11.4) with ESMTP id g4H43ei06774; Fri, 17 May 2002 00:03:40 -0400 (EDT) Received: from neutrino.bsdhome.com (localhost [127.0.0.1]) by neutrino.bsdhome.com (8.12.3/8.12.3) with ESMTP id g4H43ZUJ098776; Fri, 17 May 2002 00:03:35 -0400 (EDT) (envelope-from bsd@neutrino.bsdhome.com) Received: (from bsd@localhost) by neutrino.bsdhome.com (8.12.3/8.12.3/Submit) id g4H43XdA098775; Fri, 17 May 2002 00:03:33 -0400 (EDT) Date: Fri, 17 May 2002 00:03:33 -0400 From: Brian Dean To: Andrew Gallatin Cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020517000333.C98310@neutrino.bsdhome.com> References: <200205160859.g4G8xql13901@freefall.freebsd.org> <200205160911.g4G9Bkj1084625@grimreaper.grondar.org> <20020516105124.A40234@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020516105124.A40234@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Thu, May 16, 2002 at 10:51:24AM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 10:51:24AM -0400, Andrew Gallatin wrote: > Are there any plans to provide some script (part of mergemaster?) > which purges all previously installed perl related files from the base > system to prevent future conflicts with ports installed versions of > perl? Or is rm -f /usr/bin/perl* sufficient? After every few installworlds, I'll occasionally do an 'ls -lt' on /bin, /usr/bin, /sbin, /usr/sbin, /usr/lib, and /usr/libexec. Anything that didn't get installed by the installworld will be listed at the bottom and have an obviously different date/time stamp than everything else, and thusly can be removed as no longer part of the system. The only thing that I think defies this recipe is /usr/libexec/ld-elf.so.1, which is only installed if it is different than the previous one (check the use of '-C' for install in src/libexec/rtld/Makefile). Trust me, you _don't_ want to accidently clean up that file. -Brian -- Brian Dean bsd@FreeBSD.org bsd@bsdhome.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 21:18:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF54337B405; Thu, 16 May 2002 21:18:33 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H4IX523727; Thu, 16 May 2002 21:18:33 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170418.g4H4IX523727@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 21:18:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libgcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 21:18:33 PDT Modified files: gnu/lib/libgcc Makefile Log: Post rev 1.39, the PowerPC specific additions to OBJS was getting lost. Revision Changes Path 1.42 +3 -1 src/gnu/lib/libgcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 21:23:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8063937B404; Thu, 16 May 2002 21:23:05 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H4N5E24114; Thu, 16 May 2002 21:23:05 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205170423.g4H4N5E24114@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 16 May 2002 21:23:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/p5-POE-Component-IRC Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/16 21:23:05 PDT Modified files: irc/p5-POE-Component-IRC Makefile distinfo Log: upgrade to 2.1 Revision Changes Path 1.3 +2 -2 ports/irc/p5-POE-Component-IRC/Makefile 1.2 +1 -1 ports/irc/p5-POE-Component-IRC/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 21:27: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (117.a.009.mel.iprimus.net.au [210.50.112.117]) by hub.freebsd.org (Postfix) with ESMTP id F227937B404; Thu, 16 May 2002 21:26:57 -0700 (PDT) Received: from treetop.robbins.dropbear.id.au (localhost [127.0.0.1]) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2) with ESMTP id g4GHeOeo008447; Fri, 17 May 2002 03:40:24 +1000 (EST) (envelope-from tim@treetop.robbins.dropbear.id.au) Received: (from tim@localhost) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2/Submit) id g4GHeO5w008446; Fri, 17 May 2002 03:40:24 +1000 (EST) Date: Fri, 17 May 2002 03:40:23 +1000 From: "Tim J. Robbins" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/renice renice.c Message-ID: <20020517034023.A8414@treetop.robbins.dropbear.id.au> References: <200205162355.g4GNtam63176@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@FreeBSD.org on Thu, May 16, 2002 at 11:27:46PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 11:27:46PM -0400, John Baldwin wrote: > Why? Are there really people out there with usernames of '007' or '0x1c'? The standard requires user & process ID's to be specified as decimal integers, and that's the way it has traditionally worked (it used atoi() before). Users should be able to specify leading zeros without causing the number to be interpreted as octal. I believe accepting hexadecimal and octal numbers was a mistake introduced by christos@netbsd while modifying renice to use strtol() instead of atoi(). Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 21:43: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id C96A237B405 for ; Thu, 16 May 2002 21:42:56 -0700 (PDT) Received: (qmail 11882 invoked from network); 17 May 2002 04:42:55 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 May 2002 04:42:55 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4H4gsF73773; Fri, 17 May 2002 00:42:55 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020517034023.A8414@treetop.robbins.dropbear.id.au> Date: Fri, 17 May 2002 00:42:44 -0400 (EDT) From: John Baldwin To: "Tim J. Robbins" Subject: Re: cvs commit: src/usr.bin/renice renice.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 16-May-2002 Tim J. Robbins wrote: > On Thu, May 16, 2002 at 11:27:46PM -0400, John Baldwin wrote: > >> Why? Are there really people out there with usernames of '007' or '0x1c'? > > The standard requires user & process ID's to be specified as decimal > integers, > and that's the way it has traditionally worked (it used atoi() before). > Users should be able to specify leading zeros without causing the number to > be interpreted as octal. If the standard says it then I suppose that's good enough. I doubt leading zero's is a severe problem though. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 21:43:44 2002 Delivered-To: cvs-all@freebsd.org Received: from 12-234-96-171.client.attbi.com (12-234-96-171.client.attbi.com [12.234.96.171]) by hub.freebsd.org (Postfix) with ESMTP id 5902E37B408; Thu, 16 May 2002 21:43:41 -0700 (PDT) Received: by 12-234-96-171.client.attbi.com (Postfix, from userid 1000) id 1C25BA900; Thu, 16 May 2002 21:43:28 -0700 (PDT) Date: Thu, 16 May 2002 21:43:28 -0700 From: Jonathan Mini To: Jake Burkholder Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20020516214328.C25907@stylus.haikugeek.com> Mail-Followup-To: Jake Burkholder , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205170009.g4H09xq68045@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205170009.g4H09xq68045@freefall.freebsd.org>; from jake@FreeBSD.org on Thu, May 16, 2002 at 05:09:59PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jake Burkholder [jake@FreeBSD.org] wrote : > jake 2002/05/16 17:09:59 PDT > > Modified files: > . access > Log: > Add Gordon Tetlow (gordon). Gordon will be working on resurrecting nextboot > support in the loader, on the NetBSD style rc.d project, and whatever else > catches his interest. I will be his mentor. Awesome, it will be nice to see this happen. Welcome onboard, Gordon. =) -- Jonathan Mini http://www.haikugeek.com "He who is not aware of his ignorance will be only misled by his knowledge." -- Richard Whatley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 21:44:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 1092E37B400; Thu, 16 May 2002 21:41:10 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178ZXW-00058r-00; Fri, 17 May 2002 11:40:26 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178ZXW-00058Y-00; Fri, 17 May 2002 11:40:26 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4H4eA760041; Fri, 17 May 2002 11:40:10 +0700 (NOVST) (envelope-from danfe) Date: Fri, 17 May 2002 11:40:10 +0700 From: Alexey Dokuchaev To: Peter Wemm Cc: Tom Rhodes , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/alpha clock.c Message-ID: <20020517114010.A57127@regency.nsu.ru> References: <200205162121.g4GLLGQ43405@freefall.freebsd.org> <20020516220511.A9DBE380A@overcee.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020516220511.A9DBE380A@overcee.wemm.org>; from peter@wemm.org on Thu, May 16, 2002 at 03:05:11PM -0700 X-Envelope-To: cvs-all@freebsd.org, cvs-committers@freebsd.org, trhodes@freebsd.org, peter@wemm.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 03:05:11PM -0700, Peter Wemm wrote: > Tom Rhodes wrote: > > trhodes 2002/05/16 14:21:16 PDT > > > > Modified files: > > sys/alpha/alpha clock.c > > Log: > > More s/file system/filesystem/g > > There is no such word as "filesystem". "file system" is more correct. There is, actually... My ispell doesn't object, at least, and neither does Lingvo (FWIH). Personally, I would consider this issue a matter of personal preference, and frankly I go for "filesystem" as a single word. Just my (probably useless) $.02 though... ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 21:57:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C354837B406; Thu, 16 May 2002 21:57:54 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H4vsX26277; Thu, 16 May 2002 21:57:54 -0700 (PDT) (envelope-from sada) Message-Id: <200205170457.g4H4vsX26277@freefall.freebsd.org> From: SADA Kenji Date: Thu, 16 May 2002 21:57:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/16 21:57:54 PDT Modified files: mail/imp Makefile Log: I forgot to patch a line. PR: ports/35740 Pointed out by: maintainer Revision Changes Path 1.10 +1 -1 ports/mail/imp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:11:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F14937B40E; Thu, 16 May 2002 22:11:08 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H5B8731212; Thu, 16 May 2002 22:11:08 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205170511.g4H5B8731212@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 16 May 2002 22:11:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find function.c src/usr.bin/finger util.c src/usr.bin/last last.c src/usr.bin/paste paste.c src/usr.bin/tset map.c src/usr.bin/tsort tsort.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/16 22:11:08 PDT Modified files: usr.bin/find function.c usr.bin/finger util.c usr.bin/last last.c usr.bin/paste paste.c usr.bin/tset map.c usr.bin/tsort tsort.c Log: Clean up malloc(3)'s argument. Remove casts which do nothing when we're using sizeof() anyway. Use slightly more consistent (per-file) error reporting for malloc(3) returning NULL. If "malloc failed" was being printed, don't use err(3). If a NULL format is being used, use err(3). In one case errx(3) was being used with strerror(3), so just use err(3). Revision Changes Path 1.44 +9 -9 src/usr.bin/find/function.c 1.19 +2 -2 src/usr.bin/finger/util.c 1.27 +5 -5 src/usr.bin/last/last.c 1.10 +2 -2 src/usr.bin/paste/paste.c 1.10 +1 -1 src/usr.bin/tset/map.c 1.14 +5 -5 src/usr.bin/tsort/tsort.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:11:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E94F37B413; Thu, 16 May 2002 22:11:14 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H5BDO31233; Thu, 16 May 2002 22:11:13 -0700 (PDT) (envelope-from benno) Message-Id: <200205170511.g4H5BDO31233@freefall.freebsd.org> From: Benno Rice Date: Thu, 16 May 2002 22:11:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/powerpc SYS.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/05/16 22:11:13 PDT Modified files: lib/libc/powerpc SYS.h Log: _C_LABEL -> CNAME Forgotten by: benno Revision Changes Path 1.5 +14 -14 src/lib/libc/powerpc/SYS.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:12:43 2002 Delivered-To: cvs-all@freebsd.org Received: from durham-ar1-4-64-252-019.durham.dsl-verizon.net (durham-ar1-4-64-252-019.durham.dsl-verizon.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id C823737B40D for ; Thu, 16 May 2002 22:12:33 -0700 (PDT) Received: (qmail 4640 invoked by uid 1001); 17 May 2002 05:13:07 -0000 Date: Fri, 17 May 2002 05:13:07 +0000 From: "J. Mallett" To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/find function.c src/usr.bin/finger util.c src/usr.bin/last last.c src/usr.bin/paste paste.c src/usr.bin/tset map.c src/usr.bin/tsort tsort.c Message-ID: <20020517051306.GA32094@FreeBSD.ORG> References: <200205170511.g4H5B8731212@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205170511.g4H5B8731212@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Organisation: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 10:11:08PM -0700, J. Mallett wrote: > jmallett 2002/05/16 22:11:08 PDT > > Modified files: > usr.bin/find function.c > usr.bin/finger util.c > usr.bin/last last.c > usr.bin/paste paste.c > usr.bin/tset map.c > usr.bin/tsort tsort.c > Log: > Clean up malloc(3)'s argument. Remove casts which do nothing when we're > using sizeof() anyway. Use slightly more consistent (per-file) error > reporting for malloc(3) returning NULL. If "malloc failed" was being printed, > don't use err(3). If a NULL format is being used, use err(3). In one case > errx(3) was being used with strerror(3), so just use err(3). I checked these with WARNS=4 on ref5 and beast. -- jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. http://www.FreeBSD.org | The Power to Serve Vote for me for FreeBSD core or the cute little bunny gets it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:15:25 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (117.a.009.mel.iprimus.net.au [210.50.112.117]) by hub.freebsd.org (Postfix) with ESMTP id 2F04B37B40A; Thu, 16 May 2002 22:15:08 -0700 (PDT) Received: from treetop.robbins.dropbear.id.au (localhost [127.0.0.1]) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2) with ESMTP id g4GIKceo008680; Fri, 17 May 2002 04:20:38 +1000 (EST) (envelope-from tim@treetop.robbins.dropbear.id.au) Received: (from tim@localhost) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2/Submit) id g4GIKc4d008679; Fri, 17 May 2002 04:20:38 +1000 (EST) Date: Fri, 17 May 2002 04:20:37 +1000 From: "Tim J. Robbins" To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/renice renice.c Message-ID: <20020517042037.A8668@treetop.robbins.dropbear.id.au> References: <20020517034023.A8414@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@FreeBSD.org on Fri, May 17, 2002 at 12:42:44AM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 17, 2002 at 12:42:44AM -0400, John Baldwin wrote: > If the standard says it then I suppose that's good enough. I doubt leading > zero's is a severe problem though. :) Neither do I :) The code had NULL instead of 0 for strtol()'s `base' argument, the choice was between restoring the traditional (and standard) behaviour or fixing it for style reasons. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:19: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EFF737B404; Thu, 16 May 2002 22:19:01 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H5J1D31711; Thu, 16 May 2002 22:19:01 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200205170519.g4H5J1D31711@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 16 May 2002 22:19:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/05/16 22:19:01 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Unbreak (duplicated ). Revision Changes Path 1.212 +0 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:20:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5013137B409; Thu, 16 May 2002 22:20:31 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H5KV731930; Thu, 16 May 2002 22:20:31 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170520.g4H5KV731930@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 22:20:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/hexdump conv.c hexdump.h od.1 odsyntax.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 22:20:31 PDT Modified files: usr.bin/hexdump conv.c hexdump.h od.1 odsyntax.c Log: Un-deprecate od(1): rename the `deprecated' variable to `odmode', remove the deprecation warning from the utility and manual page. Since this utility is required by POSIX, it's not likely to be removed any time soon. This is leading up to the addition of the P1003.1-2001 -s -A -j -N -t options. PR: 36783 Revision Changes Path 1.4 +4 -6 src/usr.bin/hexdump/conv.c 1.6 +1 -0 src/usr.bin/hexdump/hexdump.h 1.12 +0 -5 src/usr.bin/hexdump/od.1 1.11 +2 -3 src/usr.bin/hexdump/odsyntax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:27:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3227B37B40A; Thu, 16 May 2002 22:27:53 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H5Rra32389; Thu, 16 May 2002 22:27:53 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205170527.g4H5Rra32389@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 16 May 2002 22:27:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/16 22:27:53 PDT Modified files: usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.c Log: Stop this program's abuse of malloc(3). Its return value doesn't need these ugly explicit casts, and its argument doesn't need explicitly cast to u_int, especially if sizeof() is being used. Revision Changes Path 1.3 +2 -2 src/usr.sbin/rpcbind/check_bound.c 1.3 +2 -3 src/usr.sbin/rpcbind/rpcb_svc_4.c 1.6 +5 -7 src/usr.sbin/rpcbind/rpcb_svc_com.c 1.2 +8 -8 src/usr.sbin/rpcbind/rpcbind.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:41:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40C8337B409; Thu, 16 May 2002 22:41:47 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H5flC33597; Thu, 16 May 2002 22:41:47 -0700 (PDT) (envelope-from ru) Message-Id: <200205170541.g4H5flC33597@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 16 May 2002 22:41:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/16 22:41:47 PDT Modified files: gnu/usr.bin/cc Makefile Log: Back out revision 1.30 change. cc1plus can apparently be built if you happen to have /usr/bin/gperf, or set CXX to point to a C++ compiler that can build gperf(1) in the bootstrap-tools stage of buildworld. Revision Changes Path 1.32 +0 -2 src/gnu/usr.bin/cc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:41:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE6AF37B40D; Thu, 16 May 2002 22:41:43 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H5fhh33572; Thu, 16 May 2002 22:41:43 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205170541.g4H5fhh33572@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 16 May 2002 22:41:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/qscanplot Makefile distinfo pkg-plist ports/math/qscanplot/files patch-configure patch-qscanplot::Makefile.in patch-qscanplot::plugins::make-all-plugins.sh patch-qscanplot::plugins::make-plugin.sh patch-qscanplot::templates::sample.qscanplotrc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/16 22:41:43 PDT Modified files: math/qscanplot Makefile distinfo pkg-plist math/qscanplot/files patch-configure patch-qscanplot::Makefile.in Added files: math/qscanplot/files patch-qscanplot::plugins::make-all-plugins.sh patch-qscanplot::plugins::make-plugin.sh patch-qscanplot::templates::sample.qscanplotrc Log: Update to 0.4. Revision Changes Path 1.3 +10 -2 ports/math/qscanplot/Makefile 1.2 +1 -1 ports/math/qscanplot/distinfo 1.2 +29 -6 ports/math/qscanplot/files/patch-configure 1.2 +10 -22 ports/math/qscanplot/files/patch-qscanplot::Makefile.in 1.1 +12 -0 ports/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh (new) 1.1 +22 -0 ports/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh (new) 1.1 +14 -0 ports/math/qscanplot/files/patch-qscanplot::templates::sample.qscanplotrc (new) 1.2 +0 -43 ports/math/qscanplot/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:43: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81A6037B40C; Thu, 16 May 2002 22:43:00 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H5h0H33750; Thu, 16 May 2002 22:43:00 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170543.g4H5h0H33750@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 22:43:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/hexdump display.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 22:43:00 PDT Modified files: usr.bin/hexdump display.c Log: Print signed single-byte decimal integers correctly instead of implicitly converting them to unsigned bytes. PR: 36783 Revision Changes Path 1.12 +1 -1 src/usr.bin/hexdump/display.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:45:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ECDD37B408; Thu, 16 May 2002 22:45:39 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H5jdd33910; Thu, 16 May 2002 22:45:39 -0700 (PDT) (envelope-from jhb) Message-Id: <200205170545.g4H5jdd33910@freefall.freebsd.org> From: John Baldwin Date: Thu, 16 May 2002 22:45:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include atomic.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/05/16 22:45:39 PDT Modified files: sys/alpha/include atomic.h Log: - Apparently, the Alpha ABI mandates that arguments be passed sign-extended regardless of if they are signed or unsigned since it is easier to work with sign-extended values. Thus, remove the disabled zapnot to zero-extend the sign-extended value we read from *p in atomic_cmpset_32() since the cmpval we are comparing against should already be sign-extended. - To ensure that the compiler knows to sign-extend the upper 32 bits of cmpval rather than leaving garbage in there, cast the appropriately in the constraints section. Help from: Richard Henderson Revision Changes Path 1.14 +1 -4 src/sys/alpha/include/atomic.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:48:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 3D27937B409 for ; Thu, 16 May 2002 22:48:07 -0700 (PDT) Received: (qmail 27631 invoked from network); 17 May 2002 05:48:05 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 17 May 2002 05:48:05 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4H5lxF73967; Fri, 17 May 2002 01:47:59 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205170545.g4H5jdd33910@freefall.freebsd.org> Date: Fri, 17 May 2002 01:47:48 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/alpha/include atomic.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17-May-2002 John Baldwin wrote: > jhb 2002/05/16 22:45:39 PDT > > Modified files: > sys/alpha/include atomic.h > Log: > - Apparently, the Alpha ABI mandates that arguments be passed sign-extended > regardless of if they are signed or unsigned since it is easier to work > with sign-extended values. Thus, remove the disabled zapnot to > zero-extend the sign-extended value we read from *p in atomic_cmpset_32() > since the cmpval we are comparing against should already be > sign-extended. > - To ensure that the compiler knows to sign-extend the upper 32 bits of > cmpval rather than leaving garbage in there, cast the appropriately in > the constraints section. > > Help from: Richard Henderson According to Richard, the fact that 2.95 zero-extended the value was a bug. Oops. :-P -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 22:59:59 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id C877D37B405; Thu, 16 May 2002 22:59:46 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4H5xh975670; Fri, 17 May 2002 08:59:43 +0300 (EEST) (envelope-from ru) Date: Fri, 17 May 2002 08:59:43 +0300 From: Ruslan Ermilov To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile auto-host.h Message-ID: <20020517055943.GB69157@sunbay.com> References: <200205161518.g4GFIE088442@freefall.freebsd.org> <20020516134233.A71503@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kORqDWCi7qDJ0mEj" Content-Disposition: inline In-Reply-To: <20020516134233.A71503@dragon.nuxi.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --kORqDWCi7qDJ0mEj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2002 at 01:42:33PM -0700, David O'Brien wrote: > On Thu, May 16, 2002 at 08:18:14AM -0700, Ruslan Ermilov wrote: > > Modified files: > > gnu/usr.bin/cc/cc_tools Makefile auto-host.h=20 > > Log: > > Make it possible to build a cross compiler for alpha, > > ia64 and sparc64 on systems that do not have atoll(3). > > The "cross" here doesn't necessarily mean cross-arch. > > =20 > > Revision Changes Path > > 1.63 +4 -0 src/gnu/usr.bin/cc/cc_tools/Makefile > > http://cvsweb.freebsd.org/src/gnu/usr.bin/cc/cc_tools/Makefile.diff?r1= =3D1.62&r2=3D1.63 > > 1.6 +3 -0 src/gnu/usr.bin/cc/cc_tools/auto-host.h > > http://cvsweb.freebsd.org/src/gnu/usr.bin/cc/cc_tools/auto-host.h.diff?= r1=3D1.5&r2=3D1.6 >=20 > Please back this out. We were still discussing this, and I explicitly > said "I'll look into it" when you wanted me to do so. There is a better > way of doing this. >=20 I'm sorry for not waiting longer, but you said you're currently busy with the other stuff, and using this patch I've been able to successfully cross build "alpha", "sparc64" (except for the sys/boot/sparc64/boot1 bit), and now "ia64" (in the works) on my 4.5 SMP box. If there's a better way of doing this, I'd be more than happy if you commit it, and please hereby consider my patch as a "work-around" while you are working on a more proper and better patch. If my patch broke something, please let me know and show me what got broken, or at least try to explain. If that's the case, I would be more than happy to back my changes out or, better yet, work together with you on developing a better patch. FWIW, I used the "standard" bootstrapping technique we applied to many of our in-tree bootstrap-tools, like the recent fix for xargs(1). Please note that this patch is different from the previous (draft) version in that it only applicable to the BOOTSTRAPPING case, i.e. where we build compiler in the cross-tools stage. While later in the "everything" stage of the buildworld we build the compiler again (in the native environment), this special handling of atoll(3) is not done, as we know ${WORLDTMP}/usr/lib/libc.* already have atoll(3). This (I thought) should fix all of your concerns regarding the special casing of atoll(3) here. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --kORqDWCi7qDJ0mEj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85JxPUkv4P6juNwoRAmRyAJ9M4M4AZvR0wlCJdAY7v4sQq4si9QCfcFqU S3GhVe/Aci6KNe8Ohpj2jbk= =/s/3 -----END PGP SIGNATURE----- --kORqDWCi7qDJ0mEj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 23: 7: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 82A0637B401; Thu, 16 May 2002 23:07:01 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H671l39527; Thu, 16 May 2002 23:07:01 -0700 (PDT) (envelope-from dirk) Message-Id: <200205170607.g4H671l39527@freefall.freebsd.org> From: Dirk Froemberg Date: Thu, 16 May 2002 23:07:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/php4 Makefile ports/www/mod_php4 Makefile distinfo pkg-plist ports/www/mod_php4/files patch-ext_standard_file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/05/16 23:07:01 PDT Modified files: lang/php4 Makefile www/mod_php4 Makefile distinfo pkg-plist Removed files: www/mod_php4/files patch-ext_standard_file.c Log: Upgrade to 4.2.1. Revision Changes Path 1.8 +1 -1 ports/lang/php4/Makefile 1.173 +2 -2 ports/www/mod_php4/Makefile 1.110 +1 -1 ports/www/mod_php4/distinfo 1.2 +0 -20 ports/www/mod_php4/files/patch-ext_standard_file.c (dead) 1.38 +3 -2 ports/www/mod_php4/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 23:12:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E877037B412; Thu, 16 May 2002 23:12:25 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H6CPV40272; Thu, 16 May 2002 23:12:25 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170612.g4H6CPV40272@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 23:12:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/hexdump display.c hexdump.1 parse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 23:12:25 PDT Modified files: usr.bin/hexdump display.c hexdump.1 parse.c Log: Add support for printing long doubles. PR: 36783 Revision Changes Path 1.13 +5 -0 src/usr.bin/hexdump/display.c 1.18 +1 -1 src/usr.bin/hexdump/hexdump.1 1.8 +6 -0 src/usr.bin/hexdump/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 23:30:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id 70A9A37B40A; Thu, 16 May 2002 23:30:37 -0700 (PDT) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.3/8.12.2) with ESMTP id g4H6UaIa002962; Fri, 17 May 2002 08:30:36 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.3/8.12.3/Submit) id g4H6UTje002957; Fri, 17 May 2002 08:30:29 +0200 (CEST) Date: Fri, 17 May 2002 08:30:29 +0200 From: Wilko Bulte To: "Greg 'groggy' Lehey" Cc: Bruce Evans , Tom Rhodes , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Correct spelling (was: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 badsect.c src/sbin/clri clri.8 src/sbin/disklabel disklabel.5 disklabel.8 src/sbin/dump Makefile dump.h main.c) Message-ID: <20020517083029.B2890@freebie.xs4all.nl> References: <200205160410.g4G4Akn73697@freefall.freebsd.org> <20020516163820.H1640-100000@gamplex.bde.org> <20020517110130.P97098@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020517110130.P97098@wantadilla.lemis.com>; from grog@FreeBSD.ORG on Fri, May 17, 2002 at 11:01:30AM +0930 X-OS: FreeBSD 4.6-PRERELEASE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 17, 2002 at 11:01:30AM +0930, Greg 'groggy' Lehey wrote: > On Thursday, 16 May 2002 at 16:40:25 +1000, Bruce Evans wrote: > > On Wed, 15 May 2002, Tom Rhodes wrote: > > > >> Log: > >> more file system > filesystem > > > > The number of these changes probably shows that the change is from > > one correct spelling to another at best, or backwards at worst. I > > prefer "file system" in most contexts. > > Agreed. There's no evidence that "filesystem" is correct. Most spell > checkers flag it. I've just checked the usage in print media. I I can't help wondering if there is any point in changing things like this. Consider: is there anybody on this planet who would not understand file system but would understand filesystem (or viceversa)? -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 23:32: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CCD837B401; Thu, 16 May 2002 23:32:01 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H6W1g41823; Thu, 16 May 2002 23:32:01 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170632.g4H6W1g41823@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 16 May 2002 23:32:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/hexdump display.c hexdump.h hexsyntax.c odsyntax.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/16 23:32:00 PDT Modified files: usr.bin/hexdump display.c hexdump.h hexsyntax.c odsyntax.c Log: Declare variables that were extern'd in multiple places in hexdump.h. PR: 36783 Revision Changes Path 1.14 +0 -3 src/usr.bin/hexdump/display.c 1.7 +3 -0 src/usr.bin/hexdump/hexdump.h 1.10 +1 -4 src/usr.bin/hexdump/hexsyntax.c 1.12 +0 -3 src/usr.bin/hexdump/odsyntax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu May 16 23:35:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99B3937B409; Thu, 16 May 2002 23:35:44 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H6Zir43800; Thu, 16 May 2002 23:35:44 -0700 (PDT) (envelope-from obrien) Message-Id: <200205170635.g4H6Zir43800@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 16 May 2002 23:35:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/c++filt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/16 23:35:44 PDT Modified files: gnu/usr.bin/cc/c++filt Makefile Log: Remove some WIP bits that I didn't fully clean out before merging to HEAD. Revision Changes Path 1.14 +2 -3 src/gnu/usr.bin/cc/c++filt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0: 2:30 2002 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 3EC6837B405; Fri, 17 May 2002 00:02:21 -0700 (PDT) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g4H3B7U70155; Thu, 16 May 2002 23:11:07 -0400 (EDT) (envelope-from mike) Date: Thu, 16 May 2002 23:11:07 -0400 From: Mike Barcroft To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tee tee.c Message-ID: <20020516231106.G66219@espresso.q9media.com> References: <200205170228.g4H2SlO91721@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205170228.g4H2SlO91721@freefall.freebsd.org>; from jmallett@FreeBSD.org on Thu, May 16, 2002 at 07:28:47PM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG J. Mallett writes: > jmallett 2002/05/16 19:28:47 PDT > > Modified files: > usr.bin/tee tee.c > Log: > Remove spurious casts in malloc(3)'s argument. Okay. > Use `return' instead of `exit' at the bottom of main(). This part is wrong. The usual style for BSD software is to identify exit points with explicit exit() calls. > Revision Changes Path > 1.7 +3 -3 src/usr.bin/tee/tee.c Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0: 7: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 8C61C37B406; Fri, 17 May 2002 00:06:58 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 6C0F3AE1FE; Fri, 17 May 2002 00:06:58 -0700 (PDT) Date: Fri, 17 May 2002 00:06:58 -0700 From: Alfred Perlstein To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.c Message-ID: <20020517070658.GH20683@elvis.mu.org> References: <200205170527.g4H5Rra32389@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205170527.g4H5Rra32389@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * J. Mallett [020516 22:27] wrote: > jmallett 2002/05/16 22:27:53 PDT > > Modified files: > usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c > rpcbind.c > Log: > Stop this program's abuse of malloc(3). Its return value doesn't need these > ugly explicit casts, and its argument doesn't need explicitly cast to u_int, > especially if sizeof() is being used. from style(9): Casts and sizeof's are not followed by a space. Note that indent(1) does not understand this rule. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0:15: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4961337B40B; Fri, 17 May 2002 00:14:56 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H7Eu950625; Fri, 17 May 2002 00:14:56 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170714.g4H7Eu950625@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 17 May 2002 00:14:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/hexdump conv.c display.c od.1 odsyntax.c parse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/17 00:14:56 PDT Modified files: usr.bin/hexdump conv.c display.c od.1 odsyntax.c parse.c Log: Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options that SUSv3 requires and give od a proper manual page. PR: 36783 Revision Changes Path 1.5 +0 -4 src/usr.bin/hexdump/conv.c 1.15 +7 -3 src/usr.bin/hexdump/display.c 1.13 +175 -20 src/usr.bin/hexdump/od.1 1.13 +233 -51 src/usr.bin/hexdump/odsyntax.c 1.9 +9 -8 src/usr.bin/hexdump/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0:15:22 2002 Delivered-To: cvs-all@freebsd.org Received: from durham-ar1-4-64-252-019.durham.dsl-verizon.net (durham-ar1-4-64-252-019.durham.dsl-verizon.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id A402137B410 for ; Fri, 17 May 2002 00:14:58 -0700 (PDT) Received: (qmail 26250 invoked by uid 1001); 17 May 2002 07:15:33 -0000 Date: Fri, 17 May 2002 07:15:32 +0000 From: "J. Mallett" To: Alfred Perlstein Cc: "J. Mallett" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.c Message-ID: <20020517071532.GA1511@FreeBSD.ORG> References: <200205170527.g4H5Rra32389@freefall.freebsd.org> <20020517070658.GH20683@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020517070658.GH20683@elvis.mu.org> User-Agent: Mutt/1.3.27i Organisation: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 17, 2002 at 12:06:58AM -0700, Alfred Perlstein wrote: > * J. Mallett [020516 22:27] wrote: > > jmallett 2002/05/16 22:27:53 PDT > > > > Modified files: > > usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c > > rpcbind.c > > Log: > > Stop this program's abuse of malloc(3). Its return value doesn't need these > > ugly explicit casts, and its argument doesn't need explicitly cast to u_int, > > especially if sizeof() is being used. > > from style(9): > > Casts and sizeof's are not followed by a space. Note that indent(1) does > not understand this rule. I didn't change the existing indentation/spacing style, on purpose. -- jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. http://www.FreeBSD.org | The Power to Serve Vote for me for FreeBSD core or the cute little bunny gets it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0:25:52 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id EE6D937B401; Fri, 17 May 2002 00:25:39 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id CAF7DAE1FE; Fri, 17 May 2002 00:25:39 -0700 (PDT) Date: Fri, 17 May 2002 00:25:39 -0700 From: Alfred Perlstein To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.c Message-ID: <20020517072539.GI20683@elvis.mu.org> References: <200205170527.g4H5Rra32389@freefall.freebsd.org> <20020517070658.GH20683@elvis.mu.org> <20020517071532.GA1511@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020517071532.GA1511@FreeBSD.ORG> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * J. Mallett [020517 00:14] wrote: > On Fri, May 17, 2002 at 12:06:58AM -0700, Alfred Perlstein wrote: > > * J. Mallett [020516 22:27] wrote: > > > jmallett 2002/05/16 22:27:53 PDT > > > > > > Modified files: > > > usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c > > > rpcbind.c > > > Log: > > > Stop this program's abuse of malloc(3). Its return value doesn't need these > > > ugly explicit casts, and its argument doesn't need explicitly cast to u_int, > > > especially if sizeof() is being used. > > > > from style(9): > > > > Casts and sizeof's are not followed by a space. Note that indent(1) does > > not understand this rule. > > I didn't change the existing indentation/spacing style, on purpose. Yes you did. :) *** 170,179 **** /* * add to the end of the list */ ! rbl = (rpcblist_ptr) malloc((u_int)sizeof (RPCBLIST)); ! if (rbl == (rpcblist_ptr)NULL) { return (FALSE); - } a = &(rbl->rpcb_map); a->r_prog = reg.r_prog; a->r_vers = reg.r_vers; --- 170,178 ---- /* * add to the end of the list */ ! rbl = malloc(sizeof (RPCBLIST)); ! if (rbl == NULL) return (FALSE); a = &(rbl->rpcb_map); a->r_prog = reg.r_prog; a->r_vers = reg.r_vers; You also made it harder to see what has changed from our rpcbind from the tirpc95 to the tirpc99 distribution. But whatever. :) -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0:30:27 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (188.d.005.mel.iprimus.net.au [210.50.43.188]) by hub.freebsd.org (Postfix) with ESMTP id E6C0437B400; Fri, 17 May 2002 00:30:07 -0700 (PDT) Received: from treetop.robbins.dropbear.id.au (localhost [127.0.0.1]) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2) with ESMTP id g4GKEAeo009430; Fri, 17 May 2002 06:14:11 +1000 (EST) (envelope-from tim@treetop.robbins.dropbear.id.au) Received: (from tim@localhost) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2/Submit) id g4GKEAdr009429; Fri, 17 May 2002 06:14:10 +1000 (EST) Date: Fri, 17 May 2002 06:14:09 +1000 From: "Tim J. Robbins" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/hexdump conv.c display.c od.1 odsyntax.c parse.c Message-ID: <20020517061409.A9421@treetop.robbins.dropbear.id.au> References: <200205170714.g4H7Eu950625@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205170714.g4H7Eu950625@freefall.freebsd.org>; from tjr@FreeBSD.org on Fri, May 17, 2002 at 12:14:56AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 17, 2002 at 12:14:56AM -0700, Tim J. Robbins wrote: > Modified files: > usr.bin/hexdump conv.c display.c od.1 odsyntax.c parse.c > Log: > Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options that > SUSv3 requires and give od a proper manual page. The changes to display.c and parse.c were not related to od, but corrected the problems the addition of long double support on Alpha due to sizeof(double) == sizeof(long double) in switch statements. This should have been a separate commit. Sorry. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0:33: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC38937B417; Fri, 17 May 2002 00:32:54 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H7Wsf51990; Fri, 17 May 2002 00:32:54 -0700 (PDT) (envelope-from vanilla) Message-Id: <200205170732.g4H7Wsf51990@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 17 May 2002 00:32:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/xinetd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2002/05/17 00:32:54 PDT Modified files: security/xinetd Makefile Log: set --with-inet6 as option, and bump PORTREVISION. Submitted by: gen02@xtremedev.com Revision Changes Path 1.37 +6 -1 ports/security/xinetd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0:33:40 2002 Delivered-To: cvs-all@freebsd.org Received: from durham-ar1-4-64-252-019.durham.dsl-verizon.net (durham-ar1-4-64-252-019.durham.dsl-verizon.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id 6BF7F37B429 for ; Fri, 17 May 2002 00:33:08 -0700 (PDT) Received: (qmail 25475 invoked by uid 1001); 17 May 2002 07:33:42 -0000 Date: Fri, 17 May 2002 07:33:42 +0000 From: "J. Mallett" To: Alfred Perlstein Cc: "J. Mallett" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/rpcbind check_bound.c rpcb_svc_4.c rpcb_svc_com.c rpcbind.c Message-ID: <20020517073341.GB1511@FreeBSD.ORG> References: <200205170527.g4H5Rra32389@freefall.freebsd.org> <20020517070658.GH20683@elvis.mu.org> <20020517071532.GA1511@FreeBSD.ORG> <20020517072539.GI20683@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020517072539.GI20683@elvis.mu.org> User-Agent: Mutt/1.3.27i Organisation: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 17, 2002 at 12:25:39AM -0700, Alfred Perlstein wrote: > > > > I didn't change the existing indentation/spacing style, on purpose. > > Yes you did. :) > > [snipped removal of extraneous braces] Oops. I must have done that mistakenly. I could put back the braces, I suppose. -- jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. http://www.FreeBSD.org | The Power to Serve Vote for me for FreeBSD core or the cute little bunny gets it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0:55:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D3EC37B407; Fri, 17 May 2002 00:55:08 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H7t8s56257; Fri, 17 May 2002 00:55:08 -0700 (PDT) (envelope-from peter) Message-Id: <200205170755.g4H7t8s56257@freefall.freebsd.org> From: Peter Wemm Date: Fri, 17 May 2002 00:55:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/csu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/05/17 00:55:08 PDT Modified files: gnu/lib/csu Makefile Log: Put on peril-sensitive sunglasses and risk touching gcc related build glue again. Try and deal with platforms that provide their own crtbegin/end asm files (ia64 for example). crtstuff.c does not actually work on ia64 since libgcc.a doesn't have a few key support functions when built on ia64 so it is compulsory to use crtbegin.asm and crtend.asm. Reviewed by: obrien Revision Changes Path 1.12 +19 -15 src/gnu/lib/csu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0:55:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7900237B425; Fri, 17 May 2002 00:55:24 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H7tOA56297; Fri, 17 May 2002 00:55:24 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205170755.g4H7tOA56297@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 17 May 2002 00:55:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/17 00:55:24 PDT Modified files: usr.bin/xargs xargs.c Log: Simplify prerun() in the case where there are no arguments. Can't do -I or -J substitution if `utility' is not specified and we're using the buildin echo; It has no arguments for us to abuse. Revision Changes Path 1.36 +1 -1 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 0:56:35 2002 Delivered-To: cvs-all@freebsd.org Received: from rhadamanth.submonkey.net (pc1-card5-0-cust12.cdf.cable.ntl.com [80.3.216.12]) by hub.freebsd.org (Postfix) with ESMTP id ADD2D37B404; Fri, 17 May 2002 00:56:28 -0700 (PDT) Received: from setantae by rhadamanth.submonkey.net with local (Exim 3.36 #1) id 178cbD-0001eB-00; Fri, 17 May 2002 08:56:27 +0100 Date: Fri, 17 May 2002 08:56:27 +0100 From: Ceri Davies To: Greg 'groggy' Lehey Cc: Tom Rhodes , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Correct spelling (was: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 badsect.c src/sbin/clri clri.8 src/sbin/disklabel disklabel.5 disklabel.8 src/sbin/dump Makefile dump.h main.c) Message-ID: <20020517075627.GC5839@submonkey.net> Mail-Followup-To: Ceri Davies , Greg 'groggy' Lehey , Tom Rhodes , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205160410.g4G4Akn73697@freefall.freebsd.org> <20020516163820.H1640-100000@gamplex.bde.org> <20020517110130.P97098@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020517110130.P97098@wantadilla.lemis.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 17, 2002 at 11:01:30AM +0930, Greg 'groggy' Lehey wrote: > On Thursday, 16 May 2002 at 16:40:25 +1000, Bruce Evans wrote: > > On Wed, 15 May 2002, Tom Rhodes wrote: > > > >> Log: > >> more file system > filesystem > > > > The number of these changes probably shows that the change is from > > one correct spelling to another at best, or backwards at worst. I > > prefer "file system" in most contexts. > > Agreed. There's no evidence that "filesystem" is correct. Most spell > checkers flag it. I've just checked the usage in print media. I > grabbed seven books which seemed relatively representative: 4.4BSD > System manager's manual (with the original McKusick et al "A Fast File > System for UNIX" (sic), "The Design and Implementation of 4.4BSD", > "Design of the OSF/1 Operating System", Bach "The Design of the UNIX > Operating System", a better unknown "UNIX Internals" by Shaw and Shaw, > the Bell System Technical Journal original report on UNIX, and > Goodheart and Cox "The Magic Garden Explained: Internals of SVR4". > With the exception of the 4.4BSD book, they all spell it "file > system". This is also consistent with English spelling rules. I > would therefore ask that at very least all these commits be backed > out. If you want to be consistent, change all incidents of > "filesystem" to "file system". The original manual page for mount(2) also uses "file system" : http://cm.bell-labs.com/cm/cs/who/dmr/man22.pdf Ceri -- get the cool shoe shine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 1: 8: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BCE137B409; Fri, 17 May 2002 01:08:00 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H880F60859; Fri, 17 May 2002 01:08:00 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205170808.g4H880F60859@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 17 May 2002 01:08:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/tex2im Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/17 01:08:00 PDT Modified files: textproc/tex2im Makefile distinfo Log: upgrade to 1.5 Revision Changes Path 1.4 +1 -1 ports/textproc/tex2im/Makefile 1.3 +1 -1 ports/textproc/tex2im/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 1:16:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9502C37B405; Fri, 17 May 2002 01:16:38 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H8GcU61620; Fri, 17 May 2002 01:16:38 -0700 (PDT) (envelope-from kris) Message-Id: <200205170816.g4H8GcU61620@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 01:16:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/adzap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 01:16:38 PDT Modified files: www/adzap Makefile distinfo Log: Update to adzap-20020516 Revision Changes Path 1.19 +1 -1 ports/www/adzap/Makefile 1.18 +1 -1 ports/www/adzap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 1:32:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72CFB37B408; Fri, 17 May 2002 01:32:45 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H8WjY62631; Fri, 17 May 2002 01:32:45 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205170832.g4H8WjY62631@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 17 May 2002 01:32:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl12 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/17 01:32:45 PDT Modified files: devel/sdl12 Makefile Log: Disable svgalib dependency when building on arch other than i386. Hopefully this would enable to get even more packages for alpha. Prompted by: kris Revision Changes Path 1.55 +9 -4 ports/devel/sdl12/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 1:34: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B67A737B403; Fri, 17 May 2002 01:34:04 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H8Y4r62722; Fri, 17 May 2002 01:34:04 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205170834.g4H8Y4r62722@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 17 May 2002 01:34:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/svgalib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/17 01:34:04 PDT Modified files: graphics/svgalib Makefile Log: Mark as a ONLY_FOR_ARCH=i386. Prompted by: kris Revision Changes Path 1.6 +3 -1 ports/graphics/svgalib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 1:54:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9782B37B40C; Fri, 17 May 2002 01:54:32 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H8sWS65235; Fri, 17 May 2002 01:54:32 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170854.g4H8sWS65235@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 17 May 2002 01:54:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/hexdump odsyntax.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/17 01:54:32 PDT Modified files: usr.bin/hexdump odsyntax.c Log: Make the output tidier when multiple integer formats are requested by attempting to line up values into columns. Obtained from: NetBSD (idea) Revision Changes Path 1.14 +3 -3 src/usr.bin/hexdump/odsyntax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 1:55:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6868637B401; Fri, 17 May 2002 01:55:35 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H8tZ965386; Fri, 17 May 2002 01:55:35 -0700 (PDT) (envelope-from kris) Message-Id: <200205170855.g4H8tZ965386@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 01:55:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/adzap/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 01:55:35 PDT Modified files: www/adzap/files patch-aa patch-ab Log: At some point I broke the ability to actually use adzap according to the instructions. Fix this by reconstructing the patches from scratch. Revision Changes Path 1.7 +9 -16 ports/www/adzap/files/patch-aa 1.6 +6 -4 ports/www/adzap/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 1:59:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ECAD37B40B; Fri, 17 May 2002 01:59:14 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H8xEO65564; Fri, 17 May 2002 01:59:14 -0700 (PDT) (envelope-from peter) Message-Id: <200205170859.g4H8xEO65564@freefall.freebsd.org> From: Peter Wemm Date: Fri, 17 May 2002 01:59:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libgcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/05/17 01:59:13 PDT Modified files: gnu/lib/libgcc Makefile Log: Move LIB1ASMFUNCS from the SYMS variable and explicitly add it to OBJS later. Otherwise make will try and build the supposedly assembler .o files from libgcc2.c - which does not work too well (the .o's have no content) Reviewed by: obrien Revision Changes Path 1.43 +2 -3 src/gnu/lib/libgcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:10:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ECE837B403; Fri, 17 May 2002 02:10:48 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9AmG70377; Fri, 17 May 2002 02:10:48 -0700 (PDT) (envelope-from kris) Message-Id: <200205170910.g4H9AmG70377@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:10:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tinyfugue Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:10:48 PDT Modified files: net/tinyfugue Makefile Log: Remove BROKEN tag; this package appears to build correctly now. Noticed by: bento Revision Changes Path 1.24 +0 -4 ports/net/tinyfugue/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:11:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4C7A37B40A; Fri, 17 May 2002 02:11:52 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9Bqr70554; Fri, 17 May 2002 02:11:52 -0700 (PDT) (envelope-from kris) Message-Id: <200205170911.g4H9Bqr70554@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:11:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/truncate Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:11:52 PDT Modified files: sysutils/truncate Makefile Log: Move BROKEN -> FORBIDDEN Revision Changes Path 1.6 +2 -2 ports/sysutils/truncate/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:14:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8363637B408; Fri, 17 May 2002 02:14:22 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9EMG70890; Fri, 17 May 2002 02:14:22 -0700 (PDT) (envelope-from ache) Message-Id: <200205170914.g4H9EMG70890@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 17 May 2002 02:14:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb Makefile distinfo pkg-install ports/security/drweb/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/17 02:14:22 PDT Modified files: security/drweb Makefile distinfo pkg-install security/drweb/files patch-aa patch-ab Log: Upgrade to 4.28.1 Revision Changes Path 1.24 +1 -2 ports/security/drweb/Makefile 1.9 +1 -1 ports/security/drweb/distinfo 1.3 +8 -8 ports/security/drweb/files/patch-aa 1.2 +46 -9 ports/security/drweb/files/patch-ab 1.4 +2 -2 ports/security/drweb/pkg-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:18:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AE4037B405; Fri, 17 May 2002 02:18:07 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9I6Z71279; Fri, 17 May 2002 02:18:07 -0700 (PDT) (envelope-from kris) Message-Id: <200205170918.g4H9I6Z71279@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:18:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/qslim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:18:06 PDT Modified files: graphics/qslim Makefile Log: Mark BROKEN: Does not find libforms.a to link against Revision Changes Path 1.3 +2 -0 ports/graphics/qslim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:19:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C63037B401; Fri, 17 May 2002 02:19:18 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9JHv71390; Fri, 17 May 2002 02:19:17 -0700 (PDT) (envelope-from kris) Message-Id: <200205170919.g4H9JHv71390@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:19:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/rotix Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:19:17 PDT Modified files: textproc/rotix Makefile Log: Mark BROKEN: does not fetch Revision Changes Path 1.5 +2 -0 ports/textproc/rotix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:20:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61FF037B403; Fri, 17 May 2002 02:20:48 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9KmB71567; Fri, 17 May 2002 02:20:48 -0700 (PDT) (envelope-from sada) Message-Id: <200205170920.g4H9KmB71567@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 02:20:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh2 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 02:20:48 PDT Modified files: security/ssh2 Makefile pkg-plist Log: Install default config files as *.sample instead of overwriting existing ones. Note: The PR includes diffs to cope with WITHOUT_X11 env, but this was already committed by knu-san. So I just added CONFIGURE_ARGS line, please verify it. PR: ports/35385 Submitted by: maintainer Revision Changes Path 1.106 +42 -16 ports/security/ssh2/Makefile 1.22 +4 -9 ports/security/ssh2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:22: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E01037B408; Fri, 17 May 2002 02:22:00 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9M0271838; Fri, 17 May 2002 02:22:00 -0700 (PDT) (envelope-from kris) Message-Id: <200205170922.g4H9M0271838@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:22:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qix/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:22:00 PDT Added files: games/qix/files patch-aa Log: Use user:group notation for chown. Install root:games instead of bin:games. Revision Changes Path 1.1 +30 -0 ports/games/qix/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:23: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 635A337B403; Fri, 17 May 2002 02:23:06 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9N6j71977; Fri, 17 May 2002 02:23:06 -0700 (PDT) (envelope-from kris) Message-Id: <200205170923.g4H9N6j71977@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:23:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/eddie Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:23:06 PDT Modified files: www/eddie Makefile Log: Mark BROKEN: missing header driver.h Revision Changes Path 1.2 +2 -0 ports/www/eddie/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:24:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4E4637B406; Fri, 17 May 2002 02:24:32 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9OWK72103; Fri, 17 May 2002 02:24:32 -0700 (PDT) (envelope-from kris) Message-Id: <200205170924.g4H9OWK72103@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:24:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/emboss Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:24:32 PDT Modified files: biology/emboss Makefile Log: BROKEN: incorrect checksums Revision Changes Path 1.27 +2 -0 ports/biology/emboss/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:26:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41CA337B400; Fri, 17 May 2002 02:26:40 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9Qe472345; Fri, 17 May 2002 02:26:40 -0700 (PDT) (envelope-from kris) Message-Id: <200205170926.g4H9Qe472345@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:26:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/ezload Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:26:40 PDT Modified files: misc/ezload Makefile Log: BROKEN: does not build Revision Changes Path 1.7 +3 -1 ports/misc/ezload/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:28:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A69337B409; Fri, 17 May 2002 02:28:32 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9SW172515; Fri, 17 May 2002 02:28:32 -0700 (PDT) (envelope-from kris) Message-Id: <200205170928.g4H9SW172515@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:28:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/flasm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:28:32 PDT Modified files: graphics/flasm Makefile Log: BROKEN: checksum fails Revision Changes Path 1.3 +2 -0 ports/graphics/flasm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:30: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5F8F37B40A; Fri, 17 May 2002 02:30:04 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9U4Q72684; Fri, 17 May 2002 02:30:04 -0700 (PDT) (envelope-from kris) Message-Id: <200205170930.g4H9U4Q72684@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:30:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/happy Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:30:04 PDT Modified files: devel/happy Makefile Log: BROKEN: does not build Revision Changes Path 1.4 +2 -0 ports/devel/happy/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:32: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0DB737B406; Fri, 17 May 2002 02:32:02 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9W2Y72921; Fri, 17 May 2002 02:32:02 -0700 (PDT) (envelope-from kris) Message-Id: <200205170932.g4H9W2Y72921@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:32:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/hmake Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:32:01 PDT Modified files: devel/hmake Makefile Log: BROKEN: does not build Revision Changes Path 1.2 +2 -0 ports/devel/hmake/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:33:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45A9237B405; Fri, 17 May 2002 02:33:14 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9XDD72973; Fri, 17 May 2002 02:33:14 -0700 (PDT) (envelope-from sada) Message-Id: <200205170933.g4H9XDD72973@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 02:33:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 02:33:13 PDT Modified files: security/ssh2 Makefile Log: Oops, ".include " line must be placed here. Revision Changes Path 1.107 +2 -2 ports/security/ssh2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:33:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9029837B436; Fri, 17 May 2002 02:33:38 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9Xcj73033; Fri, 17 May 2002 02:33:38 -0700 (PDT) (envelope-from kris) Message-Id: <200205170933.g4H9Xcj73033@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:33:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/femlab Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:33:38 PDT Modified files: math/femlab Makefile Log: BROKEN: does not build Revision Changes Path 1.12 +2 -0 ports/math/femlab/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:34:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C2CD37B408; Fri, 17 May 2002 02:34:27 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9YRD73122; Fri, 17 May 2002 02:34:27 -0700 (PDT) (envelope-from kris) Message-Id: <200205170934.g4H9YRD73122@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:34:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/glitter Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:34:27 PDT Modified files: news/glitter Makefile Log: BROKEN: does not package correctly Revision Changes Path 1.3 +3 -1 ports/news/glitter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:36:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10D5F37B407; Fri, 17 May 2002 02:36:21 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9aL873305; Fri, 17 May 2002 02:36:21 -0700 (PDT) (envelope-from kris) Message-Id: <200205170936.g4H9aL873305@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:36:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/cassowary Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:36:20 PDT Modified files: misc/cassowary Makefile Log: BROKEN: does not build Revision Changes Path 1.12 +3 -1 ports/misc/cassowary/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:37:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A27137B406; Fri, 17 May 2002 02:37:27 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9bR873398; Fri, 17 May 2002 02:37:27 -0700 (PDT) (envelope-from kris) Message-Id: <200205170937.g4H9bR873398@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:37:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xneko Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:37:27 PDT Modified files: games/xneko Makefile Log: BROKEN: checksum fails Revision Changes Path 1.15 +3 -1 ports/games/xneko/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:39: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B68C37B40E; Fri, 17 May 2002 02:39:04 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9d4h73571; Fri, 17 May 2002 02:39:04 -0700 (PDT) (envelope-from kris) Message-Id: <200205170939.g4H9d4h73571@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:39:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/xfmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:39:04 PDT Modified files: mail/xfmail Makefile Log: BROKEN: does not find autoconf Revision Changes Path 1.34 +2 -0 ports/mail/xfmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:40:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F10AF37B407; Fri, 17 May 2002 02:40:49 -0700 (PDT) Received: (from maxim@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9en073849; Fri, 17 May 2002 02:40:49 -0700 (PDT) (envelope-from maxim) Message-Id: <200205170940.g4H9en073849@freefall.freebsd.org> From: Maxim Konovalov Date: Fri, 17 May 2002 02:40:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/05/17 02:40:49 PDT Modified files: (Branch: RELENG_4) usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Log: MFC rev. 1.38 cdcontrol.c and rev. 1.34 cdcontrol.1: implement 'speed' command. MFC rev. 1.39 cdcontrol.c: remove an EOF space. Approved by: re (jhb) Revision Changes Path 1.21.2.11 +4 -1 src/usr.sbin/cdcontrol/cdcontrol.1 1.24.2.9 +20 -1 src/usr.sbin/cdcontrol/cdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:41:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9930F37B40B; Fri, 17 May 2002 02:41:52 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9fqC73933; Fri, 17 May 2002 02:41:52 -0700 (PDT) (envelope-from kris) Message-Id: <200205170941.g4H9fqC73933@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:41:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/workman Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:41:52 PDT Modified files: audio/workman Makefile Log: BROKEN: fails to package (XFree86-4 html manpage fallout) Revision Changes Path 1.18 +2 -0 ports/audio/workman/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:42:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD07F37B408; Fri, 17 May 2002 02:42:30 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9gUK73999; Fri, 17 May 2002 02:42:30 -0700 (PDT) (envelope-from kris) Message-Id: <200205170942.g4H9gUK73999@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:42:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/veepee Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:42:30 PDT Modified files: devel/veepee Makefile Log: BROKEN: does not build Revision Changes Path 1.10 +3 -1 ports/devel/veepee/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:43:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5D4237B408; Fri, 17 May 2002 02:43:20 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9hKd74101; Fri, 17 May 2002 02:43:20 -0700 (PDT) (envelope-from kris) Message-Id: <200205170943.g4H9hKd74101@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:43:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/uclient Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:43:20 PDT Modified files: games/uclient Makefile Log: BROKEN: Does not find automake. Revision Changes Path 1.3 +3 -1 ports/games/uclient/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:44:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8D6537B406; Fri, 17 May 2002 02:44:03 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9i3C74198; Fri, 17 May 2002 02:44:03 -0700 (PDT) (envelope-from kris) Message-Id: <200205170944.g4H9i3C74198@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:44:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/tuxracer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:44:03 PDT Modified files: games/tuxracer Makefile Log: BROKEN: does not build Revision Changes Path 1.8 +2 -0 ports/games/tuxracer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:46:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D47937B489; Fri, 17 May 2002 02:46:08 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9k6F74363; Fri, 17 May 2002 02:46:06 -0700 (PDT) (envelope-from brian) Message-Id: <200205170946.g4H9k6F74363@freefall.freebsd.org> From: Brian Somers Date: Fri, 17 May 2002 02:45:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall index.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/17 02:45:55 PDT Modified files: (Branch: RELENG_4) release/sysinstall index.c Log: Extend a buffer size so that packages with particularily deep dependency lists install properly. This bug broke 4.6-RC1. Approved by: re (brian) Revision Changes Path 1.80.2.16 +2 -2 src/release/sysinstall/index.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:46:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 084F337B400; Fri, 17 May 2002 02:46:16 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9kF174407; Fri, 17 May 2002 02:46:15 -0700 (PDT) (envelope-from kris) Message-Id: <200205170946.g4H9kF174407@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:46:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xchadance Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:46:15 PDT Modified files: games/xchadance Makefile Log: BROKEN: does not fetch Revision Changes Path 1.7 +2 -0 ports/games/xchadance/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:46:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F63037B49E; Fri, 17 May 2002 02:46:47 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9klP74444; Fri, 17 May 2002 02:46:47 -0700 (PDT) (envelope-from brian) Message-Id: <200205170946.g4H9klP74444@freefall.freebsd.org> From: Brian Somers Date: Fri, 17 May 2002 02:46:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall index.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/17 02:46:47 PDT Modified files: usr.sbin/sysinstall index.c Log: MFS: Extend a buffer size so that packages with particularily deep dependency lists install properly. Revision Changes Path 1.97 +1 -1 src/usr.sbin/sysinstall/index.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:47:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB55837B404; Fri, 17 May 2002 02:47:22 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9lMg74507; Fri, 17 May 2002 02:47:22 -0700 (PDT) (envelope-from ache) Message-Id: <200205170947.g4H9lMg74507@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 17 May 2002 02:47:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/17 02:47:22 PDT Modified files: security/drweb-sendmail Makefile distinfo Log: Upgrade to 4.28.2 Revision Changes Path 1.41 +8 -8 ports/security/drweb-sendmail/Makefile 1.8 +1 -1 ports/security/drweb-sendmail/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:48:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06E6837B403; Fri, 17 May 2002 02:48:37 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9mau74789; Fri, 17 May 2002 02:48:36 -0700 (PDT) (envelope-from kris) Message-Id: <200205170948.g4H9mau74789@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:48:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/mouseclock Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:48:36 PDT Modified files: x11-clocks/mouseclock Makefile Log: BROKEN: DOes not build with XFree86-4 Revision Changes Path 1.8 +3 -1 ports/x11-clocks/mouseclock/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:49:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6213637B40A; Fri, 17 May 2002 02:49:35 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9nY674875; Fri, 17 May 2002 02:49:34 -0700 (PDT) (envelope-from kris) Message-Id: <200205170949.g4H9nY674875@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:49:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mmix Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:49:33 PDT Modified files: lang/mmix Makefile Log: BROKEN: incorrect checksum Revision Changes Path 1.4 +2 -0 ports/lang/mmix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:50: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E7BC37B421; Fri, 17 May 2002 02:49:44 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9nij74951; Fri, 17 May 2002 02:49:44 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200205170949.g4H9nij74951@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 17 May 2002 02:49:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/flasm Makefile distinfo ports/graphics/flasm/files patch-unflasm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/05/17 02:49:43 PDT Modified files: graphics/flasm Makefile distinfo graphics/flasm/files patch-unflasm.c Log: Upgrade to 1.4. Revision Changes Path 1.4 +2 -4 ports/graphics/flasm/Makefile 1.3 +1 -1 ports/graphics/flasm/distinfo 1.2 +0 -16 ports/graphics/flasm/files/patch-unflasm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:51: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EF6F37B40B; Fri, 17 May 2002 02:50:58 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9own75203; Fri, 17 May 2002 02:50:58 -0700 (PDT) (envelope-from kris) Message-Id: <200205170950.g4H9own75203@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:50:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mozart Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:50:58 PDT Modified files: lang/mozart Makefile Log: BROKEN: Does not detect bison correctly Revision Changes Path 1.8 +2 -0 ports/lang/mozart/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:51:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CAC537B403; Fri, 17 May 2002 02:51:36 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9pau75246; Fri, 17 May 2002 02:51:36 -0700 (PDT) (envelope-from kris) Message-Id: <200205170951.g4H9pau75246@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:51:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/macipgw Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:51:36 PDT Modified files: net/macipgw Makefile Log: BROKEN: Does not build Revision Changes Path 1.11 +3 -1 ports/net/macipgw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:53: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EA6237B403; Fri, 17 May 2002 02:53:06 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9r6X75412; Fri, 17 May 2002 02:53:06 -0700 (PDT) (envelope-from kris) Message-Id: <200205170953.g4H9r6X75412@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:53:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/lsh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:53:06 PDT Modified files: security/lsh Makefile Log: BROKEN: does not fetch Revision Changes Path 1.4 +3 -1 ports/security/lsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:54:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 787E937B404; Fri, 17 May 2002 02:54:51 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9spn75547; Fri, 17 May 2002 02:54:51 -0700 (PDT) (envelope-from kris) Message-Id: <200205170954.g4H9spn75547@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:54:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/larbin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:54:51 PDT Modified files: www/larbin Makefile Log: BROKEN: does not build Revision Changes Path 1.2 +2 -0 ports/www/larbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 2:59:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C4AD37B407; Fri, 17 May 2002 02:59:08 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H9x8675915; Fri, 17 May 2002 02:59:08 -0700 (PDT) (envelope-from kris) Message-Id: <200205170959.g4H9x8675915@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 02:59:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/videotext Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 02:59:07 PDT Modified files: misc/videotext Makefile Log: BROKEN: Does not build Revision Changes Path 1.12 +3 -1 ports/misc/videotext/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 3: 5:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8297237B409; Fri, 17 May 2002 03:05:18 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HA5I178456; Fri, 17 May 2002 03:05:18 -0700 (PDT) (envelope-from tg) Message-Id: <200205171005.g4HA5I178456@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 17 May 2002 03:05:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/pdksh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tg 2002/05/17 03:05:18 PDT Modified files: shells/pdksh Makefile Log: Serves me right to commit something in a hurry, untested. <:-( Fix fetching. PR: 38144 Submitted by: Alan Eldridge Revision Changes Path 1.27 +2 -2 ports/shells/pdksh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 3:14:15 2002 Delivered-To: cvs-all@freebsd.org Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by hub.freebsd.org (Postfix) with ESMTP id 2A62D37B40C; Fri, 17 May 2002 03:14:06 -0700 (PDT) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.11.6/8.11.6) with ESMTP id g4HAE4216229; Fri, 17 May 2002 12:14:04 +0200 (MEST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id g4HAE4b23243; Fri, 17 May 2002 12:14:04 +0200 (MEST) Received: (from localhost) by curry.mchp.siemens.de (8.12.2/8.12.2) id g4HAE4Rl085763; Date: Fri, 17 May 2002 12:14:03 +0200 From: Andre Albsmeier To: Mark Murray Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/crypto/telnet/libtelnet sra.c Message-ID: <20020517121403.A61708@curry.mchp.siemens.de> References: <200205160846.g4G8kn512915@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205160846.g4G8kn512915@freefall.freebsd.org>; from markm@FreeBSD.ORG on Thu, May 16, 2002 at 01:46:49AM -0700 X-Echelon: BND CIA NSA Mossad KGB MI6 IRA detonator nuclear assault strike X-RAVMilter-Version: 8.3.1(snapshot 20020109) (curry.mchp.siemens.de) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16-May-2002 at 01:46:49 -0700, Mark Murray wrote: > markm 2002/05/16 01:46:49 PDT > > Modified files: (Branch: RELENG_4) > crypto/telnet/libtelnet sra.c > Log: > MFC: fix a core dump in telnetd. Thanks! Would you mind closing the PR? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=37766 Thanks, -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 3:24:42 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 7DE3337B408; Fri, 17 May 2002 03:24:38 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4HAObva009259; Fri, 17 May 2002 11:24:37 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4HAOWWs090619; Fri, 17 May 2002 11:24:32 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205171024.g4HAOWWs090619@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ppp mppe.c In-Reply-To: Message from Brian Somers of "Thu, 16 May 2002 17:44:54 PDT." <200205170044.g4H0isS75979@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 11:24:32 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > brian 2002/05/16 17:44:54 PDT > > Modified files: > usr.sbin/ppp mppe.c > Log: > Put back > > Revision Changes Path > 1.22 +1 -0 src/usr.sbin/ppp/mppe.c Warnings coming out of the alpha's compiler that aren't given by the i386 one catch me every time :*( -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 3:30:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38FE037B407; Fri, 17 May 2002 03:30:36 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HAUaZ82115; Fri, 17 May 2002 03:30:36 -0700 (PDT) (envelope-from wjv) Message-Id: <200205171030.g4HAUaZ82115@freefall.freebsd.org> From: Johann Visagie Date: Fri, 17 May 2002 03:30:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/diveintopython Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2002/05/17 03:30:32 PDT Modified files: lang/diveintopython Makefile distinfo Log: - Update to version 4.0.2 - This (trivial) commit comes to you from Beijing in the People's Republic of China. Is it a first? Revision Changes Path 1.15 +1 -1 ports/lang/diveintopython/Makefile 1.13 +5 -5 ports/lang/diveintopython/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 3:34:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A112A37B40B; Fri, 17 May 2002 03:34:47 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HAYlK82447; Fri, 17 May 2002 03:34:47 -0700 (PDT) (envelope-from trevor) Message-Id: <200205171034.g4HAYlK82447@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 17 May 2002 03:34:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french/linux-netscape6 pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/17 03:34:47 PDT Modified files: french/linux-netscape6 pkg-descr Log: Add home page. Revision Changes Path 1.3 +2 -0 ports/french/linux-netscape6/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 3:41:33 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 7F71237B404; Fri, 17 May 2002 03:41:22 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4HAfLva009325; Fri, 17 May 2002 11:41:21 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4HAfGWs090869; Fri, 17 May 2002 11:41:16 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205171041.g4HAfGWs090869@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mike Barcroft Cc: "J. Mallett" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/usr.bin/tee tee.c In-Reply-To: Message from Mike Barcroft of "Thu, 16 May 2002 23:11:07 EDT." <20020516231106.G66219@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 11:41:16 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > J. Mallett writes: > > jmallett 2002/05/16 19:28:47 PDT > > > > Modified files: > > usr.bin/tee tee.c > > Log: > > Remove spurious casts in malloc(3)'s argument. > > Okay. > > > Use `return' instead of `exit' at the bottom of main(). > > This part is wrong. The usual style for BSD software is to identify > exit points with explicit exit() calls. I think this has been discussed a number of times on the lists. No decision was made either way. style(9) says nothing about it. Personally I prefer return because of the C++ implications, but that's a weak argument. I suspect the sysinstall crunch stuff prefers return too (but that's a guess). So the ``wrongness'' was in changing exit to return, not the use of either. It's up to the individual which they use, but people shouldn't change from one to the other without a good reason. > > Revision Changes Path > > 1.7 +3 -3 src/usr.bin/tee/tee.c > > Best regards, > Mike Barcroft -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4: 0:59 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 0DEF337B409; Fri, 17 May 2002 04:00:10 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4HAxr513602; Fri, 17 May 2002 13:59:53 +0300 (EEST) (envelope-from ru) Date: Fri, 17 May 2002 13:59:53 +0300 From: Ruslan Ermilov To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/gnu/lib Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/cc Makefile Message-ID: <20020517105953.GC75925@sunbay.com> References: <200205151629.g4FGTj062213@freefall.freebsd.org> <20020515150513.A14077@dragon.nuxi.com> <20020516055741.GA26715@sunbay.com> <20020516014650.A41621@dragon.nuxi.com> <20020516103848.GA65503@sunbay.com> <20020516115207.B67791@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pAwQNkOnpTn9IO2O" Content-Disposition: inline In-Reply-To: <20020516115207.B67791@dragon.nuxi.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --pAwQNkOnpTn9IO2O Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2002 at 11:52:07AM -0700, David O'Brien wrote: > On Thu, May 16, 2002 at 01:38:48PM +0300, Ruslan Ermilov wrote: > > > Yes I did look at the diffs. What C++ compiler do we have that is na= med=20 > > > "c++" other than the system one? Certainly none of the GCC ports I > > >=20 > > Obviously I just added _more_ variants for the external C++ compiler. >=20 > Tell me which compiler? I don't want "in theory", I want "real world". >=20 > 1. You are backing out my changeds from only 5 days ago w/o asking me to > explain them. =20 > =20 > 2. The bit you show as an example is only part of your change. You > totally backed out some of my changes: >=20 > +# $FreeBSD: /c/ncvs/src/Makefile.inc1,v 1.277 2002/05/15 16:29:44 ru = Exp $ > -.if ${CXX} =3D=3D "c++" > -NO_CXX=3D yes > -.endif >=20 > +# $FreeBSD: /c/ncvs/src/gnu/lib/Makefile,v 1.37 2002/05/15 16:29:45 r= u Exp $ > -.if ${CXX:T} =3D=3D "c++" > -NO_CXX=3D yes > -.endif >=20 > +# $FreeBSD: /c/ncvs/src/gnu/usr.bin/cc/Makefile,v 1.30 2002/05/15 16:= 29:45 ru Exp $ > [you removed c++, c++filt, and doc from the build] > =20 >=20 > I do not think you understand the issues here. Since discussing things > is now dangerous as hell around here. I am going to simply ask core to > have you back out your commit under "Big List of Rules" #6. >=20 If anyone really listens to this, we're currently working with -core on resolving the issue. > > > > in a normal bootstrapping sequence no special hacks are necessary. > > >=20 > > > Gperf is written in C++. If you have no system C++ compiler and CXX = is > > > set to its stock value; how are you going to build gperf? We experie= nce > > > this in the Sparc64 world where we never had a 2.95 system compiler. > >=20 > > If that's the case, you want to cross-compile the sparc64 world (or only > > gperf) using say i386 version of the sparc64 cross-compiler. =20 >=20 > How is that going to help?? A C++ support libraries that does not exist > on the i386 or sparc64 natively, will some how pop out of the build? >=20 They _do_ exist on 4.x. A 4.x i386 host can build "gperf" that can later be used to build cc1plus for sparc64. > > I fail to > > see how the check of whether "gperf" is in the PATH (the check is as > > simple as for kldxref(8) in sys/modules/Makefile) helps you to proceed. >=20 > Because if gperf is not in the path, cc1plus should not be built. > I could just disconnect cc1plus from the build, but then it could > atrophy. >=20 Fine, then it would be logical to use the same test in cc/Makefile as in Makefile.inc1. Specifically: %%% Index: Makefile =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/ncvs/src/gnu/usr.bin/cc/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- Makefile 17 May 2002 05:41:47 -0000 1.32 +++ Makefile 17 May 2002 08:44:49 -0000 @@ -10,7 +10,10 @@ .endif =20 .if !defined(NO_CXX) -SUBDIR+=3D cc1plus c++ c++filt +.if ${CXX} !=3D "c++" # gperf is not built by Makefile.inc1 +SUBDIR+=3D cc1plus +.endif +SUBDIR+=3D c++ c++filt .if !defined(NO_COLLECT2) #SUBDIR+=3D collect2 .endif %%% > > "Cross compiling is next step to porting", to quote Terry. >=20 > We are *ALREADY* self hosting. On your i386 box "rm /usr/bin/gperf", > remove any CXX settings you have; and try to build world. >=20 This will now break buildworld, as you have requested me to back out gnu/usr.bin/cc/Makefile,v 1.30 changes. :-) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --pAwQNkOnpTn9IO2O Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85OKpUkv4P6juNwoRAiEAAKCD7Feunztehbq0KMFQN1vMyOUvrgCfYDtT 5HupuRkHss5//2s5VovqOQk= =7rYw -----END PGP SIGNATURE----- --pAwQNkOnpTn9IO2O-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4: 3:12 2002 Delivered-To: cvs-all@freebsd.org Received: from durham-ar1-4-64-252-019.durham.dsl-verizon.net (durham-ar1-4-64-252-019.durham.dsl-verizon.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id 02E8D37B404 for ; Fri, 17 May 2002 04:03:05 -0700 (PDT) Received: (qmail 18626 invoked by uid 1001); 17 May 2002 11:03:41 -0000 Date: Fri, 17 May 2002 11:03:41 +0000 From: "J. Mallett" To: Brian Somers Cc: Mike Barcroft , "J. Mallett" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tee tee.c Message-ID: <20020517110339.GB9781@FreeBSD.ORG> References: <20020516231106.G66219@espresso.q9media.com> <200205171041.g4HAfGWs090869@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205171041.g4HAfGWs090869@hak.lan.Awfulhak.org> User-Agent: Mutt/1.3.27i Organisation: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 17, 2002 at 11:41:16AM +0100, Brian Somers wrote: > > J. Mallett writes: > > > jmallett 2002/05/16 19:28:47 PDT > > > > > > Modified files: > > > usr.bin/tee tee.c > > > Log: > > > Remove spurious casts in malloc(3)'s argument. > > > > Okay. > > > > > Use `return' instead of `exit' at the bottom of main(). > > > > This part is wrong. The usual style for BSD software is to identify > > exit points with explicit exit() calls. > > I think this has been discussed a number of times on the lists. No > decision was made either way. style(9) says nothing about it. > > Personally I prefer return because of the C++ implications, but > that's a weak argument. I suspect the sysinstall crunch stuff > prefers return too (but that's a guess). > > So the ``wrongness'' was in changing exit to return, not the use of > either. It's up to the individual which they use, but people > shouldn't change from one to the other without a good reason. So control of the main() function doesn't end without a return as the compiler thinks because it doesn't realise exit() eats program flow. Still though, I can back it out. -- jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. http://www.FreeBSD.org | The Power to Serve Vote for me for FreeBSD core or the cute little bunny gets it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:11:46 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 83DF037B405; Fri, 17 May 2002 04:11:40 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4HBBdva009404; Fri, 17 May 2002 12:11:39 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4HBBYWs091280; Fri, 17 May 2002 12:11:34 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205171111.g4HBBYWs091280@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "J. Mallett" Cc: Brian Somers , Mike Barcroft , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tee tee.c In-Reply-To: Message from "J. Mallett" of "Fri, 17 May 2002 11:03:41 -0000." <20020517110339.GB9781@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 12:11:34 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, May 17, 2002 at 11:41:16AM +0100, Brian Somers wrote: > > > J. Mallett writes: > > > > jmallett 2002/05/16 19:28:47 PDT > > > > > > > > Modified files: > > > > usr.bin/tee tee.c > > > > Log: > > > > Remove spurious casts in malloc(3)'s argument. > > > > > > Okay. > > > > > > > Use `return' instead of `exit' at the bottom of main(). > > > > > > This part is wrong. The usual style for BSD software is to identify > > > exit points with explicit exit() calls. > > > > I think this has been discussed a number of times on the lists. No > > decision was made either way. style(9) says nothing about it. > > > > Personally I prefer return because of the C++ implications, but > > that's a weak argument. I suspect the sysinstall crunch stuff > > prefers return too (but that's a guess). > > > > So the ``wrongness'' was in changing exit to return, not the use of > > either. It's up to the individual which they use, but people > > shouldn't change from one to the other without a good reason. > > So control of the main() function doesn't end without a return as the > compiler thinks because it doesn't realise exit() eats program flow. exit() is marked _dead2, ie, it doesn't return. > Still though, I can back it out. IMHO it would be only twice as wrong to back it out :*) > -- > jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. > http://www.FreeBSD.org | The Power to Serve > Vote for me for FreeBSD core or the cute little bunny gets it. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:12:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E730237B410; Fri, 17 May 2002 04:11:58 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HBBw892217; Fri, 17 May 2002 04:11:58 -0700 (PDT) (envelope-from trevor) Message-Id: <200205171111.g4HBBw892217@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 17 May 2002 04:11:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french/linux-netscape6 Makefile distinfo ports/german/linux-netscape6 Makefile distinfo ports/japanese/linux-netscape6 Makefile distinfo ports/www/linux-netscape6 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/17 04:11:58 PDT Modified files: french/linux-netscape6 Makefile distinfo german/linux-netscape6 Makefile distinfo japanese/linux-netscape6 Makefile distinfo www/linux-netscape6 Makefile distinfo Log: Update to 6.2.3. Belatedly, I confirmed that 6.2.2 supports Greymagic's Mozilla Disk Explorer (http://sec.greymagic.com/adv/gm001-ns/) which demonstrates a security bug. The demo does not work with 6.2.3. I am assuming that the zlib double free() bug, if it existed, may have been addressed, so I am removing the FORBIDDEN line. I didn't bother to update the generated files for this release, since the old ones seem to work fine. Add hitherto forgotten PKGNAMEPREFIX so the English, French, German and Japanese versions may all be installed without conflicting. Revision Changes Path 1.5 +1 -0 ports/french/linux-netscape6/Makefile 1.3 +13 -13 ports/french/linux-netscape6/distinfo 1.4 +1 -0 ports/german/linux-netscape6/Makefile 1.3 +14 -14 ports/german/linux-netscape6/distinfo 1.4 +1 -0 ports/japanese/linux-netscape6/Makefile 1.3 +13 -13 ports/japanese/linux-netscape6/distinfo 1.60 +2 -4 ports/www/linux-netscape6/Makefile 1.12 +15 -15 ports/www/linux-netscape6/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:16:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B21C37B408; Fri, 17 May 2002 04:16:49 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HBGnr92644; Fri, 17 May 2002 04:16:49 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205171116.g4HBGnr92644@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 17 May 2002 04:16:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tee tee.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/17 04:16:49 PDT Modified files: usr.bin/tee tee.c Log: Revert part of the previous revision. Changing exit() to return() in main() is wrong, even though our C compiler doesn't understand that exit() eats control of the program, and as such can sometimes complain that main() reaches the bottom of its body without an explicit return(). Aside from that, the functional usefulness of changing it is effectively nil, so back it out. Submitted by: mike Revision Changes Path 1.8 +1 -1 src/usr.bin/tee/tee.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:18:41 2002 Delivered-To: cvs-all@freebsd.org Received: from durham-ar1-4-64-252-019.durham.dsl-verizon.net (durham-ar1-4-64-252-019.durham.dsl-verizon.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id 9D92B37B40B for ; Fri, 17 May 2002 04:18:24 -0700 (PDT) Received: (qmail 8604 invoked by uid 1001); 17 May 2002 11:19:00 -0000 Date: Fri, 17 May 2002 11:19:00 +0000 From: "J. Mallett" To: Brian Somers Cc: "J. Mallett" , Mike Barcroft , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tee tee.c Message-ID: <20020517111900.GA26515@FreeBSD.ORG> References: <20020517110339.GB9781@FreeBSD.ORG> <200205171111.g4HBBYWs091280@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205171111.g4HBBYWs091280@hak.lan.Awfulhak.org> User-Agent: Mutt/1.3.27i Organisation: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 17, 2002 at 12:11:34PM +0100, Brian Somers wrote: > > So control of the main() function doesn't end without a return as the > > compiler thinks because it doesn't realise exit() eats program flow. > > exit() is marked _dead2, ie, it doesn't return. Then it must be getting implicitly declared or prototyped somewhere else. I had GCC complain on one of the cluster machines. > > Still though, I can back it out. > > IMHO it would be only twice as wrong to back it out :*) Not in the name of "reducing diffs", I suppose. So uh, forget what I said when I backed it out, and pretend I did it to "reduce diffs" :P -- jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. http://www.FreeBSD.org | The Power to Serve Vote for me for FreeBSD core or the cute little bunny gets it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:19: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.6]) by hub.freebsd.org (Postfix) with ESMTP id 8CDBC37B40F; Fri, 17 May 2002 04:18:46 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.6/8.11.6) with ESMTP id g4HBIgf00617; Fri, 17 May 2002 07:18:42 -0400 (EDT) Date: Fri, 17 May 2002 07:18:42 -0400 (EDT) From: Trevor Johnson To: "Thomas E. Zander" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/french/linux-netscape6 Makefile distinfo ports/german/linux-netscape6 Makefile distinfo ports/japanese/linux-netscape6 Makefile distinfo ports/www/linux-netsc In-Reply-To: <200205171111.g4HBBw892217@freefall.freebsd.org> Message-ID: <20020517071336.H15229-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Add hitherto forgotten PKGNAMEPREFIX so the English, French, German > and Japanese versions may all be installed without conflicting. Just for fun, I made a screenshot: http://people.freebsd.org/~trevor/ports/netscape6-screenshot.png . -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:31:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D443637B401; Fri, 17 May 2002 04:31:45 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HBVj593665; Fri, 17 May 2002 04:31:45 -0700 (PDT) (envelope-from brian) Message-Id: <200205171131.g4HBVj593665@freefall.freebsd.org> From: Brian Somers Date: Fri, 17 May 2002 04:31:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/daily 450.status-security X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/17 04:31:45 PDT Modified files: etc/periodic/daily 450.status-security Log: Return 3 unless $daily_status_security_enable != YES. Returning $? masks security output when ``periodic security'' is successful ! MFC after: 3 days Revision Changes Path 1.10 +2 -2 src/etc/periodic/daily/450.status-security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:34:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1F0F37B401; Fri, 17 May 2002 04:34:12 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HBYCB93798; Fri, 17 May 2002 04:34:12 -0700 (PDT) (envelope-from brian) Message-Id: <200205171134.g4HBYCB93798@freefall.freebsd.org> From: Brian Somers Date: Fri, 17 May 2002 04:34:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/security 100.chksetuid 200.chkmounts 500.ipfwdenied 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/17 04:34:12 PDT Modified files: etc/periodic/security 100.chksetuid 200.chkmounts 500.ipfwdenied 550.ipfwlimit 600.ip6fwdenied 650.ip6fwlimit 700.kernelmsg Log: Tighten up temporary file permissions and move them to ${TMPDIR:-/tmp} Problem reported by: lumpy MFC after: 3 days Revision Changes Path 1.3 +2 -2 src/etc/periodic/security/100.chksetuid 1.3 +2 -2 src/etc/periodic/security/200.chkmounts 1.2 +2 -2 src/etc/periodic/security/500.ipfwdenied 1.3 +2 -2 src/etc/periodic/security/550.ipfwlimit 1.2 +2 -2 src/etc/periodic/security/600.ip6fwdenied 1.3 +2 -2 src/etc/periodic/security/650.ip6fwlimit 1.2 +2 -2 src/etc/periodic/security/700.kernelmsg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:38:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB36C37B410; Fri, 17 May 2002 04:38:48 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HBcmD94034; Fri, 17 May 2002 04:38:48 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205171138.g4HBcmD94034@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 17 May 2002 04:38:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/mv mv.c pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/17 04:38:48 PDT Modified files: bin/mv mv.c pathnames.h Log: Remove local definition of _PATH_CP, and use , _PATH_CP is in the CURRENT . Revision Changes Path 1.37 +1 -0 src/bin/mv/mv.c 1.6 +0 -1 src/bin/mv/pathnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:40:34 2002 Delivered-To: cvs-all@freebsd.org Received: from evilpete.dyndns.org (12-232-26-46.client.attbi.com [12.232.26.46]) by hub.freebsd.org (Postfix) with ESMTP id 6344D37B401; Fri, 17 May 2002 04:40:28 -0700 (PDT) Received: from overcee.wemm.org ([10.0.0.3]) by evilpete.dyndns.org (8.11.6/8.11.6) with ESMTP id g4HBeS108799; Fri, 17 May 2002 04:40:28 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (Postfix) with ESMTP id CD05D39EC; Fri, 17 May 2002 04:40:27 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "J. Mallett" Cc: Brian Somers , Mike Barcroft , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tee tee.c In-Reply-To: <20020517111900.GA26515@FreeBSD.ORG> Date: Fri, 17 May 2002 04:40:27 -0700 From: Peter Wemm Message-Id: <20020517114027.CD05D39EC@overcee.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "J. Mallett" wrote: > On Fri, May 17, 2002 at 12:11:34PM +0100, Brian Somers wrote: > > > So control of the main() function doesn't end without a return as the > > > compiler thinks because it doesn't realise exit() eats program flow. > > > > exit() is marked _dead2, ie, it doesn't return. > > Then it must be getting implicitly declared or prototyped somewhere else. I > had GCC complain on one of the cluster machines. If that happened then an include was missing or something else was wrong that prevented the __dead2 marking in from working. If the main() thing is fixed, tee is WARNS=max clean with both return() and exit(). Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:47:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4F6B37B400; Fri, 17 May 2002 04:47:12 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HBlCv94542; Fri, 17 May 2002 04:47:12 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205171147.g4HBlCv94542@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 17 May 2002 04:47:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include paths.h src/sbin/dump pathnames.h src/sbin/shutdown pathnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/17 04:47:12 PDT Modified files: include paths.h sbin/dump pathnames.h sbin/shutdown pathnames.h Log: Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h. Revision Changes Path 1.16 +1 -0 src/include/paths.h 1.8 +1 -2 src/sbin/dump/pathnames.h 1.2 +1 -1 src/sbin/shutdown/pathnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 4:52:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DFAB37B40D; Fri, 17 May 2002 04:52:49 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HBqn195015; Fri, 17 May 2002 04:52:49 -0700 (PDT) (envelope-from ache) Message-Id: <200205171152.g4HBqn195015@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 17 May 2002 04:52:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/17 04:52:49 PDT Modified files: bin/cp cp.c Log: Trailing slash fixes. Fix the case: cp file nonexistent/ which create nonextstent as file while trailing slash clearly indicates that nonexistent must be a directory. Also fix the case: cp file1 file2/ which should produce error. Revision Changes Path 1.34 +12 -2 src/bin/cp/cp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 5:24:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B02D737B403; Fri, 17 May 2002 05:24:19 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HCOJO01526; Fri, 17 May 2002 05:24:19 -0700 (PDT) (envelope-from ache) Message-Id: <200205171224.g4HCOJO01526@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 17 May 2002 05:24:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/17 05:24:19 PDT Modified files: bin/cp cp.c Log: Optimize prev. commit code a bit Revision Changes Path 1.35 +4 -4 src/bin/cp/cp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 5:27: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A281237B405; Fri, 17 May 2002 05:27:02 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HCR2C01809; Fri, 17 May 2002 05:27:02 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205171227.g4HCR2C01809@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 17 May 2002 05:27:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uuencode uuencode.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/17 05:27:02 PDT Modified files: usr.bin/uuencode uuencode.c Log: Group the output chunks differently, to try to match BSD/OS output. Switch to using arithmatic to determine buffer sizes to encode into. Diane Bruce pointed out to me that BSD/OS did MIME too, so I want to match their output, too, since my decision of 8 output groups was wholly arbitrary. Revision Changes Path 1.13 +6 -3 src/usr.bin/uuencode/uuencode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 5:27:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id C8E0937B415; Fri, 17 May 2002 05:27:10 -0700 (PDT) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.3/8.12.2) with ESMTP id g4HCR7Ah000826; Fri, 17 May 2002 14:27:07 +0200 (CEST) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.3/8.12.3/Submit) id g4HCR7in000825; Fri, 17 May 2002 14:27:07 +0200 (CEST) Date: Fri, 17 May 2002 14:27:07 +0200 From: Wilko Bulte To: John Baldwin Cc: "Tim J. Robbins" , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/renice renice.c Message-ID: <20020517142707.A792@freebie.xs4all.nl> References: <200205162355.g4GNtam63176@freefall.freebsd.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, May 16, 2002 at 11:27:46PM -0400 X-OS: FreeBSD 4.6-PRERELEASE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, May 16, 2002 at 11:27:46PM -0400, John Baldwin wrote: > > On 16-May-2002 Tim J. Robbins wrote: > > tjr 2002/05/16 16:55:35 PDT > > > > Modified files: > > usr.bin/renice renice.c > > Log: > > Process and user ID arguments must be treated as decimal integers, > > not octal or hex. This is the way it was before revision 1.10. > > Why? Are there really people out there with usernames of '007' or '0x1c'? Of course there is only one 007 -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 5:27:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBD6C37B40C; Fri, 17 May 2002 05:27:31 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HCRVa01854; Fri, 17 May 2002 05:27:31 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205171227.g4HCRVa01854@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 17 May 2002 05:27:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin/uuencode regress.base64.out X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/17 05:27:31 PDT Modified files: tools/regression/usr.bin/uuencode regress.base64.out Log: Regenerate with new output grouping in uuencode -m. Revision Changes Path 1.2 +72 -86 src/tools/regression/usr.bin/uuencode/regress.base64.out To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 5:39:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EC2937B40C; Fri, 17 May 2002 05:39:50 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HCdog02499; Fri, 17 May 2002 05:39:50 -0700 (PDT) (envelope-from ache) Message-Id: <200205171239.g4HCdog02499@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 17 May 2002 05:39:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/png Makefile ports/graphics/png/files makefile.freebsd patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/17 05:39:49 PDT Modified files: graphics/png Makefile Added files: graphics/png/files makefile.freebsd Removed files: graphics/png/files patch-aa Log: Use Submitted by: ru Revision Changes Path 1.49 +8 -1 ports/graphics/png/Makefile 1.1 +47 -0 ports/graphics/png/files/makefile.freebsd (new) 1.19 +0 -37 ports/graphics/png/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 6: 6:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FFA937B407; Fri, 17 May 2002 06:06:41 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HD6fE16578; Fri, 17 May 2002 06:06:41 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205171306.g4HD6fE16578@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 17 May 2002 06:06:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/qslim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/17 06:06:41 PDT Modified files: graphics/qslim Makefile Log: unbreak by link libforms.a again Revision Changes Path 1.4 +3 -2 ports/graphics/qslim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 6:38:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40C2D37B40C; Fri, 17 May 2002 06:38:37 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HDcbc18483; Fri, 17 May 2002 06:38:37 -0700 (PDT) (envelope-from brian) Message-Id: <200205171338.g4HDcbc18483@freefall.freebsd.org> From: Brian Somers Date: Fri, 17 May 2002 06:38:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/security 700.kernelmsg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/17 06:38:36 PDT Modified files: etc/periodic/security 700.kernelmsg Log: Change ``dmesg -a'' to ``dmesg''. The change was introduced in src/etc/security 1.53 almost a year ago in an attempt to see ipfw deny message logs. However, ipfw deny/reject logs have been displayed since version 1.13 of the same file as a separate ``job'' and have since moved to src/etc/periodic/security/500.ipfwdenied. MFC after: 3 days Revision Changes Path 1.3 +2 -2 src/etc/periodic/security/700.kernelmsg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 7: 0:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7452E37B403; Fri, 17 May 2002 07:00:28 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HE0ST19978; Fri, 17 May 2002 07:00:28 -0700 (PDT) (envelope-from olgeni) Message-Id: <200205171400.g4HE0ST19978@freefall.freebsd.org> From: Jimmy Olgeni Date: Fri, 17 May 2002 07:00:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/05/17 07:00:28 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update modules: bind8, acl, apache. Revision Changes Path 1.107 +3 -1 ports/sysutils/webmin/Makefile 1.80 +3 -0 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 7: 5:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F1A437B400; Fri, 17 May 2002 07:05:09 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HE59S20904; Fri, 17 May 2002 07:05:09 -0700 (PDT) (envelope-from brian) Message-Id: <200205171405.g4HE59S20904@freefall.freebsd.org> From: Brian Somers Date: Fri, 17 May 2002 07:05:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/monthly 200.accounting X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/17 07:05:08 PDT Modified files: etc/periodic/monthly 200.accounting Log: Temporarily change our umask to 066 so that the potential creation of wtmp.0 is done as mode 600. This ensures that tight permissions set in /etc/newsyslog.conf for wtmp logging aren't ``betrayed''. Suggested by: lumpy MFC after: 3 days Revision Changes Path 1.9 +4 -1 src/etc/periodic/monthly/200.accounting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 7:46:30 2002 Delivered-To: cvs-all@freebsd.org Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by hub.freebsd.org (Postfix) with ESMTP id F306137B405; Fri, 17 May 2002 07:46:16 -0700 (PDT) Received: from unknown (lcl234.zbzoom.net [208.236.36.234]) by pittgoth.com (8.12.3/8.12.3) with SMTP id g4HEk64T011453; Fri, 17 May 2002 10:46:07 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Fri, 17 May 2002 10:48:30 -0400 From: Tom Rhodes To: Wilko Bulte Cc: grog@FreeBSD.org, bde@zeta.org.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Correct spelling (was: cvs commit: src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 badsect.c src/sbin/clri clri.8 src/sbin/disklabel disklabel.5 disklabel.8 src/sbin/dump Makefile dump.h main.c) Message-Id: <20020517104830.77a1c4da.trhodes@FreeBSD.org> In-Reply-To: <20020517083029.B2890@freebie.xs4all.nl> References: <200205160410.g4G4Akn73697@freefall.freebsd.org> <20020516163820.H1640-100000@gamplex.bde.org> <20020517110130.P97098@wantadilla.lemis.com> <20020517083029.B2890@freebie.xs4all.nl> X-Mailer: Sylpheed version 0.7.5claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 17 May 2002 08:30:29 +0200 Wilko Bulte wrote: > On Fri, May 17, 2002 at 11:01:30AM +0930, Greg 'groggy' Lehey wrote: > > On Thursday, 16 May 2002 at 16:40:25 +1000, Bruce Evans wrote: > > > On Wed, 15 May 2002, Tom Rhodes wrote: > > > > > >> Log: > > >> more file system > filesystem > > > > > > The number of these changes probably shows that the change is from > > > one correct spelling to another at best, or backwards at worst. I > > > prefer "file system" in most contexts. > > > > Agreed. There's no evidence that "filesystem" is correct. Most > > spell checkers flag it. I've just checked the usage in print media. > > I > > I can't help wondering if there is any point in changing things like > this. Consider: is there anybody on this planet who would not > understand file system but would understand filesystem (or viceversa)? My very intent was for a consistant use of wording across the project, you do not pick up a book and see multiple spellings of a single word throughout. This can/may also frustrate new volunteers in the face of ``what is the standard to use, how should I do this'' > > -- > | / o / /_ _ wilko@FreeBSD.org > |/|/ / / /( (_) Bulte Arnhem, the Netherlands > -- Tom (Darklogik) Rhodes www.FreeBSD.org -The Power To Serve www.Pittgoth.com -Pittgoth Discussion Portal trhodes@{Pittgoth.com, FreeBSD.org} PGP key by www: http://www.pittgoth.com/~darklogik/darklogik.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 7:49: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E90F937B403; Fri, 17 May 2002 07:48:58 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HEmw726747; Fri, 17 May 2002 07:48:58 -0700 (PDT) (envelope-from sada) Message-Id: <200205171448.g4HEmw726747@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 07:48:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/frontpage-zh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 07:48:58 PDT Modified files: www/frontpage-zh Makefile Log: Unbreak: one variable should be set. PR: ports/36493 Submitted by: maintainer Revision Changes Path 1.2 +2 -3 ports/www/frontpage-zh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 7:55:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A022D37B401; Fri, 17 May 2002 07:55:16 -0700 (PDT) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HEtGb27455; Fri, 17 May 2002 07:55:16 -0700 (PDT) (envelope-from motoyuki) Message-Id: <200205171455.g4HEtGb27455@freefall.freebsd.org> From: Motoyuki Konno Date: Fri, 17 May 2002 07:55:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xchadance Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG motoyuki 2002/05/17 07:55:16 PDT Modified files: games/xchadance Makefile Log: Unbreak this port. Revision Changes Path 1.8 +1 -3 ports/games/xchadance/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 8:25:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB7B337B401; Fri, 17 May 2002 08:25:09 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HFP9u33099; Fri, 17 May 2002 08:25:09 -0700 (PDT) (envelope-from sada) Message-Id: <200205171525.g4HFP9u33099@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 08:25:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/kmymoney2 Makefile distinfo pkg-plist ports/deskutils/kmymoney2/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 08:25:09 PDT Modified files: deskutils/kmymoney2 Makefile distinfo pkg-plist Removed files: deskutils/kmymoney2/files patch-aa patch-ab Log: Unbreak and upgrade to version 0.4 . Also, - some portlint - reflect PREFIX PR: ports/37886 Submitted by: maintainer Revision Changes Path 1.3 +31 -3 ports/deskutils/kmymoney2/Makefile 1.2 +1 -1 ports/deskutils/kmymoney2/distinfo 1.2 +0 -71 ports/deskutils/kmymoney2/files/patch-aa (dead) 1.2 +0 -25 ports/deskutils/kmymoney2/files/patch-ab (dead) 1.2 +87 -32 ports/deskutils/kmymoney2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 8:33: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 8E66337B41D; Fri, 17 May 2002 08:32:46 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 70D47AE163; Fri, 17 May 2002 08:32:46 -0700 (PDT) Date: Fri, 17 May 2002 08:32:46 -0700 From: Alfred Perlstein To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall index.c Message-ID: <20020517153246.GJ20683@elvis.mu.org> References: <200205170946.g4H9klP74444@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205170946.g4H9klP74444@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Brian Somers [020517 02:49] wrote: > brian 2002/05/17 02:46:47 PDT > > Modified files: > usr.sbin/sysinstall index.c > Log: > MFS: Extend a buffer size so that packages with particularily deep dependency > lists install properly. > > Revision Changes Path > 1.97 +1 -1 src/usr.sbin/sysinstall/index.c Why not use asprintf or something? This code could use a bit of an overhaul, not another bandaid. :( -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 8:44:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id AABEE37B405 for ; Fri, 17 May 2002 08:40:31 -0700 (PDT) Received: from hades.hell.gr (patr530-b074.otenet.gr [195.167.121.202]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4HFeHQJ028599; Fri, 17 May 2002 18:40:28 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4HFeF6m009275; Fri, 17 May 2002 18:40:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4HFKhE4009041; Fri, 17 May 2002 18:20:43 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 17 May 2002 18:20:43 +0300 From: Giorgos Keramidas To: "David W. Chapman Jr." Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020517152042.GH8356@hades.hell.gr> References: <01e501c1fd16$39d3bc50$f800a8c0@dwcjr> <200205162021.g4GKLZj1000992@grimreaper.grondar.org> <020801c1fd1a$1b1c48a0$f800a8c0@dwcjr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <020801c1fd1a$1b1c48a0$f800a8c0@dwcjr> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <020801c1fd1a$1b1c48a0$f800a8c0@dwcjr> "David W. Chapman Jr." writes: > > Does sed currently support perl RE's? I think sed -E is what you want. -- Giorgos Keramidas - http://www.FreeBSD.org keramida@FreeBSD.org - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 8:44:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 9B2D737B410 for ; Fri, 17 May 2002 08:40:31 -0700 (PDT) Received: from hades.hell.gr (patr530-b074.otenet.gr [195.167.121.202]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4HFeHQJ028607; Fri, 17 May 2002 18:40:28 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4HFeF6o009275; Fri, 17 May 2002 18:40:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4HFJQWU009017; Fri, 17 May 2002 18:19:26 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 17 May 2002 18:19:25 +0300 From: Giorgos Keramidas To: "David W. Chapman Jr." Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin Makefile Message-ID: <20020517151925.GG8356@hades.hell.gr> References: <01e501c1fd16$39d3bc50$f800a8c0@dwcjr> <200205162021.g4GKLZj1000992@grimreaper.grondar.org> <20020516203127.GA31574@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020516203127.GA31574@leviathan.inethouston.net> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20020516203127.GA31574@leviathan.inethouston.net> "David W. Chapman Jr." writes: > On Thu, May 16, 2002 at 09:21:35PM +0100, Mark Murray wrote: > > > > > > > > > > > > I could kluge up a script if folks want one. > > > > > > > > > > I would definitely use it. > > > > > > > > Does it go in the ports... or in the base system? ;-) > > > > > > > http://people.freebsd.org/~markm/l33t_perl_removal_script.pl or a port. > > > > src/share/Tools/something.sh was my first choice, but such a dir > > was not there. I guess the URL idea is best. > > I just hate to put it in src when it will be a one time only tool, > but it may do more than I think. Wherever it goes, we should put > that link in UPDATING And now that you're working on it, please don't write it in Perl, as the original filename mentioned :P /me runs -- Giorgos Keramidas - http://www.FreeBSD.org keramida@FreeBSD.org - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 8:46:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5148737B405; Fri, 17 May 2002 08:46:08 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HFk8234733; Fri, 17 May 2002 08:46:08 -0700 (PDT) (envelope-from jake) Message-Id: <200205171546.g4HFk8234733@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 17 May 2002 08:46:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/elf2aout elf2aout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/05/17 08:46:08 PDT Modified files: usr.bin/elf2aout elf2aout.c Log: Get byte swapping primitives from sys/endian.h now that they are exported to userland. This makes elf2aout work as a cross tool. Revision Changes Path 1.2 +1 -5 src/usr.bin/elf2aout/elf2aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 8:47: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by hub.freebsd.org (Postfix) with ESMTP id E161F37B40D; Fri, 17 May 2002 08:46:51 -0700 (PDT) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g4HFknv04826; Sat, 18 May 2002 00:46:49 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <200205170732.g4H7Wsf51990@freefall.freebsd.org> References: <200205170732.g4H7Wsf51990@freefall.freebsd.org> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 11 From: Makoto Matsushita To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/xinetd Makefile Date: Sat, 18 May 2002 00:46:43 +0900 Message-Id: <20020518004643F.matusita@jp.FreeBSD.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla> Modified files: vanilla> security/xinetd Makefile vanilla> Log: vanilla> set --with-inet6 as option, and bump PORTREVISION. I would like to know why --with-inet6 becomes an option... broken xinetd IPv6 implementations? -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 9:11:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0DA137B406; Fri, 17 May 2002 09:11:36 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HGBav41099; Fri, 17 May 2002 09:11:36 -0700 (PDT) (envelope-from bmah) Message-Id: <200205171611.g4HGBav41099@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 May 2002 09:11:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/17 09:11:36 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC noted: cdcontrol(1) speed. Minor wording tweaks in ports infrastructure section. Revision Changes Path 1.349 +5 -5 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 9:15: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E205537B403; Fri, 17 May 2002 09:15:03 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HGF3641341; Fri, 17 May 2002 09:15:03 -0700 (PDT) (envelope-from bmah) Message-Id: <200205171615.g4HGF3641341@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 May 2002 09:15:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/17 09:15:03 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: cdcontrol(1) speed. Various working tweaks in other parts of the document. Approved by: re (implicitly) Revision Changes Path 1.22.2.239 +10 -11 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 9:39:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15B2337B403; Fri, 17 May 2002 09:39:22 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HGdL442596; Fri, 17 May 2002 09:39:21 -0700 (PDT) (envelope-from roam) Message-Id: <200205171639.g4HGdL442596@freefall.freebsd.org> From: Peter Pentchev Date: Fri, 17 May 2002 09:39:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys quotactl.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roam 2002/05/17 09:39:21 PDT Modified files: lib/libc/sys quotactl.2 Log: Update the EINVAL description again - it turns out that EINVAL may be returned by Q_SETQUOTA as well as the originally listed Q_GETQUOTA. Noticed by: dd Approved by: silence from dd MFC after: 3 days Revision Changes Path 1.19 +4 -3 src/lib/libc/sys/quotactl.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 10: 7: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75D2937B405; Fri, 17 May 2002 10:06:57 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HH6va49708; Fri, 17 May 2002 10:06:57 -0700 (PDT) (envelope-from knu) Message-Id: <200205171706.g4HH6va49708@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 17 May 2002 10:06:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ldd ldd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/17 10:06:57 PDT Modified files: usr.bin/ldd ldd.c Log: Fix a tiny bug in shlib support of ldd(1); if dlopen(lib, RTLD_TRACE) returns, exit gracefully with 0. This fixes the behavior you see when you specify libc.so. It occurs because ldd(1) itself is linked with libc.so. $ ldd /usr/lib/libc.so /usr/lib/libc.so: ldd: /usr/lib/libc.so: (null) /usr/lib/libc.so: exit status 1 Reviewed by: silence of audit@ Revision Changes Path 1.32 +5 -4 src/usr.bin/ldd/ldd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 10: 8:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [218.44.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 46D6937B40C; Fri, 17 May 2002 10:08:37 -0700 (PDT) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 273C64D800; Sat, 18 May 2002 02:08:36 +0900 (JST) Date: Sat, 18 May 2002 02:08:36 +0900 Message-ID: <868z6i8zxn.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ldd ldd.c In-Reply-To: <200205171706.g4HH6va49708@freefall.freebsd.org> References: <200205171706.g4HH6va49708@freefall.freebsd.org> User-Agent: Wanderlust/2.9.11 (Unchained Melody) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Somehow I dropped a word.. At Fri, 17 May 2002 10:06:57 -0700 (PDT), I wrote: > knu 2002/05/17 10:06:57 PDT > > Modified files: > usr.bin/ldd ldd.c > Log: > Fix a tiny bug in shlib support of ldd(1); if dlopen(lib, RTLD_TRACE) > returns, exit gracefully with 0. ^successfully -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Somewhere out of a memory.. of lighted streets on quiet nights.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 10:25: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 572DC37B40A; Fri, 17 May 2002 10:25:06 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHP6P50986; Fri, 17 May 2002 10:25:06 -0700 (PDT) (envelope-from obrien) Message-Id: <200205171725.g4HHP6P50986@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 10:25:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 10:25:06 PDT Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Explicitly state that developers@ email is private and not for public consumption. Revision Changes Path 1.122 +5 -2 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 10:35:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4440637B405; Fri, 17 May 2002 10:35:21 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHZL551695; Fri, 17 May 2002 10:35:21 -0700 (PDT) (envelope-from mi) Message-Id: <200205171735.g4HHZL551695@freefall.freebsd.org> From: Mikhail Teterin Date: Fri, 17 May 2002 10:35:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/tkp4 Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/05/17 10:35:21 PDT Modified files: devel Makefile Added files: devel/tkp4 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: This is a Tk-based frontend to the Perforce's p4 client. It expects p4 in the path. Revision Changes Path 1.816 +1 -0 ports/devel/Makefile 1.1 +43 -0 ports/devel/tkp4/Makefile (new) 1.1 +1 -0 ports/devel/tkp4/distinfo (new) 1.1 +1 -0 ports/devel/tkp4/pkg-comment (new) 1.1 +8 -0 ports/devel/tkp4/pkg-descr (new) 1.1 +10 -0 ports/devel/tkp4/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 10:35:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CA2837B40B; Fri, 17 May 2002 10:35:24 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHZOl51729; Fri, 17 May 2002 10:35:24 -0700 (PDT) (envelope-from mi) Message-Id: <200205171735.g4HHZOl51729@freefall.freebsd.org> From: Mikhail Teterin Date: Fri, 17 May 2002 10:35:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/05/17 10:35:24 PDT Modified files: . modules Log: tkp4 --> ports/devel/tkp4 Revision Changes Path 1.5126 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 10:44:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4136A37B409; Fri, 17 May 2002 10:44:09 -0700 (PDT) Received: (from gordon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHi9u52521; Fri, 17 May 2002 10:44:09 -0700 (PDT) (envelope-from gordon) Message-Id: <200205171744.g4HHi9u52521@freefall.freebsd.org> From: Gordon Tetlow Date: Fri, 17 May 2002 10:44:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml doc/en_US.ISO8859-1/share/sgml authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/05/17 10:44:09 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml en_US.ISO8859-1/share/sgml authors.ent Log: For my first commit, add myself to the list of FreeBSD developers. Reviewed by: jake (mentor) Approved by: jake (mentor) Revision Changes Path 1.182 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.229 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 10:46: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 127C437B400; Fri, 17 May 2002 10:45:59 -0700 (PDT) Received: (from gordon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHjwl52829; Fri, 17 May 2002 10:45:58 -0700 (PDT) (envelope-from gordon) Message-Id: <200205171745.g4HHjwl52829@freefall.freebsd.org> From: Gordon Tetlow Date: Fri, 17 May 2002 10:45:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/05/17 10:45:58 PDT Modified files: en/news news.xml Log: Add news item about my new commit bit. Reviewed by: jake Approved by: jake Revision Changes Path 1.87 +10 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 10:49:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BC5037B407; Fri, 17 May 2002 10:49:32 -0700 (PDT) Received: (from gordon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHnWd53155; Fri, 17 May 2002 10:49:32 -0700 (PDT) (envelope-from gordon) Message-Id: <200205171749.g4HHnWd53155@freefall.freebsd.org> From: Gordon Tetlow Date: Fri, 17 May 2002 10:49:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/05/17 10:49:32 PDT Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday to the list. Apparently, I share a birthday with dwhite. Reviewed by: jake Approved by: jake Revision Changes Path 1.67 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 10:56:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BCF337B40D; Fri, 17 May 2002 10:56:19 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HHuJD55086; Fri, 17 May 2002 10:56:19 -0700 (PDT) (envelope-from sada) Message-Id: <200205171756.g4HHuJD55086@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 10:56:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvs2html Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 10:56:19 PDT Modified files: devel/cvs2html Makefile distinfo Log: Upgrade to version 1.92 . Revision Changes Path 1.12 +1 -1 ports/devel/cvs2html/Makefile 1.12 +1 -1 ports/devel/cvs2html/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 11: 7: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5891F37B403; Fri, 17 May 2002 11:06:58 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HI6w059832; Fri, 17 May 2002 11:06:58 -0700 (PDT) (envelope-from ache) Message-Id: <200205171806.g4HI6w059832@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 17 May 2002 11:06:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail Makefile ports/security/drweb-sendmail/files patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/17 11:06:58 PDT Modified files: security/drweb-sendmail Makefile Added files: security/drweb-sendmail/files patch-ai Log: Remove RETURN_CODES from output, there is error with diagnostic Revision Changes Path 1.42 +1 -0 ports/security/drweb-sendmail/Makefile 1.1 +11 -0 ports/security/drweb-sendmail/files/patch-ai (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 11:20:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A30D337B40A; Fri, 17 May 2002 11:20:44 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HIKiZ61265; Fri, 17 May 2002 11:20:44 -0700 (PDT) (envelope-from sada) Message-Id: <200205171820.g4HIKiZ61265@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 11:20:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xjman Makefile distinfo pkg-descr pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 11:20:44 PDT Modified files: japanese/xjman Makefile distinfo pkg-descr pkg-message Log: - Upgrade to version 0.7, which is against XFree86 4.1.0 . - Add RUN_DEPENDS to japanese/man. Revision Changes Path 1.18 +4 -2 ports/japanese/xjman/Makefile 1.6 +1 -1 ports/japanese/xjman/distinfo 1.3 +5 -3 ports/japanese/xjman/pkg-descr 1.4 +1 -1 ports/japanese/xjman/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 11:53:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEC5637B40E; Fri, 17 May 2002 11:53:29 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HIrT666666; Fri, 17 May 2002 11:53:29 -0700 (PDT) (envelope-from phk) Message-Id: <200205171853.g4HIrT666666@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 May 2002 11:53:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/17 11:53:29 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: Call ufs_bmaparray() with right parameter type. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.194 +1 -1 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 11:59:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C741C37B407; Fri, 17 May 2002 11:59:53 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HIxrV67063; Fri, 17 May 2002 11:59:53 -0700 (PDT) (envelope-from phk) Message-Id: <200205171859.g4HIxrV67063@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 May 2002 11:59:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c src/sys/ufs/ufs ufs_bmap.c ufs_readwrite.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/17 11:59:53 PDT Modified files: sys/ufs/ffs ffs_softdep.c sys/ufs/ufs ufs_bmap.c ufs_readwrite.c Log: Fix ufs_daddr_t/daddr_t type problems. Sponsored by: DARPA & NAI labs. Revision Changes Path 1.115 +1 -1 src/sys/ufs/ffs/ffs_softdep.c 1.51 +1 -1 src/sys/ufs/ufs/ufs_bmap.c 1.89 +2 -2 src/sys/ufs/ufs/ufs_readwrite.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 12: 1:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5763D37B406; Fri, 17 May 2002 12:01:21 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJ1LU67356; Fri, 17 May 2002 12:01:21 -0700 (PDT) (envelope-from bmah) Message-Id: <200205171901.g4HJ1LU67356@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 May 2002 12:01:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile.inc.docports X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/17 12:01:21 PDT Modified files: release Makefile.inc.docports Log: Check out the textproc/expat2 port for cases where we build docs in a release without a full ports tree. Revision Changes Path 1.10 +2 -1 src/release/Makefile.inc.docports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 12:22:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 792D837B40E; Fri, 17 May 2002 12:22:31 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJMVT72760; Fri, 17 May 2002 12:22:31 -0700 (PDT) (envelope-from obrien) Message-Id: <200205171922.g4HJMVT72760@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 12:22:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/cp cfns.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 12:22:31 PDT Modified files: contrib/gcc/cp cfns.h Log: the processed hash file Revision Changes Path 1.2 +7 -2 src/contrib/gcc/cp/cfns.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 12:23:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F69937B409; Fri, 17 May 2002 12:23:30 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJNU972816; Fri, 17 May 2002 12:23:30 -0700 (PDT) (envelope-from sada) Message-Id: <200205171923.g4HJNU972816@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 12:23:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/tuxcards Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 12:23:30 PDT Modified files: misc/tuxcards Makefile distinfo Log: - switch to more stable version. - change sub-category from kde to deskutils. PR: ports/36860 Submitted by: maintainer Revision Changes Path 1.2 +5 -5 ports/misc/tuxcards/Makefile 1.2 +1 -1 ports/misc/tuxcards/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 12:38: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05AA137B401; Fri, 17 May 2002 12:37:57 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJbum73710; Fri, 17 May 2002 12:37:56 -0700 (PDT) (envelope-from dannyboy) Message-Id: <200205171937.g4HJbum73710@freefall.freebsd.org> From: Daniel Harris Date: Fri, 17 May 2002 12:37:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/tinyproxy Makefile distinfo pkg-plist ports/www/tinyproxy/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dannyboy 2002/05/17 12:37:56 PDT Modified files: www/tinyproxy Makefile distinfo pkg-plist www/tinyproxy/files patch-aa patch-ab Added files: www/tinyproxy/files patch-ac Log: Update to 1.5.0. PR: 38171 Submitted by: maintainer Revision Changes Path 1.11 +2 -6 ports/www/tinyproxy/Makefile 1.8 +1 -1 ports/www/tinyproxy/distinfo 1.5 +12 -11 ports/www/tinyproxy/files/patch-aa 1.2 +11 -22 ports/www/tinyproxy/files/patch-ab 1.1 +19 -0 ports/www/tinyproxy/files/patch-ac (new) 1.3 +1 -1 ports/www/tinyproxy/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 12:47:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF9A237B40A; Fri, 17 May 2002 12:47:48 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HJlmT74647; Fri, 17 May 2002 12:47:48 -0700 (PDT) (envelope-from obrien) Message-Id: <200205171947.g4HJlmT74647@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 12:47:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/cp cfns.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 12:47:48 PDT Added files: contrib/gcc/cp cfns.h Log: the processed hash file Revision Changes Path 1.1 +472 -0 src/contrib/gcc/cp/cfns.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 13: 1:23 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 2A82B37B416; Fri, 17 May 2002 13:01:09 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4HK15va091178; Fri, 17 May 2002 21:01:06 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4HK15Ws096383; Fri, 17 May 2002 21:01:05 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205172001.g4HK15Ws096383@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Alfred Perlstein Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall index.c In-Reply-To: Message from Alfred Perlstein of "Fri, 17 May 2002 08:32:46 PDT." <20020517153246.GJ20683@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 21:01:05 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > * Brian Somers [020517 02:49] wrote: > > brian 2002/05/17 02:46:47 PDT > > > > Modified files: > > usr.sbin/sysinstall index.c > > Log: > > MFS: Extend a buffer size so that packages with particularily deep dependency > > lists install properly. > > > > Revision Changes Path > > 1.97 +1 -1 src/usr.sbin/sysinstall/index.c > > Why not use asprintf or something? This code could use a bit of an > overhaul, not another bandaid. :( Well, I followed up to re@ that I'm going to commit to removing some of the buffer limitations & overflows in -current and MFC after the release - but I guess you've exposed my patch as a bandaid... Grrr. > -- > -Alfred Perlstein [alfred@freebsd.org] > 'Instead of asking why a piece of software is using "1970s technology," > start asking why software is ignoring 30 years of accumulated wisdom.' > Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 13: 6: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DEAC37B419; Fri, 17 May 2002 13:06:00 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HK60J79746; Fri, 17 May 2002 13:06:00 -0700 (PDT) (envelope-from mi) Message-Id: <200205172006.g4HK60J79746@freefall.freebsd.org> From: Mikhail Teterin Date: Fri, 17 May 2002 13:06:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tkp4 Makefile pkg-plist ports/devel/tkp4/files patch-docs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/05/17 13:06:00 PDT Modified files: devel/tkp4 Makefile pkg-plist Added files: devel/tkp4/files patch-docs Log: Tkp4 lets you read its documentation at run time. Patch it to find in the doc directory and unconditionalize document install -- so the texts are found even in the case of NOPORTDOCS. Not bumping the REVISION, since so little time elapsed since this port's appearance. Revision Changes Path 1.2 +2 -6 ports/devel/tkp4/Makefile 1.1 +14 -0 ports/devel/tkp4/files/patch-docs (new) 1.2 +4 -5 ports/devel/tkp4/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 13:18:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 162FC37B405; Fri, 17 May 2002 13:18:49 -0700 (PDT) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HKInw83107; Fri, 17 May 2002 13:18:49 -0700 (PDT) (envelope-from ambrisko) Message-Id: <200205172018.g4HKInw83107@freefall.freebsd.org> From: Doug Ambrisko Date: Fri, 17 May 2002 13:18:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient bootp_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ambrisko 2002/05/17 13:18:48 PDT Modified files: sys/nfsclient bootp_subr.c Log: Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by the kernel BOOTP option. The format will be: FreeBSD:: this way people can tune their DHCP server to server up root file systems via the OS, machine type and version. Obtained from: NetBSD MFC after: 3 weeks Revision Changes Path 1.38 +12 -0 src/sys/nfsclient/bootp_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 13:23: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 9AB6C37B40A; Fri, 17 May 2002 13:22:58 -0700 (PDT) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020517202258.JANH14522.rwcrmhc54.attbi.com@bmah.dyndns.org>; Fri, 17 May 2002 20:22:58 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.3/8.12.3) with ESMTP id g4HKMvXu084833; Fri, 17 May 2002 13:22:57 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.3/8.12.3/Submit) id g4HKMvFc084832; Fri, 17 May 2002 13:22:57 -0700 (PDT) Message-Id: <200205172022.g4HKMvFc084832@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020506 with nmh-1.0.4 To: Brian Somers Cc: Alfred Perlstein , Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall index.c In-reply-to: <200205172001.g4HK15Ws096383@hak.lan.Awfulhak.org> References: <200205172001.g4HK15Ws096383@hak.lan.Awfulhak.org> Comments: In-reply-to Brian Somers message dated "Fri, 17 May 2002 21:01:05 +0100." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 13:22:57 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If memory serves me right, Brian Somers wrote: > Well, I followed up to re@ that I'm going to commit to removing some > of the buffer limitations & overflows in -current and MFC after the > release - but I guess you've exposed my patch as a bandaid... Grrr. Bandaids are occasionally useful if you know them for what they are, and why they're there. I'm looking forward to seeing the real fixes after the release (and I guess, after we've all had a little downtime). Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 13:30:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F06B37B408; Fri, 17 May 2002 13:30:30 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HKUUN84289; Fri, 17 May 2002 13:30:30 -0700 (PDT) (envelope-from sada) Message-Id: <200205172030.g4HKUUN84289@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 13:30:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/spin Makefile distinfo ports/math/spin/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 13:30:30 PDT Modified files: math/spin Makefile distinfo math/spin/files patch-ab Log: Upgrade to version 3.4.14 . PR: ports/36862 Submitted by: maintainer Revision Changes Path 1.25 +1 -1 ports/math/spin/Makefile 1.18 +1 -1 ports/math/spin/distinfo 1.5 +7 -8 ports/math/spin/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 13:36:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DBE837B401; Fri, 17 May 2002 13:36:06 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HKa6785951; Fri, 17 May 2002 13:36:06 -0700 (PDT) (envelope-from bmah) Message-Id: <200205172036.g4HKa6785951@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 May 2002 13:36:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.6R schedule.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/17 13:36:06 PDT Modified files: en/releases/4.6R schedule.sgml Log: Update schedule, tweak one checklist item. Revision Changes Path 1.7 +3 -3 www/en/releases/4.6R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 13:49:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AFBA37B408; Fri, 17 May 2002 13:49:32 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HKnW986995; Fri, 17 May 2002 13:49:32 -0700 (PDT) (envelope-from bmah) Message-Id: <200205172049.g4HKnW986995@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 May 2002 13:49:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.6R qa.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/17 13:49:32 PDT Modified files: en/releases/4.6R qa.sgml Log: Add a note about XFree86 4 to the 4.6 testing guide. Revision Changes Path 1.3 +7 -1 www/en/releases/4.6R/qa.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 13:51: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B625437B408; Fri, 17 May 2002 13:50:54 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HKos087463; Fri, 17 May 2002 13:50:54 -0700 (PDT) (envelope-from trevor) Message-Id: <200205172050.g4HKos087463@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 17 May 2002 13:50:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk ports/cad/pcb Makefile ports/ftp/mirror Makefile ports/graphics/wmicons Makefile ports/japanese/makejvf pkg-descr ports/japanese/ruby-chasen Makefile ports/japanese/samba Makefile ports/japanese/samba20 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/17 13:50:54 PDT Modified files: Mk bsd.sites.mk cad/pcb Makefile ftp/mirror Makefile graphics/wmicons Makefile japanese/makejvf pkg-descr japanese/ruby-chasen Makefile japanese/samba Makefile japanese/samba20 Makefile japanese/vfghostscript5 Makefile korean/ftghostscript5 Makefile www/linux-netscape6 Makefile www/netscape47-communicator Makefile x11-wm/afterstep-i18n Makefile Log: Use new domain name for Tokyo University of Science. PR: 38196 Submitted by: hrs Revision Changes Path 1.84 +3 -3 ports/Mk/bsd.sites.mk 1.33 +1 -1 ports/cad/pcb/Makefile 1.18 +1 -1 ports/ftp/mirror/Makefile 1.7 +1 -1 ports/graphics/wmicons/Makefile 1.3 +1 -1 ports/japanese/makejvf/pkg-descr 1.4 +2 -2 ports/japanese/ruby-chasen/Makefile 1.21 +1 -1 ports/japanese/samba/Makefile 1.6 +1 -1 ports/japanese/samba20/Makefile 1.44 +1 -1 ports/japanese/vfghostscript5/Makefile 1.23 +2 -2 ports/korean/ftghostscript5/Makefile 1.61 +1 -1 ports/www/linux-netscape6/Makefile 1.83 +1 -1 ports/www/netscape47-communicator/Makefile 1.21 +2 -2 ports/x11-wm/afterstep-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 14:11:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D815E37B40C; Fri, 17 May 2002 14:11:49 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HLBns93379; Fri, 17 May 2002 14:11:49 -0700 (PDT) (envelope-from sada) Message-Id: <200205172111.g4HLBns93379@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 14:11:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/fl_editor Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 14:11:49 PDT Modified files: x11-toolkits/fl_editor Makefile Log: mastersite has moved. PR: ports/37101 Submitted by: maintainer Revision Changes Path 1.4 +5 -2 ports/x11-toolkits/fl_editor/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 14:31:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EBB337B409; Fri, 17 May 2002 14:31:56 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HLVuc94737; Fri, 17 May 2002 14:31:56 -0700 (PDT) (envelope-from sada) Message-Id: <200205172131.g4HLVuc94737@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 14:31:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql-gui Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 14:31:56 PDT Modified files: databases/mysql-gui Makefile Log: mastersite has moved. PR: ports/37102 Submitted by: maintainer Revision Changes Path 1.6 +17 -2 ports/databases/mysql-gui/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 14:47:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B45B37B406; Fri, 17 May 2002 14:47:37 -0700 (PDT) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HLlbQ95700; Fri, 17 May 2002 14:47:37 -0700 (PDT) (envelope-from mi) Message-Id: <200205172147.g4HLlbQ95700@freefall.freebsd.org> From: Mikhail Teterin Date: Fri, 17 May 2002 14:47:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvs2p4 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/05/17 14:47:37 PDT Modified files: devel/cvs2p4 Makefile distinfo pkg-plist Log: Upgrade the port to latest revision of the 1.x branch and set maintainership to ports. The latest version, released May 6 is 2.0, but MUST run on the same machine, that the p4 server is on. At least for my situation this is too strict a limitation. Approved by: creator and ex-maintainer (knu) Revision Changes Path 1.2 +2 -2 ports/devel/cvs2p4/Makefile 1.2 +1 -1 ports/devel/cvs2p4/distinfo 1.2 +3 -0 ports/devel/cvs2p4/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 15: 2:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id AFB8A37B407; Fri, 17 May 2002 15:02:23 -0700 (PDT) Received: from hades.hell.gr (patr530-a187.otenet.gr [212.205.215.187]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4HM2KQJ010809; Sat, 18 May 2002 01:02:21 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4HM2D6u012436; Sat, 18 May 2002 01:02:20 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4HITblK010634; Fri, 17 May 2002 21:29:37 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 17 May 2002 21:29:37 +0300 From: Giorgos Keramidas To: Jake Burkholder Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access Message-ID: <20020517182937.GA10253@hades.hell.gr> References: <200205170009.g4H09xq68045@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205170009.g4H09xq68045@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-05-16 17:09, Jake Burkholder wrote: > jake 2002/05/16 17:09:59 PDT > > Modified files: > . access > Log: > Add Gordon Tetlow (gordon). Whoah, cool handle! I don't know why, but it reminded me of Flash Gorgon :) Welcome Sir. -- Giorgos Keramidas - http://www.FreeBSD.org keramida@FreeBSD.org - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 15:22:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E94DE37B400; Fri, 17 May 2002 15:22:53 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HMMrD01978; Fri, 17 May 2002 15:22:53 -0700 (PDT) (envelope-from sada) Message-Id: <200205172222.g4HMMrD01978@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 15:22:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/op Makefile ports/security/op/files patch-lex.l X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 15:22:53 PDT Modified files: security/op Makefile Added files: security/op/files patch-lex.l Log: honor CFLAGS. PR: ports/37112 Submitted by: maintainer Revision Changes Path 1.7 +4 -2 ports/security/op/Makefile 1.1 +10 -0 ports/security/op/files/patch-lex.l (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 15:57:59 2002 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8731B37B40A; Fri, 17 May 2002 15:57:54 -0700 (PDT) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.6/8.11.6) with ESMTP id g4HMvPK79835; Fri, 17 May 2002 18:57:53 -0400 (EDT) (envelope-from green@green.bikeshed.org) Message-Id: <200205172257.g4HMvPK79835@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Giorgos Keramidas Cc: Jake Burkholder , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access In-Reply-To: Your message of "Fri, 17 May 2002 21:29:37 +0300." <20020517182937.GA10253@hades.hell.gr> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 18:57:25 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Giorgos Keramidas wrote: > On 2002-05-16 17:09, Jake Burkholder wrote: > > jake 2002/05/16 17:09:59 PDT > > > > Modified files: > > . access > > Log: > > Add Gordon Tetlow (gordon). > > Whoah, cool handle! > I don't know why, but it reminded me of Flash Gorgon :) I dunno about you, but a Gorgon is the last thing in the world I want flashing me! Welcome to the funny farm Gordon :) -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 16:59:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67D2A37B409; Fri, 17 May 2002 16:59:53 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4HNxrT26058; Fri, 17 May 2002 16:59:53 -0700 (PDT) (envelope-from bmah) Message-Id: <200205172359.g4HNxrT26058@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 May 2002 16:59:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile.inc.docports X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/17 16:59:53 PDT Modified files: release Makefile.inc.docports Log: Add devel/bison and textproc/xhtml ports to the set of ports required for building docs with a release. Revision Changes Path 1.11 +3 -1 src/release/Makefile.inc.docports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 17: 0:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3233B37B405; Fri, 17 May 2002 17:00:43 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I00fI26289; Fri, 17 May 2002 17:00:41 -0700 (PDT) (envelope-from bmah) Message-Id: <200205180000.g4I00fI26289@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 17 May 2002 17:00:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/17 17:00:41 PDT Modified files: release Makefile Log: Build ports needed for release documentation WITHOUT_PYTHON. Revision Changes Path 1.680 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 17:18: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EE2B37B405; Fri, 17 May 2002 17:18:01 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I0I1b30891; Fri, 17 May 2002 17:18:01 -0700 (PDT) (envelope-from obrien) Message-Id: <200205180018.g4I0I1b30891@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 17:18:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc1plus Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 17:18:01 PDT Modified files: gnu/usr.bin/cc/cc1plus Makefile Log: Don't depend on gperf. Revision Changes Path 1.31 +2 -6 src/gnu/usr.bin/cc/cc1plus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 17:18:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27F7837B401; Fri, 17 May 2002 17:18:54 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I0IrX30970; Fri, 17 May 2002 17:18:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200205180018.g4I0IrX30970@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 17:18:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 17:18:53 PDT Modified files: gnu/usr.bin Makefile Log: Don't build gperf. Revision Changes Path 1.68 +2 -2 src/gnu/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 17:20: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57E0137B404; Fri, 17 May 2002 17:20:01 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I0K1R31081; Fri, 17 May 2002 17:20:01 -0700 (PDT) (envelope-from obrien) Message-Id: <200205180020.g4I0K1R31081@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 17:20:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 17:20:01 PDT Modified files: . Makefile.inc1 Log: Don't build gperf. Revision Changes Path 1.279 +12 -4 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 17:22:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5DBB37B413; Fri, 17 May 2002 17:22:48 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I0MmU31387; Fri, 17 May 2002 17:22:48 -0700 (PDT) (envelope-from sada) Message-Id: <200205180022.g4I0MmU31387@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 17:22:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/nag Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/deskutils/nag/files httpd.conf.nag patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 17:22:48 PDT Modified files: deskutils Makefile Added files: deskutils/nag Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist deskutils/nag/files httpd.conf.nag patch-aa patch-ab Log: Add new port: deskutils/nag - Horde's task list manager. PR: ports/36908 Submitted by: Thierry Thomas Revision Changes Path 1.65 +1 -0 ports/deskutils/Makefile 1.1 +67 -0 ports/deskutils/nag/Makefile (new) 1.1 +1 -0 ports/deskutils/nag/distinfo (new) 1.1 +31 -0 ports/deskutils/nag/files/httpd.conf.nag (new) 1.1 +8 -0 ports/deskutils/nag/files/patch-aa (new) 1.1 +21 -0 ports/deskutils/nag/files/patch-ab (new) 1.1 +1 -0 ports/deskutils/nag/pkg-comment (new) 1.1 +3 -0 ports/deskutils/nag/pkg-descr (new) 1.1 +21 -0 ports/deskutils/nag/pkg-message (new) 1.1 +139 -0 ports/deskutils/nag/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 17:24:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10F0037B408; Fri, 17 May 2002 17:24:33 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I0OXh31652; Fri, 17 May 2002 17:24:33 -0700 (PDT) (envelope-from sada) Message-Id: <200205180024.g4I0OXh31652@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 17:24:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 17:24:32 PDT Modified files: . modules Log: nag --> ports/deskutils/nag PR: ports/36908 Revision Changes Path 1.5127 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 17:26:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A39E37B409; Fri, 17 May 2002 17:26:10 -0700 (PDT) Received: (from gordon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I0QAh31822; Fri, 17 May 2002 17:26:10 -0700 (PDT) (envelope-from gordon) Message-Id: <200205180026.g4I0QAh31822@freefall.freebsd.org> From: Gordon Tetlow Date: Fri, 17 May 2002 17:26:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.shutdown X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/05/17 17:26:10 PDT Modified files: etc rc.shutdown Log: Fix the order of shutdown scripts so it not only reverses the order of the files in each ${local_startup} directory, it also reverses the order of the directories. Suggested by: jhb Reviewed by: jake Approved by: dougb MFC after: 1 week Revision Changes Path 1.22 +15 -3 src/etc/rc.shutdown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 17:54: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by hub.freebsd.org (Postfix) with ESMTP id 9511137B404 for ; Fri, 17 May 2002 17:53:55 -0700 (PDT) Received: (qmail 20503 invoked from network); 18 May 2002 00:53:54 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 May 2002 00:53:54 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4I0roF77784; Fri, 17 May 2002 20:53:50 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205180026.g4I0QAh31822@freefall.freebsd.org> Date: Fri, 17 May 2002 20:53:41 -0400 (EDT) From: John Baldwin To: Gordon Tetlow Subject: RE: cvs commit: src/etc rc.shutdown Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 18-May-2002 Gordon Tetlow wrote: > gordon 2002/05/17 17:26:10 PDT > > Modified files: > etc rc.shutdown > Log: > Fix the order of shutdown scripts so it not only reverses the order of the > files in each ${local_startup} directory, it also reverses the order of the > directories. > > Suggested by: jhb > Reviewed by: jake > Approved by: dougb > MFC after: 1 week Yay, thanks! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19: 5:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8934B37B406; Fri, 17 May 2002 19:05:37 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I25b648438; Fri, 17 May 2002 19:05:37 -0700 (PDT) (envelope-from kris) Message-Id: <200205180205.g4I25b648438@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:05:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xrot Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:05:36 PDT Modified files: games/xrot Makefile Log: BROKEN: Manpages do not build properly with XFree86-4 Revision Changes Path 1.5 +3 -1 ports/games/xrot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19: 6:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C3BF37B40C; Fri, 17 May 2002 19:06:13 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I26D750171; Fri, 17 May 2002 19:06:13 -0700 (PDT) (envelope-from kris) Message-Id: <200205180206.g4I26D750171@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:06:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xpipeman Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:06:13 PDT Modified files: games/xpipeman Makefile Log: BROKEN: Does not build Revision Changes Path 1.19 +3 -1 ports/games/xpipeman/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19: 7: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 157F937B401; Fri, 17 May 2002 19:07:01 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I271050411; Fri, 17 May 2002 19:07:01 -0700 (PDT) (envelope-from kris) Message-Id: <200205180207.g4I271050411@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:07:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xpat2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:07:01 PDT Modified files: games/xpat2 Makefile Log: BROKEN: Does not package correctly (html manpage fallout from XFree86-4) Revision Changes Path 1.14 +3 -1 ports/games/xpat2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19: 7:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66B1137B40A; Fri, 17 May 2002 19:07:30 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I27U550472; Fri, 17 May 2002 19:07:30 -0700 (PDT) (envelope-from kris) Message-Id: <200205180207.g4I27U550472@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xmon Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:07:30 PDT Modified files: x11/xmon Makefile Log: BROKEN: Does not fetch Revision Changes Path 1.2 +2 -0 ports/x11/xmon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19: 8:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C389837B40B; Fri, 17 May 2002 19:08:18 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I28Ix50546; Fri, 17 May 2002 19:08:18 -0700 (PDT) (envelope-from kris) Message-Id: <200205180208.g4I28Ix50546@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:08:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/web2ldap Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:08:18 PDT Modified files: www/web2ldap Makefile Log: BROKEN: Incorrect plist Revision Changes Path 1.12 +2 -0 ports/www/web2ldap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19: 9:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DE7C37B419; Fri, 17 May 2002 19:09:03 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I293v50609; Fri, 17 May 2002 19:09:03 -0700 (PDT) (envelope-from kris) Message-Id: <200205180209.g4I293v50609@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:09:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ntimelord Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:09:03 PDT Modified files: net/ntimelord Makefile Log: BROKEN: Does not build Revision Changes Path 1.5 +3 -1 ports/net/ntimelord/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:10: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B33D537B404; Fri, 17 May 2002 19:10:00 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2A0350706; Fri, 17 May 2002 19:10:00 -0700 (PDT) (envelope-from kris) Message-Id: <200205180210.g4I2A0350706@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:10:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nam Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:10:00 PDT Modified files: net/nam Makefile Log: BROKEN: Does not find tcl correctly Revision Changes Path 1.10 +3 -1 ports/net/nam/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:10:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2F6B37B407; Fri, 17 May 2002 19:10:44 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2Ai250925; Fri, 17 May 2002 19:10:44 -0700 (PDT) (envelope-from kris) Message-Id: <200205180210.g4I2Ai250925@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:10:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mxv Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:10:44 PDT Modified files: audio/mxv Makefile Log: BROKEN: Does not build Revision Changes Path 1.12 +3 -1 ports/audio/mxv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:13:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FBB737B40B; Fri, 17 May 2002 19:13:42 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2Dg551129; Fri, 17 May 2002 19:13:42 -0700 (PDT) (envelope-from kris) Message-Id: <200205180213.g4I2Dg551129@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:13:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ns Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:13:41 PDT Modified files: net/ns Makefile Log: BROKEN: Incorrect checksum Revision Changes Path 1.8 +5 -3 ports/net/ns/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:15: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12A5D37B400; Fri, 17 May 2002 19:15:04 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2F4r51242; Fri, 17 May 2002 19:15:04 -0700 (PDT) (envelope-from kris) Message-Id: <200205180215.g4I2F4r51242@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:15:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/olvwm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:15:04 PDT Modified files: x11-wm/olvwm Makefile Log: BROKEN: Does not package correctly Revision Changes Path 1.25 +3 -1 ports/x11-wm/olvwm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:16: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E59F137B406; Fri, 17 May 2002 19:15:54 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2FsT51315; Fri, 17 May 2002 19:15:54 -0700 (PDT) (envelope-from kris) Message-Id: <200205180215.g4I2FsT51315@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/oleo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:15:54 PDT Modified files: math/oleo Makefile Log: BROKEN: Does not build Revision Changes Path 1.27 +2 -0 ports/math/oleo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:17:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 935AD37B403; Fri, 17 May 2002 19:17:18 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2HIS51514; Fri, 17 May 2002 19:17:18 -0700 (PDT) (envelope-from kris) Message-Id: <200205180217.g4I2HIS51514@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:17:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mpich Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:17:18 PDT Modified files: net/mpich Makefile Log: BROKEN: Does not package correctly Revision Changes Path 1.30 +2 -0 ports/net/mpich/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:19:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A8F937B403; Fri, 17 May 2002 19:19:12 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2JB951651; Fri, 17 May 2002 19:19:11 -0700 (PDT) (envelope-from kris) Message-Id: <200205180219.g4I2JB951651@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:19:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gtkfind Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:19:11 PDT Modified files: misc/gtkfind Makefile Log: BROKEN: Missing a dependency on xterm Revision Changes Path 1.14 +3 -1 ports/misc/gtkfind/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:20:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5070A37B40A; Fri, 17 May 2002 19:20:11 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2KBe51775; Fri, 17 May 2002 19:20:11 -0700 (PDT) (envelope-from kris) Message-Id: <200205180220.g4I2KBe51775@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:20:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/Xatm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:20:11 PDT Modified files: x11-servers/Xatm Makefile Log: BROKEN: Does not build Revision Changes Path 1.6 +3 -1 ports/x11-servers/Xatm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:21:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07EAB37B408; Fri, 17 May 2002 19:21:19 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2LJV51995; Fri, 17 May 2002 19:21:19 -0700 (PDT) (envelope-from kris) Message-Id: <200205180221.g4I2LJV51995@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:21:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tinycobol Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:21:18 PDT Modified files: lang/tinycobol Makefile Log: BROKEN: Does not package correctly Revision Changes Path 1.12 +2 -0 ports/lang/tinycobol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:23:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9550F37B409; Fri, 17 May 2002 19:23:16 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2NGo52110; Fri, 17 May 2002 19:23:16 -0700 (PDT) (envelope-from kris) Message-Id: <200205180223.g4I2NGo52110@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:23:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/stuphead Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:23:16 PDT Modified files: mail/stuphead Makefile Log: BROKEN: Does not package correctly Revision Changes Path 1.7 +2 -0 ports/mail/stuphead/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:24:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7473A37B40D; Fri, 17 May 2002 19:24:04 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2O4E52203; Fri, 17 May 2002 19:24:04 -0700 (PDT) (envelope-from kris) Message-Id: <200205180224.g4I2O4E52203@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:24:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/snd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:24:04 PDT Modified files: audio/snd Makefile Log: BROKEN: Does not build Revision Changes Path 1.17 +2 -0 ports/audio/snd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:25:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61E8737B408; Fri, 17 May 2002 19:25:41 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2Pft52365; Fri, 17 May 2002 19:25:41 -0700 (PDT) (envelope-from kris) Message-Id: <200205180225.g4I2Pft52365@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:25:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/pixmap Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:25:41 PDT Modified files: graphics/pixmap Makefile Log: BROKEN: Does not build with XFree86-4 Revision Changes Path 1.15 +3 -1 ports/graphics/pixmap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:27:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C472A37B40B; Fri, 17 May 2002 19:27:38 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2RcB52510; Fri, 17 May 2002 19:27:38 -0700 (PDT) (envelope-from kris) Message-Id: <200205180227.g4I2RcB52510@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:27:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/polygraph Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:27:38 PDT Modified files: benchmarks/polygraph Makefile Log: BROKEN: Does not build Revision Changes Path 1.8 +3 -1 ports/benchmarks/polygraph/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:29:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C46C237B40C; Fri, 17 May 2002 19:29:08 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2T8U52628; Fri, 17 May 2002 19:29:08 -0700 (PDT) (envelope-from kris) Message-Id: <200205180229.g4I2T8U52628@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:29:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/pari Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:29:08 PDT Modified files: math/pari Makefile Log: BROKEN: Does not package correctly Revision Changes Path 1.24 +2 -0 ports/math/pari/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:29:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9EE137B40E; Fri, 17 May 2002 19:29:11 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2TBM52655; Fri, 17 May 2002 19:29:11 -0700 (PDT) (envelope-from sada) Message-Id: <200205180229.g4I2TBM52655@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 19:29:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/edith Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 19:29:11 PDT Modified files: editors/edith Makefile Log: Set USE_X_PREFIX. PR: ports/37196 Submitted by: maintainer Revision Changes Path 1.4 +1 -0 ports/editors/edith/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:31:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10F6E37B40A; Fri, 17 May 2002 19:31:42 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2VgP52970; Fri, 17 May 2002 19:31:42 -0700 (PDT) (envelope-from kris) Message-Id: <200205180231.g4I2VgP52970@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:31:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gxset Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:31:42 PDT Modified files: x11/gxset Makefile Log: BROKEN: Does not build Revision Changes Path 1.2 +2 -0 ports/x11/gxset/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:32:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F97037B40F; Fri, 17 May 2002 19:32:28 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2WSo53059; Fri, 17 May 2002 19:32:28 -0700 (PDT) (envelope-from kris) Message-Id: <200205180232.g4I2WSo53059@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:32:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ivtools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:32:28 PDT Modified files: graphics/ivtools Makefile Log: BROKEN: Does not build Revision Changes Path 1.2 +2 -0 ports/graphics/ivtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:32:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F5AC37B403; Fri, 17 May 2002 19:32:35 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2WYa53083; Fri, 17 May 2002 19:32:34 -0700 (PDT) (envelope-from sada) Message-Id: <200205180232.g4I2WYa53083@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 19:32:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 19:32:34 PDT Modified files: . LEGAL Log: editors/edith sets NO_CDROM. Revision Changes Path 1.248 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:34:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E57B037B406; Fri, 17 May 2002 19:34:34 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2YYJ53245; Fri, 17 May 2002 19:34:34 -0700 (PDT) (envelope-from kris) Message-Id: <200205180234.g4I2YYJ53245@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:34:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ilu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:34:34 PDT Modified files: devel/ilu Makefile Log: BROKEN: Does not build Revision Changes Path 1.29 +2 -0 ports/devel/ilu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:35:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C01937B410; Fri, 17 May 2002 19:35:48 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2ZmT53380; Fri, 17 May 2002 19:35:48 -0700 (PDT) (envelope-from kris) Message-Id: <200205180235.g4I2ZmT53380@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:35:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ups-debug Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:35:48 PDT Modified files: devel/ups-debug Makefile Log: BROKEN: Does not build Revision Changes Path 1.22 +2 -0 ports/devel/ups-debug/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:37: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86B9A37B404; Fri, 17 May 2002 19:36:56 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2auK53496; Fri, 17 May 2002 19:36:56 -0700 (PDT) (envelope-from kris) Message-Id: <200205180236.g4I2auK53496@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:36:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/seaview Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:36:56 PDT Modified files: biology/seaview Makefile Log: BROKEN: Checksum is incorrect Revision Changes Path 1.18 +3 -1 ports/biology/seaview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:38:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44EA737B40F; Fri, 17 May 2002 19:38:19 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2cJP53628; Fri, 17 May 2002 19:38:19 -0700 (PDT) (envelope-from kris) Message-Id: <200205180238.g4I2cJP53628@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:38:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/scli Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:38:19 PDT Modified files: net/scli Makefile Log: BROKEN: Cannot find libxml2 dependency Revision Changes Path 1.3 +2 -0 ports/net/scli/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:39:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F54937B406; Fri, 17 May 2002 19:39:08 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2d8p53696; Fri, 17 May 2002 19:39:08 -0700 (PDT) (envelope-from kris) Message-Id: <200205180239.g4I2d8p53696@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:39:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gdal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:39:08 PDT Modified files: graphics/gdal Makefile Log: BROKEN: Incorrect checksum Revision Changes Path 1.2 +2 -0 ports/graphics/gdal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:40:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0EEA37B403; Fri, 17 May 2002 19:40:35 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2eZG53958; Fri, 17 May 2002 19:40:35 -0700 (PDT) (envelope-from kris) Message-Id: <200205180240.g4I2eZG53958@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:40:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/geomview Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:40:35 PDT Modified files: graphics/geomview Makefile Log: BROKEN: Does not build Revision Changes Path 1.27 +3 -1 ports/graphics/geomview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:41:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0799F37B407; Fri, 17 May 2002 19:41:25 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2fOT54046; Fri, 17 May 2002 19:41:25 -0700 (PDT) (envelope-from kris) Message-Id: <200205180241.g4I2fOT54046@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:41:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:41:24 PDT Modified files: lang/gcl Makefile Log: BROKEN: Dies with sig11 during build Revision Changes Path 1.20 +2 -0 ports/lang/gcl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:42:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3156837B406; Fri, 17 May 2002 19:42:39 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2gdq54148; Fri, 17 May 2002 19:42:39 -0700 (PDT) (envelope-from kris) Message-Id: <200205180242.g4I2gdq54148@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:42:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gracer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:42:39 PDT Modified files: games/gracer Makefile Log: BROKEN: Does not build Revision Changes Path 1.18 +2 -0 ports/games/gracer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:43:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AB7F37B403; Fri, 17 May 2002 19:43:30 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2hUS54237; Fri, 17 May 2002 19:43:30 -0700 (PDT) (envelope-from kris) Message-Id: <200205180243.g4I2hUS54237@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:43:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/grass Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:43:30 PDT Modified files: databases/grass Makefile Log: BROKEN: Configure fails Revision Changes Path 1.13 +2 -0 ports/databases/grass/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:44:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60C8437B400; Fri, 17 May 2002 19:44:11 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2iBZ54308; Fri, 17 May 2002 19:44:11 -0700 (PDT) (envelope-from kris) Message-Id: <200205180244.g4I2iBZ54308@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:44:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gretl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:44:11 PDT Modified files: misc/gretl Makefile Log: BROKEN: Does not build Revision Changes Path 1.2 +2 -0 ports/misc/gretl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:44:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54A1037B405; Fri, 17 May 2002 19:44:49 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2inY54365; Fri, 17 May 2002 19:44:49 -0700 (PDT) (envelope-from kris) Message-Id: <200205180244.g4I2inY54365@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:44:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/kssh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:44:49 PDT Modified files: security/kssh Makefile Log: BROKEN: Does not build Revision Changes Path 1.15 +2 -0 ports/security/kssh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:47:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3741837B405; Fri, 17 May 2002 19:47:25 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2lP754600; Fri, 17 May 2002 19:47:25 -0700 (PDT) (envelope-from tjr) Message-Id: <200205180247.g4I2lP754600@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 17 May 2002 19:47:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pwd pwd.1 pwd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/17 19:47:25 PDT Modified files: bin/pwd pwd.1 pwd.c Log: Make -L the default, allow both -L and -P to be specified (last one used matters), fall back to -P mode if we can't get the logical directory. Revision Changes Path 1.19 +2 -2 src/bin/pwd/pwd.1 1.18 +14 -9 src/bin/pwd/pwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:51:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C78837B406; Fri, 17 May 2002 19:51:52 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2pqj55014; Fri, 17 May 2002 19:51:52 -0700 (PDT) (envelope-from kris) Message-Id: <200205180251.g4I2pqj55014@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:51:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/yagirc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:51:52 PDT Modified files: irc/yagirc Makefile Log: BROKEN: Does not build Revision Changes Path 1.25 +3 -1 ports/irc/yagirc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:52:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52F8337B404; Fri, 17 May 2002 19:52:40 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2qe955092; Fri, 17 May 2002 19:52:40 -0700 (PDT) (envelope-from kris) Message-Id: <200205180252.g4I2qe955092@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:52:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/xvnews Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:52:40 PDT Modified files: news/xvnews Makefile Log: BROKEN: Does not compile on -current; manpage does not build on -stable Revision Changes Path 1.9 +3 -1 ports/news/xvnews/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:53:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2E1237B405; Fri, 17 May 2002 19:53:24 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2rOH55151; Fri, 17 May 2002 19:53:24 -0700 (PDT) (envelope-from kris) Message-Id: <200205180253.g4I2rOH55151@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:53:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/TenDRA Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:53:24 PDT Modified files: lang/TenDRA Makefile Log: BROKEN: Does not build Revision Changes Path 1.19 +2 -0 ports/lang/TenDRA/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:55:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED84637B400; Fri, 17 May 2002 19:55:09 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2t9E55269; Fri, 17 May 2002 19:55:09 -0700 (PDT) (envelope-from kris) Message-Id: <200205180255.g4I2t9E55269@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:55:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/e16utils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:55:09 PDT Modified files: x11-wm/e16utils Makefile Log: BROKEN: Does not link correctly Revision Changes Path 1.5 +2 -0 ports/x11-wm/e16utils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:55:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25ED437B40A; Fri, 17 May 2002 19:55:14 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2tDi55302; Fri, 17 May 2002 19:55:13 -0700 (PDT) (envelope-from vanilla) Message-Id: <200205180255.g4I2tDi55302@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 17 May 2002 19:55:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimp1 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2002/05/17 19:55:13 PDT Modified files: graphics/gimp1 Makefile Log: pass maintainerbit to gnome@ Approved by: sobomax Revision Changes Path 1.99 +1 -1 ports/graphics/gimp1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:55:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F06C237B407; Fri, 17 May 2002 19:55:46 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2tkk55424; Fri, 17 May 2002 19:55:46 -0700 (PDT) (envelope-from kris) Message-Id: <200205180255.g4I2tkk55424@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:55:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/sixpack Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:55:46 PDT Modified files: databases/sixpack Makefile Log: BROKEN: Does not package correctly Revision Changes Path 1.2 +2 -0 ports/databases/sixpack/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:57: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36C6537B405; Fri, 17 May 2002 19:57:03 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2v3k55532; Fri, 17 May 2002 19:57:03 -0700 (PDT) (envelope-from kris) Message-Id: <200205180257.g4I2v3k55532@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:57:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/zpygresqlda Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:57:03 PDT Modified files: databases/zpygresqlda Makefile Log: BROKEN: Cannot find python Revision Changes Path 1.7 +2 -0 ports/databases/zpygresqlda/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:59: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 968BC37B403; Fri, 17 May 2002 19:59:03 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2x3255667; Fri, 17 May 2002 19:59:03 -0700 (PDT) (envelope-from kris) Message-Id: <200205180259.g4I2x3255667@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:59:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/zsh-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:59:03 PDT Modified files: shells/zsh-devel Makefile Log: Move a pre-everything target which displays a message and exits to a FORBIDDEN tag. Revision Changes Path 1.55 +2 -6 ports/shells/zsh-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 19:59:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFB8237B40A; Fri, 17 May 2002 19:59:36 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I2xam55757; Fri, 17 May 2002 19:59:36 -0700 (PDT) (envelope-from kris) Message-Id: <200205180259.g4I2xam55757@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 19:59:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/texmacs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 19:59:36 PDT Modified files: editors/texmacs Makefile Log: BROKEN: Does not fetch Revision Changes Path 1.2 +2 -0 ports/editors/texmacs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20: 1:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9854437B405; Fri, 17 May 2002 20:01:07 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I317G55989; Fri, 17 May 2002 20:01:07 -0700 (PDT) (envelope-from kris) Message-Id: <200205180301.g4I317G55989@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:01:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/flightgear Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:01:07 PDT Modified files: games/flightgear Makefile Log: BROKEN: Does not link correctly Revision Changes Path 1.12 +2 -0 ports/games/flightgear/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20: 1:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABB2237B406; Fri, 17 May 2002 20:01:44 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I31ip56093; Fri, 17 May 2002 20:01:44 -0700 (PDT) (envelope-from kris) Message-Id: <200205180301.g4I31ip56093@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:01:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/aewm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:01:44 PDT Modified files: x11-wm/aewm Makefile Log: BROKEN: Does not install correctly Revision Changes Path 1.6 +2 -0 ports/x11-wm/aewm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20: 4:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F30737B405; Fri, 17 May 2002 20:04:16 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I34Gv56248; Fri, 17 May 2002 20:04:16 -0700 (PDT) (envelope-from kris) Message-Id: <200205180304.g4I34Gv56248@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:04:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/pcb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:04:16 PDT Modified files: cad/pcb Makefile Log: BROKEN: Does not build Revision Changes Path 1.34 +2 -0 ports/cad/pcb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20: 5:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62D2937B40A; Fri, 17 May 2002 20:05:28 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I35SK59425; Fri, 17 May 2002 20:05:28 -0700 (PDT) (envelope-from kris) Message-Id: <200205180305.g4I35SK59425@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:05:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/projectcenter.app Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:05:28 PDT Modified files: devel/projectcenter.app Makefile Log: BROKEN: Does not build Revision Changes Path 1.4 +3 -1 ports/devel/projectcenter.app/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:10:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02EF137B408; Fri, 17 May 2002 20:10:30 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3AT560447; Fri, 17 May 2002 20:10:29 -0700 (PDT) (envelope-from kris) Message-Id: <200205180310.g4I3AT560447@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:10:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/miniscrib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:10:29 PDT Modified files: graphics/miniscrib Makefile Log: BROKEN: Does not fetch Revision Changes Path 1.2 +2 -0 ports/graphics/miniscrib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:11:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C38237B409; Fri, 17 May 2002 20:11:52 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3Bqj60667; Fri, 17 May 2002 20:11:52 -0700 (PDT) (envelope-from kris) Message-Id: <200205180311.g4I3Bqj60667@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:11:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squidguard Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:11:52 PDT Modified files: www/squidguard Makefile Log: BROKEN: Does not install cleanly Revision Changes Path 1.6 +2 -0 ports/www/squidguard/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:14:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F0EF37B406; Fri, 17 May 2002 20:14:06 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3E6w60831; Fri, 17 May 2002 20:14:06 -0700 (PDT) (envelope-from sada) Message-Id: <200205180314.g4I3E6w60831@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 20:14:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vm Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 20:14:06 PDT Modified files: mail/vm Makefile distinfo pkg-plist Log: - upgrade to version 7.04 - add .el files to pkg-plist PR: ports/37411 Submitted by: maintainer Revision Changes Path 1.3 +2 -1 ports/mail/vm/Makefile 1.3 +1 -1 ports/mail/vm/distinfo 1.2 +37 -0 ports/mail/vm/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:15:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9E8737B40C; Fri, 17 May 2002 20:15:08 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3F8N60989; Fri, 17 May 2002 20:15:08 -0700 (PDT) (envelope-from kris) Message-Id: <200205180315.g4I3F8N60989@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:15:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xdvik-vflib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:15:08 PDT Modified files: japanese/xdvik-vflib Makefile Log: BROKEN: Incorrect dependency information Revision Changes Path 1.18 +2 -0 ports/japanese/xdvik-vflib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:16:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 403DB37B406; Fri, 17 May 2002 20:16:37 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3Gbd61146; Fri, 17 May 2002 20:16:37 -0700 (PDT) (envelope-from kris) Message-Id: <200205180316.g4I3Gbd61146@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:16:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arla Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:16:37 PDT Modified files: net/arla Makefile Log: BROKEN: Does not build Revision Changes Path 1.23 +2 -0 ports/net/arla/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:17:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30E5337B40E; Fri, 17 May 2002 20:17:41 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3HeD61264; Fri, 17 May 2002 20:17:40 -0700 (PDT) (envelope-from kris) Message-Id: <200205180317.g4I3HeD61264@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:17:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/camlp4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:17:40 PDT Modified files: devel/camlp4 Makefile Log: BROKEN: Does not build Revision Changes Path 1.7 +3 -1 ports/devel/camlp4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:19:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B47437B403; Fri, 17 May 2002 20:19:36 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3JaP61440; Fri, 17 May 2002 20:19:36 -0700 (PDT) (envelope-from kris) Message-Id: <200205180319.g4I3JaP61440@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:19:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gated Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:19:36 PDT Modified files: net/gated Makefile Log: BROKEN: Does not fetch Revision Changes Path 1.32 +2 -0 ports/net/gated/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:23:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F04DE37B405; Fri, 17 May 2002 20:23:16 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3NGV61942; Fri, 17 May 2002 20:23:16 -0700 (PDT) (envelope-from kris) Message-Id: <200205180323.g4I3NGV61942@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:23:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/heroes Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:23:16 PDT Modified files: games/heroes Makefile Log: BROKEN: Does not package correctly Revision Changes Path 1.12 +2 -0 ports/games/heroes/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:24:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A7D237B404; Fri, 17 May 2002 20:24:19 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3OJt62070; Fri, 17 May 2002 20:24:19 -0700 (PDT) (envelope-from kris) Message-Id: <200205180324.g4I3OJt62070@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:24:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnu-radius Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:24:19 PDT Modified files: net/gnu-radius Makefile Log: BROKEN: Does not package correctly Revision Changes Path 1.5 +2 -0 ports/net/gnu-radius/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:24:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2631C37B408; Fri, 17 May 2002 20:24:21 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3OLf62098; Fri, 17 May 2002 20:24:21 -0700 (PDT) (envelope-from trevor) Message-Id: <200205180324.g4I3OLf62098@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 17 May 2002 20:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile ports/astro/celestia Makefile distinfo pkg-comment pkg-descr ports/astro/celestia/files patch-src_celestia_glutmain.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/17 20:24:21 PDT Modified files: astro Makefile Added files: astro/celestia Makefile distinfo pkg-comment pkg-descr astro/celestia/files patch-src_celestia_glutmain.cpp Log: Add port of celestia, another space travel simulator. Requested by: Geoffrey Lassner, Bohdan 'Nexus' Horst, and Jud Revision Changes Path 1.51 +1 -0 ports/astro/Makefile 1.1 +99 -0 ports/astro/celestia/Makefile (new) 1.1 +2 -0 ports/astro/celestia/distinfo (new) 1.1 +13 -0 ports/astro/celestia/files/patch-src_celestia_glutmain.cpp (new) 1.1 +1 -0 ports/astro/celestia/pkg-comment (new) 1.1 +12 -0 ports/astro/celestia/pkg-descr (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:24:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD5D337B40D; Fri, 17 May 2002 20:24:22 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3OME62131; Fri, 17 May 2002 20:24:22 -0700 (PDT) (envelope-from sada) Message-Id: <200205180324.g4I3OME62131@freefall.freebsd.org> From: SADA Kenji Date: Fri, 17 May 2002 20:24:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/molden Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/05/17 20:24:22 PDT Modified files: biology/molden Makefile distinfo Log: distfile has silently changed, so md5 has to be rewritten. PR: ports/37476 Submitted by: maintainer Revision Changes Path 1.14 +1 -0 ports/biology/molden/Makefile 1.6 +1 -1 ports/biology/molden/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:24:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0DB937B40B; Fri, 17 May 2002 20:24:23 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3ONK62159; Fri, 17 May 2002 20:24:23 -0700 (PDT) (envelope-from trevor) Message-Id: <200205180324.g4I3ONK62159@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 17 May 2002 20:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/17 20:24:23 PDT Modified files: . modules Log: celestia --> ports/astro/celestia Revision Changes Path 1.5128 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:25:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE03637B404; Fri, 17 May 2002 20:25:21 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3PLe62319; Fri, 17 May 2002 20:25:21 -0700 (PDT) (envelope-from kris) Message-Id: <200205180325.g4I3PLe62319@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:25:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science/mpqc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:25:21 PDT Modified files: science/mpqc Makefile Log: BROKEN: Does not build Revision Changes Path 1.2 +2 -0 ports/science/mpqc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:29: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFB0137B40C; Fri, 17 May 2002 20:28:59 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3SxB62615; Fri, 17 May 2002 20:28:59 -0700 (PDT) (envelope-from kris) Message-Id: <200205180328.g4I3SxB62615@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/orbitcpp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:28:59 PDT Modified files: devel/orbitcpp Makefile Log: BROKEN: Does not build Revision Changes Path 1.5 +2 -0 ports/devel/orbitcpp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:30:10 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id E340F37B40B; Fri, 17 May 2002 20:30:00 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 481C966DCA; Fri, 17 May 2002 20:30:00 -0700 (PDT) Date: Fri, 17 May 2002 20:30:00 -0700 From: Kris Kennaway To: SADA Kenji Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/biology/molden Makefile distinfo Message-ID: <20020517203000.I21836@xor.obsecurity.org> References: <200205180324.g4I3OME62131@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="NyChO5MpGs3JHJbz" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205180324.g4I3OME62131@freefall.freebsd.org>; from sada@FreeBSD.org on Fri, May 17, 2002 at 08:24:22PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --NyChO5MpGs3JHJbz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 08:24:22PM -0700, SADA Kenji wrote: > sada 2002/05/17 20:24:22 PDT >=20 > Modified files: > biology/molden Makefile distinfo=20 > Log: > distfile has silently changed, > so md5 has to be rewritten. > PR: ports/37476 > Submitted by: maintainer Please summarize the changes from diff -ruN in a followup commit. Kris --NyChO5MpGs3JHJbz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85cq3Wry0BWjoQKURAmmeAKD0MWCj1NN1ba6+TOaNX0DYOQPOawCg1H87 nc6486Hogfx+jbpg6gvwkRA= =CQT0 -----END PGP SIGNATURE----- --NyChO5MpGs3JHJbz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:31:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F61437B405; Fri, 17 May 2002 20:31:05 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3V5Q62914; Fri, 17 May 2002 20:31:05 -0700 (PDT) (envelope-from kris) Message-Id: <200205180331.g4I3V5Q62914@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:31:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/extace Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:31:05 PDT Modified files: audio/extace Makefile Log: BROKEN: Configure fails to find imlib Revision Changes Path 1.10 +3 -1 ports/audio/extace/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:32:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E211137B40B; Fri, 17 May 2002 20:32:07 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3W7O63027; Fri, 17 May 2002 20:32:07 -0700 (PDT) (envelope-from kris) Message-Id: <200205180332.g4I3W7O63027@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:32:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mxv Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:32:07 PDT Modified files: audio/mxv Makefile Log: Mail to maintainer bounces; remove him Revision Changes Path 1.13 +1 -1 ports/audio/mxv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:34:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FF9637B405; Fri, 17 May 2002 20:34:14 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3YEp63174; Fri, 17 May 2002 20:34:14 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205180334.g4I3YEp63174@freefall.freebsd.org> From: Robert Watson Date: Fri, 17 May 2002 20:34:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status report-feb-2002-apr-2002.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/17 20:34:14 PDT Added files: en/news/status report-feb-2002-apr-2002.xml Log: First draft of Feb - March 2002 report. Needs some cleanup, one more addition before it's hooked up and built. Revision Changes Path 1.1 +1243 -0 www/en/news/status/report-feb-2002-apr-2002.xml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:34:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25D6337B41C; Fri, 17 May 2002 20:34:19 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3YJY63205; Fri, 17 May 2002 20:34:19 -0700 (PDT) (envelope-from kris) Message-Id: <200205180334.g4I3YJY63205@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:34:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/minicom Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:34:19 PDT Modified files: comms/minicom Makefile Log: BROKEN: configure fails Revision Changes Path 1.40 +2 -0 ports/comms/minicom/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:35:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B11537B406; Fri, 17 May 2002 20:35:15 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3ZFK63316; Fri, 17 May 2002 20:35:15 -0700 (PDT) (envelope-from kris) Message-Id: <200205180335.g4I3ZFK63316@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:35:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:35:15 PDT Modified files: emulators/vmware Makefile Log: BROKEN: Does not build Revision Changes Path 1.11 +2 -0 ports/emulators/vmware/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:35:56 2002 Delivered-To: cvs-all@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 5636C37B40E; Fri, 17 May 2002 20:35:49 -0700 (PDT) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id UAA03128; Fri, 17 May 2002 20:35:48 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda03124; Fri May 17 20:35:44 2002 Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.3/8.12.3) with ESMTP id g4I3Zcfh007290; Fri, 17 May 2002 20:35:38 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.3/8.12.3) with ESMTP id g4I3ZXhN011672; Fri, 17 May 2002 20:35:33 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200205180335.g4I3ZXhN011672@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gated Makefile In-Reply-To: Message from Kris Kennaway of "Fri, 17 May 2002 20:19:36 PDT." <200205180319.g4I3JaP61440@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 20:35:33 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200205180319.g4I3JaP61440@freefall.freebsd.org>, Kris Kennaway writ es: > kris 2002/05/17 20:19:36 PDT > > Modified files: > net/gated Makefile > Log: > BROKEN: Does not fetch > > Revision Changes Path > 1.32 +2 -0 ports/net/gated/Makefile I managed to find a copy of the distfile which matches the checksum in the port on my Orb drive and have put it in my local-distfiles on freefall. When I've verified that it has propagated to the FTP servers, I'll update the port. Does this sound OK? Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:36: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45AC237B40F; Fri, 17 May 2002 20:35:55 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3ZtZ63370; Fri, 17 May 2002 20:35:55 -0700 (PDT) (envelope-from kris) Message-Id: <200205180335.g4I3ZtZ63370@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 17 May 2002 20:35:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/mozilla-fonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/05/17 20:35:55 PDT Modified files: x11-fonts/mozilla-fonts Makefile Log: BROKEN: Does not build Revision Changes Path 1.6 +3 -1 ports/x11-fonts/mozilla-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 20:58:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2495F37B40E; Fri, 17 May 2002 20:58:17 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I3wHb64910; Fri, 17 May 2002 20:58:17 -0700 (PDT) (envelope-from alc) Message-Id: <200205180358.g4I3wHb64910@freefall.freebsd.org> From: Alan Cox Date: Fri, 17 May 2002 20:58:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/05/17 20:58:16 PDT Modified files: sys/vm vm_mmap.c Log: o Remove the acquisition and release of Giant from mprotect(). Revision Changes Path 1.138 +2 -6 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 21: 6:15 2002 Delivered-To: cvs-all@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 031DC37B40E; Fri, 17 May 2002 21:06:10 -0700 (PDT) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id VAA03205; Fri, 17 May 2002 21:06:09 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda03203; Fri May 17 21:06:02 2002 Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.3/8.12.3) with ESMTP id g4I45vfh007439; Fri, 17 May 2002 21:05:57 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.3/8.12.3) with ESMTP id g4I45qhN024120; Fri, 17 May 2002 21:05:52 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200205180405.g4I45qhN024120@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-os: FreeBSD X-Sender: cy@cwsent.com To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/squidguard Makefile In-Reply-To: Message from Kris Kennaway of "Fri, 17 May 2002 20:11:52 PDT." <200205180311.g4I3Bqj60667@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 21:05:52 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200205180311.g4I3Bqj60667@freefall.freebsd.org>, Kris Kennaway writ es: > kris 2002/05/17 20:11:52 PDT > > Modified files: > www/squidguard Makefile > Log: > BROKEN: Does not install cleanly > > Revision Changes Path > 1.6 +2 -0 ports/www/squidguard/Makefile I have a patch available. Do you mind if I fix it? Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC FreeBSD UNIX: cy@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 21:49:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12C9B37B409; Fri, 17 May 2002 21:49:45 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I4njD71979; Fri, 17 May 2002 21:49:45 -0700 (PDT) (envelope-from obrien) Message-Id: <200205180449.g4I4njD71979@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 21:49:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile auto-host.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 21:49:44 PDT Modified files: gnu/usr.bin/cc/cc_tools Makefile auto-host.h Log: Use a more API denoting way to handle what is in libc and what isn't. Revision Changes Path 1.64 +0 -4 src/gnu/usr.bin/cc/cc_tools/Makefile 1.7 +3 -1 src/gnu/usr.bin/cc/cc_tools/auto-host.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 21:50:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32D1237B406; Fri, 17 May 2002 21:50:32 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I4oWU72155; Fri, 17 May 2002 21:50:32 -0700 (PDT) (envelope-from obrien) Message-Id: <200205180450.g4I4oWU72155@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 21:50:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/as/powerpc-freebsd itbl-cpu.h targ-cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 21:50:32 PDT Modified files: gnu/usr.bin/binutils/as/powerpc-freebsd itbl-cpu.h targ-cpu.h Log: Style sync with other platforms. Revision Changes Path 1.2 +1 -0 src/gnu/usr.bin/binutils/as/powerpc-freebsd/itbl-cpu.h 1.2 +1 -0 src/gnu/usr.bin/binutils/as/powerpc-freebsd/targ-cpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 21:52: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 4407D37B405; Fri, 17 May 2002 21:51:55 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BE2E266DCA; Fri, 17 May 2002 21:51:54 -0700 (PDT) Date: Fri, 17 May 2002 21:51:53 -0700 From: Kris Kennaway To: Cy Schubert - CITS Open Systems Group Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gated Makefile Message-ID: <20020517215153.A23767@xor.obsecurity.org> References: <200205180335.g4I3ZXhN011672@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205180335.g4I3ZXhN011672@cwsys.cwsent.com>; from Cy.Schubert@uumail.gov.bc.ca on Fri, May 17, 2002 at 08:35:33PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 08:35:33PM -0700, Cy Schubert - CITS Open Systems G= roup wrote: > In message <200205180319.g4I3JaP61440@freefall.freebsd.org>, Kris=20 > Kennaway writ > es: > > kris 2002/05/17 20:19:36 PDT > >=20 > > Modified files: > > net/gated Makefile=20 > > Log: > > BROKEN: Does not fetch > > =20 > > Revision Changes Path > > 1.32 +2 -0 ports/net/gated/Makefile >=20 > I managed to find a copy of the distfile which matches the checksum in=20 > the port on my Orb drive and have put it in my local-distfiles on=20 > freefall. When I've verified that it has propagated to the FTP=20 > servers, I'll update the port. >=20 > Does this sound OK? Actually the license does not allow us to do this, I think. The port should be removed if so (the vendor no longer offers the gated code free of charge), but I've yet to hear confirmation back from the maintainer. Kris --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85d3pWry0BWjoQKURAvvsAJ4zkp7W+6CXXHFdI3AYCSfcbze7hgCg5qGR yEGydZ29EwJvrvO0A4unmWo= =SN1t -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 21:54: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id D122937B40C; Fri, 17 May 2002 21:53:54 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3449166DCA; Fri, 17 May 2002 21:53:53 -0700 (PDT) Date: Fri, 17 May 2002 21:53:53 -0700 From: Kris Kennaway To: Cy Schubert - CITS Open Systems Group Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/squidguard Makefile Message-ID: <20020517215353.B23767@xor.obsecurity.org> References: <200205180405.g4I45qhN024120@cwsys.cwsent.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="U+BazGySraz5kW0T" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205180405.g4I45qhN024120@cwsys.cwsent.com>; from Cy.Schubert@uumail.gov.bc.ca on Fri, May 17, 2002 at 09:05:52PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --U+BazGySraz5kW0T Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 09:05:52PM -0700, Cy Schubert - CITS Open Systems G= roup wrote: > In message <200205180311.g4I3Bqj60667@freefall.freebsd.org>, Kris=20 > Kennaway writ > es: > > kris 2002/05/17 20:11:52 PDT > >=20 > > Modified files: > > www/squidguard Makefile=20 > > Log: > > BROKEN: Does not install cleanly > > =20 > > Revision Changes Path > > 1.6 +2 -0 ports/www/squidguard/Makefile >=20 > I have a patch available. Do you mind if I fix it? You probably should consult with the maintainer, but please go ahead if you don't hear back from him soon. Kris --U+BazGySraz5kW0T Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85d5hWry0BWjoQKURAjGiAJ9Lk9b/Bc2kvsBJ7cOPhZPoeO1jYACg0JEL d0AlphBhQt7PS+FGRJBY6VA= =6QHx -----END PGP SIGNATURE----- --U+BazGySraz5kW0T-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 22: 0: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F17AC37B408; Fri, 17 May 2002 21:59:57 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I4xv072608; Fri, 17 May 2002 21:59:57 -0700 (PDT) (envelope-from obrien) Message-Id: <200205180459.g4I4xv072608@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 21:59:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile Makefile.alpha Makefile.i386 config.h src/gnu/usr.bin/binutils/gdb/alpha nm.h tm.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 21:59:57 PDT Modified files: gnu/usr.bin/binutils/gdb Makefile Makefile.alpha Makefile.i386 config.h gnu/usr.bin/binutils/gdb/alpha nm.h tm.h Log: Segregate MD weirdness a little bit more. Improve cross buildability. Revision Changes Path 1.55 +6 -9 src/gnu/usr.bin/binutils/gdb/Makefile 1.5 +8 -5 src/gnu/usr.bin/binutils/gdb/Makefile.alpha 1.4 +5 -3 src/gnu/usr.bin/binutils/gdb/Makefile.i386 1.4 +1 -2 src/gnu/usr.bin/binutils/gdb/alpha/nm.h 1.4 +3 -0 src/gnu/usr.bin/binutils/gdb/alpha/tm.h 1.4 +4 -0 src/gnu/usr.bin/binutils/gdb/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 22:31:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B031437B40F; Fri, 17 May 2002 22:31:48 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I5Vm378053; Fri, 17 May 2002 22:31:48 -0700 (PDT) (envelope-from obrien) Message-Id: <200205180531.g4I5Vm378053@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 22:31:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/perl Makefile perl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 22:31:48 PDT Added files: usr.bin/perl Makefile perl.c Log: Add a perl wrapper. mergmaster(8) is broken with out it. Submitted by: DES Revision Changes Path 1.1 +6 -0 src/usr.bin/perl/Makefile (new) 1.1 +62 -0 src/usr.bin/perl/perl.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 22:33:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC8C337B40A; Fri, 17 May 2002 22:33:28 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I5XSY78188; Fri, 17 May 2002 22:33:28 -0700 (PDT) (envelope-from obrien) Message-Id: <200205180533.g4I5XSY78188@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 22:33:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/perl Makefile perl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 22:33:28 PDT Modified files: usr.bin/perl Makefile perl.c Log: WARNS 6 this. Revision Changes Path 1.2 +1 -0 src/usr.bin/perl/Makefile 1.2 +1 -0 src/usr.bin/perl/perl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 22:38:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D070437B400; Fri, 17 May 2002 22:38:31 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I5cVt78565; Fri, 17 May 2002 22:38:31 -0700 (PDT) (envelope-from obrien) Message-Id: <200205180538.g4I5cVt78565@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 May 2002 22:38:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/17 22:38:31 PDT Modified files: etc/mtree BSD.usr.dist Log: We haven't needed libg++ since 1999-04-04 (pre 4.0). Revision Changes Path 1.260 +1 -3 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23: 6:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FED837B403; Fri, 17 May 2002 23:06:23 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I66Na84551; Fri, 17 May 2002 23:06:23 -0700 (PDT) (envelope-from pat) Message-Id: <200205180606.g4I66Na84551@freefall.freebsd.org> From: Patrick Li Date: Fri, 17 May 2002 23:06:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/sgf2tex Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/17 23:06:23 PDT Modified files: print/sgf2tex Makefile Log: fix master site PR: 38211 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/print/sgf2tex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:14: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E2EE37B411; Fri, 17 May 2002 23:13:58 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6DvT85301; Fri, 17 May 2002 23:13:57 -0700 (PDT) (envelope-from pat) Message-Id: <200205180613.g4I6DvT85301@freefall.freebsd.org> From: Patrick Li Date: Fri, 17 May 2002 23:13:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/pftpd Makefile distinfo pkg-descr ports/ftp/pftpd/files patch-plib-support.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/17 23:13:57 PDT Modified files: ftp/pftpd Makefile distinfo pkg-descr Added files: ftp/pftpd/files patch-plib-support.c Log: Update to 0.42 PR: 38206 Submitted by: maintainer Revision Changes Path 1.4 +3 -3 ports/ftp/pftpd/Makefile 1.4 +1 -1 ports/ftp/pftpd/distinfo 1.1 +17 -0 ports/ftp/pftpd/files/patch-plib-support.c (new) 1.3 +0 -2 ports/ftp/pftpd/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:16:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEE6C37B407; Fri, 17 May 2002 23:16:14 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6GEE85711; Fri, 17 May 2002 23:16:14 -0700 (PDT) (envelope-from trevor) Message-Id: <200205180616.g4I6GEE85711@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 17 May 2002 23:16:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-netscape6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/17 23:16:14 PDT Modified files: www/linux-netscape6 Makefile Log: Add an FTP site in Mexico and eleven European sites. Obtained from: http://www.alltheweb.com/search?advanced=1&cat=ftp Revision Changes Path 1.62 +13 -1 ports/www/linux-netscape6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:20: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5812E37B409; Fri, 17 May 2002 23:20:06 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6K6M86108; Fri, 17 May 2002 23:20:06 -0700 (PDT) (envelope-from pat) Message-Id: <200205180620.g4I6K6M86108@freefall.freebsd.org> From: Patrick Li Date: Fri, 17 May 2002 23:20:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Text-Template Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/17 23:20:06 PDT Modified files: textproc/p5-Text-Template Makefile distinfo Log: Update to 1.43 PR: 38199 Submitted by: David Lay Revision Changes Path 1.8 +1 -1 ports/textproc/p5-Text-Template/Makefile 1.5 +1 -1 ports/textproc/p5-Text-Template/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:26:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 568C137B40C; Fri, 17 May 2002 23:26:25 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6QPY86991; Fri, 17 May 2002 23:26:25 -0700 (PDT) (envelope-from horikawa) Message-Id: <200205180626.g4I6QPY86991@freefall.freebsd.org> From: Kazuo Horikawa Date: Fri, 17 May 2002 23:26:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 cdcontrol.1 dig.1 dnskeygen.1 dnsquery.1 host.1 doc/ja_JP.eucJP/man/man5 make.conf.5 named.conf.5 doc/ja_JP.eucJP/man/man8 boot0cfg.8 ifconfig.8 named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 nsupdate.8 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/05/17 23:26:24 PDT Modified files: ja_JP.eucJP/man/man1 cdcontrol.1 dig.1 dnskeygen.1 dnsquery.1 host.1 ja_JP.eucJP/man/man5 make.conf.5 named.conf.5 ja_JP.eucJP/man/man8 boot0cfg.8 ifconfig.8 named-bootconf.8 named-xfer.8 named.8 ndc.8 nslookup.8 nsupdate.8 pciconf.8 tunefs.8 Log: Catch up with 4.6-RC-20020518-JPSNAP Revision Changes Path 1.22 +5 -1 doc/ja_JP.eucJP/man/man1/cdcontrol.1 1.12 +24 -8 doc/ja_JP.eucJP/man/man1/dig.1 1.6 +10 -10 doc/ja_JP.eucJP/man/man1/dnskeygen.1 1.7 +15 -15 doc/ja_JP.eucJP/man/man1/dnsquery.1 1.12 +6 -9 doc/ja_JP.eucJP/man/man1/host.1 1.22 +6 -1 doc/ja_JP.eucJP/man/man5/make.conf.5 1.10 +139 -380 doc/ja_JP.eucJP/man/man5/named.conf.5 1.11 +3 -3 doc/ja_JP.eucJP/man/man8/boot0cfg.8 1.31 +4 -3 doc/ja_JP.eucJP/man/man8/ifconfig.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/named-bootconf.8 1.9 +1 -3 doc/ja_JP.eucJP/man/man8/named-xfer.8 1.14 +16 -13 doc/ja_JP.eucJP/man/man8/named.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/ndc.8 1.8 +61 -62 doc/ja_JP.eucJP/man/man8/nslookup.8 1.6 +10 -26 doc/ja_JP.eucJP/man/man8/nsupdate.8 1.15 +3 -3 doc/ja_JP.eucJP/man/man8/pciconf.8 1.12 +7 -1 doc/ja_JP.eucJP/man/man8/tunefs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:28:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 963F037B417; Fri, 17 May 2002 23:27:43 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6Rhl87207; Fri, 17 May 2002 23:27:43 -0700 (PDT) (envelope-from trevor) Message-Id: <200205180627.g4I6Rhl87207@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 17 May 2002 23:27:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/x11-wm Makefile ports/x11-wm/vdesk Makefile distinfo pkg-comment pkg-descr ports/x11 Makefile ports/x11/vdesk Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/17 23:27:43 PDT Modified files: . modules x11-wm Makefile x11 Makefile Added files: x11/vdesk Makefile distinfo pkg-comment pkg-descr Removed files: x11-wm/vdesk Makefile distinfo pkg-comment pkg-descr Log: Move vdesk port to x11 category. Revision Changes Path 1.5129 +1 -1 CVSROOT/modules 1.87 +0 -1 ports/x11-wm/Makefile 1.2 +0 -28 ports/x11-wm/vdesk/Makefile (dead) 1.2 +0 -2 ports/x11-wm/vdesk/distinfo (dead) 1.2 +0 -1 ports/x11-wm/vdesk/pkg-comment (dead) 1.2 +0 -11 ports/x11-wm/vdesk/pkg-descr (dead) 1.363 +1 -0 ports/x11/Makefile 1.1 +28 -0 ports/x11/vdesk/Makefile (new) 1.1 +2 -0 ports/x11/vdesk/distinfo (new) 1.1 +1 -0 ports/x11/vdesk/pkg-comment (new) 1.1 +11 -0 ports/x11/vdesk/pkg-descr (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:34:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D192837B400; Fri, 17 May 2002 23:34:16 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6YG089684; Fri, 17 May 2002 23:34:16 -0700 (PDT) (envelope-from pat) Message-Id: <200205180634.g4I6YG089684@freefall.freebsd.org> From: Patrick Li Date: Fri, 17 May 2002 23:34:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libwmf Makefile distinfo pkg-plist ports/graphics/libwmf/files patch-font.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/17 23:34:16 PDT Modified files: graphics/libwmf Makefile distinfo pkg-plist Removed files: graphics/libwmf/files patch-font.h Log: Update to 0.2.5 PR: 38184 Submitted by: Sergey A. Osokin Revision Changes Path 1.27 +1 -2 ports/graphics/libwmf/Makefile 1.10 +1 -1 ports/graphics/libwmf/distinfo 1.2 +0 -13 ports/graphics/libwmf/files/patch-font.h (dead) 1.13 +12 -11 ports/graphics/libwmf/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:34:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B054637B408; Fri, 17 May 2002 23:34:19 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6YJO89726; Fri, 17 May 2002 23:34:19 -0700 (PDT) (envelope-from horikawa) Message-Id: <200205180634.g4I6YJO89726@freefall.freebsd.org> From: Kazuo Horikawa Date: Fri, 17 May 2002 23:34:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 named.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/05/17 23:34:19 PDT Modified files: ja_JP.eucJP/man/man5 named.conf.5 Log: Fix mistranslation in description for "rolled versions" Submitted by: Kimura Fuyuki Reviewed by: Mori Kouji Revision Changes Path 1.11 +3 -3 doc/ja_JP.eucJP/man/man5/named.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:36:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4047137B400; Fri, 17 May 2002 23:36:20 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6aK189947; Fri, 17 May 2002 23:36:20 -0700 (PDT) (envelope-from pat) Message-Id: <200205180636.g4I6aK189947@freefall.freebsd.org> From: Patrick Li Date: Fri, 17 May 2002 23:36:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-FreezeThaw Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/17 23:36:20 PDT Modified files: devel/p5-FreezeThaw Makefile distinfo Log: Update to 0.43 PR: 38177 Submitted by: David Lay Revision Changes Path 1.11 +2 -2 ports/devel/p5-FreezeThaw/Makefile 1.3 +1 -1 ports/devel/p5-FreezeThaw/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:44:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7B1337B401; Fri, 17 May 2002 23:44:50 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6iox90811; Fri, 17 May 2002 23:44:50 -0700 (PDT) (envelope-from pat) Message-Id: <200205180644.g4I6iox90811@freefall.freebsd.org> From: Patrick Li Date: Fri, 17 May 2002 23:44:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/treecc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/17 23:44:50 PDT Modified files: lang/treecc Makefile Log: Dont compile tests and examples since they dont get installed anyways. PR: 38167 Submitted by: maintainer Revision Changes Path 1.8 +4 -0 ports/lang/treecc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:49:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACA2B37B404; Fri, 17 May 2002 23:49:13 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6nD091109; Fri, 17 May 2002 23:49:13 -0700 (PDT) (envelope-from horikawa) Message-Id: <200205180649.g4I6nD091109@freefall.freebsd.org> From: Kazuo Horikawa Date: Fri, 17 May 2002 23:49:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 newsyslog.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/05/17 23:49:13 PDT Modified files: ja_JP.eucJP/man/man8 newsyslog.8 Log: Reduce ambiguity in translation for "when" description. Fix translation for "in hours". Reviewed by: Kimura Fuyuki Revision Changes Path 1.23 +5 -6 doc/ja_JP.eucJP/man/man8/newsyslog.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:56:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AA4E37B408; Fri, 17 May 2002 23:56:51 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6upB91664; Fri, 17 May 2002 23:56:51 -0700 (PDT) (envelope-from pat) Message-Id: <200205180656.g4I6upB91664@freefall.freebsd.org> From: Patrick Li Date: Fri, 17 May 2002 23:56:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gmime Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/17 23:56:50 PDT Modified files: mail/gmime Makefile distinfo pkg-plist Log: Update to 0.6.0 PR: 38160 Submitted by: maintainer Revision Changes Path 1.5 +7 -2 ports/mail/gmime/Makefile 1.2 +1 -1 ports/mail/gmime/distinfo 1.3 +4 -1 ports/mail/gmime/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri May 17 23:57:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC6A037B405; Fri, 17 May 2002 23:57:55 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I6vt291813; Fri, 17 May 2002 23:57:55 -0700 (PDT) (envelope-from pat) Message-Id: <200205180657.g4I6vt291813@freefall.freebsd.org> From: Patrick Li Date: Fri, 17 May 2002 23:57:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/17 23:57:55 PDT Modified files: mail/gmail Makefile Log: Chase gmime shlib version bump. Revision Changes Path 1.4 +1 -1 ports/mail/gmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 0: 6: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E95CE37B40B; Sat, 18 May 2002 00:05:59 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I75xd96219; Sat, 18 May 2002 00:05:59 -0700 (PDT) (envelope-from pat) Message-Id: <200205180705.g4I75xd96219@freefall.freebsd.org> From: Patrick Li Date: Sat, 18 May 2002 00:05:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimageview Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/18 00:05:59 PDT Modified files: graphics/gimageview Makefile distinfo pkg-plist Log: Update to 0.2.1 PR: 38146 Submitted by: maintainer Revision Changes Path 1.4 +18 -3 ports/graphics/gimageview/Makefile 1.4 +1 -1 ports/graphics/gimageview/distinfo 1.3 +3 -0 ports/graphics/gimageview/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 0:14: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E8C437B408; Sat, 18 May 2002 00:13:32 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7DVZ98621; Sat, 18 May 2002 00:13:31 -0700 (PDT) (envelope-from horikawa) Message-Id: <200205180713.g4I7DVZ98621@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 18 May 2002 00:13:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man3 _secure_path.3 abort.3 abs.3 acos.3 acosh.3 addr2ascii.3 alarm.3 alloca.3 asin.3 asinh.3 assert.3 atan.3 atan2.3 atanh.3 atexit.3 atof.3 atoi.3 atol.3 auth.3 bcmp.3 bcopy.3 bindresvport.3 bitstring.3 bsearch.3 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/05/18 00:13:31 PDT Modified files: ja_JP.eucJP/man/man3 _secure_path.3 abort.3 abs.3 acos.3 acosh.3 addr2ascii.3 alarm.3 alloca.3 asin.3 asinh.3 assert.3 atan.3 atan2.3 atanh.3 atexit.3 atof.3 atoi.3 atol.3 auth.3 bcmp.3 bcopy.3 bindresvport.3 bitstring.3 bsearch.3 bstring.3 btree.3 byteorder.3 bzero.3 calendar.3 cam.3 cam_cdbparse.3 catclose.3 catgets.3 catopen.3 ceil.3 cftime.3 cipher.3 cos.3 cosh.3 crypt.3 ctime.3 ctype.3 curs_addch.3 cuserid.3 dbopen.3 des_crypt.3 devstat.3 dialog.3 div.3 dladdr.3 dlopen.3 editline.3 end.3 erf.3 err.3 ethers.3 exec.3 exit.3 exp.3 fabs.3 fclose.3 ferror.3 fetch.3 fflush.3 ffs.3 fgetln.3 fgets.3 floor.3 fmod.3 fopen.3 fpgetround.3 fputs.3 fread.3 fseek.3 ftime.3 ftok.3 ftpio.3 fts.3 funopen.3 getbootfile.3 getc.3 getcwd.3 getdomainname.3 getenv.3 getgrent.3 gethostbyname.3 getnetent.3 getobjformat.3 getopt.3 getprotoent.3 getpw.3 getpwent.3 getrpcent.3 getservent.3 getsubopt.3 getusershell.3 getvfsent.3 hash.3 hypot.3 ieee.3 ieee_test.3 index.3 inet.3 initgroups.3 insque.3 ipx.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 isinf.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 j0.3 kvm_getprocs.3 ldexp.3 lgamma.3 libalias.3 libdisk.3 libradius.3 libstand.3 libtacplus.3 link_addr.3 lockf.3 login.3 login_auth.3 login_cap.3 login_class.3 login_ok.3 login_times.3 login_tty.3 logout.3 logwtmp.3 lsearch.3 malloc.3 math.3 mbrune.3 md2.3 md4.3 md5.3 memccpy.3 memchr.3 memcmp.3 memcpy.3 memmove.3 memory.3 memset.3 mktemp.3 mpool.3 msgctl.3 msgget.3 msgrcv.3 msgsnd.3 nlist.3 pam_authenticate.3 pam_chauthtok.3 pam_fail_delay.3 pam_open_session.3 pam_setcred.3 pam_start.3 pam_strerror.3 pause.3 popen.3 printf.3 property.3 pthread.3 pthread_cleanup_pop.3 pthread_cleanup_push.3 pthread_cond_broadcast.3 pthread_cond_destroy.3 pthread_cond_init.3 pthread_cond_signal.3 pthread_cond_timedwait.3 pthread_cond_wait.3 pthread_create.3 pthread_detach.3 pthread_equal.3 pthread_exit.3 pthread_getspecific.3 pthread_join.3 pthread_key_create.3 pthread_key_delete.3 pthread_mutex_destroy.3 pthread_mutex_init.3 pthread_mutex_lock.3 pthread_mutex_trylock.3 pthread_mutex_unlock.3 pthread_once.3 pthread_rwlock_destroy.3 pthread_rwlock_init.3 pthread_rwlock_rdlock.3 pthread_rwlock_unlock.3 pthread_rwlock_wrlock.3 pthread_rwlockattr_destroy.3 pthread_rwlockattr_getpshared.3 pthread_rwlockattr_init.3 pthread_rwlockattr_setpshared.3 pthread_self.3 pthread_setspecific.3 pty.3 publickey.3 putc.3 pwcache.3 queue.3 radixsort.3 raise.3 rand.3 rand48.3 random.3 rcmd.3 re_comp.3 realpath.3 recno.3 regexp.3 remove.3 resolver.3 rexec.3 rindex.3 rint.3 rpc.3 rpc_secure.3 rtime.3 rune.3 scandir.3 scanf.3 setbuf.3 setjmp.3 setlocale.3 setmode.3 setproctitle.3 setruid.3 sin.3 sinh.3 skey.3 sleep.3 sqrt.3 stdarg.3 stdio.3 strcasecmp.3 strcat.3 strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strdup.3 strerror.3 strftime.3 string.3 stringlist.3 strlen.3 strmode.3 strpbrk.3 strptime.3 strrchr.3 strsep.3 strspn.3 strstr.3 strtod.3 strtok.3 strtol.3 strtoul.3 strxfrm.3 stty.3 swab.3 sysconf.3 sysctl.3 sysexits.3 syslog.3 system.3 tan.3 tanh.3 tcgetpgrp.3 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3 time.3 time2posix.3 times.3 timezone.3 tmpnam.3 ttyname.3 tzset.3 ualarm.3 uname.3 ungetc.3 unvis.3 usleep.3 uucplock.3 valloc.3 vgl.3 vis.3 xdr.3 Log: man3 update to 4.5-RELEASE base done by jpman project Submitted by: Yuko Sasaki Revision Changes Path 1.6 +4 -5 doc/ja_JP.eucJP/man/man3/_secure_path.3 1.5 +2 -3 doc/ja_JP.eucJP/man/man3/abort.3 1.5 +2 -4 doc/ja_JP.eucJP/man/man3/abs.3 1.6 +5 -2 doc/ja_JP.eucJP/man/man3/acos.3 1.6 +4 -2 doc/ja_JP.eucJP/man/man3/acosh.3 1.5 +4 -4 doc/ja_JP.eucJP/man/man3/addr2ascii.3 1.6 +2 -2 doc/ja_JP.eucJP/man/man3/alarm.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/alloca.3 1.6 +4 -2 doc/ja_JP.eucJP/man/man3/asin.3 1.6 +4 -2 doc/ja_JP.eucJP/man/man3/asinh.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/assert.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/atan.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/atan2.3 1.6 +4 -2 doc/ja_JP.eucJP/man/man3/atanh.3 1.4 +3 -8 doc/ja_JP.eucJP/man/man3/atexit.3 1.5 +3 -5 doc/ja_JP.eucJP/man/man3/atof.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/atoi.3 1.4 +2 -3 doc/ja_JP.eucJP/man/man3/atol.3 1.2 +4 -6 doc/ja_JP.eucJP/man/man3/auth.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/bcmp.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/bcopy.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/bindresvport.3 1.6 +14 -14 doc/ja_JP.eucJP/man/man3/bitstring.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/bsearch.3 1.5 +5 -5 doc/ja_JP.eucJP/man/man3/bstring.3 1.4 +4 -4 doc/ja_JP.eucJP/man/man3/btree.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/byteorder.3 1.5 +2 -4 doc/ja_JP.eucJP/man/man3/bzero.3 1.6 +3 -3 doc/ja_JP.eucJP/man/man3/calendar.3 1.5 +16 -16 doc/ja_JP.eucJP/man/man3/cam.3 1.5 +12 -13 doc/ja_JP.eucJP/man/man3/cam_cdbparse.3 1.6 +3 -8 doc/ja_JP.eucJP/man/man3/catclose.3 1.6 +2 -2 doc/ja_JP.eucJP/man/man3/catgets.3 1.6 +2 -2 doc/ja_JP.eucJP/man/man3/catopen.3 1.6 +6 -4 doc/ja_JP.eucJP/man/man3/ceil.3 1.5 +3 -3 doc/ja_JP.eucJP/man/man3/cftime.3 1.2 +3 -3 doc/ja_JP.eucJP/man/man3/cipher.3 1.6 +4 -2 doc/ja_JP.eucJP/man/man3/cos.3 1.6 +4 -2 doc/ja_JP.eucJP/man/man3/cosh.3 1.5 +12 -10 doc/ja_JP.eucJP/man/man3/crypt.3 1.5 +3 -3 doc/ja_JP.eucJP/man/man3/ctime.3 1.3 +32 -6 doc/ja_JP.eucJP/man/man3/ctype.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/curs_addch.3 1.4 +21 -26 doc/ja_JP.eucJP/man/man3/cuserid.3 1.4 +29 -27 doc/ja_JP.eucJP/man/man3/dbopen.3 1.4 +3 -2 doc/ja_JP.eucJP/man/man3/des_crypt.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/devstat.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/dialog.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/div.3 1.5 +3 -3 doc/ja_JP.eucJP/man/man3/dladdr.3 1.4 +3 -2 doc/ja_JP.eucJP/man/man3/dlopen.3 1.5 +21 -8 doc/ja_JP.eucJP/man/man3/editline.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/end.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/erf.3 1.4 +52 -24 doc/ja_JP.eucJP/man/man3/err.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/ethers.3 1.4 +13 -6 doc/ja_JP.eucJP/man/man3/exec.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/exit.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/exp.3 1.5 +5 -5 doc/ja_JP.eucJP/man/man3/fabs.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/fclose.3 1.5 +3 -2 doc/ja_JP.eucJP/man/man3/ferror.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/fetch.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/fflush.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/ffs.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/fgetln.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/fgets.3 1.6 +6 -5 doc/ja_JP.eucJP/man/man3/floor.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/fmod.3 1.4 +3 -2 doc/ja_JP.eucJP/man/man3/fopen.3 1.5 +16 -17 doc/ja_JP.eucJP/man/man3/fpgetround.3 1.4 +3 -4 doc/ja_JP.eucJP/man/man3/fputs.3 1.4 +2 -5 doc/ja_JP.eucJP/man/man3/fread.3 1.4 +5 -5 doc/ja_JP.eucJP/man/man3/fseek.3 1.3 +8 -6 doc/ja_JP.eucJP/man/man3/ftime.3 1.4 +6 -3 doc/ja_JP.eucJP/man/man3/ftok.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/ftpio.3 1.4 +42 -32 doc/ja_JP.eucJP/man/man3/fts.3 1.4 +4 -3 doc/ja_JP.eucJP/man/man3/funopen.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/getbootfile.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/getc.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/getcwd.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/getdomainname.3 1.4 +4 -4 doc/ja_JP.eucJP/man/man3/getenv.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/getgrent.3 1.6 +2 -3 doc/ja_JP.eucJP/man/man3/gethostbyname.3 1.5 +2 -3 doc/ja_JP.eucJP/man/man3/getnetent.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/getobjformat.3 1.4 +4 -4 doc/ja_JP.eucJP/man/man3/getopt.3 1.5 +3 -2 doc/ja_JP.eucJP/man/man3/getprotoent.3 1.5 +5 -4 doc/ja_JP.eucJP/man/man3/getpw.3 1.4 +5 -5 doc/ja_JP.eucJP/man/man3/getpwent.3 1.4 +3 -2 doc/ja_JP.eucJP/man/man3/getrpcent.3 1.6 +3 -2 doc/ja_JP.eucJP/man/man3/getservent.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/getsubopt.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/getusershell.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/getvfsent.3 1.4 +4 -7 doc/ja_JP.eucJP/man/man3/hash.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/hypot.3 1.6 +3 -1 doc/ja_JP.eucJP/man/man3/ieee.3 1.6 +5 -3 doc/ja_JP.eucJP/man/man3/ieee_test.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/index.3 1.6 +8 -8 doc/ja_JP.eucJP/man/man3/inet.3 1.3 +16 -7 doc/ja_JP.eucJP/man/man3/initgroups.3 1.3 +9 -8 doc/ja_JP.eucJP/man/man3/insque.3 1.3 +58 -48 doc/ja_JP.eucJP/man/man3/ipx.3 1.3 +36 -22 doc/ja_JP.eucJP/man/man3/isalnum.3 1.3 +32 -18 doc/ja_JP.eucJP/man/man3/isalpha.3 1.3 +7 -4 doc/ja_JP.eucJP/man/man3/isascii.3 1.3 +16 -3 doc/ja_JP.eucJP/man/man3/isblank.3 1.3 +27 -13 doc/ja_JP.eucJP/man/man3/iscntrl.3 1.3 +23 -9 doc/ja_JP.eucJP/man/man3/isdigit.3 1.3 +41 -27 doc/ja_JP.eucJP/man/man3/isgraph.3 1.3 +19 -9 doc/ja_JP.eucJP/man/man3/isinf.3 1.3 +27 -13 doc/ja_JP.eucJP/man/man3/islower.3 1.3 +40 -26 doc/ja_JP.eucJP/man/man3/isprint.3 1.3 +27 -13 doc/ja_JP.eucJP/man/man3/ispunct.3 1.3 +21 -7 doc/ja_JP.eucJP/man/man3/isspace.3 1.3 +27 -12 doc/ja_JP.eucJP/man/man3/isupper.3 1.3 +26 -12 doc/ja_JP.eucJP/man/man3/isxdigit.3 1.5 +4 -2 doc/ja_JP.eucJP/man/man3/j0.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/kvm_getprocs.3 1.3 +6 -3 doc/ja_JP.eucJP/man/man3/ldexp.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/lgamma.3 1.3 +646 -315 doc/ja_JP.eucJP/man/man3/libalias.3 1.4 +21 -16 doc/ja_JP.eucJP/man/man3/libdisk.3 1.4 +57 -29 doc/ja_JP.eucJP/man/man3/libradius.3 1.4 +256 -91 doc/ja_JP.eucJP/man/man3/libstand.3 1.4 +8 -5 doc/ja_JP.eucJP/man/man3/libtacplus.3 1.6 +5 -5 doc/ja_JP.eucJP/man/man3/link_addr.3 1.5 +10 -12 doc/ja_JP.eucJP/man/man3/lockf.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/login.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/login_auth.3 1.6 +30 -29 doc/ja_JP.eucJP/man/man3/login_cap.3 1.6 +8 -8 doc/ja_JP.eucJP/man/man3/login_class.3 1.6 +12 -12 doc/ja_JP.eucJP/man/man3/login_ok.3 1.6 +7 -8 doc/ja_JP.eucJP/man/man3/login_times.3 1.6 +2 -2 doc/ja_JP.eucJP/man/man3/login_tty.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/logout.3 1.6 +3 -3 doc/ja_JP.eucJP/man/man3/logwtmp.3 1.3 +5 -3 doc/ja_JP.eucJP/man/man3/lsearch.3 1.5 +10 -11 doc/ja_JP.eucJP/man/man3/malloc.3 1.5 +1 -1 doc/ja_JP.eucJP/man/man3/math.3 1.3 +4 -1 doc/ja_JP.eucJP/man/man3/mbrune.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/md2.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/md4.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/md5.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/memccpy.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/memchr.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/memcmp.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/memcpy.3 1.4 +2 -5 doc/ja_JP.eucJP/man/man3/memmove.3 1.6 +2 -4 doc/ja_JP.eucJP/man/man3/memory.3 1.4 +2 -3 doc/ja_JP.eucJP/man/man3/memset.3 1.4 +3 -5 doc/ja_JP.eucJP/man/man3/mktemp.3 1.5 +5 -5 doc/ja_JP.eucJP/man/man3/mpool.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/msgctl.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/msgget.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/msgrcv.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/msgsnd.3 1.3 +6 -3 doc/ja_JP.eucJP/man/man3/nlist.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/pam_authenticate.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/pam_chauthtok.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/pam_fail_delay.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/pam_open_session.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/pam_setcred.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/pam_start.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/pam_strerror.3 1.5 +6 -4 doc/ja_JP.eucJP/man/man3/pause.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/popen.3 1.5 +3 -3 doc/ja_JP.eucJP/man/man3/printf.3 1.5 +3 -3 doc/ja_JP.eucJP/man/man3/property.3 1.6 +15 -14 doc/ja_JP.eucJP/man/man3/pthread.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_cleanup_pop.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_cleanup_push.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_cond_broadcast.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_cond_destroy.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_cond_init.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_cond_signal.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_cond_timedwait.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_cond_wait.3 1.6 +5 -3 doc/ja_JP.eucJP/man/man3/pthread_create.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_detach.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_equal.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_exit.3 1.6 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_getspecific.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_join.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_key_create.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_key_delete.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_mutex_destroy.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_mutex_init.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_mutex_lock.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_mutex_trylock.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_mutex_unlock.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_once.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/pthread_rwlock_destroy.3 1.6 +7 -9 doc/ja_JP.eucJP/man/man3/pthread_rwlock_init.3 1.6 +3 -3 doc/ja_JP.eucJP/man/man3/pthread_rwlock_rdlock.3 1.6 +5 -5 doc/ja_JP.eucJP/man/man3/pthread_rwlock_unlock.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/pthread_rwlock_wrlock.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/pthread_rwlockattr_destroy.3 1.6 +5 -5 doc/ja_JP.eucJP/man/man3/pthread_rwlockattr_getpshared.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/pthread_rwlockattr_init.3 1.6 +4 -4 doc/ja_JP.eucJP/man/man3/pthread_rwlockattr_setpshared.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_self.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/pthread_setspecific.3 1.5 +9 -9 doc/ja_JP.eucJP/man/man3/pty.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/publickey.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/putc.3 1.3 +9 -6 doc/ja_JP.eucJP/man/man3/pwcache.3 1.5 +60 -23 doc/ja_JP.eucJP/man/man3/queue.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/radixsort.3 1.4 +7 -8 doc/ja_JP.eucJP/man/man3/raise.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/rand.3 1.3 +8 -5 doc/ja_JP.eucJP/man/man3/rand48.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/random.3 1.7 +3 -4 doc/ja_JP.eucJP/man/man3/rcmd.3 1.3 +17 -12 doc/ja_JP.eucJP/man/man3/re_comp.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/realpath.3 1.4 +4 -3 doc/ja_JP.eucJP/man/man3/recno.3 1.3 +8 -3 doc/ja_JP.eucJP/man/man3/regexp.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/remove.3 1.5 +7 -6 doc/ja_JP.eucJP/man/man3/resolver.3 1.4 +15 -12 doc/ja_JP.eucJP/man/man3/rexec.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/rindex.3 1.6 +2 -2 doc/ja_JP.eucJP/man/man3/rint.3 1.4 +5 -4 doc/ja_JP.eucJP/man/man3/rpc.3 1.5 +3 -3 doc/ja_JP.eucJP/man/man3/rpc_secure.3 1.4 +4 -4 doc/ja_JP.eucJP/man/man3/rtime.3 1.3 +29 -23 doc/ja_JP.eucJP/man/man3/rune.3 1.3 +6 -3 doc/ja_JP.eucJP/man/man3/scandir.3 1.4 +4 -4 doc/ja_JP.eucJP/man/man3/scanf.3 1.4 +5 -3 doc/ja_JP.eucJP/man/man3/setbuf.3 1.3 +41 -38 doc/ja_JP.eucJP/man/man3/setjmp.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/setlocale.3 1.3 +4 -1 doc/ja_JP.eucJP/man/man3/setmode.3 1.4 +12 -14 doc/ja_JP.eucJP/man/man3/setproctitle.3 1.3 +14 -9 doc/ja_JP.eucJP/man/man3/setruid.3 1.5 +4 -4 doc/ja_JP.eucJP/man/man3/sin.3 1.6 +4 -2 doc/ja_JP.eucJP/man/man3/sinh.3 1.4 +3 -1 doc/ja_JP.eucJP/man/man3/skey.3 1.5 +26 -21 doc/ja_JP.eucJP/man/man3/sleep.3 1.6 +4 -3 doc/ja_JP.eucJP/man/man3/sqrt.3 1.5 +5 -5 doc/ja_JP.eucJP/man/man3/stdarg.3 1.5 +5 -5 doc/ja_JP.eucJP/man/man3/stdio.3 1.5 +3 -3 doc/ja_JP.eucJP/man/man3/strcasecmp.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/strcat.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/strchr.3 1.4 +13 -8 doc/ja_JP.eucJP/man/man3/strcmp.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/strcoll.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/strcpy.3 1.4 +2 -4 doc/ja_JP.eucJP/man/man3/strcspn.3 1.6 +3 -3 doc/ja_JP.eucJP/man/man3/strdup.3 1.5 +68 -8 doc/ja_JP.eucJP/man/man3/strerror.3 1.5 +4 -4 doc/ja_JP.eucJP/man/man3/strftime.3 1.6 +2 -2 doc/ja_JP.eucJP/man/man3/string.3 1.6 +3 -3 doc/ja_JP.eucJP/man/man3/stringlist.3 1.4 +5 -3 doc/ja_JP.eucJP/man/man3/strlen.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/strmode.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/strpbrk.3 1.6 +3 -3 doc/ja_JP.eucJP/man/man3/strptime.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/strrchr.3 1.4 +5 -5 doc/ja_JP.eucJP/man/man3/strsep.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/strspn.3 1.4 +67 -13 doc/ja_JP.eucJP/man/man3/strstr.3 1.5 +3 -3 doc/ja_JP.eucJP/man/man3/strtod.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/strtok.3 1.4 +6 -6 doc/ja_JP.eucJP/man/man3/strtol.3 1.4 +22 -16 doc/ja_JP.eucJP/man/man3/strtoul.3 1.4 +3 -4 doc/ja_JP.eucJP/man/man3/strxfrm.3 1.3 +8 -4 doc/ja_JP.eucJP/man/man3/stty.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/swab.3 1.3 +16 -7 doc/ja_JP.eucJP/man/man3/sysconf.3 1.3 +243 -177 doc/ja_JP.eucJP/man/man3/sysctl.3 1.5 +3 -3 doc/ja_JP.eucJP/man/man3/sysexits.3 1.3 +17 -5 doc/ja_JP.eucJP/man/man3/syslog.3 1.5 +2 -2 doc/ja_JP.eucJP/man/man3/system.3 1.5 +4 -2 doc/ja_JP.eucJP/man/man3/tan.3 1.6 +4 -2 doc/ja_JP.eucJP/man/man3/tanh.3 1.3 +4 -3 doc/ja_JP.eucJP/man/man3/tcgetpgrp.3 1.4 +12 -11 doc/ja_JP.eucJP/man/man3/tcsendbreak.3 1.4 +9 -7 doc/ja_JP.eucJP/man/man3/tcsetattr.3 1.3 +7 -4 doc/ja_JP.eucJP/man/man3/tcsetpgrp.3 1.3 +18 -15 doc/ja_JP.eucJP/man/man3/time.3 1.4 +2 -2 doc/ja_JP.eucJP/man/man3/time2posix.3 1.3 +26 -20 doc/ja_JP.eucJP/man/man3/times.3 1.3 +7 -3 doc/ja_JP.eucJP/man/man3/timezone.3 1.2 +3 -3 doc/ja_JP.eucJP/man/man3/tmpnam.3 1.3 +4 -1 doc/ja_JP.eucJP/man/man3/ttyname.3 1.3 +19 -18 doc/ja_JP.eucJP/man/man3/tzset.3 1.5 +13 -9 doc/ja_JP.eucJP/man/man3/ualarm.3 1.4 +6 -6 doc/ja_JP.eucJP/man/man3/uname.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/ungetc.3 1.4 +12 -12 doc/ja_JP.eucJP/man/man3/unvis.3 1.6 +4 -9 doc/ja_JP.eucJP/man/man3/usleep.3 1.5 +4 -4 doc/ja_JP.eucJP/man/man3/uucplock.3 1.4 +3 -3 doc/ja_JP.eucJP/man/man3/valloc.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/vgl.3 1.5 +21 -22 doc/ja_JP.eucJP/man/man3/vis.3 1.4 +1 -1 doc/ja_JP.eucJP/man/man3/xdr.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 0:26:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CE3F37B406; Sat, 18 May 2002 00:26:18 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7QIU01786; Sat, 18 May 2002 00:26:18 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205180726.g4I7QIU01786@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 18 May 2002 00:26:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/heroes Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/18 00:26:18 PDT Modified files: games/heroes Makefile pkg-plist Log: Fix pkg-plist. Revision Changes Path 1.13 +0 -2 ports/games/heroes/Makefile 1.8 +0 -2 ports/games/heroes/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 0:27:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7225337B408; Sat, 18 May 2002 00:27:35 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7RZ602139; Sat, 18 May 2002 00:27:35 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205180727.g4I7RZ602139@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 18 May 2002 00:27:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gtktetcolor pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/18 00:27:35 PDT Modified files: games/gtktetcolor pkg-plist Log: Kill blank line. Revision Changes Path 1.4 +0 -1 ports/games/gtktetcolor/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 0:48:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6FD237B406; Sat, 18 May 2002 00:48:07 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7m7f07087; Sat, 18 May 2002 00:48:07 -0700 (PDT) (envelope-from alc) Message-Id: <200205180748.g4I7m7f07087@freefall.freebsd.org> From: Alan Cox Date: Sat, 18 May 2002 00:48:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_mmap.c vm_object.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/05/18 00:48:06 PDT Modified files: sys/vm vm_map.c vm_mmap.c vm_object.c Log: o Remove GIANT_REQUIRED from vm_map_madvise(). Instead, acquire and release Giant around vm_map_madvise()'s call to pmap_object_init_pt(). o Replace GIANT_REQUIRED in vm_object_madvise() with the acquisition and release of Giant. o Remove the acquisition and release of Giant from madvise(). Revision Changes Path 1.235 +2 -2 src/sys/vm/vm_map.c 1.139 +4 -5 src/sys/vm/vm_mmap.c 1.213 +3 -1 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 0:54: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B7B037B407; Sat, 18 May 2002 00:53:57 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7rvJ07867; Sat, 18 May 2002 00:53:57 -0700 (PDT) (envelope-from marcel) Message-Id: <200205180753.g4I7rvJ07867@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 00:53:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_ipc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 00:53:57 PDT Modified files: sys/compat/linux linux_ipc.c Log: In msgrcv(), set msgtyp correctly. Hardwiring 0 as the message type yields incorrect behaviour. The hardwiring was present in the very first commit that implemented msgrcv() (revision 1.4) and hasn't been changed since. The native implementation was complete at that time, so there doesn't seem to be a reason for the hardwiring from a technical point of view. Submitted by: Reinier Bezuidenhout Revision Changes Path 1.29 +1 -1 src/sys/compat/linux/linux_ipc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 0:55:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 29B1F37B41C; Sat, 18 May 2002 00:55:33 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 178z3I-0000S2-00; Sat, 18 May 2002 14:54:56 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 178z3I-0000Rq-00; Sat, 18 May 2002 14:54:56 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g4I7svB21998; Sat, 18 May 2002 14:54:57 +0700 (NOVST) (envelope-from danfe) Date: Sat, 18 May 2002 14:54:57 +0700 From: Alexey Dokuchaev To: Kris Kennaway Cc: Cy Schubert - CITS Open Systems Group , Kris Kennaway , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/gated Makefile Message-ID: <20020518145457.A18124@regency.nsu.ru> References: <200205180335.g4I3ZXhN011672@cwsys.cwsent.com> <20020517215153.A23767@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020517215153.A23767@xor.obsecurity.org>; from kris@obsecurity.org on Fri, May 17, 2002 at 09:51:53PM -0700 X-Envelope-To: cvs-all@freebsd.org, cvs-committers@freebsd.org, kris@freebsd.org, Cy.Schubert@uumail.gov.bc.ca, kris@obsecurity.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, May 17, 2002 at 09:51:53PM -0700, Kris Kennaway wrote: > On Fri, May 17, 2002 at 08:35:33PM -0700, Cy Schubert - CITS Open Systems Group wrote: > > In message <200205180319.g4I3JaP61440@freefall.freebsd.org>, Kris > > Kennaway writ > > es: > > > kris 2002/05/17 20:19:36 PDT > > > > > > Modified files: > > > net/gated Makefile > > > Log: > > > BROKEN: Does not fetch > > > > > > Revision Changes Path > > > 1.32 +2 -0 ports/net/gated/Makefile > > > > I managed to find a copy of the distfile which matches the checksum in > > the port on my Orb drive and have put it in my local-distfiles on > > freefall. When I've verified that it has propagated to the FTP > > servers, I'll update the port. > > > > Does this sound OK? > > Actually the license does not allow us to do this, I think. The port > should be removed if so (the vendor no longer offers the gated code > free of charge), but I've yet to hear confirmation back from the Why, they did offered a version for free, so port just cannot be upgrated. What need to remove it entirely? ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 0:59:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C064137B4B7; Sat, 18 May 2002 00:57:54 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7vQU08082; Sat, 18 May 2002 00:57:26 -0700 (PDT) (envelope-from dirk) Message-Id: <200205180757.g4I7vQU08082@freefall.freebsd.org> From: Dirk Froemberg Date: Sat, 18 May 2002 00:57:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4/scripts configure.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/05/18 00:57:21 PDT Modified files: www/mod_php4/scripts configure.php Log: Add MCVE support. PR: ports/37601 Submitted by: jedgar Revision Changes Path 1.168 +6 -1 ports/www/mod_php4/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 0:59:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6AFA37B626; Sat, 18 May 2002 00:58:47 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7wlv08243; Sat, 18 May 2002 00:58:47 -0700 (PDT) (envelope-from pat) Message-Id: <200205180758.g4I7wlv08243@freefall.freebsd.org> From: Patrick Li Date: Sat, 18 May 2002 00:58:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/18 00:58:46 PDT Modified files: mail/p5-Mail-SpamAssassin pkg-plist Log: Add missing files to plist PR: 37772 Submitted by: gshapiro Revision Changes Path 1.6 +6 -0 ports/mail/p5-Mail-SpamAssassin/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 1: 1:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CA4137B501; Sat, 18 May 2002 00:59:51 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I7xpS08383; Sat, 18 May 2002 00:59:51 -0700 (PDT) (envelope-from markm) Message-Id: <200205180759.g4I7xpS08383@freefall.freebsd.org> From: Mark Murray Date: Sat, 18 May 2002 00:59:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src MAINTAINERS X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/18 00:59:51 PDT Modified files: . MAINTAINERS Log: Drop perl5 hard lock as perl5 is now gone. Revision Changes Path 1.30 +0 -2 src/MAINTAINERS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 1: 1:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E59F37B639; Sat, 18 May 2002 01:00:07 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I807008422; Sat, 18 May 2002 01:00:07 -0700 (PDT) (envelope-from pat) Message-Id: <200205180800.g4I807008422@freefall.freebsd.org> From: Patrick Li Date: Sat, 18 May 2002 01:00:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/coldsync pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/18 01:00:06 PDT Modified files: palm/coldsync pkg-plist Log: Add missing plist entry PR: 37773 Submitted by: gshapiro Revision Changes Path 1.5 +2 -1 ports/palm/coldsync/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 1: 2:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EE1D37B50C; Sat, 18 May 2002 01:01:05 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I815508784; Sat, 18 May 2002 01:01:05 -0700 (PDT) (envelope-from pat) Message-Id: <200205180801.g4I815508784@freefall.freebsd.org> From: Patrick Li Date: Sat, 18 May 2002 01:01:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mytop pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/18 01:01:05 PDT Modified files: databases/mytop pkg-plist Log: Fix plist Revision Changes Path 1.3 +2 -1 ports/databases/mytop/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 1: 3:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8617F37B505; Sat, 18 May 2002 01:01:53 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I81rs08844; Sat, 18 May 2002 01:01:53 -0700 (PDT) (envelope-from pat) Message-Id: <200205180801.g4I81rs08844@freefall.freebsd.org> From: Patrick Li Date: Sat, 18 May 2002 01:01:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-EasyTCP pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/18 01:01:53 PDT Modified files: net/p5-EasyTCP pkg-plist Log: Add missing files to plist Revision Changes Path 1.2 +2 -0 ports/net/p5-EasyTCP/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 1:13: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A9F537B409; Sat, 18 May 2002 01:13:00 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I8D0m14077; Sat, 18 May 2002 01:13:00 -0700 (PDT) (envelope-from pat) Message-Id: <200205180813.g4I8D0m14077@freefall.freebsd.org> From: Patrick Li Date: Sat, 18 May 2002 01:13:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fluxbox Makefile distinfo ports/x11-wm/fluxbox/files patch-src::Screen.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/18 01:13:00 PDT Modified files: x11-wm/fluxbox Makefile distinfo Removed files: x11-wm/fluxbox/files patch-src::Screen.cc Log: Update to 0.1.8 and include bugpatch 1 and 2 from author PR: 37587, 37718 Submitted by: Hendrik Scholz , Henrikas Approved by: 2 week maintainer timeout Revision Changes Path 1.6 +5 -2 ports/x11-wm/fluxbox/Makefile 1.4 +2 -1 ports/x11-wm/fluxbox/distinfo 1.2 +0 -13 ports/x11-wm/fluxbox/files/patch-src::Screen.cc (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 1:35:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CEDB37B407; Sat, 18 May 2002 01:35:36 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I8ZaA15706; Sat, 18 May 2002 01:35:36 -0700 (PDT) (envelope-from pat) Message-Id: <200205180835.g4I8ZaA15706@freefall.freebsd.org> From: Patrick Li Date: Sat, 18 May 2002 01:35:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ddup Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/05/18 01:35:36 PDT Modified files: net/ddup Makefile Log: Fix master sites PR: 36680 Submitted by: Jason Harris Approved by: mail bounce Revision Changes Path 1.10 +1 -1 ports/net/ddup/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2: 7:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FCB637B406; Sat, 18 May 2002 02:07:13 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I97DP21368; Sat, 18 May 2002 02:07:13 -0700 (PDT) (envelope-from phk) Message-Id: <200205180907.g4I97DP21368@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 May 2002 02:07:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand ufs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/18 02:07:12 PDT Modified files: lib/libstand ufs.c Log: UFS indirect blocks are size u_int32_t, not daddr_t Revision Changes Path 1.11 +2 -2 src/lib/libstand/ufs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2:12:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EFB637B408; Sat, 18 May 2002 02:12:32 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9CWL21758; Sat, 18 May 2002 02:12:32 -0700 (PDT) (envelope-from phk) Message-Id: <200205180912.g4I9CWL21758@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 May 2002 02:12:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 biospnp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/18 02:12:32 PDT Modified files: sys/boot/i386/libi386 biospnp.c Log: Fix one of the va_arg() with less than int sized type probelms. Revision Changes Path 1.6 +2 -2 src/sys/boot/i386/libi386/biospnp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2:14:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4079937B404; Sat, 18 May 2002 02:14:24 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9EOJ21887; Sat, 18 May 2002 02:14:24 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205180914.g4I9EOJ21887@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 18 May 2002 02:14:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mozilla-tclp Makefile distinfo pkg-message pkg-plist ports/chinese/mozilla-tclp/files installed-chrome.txt unix.js user.js X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/18 02:14:24 PDT Modified files: chinese/mozilla-tclp Makefile distinfo pkg-message pkg-plist chinese/mozilla-tclp/files installed-chrome.txt unix.js Added files: chinese/mozilla-tclp/files user.js Log: upgrade to 1.0.0rc2 PR: 38202 Submitted by: maintainer Revision Changes Path 1.11 +13 -9 ports/chinese/mozilla-tclp/Makefile 1.7 +1 -1 ports/chinese/mozilla-tclp/distinfo 1.7 +4 -0 ports/chinese/mozilla-tclp/files/installed-chrome.txt 1.4 +17 -17 ports/chinese/mozilla-tclp/files/unix.js 1.1 +36 -0 ports/chinese/mozilla-tclp/files/user.js (new) 1.3 +8 -10 ports/chinese/mozilla-tclp/pkg-message 1.6 +15 -2 ports/chinese/mozilla-tclp/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2:14:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD88837B401; Sat, 18 May 2002 02:14:36 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9Eaw21912; Sat, 18 May 2002 02:14:36 -0700 (PDT) (envelope-from phk) Message-Id: <200205180914.g4I9Eaw21912@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 May 2002 02:14:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/18 02:14:36 PDT Modified files: lib Makefile Log: Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't implemented. Revision Changes Path 1.139 +1 -1 src/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2:19:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D62637B408; Sat, 18 May 2002 02:19:08 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9J8722416; Sat, 18 May 2002 02:19:08 -0700 (PDT) (envelope-from markm) Message-Id: <200205180919.g4I9J8722416@freefall.freebsd.org> From: Mark Murray Date: Sat, 18 May 2002 02:19:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/catman Makefile catman.1 catman.c src/usr.bin/makewhatis Makefile makewhatis.1 makewhatis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/18 02:19:08 PDT Modified files: usr.bin Makefile Added files: usr.bin/catman Makefile catman.1 catman.c usr.bin/makewhatis Makefile makewhatis.1 makewhatis.c Log: Add C rewrites of catman and makewhatis. These aren't quite as the submitter supplied them, as I did some WARNS=n fixups (mostly const-ification). Submitted by: John Rochester Revision Changes Path 1.196 +2 -0 src/usr.bin/Makefile 1.1 +5 -0 src/usr.bin/catman/Makefile (new) 1.1 +103 -0 src/usr.bin/catman/catman.1 (new) 1.1 +784 -0 src/usr.bin/catman/catman.c (new) 1.1 +8 -0 src/usr.bin/makewhatis/Makefile (new) 1.1 +122 -0 src/usr.bin/makewhatis/makewhatis.1 (new) 1.1 +1011 -0 src/usr.bin/makewhatis/makewhatis.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2:21:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F49437B40C; Sat, 18 May 2002 02:21:43 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9Lhp22640; Sat, 18 May 2002 02:21:43 -0700 (PDT) (envelope-from phk) Message-Id: <200205180921.g4I9Lhp22640@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 May 2002 02:21:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libgcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/18 02:21:42 PDT Modified files: gnu/lib/libgcc Makefile Log: Improve chances that we correctly compile LIB1ASMSRC on all architectures. sparc64 looked for the nonexistent sparc64/lb1spc.asm file instead of the sparc/lb1spc.asm file. arm probably looked for arm/arm/lib1funcs.asm instead of arm/lib1funcs.asm ia64 probably looked for ia64/ia64/lib1funcs.asm instead of ia64/lib1funcs.asm i386 and alpha don't seen to use the LIB1ASMSRC. Revision Changes Path 1.44 +2 -2 src/gnu/lib/libgcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2:33: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BC7D37B405; Sat, 18 May 2002 02:32:57 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9Wvi23173; Sat, 18 May 2002 02:32:57 -0700 (PDT) (envelope-from phk) Message-Id: <200205180932.g4I9Wvi23173@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 May 2002 02:32:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/specfs spec_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/18 02:32:57 PDT Modified files: sys/fs/specfs spec_vnops.c Log: Remove a check of blocknumbers/offsets which will be pointless with 64 bit daddr_t. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.170 +0 -12 src/sys/fs/specfs/spec_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2:34:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93B1737B400; Sat, 18 May 2002 02:34:09 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9Y9023264; Sat, 18 May 2002 02:34:09 -0700 (PDT) (envelope-from phk) Message-Id: <200205180934.g4I9Y9023264@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 May 2002 02:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_physio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/18 02:34:09 PDT Modified files: sys/kern kern_physio.c Log: Use btodb() macro. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.51 +2 -8 src/sys/kern/kern_physio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2:38:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9076537B405; Sat, 18 May 2002 02:38:20 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9cKb23513; Sat, 18 May 2002 02:38:20 -0700 (PDT) (envelope-from phk) Message-Id: <200205180938.g4I9cKb23513@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 May 2002 02:38:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys blist.h types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/18 02:38:20 PDT Modified files: sys/sys blist.h types.h Log: Move the hideously misnamed type "u_daddr_t" to where it belongs. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.4 +2 -0 src/sys/sys/blist.h 1.63 +0 -1 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2:46:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5C4537B406; Sat, 18 May 2002 02:46:12 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9kCH23997; Sat, 18 May 2002 02:46:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200205180946.g4I9kCH23997@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 02:46:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libgcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 02:46:12 PDT Modified files: gnu/lib/libgcc Makefile Log: Fix the sparc64 build and make the LIB1ASMSRC handling more robust. Revision Changes Path 1.45 +14 -9 src/gnu/lib/libgcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 2:48:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1862537B409; Sat, 18 May 2002 02:48:29 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4I9mTh24095; Sat, 18 May 2002 02:48:29 -0700 (PDT) (envelope-from phk) Message-Id: <200205180948.g4I9mTh24095@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 18 May 2002 02:48:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/05/18 02:48:28 PDT Modified files: sys/sys types.h Log: Try again: Make daddr_t 64 bits. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.64 +1 -1 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 3:16:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DF1F37B401; Sat, 18 May 2002 03:16:54 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IAGsP29764; Sat, 18 May 2002 03:16:54 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181016.g4IAGsP29764@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 03:16:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc32 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 03:16:53 PDT Modified files: lang/gcc32 Makefile Log: Upgrade to a 18-May-2002 GCC 3.2 in-development checkout. Revision Changes Path 1.117 +15 -15 ports/lang/gcc32/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 3:30:24 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 3E02F37B40B; Sat, 18 May 2002 03:30:16 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4IAUDva043639; Sat, 18 May 2002 11:30:13 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4IAU9Ws008994; Sat, 18 May 2002 11:30:09 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205181030.g4IAU9Ws008994@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/bin/pwd pwd.1 pwd.c In-Reply-To: Message from "Tim J. Robbins" of "Fri, 17 May 2002 19:47:25 PDT." <200205180247.g4I2lP754600@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 18 May 2002 11:30:09 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > tjr 2002/05/17 19:47:25 PDT > > Modified files: > bin/pwd pwd.1 pwd.c > Log: > Make -L the default, allow both -L and -P to be specified (last one used > matters), fall back to -P mode if we can't get the logical directory. > > Revision Changes Path > 1.19 +2 -2 src/bin/pwd/pwd.1 > 1.18 +14 -9 src/bin/pwd/pwd.c I don't think this is wise. I've always been of the understanding that ``pwd'' gives me my logical directory and ``/bin/pwd'' gives me the physical one. I've written scripts to depend on this. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 3:48:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C98837B404; Sat, 18 May 2002 03:48:07 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IAm6431576; Sat, 18 May 2002 03:48:07 -0700 (PDT) (envelope-from sobomax) Message-Id: <200205181048.g4IAm6431576@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 18 May 2002 03:48:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/png Makefile ports/graphics/png/files makefile.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/05/18 03:48:06 PDT Modified files: graphics/png Makefile graphics/png/files makefile.freebsd Log: Link libpng library with libm, because it uses some math functions from it. This should fix GNOME breakage introduced in the previous commit. Prompted by: Anders Andersson Revision Changes Path 1.50 +1 -1 ports/graphics/png/Makefile 1.2 +2 -0 ports/graphics/png/files/makefile.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 3:59:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7778F37B406; Sat, 18 May 2002 03:59:37 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IAxbg32238; Sat, 18 May 2002 03:59:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181059.g4IAxbg32238@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 03:59:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/arm-elf-binutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 03:59:37 PDT Modified files: devel/arm-elf-binutils Makefile Log: Upgrade to Binutils 2.12.1. Revision Changes Path 1.6 +1 -1 ports/devel/arm-elf-binutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 4:12: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2368B37B403; Sat, 18 May 2002 04:12:03 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IBC3640996; Sat, 18 May 2002 04:12:03 -0700 (PDT) (envelope-from asmodai) Message-Id: <200205181112.g4IBC3640996@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sat, 18 May 2002 04:12:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile zone.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asmodai 2002/05/18 04:12:02 PDT Modified files: share/man/man9 Makefile zone.9 Log: Add description for uma_zcreate(). Submitted by: arr Revision Changes Path 1.165 +1 -0 src/share/man/man9/Makefile 1.20 +12 -0 src/share/man/man9/zone.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 4:13:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CD3937B411; Sat, 18 May 2002 04:13:19 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IBDJu41198; Sat, 18 May 2002 04:13:19 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181113.g4IBDJu41198@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 04:13:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/arm-aout-binutils Makefile distinfo ports/devel/arm-aout-binutils/files patch-bfd-aout-arm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 04:13:19 PDT Modified files: devel/arm-aout-binutils Makefile distinfo Removed files: devel/arm-aout-binutils/files patch-bfd-aout-arm.c Log: Update to 2.12.1. Revision Changes Path 1.7 +1 -1 ports/devel/arm-aout-binutils/Makefile 1.4 +1 -1 ports/devel/arm-aout-binutils/distinfo 1.2 +0 -19 ports/devel/arm-aout-binutils/files/patch-bfd-aout-arm.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 4:28:23 2002 Delivered-To: cvs-all@freebsd.org Received: from theshell.com (arsenic.theshell.com [63.236.138.5]) by hub.freebsd.org (Postfix) with SMTP id E89F737B40F for ; Sat, 18 May 2002 04:28:18 -0700 (PDT) Received: (qmail 35512 invoked from network); 18 May 2002 11:28:18 -0000 Received: from oxygen.theshell.com (pavalos@63.236.138.8) by arsenic.theshell.com with SMTP; 18 May 2002 11:28:18 -0000 Received: (from pavalos@localhost) by oxygen.theshell.com (8.12.3/8.12.3) id g4IBSImD019160; Sat, 18 May 2002 04:28:18 -0700 (PDT) (envelope-from pavalos) Date: Sat, 18 May 2002 04:28:18 -0700 From: Peter Avalos To: Brian Somers Cc: "Tim J. Robbins" , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/pwd pwd.1 pwd.c Message-ID: <20020518112818.GA18482@theshell.com> Mail-Followup-To: Brian Somers , "Tim J. Robbins" , cvs-all@FreeBSD.org References: <200205180247.g4I2lP754600@freefall.freebsd.org> <200205181030.g4IAU9Ws008994@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <200205181030.g4IAU9Ws008994@hak.lan.Awfulhak.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 18, 2002 at 11:30:09AM +0100, Brian Somers wrote: > > tjr 2002/05/17 19:47:25 PDT > >=20 > > Modified files: > > bin/pwd pwd.1 pwd.c=20 > > Log: > > Make -L the default, allow both -L and -P to be specified (last one u= sed > > matters), fall back to -P mode if we can't get the logical directory. > > =20 > > Revision Changes Path > > 1.19 +2 -2 src/bin/pwd/pwd.1 > > 1.18 +14 -9 src/bin/pwd/pwd.c >=20 > I don't think this is wise. I've always been of the understanding=20 > that ``pwd'' gives me my logical directory and ``/bin/pwd'' gives me=20 > the physical one. I've written scripts to depend on this. IEEE Std 1003.1-2001 is quite clear on option handling for pwd, and Tim's change implements the correct behavior. Maybe it's time to update your scripts ;P --Pete --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85jrRKjaxugguz8URAjFOAJ45ie3UigtSLlPvYSXhfzEoox5pxwCfWdEm 3TZTnfkgkWKJWIAim9XIemw= =3San -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 4:56: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B69737B406; Sat, 18 May 2002 04:56:07 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IBu7c45930; Sat, 18 May 2002 04:56:07 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181156.g4IBu7c45930@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 04:56:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.x86-64 src/gnu/usr.bin/binutils/ld Makefile.x86-64 src/gnu/usr.bin/binutils/as/x86-64-freebsd Makefile config.h itbl-cpu.h targ-cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 04:56:06 PDT Added files: gnu/usr.bin/binutils/libbfd Makefile.x86-64 gnu/usr.bin/binutils/ld Makefile.x86-64 gnu/usr.bin/binutils/as/x86-64-freebsd Makefile config.h itbl-cpu.h targ-cpu.h Log: The AMD x86-64 Hammer bits. Revision Changes Path 1.1 +8 -0 src/gnu/usr.bin/binutils/as/x86-64-freebsd/Makefile (new) 1.1 +282 -0 src/gnu/usr.bin/binutils/as/x86-64-freebsd/config.h (new) 1.1 +3 -0 src/gnu/usr.bin/binutils/as/x86-64-freebsd/itbl-cpu.h (new) 1.1 +3 -0 src/gnu/usr.bin/binutils/as/x86-64-freebsd/targ-cpu.h (new) 1.1 +20 -0 src/gnu/usr.bin/binutils/ld/Makefile.x86-64 (new) 1.1 +15 -0 src/gnu/usr.bin/binutils/libbfd/Makefile.x86-64 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 4:57: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CC9F37B40A; Sat, 18 May 2002 04:57:02 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IBv2P46008; Sat, 18 May 2002 04:57:02 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181157.g4IBv2P46008@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 04:57:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd/x86-64 bfd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 04:57:02 PDT Added files: gnu/usr.bin/binutils/libbfd/x86-64 bfd.h Log: The AMD x86-64 Hammer bits. Revision Changes Path 1.1 +3918 -0 src/gnu/usr.bin/binutils/libbfd/x86-64/bfd.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 5:16:19 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 8F55D37B407; Sat, 18 May 2002 05:16:07 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4ICG4Q52390; Sat, 18 May 2002 15:16:04 +0300 (EEST) (envelope-from ru) Date: Sat, 18 May 2002 15:16:04 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile auto-host.h Message-ID: <20020518121604.GB50858@sunbay.com> References: <200205180449.g4I4njD71979@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XOIedfhf+7KOe/yw" Content-Disposition: inline In-Reply-To: <200205180449.g4I4njD71979@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --XOIedfhf+7KOe/yw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2002 at 09:49:44PM -0700, David E. O'Brien wrote: > obrien 2002/05/17 21:49:44 PDT >=20 > Modified files: > gnu/usr.bin/cc/cc_tools Makefile auto-host.h=20 > Log: > Use a more API denoting way to handle what is in libc and what isn't. > =20 > Revision Changes Path > 1.64 +0 -4 src/gnu/usr.bin/cc/cc_tools/Makefile > 1.7 +3 -1 src/gnu/usr.bin/cc/cc_tools/auto-host.h >=20 Reviewed by: ru Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --XOIedfhf+7KOe/yw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85kYEUkv4P6juNwoRAr1dAJwN9aJuO7qENoqLAxHAc8C/N/JsagCgg2Ig CRg8qWYwzDFIipj67Z/PsDY= =X32n -----END PGP SIGNATURE----- --XOIedfhf+7KOe/yw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 5:30:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9222037B400; Sat, 18 May 2002 05:30:13 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ICUDu55453; Sat, 18 May 2002 05:30:13 -0700 (PDT) (envelope-from mbr) Message-Id: <200205181230.g4ICUDu55453@freefall.freebsd.org> From: Martin Blapp Date: Sat, 18 May 2002 05:30:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-sal::osl::unx::system.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/05/18 05:30:12 PDT Modified files: editors/openoffice/files patch-sal::osl::unx::system.h Log: Make setup start. Patch from Alexander N. Kabaev Revision Changes Path 1.2 +7 -3 ports/editors/openoffice/files/patch-sal::osl::unx::system.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 5:32:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE79037B406; Sat, 18 May 2002 05:32:41 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ICWfJ55738; Sat, 18 May 2002 05:32:41 -0700 (PDT) (envelope-from ru) Message-Id: <200205181232.g4ICWfJ55738@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 May 2002 05:32:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/18 05:32:41 PDT Modified files: share/man/man7 hier.7 Log: Keep up with BSD.usr.dist,v 1.260. Revision Changes Path 1.73 +0 -2 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 5:33: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5E9937B430; Sat, 18 May 2002 05:32:54 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ICWsd55800; Sat, 18 May 2002 05:32:54 -0700 (PDT) (envelope-from mbr) Message-Id: <200205181232.g4ICWsd55800@freefall.freebsd.org> From: Martin Blapp Date: Sat, 18 May 2002 05:32:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile ports/editors/openoffice/files patch-connectivity::source::drivers::mozab::mozillasrc::MDatabaseMetaDataHelper.cxx patch-connectivity::source::drivers::mozab::mozillasrc::MNSInclude.hxx patch-connectivity::source::drivers::mozab::mozillasrc::MNSInit.cxx patch-connectivity::source::drivers::mozab::mozillasrc::MTypeConverter.cxx patch-connectivity::source::drivers::mozab::mozillasrc::makefile.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/05/18 05:32:54 PDT Modified files: editors/openoffice Makefile editors/openoffice/files patch-connectivity::source::drivers::mozab::mozillasrc::makefile.mk Added files: editors/openoffice/files patch-connectivity::source::drivers::mozab::mozillasrc::MDatabaseMetaDataHelper.cxx patch-connectivity::source::drivers::mozab::mozillasrc::MNSInclude.hxx patch-connectivity::source::drivers::mozab::mozillasrc::MNSInit.cxx patch-connectivity::source::drivers::mozab::mozillasrc::MTypeConverter.cxx Log: Update to mozilla 1.0RC2, like the OO people did yesterday. Revision Changes Path 1.51 +4 -3 ports/editors/openoffice/Makefile 1.1 +71 -0 ports/editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::MDatabaseMetaDataHelper.cxx (new) 1.1 +22 -0 ports/editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::MNSInclude.hxx (new) 1.1 +23 -0 ports/editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::MNSInit.cxx (new) 1.1 +26 -0 ports/editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::MTypeConverter.cxx (new) 1.4 +55 -8 ports/editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::makefile.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 5:35:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFD8237B400; Sat, 18 May 2002 05:35:10 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ICZAY56011; Sat, 18 May 2002 05:35:10 -0700 (PDT) (envelope-from ru) Message-Id: <200205181235.g4ICZAY56011@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 May 2002 05:35:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/18 05:35:10 PDT Modified files: etc/mtree README Log: Remind developers to update hier(7) if they make changes to these files. Revision Changes Path 1.6 +3 -1 src/etc/mtree/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 5:36: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A0C637B405; Sat, 18 May 2002 05:35:58 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ICZwJ56097; Sat, 18 May 2002 05:35:58 -0700 (PDT) (envelope-from mbr) Message-Id: <200205181235.g4ICZwJ56097@freefall.freebsd.org> From: Martin Blapp Date: Sat, 18 May 2002 05:35:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/05/18 05:35:58 PDT Modified files: editors/openoffice distinfo Log: Add missing MD5 checksum, sigh Revision Changes Path 1.15 +1 -1 ports/editors/openoffice/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 5:37:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70C3437B409; Sat, 18 May 2002 05:37:20 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ICbKo56202; Sat, 18 May 2002 05:37:20 -0700 (PDT) (envelope-from ru) Message-Id: <200205181237.g4ICbKo56202@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 May 2002 05:37:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/18 05:37:20 PDT Modified files: etc/mtree README Log: Sigh, this README is not a shell script. Revision Changes Path 1.7 +2 -2 src/etc/mtree/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 5:50:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09F6B37B40B; Sat, 18 May 2002 05:50:42 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ICofE59325; Sat, 18 May 2002 05:50:41 -0700 (PDT) (envelope-from keramida) Message-Id: <200205181250.g4ICofE59325@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 18 May 2002 05:50:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/18 05:50:41 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Minor grammar fix. PR: docs/38157 Submitted by: Marc Fonvieille Revision Changes Path 1.177 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 5:53: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E59237B404; Sat, 18 May 2002 05:52:58 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ICqwQ59623; Sat, 18 May 2002 05:52:58 -0700 (PDT) (envelope-from keramida) Message-Id: <200205181252.g4ICqwQ59623@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 18 May 2002 05:52:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/18 05:52:58 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Add missing fullstop. PR: docs/38159 Submitted by: Marc Fonvieille Revision Changes Path 1.178 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 5:56:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CD9F37B403; Sat, 18 May 2002 05:56:30 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ICuU359871; Sat, 18 May 2002 05:56:30 -0700 (PDT) (envelope-from keramida) Message-Id: <200205181256.g4ICuU359871@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 18 May 2002 05:56:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/05/18 05:56:29 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Change a colon to a fullstop. PR: docs/38193 Submitted by: Marc Fonvieille Revision Changes Path 1.179 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 6: 3:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8704A37B401; Sat, 18 May 2002 06:03:30 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ID3Ut66240; Sat, 18 May 2002 06:03:30 -0700 (PDT) (envelope-from ache) Message-Id: <200205181303.g4ID3Ut66240@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 18 May 2002 06:03:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/png Makefile ports/graphics/png/files makefile.freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/18 06:03:30 PDT Modified files: graphics/png Makefile graphics/png/files makefile.freebsd Log: Add libz to LDADD/DPADD Revision Changes Path 1.51 +1 -1 ports/graphics/png/Makefile 1.3 +2 -2 ports/graphics/png/files/makefile.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 6: 4:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by hub.freebsd.org (Postfix) with ESMTP id 7535D37B410 for ; Sat, 18 May 2002 06:03:56 -0700 (PDT) Received: (qmail 23664 invoked from network); 18 May 2002 13:03:56 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 May 2002 13:03:56 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4ID3rF82155; Sat, 18 May 2002 09:03:53 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200205180914.g4I9Eaw21912@freefall.freebsd.org> Date: Sat, 18 May 2002 09:03:41 -0400 (EDT) From: John Baldwin To: Poul-Henning Kamp Subject: RE: cvs commit: src/lib Makefile Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 18-May-2002 Poul-Henning Kamp wrote: > phk 2002/05/18 02:14:36 PDT > > Modified files: > lib Makefile > Log: > Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't > implemented. I guess all the current sparc freaks have NO_LIBCR=yes in /etc/make.conf. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 6:13: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id DC6DE37B405; Sat, 18 May 2002 06:12:53 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4IDCo356483; Sat, 18 May 2002 16:12:50 +0300 (EEST) (envelope-from ru) Date: Sat, 18 May 2002 16:12:50 +0300 From: Ruslan Ermilov To: John Baldwin Cc: Poul-Henning Kamp , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile Message-ID: <20020518131250.GC50858@sunbay.com> References: <200205180914.g4I9Eaw21912@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vOmOzSkFvhd7u8Ms" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --vOmOzSkFvhd7u8Ms Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 18, 2002 at 09:03:41AM -0400, John Baldwin wrote: >=20 > On 18-May-2002 Poul-Henning Kamp wrote: > > phk 2002/05/18 02:14:36 PDT > >=20 > > Modified files: > > lib Makefile=20 > > Log: > > Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't > > implemented. >=20 > I guess all the current sparc freaks have NO_LIBCR=3Dyes in /etc/make.con= f. :) >=20 No, I have NOLIBC_R instead. :-) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --vOmOzSkFvhd7u8Ms Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85lNSUkv4P6juNwoRAkKzAJ9KbmJlFh0rpHPcgOGq+ZCnK3+g2wCeOz3e 1savjeUsYLEdbFIeOKC2CRk= =I8wS -----END PGP SIGNATURE----- --vOmOzSkFvhd7u8Ms-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 6:23:50 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (port757.uc1-esp.isdn-lan.cybercity.dk [212.242.98.245]) by hub.freebsd.org (Postfix) with ESMTP id A3A4D37B416; Sat, 18 May 2002 06:23:45 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g4IDMtRi000500; Sat, 18 May 2002 15:22:55 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile In-Reply-To: Your message of "Sat, 18 May 2002 09:03:41 EDT." Date: Sat, 18 May 2002 15:22:55 +0200 Message-ID: <499.1021728175@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , John Baldwin writes: > >On 18-May-2002 Poul-Henning Kamp wrote: >> phk 2002/05/18 02:14:36 PDT >> >> Modified files: >> lib Makefile >> Log: >> Don't try to build libc_r on sparc64, the _atomic_lock.S file isn't >> implemented. > >I guess all the current sparc freaks have NO_LIBCR=yes in /etc/make.conf. :) Right, but I was trying to cross-build so I wanted it explicit. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 6:24:43 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 6894037B400; Sat, 18 May 2002 06:23:40 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4IDNag57270; Sat, 18 May 2002 16:23:36 +0300 (EEST) (envelope-from ru) Date: Sat, 18 May 2002 16:23:36 +0300 From: Ruslan Ermilov To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/catman Makefile catman.1 catman.c src/usr.bin/makewhatis Makefile makewhatis.1 makewhatis.c Message-ID: <20020518132336.GE50858@sunbay.com> References: <200205180919.g4I9J8722416@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9crTWz/Z+Zyzu20v" Content-Disposition: inline In-Reply-To: <200205180919.g4I9J8722416@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --9crTWz/Z+Zyzu20v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 18, 2002 at 02:19:08AM -0700, Mark Murray wrote: > markm 2002/05/18 02:19:08 PDT >=20 > Modified files: > usr.bin Makefile=20 > Added files: > usr.bin/catman Makefile catman.1 catman.c=20 > usr.bin/makewhatis Makefile makewhatis.1 makewhatis.c=20 > Log: > Add C rewrites of catman and makewhatis. These aren't quite as > the submitter supplied them, as I did some WARNS=3Dn fixups (mostly > const-ification). > =20 > Submitted by: John Rochester > =20 Please don't delete the old versions for now. These new versions (I'm looking at makewhatis(1) part now) have some problems. I will look into fixing these, and let you know. (Just diff(1) comparing the produced "whatis" file for /usr/share/man should unveal the differences.) In particular, it doesn't seem to look into the MD subdirs, but this one is easiest to fix. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --9crTWz/Z+Zyzu20v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85lXYUkv4P6juNwoRAmllAKCLUvjAR6OrNIFrnLXbyeSQXc1FtQCdEUR2 ij10ZBzultqonMIadIX0Qpk= =IPLZ -----END PGP SIGNATURE----- --9crTWz/Z+Zyzu20v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 6:39:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B372B37B40E; Sat, 18 May 2002 06:39:32 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IDdW975690; Sat, 18 May 2002 06:39:32 -0700 (PDT) (envelope-from ache) Message-Id: <200205181339.g4IDdW975690@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 18 May 2002 06:39:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/drweb-sendmail Makefile ports/security/drweb-sendmail/files patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/18 06:39:32 PDT Modified files: security/drweb-sendmail Makefile Added files: security/drweb-sendmail/files patch-aj Log: Add missing demon error code Revision Changes Path 1.43 +1 -1 ports/security/drweb-sendmail/Makefile 1.1 +10 -0 ports/security/drweb-sendmail/files/patch-aj (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 6:50:49 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (198.a.002.mel.iprimus.net.au [203.134.133.198]) by hub.freebsd.org (Postfix) with ESMTP id 0DBB937B403; Sat, 18 May 2002 06:50:40 -0700 (PDT) Received: from treetop.robbins.dropbear.id.au (localhost [127.0.0.1]) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2) with ESMTP id g4IDhleo016136; Sat, 18 May 2002 23:43:47 +1000 (EST) (envelope-from tim@treetop.robbins.dropbear.id.au) Received: (from tim@localhost) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2/Submit) id g4IDhlEe016135; Sat, 18 May 2002 23:43:47 +1000 (EST) Date: Sat, 18 May 2002 23:43:46 +1000 From: "Tim J. Robbins" To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/pwd pwd.1 pwd.c Message-ID: <20020518234346.A16088@treetop.robbins.dropbear.id.au> References: <200205181030.g4IAU9Ws008994@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205181030.g4IAU9Ws008994@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Sat, May 18, 2002 at 11:30:09AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 18, 2002 at 11:30:09AM +0100, Brian Somers wrote: > > tjr 2002/05/17 19:47:25 PDT > > > > Modified files: > > bin/pwd pwd.1 pwd.c > > Log: > > Make -L the default, allow both -L and -P to be specified (last one used > > matters), fall back to -P mode if we can't get the logical directory. > > > > Revision Changes Path > > 1.19 +2 -2 src/bin/pwd/pwd.1 > > 1.18 +14 -9 src/bin/pwd/pwd.c > > I don't think this is wise. I've always been of the understanding > that ``pwd'' gives me my logical directory and ``/bin/pwd'' gives me > the physical one. I've written scripts to depend on this. Ok, I will restore -P as the default for the moment. I understand that /bin/pwd has historically used getcwd() or similar, but I wasn't aware that anything would break if pwd gave the logical directory name by default. What assumptions do the scripts make that would no longer work if -L was the default? Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 6:52:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7385C37B404; Sat, 18 May 2002 06:52:08 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IDq8Z76642; Sat, 18 May 2002 06:52:08 -0700 (PDT) (envelope-from tjr) Message-Id: <200205181352.g4IDq8Z76642@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 18 May 2002 06:52:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pwd pwd.1 pwd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/18 06:52:08 PDT Modified files: bin/pwd pwd.1 pwd.c Log: Back out part of previous commit: make -P the default again until I'm convinced it's a good idea. Revision Changes Path 1.20 +1 -1 src/bin/pwd/pwd.1 1.19 +1 -1 src/bin/pwd/pwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 6:56:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CC2337B401; Sat, 18 May 2002 06:56:54 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IDusA76950; Sat, 18 May 2002 06:56:54 -0700 (PDT) (envelope-from ru) Message-Id: <200205181356.g4IDusA76950@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 May 2002 06:56:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/makewhatis makewhatis.1 makewhatis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/18 06:56:54 PDT Modified files: usr.bin/makewhatis makewhatis.1 makewhatis.c Log: Look into machine specific subdirs. Revision Changes Path 1.2 +4 -1 src/usr.bin/makewhatis/makewhatis.1 1.2 +9 -0 src/usr.bin/makewhatis/makewhatis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 7: 6:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9917437B410; Sat, 18 May 2002 07:06:20 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IE6Kj81456; Sat, 18 May 2002 07:06:20 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205181406.g4IE6Kj81456@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 07:06:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status report-feb-2002-apr-2002.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 07:06:18 PDT Modified files: en/news/status report-feb-2002-apr-2002.xml Log: Add a description of FreeBSD Developer Summit II. Revision Changes Path 1.2 +34 -0 www/en/news/status/report-feb-2002-apr-2002.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 7: 8:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46DF537B40E; Sat, 18 May 2002 07:08:18 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IE8Is81546; Sat, 18 May 2002 07:08:18 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205181408.g4IE8Is81546@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 07:08:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status report-feb-2002-apr-2002.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 07:08:17 PDT Modified files: en/news/status report-feb-2002-apr-2002.xml Log: Adjust down count for phone attendees at last event from 10 to 5 -- in the end, several people who planned to dial in used the webcast. Revision Changes Path 1.3 +1 -1 www/en/news/status/report-feb-2002-apr-2002.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 7:17:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 389E137B410; Sat, 18 May 2002 07:17:54 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IEHsY82107; Sat, 18 May 2002 07:17:54 -0700 (PDT) (envelope-from ru) Message-Id: <200205181417.g4IEHsY82107@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 May 2002 07:17:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/makewhatis makewhatis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/18 07:17:53 PDT Modified files: usr.bin/makewhatis makewhatis.c Log: Fixed spacing. Revision Changes Path 1.3 +1 -0 src/usr.bin/makewhatis/makewhatis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 7:27:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5794A37B40C; Sat, 18 May 2002 07:27:18 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IERIS82761; Sat, 18 May 2002 07:27:18 -0700 (PDT) (envelope-from markm) Message-Id: <200205181427.g4IERIS82761@freefall.freebsd.org> From: Mark Murray Date: Sat, 18 May 2002 07:27:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist src/usr.bin/vi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/18 07:27:18 PDT Modified files: etc/mtree BSD.usr.dist usr.bin/vi Makefile Log: Remove Perl and TCL/TK bits, neither of which are in the base system (anymore). Revision Changes Path 1.261 +1 -3 src/etc/mtree/BSD.usr.dist 1.36 +1 -94 src/usr.bin/vi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 7:28:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 710E437B401; Sat, 18 May 2002 07:28:08 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IES8582818; Sat, 18 May 2002 07:28:08 -0700 (PDT) (envelope-from mbr) Message-Id: <200205181428.g4IES8582818@freefall.freebsd.org> From: Martin Blapp Date: Sat, 18 May 2002 07:28:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-connectivity::source::drivers::mozab::mozillasrc::makefile.mk patch-moz::prj::d.lst X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/05/18 07:28:08 PDT Modified files: editors/openoffice/files patch-connectivity::source::drivers::mozab::mozillasrc::makefile.mk Added files: editors/openoffice/files patch-moz::prj::d.lst Log: Revert the include dirs to the old location as before, and add the missing dirs. Revision Changes Path 1.5 +6 -10 ports/editors/openoffice/files/patch-connectivity::source::drivers::mozab::mozillasrc::makefile.mk 1.1 +34 -0 ports/editors/openoffice/files/patch-moz::prj::d.lst (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 7:29: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from sdns.kv.ukrtel.net (sdns.kv.ukrtel.net [195.5.27.246]) by hub.freebsd.org (Postfix) with ESMTP id 819B937B406; Sat, 18 May 2002 07:28:57 -0700 (PDT) Received: from vega.vega.com (195.5.51.243 [195.5.51.243]) by sdns.kv.ukrtel.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id J9KHZWM4; Sat, 18 May 2002 17:30:46 +0300 Received: (from max@localhost) by vega.vega.com (8.11.6/8.11.3) id g4IET5F14097; Sat, 18 May 2002 17:29:05 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200205181429.g4IET5F14097@vega.vega.com> Subject: Re: cvs commit: ports/graphics/png Makefile ports/graphics/png/files To: ache@FreeBSD.org (Andrey A. Chernov) Date: Sat, 18 May 2002 17:29:05 +0300 (EEST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: from "Andrey A. Chernov" at May 18, 2002 06:03:30 AM X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks! -Maxim > > ache 2002/05/18 06:03:30 PDT > > Modified files: > graphics/png Makefile > graphics/png/files makefile.freebsd > Log: > Add libz to LDADD/DPADD > > Revision Changes Path > 1.51 +1 -1 ports/graphics/png/Makefile > 1.3 +2 -2 ports/graphics/png/files/makefile.freebsd > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 7:45:37 2002 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 3CE8037B400; Sat, 18 May 2002 07:45:27 -0700 (PDT) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.3/8.12.3) with ESMTP id g4IEjNEP060537; Sat, 18 May 2002 15:45:23 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.3/8.12.3/Submit) with UUCP id g4IEjNxo060536; Sat, 18 May 2002 15:45:23 +0100 (BST) Received: from grimreaper.grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.3/8.12.3) with ESMTP id g4IEfTMl028547; Sat, 18 May 2002 15:41:30 +0100 (BST) (envelope-from mark@grimreaper.grondar.org) Message-Id: <200205181441.g4IEfTMl028547@grimreaper.grondar.org> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/catman Makefile catman.1 catman.c src/usr.bin/makewhatis Makefile makewhatis.1 makewhatis.c References: <20020518132336.GE50858@sunbay.com> In-Reply-To: <20020518132336.GE50858@sunbay.com> ; from Ruslan Ermilov "Sat, 18 May 2002 16:23:36 +0300." Date: Sat, 18 May 2002 15:41:29 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Modified files: > > usr.bin Makefile=20 > > Added files: > > usr.bin/catman Makefile catman.1 catman.c=20 > > usr.bin/makewhatis Makefile makewhatis.1 makewhatis.c=20 > > Log: > > Add C rewrites of catman and makewhatis. These aren't quite as > > the submitter supplied them, as I did some WARNS=n fixups (mostly > > const-ification). > > > > Submitted by: John Rochester > > > Please don't delete the old versions for now. No problem. We have plenty of time. > These new versions (I'm looking at makewhatis(1) part now) > have some problems. I will look into fixing these, and let > you know. I guess you decided to go ahead with the commit? > (Just diff(1) comparing the produced "whatis" file for > /usr/share/man should unveal the differences.) > > In particular, it doesn't seem to look into the MD subdirs, > but this one is easiest to fix. I saw that commit. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 8:15:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB8F637B407; Sat, 18 May 2002 08:15:30 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IFFU389734; Sat, 18 May 2002 08:15:30 -0700 (PDT) (envelope-from ru) Message-Id: <200205181515.g4IFFU389734@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 May 2002 08:15:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/makewhatis makewhatis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/18 08:15:30 PDT Modified files: usr.bin/makewhatis makewhatis.c Log: More whitespace fixes. Revision Changes Path 1.4 +3 -1 src/usr.bin/makewhatis/makewhatis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 8:20:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80FD137B407; Sat, 18 May 2002 08:20:29 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IFKTV89957; Sat, 18 May 2002 08:20:29 -0700 (PDT) (envelope-from ru) Message-Id: <200205181520.g4IFKTV89957@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 May 2002 08:20:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcompat/4.1 cftime.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/18 08:20:28 PDT Modified files: lib/libcompat/4.1 cftime.3 Log: mdoc(7) police: fixed the whatis entry. Revision Changes Path 1.14 +2 -2 src/lib/libcompat/4.1/cftime.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 8:20:53 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 495FB37B401; Sat, 18 May 2002 08:20:45 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4IFKhva041732; Sat, 18 May 2002 16:20:43 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4IFKbWs010806; Sat, 18 May 2002 16:20:37 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205181520.g4IFKbWs010806@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Tim J. Robbins" Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/bin/pwd pwd.1 pwd.c In-Reply-To: Message from "Tim J. Robbins" of "Sat, 18 May 2002 23:43:46 +1000." <20020518234346.A16088@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 18 May 2002 16:20:37 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Sat, May 18, 2002 at 11:30:09AM +0100, Brian Somers wrote: > > > > tjr 2002/05/17 19:47:25 PDT > > > > > > Modified files: > > > bin/pwd pwd.1 pwd.c > > > Log: > > > Make -L the default, allow both -L and -P to be specified (last one used > > > matters), fall back to -P mode if we can't get the logical directory. > > > > > > Revision Changes Path > > > 1.19 +2 -2 src/bin/pwd/pwd.1 > > > 1.18 +14 -9 src/bin/pwd/pwd.c > > > > I don't think this is wise. I've always been of the understanding > > that ``pwd'' gives me my logical directory and ``/bin/pwd'' gives me > > the physical one. I've written scripts to depend on this. > > Ok, I will restore -P as the default for the moment. I understand that > /bin/pwd has historically used getcwd() or similar, but I wasn't aware > that anything would break if pwd gave the logical directory name by default. > > What assumptions do the scripts make that would no longer work if -L > was the default? Well, the scripts just assume that /bin/pwd does a getcwd() -- looking at $PWD (which seems to be how -L is implemented) is something that the script can do to figure out the logical directory. I can't remember exactly why the scripts needed the real directory - just that they wanted to know if [ "$PWD" != $(/bin/pwd) ]. Doesn't POSIX or one of the other standards mandate which one is presented by default ? I'm happy to be overruled for a good reason. > Tim -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 8:22:14 2002 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id BCC8037B406; Sat, 18 May 2002 08:22:10 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4IFM9va042850; Sat, 18 May 2002 16:22:09 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4IFM4Ws010837; Sat, 18 May 2002 16:22:04 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205181522.g4IFM4Ws010837@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Brian Somers , "Tim J. Robbins" , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/pwd pwd.1 pwd.c In-Reply-To: Message from Peter Avalos of "Sat, 18 May 2002 04:28:18 PDT." <20020518112818.GA18482@theshell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 18 May 2002 16:22:04 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Sat, May 18, 2002 at 11:30:09AM +0100, Brian Somers wrote: > > > tjr 2002/05/17 19:47:25 PDT > > >=20 > > > Modified files: > > > bin/pwd pwd.1 pwd.c=20 > > > Log: > > > Make -L the default, allow both -L and -P to be specified (last one u= > sed > > > matters), fall back to -P mode if we can't get the logical directory. > > > =20 > > > Revision Changes Path > > > 1.19 +2 -2 src/bin/pwd/pwd.1 > > > 1.18 +14 -9 src/bin/pwd/pwd.c > >=20 > > I don't think this is wise. I've always been of the understanding=20 > > that ``pwd'' gives me my logical directory and ``/bin/pwd'' gives me=20 > > the physical one. I've written scripts to depend on this. > > IEEE Std 1003.1-2001 is quite clear on option handling for pwd, and > Tim's change implements the correct behavior. Maybe it's time to update > your scripts ;P Ah, ok - that's what I was wondering. Please don't back out your change Tim - I'm clearly just wrong :) > --Pete -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 8:37:49 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id EEBDC37B401; Sat, 18 May 2002 08:37:27 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g4IFbD465996; Sat, 18 May 2002 18:37:13 +0300 (EEST) (envelope-from ru) Date: Sat, 18 May 2002 18:37:13 +0300 From: Ruslan Ermilov To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/catman Makefile catman.1 catman.c src/usr.bin/makewhatis Makefile makewhatis.1 makewhatis.c Message-ID: <20020518153713.GF50858@sunbay.com> References: <20020518132336.GE50858@sunbay.com> <200205181441.g4IEfTMl028547@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hUH5gZbnpyIv7Mn4" Content-Disposition: inline In-Reply-To: <200205181441.g4IEfTMl028547@grimreaper.grondar.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --hUH5gZbnpyIv7Mn4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 18, 2002 at 03:41:29PM +0100, Mark Murray wrote: > > > Modified files: > > > usr.bin Makefile=3D20 > > > Added files: > > > usr.bin/catman Makefile catman.1 catman.c=3D20 > > > usr.bin/makewhatis Makefile makewhatis.1 makewhatis.c=3D20 > > > Log: > > > Add C rewrites of catman and makewhatis. These aren't quite as > > > the submitter supplied them, as I did some WARNS=3Dn fixups (mostly > > > const-ification). > > > =20 > > > Submitted by: John Rochester > > > =20 > > Please don't delete the old versions for now. >=20 > No problem. We have plenty of time. >=20 Unconnecting the old versions from the build is the right thing to do. > > These new versions (I'm looking at makewhatis(1) part now) > > have some problems. I will look into fixing these, and let > > you know. >=20 > I guess you decided to go ahead with the commit? >=20 I meant I will fix them and let you know when I'm happy with the new versions. > > (Just diff(1) comparing the produced "whatis" file for > > /usr/share/man should unveal the differences.) > >=20 > > In particular, it doesn't seem to look into the MD subdirs, > > but this one is easiest to fix. >=20 > I saw that commit. >=20 OK. :-) --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --hUH5gZbnpyIv7Mn4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85nUoUkv4P6juNwoRAuluAJ9xNpcN+0ysMkHt7+CfXCBX4xSSkQCfZ+e/ 1zqTr6mrtWLkBIg3mOlVVUE= =Nip7 -----END PGP SIGNATURE----- --hUH5gZbnpyIv7Mn4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 8:38:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB97F37B404; Sat, 18 May 2002 08:38:12 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IFcC391280; Sat, 18 May 2002 08:38:12 -0700 (PDT) (envelope-from brian) Message-Id: <200205181538.g4IFcC391280@freefall.freebsd.org> From: Brian Somers Date: Sat, 18 May 2002 08:38:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ssmtp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/18 08:38:12 PDT Modified files: mail/ssmtp Makefile Log: Mark BROKEN: pkg_add cannot create /etc/ssmtp/smmtp.conf Revision Changes Path 1.4 +2 -0 ports/mail/ssmtp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 8:40: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0DA537B404; Sat, 18 May 2002 08:39:56 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IFduk91410; Sat, 18 May 2002 08:39:56 -0700 (PDT) (envelope-from ru) Message-Id: <200205181539.g4IFduk91410@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 18 May 2002 08:39:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/makewhatis makewhatis.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/18 08:39:56 PDT Modified files: usr.bin/makewhatis makewhatis.1 Log: Fix markup. Give Wolfram a credit for writing the original version in Perl like in killall(1). Revision Changes Path 1.3 +19 -11 src/usr.bin/makewhatis/makewhatis.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9: 2:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D66BE37B407; Sat, 18 May 2002 09:02:50 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IG2o092996; Sat, 18 May 2002 09:02:50 -0700 (PDT) (envelope-from bmah) Message-Id: <200205181602.g4IG2o092996@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 May 2002 09:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.6R qa.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/18 09:02:50 PDT Modified files: en/releases/4.6R qa.sgml Log: Add a note about a sysinstall bug affecting GNOME for the 4.6 testing guide. Revision Changes Path 1.4 +7 -2 www/en/releases/4.6R/qa.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9: 6:21 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (198.a.002.mel.iprimus.net.au [203.134.133.198]) by hub.freebsd.org (Postfix) with ESMTP id 98E0637B401; Sat, 18 May 2002 09:06:15 -0700 (PDT) Received: from treetop.robbins.dropbear.id.au (localhost [127.0.0.1]) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2) with ESMTP id g4IFbseo016569; Sun, 19 May 2002 01:37:55 +1000 (EST) (envelope-from tim@treetop.robbins.dropbear.id.au) Received: (from tim@localhost) by treetop.robbins.dropbear.id.au (8.12.2/8.12.2/Submit) id g4IFbs4G016568; Sun, 19 May 2002 01:37:54 +1000 (EST) Date: Sun, 19 May 2002 01:37:53 +1000 From: "Tim J. Robbins" To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/pwd pwd.1 pwd.c Message-ID: <20020519013753.A16560@treetop.robbins.dropbear.id.au> References: <200205181520.g4IFKbWs010806@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200205181520.g4IFKbWs010806@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Sat, May 18, 2002 at 04:20:37PM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 18, 2002 at 04:20:37PM +0100, Brian Somers wrote: > Doesn't POSIX or one of the other standards mandate which one is > presented by default ? I'm happy to be overruled for a good reason. It says -L should be the default. However, it's worth noting that (at least) Solaris's /bin/pwd ignores all command line arguments and always gives output equivalent to getcwd(). I'm not sure what to do about this yet. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9:15:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C00337B407; Sat, 18 May 2002 09:15:32 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGFW997732; Sat, 18 May 2002 09:15:32 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205181615.g4IGFW997732@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 09:15:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 09:15:32 PDT Modified files: en/news/status Makefile Log: Hook up Feb-March to the build so people can review more easily; don't yet hook up to the index. Revision Changes Path 1.15 +2 -1 www/en/news/status/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9:23:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9457D37B406; Sat, 18 May 2002 09:23:37 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGNbc98189; Sat, 18 May 2002 09:23:37 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205181623.g4IGNbc98189@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 09:23:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status report-feb-2002-apr-2002.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 09:23:37 PDT Modified files: en/news/status report-feb-2002-apr-2002.xml Log: Consistently spell freebsd.org as FreeBSD.org. Consistently don't say "Status Report" in per-project titles. Include Jonathan Mini on the list of contacts for KSE. Include Andrew Reiter's e-mail address for TrustedBSD Audit. Include trustedbsd-discuss e-mail address for TrustedBSD MAC. Revision Changes Path 1.4 +42 -24 www/en/news/status/report-feb-2002-apr-2002.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9:27: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 208A037B401; Sat, 18 May 2002 09:27:04 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGR4A98381; Sat, 18 May 2002 09:27:04 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205181627.g4IGR4A98381@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 09:27:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status report-feb-2002-apr-2002.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 09:27:04 PDT Modified files: en/news/status report-feb-2002-apr-2002.xml Log: Invert DES's notion of given and common names. Revision Changes Path 1.5 +6 -6 www/en/news/status/report-feb-2002-apr-2002.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9:28: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A27037B40D; Sat, 18 May 2002 09:28:04 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGS4e98451; Sat, 18 May 2002 09:28:04 -0700 (PDT) (envelope-from petef) Message-Id: <200205181628.g4IGS4e98451@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 18 May 2002 09:28:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/mozilla-fonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/18 09:28:04 PDT Modified files: x11-fonts/mozilla-fonts Makefile Log: Unbreak: add a dependency to XFree86-4-clients for bdftopcf if XFREE86_VERSION is 4. Revision Changes Path 1.7 +6 -2 ports/x11-fonts/mozilla-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9:34:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B9EC37B407; Sat, 18 May 2002 09:34:21 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGYLN98823; Sat, 18 May 2002 09:34:21 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205181634.g4IGYLN98823@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 09:34:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status report-feb-2002-apr-2002.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 09:34:21 PDT Modified files: en/news/status report-feb-2002-apr-2002.xml Log: Spell April as "April", not "March. Revision Changes Path 1.6 +1 -1 www/en/news/status/report-feb-2002-apr-2002.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9:34:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA56437B401; Sat, 18 May 2002 09:34:39 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGYdU98857; Sat, 18 May 2002 09:34:39 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205181634.g4IGYdU98857@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 09:34:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news/status status.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 09:34:39 PDT Modified files: en/news/status status.sgml Log: Link up the February-April report, create a new 2002 section, and put this and the last report into it. Revision Changes Path 1.9 +9 -2 www/en/news/status/status.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9:48:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6076537B406; Sat, 18 May 2002 09:48:44 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGmiH99808; Sat, 18 May 2002 09:48:44 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205181648.g4IGmiH99808@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 09:48:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 09:48:44 PDT Modified files: en/news news.xml Log: Point at recent status report in a news flash item. Revision Changes Path 1.88 +13 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9:50:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4CEF37B40F; Sat, 18 May 2002 09:50:09 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGo9m99968; Sat, 18 May 2002 09:50:09 -0700 (PDT) (envelope-from bmah) Message-Id: <200205181650.g4IGo9m99968@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 May 2002 09:50:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/18 09:50:09 PDT Modified files: (Branch: RELENG_4) release Makefile Log: MFC: Build ports needed for release documentation WITHOUT_PYTHON. Approved by: re (bmah) Revision Changes Path 1.536.2.84 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 9:52:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A469037B49C; Sat, 18 May 2002 09:52:09 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGq9H00636; Sat, 18 May 2002 09:52:09 -0700 (PDT) (envelope-from bmah) Message-Id: <200205181652.g4IGq9H00636@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 May 2002 09:52:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile.inc.docports X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/18 09:52:09 PDT Modified files: (Branch: RELENG_4) release Makefile.inc.docports Log: MFC: Add devel/bison, textproc/expat2, and textproc/xhtml ports to the set of ports needed for building docs (but not a ports tree) with a release. Approved by: re (bmah) Revision Changes Path 1.1.2.6 +4 -1 src/release/Makefile.inc.docports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 10: 0:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A1E437B4AA; Sat, 18 May 2002 09:55:53 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IGtrw01232; Sat, 18 May 2002 09:55:53 -0700 (PDT) (envelope-from bmah) Message-Id: <200205181655.g4IGtrw01232@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 May 2002 09:55:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.6R schedule.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/18 09:55:53 PDT Modified files: en/releases/4.6R schedule.sgml Log: Update schedule for 4.6-RC1 status. Revision Changes Path 1.8 +4 -4 www/en/releases/4.6R/schedule.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11: 4:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2540A37B40F; Sat, 18 May 2002 11:04:49 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4II4n308992; Sat, 18 May 2002 11:04:49 -0700 (PDT) (envelope-from ache) Message-Id: <200205181804.g4II4n308992@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 18 May 2002 11:04:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-URI Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/18 11:04:49 PDT Modified files: net/p5-URI Makefile distinfo Log: Upgrade to 1.19 Remove myself from MAINTAINER PR: 38201 Submitted by: David Lay Revision Changes Path 1.21 +2 -2 ports/net/p5-URI/Makefile 1.13 +1 -1 ports/net/p5-URI/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11:17:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAAF637B400; Sat, 18 May 2002 11:17:13 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIHD613818; Sat, 18 May 2002 11:17:13 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181817.g4IIHD613818@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 11:17:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 11:17:13 PDT Modified files: . Makefile.inc1 Log: Remove local patch that crept in. Revision Changes Path 1.280 +2 -10 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11:23: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D6C837B408; Sat, 18 May 2002 11:23:05 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIN5s14180; Sat, 18 May 2002 11:23:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181823.g4IIN5s14180@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 11:23:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 11:23:04 PDT Modified files: . Makefile.inc1 Log: Back out rev 1.278. Seems we grew a getconf(1) that requires it. Revision Changes Path 1.281 +1 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11:25: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1535537B404; Sat, 18 May 2002 11:24:56 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIOu814380; Sat, 18 May 2002 11:24:56 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181824.g4IIOu814380@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 11:24:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 11:24:55 PDT Modified files: usr.bin Makefile Log: Don't build getconf if you don't have a full C++ installation. Revision Changes Path 1.197 +1 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11:26: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0470037B405; Sat, 18 May 2002 11:25:59 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIPwT14476; Sat, 18 May 2002 11:25:58 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181825.g4IIPwT14476@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 11:25:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 11:25:58 PDT Modified files: usr.bin Makefile Log: elf2aout can be useful to have on all platforms Revision Changes Path 1.198 +1 -4 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11:27:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C445337B405; Sat, 18 May 2002 11:27:09 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIR9614564; Sat, 18 May 2002 11:27:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181827.g4IIR9614564@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 11:27:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/alpha freebsd-nat-stubs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 11:27:09 PDT Added files: gnu/usr.bin/binutils/gdb/alpha freebsd-nat-stubs.c Log: This is enough to get thru a cross-build. Revision Changes Path 1.1 +55 -0 src/gnu/usr.bin/binutils/gdb/alpha/freebsd-nat-stubs.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11:44:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70B3A37B40F; Sat, 18 May 2002 11:44:25 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIiPI17378; Sat, 18 May 2002 11:44:25 -0700 (PDT) (envelope-from bmah) Message-Id: <200205181844.g4IIiPI17378@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 18 May 2002 11:44:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/05/18 11:44:25 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: Perl deletion (along with a caution that some work is still ongoing), catman(1) rewrite, makewhatis(1) rewrite, spkrtest(8) rewrite. Modified release note: killall(1) for markup. Deleted release notes: Perl upgrade, style.perl(7) manpage, one note about killall(1) was obsolete. Revision Changes Path 1.350 +30 -11 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11:47:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5C3137B40C; Sat, 18 May 2002 11:47:39 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIld917658; Sat, 18 May 2002 11:47:39 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181847.g4IIld917658@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 11:47:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 11:47:39 PDT Modified files: Mk bsd.sites.mk Log: Reduce the MASTER_SITE_PERL_CPAN list by 1/2. There were _22_! sites. The net has to be in *VERY* bad shape for you to fail on 21 sites and finally get the needed file from the 22nd site. If the list was meant more do document possible sites for to list in /etc/make.conf, they could be re-added as comments. Revision Changes Path 1.85 +5 -16 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11:51:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFF7337B409; Sat, 18 May 2002 11:51:14 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIpEV17990; Sat, 18 May 2002 11:51:14 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205181851.g4IIpEV17990@freefall.freebsd.org> From: Ian Dowse Date: Sat, 18 May 2002 11:51:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c src/sys/ufs/ifs ifs_vnops.c src/sys/ufs/ufs inode.h ufs_vfsops.c ufs_vnops.c ufsmount.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/18 11:51:14 PDT Modified files: sys/ufs/ffs ffs_vfsops.c sys/ufs/ifs ifs_vnops.c sys/ufs/ufs inode.h ufs_vfsops.c ufs_vnops.c ufsmount.h Log: Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_u unions, since these were only necessary when ext2fs used ufs code. Reviewed by: mckusick Revision Changes Path 1.180 +0 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.8 +1 -2 src/sys/ufs/ifs/ifs_vnops.c 1.37 +2 -8 src/sys/ufs/ufs/inode.h 1.33 +2 -4 src/sys/ufs/ufs/ufs_vfsops.c 1.195 +2 -5 src/sys/ufs/ufs/ufs_vnops.c 1.25 +1 -8 src/sys/ufs/ufs/ufsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11:58:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CCD737B409; Sat, 18 May 2002 11:58:28 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIwSn18390; Sat, 18 May 2002 11:58:28 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205181858.g4IIwSn18390@freefall.freebsd.org> From: Ian Dowse Date: Sat, 18 May 2002 11:58:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_dirhash.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/18 11:58:28 PDT Modified files: sys/ufs/ufs ufs_dirhash.c Log: Fix a typo where sizeof(daddr_t) was specified instead of sizeof(doff_t). Now that daddr_t is 64-bit, this caused hash blocks to be allocated twice as large as they need to be. Revision Changes Path 1.12 +1 -1 src/sys/ufs/ufs/ufs_dirhash.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 11:59: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 306CA37B406; Sat, 18 May 2002 11:59:01 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IIx1n18427; Sat, 18 May 2002 11:59:01 -0700 (PDT) (envelope-from alc) Message-Id: <200205181859.g4IIx1n18427@freefall.freebsd.org> From: Alan Cox Date: Sat, 18 May 2002 11:59:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_mmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/05/18 11:59:01 PDT Modified files: sys/vm vm_mmap.c Log: o Eliminate the acquisition and release of Giant from minherit(2). (vm_map_inherit() no longer requires Giant to be held.) Revision Changes Path 1.140 +2 -7 src/sys/vm/vm_mmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 12: 3: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5219837B405; Sat, 18 May 2002 12:03:01 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IJ31s18791; Sat, 18 May 2002 12:03:01 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205181903.g4IJ31s18791@freefall.freebsd.org> From: Ian Dowse Date: Sat, 18 May 2002 12:03:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_bmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/18 12:03:01 PDT Modified files: sys/ufs/ufs ufs_bmap.c Log: Fix two casts to "daddr_t *" that should have been "ufs_daddr_t *". Revision Changes Path 1.52 +3 -2 src/sys/ufs/ufs/ufs_bmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 12: 5:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09F9837B404; Sat, 18 May 2002 12:05:38 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IJ5bE21969; Sat, 18 May 2002 12:05:37 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181905.g4IJ5bE21969@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 12:05:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc32/files patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 12:05:37 PDT Removed files: lang/gcc32/files patch-ak Log: This is now in the stock FSF sources. Revision Changes Path 1.15 +0 -64 ports/lang/gcc32/files/patch-ak (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 12: 6:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D3B537B408; Sat, 18 May 2002 12:06:12 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IJ6C322939; Sat, 18 May 2002 12:06:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200205181906.g4IJ6C322939@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 18 May 2002 12:06:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gcc31/files patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/05/18 12:06:12 PDT Removed files: lang/gcc31/files patch-ak Log: This is now in the stock FSF sources. Revision Changes Path 1.15 +0 -64 ports/lang/gcc31/files/patch-ak (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 12: 6:35 2002 Delivered-To: cvs-all@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 36F0637B41F; Sat, 18 May 2002 12:06:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 45B124A9B9; Sat, 18 May 2002 14:06:27 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id B9AD84A9B8; Sat, 18 May 2002 14:06:26 -0500 (CDT) Date: Sat, 18 May 2002 14:06:26 -0500 From: Alan Cox To: Alan Cox Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c Message-ID: <20020518190626.GA6940@cs.rice.edu> References: <200205181859.g4IIx1n18427@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205181859.g4IIx1n18427@freefall.freebsd.org> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by AMaViS snapshot-20010714 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 18, 2002 at 11:59:01AM -0700, Alan Cox wrote: > alc 2002/05/18 11:59:01 PDT > > Modified files: > sys/vm vm_mmap.c > Log: > o Eliminate the acquisition and release of Giant from minherit(2). > (vm_map_inherit() no longer requires Giant to be held.) > > Revision Changes Path > 1.140 +2 -7 src/sys/vm/vm_mmap.c As of now, madvise(2), minherit(2), and mprotect(2) are running largely outside of Giant. We don't acquire Giant unless or until we find ourselves in the vm object or MD pmap layers. Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 12:12:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36F2C37B409; Sat, 18 May 2002 12:12:39 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IJCd523531; Sat, 18 May 2002 12:12:39 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205181912.g4IJCd523531@freefall.freebsd.org> From: Ian Dowse Date: Sat, 18 May 2002 12:12:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_extern.h ext2_inode.c ext2_subr.c ext2_vnops.c inode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/18 12:12:39 PDT Modified files: sys/gnu/ext2fs ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_extern.h ext2_inode.c ext2_subr.c ext2_vnops.c inode.h Log: Use explicitly-sized types where necessary to make ext2fs work again after the change to a 64-bit daddr_t. Revision Changes Path 1.36 +16 -16 src/sys/gnu/ext2fs/ext2_alloc.c 1.17 +6 -6 src/sys/gnu/ext2fs/ext2_balloc.c 1.52 +11 -11 src/sys/gnu/ext2fs/ext2_bmap.c 1.28 +7 -7 src/sys/gnu/ext2fs/ext2_extern.h 1.35 +11 -11 src/sys/gnu/ext2fs/ext2_inode.c 1.25 +2 -2 src/sys/gnu/ext2fs/ext2_subr.c 1.65 +1 -1 src/sys/gnu/ext2fs/ext2_vnops.c 1.38 +5 -5 src/sys/gnu/ext2fs/inode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 12:48: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2989C37B413; Sat, 18 May 2002 12:47:58 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IJlwR25606; Sat, 18 May 2002 12:47:58 -0700 (PDT) (envelope-from markm) Message-Id: <200205181947.g4IJlwR25606@freefall.freebsd.org> From: Mark Murray Date: Sat, 18 May 2002 12:47:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2002/05/18 12:47:58 PDT Modified files: gnu/usr.bin/man Makefile Log: remove perl scripts from the build. Revision Changes Path 1.5 +3 -1 src/gnu/usr.bin/man/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 13: 5:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42ABB37B406; Sat, 18 May 2002 13:05:36 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IK5aU30098; Sat, 18 May 2002 13:05:36 -0700 (PDT) (envelope-from jmallett) Message-Id: <200205182005.g4IK5aU30098@freefall.freebsd.org> From: "J. Mallett" Date: Sat, 18 May 2002 13:05:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/05/18 13:05:36 PDT Modified files: . modules Log: elf2aout -> src/usr.bin/elf2aout Revision Changes Path 1.5130 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 14: 1:47 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-162.dsl.lsan03.pacbell.net [64.165.226.162]) by hub.freebsd.org (Postfix) with ESMTP id 7FDB037B401; Sat, 18 May 2002 14:01:36 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 1240B66DCA; Sat, 18 May 2002 14:01:36 -0700 (PDT) Date: Sat, 18 May 2002 14:01:35 -0700 From: Kris Kennaway To: Alexey Dokuchaev Cc: Kris Kennaway , Cy Schubert - CITS Open Systems Group , Kris Kennaway , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/gated Makefile Message-ID: <20020518140135.B42186@xor.obsecurity.org> References: <200205180335.g4I3ZXhN011672@cwsys.cwsent.com> <20020517215153.A23767@xor.obsecurity.org> <20020518145457.A18124@regency.nsu.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020518145457.A18124@regency.nsu.ru>; from danfe@regency.nsu.ru on Sat, May 18, 2002 at 02:54:57PM +0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 18, 2002 at 02:54:57PM +0700, Alexey Dokuchaev wrote: > On Fri, May 17, 2002 at 09:51:53PM -0700, Kris Kennaway wrote: > > On Fri, May 17, 2002 at 08:35:33PM -0700, Cy Schubert - CITS Open Syste= ms Group wrote: > > > In message <200205180319.g4I3JaP61440@freefall.freebsd.org>, Kris=20 > > > Kennaway writ > > > es: > > > > kris 2002/05/17 20:19:36 PDT > > > >=20 > > > > Modified files: > > > > net/gated Makefile=20 > > > > Log: > > > > BROKEN: Does not fetch > > > > =20 > > > > Revision Changes Path > > > > 1.32 +2 -0 ports/net/gated/Makefile > > >=20 > > > I managed to find a copy of the distfile which matches the checksum i= n=20 > > > the port on my Orb drive and have put it in my local-distfiles on=20 > > > freefall. When I've verified that it has propagated to the FTP=20 > > > servers, I'll update the port. > > >=20 > > > Does this sound OK? > >=20 > > Actually the license does not allow us to do this, I think. The port > > should be removed if so (the vendor no longer offers the gated code > > free of charge), but I've yet to hear confirmation back from the >=20 > Why, they did offered a version for free The source code was made available under a VERY restrictive license, so it wasn't really free. We need to check carefully whether the terms allow us to continue to distribute it. I think the answer is 'no'. Kris --T4sUOijqQbZv57TR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE85sEvWry0BWjoQKURAgzzAJ4rAhJweLz0SDOX1LfWanKFg9CQzwCeOOI7 kO+CACbp2TxrnCqalmRwj/k= =8eIj -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 14:10:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07DE237B407; Sat, 18 May 2002 14:10:41 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ILAeK41643; Sat, 18 May 2002 14:10:40 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205182110.g4ILAeK41643@freefall.freebsd.org> From: Ian Dowse Date: Sat, 18 May 2002 14:10:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/df df.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/18 14:10:40 PDT Modified files: bin/df df.c Log: Unconditionally update the maximum field width statistics when we refetch the filesystem information in MNT_WAIT mode. This avoids incorrect column alignment that sometimes occurs with NFS filesystems. Submitted by: Ian Revision Changes Path 1.39 +3 -5 src/bin/df/df.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 14:21:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 0ECEF37B40E for ; Sat, 18 May 2002 14:21:34 -0700 (PDT) Received: (qmail 23836 invoked from network); 18 May 2002 21:21:30 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 18 May 2002 21:21:30 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4ILKfF83251; Sat, 18 May 2002 17:20:41 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020518190626.GA6940@cs.rice.edu> Date: Sat, 18 May 2002 17:20:30 -0400 (EDT) From: John Baldwin To: Alan Cox Subject: Re: cvs commit: src/sys/vm vm_mmap.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Alan Cox Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 18-May-2002 Alan Cox wrote: > On Sat, May 18, 2002 at 11:59:01AM -0700, Alan Cox wrote: >> alc 2002/05/18 11:59:01 PDT >> >> Modified files: >> sys/vm vm_mmap.c >> Log: >> o Eliminate the acquisition and release of Giant from minherit(2). >> (vm_map_inherit() no longer requires Giant to be held.) >> >> Revision Changes Path >> 1.140 +2 -7 src/sys/vm/vm_mmap.c > > As of now, madvise(2), minherit(2), and mprotect(2) are running > largely outside of Giant. We don't acquire Giant unless or until > we find ourselves in the vm object or MD pmap layers. Very cool! Thanks. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 14:29:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9417837B403; Sat, 18 May 2002 14:29:51 -0700 (PDT) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ILTph43216; Sat, 18 May 2002 14:29:51 -0700 (PDT) (envelope-from anders) Message-Id: <200205182129.g4ILTph43216@freefall.freebsd.org> From: Anders Nordby Date: Sat, 18 May 2002 14:29:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/dbdesigner Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/dbdesigner/files patch-dbdesign-Makefile.in patch-dbdesign-dbdesign.cpp patch-dbdesign-dbdesign.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/05/18 14:29:51 PDT Modified files: databases Makefile Added files: databases/dbdesigner Makefile distinfo pkg-comment pkg-descr pkg-plist databases/dbdesigner/files patch-dbdesign-Makefile.in patch-dbdesign-dbdesign.cpp patch-dbdesign-dbdesign.h Log: Add dbdesigner preview 2, a visual database design tool. Usable already it seems. Revision Changes Path 1.178 +1 -0 ports/databases/Makefile 1.1 +37 -0 ports/databases/dbdesigner/Makefile (new) 1.1 +1 -0 ports/databases/dbdesigner/distinfo (new) 1.1 +14 -0 ports/databases/dbdesigner/files/patch-dbdesign-Makefile.in (new) 1.1 +12 -0 ports/databases/dbdesigner/files/patch-dbdesign-dbdesign.cpp (new) 1.1 +11 -0 ports/databases/dbdesigner/files/patch-dbdesign-dbdesign.h (new) 1.1 +1 -0 ports/databases/dbdesigner/pkg-comment (new) 1.1 +18 -0 ports/databases/dbdesigner/pkg-descr (new) 1.1 +20 -0 ports/databases/dbdesigner/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 14:29:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 056E737B409; Sat, 18 May 2002 14:29:54 -0700 (PDT) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ILTrR43247; Sat, 18 May 2002 14:29:53 -0700 (PDT) (envelope-from anders) Message-Id: <200205182129.g4ILTrR43247@freefall.freebsd.org> From: Anders Nordby Date: Sat, 18 May 2002 14:29:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/05/18 14:29:53 PDT Modified files: . modules Log: dbdesigner --> ports/databases/dbdesigner Revision Changes Path 1.5131 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 14:33:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD28E37B400; Sat, 18 May 2002 14:33:07 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ILX7H43749; Sat, 18 May 2002 14:33:07 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205182133.g4ILX7H43749@freefall.freebsd.org> From: Ian Dowse Date: Sat, 18 May 2002 14:33:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_alloc.c ext2_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/18 14:33:07 PDT Modified files: sys/gnu/ext2fs ext2_alloc.c ext2_vfsops.c Log: Fix two off-by-one errors when sanity-checking inode numbers. In ext2fs, inode numbers start at 1, so the maximum valid inode number is (s_inodes_per_group * s_groups_count), not one less. This is just a minimal change to avoid unnecessary panics and errors; some other related bugs that Bruce Evans mentioned to me are not addressed. Reviewed by: bde (ages ago) Revision Changes Path 1.37 +1 -1 src/sys/gnu/ext2fs/ext2_alloc.c 1.95 +1 -1 src/sys/gnu/ext2fs/ext2_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 14:39:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E03A37B404; Sat, 18 May 2002 14:39:09 -0700 (PDT) Received: (from reg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ILd9P44237; Sat, 18 May 2002 14:39:09 -0700 (PDT) (envelope-from reg) Message-Id: <200205182139.g4ILd9P44237@freefall.freebsd.org> From: Jeremy Lea Date: Sat, 18 May 2002 14:39:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/grass Makefile distinfo pkg-plist ports/databases/grass/files patch-Makefile.in patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG reg 2002/05/18 14:39:08 PDT Modified files: databases/grass Makefile distinfo pkg-plist databases/grass/files patch-Makefile.in patch-configure.in Log: Unbreak and upgrade to 5.0.0.pre4. Prodded by: kris, Jason Morgan Revision Changes Path 1.14 +4 -5 ports/databases/grass/Makefile 1.4 +1 -1 ports/databases/grass/distinfo 1.2 +5 -5 ports/databases/grass/files/patch-Makefile.in 1.2 +0 -13 ports/databases/grass/files/patch-configure.in 1.4 +685 -18 ports/databases/grass/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 14:53: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7331E37B406; Sat, 18 May 2002 14:52:55 -0700 (PDT) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ILqth46108; Sat, 18 May 2002 14:52:55 -0700 (PDT) (envelope-from anders) Message-Id: <200205182152.g4ILqth46108@freefall.freebsd.org> From: Anders Nordby Date: Sat, 18 May 2002 14:52:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/fileroller Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/05/18 14:52:55 PDT Modified files: archivers Makefile Added files: archivers/fileroller Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add fileroller, a GNOME archive manager for zip files, tar, etc. (Something for those that miss WinZip.) Revision Changes Path 1.66 +1 -0 ports/archivers/Makefile 1.1 +35 -0 ports/archivers/fileroller/Makefile (new) 1.1 +1 -0 ports/archivers/fileroller/distinfo (new) 1.1 +1 -0 ports/archivers/fileroller/pkg-comment (new) 1.1 +24 -0 ports/archivers/fileroller/pkg-descr (new) 1.1 +47 -0 ports/archivers/fileroller/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 14:53: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB17237B410; Sat, 18 May 2002 14:52:57 -0700 (PDT) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ILqvP46144; Sat, 18 May 2002 14:52:57 -0700 (PDT) (envelope-from anders) Message-Id: <200205182152.g4ILqvP46144@freefall.freebsd.org> From: Anders Nordby Date: Sat, 18 May 2002 14:52:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/05/18 14:52:57 PDT Modified files: . modules Log: fileroller --> ports/archivers/fileroller Revision Changes Path 1.5132 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 15: 9:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1EB137B401; Sat, 18 May 2002 15:09:26 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IM9Qn56837; Sat, 18 May 2002 15:09:26 -0700 (PDT) (envelope-from marcus) Message-Id: <200205182209.g4IM9Qn56837@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 May 2002 15:09:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/18 15:09:26 PDT Modified files: www/mozilla Makefile pkg-plist Log: Conditionalize mail, news, and LDAP support. All three are still enabled by default. Revision Changes Path 1.104 +20 -3 ports/www/mozilla/Makefile 1.57 +48 -48 ports/www/mozilla/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 15:10:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C905E37B400; Sat, 18 May 2002 15:10:32 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IMAWQ56967; Sat, 18 May 2002 15:10:32 -0700 (PDT) (envelope-from marcus) Message-Id: <200205182210.g4IMAWQ56967@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 May 2002 15:10:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/18 15:10:32 PDT Modified files: www/mozilla Makefile Log: Forced commit. Previous commit was: Submitted by: David Magda Revision Changes Path 1.105 +0 -0 ports/www/mozilla/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 15:18:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF9BC37B40B; Sat, 18 May 2002 15:18:17 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IMIHW57750; Sat, 18 May 2002 15:18:17 -0700 (PDT) (envelope-from iedowse) Message-Id: <200205182218.g4IMIHW57750@freefall.freebsd.org> From: Ian Dowse Date: Sat, 18 May 2002 15:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_extern.h ext2_ihash.c ext2_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/05/18 15:18:17 PDT Modified files: sys/gnu/ext2fs ext2_extern.h ext2_ihash.c ext2_vfsops.c Log: Add an ext2_uninit() routine that undoes the actions performed by ext2_init(). This permits the ext2fs module to be unloaded without causing panics and leaking memory. Revision Changes Path 1.29 +1 -0 src/sys/gnu/ext2fs/ext2_extern.h 1.34 +17 -0 src/sys/gnu/ext2fs/ext2_ihash.c 1.96 +9 -5 src/sys/gnu/ext2fs/ext2_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 15:36:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE88737B403; Sat, 18 May 2002 15:36:14 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IMaEl69410; Sat, 18 May 2002 15:36:14 -0700 (PDT) (envelope-from lioux) Message-Id: <200205182236.g4IMaEl69410@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 18 May 2002 15:36:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogle Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/05/18 15:36:14 PDT Modified files: graphics/ogle Makefile Log: Get rid of grep errors when liba52 hasn't been installed yet Submitted by: fenner Requested by: kris Revision Changes Path 1.12 +4 -0 ports/graphics/ogle/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 15:46:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 976A037B406; Sat, 18 May 2002 15:46:13 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4IMkDH70314; Sat, 18 May 2002 15:46:13 -0700 (PDT) (envelope-from marcus) Message-Id: <200205182246.g4IMkDH70314@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 May 2002 15:46:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gnome-- Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/18 15:46:13 PDT Modified files: x11-toolkits/gnome-- Makefile Log: GNU m4 is gm4 not just m4. This fixes a hang when building gnome-- on a system without GNU m4. PR: 37307 Revision Changes Path 1.14 +1 -1 ports/x11-toolkits/gnome--/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 15:52: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.6]) by hub.freebsd.org (Postfix) with ESMTP id 54C3F37B403; Sat, 18 May 2002 15:51:59 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.6/8.11.6) with ESMTP id g4IMpve14650; Sat, 18 May 2002 18:51:57 -0400 (EDT) Date: Sat, 18 May 2002 18:51:57 -0400 (EDT) From: Trevor Johnson To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/Mk bsd.sites.mk In-Reply-To: <200205181847.g4IIld917658@freefall.freebsd.org> Message-ID: <20020518182425.V12479-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > obrien 2002/05/18 11:47:39 PDT > > Modified files: > Mk bsd.sites.mk > Log: > Reduce the MASTER_SITE_PERL_CPAN list by 1/2. There were _22_! sites. > The net has to be in *VERY* bad shape for you to fail on 21 sites and > finally get the needed file from the 22nd site. By listing sites in Brazil, Costa Rica, Israel, New Zealand, Russia, and South Africa, we made it possible for users there to fetch from within their own country rather than from North America, Japan, or Europe. By setting MASTER_SORT or MASTER_SORT_REGEX in /etc/make.conf, users can cause a particular site to be checked first. Pretend for a moment that you are Russian (break out the earmuffs if you have 'em), check out the old bsd.sites.mk, go into /usr/ports/whatever/p5-Module/ and do: DISTDIR=`pwd` MASTER_SORT=".chg.ru .ru .su .ua" make fetch-list or setenv DISTDIR `pwd` setenv MASTER_SORT ".chg.ru .ru .su .ua" make fetch-list Notice how ftp.chg.ru floated to the top? > If the list was meant more do document possible sites for to list in > /etc/make.conf, they could be re-added as comments. > > Revision Changes Path > 1.85 +5 -16 ports/Mk/bsd.sites.mk > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.sites.mk.diff?&r1=1.84&r2=1.85&f=u MASTER_SORT_REGEX is documented in the make.conf(5) man page. MASTER_SORT may be documented somewhere too. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 15:59:15 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id A967137B407; Sat, 18 May 2002 15:58:57 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4IMwsJn093083; Sat, 18 May 2002 15:58:54 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4IMwsUx093082; Sat, 18 May 2002 15:58:54 -0700 (PDT) Date: Sat, 18 May 2002 15:58:53 -0700 From: "David O'Brien" To: Trevor Johnson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.sites.mk Message-ID: <20020518155853.A93064@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Trevor Johnson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205181847.g4IIld917658@freefall.freebsd.org> <20020518182425.V12479-100000@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020518182425.V12479-100000@blues.jpj.net>; from trevor@jpj.net on Sat, May 18, 2002 at 06:51:57PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 18, 2002 at 06:51:57PM -0400, Trevor Johnson wrote: > By listing sites in Brazil, Costa Rica, Israel, New Zealand, Russia, and > South Africa, we made it possible for users there to fetch from within > their own country rather than from North America, Japan, or Europe. By > setting MASTER_SORT or MASTER_SORT_REGEX in /etc/make.conf, users can > cause a particular site to be checked first. Pretend for a moment that > you are Russian (break out the earmuffs if you have 'em), check out the > old bsd.sites.mk, go into /usr/ports/whatever/p5-Module/ and do: > > DISTDIR=`pwd` MASTER_SORT=".chg.ru .ru .su .ua" make fetch-list > or > setenv DISTDIR `pwd` > setenv MASTER_SORT ".chg.ru .ru .su .ua" > make fetch-list Then work on a way that `make fetch' does not take 25 minutes on a 1.5Mbit link. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 16: 4:39 2002 Delivered-To: cvs-all@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.6]) by hub.freebsd.org (Postfix) with ESMTP id 1054A37B406; Sat, 18 May 2002 16:04:35 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.6/8.11.6) with ESMTP id g4IN4X415340; Sat, 18 May 2002 19:04:33 -0400 (EDT) Date: Sat, 18 May 2002 19:04:33 -0400 (EDT) From: Trevor Johnson To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/Mk bsd.sites.mk In-Reply-To: <20020518155853.A93064@dragon.nuxi.com> Message-ID: <20020518190246.W12479-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David O'Brien wrote: > Then work on a way that `make fetch' does not take 25 minutes on a > 1.5Mbit link. Please show me the output of the particular "make fetch" you are talking about. You can capture it with the "script" command. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 16:16:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FD5737B40E; Sat, 18 May 2002 16:16:07 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ING7R76481; Sat, 18 May 2002 16:16:07 -0700 (PDT) (envelope-from marcus) Message-Id: <200205182316.g4ING7R76481@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 May 2002 16:16:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/18 16:16:07 PDT Modified files: mail/balsa Makefile distinfo Log: Update to 1.3.6. Revision Changes Path 1.57 +1 -1 ports/mail/balsa/Makefile 1.30 +1 -1 ports/mail/balsa/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 16:29:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 084E137B405; Sat, 18 May 2002 16:29:52 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4INTpN77580; Sat, 18 May 2002 16:29:52 -0700 (PDT) (envelope-from trevor) Message-Id: <200205182329.g4INTpN77580@freefall.freebsd.org> From: Trevor Johnson Date: Sat, 18 May 2002 16:29:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/aewm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trevor 2002/05/18 16:29:51 PDT Modified files: x11-wm/aewm Makefile Log: Fix non-GTK installation. PR: 36897 Submitted by: KATO Tsuguru Revision Changes Path 1.7 +10 -8 ports/x11-wm/aewm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 16:42: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id D1D0B37B401; Sat, 18 May 2002 16:41:51 -0700 (PDT) Received: from sdn-ar-007dcwashp242.dialsprint.net ([63.178.90.132] helo=moo.holy.cow) by scaup.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 179DpZ-0003cU-00; Sat, 18 May 2002 16:41:45 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id B42D950BA8; Sat, 18 May 2002 19:44:18 -0400 (EDT) Date: Sat, 18 May 2002 19:44:18 -0400 From: parv To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/mozilla Makefile pkg-plist Message-ID: <20020518234418.GA71489@moo.holy.cow> Mail-Followup-To: Joe Marcus Clarke , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205182209.g4IM9Qn56837@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205182209.g4IM9Qn56837@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <200205182209.g4IM9Qn56837@freefall.freebsd.org>, wrote Joe Marcus Clarke thusly... > > marcus 2002/05/18 15:09:26 PDT > > Modified files: > www/mozilla Makefile pkg-plist > Log: > Conditionalize mail, news, and LDAP support. All three are > still enabled by default. woohoo, no more local makefile hacks ... thanks very much joe ... -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 16:46: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 611DA37B404; Sat, 18 May 2002 16:46:04 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4INk4J78970; Sat, 18 May 2002 16:46:04 -0700 (PDT) (envelope-from jhb) Message-Id: <200205182346.g4INk4J78970@freefall.freebsd.org> From: John Baldwin Date: Sat, 18 May 2002 16:46:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_blist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/05/18 16:46:04 PDT Modified files: sys/kern subr_blist.c Log: Now that daddr_t has grown up, use %lld to printf it and cast it to long long. Revision Changes Path 1.10 +4 -2 src/sys/kern/subr_blist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 16:58:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F52637B413; Sat, 18 May 2002 16:58:16 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4INwGm79803; Sat, 18 May 2002 16:58:16 -0700 (PDT) (envelope-from brian) Message-Id: <200205182358.g4INwGm79803@freefall.freebsd.org> From: Brian Somers Date: Sat, 18 May 2002 16:58:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8.m4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/18 16:58:16 PDT Modified files: usr.sbin/ppp ppp.8.m4 Log: Document RAD_MICROSOFT_MS_CHAP2_SUCCESS. Revision Changes Path 1.293 +5 -0 src/usr.sbin/ppp/ppp.8.m4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 17: 9:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2480037B403; Sat, 18 May 2002 17:09:31 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J09Vs84821; Sat, 18 May 2002 17:09:31 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205190009.g4J09Vs84821@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 17:09:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile src/sbin/fsck_ifs Makefile dir.c fsck.h fsck_ifs.8 fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c src/sbin/mount_ifs Makefile extern.h mount.c mount_ufs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 17:09:30 PDT Modified files: sbin Makefile Removed files: sbin/fsck_ifs Makefile dir.c fsck.h fsck_ifs.8 fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c sbin/mount_ifs Makefile extern.h mount.c mount_ufs.c Log: Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 as IFS had its fingers deep in the belly of the UFS/FFS split. IFS will be reimplemented by the maintainer at a later date once the UFS implementation is in place. Requested by: adrian (maintainer) Revision Changes Path 1.104 +0 -2 src/sbin/Makefile 1.10 +0 -12 src/sbin/fsck_ifs/Makefile (dead) 1.20 +0 -750 src/sbin/fsck_ifs/dir.c (dead) 1.18 +0 -304 src/sbin/fsck_ifs/fsck.h (dead) 1.20 +0 -322 src/sbin/fsck_ifs/fsck_ifs.8 (dead) 1.8 +0 -627 src/sbin/fsck_ifs/fsutil.c (dead) 1.25 +0 -646 src/sbin/fsck_ifs/inode.c (dead) 1.29 +0 -405 src/sbin/fsck_ifs/main.c (dead) 1.22 +0 -428 src/sbin/fsck_ifs/pass1.c (dead) 1.10 +0 -106 src/sbin/fsck_ifs/pass1b.c (dead) 1.13 +0 -484 src/sbin/fsck_ifs/pass2.c (dead) 1.9 +0 -118 src/sbin/fsck_ifs/pass3.c (dead) 1.11 +0 -147 src/sbin/fsck_ifs/pass4.c (dead) 1.22 +0 -431 src/sbin/fsck_ifs/pass5.c (dead) 1.21 +0 -281 src/sbin/fsck_ifs/preen.c (dead) 1.24 +0 -511 src/sbin/fsck_ifs/setup.c (dead) 1.16 +0 -102 src/sbin/fsck_ifs/utilities.c (dead) 1.13 +0 -14 src/sbin/mount_ifs/Makefile (dead) 1.6 +0 -30 src/sbin/mount_ifs/extern.h (dead) 1.45 +0 -567 src/sbin/mount_ifs/mount.c (dead) 1.22 +0 -155 src/sbin/mount_ifs/mount_ufs.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 17:11:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AE6437B401; Sat, 18 May 2002 17:11:08 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J0B8w85306; Sat, 18 May 2002 17:11:08 -0700 (PDT) (envelope-from rwatson) Message-Id: <200205190011.g4J0B8w85306@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 May 2002 17:11:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files options src/sys/ufs/ifs README ifs_extern.h ifs_lookup.c ifs_subr.c ifs_vfsops.c ifs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/05/18 17:11:08 PDT Modified files: sys/conf NOTES files options Removed files: sys/ufs/ifs README ifs_extern.h ifs_lookup.c ifs_subr.c ifs_vfsops.c ifs_vnops.c Log: Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 as IFS had its fingers deep in the belly of the UFS/FFS split. IFS will be reimplemented by the maintainer at a later date. Requested by: adrian (maintainer) Revision Changes Path 1.1032 +0 -3 src/sys/conf/NOTES 1.635 +0 -24 src/sys/conf/files 1.317 +0 -1 src/sys/conf/options 1.2 +0 -109 src/sys/ufs/ifs/README (dead) 1.4 +0 -82 src/sys/ufs/ifs/ifs_extern.h (dead) 1.5 +0 -253 src/sys/ufs/ifs/ifs_lookup.c (dead) 1.4 +0 -118 src/sys/ufs/ifs/ifs_subr.c (dead) 1.11 +0 -316 src/sys/ufs/ifs/ifs_vfsops.c (dead) 1.9 +0 -469 src/sys/ufs/ifs/ifs_vnops.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 17:14:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9FDB37B409; Sat, 18 May 2002 17:14:50 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J0EoX85639; Sat, 18 May 2002 17:14:50 -0700 (PDT) (envelope-from jhb) Message-Id: <200205190014.g4J0EoX85639@freefall.freebsd.org> From: John Baldwin Date: Sat, 18 May 2002 17:14:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs.c procfs_ctl.c procfs_dbregs.c procfs_fpregs.c procfs_mem.c procfs_regs.c procfs_status.c src/sys/fs/pseudofs pseudofs_vnops.c src/sys/kern kern_event.c kern_ktrace.c kern_proc.c kern_prot.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/05/18 17:14:50 PDT Modified files: sys/compat/linprocfs linprocfs.c sys/fs/procfs procfs.c procfs_ctl.c procfs_dbregs.c procfs_fpregs.c procfs_mem.c procfs_regs.c procfs_status.c sys/fs/pseudofs pseudofs_vnops.c sys/kern kern_event.c kern_ktrace.c kern_proc.c kern_prot.c kern_resource.c kern_sig.c sys_process.c sys/posix4 p1003_1b.c sys/security/lomac kernel_lkm.c sys/sys proc.h Log: Change p_can{debug,see,sched,signal}()'s first argument to be a thread pointer instead of a proc pointer and require the process pointed to by the second argument to be locked. We now use the thread ucred reference for the credential checks in p_can*() as a result. p_canfoo() should now no longer need Giant. Revision Changes Path 1.52 +1 -1 src/sys/compat/linprocfs/linprocfs.c 1.5 +3 -1 src/sys/fs/procfs/procfs.c 1.40 +2 -2 src/sys/fs/procfs/procfs_ctl.c 1.20 +1 -1 src/sys/fs/procfs/procfs_dbregs.c 1.26 +1 -1 src/sys/fs/procfs/procfs_fpregs.c 1.58 +1 -1 src/sys/fs/procfs/procfs_mem.c 1.25 +1 -1 src/sys/fs/procfs/procfs_regs.c 1.44 +1 -1 src/sys/fs/procfs/procfs_status.c 1.27 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c 1.39 +1 -1 src/sys/kern/kern_event.c 1.66 +1 -1 src/sys/kern/kern_ktrace.c 1.135 +3 -3 src/sys/kern/kern_proc.c 1.156 +69 -60 src/sys/kern/kern_prot.c 1.105 +9 -9 src/sys/kern/kern_resource.c 1.165 +3 -4 src/sys/kern/kern_sig.c 1.93 +2 -2 src/sys/kern/sys_process.c 1.19 +5 -5 src/sys/posix4/p1003_1b.c 1.3 +2 -4 src/sys/security/lomac/kernel_lkm.c 1.221 +4 -4 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 17:20:53 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 8C0A437B40A; Sat, 18 May 2002 17:20:46 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.3/8.12.3) with SMTP id g4J0KSb5084688; Sat, 18 May 2002 20:20:28 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sat, 18 May 2002 20:20:28 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs.c procfs_ctl.c procfs_dbregs.c procfs_fpregs.c procfs_mem.c procfs_regs.c procfs_status.c src/sys/fs/pseudofs pseudofs_vnops.c src/sys/kern kern_event.c kern_ktrace.c kern_proc.c kern_prot.c ... In-Reply-To: <200205190014.g4J0EoX85639@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Great! Now I get to suffer as I propagate the locking changes into the MAC framework :-). BTW, what was the rationale for not renaming the functions? Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Sat, 18 May 2002, John Baldwin wrote: > jhb 2002/05/18 17:14:50 PDT > > Modified files: > sys/compat/linprocfs linprocfs.c > sys/fs/procfs procfs.c procfs_ctl.c procfs_dbregs.c > procfs_fpregs.c procfs_mem.c > procfs_regs.c procfs_status.c > sys/fs/pseudofs pseudofs_vnops.c > sys/kern kern_event.c kern_ktrace.c kern_proc.c > kern_prot.c kern_resource.c kern_sig.c > sys_process.c > sys/posix4 p1003_1b.c > sys/security/lomac kernel_lkm.c > sys/sys proc.h > Log: > Change p_can{debug,see,sched,signal}()'s first argument to be a thread > pointer instead of a proc pointer and require the process pointed to > by the second argument to be locked. We now use the thread ucred reference > for the credential checks in p_can*() as a result. p_canfoo() should now > no longer need Giant. > > Revision Changes Path > 1.52 +1 -1 src/sys/compat/linprocfs/linprocfs.c > 1.5 +3 -1 src/sys/fs/procfs/procfs.c > 1.40 +2 -2 src/sys/fs/procfs/procfs_ctl.c > 1.20 +1 -1 src/sys/fs/procfs/procfs_dbregs.c > 1.26 +1 -1 src/sys/fs/procfs/procfs_fpregs.c > 1.58 +1 -1 src/sys/fs/procfs/procfs_mem.c > 1.25 +1 -1 src/sys/fs/procfs/procfs_regs.c > 1.44 +1 -1 src/sys/fs/procfs/procfs_status.c > 1.27 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c > 1.39 +1 -1 src/sys/kern/kern_event.c > 1.66 +1 -1 src/sys/kern/kern_ktrace.c > 1.135 +3 -3 src/sys/kern/kern_proc.c > 1.156 +69 -60 src/sys/kern/kern_prot.c > 1.105 +9 -9 src/sys/kern/kern_resource.c > 1.165 +3 -4 src/sys/kern/kern_sig.c > 1.93 +2 -2 src/sys/kern/sys_process.c > 1.19 +5 -5 src/sys/posix4/p1003_1b.c > 1.3 +2 -4 src/sys/security/lomac/kernel_lkm.c > 1.221 +4 -4 src/sys/sys/proc.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 17:24: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id ADA0237B40E for ; Sat, 18 May 2002 17:23:50 -0700 (PDT) Received: (qmail 2148 invoked from network); 19 May 2002 00:23:46 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 May 2002 00:23:46 -0000 Received: from laptop.baldwin.cx (laptop.baldwin.cx [192.168.0.4]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g4J0NAF83909; Sat, 18 May 2002 20:23:10 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sat, 18 May 2002 20:23:00 -0400 (EDT) From: John Baldwin To: Robert Watson Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/ Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 19-May-2002 Robert Watson wrote: > Great! Now I get to suffer as I propagate the locking changes into the > MAC framework :-). BTW, what was the rationale for not renaming the > functions? 1) It was more work. 2) They are still process-related functions as we are checking to see if we can do certain things to target processes, so being in a process namespace still makes sense. > On Sat, 18 May 2002, John Baldwin wrote: > >> jhb 2002/05/18 17:14:50 PDT >> >> Modified files: >> sys/compat/linprocfs linprocfs.c >> sys/fs/procfs procfs.c procfs_ctl.c procfs_dbregs.c >> procfs_fpregs.c procfs_mem.c >> procfs_regs.c procfs_status.c >> sys/fs/pseudofs pseudofs_vnops.c >> sys/kern kern_event.c kern_ktrace.c kern_proc.c >> kern_prot.c kern_resource.c kern_sig.c >> sys_process.c >> sys/posix4 p1003_1b.c >> sys/security/lomac kernel_lkm.c >> sys/sys proc.h >> Log: >> Change p_can{debug,see,sched,signal}()'s first argument to be a thread >> pointer instead of a proc pointer and require the process pointed to >> by the second argument to be locked. We now use the thread ucred >> reference >> for the credential checks in p_can*() as a result. p_canfoo() should now >> no longer need Giant. >> >> Revision Changes Path >> 1.52 +1 -1 src/sys/compat/linprocfs/linprocfs.c >> 1.5 +3 -1 src/sys/fs/procfs/procfs.c >> 1.40 +2 -2 src/sys/fs/procfs/procfs_ctl.c >> 1.20 +1 -1 src/sys/fs/procfs/procfs_dbregs.c >> 1.26 +1 -1 src/sys/fs/procfs/procfs_fpregs.c >> 1.58 +1 -1 src/sys/fs/procfs/procfs_mem.c >> 1.25 +1 -1 src/sys/fs/procfs/procfs_regs.c >> 1.44 +1 -1 src/sys/fs/procfs/procfs_status.c >> 1.27 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c >> 1.39 +1 -1 src/sys/kern/kern_event.c >> 1.66 +1 -1 src/sys/kern/kern_ktrace.c >> 1.135 +3 -3 src/sys/kern/kern_proc.c >> 1.156 +69 -60 src/sys/kern/kern_prot.c >> 1.105 +9 -9 src/sys/kern/kern_resource.c >> 1.165 +3 -4 src/sys/kern/kern_sig.c >> 1.93 +2 -2 src/sys/kern/sys_process.c >> 1.19 +5 -5 src/sys/posix4/p1003_1b.c >> 1.3 +2 -4 src/sys/security/lomac/kernel_lkm.c >> 1.221 +4 -4 src/sys/sys/proc.h >> > -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 17:25: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DEFE37B406; Sat, 18 May 2002 17:24:58 -0700 (PDT) Received: (from fanf@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J0OwA86535; Sat, 18 May 2002 17:24:58 -0700 (PDT) (envelope-from fanf) Message-Id: <200205190024.g4J0OwA86535@freefall.freebsd.org> From: Tony Finch Date: Sat, 18 May 2002 17:24:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio getc.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/05/18 17:24:57 PDT Modified files: (Branch: RELENG_4) lib/libc/stdio getc.3 Log: MFC rev 1.12: Clarify that the value of getc() etc. is an unsigned char converted to an int (as per the C standard) i.e. it can be passed straight to isalpha() etc. Approved by: re (brian, bmah) Revision Changes Path 1.5.2.6 +4 -0 src/lib/libc/stdio/getc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 18:10: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 465DC37B40C; Sat, 18 May 2002 18:09:55 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id A5B029B13; Sat, 18 May 2002 20:09:44 -0500 (EST) Date: Sat, 18 May 2002 20:09:44 -0500 From: Will Andrews To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.sites.mk Message-ID: <20020519010944.GR53809@squall.waterspout.com> Mail-Followup-To: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205181847.g4IIld917658@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205181847.g4IIld917658@freefall.freebsd.org> User-Agent: Mutt/1.3.26i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 18, 2002 at 11:47:39AM -0700, David E. O'Brien wrote: > Modified files: > Mk bsd.sites.mk > Log: > Reduce the MASTER_SITE_PERL_CPAN list by 1/2. There were _22_! sites. > The net has to be in *VERY* bad shape for you to fail on 21 sites and > finally get the needed file from the 22nd site. > If the list was meant more do document possible sites for to list in > /etc/make.conf, they could be re-added as comments. Please back this out. Those sites were added to provide the flexibility that someone in a less fortunate position like yourself might be able to utilize using MASTER_SITE_REGEX. If there is a port that goes through 21 of them then that port needs to be fixed; this list doesn't need pruning. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 18:17:26 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id C26C037B40D; Sat, 18 May 2002 18:17:22 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4J1HIJn009794; Sat, 18 May 2002 18:17:18 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4J1HIxb009793; Sat, 18 May 2002 18:17:18 -0700 (PDT) Date: Sat, 18 May 2002 18:17:18 -0700 From: "David O'Brien" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.sites.mk Message-ID: <20020518181718.A9763@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205181847.g4IIld917658@freefall.freebsd.org> <20020519010944.GR53809@squall.waterspout.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020519010944.GR53809@squall.waterspout.com>; from will@csociety.org on Sat, May 18, 2002 at 08:09:44PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 18, 2002 at 08:09:44PM -0500, Will Andrews wrote: > > Mk bsd.sites.mk > > Log: > > Reduce the MASTER_SITE_PERL_CPAN list by 1/2. There were _22_! sites. > > The net has to be in *VERY* bad shape for you to fail on 21 sites and > > finally get the needed file from the 22nd site. > > If the list was meant more do document possible sites for to list in > > /etc/make.conf, they could be re-added as comments. > > Please back this out. Those sites were added to provide the > flexibility that someone in a less fortunate position like > yourself might be able to utilize using MASTER_SITE_REGEX. If > there is a port that goes through 21 of them then that port needs > to be fixed; this list doesn't need pruning. When there are sources at two different sites, and one of the sites is a meta-site (ie, MASTER_SITE_FOO), one will have to go thru all 22 of the MASTER_SITE_FOO if it is listed first. Please optimize the perl5 port. It is in a ridiculous shape fetch-wise right now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 18:21:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CD3837B401; Sat, 18 May 2002 18:21:56 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J1LuT99516; Sat, 18 May 2002 18:21:56 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190121.g4J1LuT99516@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 18:21:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_ptrace.c syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 18:21:56 PDT Modified files: sys/i386/linux syscalls.master Added files: sys/i386/linux linux_ptrace.c Log: Sparkling new implementation of linux_ptrace. Slight tweaking by yours truly. PR: 33299 Submitted by: Alexander N. Kabaev Revision Changes Path 1.1 +507 -0 src/sys/i386/linux/linux_ptrace.c (new) 1.46 +2 -1 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 18:23:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E822037B408; Sat, 18 May 2002 18:23:33 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J1NXZ99602; Sat, 18 May 2002 18:23:33 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190123.g4J1NXZ99602@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 18:23:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 18:23:33 PDT Modified files: sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Regen (linux_ptrace) PR: 33299 Revision Changes Path 1.49 +5 -2 src/sys/i386/linux/linux_proto.h 1.43 +1 -1 src/sys/i386/linux/linux_syscall.h 1.49 +2 -2 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 18:27:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14A3337B40D; Sat, 18 May 2002 18:27:15 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J1RFw00181; Sat, 18 May 2002 18:27:15 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190127.g4J1RFw00181@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 18:27:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile src/sys/conf files.i386 src/sys/i386/linux linux_dummy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 18:27:15 PDT Modified files: sys/modules/linux Makefile sys/conf files.i386 sys/i386/linux linux_dummy.c Log: Hook up the new linux_ptrace implementation. PR: 33299 Submitted by: Alexander N. Kabaev Revision Changes Path 1.400 +1 -0 src/sys/conf/files.i386 1.33 +0 -1 src/sys/i386/linux/linux_dummy.c 1.57 +1 -1 src/sys/modules/linux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 18:37:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9766237B40B; Sat, 18 May 2002 18:37:43 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J1bh701059; Sat, 18 May 2002 18:37:43 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190137.g4J1bh701059@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 18:37:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_process.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 18:37:43 PDT Modified files: sys/kern sys_process.c Log: All signals can be sent to the inferior process when it's restarted, not just the legacy ones. PR: 33299 Submitted by: Alexander N. Kabaev Revision Changes Path 1.94 +1 -1 src/sys/kern/sys_process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 18:53:17 2002 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 5B44A37B400; Sat, 18 May 2002 18:53:13 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 0AD3B9B73; Sat, 18 May 2002 20:53:13 -0500 (EST) Date: Sat, 18 May 2002 20:53:12 -0500 From: Will Andrews To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.sites.mk Message-ID: <20020519015312.GS53809@squall.waterspout.com> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205181847.g4IIld917658@freefall.freebsd.org> <20020519010944.GR53809@squall.waterspout.com> <20020518181718.A9763@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020518181718.A9763@dragon.nuxi.com> User-Agent: Mutt/1.3.26i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 18, 2002 at 06:17:18PM -0700, David O'Brien wrote: > When there are sources at two different sites, and one of the sites is a > meta-site (ie, MASTER_SITE_FOO), one will have to go thru all 22 of the > MASTER_SITE_FOO if it is listed first. > > Please optimize the perl5 port. It is in a ridiculous shape fetch-wise > right now. Surely you can do it -- there are plenty of examples on how to localize a set of MASTER_SITES to specific distfiles, and you've been a ports developer for what, 5 or 6 years, right? I didn't write it or put it in its current state, and you have no right to "fix" the problem this way. This has no bearing on my request for you to back out the commit you made which is still the wrong way to fix your problem. So please just back out your commit and fix the perl5 port. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 18:55:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F004437B40B; Sat, 18 May 2002 18:55:14 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J1tEb02938; Sat, 18 May 2002 18:55:14 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190155.g4J1tEb02938@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 18:55:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 18:55:14 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Alexander N. Kabaev for his linux_ptrace() implementation. Revision Changes Path 1.183 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 19:13:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [218.44.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 2D94D37B408; Sat, 18 May 2002 19:13:37 -0700 (PDT) Received: from daemon.musha.org (daemon.local.idaemons.org [192.168.1.1]) by mail.musha.org (Postfix) with ESMTP id 12FA34D853; Sun, 19 May 2002 11:13:35 +0900 (JST) Date: Sun, 19 May 2002 11:13:34 +0900 Message-ID: <86vg9kanqp.wl@daemon.musha.org> From: "Akinori MUSHA" To: tobez@FreeBSD.org Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.sites.mk In-Reply-To: <20020519015312.GS53809@squall.waterspout.com> References: <200205181847.g4IIld917658@freefall.freebsd.org> <20020519010944.GR53809@squall.waterspout.com> <20020518181718.A9763@dragon.nuxi.com> <20020519015312.GS53809@squall.waterspout.com> User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Sat, 18 May 2002 20:53:12 -0500, will wrote: > On Sat, May 18, 2002 at 06:17:18PM -0700, David O'Brien wrote: > > When there are sources at two different sites, and one of the sites is a > > meta-site (ie, MASTER_SITE_FOO), one will have to go thru all 22 of the > > MASTER_SITE_FOO if it is listed first. > > > > Please optimize the perl5 port. It is in a ridiculous shape fetch-wise > > right now. > > Surely you can do it -- there are plenty of examples on how to > localize a set of MASTER_SITES to specific distfiles, and you've The lang/perl5 port really should use the MASTER_SITES :foo trick. How about the enclosed fix? -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "Somewhere out of a memory.. of lighted streets on quiet nights.." Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/perl5/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile 19 Dec 2001 17:05:04 -0000 1.40 +++ Makefile 19 May 2002 02:08:38 -0000 @@ -11,9 +11,11 @@ CATEGORIES= lang devel perl5 # If you don't use MASTER_SITE_OVERRIDE set to one of the # ftp.FreeBSD.org mirrors, fetching will be *very* slow. -MASTER_SITES= ${MASTER_SITE_LOCAL} ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../src tobez -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} BSDPAN-${PORTVERSION}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= ../../src tobez/:local +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + BSDPAN-${PORTVERSION}${EXTRACT_SUFX}:local MAINTAINER= tobez@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 19:25:59 2002 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 9047A37B40A; Sat, 18 May 2002 19:25:56 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 17F4E9B13; Sat, 18 May 2002 21:25:56 -0500 (EST) Date: Sat, 18 May 2002 21:25:55 -0500 From: Will Andrews To: Akinori MUSHA Cc: tobez@FreeBSD.org, Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.sites.mk Message-ID: <20020519022555.GT53809@squall.waterspout.com> Mail-Followup-To: Akinori MUSHA , tobez@FreeBSD.org, Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200205181847.g4IIld917658@freefall.freebsd.org> <20020519010944.GR53809@squall.waterspout.com> <20020518181718.A9763@dragon.nuxi.com> <20020519015312.GS53809@squall.waterspout.com> <86vg9kanqp.wl@daemon.musha.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86vg9kanqp.wl@daemon.musha.org> User-Agent: Mutt/1.3.26i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 19, 2002 at 11:13:34AM +0900, Akinori MUSHA wrote: > The lang/perl5 port really should use the MASTER_SITES :foo trick. > > How about the enclosed fix? Thank you, knu-san. Please commit this and back out David's commit. The patch appears fine to me (assuming you tested). Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 19:51:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 121F737B40D; Sat, 18 May 2002 19:51:37 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J2pbv11514; Sat, 18 May 2002 19:51:37 -0700 (PDT) (envelope-from tjr) Message-Id: <200205190251.g4J2pbv11514@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 18 May 2002 19:51:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls extern.h ls.1 ls.c ls.h print.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/18 19:51:36 PDT Modified files: bin/ls extern.h ls.1 ls.c ls.h print.c Log: Add missing options required by SUSv3: -m List files across the page, separated by commas. -p Print a slash after directory names -x Same as -C but sort across the columns rather than down Submitted by: Kyle Martin Revision Changes Path 1.19 +1 -0 src/bin/ls/extern.h 1.66 +23 -10 src/bin/ls/ls.1 1.60 +27 -4 src/bin/ls/ls.c 1.18 +2 -0 src/bin/ls/ls.h 1.55 +47 -2 src/bin/ls/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:17:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DED937B401; Sat, 18 May 2002 20:17:23 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J3HMB17145; Sat, 18 May 2002 20:17:22 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190317.g4J3HMB17145@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 20:17:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/include efi.h efi_nii.h efiapi.h eficon.h efidebug.h efidef.h efidevp.h efifpswa.h efifs.h efinet.h efipart.h efiprot.h efipxebc.h efiser.h src/sys/boot/efi/include/i386 efibind.h src/sys/boot/efi/include/ia64 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 20:17:22 PDT Modified files: sys/boot/efi/include efi.h efi_nii.h efiapi.h eficon.h efidebug.h efidef.h efidevp.h efifpswa.h efifs.h efinet.h efipart.h efiprot.h efipxebc.h efiser.h sys/boot/efi/include/i386 efibind.h sys/boot/efi/include/ia64 efibind.h Log: An almost mechanical sweep to replace C++ style comments with C style comments. This is not an attempt to conform to style(9). Such has lower priority. Revision Changes Path 1.3 +6 -7 src/sys/boot/efi/include/efi.h 1.2 +33 -26 src/sys/boot/efi/include/efi_nii.h 1.4 +70 -90 src/sys/boot/efi/include/efiapi.h 1.2 +26 -29 src/sys/boot/efi/include/eficon.h 1.2 +27 -32 src/sys/boot/efi/include/efidebug.h 1.2 +51 -54 src/sys/boot/efi/include/efidef.h 1.2 +10 -13 src/sys/boot/efi/include/efidevp.h 1.2 +3 -3 src/sys/boot/efi/include/efifpswa.h 1.2 +21 -21 src/sys/boot/efi/include/efifs.h 1.2 +25 -105 src/sys/boot/efi/include/efinet.h 1.2 +1 -5 src/sys/boot/efi/include/efipart.h 1.3 +49 -50 src/sys/boot/efi/include/efiprot.h 1.2 +45 -50 src/sys/boot/efi/include/efipxebc.h 1.2 +19 -19 src/sys/boot/efi/include/efiser.h 1.2 +51 -50 src/sys/boot/efi/include/i386/efibind.h 1.3 +48 -60 src/sys/boot/efi/include/ia64/efibind.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:19:42 2002 Delivered-To: cvs-all@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.6]) by hub.freebsd.org (Postfix) with ESMTP id 93A0E37B400; Sat, 18 May 2002 20:19:38 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.6/8.11.6) with ESMTP id g4J3JSC24770; Sat, 18 May 2002 23:19:28 -0400 (EDT) Date: Sat, 18 May 2002 23:19:28 -0400 (EDT) From: Trevor Johnson To: Akinori MUSHA Cc: tobez@FreeBSD.org, Will Andrews , , Subject: Re: cvs commit: ports/Mk bsd.sites.mk In-Reply-To: <86vg9kanqp.wl@daemon.musha.org> Message-ID: <20020518231828.C24647-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Akinori MUSHA wrote: > The lang/perl5 port really should use the MASTER_SITES :foo trick. > > How about the enclosed fix? I had already submitted a very similar patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=38267 . -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:25: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CA9637B40A; Sat, 18 May 2002 20:25:02 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J3P2L17914; Sat, 18 May 2002 20:25:02 -0700 (PDT) (envelope-from grog) Message-Id: <200205190325.g4J3P2L17914@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 20:25:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 20:25:02 PDT Modified files: share/doc/usd Makefile Log: Remove comment about encumbered sources. All these sources have now been released under a BSD-style license by Caldera, the current owner of the UNIX source code. Approved by: David Taylor Revision Changes Path 1.10 +1 -6 src/share/doc/usd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:26: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id A9C9537B400; Sat, 18 May 2002 20:25:43 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 2F9949B13; Sat, 18 May 2002 22:25:43 -0500 (EST) Date: Sat, 18 May 2002 22:25:43 -0500 From: Will Andrews To: Trevor Johnson Cc: Akinori MUSHA , tobez@FreeBSD.org, Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.sites.mk Message-ID: <20020519032543.GU53809@squall.waterspout.com> Mail-Followup-To: Trevor Johnson , Akinori MUSHA , tobez@FreeBSD.org, Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <86vg9kanqp.wl@daemon.musha.org> <20020518231828.C24647-100000@blues.jpj.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020518231828.C24647-100000@blues.jpj.net> User-Agent: Mutt/1.3.26i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 18, 2002 at 11:19:28PM -0400, Trevor Johnson wrote: > I had already submitted a very similar patch: > http://www.freebsd.org/cgi/query-pr.cgi?pr=38267 . You can commit any fix that is appropriate; maintainer approval is not be required to fix this kind of bug. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:30: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2771637B409; Sat, 18 May 2002 20:30:03 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J3U3S18283; Sat, 18 May 2002 20:30:03 -0700 (PDT) (envelope-from grog) Message-Id: <200205190330.g4J3U3S18283@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 20:30:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/21.troff Makefile m.mac m0 m0a m1 m2 m3 m4 m5 table1 table2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 20:30:03 PDT Added files: share/doc/usd/21.troff Makefile m.mac m0 m0a m1 m2 m3 m4 m5 table1 table2 Log: Initial checkin: 4.4BSD version. These files need to be updated with current license information and adapted to the FreeBSD build environment before they will build. Revision Changes Path 1.1 +25 -0 src/share/doc/usd/21.troff/Makefile (new) 1.1 +252 -0 src/share/doc/usd/21.troff/m.mac (new) 1.1 +250 -0 src/share/doc/usd/21.troff/m0 (new) 1.1 +572 -0 src/share/doc/usd/21.troff/m0a (new) 1.1 +714 -0 src/share/doc/usd/21.troff/m1 (new) 1.1 +368 -0 src/share/doc/usd/21.troff/m2 (new) 1.1 +489 -0 src/share/doc/usd/21.troff/m3 (new) 1.1 +384 -0 src/share/doc/usd/21.troff/m4 (new) 1.1 +428 -0 src/share/doc/usd/21.troff/m5 (new) 1.1 +97 -0 src/share/doc/usd/21.troff/table1 (new) 1.1 +224 -0 src/share/doc/usd/21.troff/table2 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:33:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EBC537B400; Sat, 18 May 2002 20:33:24 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J3XOT18863; Sat, 18 May 2002 20:33:24 -0700 (PDT) (envelope-from grog) Message-Id: <200205190333.g4J3XOT18863@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 20:33:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/22.trofftut Makefile tt.mac tt00 tt01 tt02 tt03 tt04 tt05 tt06 tt07 tt08 tt09 tt10 tt11 tt12 tt13 tt14 ttack ttcharset ttindex X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 20:33:24 PDT Added files: share/doc/usd/22.trofftut Makefile tt.mac tt00 tt01 tt02 tt03 tt04 tt05 tt06 tt07 tt08 tt09 tt10 tt11 tt12 tt13 tt14 ttack ttcharset ttindex Log: Initial checkin: 4.4BSD version. These files need to be updated with current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor Revision Changes Path 1.1 +9 -0 src/share/doc/usd/22.trofftut/Makefile (new) 1.1 +75 -0 src/share/doc/usd/22.trofftut/tt.mac (new) 1.1 +79 -0 src/share/doc/usd/22.trofftut/tt00 (new) 1.1 +186 -0 src/share/doc/usd/22.trofftut/tt01 (new) 1.1 +208 -0 src/share/doc/usd/22.trofftut/tt02 (new) 1.1 +204 -0 src/share/doc/usd/22.trofftut/tt03 (new) 1.1 +153 -0 src/share/doc/usd/22.trofftut/tt04 (new) 1.1 +94 -0 src/share/doc/usd/22.trofftut/tt05 (new) 1.1 +315 -0 src/share/doc/usd/22.trofftut/tt06 (new) 1.1 +88 -0 src/share/doc/usd/22.trofftut/tt07 (new) 1.1 +163 -0 src/share/doc/usd/22.trofftut/tt08 (new) 1.1 +286 -0 src/share/doc/usd/22.trofftut/tt09 (new) 1.1 +220 -0 src/share/doc/usd/22.trofftut/tt10 (new) 1.1 +197 -0 src/share/doc/usd/22.trofftut/tt11 (new) 1.1 +128 -0 src/share/doc/usd/22.trofftut/tt12 (new) 1.1 +63 -0 src/share/doc/usd/22.trofftut/tt13 (new) 1.1 +119 -0 src/share/doc/usd/22.trofftut/tt14 (new) 1.1 +64 -0 src/share/doc/usd/22.trofftut/ttack (new) 1.1 +98 -0 src/share/doc/usd/22.trofftut/ttcharset (new) 1.1 +164 -0 src/share/doc/usd/22.trofftut/ttindex (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:37:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BE0137B40B; Sat, 18 May 2002 20:37:42 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J3bgJ19168; Sat, 18 May 2002 20:37:42 -0700 (PDT) (envelope-from grog) Message-Id: <200205190337.g4J3bgJ19168@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 20:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/22.trofftut Makefile tt.mac tt00 tt01 tt02 tt03 tt04 tt05 tt06 tt07 tt08 tt09 tt10 tt11 tt12 tt13 tt14 ttack ttcharset ttindex X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 20:37:42 PDT Modified files: share/doc/usd/22.trofftut Makefile tt.mac tt00 tt01 tt02 tt03 tt04 tt05 tt06 tt07 tt08 tt09 tt10 tt11 tt12 tt13 tt14 ttack ttcharset ttindex Log: Add Caldera license Make buildable under FreeBSD. Approved by: David Taylor Revision Changes Path 1.2 +39 -2 src/share/doc/usd/22.trofftut/Makefile 1.2 +41 -5 src/share/doc/usd/22.trofftut/tt.mac 1.2 +48 -5 src/share/doc/usd/22.trofftut/tt00 1.2 +38 -1 src/share/doc/usd/22.trofftut/tt01 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt02 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt03 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt04 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt05 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt06 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt07 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt08 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt09 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt10 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt11 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt12 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt13 1.2 +37 -1 src/share/doc/usd/22.trofftut/tt14 1.2 +37 -1 src/share/doc/usd/22.trofftut/ttack 1.2 +40 -3 src/share/doc/usd/22.trofftut/ttcharset 1.2 +37 -1 src/share/doc/usd/22.trofftut/ttindex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:41:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 399FF37B403; Sat, 18 May 2002 20:41:49 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J3fnn19719; Sat, 18 May 2002 20:41:49 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190341.g4J3fnn19719@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 20:41:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 20:41:49 PDT Modified files: sys/conf Makefile.ia64 Log: Remove CWARNFLAGS and add GCC3. We handle GCC3.x specific flags centrally now that we have GCC3 in the tree. The GCC3 variable is a helper during the switch. Revision Changes Path 1.50 +1 -4 src/sys/conf/Makefile.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:47:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 071C537B404; Sat, 18 May 2002 20:47:20 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J3lJe20050; Sat, 18 May 2002 20:47:19 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190347.g4J3lJe20050@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 20:47:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 dump_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 20:47:19 PDT Modified files: sys/ia64/ia64 dump_machdep.c Log: Cast dumpsize to long long to match printf format. Revision Changes Path 1.6 +2 -1 src/sys/ia64/ia64/dump_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:50:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40E5537B40D; Sat, 18 May 2002 20:50:55 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J3otH20336; Sat, 18 May 2002 20:50:55 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190350.g4J3otH20336@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 20:50:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 20:50:55 PDT Modified files: sys/ia64/conf GENERIC Log: Remove option ACPI_DEBUG. It causes compile failures in the function tracing bits due to __func__ being declared as const. Revision Changes Path 1.30 +0 -1 src/sys/ia64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:58: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B6A937B40A; Sat, 18 May 2002 20:57:58 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J3vwI20970; Sat, 18 May 2002 20:57:58 -0700 (PDT) (envelope-from grog) Message-Id: <200205190357.g4J3vwI20970@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 20:57:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/21.troff Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 20:57:58 PDT Modified files: share/doc/usd/21.troff Makefile Log: Make the documentation build. This does not use the standard build macros for two reasons: 1. There's more than one document (paper and appendix). 2. The standard build macros need revision anyway (we shouldn't need to set variables to get PostScript output, it should be a separate target). If anybody feels offended by this breach of style, feel free to fix it. Revision Changes Path 1.2 +11 -4 src/share/doc/usd/21.troff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 20:59:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C12D37B407; Sat, 18 May 2002 20:59:07 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J3x7V21049; Sat, 18 May 2002 20:59:07 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190359.g4J3x7V21049@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 20:59:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 20:59:07 PDT Modified files: sys/modules Makefile Log: Remove asr from the ia64 build. Its use of KERNBASE appears i386 specific by way of which headers are being included (and headers not included). Revision Changes Path 1.243 +0 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21: 1: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F9B437B401; Sat, 18 May 2002 21:01:03 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J413c21237; Sat, 18 May 2002 21:01:03 -0700 (PDT) (envelope-from grog) Message-Id: <200205190401.g4J413c21237@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 21:01:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/21.troff m0 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 21:01:03 PDT Modified files: share/doc/usd/21.troff m0 Log: Remove original license disclaimer. Add Caldera license. Approved by: David Taylor Add note that the documentation does not describe groff. Revision Changes Path 1.2 +43 -3 src/share/doc/usd/21.troff/m0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21: 2:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4B5C37B403; Sat, 18 May 2002 21:02:29 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J42T121466; Sat, 18 May 2002 21:02:29 -0700 (PDT) (envelope-from grog) Message-Id: <200205190402.g4J42T121466@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 21:02:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/21.troff m.mac m0a m1 m2 m3 m4 m5 table1 table2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 21:02:29 PDT Modified files: share/doc/usd/21.troff m.mac m0a m1 m2 m3 m4 m5 table1 table2 Log: Remove original license disclaimer. Add Caldera license. Approved by: David Taylor Revision Changes Path 1.2 +35 -3 src/share/doc/usd/21.troff/m.mac 1.2 +36 -4 src/share/doc/usd/21.troff/m0a 1.2 +36 -4 src/share/doc/usd/21.troff/m1 1.2 +36 -4 src/share/doc/usd/21.troff/m2 1.2 +36 -4 src/share/doc/usd/21.troff/m3 1.2 +35 -3 src/share/doc/usd/21.troff/m4 1.2 +35 -3 src/share/doc/usd/21.troff/m5 1.2 +35 -3 src/share/doc/usd/21.troff/table1 1.2 +36 -4 src/share/doc/usd/21.troff/table2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21: 3:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BB2E37B400; Sat, 18 May 2002 21:03:12 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J43Cd21698; Sat, 18 May 2002 21:03:12 -0700 (PDT) (envelope-from benno) Message-Id: <200205190403.g4J43Cd21698@freefall.freebsd.org> From: Benno Rice Date: Sat, 18 May 2002 21:03:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include psl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/05/18 21:03:12 PDT Modified files: sys/powerpc/include psl.h Log: Add the PSL_VEC flag for AltiVec (no, it's not here yet =)) Revision Changes Path 1.2 +3 -2 src/sys/powerpc/include/psl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21: 4:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4178237B40E; Sat, 18 May 2002 21:04:12 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J44Cl21790; Sat, 18 May 2002 21:04:12 -0700 (PDT) (envelope-from benno) Message-Id: <200205190404.g4J44Cl21790@freefall.freebsd.org> From: Benno Rice Date: Sat, 18 May 2002 21:04:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/05/18 21:04:12 PDT Modified files: sys/powerpc/powerpc trap.c Log: - Do a quick style pass. - Correct the implementation of fix_unaligned to use a thread, not a proc. - GC some #if 0'd stuff. Revision Changes Path 1.23 +72 -132 src/sys/powerpc/powerpc/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21:14:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FAB937B408; Sat, 18 May 2002 21:14:42 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J4EgZ26627; Sat, 18 May 2002 21:14:42 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190414.g4J4EgZ26627@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 21:14:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include cpu.h pcb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 21:14:42 PDT Modified files: sys/ia64/include cpu.h pcb.h Log: o Move prototypes for restorectx and savectx from cpu.h to pcb.h, o Remove Alpha specific contents of struct md_coredump. Revision Changes Path 1.26 +0 -2 src/sys/ia64/include/cpu.h 1.9 +6 -2 src/sys/ia64/include/pcb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21:15:19 2002 Delivered-To: cvs-all@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 949C537B409; Sat, 18 May 2002 21:15:11 -0700 (PDT) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.3/8.12.2) with ESMTP id g4J4ETSL054268; Sun, 19 May 2002 00:14:30 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Subject: Re: cvs commit: ports/www/mozilla Makefile pkg-plist From: Joe Marcus Clarke To: parv Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20020518234418.GA71489@moo.holy.cow> References: <200205182209.g4IM9Qn56837@freefall.freebsd.org> <20020518234418.GA71489@moo.holy.cow> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Fr4zRyKzmJZUeSbtz0bW" X-Mailer: Ximian Evolution 1.0.5 Date: 19 May 2002 00:15:52 -0400 Message-Id: <1021781752.55635.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-Fr4zRyKzmJZUeSbtz0bW Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2002-05-18 at 19:44, parv wrote: > in message <200205182209.g4IM9Qn56837@freefall.freebsd.org>, > wrote Joe Marcus Clarke thusly... > > > > marcus 2002/05/18 15:09:26 PDT > >=20 > > Modified files: > > www/mozilla Makefile pkg-plist=20 > > Log: > > Conditionalize mail, news, and LDAP support. All three are > > still enabled by default. >=20 > woohoo, no more local makefile hacks ... thanks very much joe ... As noted in my follow-up forced commit, thanks goes to David Magda for his patch. Glad to know it's helping someone else, though. Joe >=20 > --=20 > =20 >=20 --=-Fr4zRyKzmJZUeSbtz0bW Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA85yb4b2iPiv4Uz4cRAk/aAKCTZ5E7VN8t7yqelx5xWngwOcSqaACgr7v5 hElbOChVtumvIFPgdDm3wng= =NTW+ -----END PGP SIGNATURE----- --=-Fr4zRyKzmJZUeSbtz0bW-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21:16:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6EEF37B40C; Sat, 18 May 2002 21:16:14 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J4GE326804; Sat, 18 May 2002 21:16:14 -0700 (PDT) (envelope-from horikawa) Message-Id: <200205190416.g4J4GE326804@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 18 May 2002 21:16:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 dnsquery.1 expr.1 doc/ja_JP.eucJP/man/man7 groff_mdoc.7 groff_mm.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG horikawa 2002/05/18 21:16:14 PDT Modified files: ja_JP.eucJP/man/man1 dnsquery.1 expr.1 ja_JP.eucJP/man/man7 groff_mdoc.7 groff_mm.7 Log: Fix minor typos o remove a garbage line (dnsquery.1) o add missing .El (expr.1) o Q1 should be Ql (groff_mdoc.7) o \fB.H\fP at the beginning of line should be prepended by \& (groff_mm.7) Revision Changes Path 1.8 +0 -1 doc/ja_JP.eucJP/man/man1/dnsquery.1 1.11 +2 -1 doc/ja_JP.eucJP/man/man1/expr.1 1.9 +1 -1 doc/ja_JP.eucJP/man/man7/groff_mdoc.7 1.14 +2 -2 doc/ja_JP.eucJP/man/man7/groff_mm.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21:16:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D538A37B405; Sat, 18 May 2002 21:16:31 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J4GV126851; Sat, 18 May 2002 21:16:31 -0700 (PDT) (envelope-from grog) Message-Id: <200205190416.g4J4GV126851@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 21:16:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd/21.troff Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 21:16:31 PDT Modified files: share/doc/usd/21.troff Makefile Log: Correct build targets. Revision Changes Path 1.3 +6 -0 src/share/doc/usd/21.troff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21:21:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BB5C37B40E; Sat, 18 May 2002 21:21:29 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J4LTD27458; Sat, 18 May 2002 21:21:29 -0700 (PDT) (envelope-from grog) Message-Id: <200205190421.g4J4LTD27458@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 21:21:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/usd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 21:21:29 PDT Modified files: share/doc/usd Makefile Log: Include 21.troff and 22.trofftut in the build. Revision Changes Path 1.11 +1 -1 src/share/doc/usd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21:33: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A6B137B40C; Sat, 18 May 2002 21:32:59 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J4Wx932143; Sat, 18 May 2002 21:32:59 -0700 (PDT) (envelope-from marcus) Message-Id: <200205190432.g4J4Wx932143@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 18 May 2002 21:32:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/intltool Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/05/18 21:32:59 PDT Modified files: textproc/intltool Makefile distinfo Log: Update to 0.19. Revision Changes Path 1.15 +1 -1 ports/textproc/intltool/Makefile 1.11 +1 -1 ports/textproc/intltool/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21:33:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC4437B41D; Sat, 18 May 2002 21:33:09 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J4X8h32182; Sat, 18 May 2002 21:33:08 -0700 (PDT) (envelope-from imp) Message-Id: <200205190433.g4J4X8h32182@freefall.freebsd.org> From: Warner Losh Date: Sat, 18 May 2002 21:33:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk sys.mk X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/05/18 21:33:08 PDT Modified files: (Branch: RELENG_4) share/mk sys.mk Log: MFC: __MAKE_CONF functionality. Note: Maybe we need to gut out the /etc/defaults/make.conf stuff, but that wasn't approved. Approved by: re Revision Changes Path 1.45.2.4 +4 -3 src/share/mk/sys.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21:37:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA58337B406; Sat, 18 May 2002 21:37:39 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J4bdO32572; Sat, 18 May 2002 21:37:39 -0700 (PDT) (envelope-from grog) Message-Id: <200205190437.g4J4bdO32572@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 21:37:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/15.yacc Makefile ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ssA ssB ssa ssb ssc ssd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 21:37:39 PDT Added files: share/doc/psd/15.yacc Makefile ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ssA ssB ssa ssb ssc ssd Log: Initial checkin: 4.4BSD version. These files need to be updated with current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor Revision Changes Path 1.1 +12 -0 src/share/doc/psd/15.yacc/Makefile (new) 1.1 +61 -0 src/share/doc/psd/15.yacc/ss.. (new) 1.1 +206 -0 src/share/doc/psd/15.yacc/ss0 (new) 1.1 +143 -0 src/share/doc/psd/15.yacc/ss1 (new) 1.1 +156 -0 src/share/doc/psd/15.yacc/ss2 (new) 1.1 +109 -0 src/share/doc/psd/15.yacc/ss3 (new) 1.1 +335 -0 src/share/doc/psd/15.yacc/ss4 (new) 1.1 +307 -0 src/share/doc/psd/15.yacc/ss5 (new) 1.1 +151 -0 src/share/doc/psd/15.yacc/ss6 (new) 1.1 +129 -0 src/share/doc/psd/15.yacc/ss7 (new) 1.1 +98 -0 src/share/doc/psd/15.yacc/ss8 (new) 1.1 +174 -0 src/share/doc/psd/15.yacc/ss9 (new) 1.1 +189 -0 src/share/doc/psd/15.yacc/ssA (new) 1.1 +31 -0 src/share/doc/psd/15.yacc/ssB (new) 1.1 +118 -0 src/share/doc/psd/15.yacc/ssa (new) 1.1 +115 -0 src/share/doc/psd/15.yacc/ssb (new) 1.1 +316 -0 src/share/doc/psd/15.yacc/ssc (new) 1.1 +45 -0 src/share/doc/psd/15.yacc/ssd (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 21:42:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36B2337B408; Sat, 18 May 2002 21:42:20 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J4gKB33288; Sat, 18 May 2002 21:42:20 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190442.g4J4gKB33288@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 21:42:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/libefi copy.c elf_freebsd.c src/sys/boot/ia64/libski copy.c elf_freebsd.c src/sys/ia64/acpica madt.c src/sys/ia64/ia64 interrupt.c machdep.c mem.c mp_machdep.c trap.c unwind.c src/sys/ia64/include cpufunc.h db_machdep.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 21:42:20 PDT Modified files: sys/boot/efi/libefi copy.c elf_freebsd.c sys/boot/ia64/libski copy.c elf_freebsd.c sys/ia64/acpica madt.c sys/ia64/ia64 interrupt.c machdep.c mem.c mp_machdep.c trap.c unwind.c sys/ia64/include cpufunc.h db_machdep.h ia64_cpu.h param.h vmparam.h Log: o Remove namespace pollution from param.h: - Don't include ia64_cpu.h and cpu.h - Guard definitions by _NO_NAMESPACE_POLLUTION - Move definition of KERNBASE to vmparam.h o Move definitions of IA64_RR_{BASE|MASK} to vmparam.h o Move definitions of IA64_PHYS_TO_RR{6|7} to vmparam.h o While here, remove some left-over Alpha references. Revision Changes Path 1.4 +2 -1 src/sys/boot/efi/libefi/copy.c 1.8 +2 -0 src/sys/boot/efi/libefi/elf_freebsd.c 1.2 +1 -0 src/sys/boot/ia64/libski/copy.c 1.6 +2 -0 src/sys/boot/ia64/libski/elf_freebsd.c 1.10 +2 -0 src/sys/ia64/acpica/madt.c 1.25 +2 -0 src/sys/ia64/ia64/interrupt.c 1.103 +1 -0 src/sys/ia64/ia64/machdep.c 1.9 +1 -0 src/sys/ia64/ia64/mem.c 1.38 +1 -0 src/sys/ia64/ia64/mp_machdep.c 1.53 +1 -0 src/sys/ia64/ia64/trap.c 1.4 +1 -0 src/sys/ia64/ia64/unwind.c 1.13 +1 -0 src/sys/ia64/include/cpufunc.h 1.8 +4 -3 src/sys/ia64/include/db_machdep.h 1.17 +0 -9 src/sys/ia64/include/ia64_cpu.h 1.11 +12 -11 src/sys/ia64/include/param.h 1.4 +15 -4 src/sys/ia64/include/vmparam.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22: 3:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11CBE37B400; Sat, 18 May 2002 22:03:10 -0700 (PDT) Received: (from dburr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J53A135043; Sat, 18 May 2002 22:03:10 -0700 (PDT) (envelope-from dburr) Message-Id: <200205190503.g4J53A135043@freefall.freebsd.org> From: Donald Burr Date: Sat, 18 May 2002 22:03:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/fsgs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dburr 2002/05/18 22:03:09 PDT Modified files: games/fsgs Makefile Log: Marked IGNORE: "Disabled for legal reasons" see PR Ports/29009 Revision Changes Path 1.4 +3 -3 ports/games/fsgs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22:14: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EFC337B406; Sat, 18 May 2002 22:14:03 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J5E3t40070; Sat, 18 May 2002 22:14:03 -0700 (PDT) (envelope-from grog) Message-Id: <200205190514.g4J5E3t40070@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 22:14:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/15.yacc Makefile ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ssA ssB ssa ssb ssc ssd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 22:14:03 PDT Modified files: share/doc/psd/15.yacc Makefile ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 ssA ssB ssa ssb ssc ssd Log: Remove original license disclaimer. Add Caldera license. Approved by: David Taylor Make roughly buildable under FreeBSD. The results are not perfect: the original Makefile referred to a refer file papers/Ind, which doesn't seem to have been kept, so the references to other publications are missing. In addition, the pagination is not correct, with the result that some .DS/.DE blocks leave large amounts of white space empty before them. Possibly this could be fixed by putting the (blank) footnotes at the end. PR: 35345 Requested by: Tony Finch Revision Changes Path 1.2 +18 -4 src/share/doc/psd/15.yacc/Makefile 1.2 +39 -5 src/share/doc/psd/15.yacc/ss.. 1.2 +35 -3 src/share/doc/psd/15.yacc/ss0 1.2 +35 -3 src/share/doc/psd/15.yacc/ss1 1.2 +38 -4 src/share/doc/psd/15.yacc/ss2 1.2 +35 -3 src/share/doc/psd/15.yacc/ss3 1.2 +35 -3 src/share/doc/psd/15.yacc/ss4 1.2 +35 -3 src/share/doc/psd/15.yacc/ss5 1.2 +35 -3 src/share/doc/psd/15.yacc/ss6 1.2 +35 -3 src/share/doc/psd/15.yacc/ss7 1.2 +35 -3 src/share/doc/psd/15.yacc/ss8 1.2 +35 -3 src/share/doc/psd/15.yacc/ss9 1.2 +35 -3 src/share/doc/psd/15.yacc/ssA 1.2 +36 -4 src/share/doc/psd/15.yacc/ssB 1.2 +35 -3 src/share/doc/psd/15.yacc/ssa 1.2 +35 -3 src/share/doc/psd/15.yacc/ssb 1.2 +35 -4 src/share/doc/psd/15.yacc/ssc 1.2 +35 -4 src/share/doc/psd/15.yacc/ssd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22:31:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB4F437B40B; Sat, 18 May 2002 22:31:27 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J5VRl42823; Sat, 18 May 2002 22:31:27 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205190531.g4J5VRl42823@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 18 May 2002 22:31:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/opencl Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/18 22:31:27 PDT Modified files: security/opencl Makefile distinfo pkg-plist Log: upgrade 0.8.2 Revision Changes Path 1.4 +1 -1 ports/security/opencl/Makefile 1.4 +1 -1 ports/security/opencl/distinfo 1.4 +3 -0 ports/security/opencl/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22:31:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 627D337B40A; Sat, 18 May 2002 22:31:37 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J5VbH42874; Sat, 18 May 2002 22:31:37 -0700 (PDT) (envelope-from grog) Message-Id: <200205190531.g4J5VbH42874@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 22:31:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/01.cacm Makefile p.mac p1 p2 p3 p4 p5 p6 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 22:31:37 PDT Added files: share/doc/psd/01.cacm Makefile p.mac p1 p2 p3 p4 p5 p6 Log: Initial checkin: 4.4BSD version. These files need to be updated with current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor Revision Changes Path 1.1 +12 -0 src/share/doc/psd/01.cacm/Makefile (new) 1.1 +31 -0 src/share/doc/psd/01.cacm/p.mac (new) 1.1 +567 -0 src/share/doc/psd/01.cacm/p1 (new) 1.1 +448 -0 src/share/doc/psd/01.cacm/p2 (new) 1.1 +190 -0 src/share/doc/psd/01.cacm/p3 (new) 1.1 +524 -0 src/share/doc/psd/01.cacm/p4 (new) 1.1 +235 -0 src/share/doc/psd/01.cacm/p5 (new) 1.1 +72 -0 src/share/doc/psd/01.cacm/p6 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22:39:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7865737B407; Sat, 18 May 2002 22:39:56 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J5dua43299; Sat, 18 May 2002 22:39:56 -0700 (PDT) (envelope-from grog) Message-Id: <200205190539.g4J5dua43299@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 22:39:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/01.cacm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 22:39:56 PDT Modified files: share/doc/psd/01.cacm Makefile Log: Remove original license disclaimer. Add Caldera license. Approved by: David Taylor Make roughly buildable under FreeBSD. The results are not perfect: the original Makefile referred to a refer file papers/Ind, which doesn't seem to have been kept, so the references to other publications are missing. Revision Changes Path 1.2 +18 -3 src/share/doc/psd/01.cacm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22:40:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE03337B407; Sat, 18 May 2002 22:40:22 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J5eME43505; Sat, 18 May 2002 22:40:22 -0700 (PDT) (envelope-from peter) Message-Id: <200205190540.g4J5eME43505@freefall.freebsd.org> From: Peter Wemm Date: Sat, 18 May 2002 22:40:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 ski.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/05/18 22:40:22 PDT Modified files: sys/ia64/ia64 ski.c Log: Catch another C++ comment Revision Changes Path 1.3 +2 -2 src/sys/ia64/ia64/ski.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22:41:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B74A937B40D; Sat, 18 May 2002 22:41:35 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J5fZ743855; Sat, 18 May 2002 22:41:35 -0700 (PDT) (envelope-from grog) Message-Id: <200205190541.g4J5fZ743855@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 22:41:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/02.implement Makefile implement X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 22:41:35 PDT Added files: share/doc/psd/02.implement Makefile implement Log: Initial checkin: 4.4BSD version. These files need to be updated with current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor Revision Changes Path 1.1 +12 -0 src/share/doc/psd/02.implement/Makefile (new) 1.1 +1250 -0 src/share/doc/psd/02.implement/implement (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22:49:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D9F837B40A; Sat, 18 May 2002 22:49:13 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J5nDq44241; Sat, 18 May 2002 22:49:13 -0700 (PDT) (envelope-from grog) Message-Id: <200205190549.g4J5nDq44241@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 22:49:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/02.implement Makefile fig1.pic fig2.pic X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 22:49:13 PDT Modified files: share/doc/psd/02.implement Makefile Added files: share/doc/psd/02.implement fig1.pic fig2.pic Log: Initial checkin: 4.4BSD version. These files need to be updated with current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor Revision Changes Path 1.2 +19 -4 src/share/doc/psd/02.implement/Makefile 1.1 +68 -0 src/share/doc/psd/02.implement/fig1.pic (new) 1.1 +78 -0 src/share/doc/psd/02.implement/fig2.pic (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22:53: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F47737B404; Sat, 18 May 2002 22:52:57 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J5qv044855; Sat, 18 May 2002 22:52:57 -0700 (PDT) (envelope-from grog) Message-Id: <200205190552.g4J5qv044855@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 22:52:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/02.implement fig1.pic fig2.pic implement X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 22:52:57 PDT Modified files: share/doc/psd/02.implement fig1.pic fig2.pic implement Log: Remove original license disclaimer. Add Caldera license. Approved by: David Taylor Make roughly buildable under FreeBSD. The results are not perfect: the original Makefile referred to a refer file papers/Ind, which doesn't seem to have been kept, so the references to other publications are missing. Revision Changes Path 1.2 +36 -4 src/share/doc/psd/02.implement/fig1.pic 1.2 +36 -4 src/share/doc/psd/02.implement/fig2.pic 1.2 +36 -4 src/share/doc/psd/02.implement/implement To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22:57:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E7E637B403; Sat, 18 May 2002 22:57:44 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J5vhV45101; Sat, 18 May 2002 22:57:43 -0700 (PDT) (envelope-from grog) Message-Id: <200205190557.g4J5vhV45101@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 22:57:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/03.iosys Makefile iosys X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 22:57:43 PDT Added files: share/doc/psd/03.iosys Makefile iosys Log: Initial checkin: 4.4BSD version. These files need to be updated with current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor Revision Changes Path 1.1 +11 -0 src/share/doc/psd/03.iosys/Makefile (new) 1.1 +1054 -0 src/share/doc/psd/03.iosys/iosys (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 22:58:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 133BB37B407; Sat, 18 May 2002 22:58:25 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J5wPO45160; Sat, 18 May 2002 22:58:25 -0700 (PDT) (envelope-from marcel) Message-Id: <200205190558.g4J5wPO45160@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 18 May 2002 22:58:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include mca.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/18 22:58:24 PDT Modified files: sys/ia64/include mca.h Log: Add record definition for memory checks. Revision Changes Path 1.3 +39 -0 src/sys/ia64/include/mca.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23: 3:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB3A737B407; Sat, 18 May 2002 23:03:05 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J635L46059; Sat, 18 May 2002 23:03:05 -0700 (PDT) (envelope-from tjr) Message-Id: <200205190603.g4J635L46059@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 18 May 2002 23:03:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh error.c eval.c jobs.c nodetypes parser.c redir.c sh.1 show.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/18 23:03:05 PDT Modified files: bin/sh error.c eval.c jobs.c nodetypes parser.c redir.c sh.1 show.c Log: Implement the -C (-o noclobber) option, which prevents existing regular files from being overwritten by shell redirection. Revision Changes Path 1.20 +1 -0 src/bin/sh/error.c 1.32 +1 -0 src/bin/sh/eval.c 1.33 +2 -0 src/bin/sh/jobs.c 1.8 +2 -1 src/bin/sh/nodetypes 1.39 +2 -0 src/bin/sh/parser.c 1.18 +11 -0 src/bin/sh/redir.c 1.59 +0 -1 src/bin/sh/sh.1 1.16 +1 -0 src/bin/sh/show.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23: 3:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2414C37B40C; Sat, 18 May 2002 23:03:06 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J636l46087; Sat, 18 May 2002 23:03:06 -0700 (PDT) (envelope-from grog) Message-Id: <200205190603.g4J636l46087@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 23:03:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/03.iosys Makefile iosys X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 23:03:06 PDT Modified files: share/doc/psd/03.iosys Makefile iosys Log: Remove original license disclaimer. Add Caldera license. Approved by: David Taylor Make buildable under FreeBSD. Revision Changes Path 1.2 +16 -1 src/share/doc/psd/03.iosys/Makefile 1.2 +36 -4 src/share/doc/psd/03.iosys/iosys To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:10:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F65237B419; Sat, 18 May 2002 23:09:20 -0700 (PDT) Received: (from dburr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J69KO51020; Sat, 18 May 2002 23:09:20 -0700 (PDT) (envelope-from dburr) Message-Id: <200205190609.g4J69KO51020@freefall.freebsd.org> From: Donald Burr Date: Sat, 18 May 2002 23:09:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/opennap Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dburr 2002/05/18 23:09:20 PDT Modified files: audio/opennap Makefile distinfo pkg-plist Log: Upgrade opennap to 0.44. Source: Vladimir Savichev PR: ports/35346 Revision Changes Path 1.6 +1 -1 ports/audio/opennap/Makefile 1.4 +1 -1 ports/audio/opennap/distinfo 1.5 +2 -1 ports/audio/opennap/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:12:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FC2C37B41D; Sat, 18 May 2002 23:11:50 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6Boi51662; Sat, 18 May 2002 23:11:50 -0700 (PDT) (envelope-from grog) Message-Id: <200205190611.g4J6Boi51662@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 23:11:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/04.uprog Makefile p.mac p0 p1 p2 p3 p4 p5 p6 p8 p9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 23:11:50 PDT Added files: share/doc/psd/04.uprog Makefile p.mac p0 p1 p2 p3 p4 p5 p6 p8 p9 Log: Initial checkin: 4.4BSD version. These files need to be updated with current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor Revision Changes Path 1.1 +11 -0 src/share/doc/psd/04.uprog/Makefile (new) 1.1 +39 -0 src/share/doc/psd/04.uprog/p.mac (new) 1.1 +49 -0 src/share/doc/psd/04.uprog/p0 (new) 1.1 +55 -0 src/share/doc/psd/04.uprog/p1 (new) 1.1 +242 -0 src/share/doc/psd/04.uprog/p2 (new) 1.1 +436 -0 src/share/doc/psd/04.uprog/p3 (new) 1.1 +567 -0 src/share/doc/psd/04.uprog/p4 (new) 1.1 +544 -0 src/share/doc/psd/04.uprog/p5 (new) 1.1 +328 -0 src/share/doc/psd/04.uprog/p6 (new) 1.1 +29 -0 src/share/doc/psd/04.uprog/p8 (new) 1.1 +647 -0 src/share/doc/psd/04.uprog/p9 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:14: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C45E037B40C; Sat, 18 May 2002 23:13:52 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6Dqc51889; Sat, 18 May 2002 23:13:52 -0700 (PDT) (envelope-from grog) Message-Id: <200205190613.g4J6Dqc51889@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 23:13:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/04.uprog Makefile p.mac p0 p1 p2 p3 p4 p5 p6 p8 p9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 23:13:52 PDT Modified files: share/doc/psd/04.uprog Makefile p.mac p0 p1 p2 p3 p4 p5 p6 p8 p9 Log: Remove original license disclaimer. Add Caldera license. Approved by: David Taylor Make buildable under FreeBSD. Revision Changes Path 1.2 +17 -2 src/share/doc/psd/04.uprog/Makefile 1.2 +37 -5 src/share/doc/psd/04.uprog/p.mac 1.2 +37 -4 src/share/doc/psd/04.uprog/p0 1.2 +37 -4 src/share/doc/psd/04.uprog/p1 1.2 +37 -4 src/share/doc/psd/04.uprog/p2 1.2 +37 -4 src/share/doc/psd/04.uprog/p3 1.2 +37 -4 src/share/doc/psd/04.uprog/p4 1.2 +37 -4 src/share/doc/psd/04.uprog/p5 1.2 +37 -4 src/share/doc/psd/04.uprog/p6 1.2 +37 -4 src/share/doc/psd/04.uprog/p8 1.2 +37 -4 src/share/doc/psd/04.uprog/p9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:16:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A1A237B400; Sat, 18 May 2002 23:16:48 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6Gmg52221; Sat, 18 May 2002 23:16:48 -0700 (PDT) (envelope-from peter) Message-Id: <200205190616.g4J6Gmg52221@freefall.freebsd.org> From: Peter Wemm Date: Sat, 18 May 2002 23:16:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_button.c acpi_cpu.c acpi_ec.c acpi_lid.c acpi_pcib.c acpi_powerres.c acpi_resource.c acpi_thermal.c acpi_timer.c src/sys/dev/acpica/Osd OsdInterrupt.c OsdSchedule.c OsdSynch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/05/18 23:16:48 PDT Modified files: sys/dev/acpica acpi.c acpi_button.c acpi_cpu.c acpi_ec.c acpi_lid.c acpi_pcib.c acpi_powerres.c acpi_resource.c acpi_thermal.c acpi_timer.c sys/dev/acpica/Osd OsdInterrupt.c OsdSchedule.c OsdSynch.c Log: Brutally deal with __func__ being 'const char *' on gcc-3.1. Revision Changes Path 1.11 +2 -2 src/sys/dev/acpica/Osd/OsdInterrupt.c 1.20 +4 -4 src/sys/dev/acpica/Osd/OsdSchedule.c 1.13 +4 -4 src/sys/dev/acpica/Osd/OsdSynch.c 1.63 +16 -16 src/sys/dev/acpica/acpi.c 1.9 +4 -4 src/sys/dev/acpica/acpi_button.c 1.13 +1 -1 src/sys/dev/acpica/acpi_cpu.c 1.25 +6 -6 src/sys/dev/acpica/acpi_ec.c 1.10 +3 -3 src/sys/dev/acpica/acpi_lid.c 1.21 +2 -2 src/sys/dev/acpica/acpi_pcib.c 1.12 +9 -9 src/sys/dev/acpica/acpi_powerres.c 1.14 +1 -1 src/sys/dev/acpica/acpi_resource.c 1.25 +9 -9 src/sys/dev/acpica/acpi_thermal.c 1.19 +1 -1 src/sys/dev/acpica/acpi_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:17:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 463F437B400; Sat, 18 May 2002 23:17:52 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6HqY52313; Sat, 18 May 2002 23:17:52 -0700 (PDT) (envelope-from grog) Message-Id: <200205190617.g4J6HqY52313@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 23:17:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/06.Clang Clang.ms Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 23:17:52 PDT Added files: share/doc/psd/06.Clang Clang.ms Makefile Log: Initial checkin: 4.4BSD version. These files need to be updated with current license information and adapted to the FreeBSD build environment before they will build. Approved by: David Taylor Revision Changes Path 1.1 +4546 -0 src/share/doc/psd/06.Clang/Clang.ms (new) 1.1 +11 -0 src/share/doc/psd/06.Clang/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:29: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23DBE37B405; Sat, 18 May 2002 23:28:59 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6Sx653598; Sat, 18 May 2002 23:28:59 -0700 (PDT) (envelope-from demon) Message-Id: <200205190628.g4J6Sx653598@freefall.freebsd.org> From: Dmitry Sivachenko Date: Sat, 18 May 2002 23:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/calamaris Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG demon 2002/05/18 23:28:59 PDT Modified files: www/calamaris Makefile distinfo Log: Upgrade to version 2.46. Revision Changes Path 1.18 +1 -1 ports/www/calamaris/Makefile 1.14 +1 -1 ports/www/calamaris/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:31:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18E0737B408; Sat, 18 May 2002 23:31:57 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6VvG54199; Sat, 18 May 2002 23:31:57 -0700 (PDT) (envelope-from peter) Message-Id: <200205190631.g4J6VvG54199@freefall.freebsd.org> From: Peter Wemm Date: Sat, 18 May 2002 23:31:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm feeder.c sound.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/05/18 23:31:56 PDT Modified files: sys/dev/sound/pcm feeder.c sound.c Log: Try and solve some cases of labels at end of compound statements that gcc now objects to (as it should, it is not legal C). Revision Changes Path 1.22 +2 -3 src/sys/dev/sound/pcm/feeder.c 1.73 +5 -7 src/sys/dev/sound/pcm/sound.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:34:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E35A937B404; Sat, 18 May 2002 23:34:44 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6Yic56115; Sat, 18 May 2002 23:34:44 -0700 (PDT) (envelope-from petef) Message-Id: <200205190634.g4J6Yic56115@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 18 May 2002 23:34:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/freeamp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/18 23:34:44 PDT Modified files: audio/freeamp Makefile Log: Reset maintainer to ports@. PR: 38278 Submitted by: Alan Eldridge (old maintainer) Revision Changes Path 1.20 +1 -1 ports/audio/freeamp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:42:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F312337B406; Sat, 18 May 2002 23:42:15 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6gF557104; Sat, 18 May 2002 23:42:15 -0700 (PDT) (envelope-from petef) Message-Id: <200205190642.g4J6gF557104@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 18 May 2002 23:42:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ac-archive/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/05/18 23:42:15 PDT Added files: devel/ac-archive/files patch-configure Log: Fix a minor build problem (watch the configure output closely before this patch). PR: 33176 Submitted by: Alan Eldridge Approved by: maintainer timeout Revision Changes Path 1.1 +13 -0 ports/devel/ac-archive/files/patch-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:42:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2739B37B429; Sat, 18 May 2002 23:42:30 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6gUq57174; Sat, 18 May 2002 23:42:30 -0700 (PDT) (envelope-from peter) Message-Id: <200205190642.g4J6gUq57174@freefall.freebsd.org> From: Peter Wemm Date: Sat, 18 May 2002 23:42:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/05/18 23:42:30 PDT Modified files: sys/i386/acpica acpi_wakeup.c Log: Make this compile with gcc-3.1, which objects to the multi-line string. Revision Changes Path 1.10 +64 -64 src/sys/i386/acpica/acpi_wakeup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:52: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from durham-ar1-4-64-252-019.durham.dsl-verizon.net (durham-ar1-4-64-252-019.durham.dsl-verizon.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id 85DE037B409 for ; Sat, 18 May 2002 23:52:00 -0700 (PDT) Received: (qmail 7763 invoked by uid 1001); 19 May 2002 06:52:55 -0000 Date: Sun, 19 May 2002 06:52:55 +0000 From: "J. Mallett" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sh error.c eval.c jobs.c nodetypes parser.c redir.c sh.1 show.c Message-ID: <20020519065255.GA5928@FreeBSD.ORG> References: <200205190603.g4J635L46059@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205190603.g4J635L46059@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Organisation: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, May 18, 2002 at 11:03:05PM -0700, Tim J. Robbins wrote: > tjr 2002/05/18 23:03:05 PDT > > Modified files: > bin/sh error.c eval.c jobs.c nodetypes parser.c > redir.c sh.1 show.c > Log: > Implement the -C (-o noclobber) option, which prevents existing regular > files from being overwritten by shell redirection. Thanks! -- jmallett@FreeBSD.org | C, MIPS, POSIX, UNIX, BSD, IRC Geek. http://www.FreeBSD.org | The Power to Serve Vote for me for FreeBSD core or the cute little bunny gets it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:52: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E8BF37B405; Sat, 18 May 2002 23:52:03 -0700 (PDT) Received: (from dburr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6q3O58138; Sat, 18 May 2002 23:52:03 -0700 (PDT) (envelope-from dburr) Message-Id: <200205190652.g4J6q3O58138@freefall.freebsd.org> From: Donald Burr Date: Sat, 18 May 2002 23:52:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/mgeupsd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dburr 2002/05/18 23:52:03 PDT Modified files: sysutils/mgeupsd Makefile Log: The port's original maintainer seems to have disappeared off the face of the earth. His email is impossible to reach. I'll take over the maintenance of this port, since I do still happen to have an MGE UPS attached to my server. Revision Changes Path 1.3 +3 -3 ports/sysutils/mgeupsd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:53:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24D0637B407; Sat, 18 May 2002 23:53:21 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6rKj58257; Sat, 18 May 2002 23:53:20 -0700 (PDT) (envelope-from knu) Message-Id: <200205190653.g4J6rKj58257@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 18 May 2002 23:53:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/moused moused.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/05/18 23:53:20 PDT Modified files: usr.sbin/moused moused.c Log: Work around a code generation bug of GCC 3.1 by replacing `/2' with `>>1'. In the context `>>1' is more appropriate because it looks like the division is used to restore a shifted value. GCC GNATS PR: c/6677 This fixes a problem where wheel-up movement is taken as wheel-down in the sysmouse protocol. Do not assume the plain char's are signed; use `signed char' where char's need to be signed. Discussed on: audit Pointed out by: bde Revision Changes Path 1.56 +14 -14 src/usr.sbin/moused/moused.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat May 18 23:55:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1A4F37B406; Sat, 18 May 2002 23:55:13 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6tD158439; Sat, 18 May 2002 23:55:13 -0700 (PDT) (envelope-from grog) Message-Id: <200205190655.g4J6tD158439@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 23:55:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/06.Clang Clang.ms Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 23:55:13 PDT Modified files: share/doc/psd/06.Clang Clang.ms Makefile Log: Remove original license disclaimer. Add Caldera license. Approved by: David Taylor Make buildable under FreeBSD. This was relatively complicated: the original text used the msU macros, which are available in a number of different kinds. This version uses a number of mm-like macros, including AL and BL, which just aren't available in ms, and the msU macros I've found (even the ones in 4.4BSD) don't have them either. I replaced them with ms constructs, which makes it format better than the O'Reilly document, but I wasn't able to get the table of contents (ms doesn't have that facility). Add a prominent comment that this is not a reference for any modern version of C. Revision Changes Path 1.2 +69 -40 src/share/doc/psd/06.Clang/Clang.ms 1.2 +17 -2 src/share/doc/psd/06.Clang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message