From owner-cvs-all Sun Jun 2 0: 9: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 AF0E237B406; Sun, 2 Jun 2002 00:09:12 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5279CH15032; Sun, 2 Jun 2002 00:09:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200206020709.g5279CH15032@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Jun 2002 00:09:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/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/06/02 00:09:12 PDT Modified files: lang/gcc31 Makefile distinfo Log: Upgrade to the 27-May-2002 GCC 3.1.1 pre-release snapshot. Revision Changes Path 1.123 +3 -5 ports/lang/gcc31/Makefile 1.71 +6 -6 ports/lang/gcc31/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 1: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 0407A37B400; Sun, 2 Jun 2002 01:20:53 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g528Kqr25680; Sun, 2 Jun 2002 01:20:52 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206020820.g528Kqr25680@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 2 Jun 2002 01:20:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/metakit Makefile distinfo pkg-plist ports/databases/metakit/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 dinoex 2002/06/02 01:20:52 PDT Modified files: databases/metakit Makefile distinfo pkg-plist databases/metakit/files patch-configure Log: - Update to metakit-2.4.6 Revision Changes Path 1.19 +2 -2 ports/databases/metakit/Makefile 1.7 +1 -1 ports/databases/metakit/distinfo 1.2 +17 -4 ports/databases/metakit/files/patch-configure 1.12 +3 -0 ports/databases/metakit/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 Jun 2 1: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 D7C2337B404; Sun, 2 Jun 2002 01:27:04 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g528R4g26747; Sun, 2 Jun 2002 01:27:04 -0700 (PDT) (envelope-from tjr) Message-Id: <200206020827.g528R4g26747@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 2 Jun 2002 01:27:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh histedit.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/06/02 01:27:04 PDT Modified files: bin/sh histedit.c Log: Adding an entry to the history with H_ENTER moves libedit's internal history cursor. Reset the cursor after adding the entry to the history when doing ``fc -s'' so the output is correct. Revision Changes Path 1.19 +9 -0 src/bin/sh/histedit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 1:34: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 6810C37B401; Sun, 2 Jun 2002 01:34:09 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g528Y9A31397; Sun, 2 Jun 2002 01:34:09 -0700 (PDT) (envelope-from tjr) Message-Id: <200206020834.g528Y9A31397@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 2 Jun 2002 01:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh histedit.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/06/02 01:34:09 PDT Modified files: bin/sh histedit.c Log: Fix typo causing ``fc -e'' to not work correctly. getopt() sets optarg, not shoptarg. Revision Changes Path 1.20 +1 -1 src/bin/sh/histedit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 1: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 359CC37B403; Sun, 2 Jun 2002 01:50:42 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g528ogB39277; Sun, 2 Jun 2002 01:50:42 -0700 (PDT) (envelope-from marcel) Message-Id: <200206020850.g528ogB39277@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 2 Jun 2002 01:50:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/platforms ia64.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/06/02 01:50:42 PDT Modified files: en/platforms ia64.sgml Log: First of a series of commits to update the FreeBSD/ia64 project page: o Added "Credits" section, o Added newsworthy events to the "Latest News" section. More to come here, o Removed all the links, because most were broken anyway. More to come here as well, Revision Changes Path 1.8 +83 -63 www/en/platforms/ia64.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 2:32: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 694FA37B404; Sun, 2 Jun 2002 02:32:39 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g529Wdb56603; Sun, 2 Jun 2002 02:32:39 -0700 (PDT) (envelope-from tjr) Message-Id: <200206020932.g529Wdb56603@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 2 Jun 2002 02:32:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/chown chown.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/06/02 02:32:39 PDT Modified files: usr.sbin/chown chown.c Log: Don't exit immediately if an error occurs, continue but exit non-zero. Revision Changes Path 1.21 +9 -5 src/usr.sbin/chown/chown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 3: 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 A886537B405; Sun, 2 Jun 2002 03:05:56 -0700 (PDT) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52A5us63290; Sun, 2 Jun 2002 03:05:56 -0700 (PDT) (envelope-from schweikh) Message-Id: <200206021005.g52A5us63290@freefall.freebsd.org> From: Jens Schweikhardt Date: Sun, 2 Jun 2002 03:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand libstand.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 schweikh 2002/06/02 03:05:56 PDT Modified files: lib/libstand libstand.3 Log: Remove a URL from the middle of the BSD copyright (a clicko? a pasto?). Fix typos: s/evironment/environment s/cont/const s/_lonjmp/_longjmp MFC after: 3 weeks Revision Changes Path 1.21 +5 -5 src/lib/libstand/libstand.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 3: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 5DB8237B400; Sun, 2 Jun 2002 03:18:15 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52AIFb64366; Sun, 2 Jun 2002 03:18:15 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206021018.g52AIFb64366@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 2 Jun 2002 03:18:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/gtar Makefile ports/archivers/gtar/files patch-src::buffer.c patch-src::common.h patch-src::compare.c patch-src::create.c patch-src::list.c patch-src::misc.c patch-src::names.c patch-src::rtapelib.c patch-src::tar.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/06/02 03:18:15 PDT Modified files: archivers/gtar Makefile Added files: archivers/gtar/files patch-src::buffer.c patch-src::common.h patch-src::compare.c patch-src::create.c patch-src::list.c patch-src::misc.c patch-src::names.c patch-src::rtapelib.c patch-src::tar.c Log: Stage 1 of system GNU tar upgrade to a modern version: Merge all applicable bugfixes, local hacks and new features from the ancient base system tar into the port, so those two are interchangeable. Bump PORTREVISION. Revision Changes Path 1.27 +1 -1 ports/archivers/gtar/Makefile 1.1 +14 -0 ports/archivers/gtar/files/patch-src::buffer.c (new) 1.1 +25 -0 ports/archivers/gtar/files/patch-src::common.h (new) 1.1 +14 -0 ports/archivers/gtar/files/patch-src::compare.c (new) 1.1 +14 -0 ports/archivers/gtar/files/patch-src::create.c (new) 1.1 +49 -0 ports/archivers/gtar/files/patch-src::list.c (new) 1.1 +18 -0 ports/archivers/gtar/files/patch-src::misc.c (new) 1.1 +52 -0 ports/archivers/gtar/files/patch-src::names.c (new) 1.1 +29 -0 ports/archivers/gtar/files/patch-src::rtapelib.c (new) 1.1 +201 -0 ports/archivers/gtar/files/patch-src::tar.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 Jun 2 3: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 134FA37B403; Sun, 2 Jun 2002 03:27:42 -0700 (PDT) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52ARgq65347; Sun, 2 Jun 2002 03:27:42 -0700 (PDT) (envelope-from schweikh) Message-Id: <200206021027.g52ARgq65347@freefall.freebsd.org> From: Jens Schweikhardt Date: Sun, 2 Jun 2002 03:27:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e cap.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 schweikh 2002/06/02 03:27:41 PDT Modified files: lib/libc/posix1e cap.3 Log: Correct a bunch of typos. Translators can ignore this commit. MFC after: 3 weeks Revision Changes Path 1.16 +8 -8 src/lib/libc/posix1e/cap.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 3:41: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 92FA637B401; Sun, 2 Jun 2002 03:41:43 -0700 (PDT) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52AfhZ66630; Sun, 2 Jun 2002 03:41:43 -0700 (PDT) (envelope-from schweikh) Message-Id: <200206021041.g52AfhZ66630@freefall.freebsd.org> From: Jens Schweikhardt Date: Sun, 2 Jun 2002 03:41:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ntp/doc ntpd.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 schweikh 2002/06/02 03:41:43 PDT Modified files: usr.sbin/ntp/doc ntpd.8 Log: Fix spelling errors: minumum, overriden, inheritted MFC after: 3 weeks Revision Changes Path 1.8 +6 -6 src/usr.sbin/ntp/doc/ntpd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 4:23: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 0214D37B404; Sun, 2 Jun 2002 04:23:41 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52BNfe78389; Sun, 2 Jun 2002 04:23:41 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206021123.g52BNfe78389@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 2 Jun 2002 04:23:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/metakit Makefile distinfo ports/databases/metakit/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 dinoex 2002/06/02 04:23:41 PDT Modified files: databases/metakit Makefile distinfo databases/metakit/files patch-configure Log: - Update to metakit-2.4.7-37 - Fix another libtoll problem Revision Changes Path 1.20 +2 -2 ports/databases/metakit/Makefile 1.8 +1 -1 ports/databases/metakit/distinfo 1.3 +0 -13 ports/databases/metakit/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 Sun Jun 2 5: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 E6BC937B400; Sun, 2 Jun 2002 05:48:09 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Cm9W92136; Sun, 2 Jun 2002 05:48:09 -0700 (PDT) (envelope-from skv) Message-Id: <200206021248.g52Cm9W92136@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 05:48:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Filter-CBC 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 skv 2002/06/02 05:48:09 PDT Modified files: devel/p5-Filter-CBC Makefile distinfo pkg-descr pkg-plist Log: Updated to 0.09 Revision Changes Path 1.2 +7 -5 ports/devel/p5-Filter-CBC/Makefile 1.2 +1 -1 ports/devel/p5-Filter-CBC/distinfo 1.2 +1 -1 ports/devel/p5-Filter-CBC/pkg-descr 1.2 +13 -13 ports/devel/p5-Filter-CBC/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 Jun 2 5:56: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 BF99E37B405; Sun, 2 Jun 2002 05:56:12 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52CuCm93324; Sun, 2 Jun 2002 05:56:12 -0700 (PDT) (envelope-from skv) Message-Id: <200206021256.g52CuCm93324@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 05:56:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/p5-Math-Random 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 skv 2002/06/02 05:56:12 PDT Modified files: math/p5-Math-Random Makefile distinfo pkg-descr Log: Updated to 0.65 Revision Changes Path 1.2 +2 -2 ports/math/p5-Math-Random/Makefile 1.2 +1 -1 ports/math/p5-Math-Random/distinfo 1.2 +7 -2 ports/math/p5-Math-Random/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 Jun 2 5:57: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 1709137B405; Sun, 2 Jun 2002 05:57:42 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52CvgH93478; Sun, 2 Jun 2002 05:57:42 -0700 (PDT) (envelope-from tjr) Message-Id: <200206021257.g52CvgH93478@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 2 Jun 2002 05:57:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 find.c find.h function.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/06/02 05:57:41 PDT Modified files: usr.bin/find find.1 find.c find.h function.c Log: Support the SysV-style -exec utility args.. {} + function, required by SUSv3. This is similar to find foo -print0 | xargs -0 utility args. Revision Changes Path 1.47 +9 -0 src/usr.bin/find/find.1 1.14 +4 -0 src/usr.bin/find/find.c 1.16 +13 -0 src/usr.bin/find/find.h 1.45 +69 -8 src/usr.bin/find/function.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 5:59: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 3440837B408; Sun, 2 Jun 2002 05:59:09 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Cx9x93603; Sun, 2 Jun 2002 05:59:09 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200206021259.g52Cx9x93603@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jun 2002 05:59:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/migemo pkg-plist ports/japanese/migemo-emacs20 Makefile ports/japanese/migemo-emacs21 Makefile ports/japanese/migemo-xemacs21-mule 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 nobutaka 2002/06/02 05:59:09 PDT Modified files: japanese/migemo pkg-plist japanese/migemo-emacs20 Makefile japanese/migemo-emacs21 Makefile japanese/migemo-xemacs21-mule Makefile Log: Stop to create the unused directory. Pointed out by: Takayuki Nakao Revision Changes Path 1.6 +1 -2 ports/japanese/migemo-emacs20/Makefile 1.2 +0 -1 ports/japanese/migemo-emacs21/Makefile 1.4 +1 -2 ports/japanese/migemo-xemacs21-mule/Makefile 1.8 +1 -1 ports/japanese/migemo/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 Jun 2 6: 3: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 916DC37B400; Sun, 2 Jun 2002 06:03:15 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52D3Fk94396; Sun, 2 Jun 2002 06:03:15 -0700 (PDT) (envelope-from skv) Message-Id: <200206021303.g52D3Fk94396@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 06:03:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/p5-Math-Random-MT 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 skv 2002/06/02 06:03:15 PDT Modified files: math/p5-Math-Random-MT Makefile distinfo pkg-descr pkg-plist Log: Updated to 1.00 Revision Changes Path 1.2 +2 -2 ports/math/p5-Math-Random-MT/Makefile 1.2 +1 -1 ports/math/p5-Math-Random-MT/distinfo 1.2 +7 -3 ports/math/p5-Math-Random-MT/pkg-descr 1.2 +1 -1 ports/math/p5-Math-Random-MT/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 Jun 2 6: 9:22 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 504C437B407; Sun, 2 Jun 2002 06:09:11 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.6/8.11.6) with ESMTP id g52D96501800; Sun, 2 Jun 2002 09:09:06 -0400 (EDT) Date: Sun, 2 Jun 2002 09:09:06 -0400 (EDT) From: Trevor Johnson To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, , Subject: Re: cvs commit: ports/archivers/gtar Makefile ports/archivers/gtar/files patch-src::buffer.c patch-src::common.h patch-src::compare.c patch-src::create.c patch-src::list.c patch-src::misc. In-Reply-To: <200206021018.g52AIFb64366@freefall.freebsd.org> Message-ID: <20020602090755.M11526-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 > sobomax 2002/06/02 03:18:15 PDT > > Modified files: > archivers/gtar Makefile > Added files: > archivers/gtar/files patch-src::buffer.c patch-src::common.h > patch-src::compare.c patch-src::create.c > patch-src::list.c patch-src::misc.c > patch-src::names.c patch-src::rtapelib.c > patch-src::tar.c > Log: > Stage 1 of system GNU tar upgrade to a modern version: > > Merge all applicable bugfixes, local hacks and new features from the ancient > base system tar into the port, so those two are interchangeable. > > Bump PORTREVISION. > > Revision Changes Path > 1.27 +1 -1 ports/archivers/gtar/Makefile > 1.1 +14 -0 ports/archivers/gtar/files/patch-src::buffer.c (new) > 1.1 +25 -0 ports/archivers/gtar/files/patch-src::common.h (new) > 1.1 +14 -0 ports/archivers/gtar/files/patch-src::compare.c (new) > 1.1 +14 -0 ports/archivers/gtar/files/patch-src::create.c (new) > 1.1 +49 -0 ports/archivers/gtar/files/patch-src::list.c (new) > 1.1 +18 -0 ports/archivers/gtar/files/patch-src::misc.c (new) > 1.1 +52 -0 ports/archivers/gtar/files/patch-src::names.c (new) > 1.1 +29 -0 ports/archivers/gtar/files/patch-src::rtapelib.c (new) > 1.1 +201 -0 ports/archivers/gtar/files/patch-src::tar.c (new) This deserved a review by the maintainer. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 6: 9:57 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 58EFF37B408; Sun, 2 Jun 2002 06:09:13 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g52D99564344; Sun, 2 Jun 2002 16:09:09 +0300 (EEST) (envelope-from ru) Date: Sun, 2 Jun 2002 16:09:09 +0300 From: Ruslan Ermilov To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: Peter Wemm , Josef Karthauser Subject: Re: cvs commit: src/etc rc rc.network rc.network6 src/etc/etc.alpha rc.alpha src/etc/etc.ia64 rc.ia64 src/etc/rc.d network securelevel sysctl Message-ID: <20020602130909.GE58857@sunbay.com> References: <200112110821.fBB8Lke47422@freefall.freebsd.org> <20020601100120.A94674@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZInfyf7laFu/Kiw7" Content-Disposition: inline In-Reply-To: <20020601100120.A94674@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 --ZInfyf7laFu/Kiw7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 01, 2002 at 10:01:20AM -0700, David O'Brien wrote: > On Tue, Dec 11, 2001 at 12:21:46AM -0800, Ruslan Ermilov wrote: > > ru 2001/12/11 00:21:46 PST > >=20 > > Modified files: > > etc/rc.d network securelevel sysctl=20 > > Log: > > s/sysctl -w/sysctl/ >=20 > RU, I would have thought you were up on this -- rc.d/ is CONTRIBUTED > VENDOR CODE. >=20 > Would committers PLEASE learn to do a `cvs diff' before committing and > look to see change is against a 1.1.1.X version? >=20 Please feel free to outdate these revisions. I just did a sweep over the entire src/, and wouldn't have committed this (there are no $FreeBSD$'s in these files) if we didn't have this line under CVSROOT/exclude, which is just news to me, to be honest: ^src/etc/ This comes from CVSROOT/commit-prep.pl,v 1.18, and I think this should be replaced by adding those files that really need it: ^src/etc/minfree ^src/etc/motd Other files that do not have $FreeBSD$: rc.subr (imported), rc.d/ (imported), kerberosIV/*.conf (not sure if these accept comments). > > Revision Changes Path > > 1.2 +4 -4 src/etc/rc.d/network > > http://cvsweb.freebsd.org/src/etc/rc.d/network.diff?r1=3D1.1&r2=3D1.2 > > 1.2 +2 -2 src/etc/rc.d/securelevel > > http://cvsweb.freebsd.org/src/etc/rc.d/securelevel.diff?r1=3D1.1&r2=3D1= .2 > > 1.2 +1 -1 src/etc/rc.d/sysctl > > http://cvsweb.freebsd.org/src/etc/rc.d/sysctl.diff?r1=3D1.1&r2=3D1.2 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 --ZInfyf7laFu/Kiw7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+hj1Ukv4P6juNwoRAtU9AJ0f1bnIkYQqPQ01Fy9GisfzEiXvhwCePiYP FPkeCDvSZ+JXxPu3qfDp2QY= =WmJh -----END PGP SIGNATURE----- --ZInfyf7laFu/Kiw7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 6:26: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 9543137B406; Sun, 2 Jun 2002 06:26:36 -0700 (PDT) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52DQaE02858; Sun, 2 Jun 2002 06:26:36 -0700 (PDT) (envelope-from matusita) Message-Id: <200206021326.g52DQaE02858@freefall.freebsd.org> From: Makoto Matsushita Date: Sun, 2 Jun 2002 06:26:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c sysinstall.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 matusita 2002/06/02 06:26:36 PDT Modified files: (Branch: RELENG_4) release/sysinstall menus.c sysinstall.h Log: MFC: Add 'Sendmail' menu to set sendmail_enable variable. This change comes from: 1.344 +21 -1 src/usr.sbin/sysinstall/menus.c 1.345 +4 -2 src/usr.sbin/sysinstall/menus.c 1.228 +1 -0 src/usr.sbin/sysinstall/sysinstall.h Approved by: re (jhb, brian) Revision Changes Path 1.252.2.60 +24 -2 src/release/sysinstall/menus.c 1.186.2.28 +2 -1 src/release/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 6:30: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 0AC6337B401; Sun, 2 Jun 2002 06:30:22 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52DUMr03610; Sun, 2 Jun 2002 06:30:22 -0700 (PDT) (envelope-from skv) Message-Id: <200206021330.g52DUMr03610@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 06:30:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Class-Contract Makefile ports/devel/p5-Class-Contract/files patch-demo.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/06/02 06:30:21 PDT Modified files: devel/p5-Class-Contract Makefile Removed files: devel/p5-Class-Contract/files patch-demo.pl Log: Minor fixes Revision Changes Path 1.3 +5 -7 ports/devel/p5-Class-Contract/Makefile 1.2 +0 -8 ports/devel/p5-Class-Contract/files/patch-demo.pl (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 6:35:47 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 663D937B405; Sun, 2 Jun 2002 06:35:35 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 0E5B75307; Sun, 2 Jun 2002 15:35:32 +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: Jens Schweikhardt Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libstand libstand.3 References: <200206021005.g52A5us63290@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 02 Jun 2002 15:35:31 +0200 In-Reply-To: <200206021005.g52A5us63290@freefall.freebsd.org> Message-ID: Lines: 98 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 Jens Schweikhardt writes: > Log: > Remove a URL from the middle of the BSD copyright (a clicko? a pasto?). > Fix typos: > s/evironment/environment > s/cont/const > s/_lonjmp/_longjmp You might want to fix these as well: des@des ~% current -l withough lib/libc/i386/stdlib/div.S lib/libc/i386/stdlib/ldiv.S lib/libc/i386/string/bzero.S lib/libc/i386/string/ffs.S lib/libc/i386/string/index.S lib/libc/i386/string/memchr.S lib/libc/i386/string/rindex.S lib/libc/i386/string/strcat.S lib/libc/i386/string/strchr.S lib/libc/i386/string/strcmp.S lib/libc/i386/string/strcpy.S lib/libc/i386/string/strlen.S lib/libc/i386/string/strrchr.S lib/libvgl/bitmap.c lib/libvgl/keyboard.c lib/libvgl/main.c lib/libvgl/mouse.c lib/libvgl/simple.c lib/libvgl/text.c lib/libvgl/vgl.h share/examples/libvgl/demo.c sys/alpha/linux/linux_dummy.c sys/alpha/linux/linux_sysvec.c sys/alpha/osf1/imgact_osf1.c sys/alpha/osf1/osf1.h sys/alpha/osf1/osf1_signal.c sys/alpha/osf1/osf1_sysvec.c sys/alpha/osf1/osf1_util.h sys/compat/linux/linux_file.c sys/compat/linux/linux_ioctl.c sys/compat/linux/linux_ipc.c sys/compat/linux/linux_misc.c sys/compat/linux/linux_signal.c sys/compat/linux/linux_socket.c sys/compat/linux/linux_socket.h sys/compat/linux/linux_stats.c sys/compat/svr4/imgact_svr4.c sys/dev/lmc/if_lmc.c sys/dev/lmc/if_lmc_common.c sys/dev/lmc/if_lmc_fbsd3.c sys/dev/lmc/if_lmc_media.c sys/dev/lmc/if_lmcioctl.h sys/dev/lmc/if_lmcvar.h sys/dev/pdq/if_fea.c sys/dev/pdq/if_fpa.c sys/dev/pdq/pdqvar.h sys/dev/pdq/pdq_freebsd.h sys/dev/wl/if_wl.c sys/dev/wl/if_wl.h sys/dev/joy/joy.c sys/dev/joy/joy_isa.c sys/dev/joy/joy_pccard.c sys/dev/joy/joyvar.h sys/i386/ibcs2/ibcs2_isc.c sys/i386/ibcs2/ibcs2_sysi86.c sys/i386/ibcs2/ibcs2_xenix.c sys/i386/ibcs2/imgact_coff.c sys/i386/include/if_wl_wavelan.h sys/i386/isa/if_le.c sys/i386/isa/scd.c sys/i386/isa/ic/lemac.h sys/i386/linux/imgact_linux.c sys/i386/linux/linux_dummy.c sys/i386/linux/linux_sysvec.c sys/i4b/layer1/isic/i4b_itk_ix1.c sys/ia64/ia32/imgact_ia32.c sys/ia64/ia32/imgact_ia32.h sys/kern/imgact_elf.c sys/pc98/pc98/pmc.c sys/pci/dc21040reg.h sys/pci/if_de.c sys/pci/if_devar.h sys/sys/imgact_elf.h sys/sys/joystick.h tools/install.sh usr.bin/brandelf/brandelf.c usr.bin/uac/uac.c usr.sbin/kbdcontrol/kbdcontrol.c usr.sbin/kbdcontrol/lex.h usr.sbin/kbdcontrol/lex.l usr.sbin/lptcontrol/lptcontrol.c usr.sbin/vidcontrol/decode.c usr.sbin/vidcontrol/vidcontrol.c 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 Sun Jun 2 6:39: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 CEE4D37B401; Sun, 2 Jun 2002 06:39:37 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52DdbL05026; Sun, 2 Jun 2002 06:39:37 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200206021339.g52DdbL05026@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jun 2002 06:39:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libxine Makefile distinfo pkg-plist ports/graphics/libxine/files patch-src:audio_out:audio_oss_out.c patch-src:video_out:video_out_sdl.c patch-src:xine-engine:Makefile.am patch-src:xine-utils:Makefile.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 nobutaka 2002/06/02 06:39:37 PDT Modified files: graphics/libxine Makefile distinfo pkg-plist graphics/libxine/files patch-src:audio_out:audio_oss_out.c Added files: graphics/libxine/files patch-src:video_out:video_out_sdl.c Removed files: graphics/libxine/files patch-src:xine-engine:Makefile.am patch-src:xine-utils:Makefile.am Log: (1) Update to 0.9.10. (2) Add SDL support. Submitted by: mi (2) Revision Changes Path 1.16 +3 -2 ports/graphics/libxine/Makefile 1.7 +1 -1 ports/graphics/libxine/distinfo 1.2 +10 -13 ports/graphics/libxine/files/patch-src:audio_out:audio_oss_out.c 1.1 +11 -0 ports/graphics/libxine/files/patch-src:video_out:video_out_sdl.c (new) 1.3 +0 -12 ports/graphics/libxine/files/patch-src:xine-engine:Makefile.am (dead) 1.2 +0 -12 ports/graphics/libxine/files/patch-src:xine-utils:Makefile.am (dead) 1.10 +11 -1 ports/graphics/libxine/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 Jun 2 6:41: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 B98FC37B400; Sun, 2 Jun 2002 06:41:09 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Df9305416; Sun, 2 Jun 2002 06:41:09 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200206021341.g52Df9305416@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jun 2002 06:41:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine 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 nobutaka 2002/06/02 06:41:09 PDT Modified files: graphics/xine Makefile distinfo Log: Update to 0.9.10. Revision Changes Path 1.26 +1 -1 ports/graphics/xine/Makefile 1.15 +1 -1 ports/graphics/xine/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 6:41: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 1D82537B403; Sun, 2 Jun 2002 06:41:27 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52DfRv05624; Sun, 2 Jun 2002 06:41:27 -0700 (PDT) (envelope-from skv) Message-Id: <200206021341.g52DfRv05624@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 06:41:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-SVG 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 skv 2002/06/02 06:41:27 PDT Modified files: textproc/p5-SVG Makefile distinfo pkg-descr pkg-plist Log: Updated to 2.1, examples added Revision Changes Path 1.2 +16 -4 ports/textproc/p5-SVG/Makefile 1.2 +1 -1 ports/textproc/p5-SVG/distinfo 1.2 +4 -4 ports/textproc/p5-SVG/pkg-descr 1.2 +18 -4 ports/textproc/p5-SVG/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 Jun 2 6:45: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 3639F37B403; Sun, 2 Jun 2002 06:45:16 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52DjG707262; Sun, 2 Jun 2002 06:45:16 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200206021345.g52DjG707262@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jun 2002 06:45:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine_d5d_plugin Makefile ports/graphics/xine_d5d_plugin/files patch-src:input_dvd.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 nobutaka 2002/06/02 06:45:16 PDT Modified files: graphics/xine_d5d_plugin Makefile graphics/xine_d5d_plugin/files patch-src:input_dvd.c Log: Sync with xine-0.9.10. Bump PORTREVISION. Revision Changes Path 1.3 +1 -0 ports/graphics/xine_d5d_plugin/Makefile 1.2 +11 -2 ports/graphics/xine_d5d_plugin/files/patch-src:input_dvd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 6:47: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 173A737B404; Sun, 2 Jun 2002 06:47:50 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52DloV08288; Sun, 2 Jun 2002 06:47:50 -0700 (PDT) (envelope-from skv) Message-Id: <200206021347.g52DloV08288@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 06:47:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-XPath 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 skv 2002/06/02 06:47:49 PDT Modified files: textproc/p5-XML-XPath Makefile distinfo pkg-descr pkg-plist Log: Updated to 1.12, minor fixes Revision Changes Path 1.8 +3 -3 ports/textproc/p5-XML-XPath/Makefile 1.6 +1 -1 ports/textproc/p5-XML-XPath/distinfo 1.4 +5 -1 ports/textproc/p5-XML-XPath/pkg-descr 1.3 +2 -2 ports/textproc/p5-XML-XPath/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 Jun 2 6:54: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 355FC37B403; Sun, 2 Jun 2002 06:54:49 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Dsnx09459; Sun, 2 Jun 2002 06:54:49 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200206021354.g52Dsnx09459@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jun 2002 06:54:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine_d4d_plugin Makefile distinfo ports/graphics/xine_d4d_plugin/files patch-src:input:input_dvd.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 nobutaka 2002/06/02 06:54:49 PDT Modified files: graphics/xine_d4d_plugin Makefile distinfo Added files: graphics/xine_d4d_plugin/files patch-src:input:input_dvd.c Log: (1) Update distinfo. (2) Sync with xine-0.9.10. (3) Bump PORTREVISION. Submitted by: maintainer (1) Revision Changes Path 1.5 +1 -0 ports/graphics/xine_d4d_plugin/Makefile 1.4 +1 -1 ports/graphics/xine_d4d_plugin/distinfo 1.1 +11 -0 ports/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.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 Jun 2 6:55: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 B75E637B403; Sun, 2 Jun 2002 06:54:57 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Dsv909512; Sun, 2 Jun 2002 06:54:57 -0700 (PDT) (envelope-from skv) Message-Id: <200206021354.g52Dsv909512@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 06:54:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-Filter-SAX1toSAX2 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 skv 2002/06/02 06:54:57 PDT Modified files: textproc Makefile Added files: textproc/p5-XML-Filter-SAX1toSAX2 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-XML-Filter-SAX1toSAX2 0.01, convert SAX1 events to SAX2. Revision Changes Path 1.364 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/p5-XML-Filter-SAX1toSAX2/Makefile (new) 1.1 +1 -0 ports/textproc/p5-XML-Filter-SAX1toSAX2/distinfo (new) 1.1 +1 -0 ports/textproc/p5-XML-Filter-SAX1toSAX2/pkg-comment (new) 1.1 +8 -0 ports/textproc/p5-XML-Filter-SAX1toSAX2/pkg-descr (new) 1.1 +7 -0 ports/textproc/p5-XML-Filter-SAX1toSAX2/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 Jun 2 6: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 DA5AC37B41A; Sun, 2 Jun 2002 06:55:05 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Dt5s09733; Sun, 2 Jun 2002 06:55:05 -0700 (PDT) (envelope-from skv) Message-Id: <200206021355.g52Dt5s09733@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 06:55:05 -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 skv 2002/06/02 06:55:05 PDT Modified files: . modules Log: p5-XML-Filter-SAX1toSAX2 --> ports/textproc/p5-XML-Filter-SAX1toSAX2 Revision Changes Path 1.5266 +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 Jun 2 6:57: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 62A8837B403; Sun, 2 Jun 2002 06:57:09 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Dv9O14062; Sun, 2 Jun 2002 06:57:09 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200206021357.g52Dv9O14062@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jun 2002 06:57:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdvdnav Makefile distinfo ports/graphics/libdvdnav/files 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 nobutaka 2002/06/02 06:57:09 PDT Modified files: graphics/libdvdnav Makefile distinfo graphics/libdvdnav/files patch-src:Makefile.in Log: Uodate to 0.1.1. Revision Changes Path 1.2 +1 -1 ports/graphics/libdvdnav/Makefile 1.2 +1 -1 ports/graphics/libdvdnav/distinfo 1.2 +5 -5 ports/graphics/libdvdnav/files/patch-src:Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 6: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 48C4E37B403; Sun, 2 Jun 2002 06:58:52 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Dwqm14684; Sun, 2 Jun 2002 06:58:52 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200206021358.g52Dwqm14684@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sun, 2 Jun 2002 06:58:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine_dvdnav_plugin 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 nobutaka 2002/06/02 06:58:52 PDT Modified files: graphics/xine_dvdnav_plugin Makefile distinfo Log: Update to 0.9.10. Revision Changes Path 1.6 +1 -1 ports/graphics/xine_dvdnav_plugin/Makefile 1.3 +1 -1 ports/graphics/xine_dvdnav_plugin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 7:20: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 2000437B401; Sun, 2 Jun 2002 07:20:22 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52EKMm20724; Sun, 2 Jun 2002 07:20:22 -0700 (PDT) (envelope-from skv) Message-Id: <200206021420.g52EKMm20724@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 07:20:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-Handler-YAWriter 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 skv 2002/06/02 07:20:21 PDT Modified files: textproc Makefile Added files: textproc/p5-XML-Handler-YAWriter Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-XML-Handler-YAWriter 0.23, yet another Perl SAX XML Writer. Revision Changes Path 1.365 +1 -0 ports/textproc/Makefile 1.1 +27 -0 ports/textproc/p5-XML-Handler-YAWriter/Makefile (new) 1.1 +1 -0 ports/textproc/p5-XML-Handler-YAWriter/distinfo (new) 1.1 +1 -0 ports/textproc/p5-XML-Handler-YAWriter/pkg-comment (new) 1.1 +6 -0 ports/textproc/p5-XML-Handler-YAWriter/pkg-descr (new) 1.1 +8 -0 ports/textproc/p5-XML-Handler-YAWriter/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 Jun 2 7:20: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 8AEE037B407; Sun, 2 Jun 2002 07:20:29 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52EKTk20770; Sun, 2 Jun 2002 07:20:29 -0700 (PDT) (envelope-from skv) Message-Id: <200206021420.g52EKTk20770@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 07:20: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 skv 2002/06/02 07:20:29 PDT Modified files: . modules Log: p5-XML-Handler-YAWriter --> ports/textproc/p5-XML-Handler-YAWriter Revision Changes Path 1.5267 +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 Jun 2 7:22: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 3E54837B401; Sun, 2 Jun 2002 07:22:53 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52EMr621422; Sun, 2 Jun 2002 07:22:53 -0700 (PDT) (envelope-from petef) Message-Id: <200206021422.g52EMr621422@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 2 Jun 2002 07:22:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/swish++ 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/06/02 07:22:52 PDT Modified files: www/swish++ Makefile distinfo Log: Update to 5.8. PR: 38822 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/www/swish++/Makefile 1.4 +1 -1 ports/www/swish++/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 7: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 9116C37B405; Sun, 2 Jun 2002 07:27:03 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52ER3E21691; Sun, 2 Jun 2002 07:27:03 -0700 (PDT) (envelope-from brian) Message-Id: <200206021427.g52ER3E21691@freefall.freebsd.org> From: Brian Somers Date: Sun, 2 Jun 2002 07:27:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp radius.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/06/02 07:27:03 PDT Modified files: usr.sbin/ppp radius.c Log: Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is sufficient. In fact, using both breaks the radiator RADIUS daemon when used with a db as it maps both attributes to the same field value and then fails the insert. I decided to remove RAD_NAS_IP_ADDRESS on the basis that rfc2138 says: An Access-Request MUST contain a User-Name attribute. It SHOULD contain either a NAS-IP-Address attribute or NAS-Identifier attribute (or both, although that is not recommended). It MUST despite the fact that this not recommended bit was removed from the updated rfc. Revision Changes Path 1.28 +8 -0 src/usr.sbin/ppp/radius.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 7:27: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 E520737B400; Sun, 2 Jun 2002 07:27:49 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52ERni21742; Sun, 2 Jun 2002 07:27:49 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206021427.g52ERni21742@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Jun 2002 07:27:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/floatator 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/06/02 07:27:49 PDT Modified files: misc/floatator Makefile Log: add USE_MOTIF Reportted by: Alex Kapranoff Revision Changes Path 1.2 +1 -0 ports/misc/floatator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 8: 3:52 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 3DA0937B405; Sun, 2 Jun 2002 08:03:47 -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 BAA03914; Mon, 3 Jun 2002 01:03:43 +1000 Date: Mon, 3 Jun 2002 01:07:20 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/sys socket.h src/sys/conf options In-Reply-To: <200206020432.g524Wq390605@freefall.freebsd.org> Message-ID: <20020603010659.X2560-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 Sat, 1 Jun 2002, Alfred Perlstein wrote: > alfred 2002/06/01 21:32:52 PDT > > Modified files: > sys/sys socket.h > sys/conf options > Log: > bde noticed that SOMAXCONN breaks pretty badly as an option for LINT. > so back it out. > > Revision Changes Path > 1.320 +0 -1 src/sys/conf/options > 1.61 +0 -2 src/sys/sys/socket.h Thanks. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 9: 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 DC97D37B401; Sun, 2 Jun 2002 09:07:01 -0700 (PDT) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52G71x38231; Sun, 2 Jun 2002 09:07:01 -0700 (PDT) (envelope-from matusita) Message-Id: <200206021607.g52G71x38231@freefall.freebsd.org> From: Makoto Matsushita Date: Sun, 2 Jun 2002 09:07:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.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 matusita 2002/06/02 09:07:01 PDT Modified files: (Branch: RELENG_4) etc/defaults make.conf Log: The default version of XFree86 is now '4' (ports/Mk/bsd.port.mk rev 1.411). However, this file assumes it is '3'. Fixed. Note that this file doesn't exist in 5-current already, and src/share/examples/etc/make.conf doesn't have any ports specific variable. So this change goes directly to 4-stable. Approved by: re (bmah) Revision Changes Path 1.97.2.67 +4 -4 src/etc/defaults/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 9:12: 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 BEA9137B404; Sun, 2 Jun 2002 09:11:57 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52GBvS38944; Sun, 2 Jun 2002 09:11:57 -0700 (PDT) (envelope-from ache) Message-Id: <200206021611.g52GBvS38944@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Jun 2002 09:11:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses 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/06/02 09:11:57 PDT Modified files: lib/libncurses Makefile Log: Add NCURSES_OSPEED replace command to MANFILTER Revision Changes Path 1.55 +2 -1 src/lib/libncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 9:20: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 8FAD637B403; Sun, 2 Jun 2002 09:20:36 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52GKaM39703; Sun, 2 Jun 2002 09:20:36 -0700 (PDT) (envelope-from bmah) Message-Id: <200206021620.g52GKaM39703@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 2 Jun 2002 09:20: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/06/02 09:20:36 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix error in ls -h relnote. Submitted by: Kurashina Hideyuki , Ross Lippert Revision Changes Path 1.361 +2 -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 Sun Jun 2 9: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 E563A37B403; Sun, 2 Jun 2002 09:24:23 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52GONw39969; Sun, 2 Jun 2002 09:24:23 -0700 (PDT) (envelope-from bmah) Message-Id: <200206021624.g52GONw39969@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 2 Jun 2002 09:24:23 -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/06/02 09:24:23 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Two markup fixes in sendmail section, add a missing word. Revision Changes Path 1.362 +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 Sun Jun 2 9:35: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 1C40737B440; Sun, 2 Jun 2002 09:35:30 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52GZU441049; Sun, 2 Jun 2002 09:35:30 -0700 (PDT) (envelope-from bmah) Message-Id: <200206021635.g52GZU441049@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 2 Jun 2002 09:35:30 -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/06/02 09:35:30 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Fix error with ls -h, two markup fixes in sendmail section, add a missing word in sendmail section. Approved by: re (implicitly) Revision Changes Path 1.22.2.249 +4 -4 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 Sun Jun 2 10: 3: 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 F261F37B404; Sun, 2 Jun 2002 10:03:02 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52H32E43747; Sun, 2 Jun 2002 10:03:02 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206021703.g52H32E43747@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Jun 2002 10:03:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/pktrace Makefile distinfo pkg-comment pkg-descr pkg-plist ports/print/pktrace/files patch-GNUmakefile.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/06/02 10:03:02 PDT Modified files: print Makefile Added files: print/pktrace Makefile distinfo pkg-comment pkg-descr pkg-plist print/pktrace/files patch-GNUmakefile.in Log: add pktrace 1.0.4 Scalable PostScript (Type1) Fonts for MetaFont Revision Changes Path 1.211 +1 -0 ports/print/Makefile 1.1 +35 -0 ports/print/pktrace/Makefile (new) 1.1 +1 -0 ports/print/pktrace/distinfo (new) 1.1 +11 -0 ports/print/pktrace/files/patch-GNUmakefile.in (new) 1.1 +1 -0 ports/print/pktrace/pkg-comment (new) 1.1 +8 -0 ports/print/pktrace/pkg-descr (new) 1.1 +3 -0 ports/print/pktrace/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 Jun 2 10: 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 72BF937B401; Sun, 2 Jun 2002 10:03:04 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52H34Z43799; Sun, 2 Jun 2002 10:03:04 -0700 (PDT) (envelope-from petef) Message-Id: <200206021703.g52H34Z43799@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 2 Jun 2002 10:03:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/quanta Makefile distinfo pkg-plist ports/www/quanta/files patch-Makefile.in patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c patch-quanta::plugins::php4dgb::debugger.h patch-quanta::plugins::php4dgb::listener.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 petef 2002/06/02 10:03:04 PDT Modified files: www/quanta Makefile distinfo pkg-plist Added files: www/quanta/files patch-Makefile.in patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c patch-quanta::plugins::php4dgb::debugger.h patch-quanta::plugins::php4dgb::listener.cpp Log: - update to 2.0.1 - bump PORTEPOCH (the last version should have been 2.0.p1, not 2.0p1) - sort pkg-plist, don't try to @dirrm directories that aren't totally ours PR: 34231 Submitted by: Miguel Mendez Approved by: maintainer timeout Revision Changes Path 1.15 +9 -5 ports/www/quanta/Makefile 1.4 +1 -1 ports/www/quanta/distinfo 1.1 +24 -0 ports/www/quanta/files/patch-Makefile.in (new) 1.1 +10 -0 ports/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::DbgSite.h (new) 1.1 +18 -0 ports/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerBase.cpp (new) 1.1 +19 -0 ports/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ListenerGlobals.cpp (new) 1.1 +10 -0 ports/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::ThreadBase.cpp (new) 1.1 +13 -0 ports/www/quanta/files/patch-quanta::plugins::php4dgb::dbgbase::dbg_core.c (new) 1.1 +10 -0 ports/www/quanta/files/patch-quanta::plugins::php4dgb::debugger.h (new) 1.1 +8 -0 ports/www/quanta/files/patch-quanta::plugins::php4dgb::listener.cpp (new) 1.4 +53 -17 ports/www/quanta/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 Jun 2 10: 3: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 CB0F137B400; Sun, 2 Jun 2002 10:03:06 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52H36R43826; Sun, 2 Jun 2002 10:03:06 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206021703.g52H36R43826@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Jun 2002 10:03:06 -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/06/02 10:03:06 PDT Modified files: . modules Log: pktrace --> ports/print/pktrace Revision Changes Path 1.5268 +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 Jun 2 10:27: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 F18DE37B403; Sun, 2 Jun 2002 10:27:15 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52HRFN49841; Sun, 2 Jun 2002 10:27:15 -0700 (PDT) (envelope-from skv) Message-Id: <200206021727.g52HRFN49841@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 10:27:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-CGI-XMLApplication 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 skv 2002/06/02 10:27:15 PDT Modified files: www/p5-CGI-XMLApplication Makefile distinfo pkg-descr pkg-plist Log: Updated to 1.1.1 Revision Changes Path 1.2 +8 -6 ports/www/p5-CGI-XMLApplication/Makefile 1.2 +1 -1 ports/www/p5-CGI-XMLApplication/distinfo 1.2 +1 -1 ports/www/p5-CGI-XMLApplication/pkg-descr 1.2 +14 -11 ports/www/p5-CGI-XMLApplication/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 Jun 2 10: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 B9B3437B405; Sun, 2 Jun 2002 10:31:56 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52HVu150617; Sun, 2 Jun 2002 10:31:56 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206021731.g52HVu150617@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Jun 2002 10:31:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/ttfm Makefile pkg-plist ports/chinese/ttfm/files patch-modules::gscjk.ttfm X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/02 10:31:56 PDT Modified files: chinese/ttfm Makefile pkg-plist Added files: chinese/ttfm/files patch-modules::gscjk.ttfm Log: add gscjk module remove ghostscript6 module bump portrevision PR: 38803 Submitted by: Statue Revision Changes Path 1.7 +3 -3 ports/chinese/ttfm/Makefile 1.1 +763 -0 ports/chinese/ttfm/files/patch-modules::gscjk.ttfm (new) 1.6 +2 -1 ports/chinese/ttfm/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 Jun 2 10:38:52 2002 Delivered-To: cvs-all@freebsd.org Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.160.21]) by hub.freebsd.org (Postfix) with SMTP id E944837B404 for ; Sun, 2 Jun 2002 10:38:46 -0700 (PDT) Received: (qmail 6132 invoked from network); 3 Jun 2002 02:38:44 +0900 Received: from unknown (HELO localhost) (210.165.143.81) by mx.bl.mmtr.or.jp with SMTP; 3 Jun 2002 02:38:44 +0900 Date: Mon, 03 Jun 2002 02:01:32 +0900 (JST) Message-Id: <20020603.020132.36920987.rushani@bl.mmtr.or.jp> To: bmah@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml From: Hideyuki KURASHINA In-Reply-To: <200206021620.g52GKaM39703@freefall.freebsd.org> References: <200206021620.g52GKaM39703@freefall.freebsd.org> Organization: Nagaoka National College of Technology X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-URL: http://www.bl.mmtr.or.jp/~rushani/ X-Mailer: Mew version 3.0.54 on Emacs 21.2 / 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 >>> On Sun, 2 Jun 2002 09:20:36 -0700 (PDT), "Bruce A. Mah" said: > bmah 2002/06/02 09:20:36 PDT > > Modified files: > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > Log: > Fix error in ls -h relnote. > > Submitted by: Kurashina Hideyuki , > Ross Lippert and Originally pointed by: Koji Hino thanks! ---- Hideyuki KURASHINA / Nagaoka National College of Technology rushani@{bl.mmtr,yk.rim}.or.jp / ac14806t@st.nagaoka-ct.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 10:43: 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 282A537B403; Sun, 2 Jun 2002 10:43:06 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Hh6G51687; Sun, 2 Jun 2002 10:43:06 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206021743.g52Hh6G51687@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Jun 2002 10:43:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xosview Makefile distinfo ports/sysutils/xosview/files patch-ac 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/06/02 10:43:05 PDT Modified files: sysutils/xosview Makefile distinfo sysutils/xosview/files patch-configure Removed files: sysutils/xosview/files patch-ac Log: upgrade to 1.8.0 PR: 38809 Submitted by: Oliver Braun Revision Changes Path 1.28 +2 -3 ports/sysutils/xosview/Makefile 1.11 +1 -1 ports/sysutils/xosview/distinfo 1.3 +0 -11 ports/sysutils/xosview/files/patch-ac (dead) 1.2 +9 -3 ports/sysutils/xosview/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 Sun Jun 2 10: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 68A9A37B404; Sun, 2 Jun 2002 10:49:08 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Hn8i52023; Sun, 2 Jun 2002 10:49:08 -0700 (PDT) (envelope-from obrien) Message-Id: <200206021749.g52Hn8i52023@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Jun 2002 10:49:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libstdc++ 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/06/02 10:49:08 PDT Modified files: gnu/lib/libstdc++ Makefile Log: Turn on the math function stub stubs. Submitted by: Martin Blapp I believe OK with: peter Revision Changes Path 1.34 +1 -1 src/gnu/lib/libstdc++/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 11:27: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 03F3F37B407; Sun, 2 Jun 2002 11:27:34 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52IRX359656; Sun, 2 Jun 2002 11:27:33 -0700 (PDT) (envelope-from skv) Message-Id: <200206021827.g52IRX359656@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 11:27:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTTP-GHTTP 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 skv 2002/06/02 11:27:33 PDT Modified files: www/p5-HTTP-GHTTP Makefile distinfo Log: Updated to 1.07 Revision Changes Path 1.3 +2 -2 ports/www/p5-HTTP-GHTTP/Makefile 1.3 +1 -1 ports/www/p5-HTTP-GHTTP/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 11: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 02BA437B401; Sun, 2 Jun 2002 11:37:46 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Ibjr60643; Sun, 2 Jun 2002 11:37:45 -0700 (PDT) (envelope-from skv) Message-Id: <200206021837.g52Ibjr60643@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 11:37:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-HTTP-DAV 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 skv 2002/06/02 11:37:45 PDT Modified files: www Makefile Added files: www/p5-HTTP-DAV Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-HTTP-DAV 0.31, perl interface to the gnome ghttp library. Revision Changes Path 1.504 +1 -0 ports/www/Makefile 1.1 +29 -0 ports/www/p5-HTTP-DAV/Makefile (new) 1.1 +1 -0 ports/www/p5-HTTP-DAV/distinfo (new) 1.1 +1 -0 ports/www/p5-HTTP-DAV/pkg-comment (new) 1.1 +12 -0 ports/www/p5-HTTP-DAV/pkg-descr (new) 1.1 +13 -0 ports/www/p5-HTTP-DAV/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 Jun 2 11:38: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 EB60537B40E; Sun, 2 Jun 2002 11:37:52 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Ibq060675; Sun, 2 Jun 2002 11:37:52 -0700 (PDT) (envelope-from skv) Message-Id: <200206021837.g52Ibq060675@freefall.freebsd.org> From: Sergey Skvortsov Date: Sun, 2 Jun 2002 11:37: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 skv 2002/06/02 11:37:52 PDT Modified files: . modules Log: p5-HTTP-DAV --> ports/www/p5-HTTP-DAV Revision Changes Path 1.5269 +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 Jun 2 11:42: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 8A70337B405; Sun, 2 Jun 2002 11:42:43 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Igh761405; Sun, 2 Jun 2002 11:42:43 -0700 (PDT) (envelope-from brian) Message-Id: <200206021842.g52Igh761405@freefall.freebsd.org> From: Brian Somers Date: Sun, 2 Jun 2002 11:42:43 -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 brian 2002/06/02 11:42:43 PDT Modified files: net/freeradius Makefile Log: Add a missing mkdir Submitted by: Pete Fritchman Revision Changes Path 1.3 +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 Sun Jun 2 12: 9: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 8ADA637B400; Sun, 2 Jun 2002 12:09:22 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52J9MQ67541; Sun, 2 Jun 2002 12:09:22 -0700 (PDT) (envelope-from tobez) Message-Id: <200206021909.g52J9MQ67541@freefall.freebsd.org> From: Anton Berezin Date: Sun, 2 Jun 2002 12:09:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/scli Makefile distinfo ports/net/scli/files patch-aa 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 tobez 2002/06/02 12:09:22 PDT Modified files: net/scli Makefile distinfo Removed files: net/scli/files patch-aa patch-ad Log: Update to 0.2.9. PR: 38834 Submitted by: Marcin Cieslak via the maintainer Revision Changes Path 1.5 +1 -1 ports/net/scli/Makefile 1.4 +1 -1 ports/net/scli/distinfo 1.2 +0 -11 ports/net/scli/files/patch-aa (dead) 1.2 +0 -31 ports/net/scli/files/patch-ad (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 12:13: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 2EBDC37B401; Sun, 2 Jun 2002 12:13:40 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52JDep68327; Sun, 2 Jun 2002 12:13:40 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206021913.g52JDep68327@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Jun 2002 12:13:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/libgmp4 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/06/02 12:13:40 PDT Modified files: math/libgmp4 Makefile pkg-plist Log: enable c++ support bump portrevision Revision Changes Path 1.4 +3 -6 ports/math/libgmp4/Makefile 1.3 +5 -0 ports/math/libgmp4/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 Jun 2 12:20: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 2397237B447; Sun, 2 Jun 2002 12:20:38 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52JKcd68891; Sun, 2 Jun 2002 12:20:38 -0700 (PDT) (envelope-from marcel) Message-Id: <200206021920.g52JKcd68891@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 2 Jun 2002 12:20:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore savecore.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/06/02 12:20:37 PDT Modified files: sbin/savecore savecore.c Log: Fix breakage caused by allocating the I/O buffer. There was a sizeof(buf) lurking around that I missed. PR: 38811 Submitted by: Adrian Colley Revision Changes Path 1.62 +5 -2 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 12:22: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 1090737B403; Sun, 2 Jun 2002 12:22:17 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52JMHu69294; Sun, 2 Jun 2002 12:22:17 -0700 (PDT) (envelope-from petef) Message-Id: <200206021922.g52JMHu69294@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 2 Jun 2002 12:22:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ccdoc Makefile ports/graphics/p5-Gimp Makefile ports/java/mmake Makefile ports/security/snort-rep 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/06/02 12:22:16 PDT Modified files: devel/ccdoc Makefile graphics/p5-Gimp Makefile java/mmake Makefile security/snort-rep Makefile Log: Fix typo: USE_PERL -> USE_PERL5 Revision Changes Path 1.2 +2 -2 ports/devel/ccdoc/Makefile 1.6 +1 -1 ports/graphics/p5-Gimp/Makefile 1.3 +1 -1 ports/java/mmake/Makefile 1.4 +1 -1 ports/security/snort-rep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 12:22: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 1DFB037B40C; Sun, 2 Jun 2002 12:22:39 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52JMc369365; Sun, 2 Jun 2002 12:22:38 -0700 (PDT) (envelope-from mbr) Message-Id: <200206021922.g52JMc369365@freefall.freebsd.org> From: Martin Blapp Date: Sun, 2 Jun 2002 12:22:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-bridges::source::cpp_uno::gcc2_freebsd_intel::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/06/02 12:22:38 PDT Added files: editors/openoffice/files patch-bridges::source::cpp_uno::gcc2_freebsd_intel::makefile.mk Log: Don't compile this for the gcc3 case. Revision Changes Path 1.1 +11 -0 ports/editors/openoffice/files/patch-bridges::source::cpp_uno::gcc2_freebsd_intel::makefile.mk (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 12:25: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 5198037B401; Sun, 2 Jun 2002 12:25:32 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52JPWP69680; Sun, 2 Jun 2002 12:25:32 -0700 (PDT) (envelope-from mbr) Message-Id: <200206021925.g52JPWP69680@freefall.freebsd.org> From: Martin Blapp Date: Sun, 2 Jun 2002 12:25:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-vcl::unx::source::app::rptpsound.cxx X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/02 12:25:32 PDT Added files: editors/openoffice/files patch-vcl::unx::source::app::rptpsound.cxx Log: Same case as Solaris. Revision Changes Path 1.1 +11 -0 ports/editors/openoffice/files/patch-vcl::unx::source::app::rptpsound.cxx (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 12: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 C128537B401; Sun, 2 Jun 2002 12:29:04 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52JT4H69939; Sun, 2 Jun 2002 12:29:04 -0700 (PDT) (envelope-from mbr) Message-Id: <200206021929.g52JT4H69939@freefall.freebsd.org> From: Martin Blapp Date: Sun, 2 Jun 2002 12:29:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-external::glibc::glibcpatch X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/02 12:29:04 PDT Added files: editors/openoffice/files patch-external::glibc::glibcpatch Log: Add a patch to not prototype getopt() again if gcc3 is used. Revision Changes Path 1.1 +35 -0 ports/editors/openoffice/files/patch-external::glibc::glibcpatch (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 12:31: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 D587F37B403; Sun, 2 Jun 2002 12:31:50 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52JVoZ70590; Sun, 2 Jun 2002 12:31:50 -0700 (PDT) (envelope-from mbr) Message-Id: <200206021931.g52JVoZ70590@freefall.freebsd.org> From: Martin Blapp Date: Sun, 2 Jun 2002 12:31:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/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/06/02 12:31:50 PDT Modified files: editors/openoffice/files patch-solenv::inc::unxfbsdi.mk Log: Do not link with lsupc++. With the newest gcc3.1 version it seems not to be necessary. Revision Changes Path 1.9 +7 -16 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 Sun Jun 2 12:32: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 E63DA37B40C; Sun, 2 Jun 2002 12:32:05 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52JW5F70659; Sun, 2 Jun 2002 12:32:05 -0700 (PDT) (envelope-from alc) Message-Id: <200206021932.g52JW5F70659@freefall.freebsd.org> From: Alan Cox Date: Sun, 2 Jun 2002 12:32: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/06/02 12:32:05 PDT Modified files: sys/vm vm_map.c Log: o Style fixes to vm_map_split(), including the elimination of one variable declaration that shadows another. Note: This function should really be vm_object_split(), not vm_map_split(). Reviewed by: md5 Revision Changes Path 1.241 +1 -8 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 Jun 2 13: 6: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 57BC937B403; Sun, 2 Jun 2002 13:06:00 -0700 (PDT) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52K60777053; Sun, 2 Jun 2002 13:06:00 -0700 (PDT) (envelope-from schweikh) Message-Id: <200206022006.g52K60777053@freefall.freebsd.org> From: Jens Schweikhardt Date: Sun, 2 Jun 2002 13:06:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/stdlib div.S ldiv.S src/lib/libc/i386/string bzero.S ffs.S index.S memchr.S rindex.S strcat.S strchr.S strcmp.S strcpy.S strlen.S strrchr.S src/lib/libvgl bitmap.c keyboard.c main.c mouse.c simple.c text.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 schweikh 2002/06/02 13:05:59 PDT Modified files: lib/libc/i386/stdlib div.S ldiv.S lib/libc/i386/string bzero.S ffs.S index.S memchr.S rindex.S strcat.S strchr.S strcmp.S strcpy.S strlen.S strrchr.S lib/libvgl bitmap.c keyboard.c main.c mouse.c simple.c text.c vgl.h share/examples/libvgl demo.c sys/alpha/linux linux_dummy.c linux_sysvec.c sys/alpha/osf1 imgact_osf1.c osf1.h osf1_signal.c osf1_sysvec.c osf1_util.h sys/compat/linux linux_file.c linux_ioctl.c linux_ipc.c linux_misc.c linux_signal.c linux_socket.c linux_socket.h linux_stats.c sys/compat/svr4 imgact_svr4.c sys/dev/lmc if_lmc.c if_lmc_common.c if_lmc_fbsd3.c if_lmc_media.c if_lmcioctl.h if_lmcvar.h sys/dev/pdq if_fea.c if_fpa.c pdqvar.h pdq_freebsd.h sys/dev/wl if_wl.c if_wl.h sys/dev/joy joy.c joy_isa.c joy_pccard.c joyvar.h sys/i386/ibcs2 ibcs2_isc.c ibcs2_sysi86.c ibcs2_xenix.c imgact_coff.c sys/i386/include if_wl_wavelan.h sys/i386/isa if_le.c scd.c sys/i386/isa/ic lemac.h sys/i386/linux imgact_linux.c linux_dummy.c linux_sysvec.c sys/i4b/layer1/isic i4b_itk_ix1.c sys/ia64/ia32 imgact_ia32.c imgact_ia32.h sys/kern imgact_elf.c sys/pc98/pc98 pmc.c sys/pci dc21040reg.h if_de.c if_devar.h sys/sys imgact_elf.h joystick.h tools install.sh usr.bin/brandelf brandelf.c usr.bin/uac uac.c usr.sbin/kbdcontrol kbdcontrol.c lex.h lex.l usr.sbin/lptcontrol lptcontrol.c usr.sbin/vidcontrol decode.c vidcontrol.c Log: Fix typo in the BSD copyright: s/withough/without/ Spotted and suggested by: des MFC after: 3 weeks Revision Changes Path 1.8 +1 -1 src/lib/libc/i386/stdlib/div.S 1.8 +1 -1 src/lib/libc/i386/stdlib/ldiv.S 1.9 +1 -1 src/lib/libc/i386/string/bzero.S 1.9 +1 -1 src/lib/libc/i386/string/ffs.S 1.9 +1 -1 src/lib/libc/i386/string/index.S 1.12 +1 -1 src/lib/libc/i386/string/memchr.S 1.9 +1 -1 src/lib/libc/i386/string/rindex.S 1.10 +1 -1 src/lib/libc/i386/string/strcat.S 1.9 +1 -1 src/lib/libc/i386/string/strchr.S 1.10 +1 -1 src/lib/libc/i386/string/strcmp.S 1.10 +1 -1 src/lib/libc/i386/string/strcpy.S 1.9 +1 -1 src/lib/libc/i386/string/strlen.S 1.9 +1 -1 src/lib/libc/i386/string/strrchr.S 1.9 +1 -1 src/lib/libvgl/bitmap.c 1.7 +1 -1 src/lib/libvgl/keyboard.c 1.14 +1 -1 src/lib/libvgl/main.c 1.6 +1 -1 src/lib/libvgl/mouse.c 1.8 +1 -1 src/lib/libvgl/simple.c 1.8 +1 -1 src/lib/libvgl/text.c 1.8 +2 -2 src/lib/libvgl/vgl.h 1.6 +2 -2 src/share/examples/libvgl/demo.c 1.35 +1 -1 src/sys/alpha/linux/linux_dummy.c 1.82 +1 -1 src/sys/alpha/linux/linux_sysvec.c 1.11 +1 -1 src/sys/alpha/osf1/imgact_osf1.c 1.5 +2 -2 src/sys/alpha/osf1/osf1.h 1.18 +1 -1 src/sys/alpha/osf1/osf1_signal.c 1.7 +1 -1 src/sys/alpha/osf1/osf1_sysvec.c 1.4 +1 -1 src/sys/alpha/osf1/osf1_util.h 1.64 +1 -1 src/sys/compat/linux/linux_file.c 1.85 +1 -1 src/sys/compat/linux/linux_ioctl.c 1.30 +1 -1 src/sys/compat/linux/linux_ipc.c 1.122 +1 -1 src/sys/compat/linux/linux_misc.c 1.34 +1 -1 src/sys/compat/linux/linux_signal.c 1.32 +1 -1 src/sys/compat/linux/linux_socket.c 1.2 +1 -1 src/sys/compat/linux/linux_socket.h 1.41 +1 -1 src/sys/compat/linux/linux_stats.c 1.15 +1 -1 src/sys/compat/svr4/imgact_svr4.c 1.47 +1 -1 src/sys/dev/joy/joy.c 1.2 +1 -1 src/sys/dev/joy/joy_isa.c 1.2 +1 -1 src/sys/dev/joy/joy_pccard.c 1.2 +1 -1 src/sys/dev/joy/joyvar.h 1.15 +1 -1 src/sys/dev/lmc/if_lmc.c 1.4 +2 -2 src/sys/dev/lmc/if_lmc_common.c 1.5 +2 -2 src/sys/dev/lmc/if_lmc_fbsd3.c 1.3 +2 -2 src/sys/dev/lmc/if_lmc_media.c 1.4 +2 -2 src/sys/dev/lmc/if_lmcioctl.h 1.3 +2 -2 src/sys/dev/lmc/if_lmcvar.h 1.23 +1 -1 src/sys/dev/pdq/if_fea.c 1.17 +1 -1 src/sys/dev/pdq/if_fpa.c 1.2 +1 -1 src/sys/dev/pdq/pdq_freebsd.h 1.7 +1 -1 src/sys/dev/pdq/pdqvar.h 1.42 +1 -1 src/sys/dev/wl/if_wl.c 1.5 +2 -2 src/sys/dev/wl/if_wl.h 1.16 +2 -2 src/sys/i386/ibcs2/ibcs2_isc.c 1.16 +1 -1 src/sys/i386/ibcs2/ibcs2_sysi86.c 1.27 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix.c 1.51 +1 -1 src/sys/i386/ibcs2/imgact_coff.c 1.6 +2 -2 src/sys/i386/include/if_wl_wavelan.h 1.6 +1 -1 src/sys/i386/isa/ic/lemac.h 1.68 +1 -1 src/sys/i386/isa/if_le.c 1.65 +1 -1 src/sys/i386/isa/scd.c 1.41 +1 -1 src/sys/i386/linux/imgact_linux.c 1.34 +1 -1 src/sys/i386/linux/linux_dummy.c 1.100 +1 -1 src/sys/i386/linux/linux_sysvec.c 1.6 +2 -2 src/sys/i4b/layer1/isic/i4b_itk_ix1.c 1.2 +1 -1 src/sys/ia64/ia32/imgact_ia32.c 1.2 +1 -1 src/sys/ia64/ia32/imgact_ia32.h 1.111 +1 -1 src/sys/kern/imgact_elf.c 1.4 +1 -1 src/sys/pc98/pc98/pmc.c 1.7 +2 -2 src/sys/pci/dc21040reg.h 1.138 +1 -1 src/sys/pci/if_de.c 1.26 +1 -1 src/sys/pci/if_devar.h 1.23 +1 -1 src/sys/sys/imgact_elf.h 1.5 +1 -1 src/sys/sys/joystick.h 1.5 +2 -2 src/tools/install.sh 1.23 +1 -1 src/usr.bin/brandelf/brandelf.c 1.2 +1 -1 src/usr.bin/uac/uac.c 1.44 +1 -1 src/usr.sbin/kbdcontrol/kbdcontrol.c 1.13 +2 -2 src/usr.sbin/kbdcontrol/lex.h 1.14 +2 -2 src/usr.sbin/kbdcontrol/lex.l 1.13 +2 -2 src/usr.sbin/lptcontrol/lptcontrol.c 1.10 +1 -1 src/usr.sbin/vidcontrol/decode.c 1.42 +1 -1 src/usr.sbin/vidcontrol/vidcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 13: 6: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 A546837B41A; Sun, 2 Jun 2002 13:06:27 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52K6Rj77982; Sun, 2 Jun 2002 13:06:27 -0700 (PDT) (envelope-from marcel) Message-Id: <200206022006.g52K6Rj77982@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 2 Jun 2002 13:06:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/platforms ia64.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/06/02 13:06:27 PDT Modified files: en/platforms ia64.sgml Log: s/h2/h3/g. Revision Changes Path 1.9 +8 -8 www/en/platforms/ia64.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 13: 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 16FD237B40B; Sun, 2 Jun 2002 13:07:06 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52K76O78024; Sun, 2 Jun 2002 13:07:06 -0700 (PDT) (envelope-from mbr) Message-Id: <200206022007.g52K76O78024@freefall.freebsd.org> From: Martin Blapp Date: Sun, 2 Jun 2002 13:07:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-vcl::unx::source::app::rptpsound.cxx X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/02 13:07:05 PDT Modified files: editors/openoffice/files patch-vcl::unx::source::app::rptpsound.cxx Log: Fix previous patch. We have to include unistd.h for FreeBSD Revision Changes Path 1.2 +11 -9 ports/editors/openoffice/files/patch-vcl::unx::source::app::rptpsound.cxx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 13:12: 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 9F03437B400; Sun, 2 Jun 2002 13:11:57 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52KBvd79369; Sun, 2 Jun 2002 13:11:57 -0700 (PDT) (envelope-from mbr) Message-Id: <200206022011.g52KBvd79369@freefall.freebsd.org> From: Martin Blapp Date: Sun, 2 Jun 2002 13:11:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-vcl::unx::source::app::saldata.cxx X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/02 13:11:57 PDT Added files: editors/openoffice/files patch-vcl::unx::source::app::saldata.cxx Log: Add missing includes for CURRENT Revision Changes Path 1.1 +14 -0 ports/editors/openoffice/files/patch-vcl::unx::source::app::saldata.cxx (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 14:22: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 8A31337B404; Sun, 2 Jun 2002 14:22:25 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52LMPc89825; Sun, 2 Jun 2002 14:22:25 -0700 (PDT) (envelope-from tobez) Message-Id: <200206022122.g52LMPc89825@freefall.freebsd.org> From: Anton Berezin Date: Sun, 2 Jun 2002 14:22:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/perl5 Makefile pkg-descr ports/lang/perl5/files patch-ab patch-ac patch-ad patch-ae patch-af patch-makedepend patch-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 tobez 2002/06/02 14:22:25 PDT Modified files: lang/perl5 Makefile pkg-descr lang/perl5/files patch-ab patch-ac patch-ad patch-ae patch-af patch-makedepend Added files: lang/perl5/files patch-perl.c Log: Put SITEARCH and SITELIB paths in front of ARCHLIB and PRIVLIB in the @INC array. This takes care of the infamous problem of updating the packages already in the perl distribution. With this change, no tricks are any longer necessary for such p5 ports, except the usual tweaking of INSTALLDIRS in Makefile.PL. This last one can also be taken care of by an appropriate BSDPAN modifications, but until we have the `natural' @INC order in the 4.X base system perl, it is meaningless. Do not include iconv.h and do not link with libiconv. Iconv is not used by perl in any way currently, but it used to link it if found. Fix perl on freebsd/sparc64. PR: 33212 (iconv), 37605 (iconv), 38813 (sparc64) Reported by: Vivek Khera (iconv), Martin Nilsson (iconv) Submitted by: jake (sparc64) Revision Changes Path 1.43 +2 -2 ports/lang/perl5/Makefile 1.5 +2 -0 ports/lang/perl5/files/patch-ab 1.6 +13 -2 ports/lang/perl5/files/patch-ac 1.7 +2 -0 ports/lang/perl5/files/patch-ad 1.6 +2 -0 ports/lang/perl5/files/patch-ae 1.3 +2 -0 ports/lang/perl5/files/patch-af 1.2 +1 -1 ports/lang/perl5/files/patch-makedepend 1.1 +58 -0 ports/lang/perl5/files/patch-perl.c (new) 1.7 +5 -3 ports/lang/perl5/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 Jun 2 14:37: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 E499837B400; Sun, 2 Jun 2002 14:37:08 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Lb8u91482; Sun, 2 Jun 2002 14:37:08 -0700 (PDT) (envelope-from sada) Message-Id: <200206022137.g52Lb8u91482@freefall.freebsd.org> From: SADA Kenji Date: Sun, 2 Jun 2002 14:37: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 sada 2002/06/02 14:37:08 PDT Modified files: . modules Log: ja-celrw --> ports/japanese/celrw PR: ports/31950 Submitted by: IWASHITA Yoji Revision Changes Path 1.5270 +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 Jun 2 14:40: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 9AC7337B406; Sun, 2 Jun 2002 14:40:04 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Le4k91604; Sun, 2 Jun 2002 14:40:04 -0700 (PDT) (envelope-from obrien) Message-Id: <200206022140.g52Le4k91604@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Jun 2002 14:40:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim5/files patch-01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/02 14:40:04 PDT Modified files: editors/vim5/files patch-01 Log: Fix building fails when compiled w/ perl interpreter option. PR: 36124 Submitted by: Anton Berezin Revision Changes Path 1.14 +15 -4 ports/editors/vim5/files/patch-01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 14:43: 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 D529737B401; Sun, 2 Jun 2002 14:43:03 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Lh3092275; Sun, 2 Jun 2002 14:43:03 -0700 (PDT) (envelope-from mbr) Message-Id: <200206022143.g52Lh3092275@freefall.freebsd.org> From: Martin Blapp Date: Sun, 2 Jun 2002 14:43:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-product::inc::scp::udk_basefiles.scp patch-product::util::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/06/02 14:43:03 PDT Modified files: editors/openoffice/files patch-product::util::makefile.mk Added files: editors/openoffice/files patch-product::inc::scp::udk_basefiles.scp Log: For now, do not add libstd++ lib to the package. A libgcc_s.so is missing on CURRENT. I'll investigate here what's wrong. Revision Changes Path 1.1 +48 -0 ports/editors/openoffice/files/patch-product::inc::scp::udk_basefiles.scp (new) 1.4 +58 -27 ports/editors/openoffice/files/patch-product::util::makefile.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 14: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 87AF537B400; Sun, 2 Jun 2002 14:45:31 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52LjVr92488; Sun, 2 Jun 2002 14:45:31 -0700 (PDT) (envelope-from obrien) Message-Id: <200206022145.g52LjVr92488@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 2 Jun 2002 14:45:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT exclude X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/02 14:45:31 PDT Modified files: . exclude Log: Do not exclude all of src/etc. Instead be more granular and only list the applicable parts. Revision Changes Path 1.38 +1 -1 CVSROOT/exclude To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 14:46:31 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 C6CDE37B406; Sun, 2 Jun 2002 14:46:25 -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 g52LkPJn033859; Sun, 2 Jun 2002 14:46:25 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g52LkPam033858; Sun, 2 Jun 2002 14:46:25 -0700 (PDT) Date: Sun, 2 Jun 2002 14:46:25 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Peter Wemm , Josef Karthauser Subject: Re: cvs commit: src/etc rc rc.network rc.network6 src/etc/etc.alpha rc.alpha src/etc/etc.ia64 rc.ia64 src/etc/rc.d network securelevel sysctl Message-ID: <20020602144625.B251@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Peter Wemm , Josef Karthauser References: <200112110821.fBB8Lke47422@freefall.freebsd.org> <20020601100120.A94674@dragon.nuxi.com> <20020602130909.GE58857@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: <20020602130909.GE58857@sunbay.com>; from ru@FreeBSD.org on Sun, Jun 02, 2002 at 04:09:09PM +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, Jun 02, 2002 at 04:09:09PM +0300, Ruslan Ermilov wrote: > I just did a sweep over the entire src/, and wouldn't have committed > this (there are no $FreeBSD$'s in these files) if we didn't have > this line under CVSROOT/exclude, which is just news to me, to be > honest: > > ^src/etc/ > > This comes from CVSROOT/commit-prep.pl,v 1.18, and I think this should > be replaced by adding those files that really need it: > > ^src/etc/minfree > ^src/etc/motd Actually I found we already had etc/motd also. I cleaned up the file a little. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 14:47: 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 3618A37B40C; Sun, 2 Jun 2002 14:46:54 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52LksV92580; Sun, 2 Jun 2002 14:46:54 -0700 (PDT) (envelope-from sada) Message-Id: <200206022146.g52LksV92580@freefall.freebsd.org> From: SADA Kenji Date: Sun, 2 Jun 2002 14:46:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/celrw 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/06/02 14:46:54 PDT Modified files: japanese Makefile Added files: japanese/celrw Makefile distinfo pkg-comment pkg-descr pkg-plist Log: PR: ports/31950 Submitted by: IWASHITA Yoji Add new port: japanese/celrw . Celrw is cellular phone-number read/write tool. Celrw's target is PDC only (in Japan). Revision Changes Path 1.425 +1 -0 ports/japanese/Makefile 1.1 +34 -0 ports/japanese/celrw/Makefile (new) 1.1 +1 -0 ports/japanese/celrw/distinfo (new) 1.1 +1 -0 ports/japanese/celrw/pkg-comment (new) 1.1 +10 -0 ports/japanese/celrw/pkg-descr (new) 1.1 +3 -0 ports/japanese/celrw/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 Jun 2 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 2D14E37B403; Sun, 2 Jun 2002 14:54:56 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Lsuw93417; Sun, 2 Jun 2002 14:54:56 -0700 (PDT) (envelope-from des) Message-Id: <200206022154.g52Lsuw93417@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 2 Jun 2002 14:54:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.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/06/02 14:54:56 PDT Modified files: sys/kern subr_prf.c Log: Add support for 'j' flag. Simplify the size modifier code and reduce code duplication. Also add support for 'n' specifier. Reviewed by: bde Revision Changes Path 1.82 +71 -100 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 Sun Jun 2 14: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 08F9037B401; Sun, 2 Jun 2002 14:55:59 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Ltxl93528; Sun, 2 Jun 2002 14:55:59 -0700 (PDT) (envelope-from des) Message-Id: <200206022155.g52Ltxl93528@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 2 Jun 2002 14:55:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.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/06/02 14:55:58 PDT Modified files: sys/kern subr_prf.c Log: Whitespace nits. Revision Changes Path 1.83 +2 -2 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 Sun Jun 2 14: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 F250037B408; Sun, 2 Jun 2002 14:57:28 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52LvSU93635; Sun, 2 Jun 2002 14:57:28 -0700 (PDT) (envelope-from des) Message-Id: <200206022157.g52LvSU93635@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 2 Jun 2002 14:57:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.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/06/02 14:57:28 PDT Modified files: sys/kern subr_prf.c Log: ANSIfy the one remaining K&R function. Revision Changes Path 1.84 +1 -4 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 Sun Jun 2 15:14: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 8665B37B400; Sun, 2 Jun 2002 15:14:38 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52MEc199258; Sun, 2 Jun 2002 15:14:38 -0700 (PDT) (envelope-from cy) Message-Id: <200206022214.g52MEc199258@freefall.freebsd.org> From: Cy Schubert Date: Sun, 2 Jun 2002 15:14:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/dansguardian-devel Makefile distinfo pkg-plist ports/www/dansguardian-devel/files patch-autoconf::fbsd.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/06/02 15:14:38 PDT Modified files: www/dansguardian-devel Makefile distinfo pkg-plist www/dansguardian-devel/files patch-autoconf::fbsd.in Log: Update 2.4.2-1 --> 2.4.3-2 PR: 38430 Submitted by: MAINTAINER: Freddie Cash Revision Changes Path 1.2 +4 -3 ports/www/dansguardian-devel/Makefile 1.2 +1 -1 ports/www/dansguardian-devel/distinfo 1.2 +74 -63 ports/www/dansguardian-devel/files/patch-autoconf::fbsd.in 1.2 +5 -0 ports/www/dansguardian-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 Sun Jun 2 15:21: 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 C873937B404; Sun, 2 Jun 2002 15:20:59 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52MKxr99755; Sun, 2 Jun 2002 15:20:59 -0700 (PDT) (envelope-from tobez) Message-Id: <200206022220.g52MKxr99755@freefall.freebsd.org> From: Anton Berezin Date: Sun, 2 Jun 2002 15:20:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/p5-Switch 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 tobez 2002/06/02 15:20:59 PDT Modified files: lang/p5-Switch Makefile distinfo Log: Update to 2.07. Revision Changes Path 1.7 +1 -1 ports/lang/p5-Switch/Makefile 1.6 +1 -1 ports/lang/p5-Switch/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 15:34: 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 E6D5037B407; Sun, 2 Jun 2002 15:34:03 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52MY3S01205; Sun, 2 Jun 2002 15:34:03 -0700 (PDT) (envelope-from tobez) Message-Id: <200206022234.g52MY3S01205@freefall.freebsd.org> From: Anton Berezin Date: Sun, 2 Jun 2002 15:34:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-NetAddr-IP 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 tobez 2002/06/02 15:34:03 PDT Modified files: net/p5-NetAddr-IP Makefile distinfo Log: Update to 3.09. Revision Changes Path 1.16 +1 -1 ports/net/p5-NetAddr-IP/Makefile 1.11 +1 -1 ports/net/p5-NetAddr-IP/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 15:36: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 08C3537B404; Sun, 2 Jun 2002 15:36:10 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52MaA201314; Sun, 2 Jun 2002 15:36:10 -0700 (PDT) (envelope-from tobez) Message-Id: <200206022236.g52MaA201314@freefall.freebsd.org> From: Anton Berezin Date: Sun, 2 Jun 2002 15:36:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Sort-Versions 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 tobez 2002/06/02 15:36:09 PDT Modified files: devel/p5-Sort-Versions Makefile distinfo Log: Update to 1.4. Revision Changes Path 1.10 +1 -1 ports/devel/p5-Sort-Versions/Makefile 1.3 +1 -1 ports/devel/p5-Sort-Versions/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 15:43: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 34C6537B403; Sun, 2 Jun 2002 15:43:18 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52MhIc02098; Sun, 2 Jun 2002 15:43:18 -0700 (PDT) (envelope-from des) Message-Id: <200206022243.g52MhIc02098@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 2 Jun 2002 15:43:18 -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 des 2002/06/02 15:43:17 PDT Modified files: usr.bin Makefile Log: Connect perl to the build. Revision Changes Path 1.207 +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 Sun Jun 2 15:53: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 9EF7637B403; Sun, 2 Jun 2002 15:53:54 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Mrsc02964; Sun, 2 Jun 2002 15:53:54 -0700 (PDT) (envelope-from mbr) Message-Id: <200206022253.g52Mrsc02964@freefall.freebsd.org> From: Martin Blapp Date: Sun, 2 Jun 2002 15:53:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-product::util::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/06/02 15:53:54 PDT Modified files: editors/openoffice/files patch-product::util::makefile.mk Log: Some other ln -s -> ln -fs Revision Changes Path 1.5 +17 -5 ports/editors/openoffice/files/patch-product::util::makefile.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 16:54: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 C5F9B37B403; Sun, 2 Jun 2002 16:54:09 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g52Ns9O12884; Sun, 2 Jun 2002 16:54:09 -0700 (PDT) (envelope-from alc) Message-Id: <200206022354.g52Ns9O12884@freefall.freebsd.org> From: Alan Cox Date: Sun, 2 Jun 2002 16:54:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_object.c vm_object.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 alc 2002/06/02 16:54:09 PDT Modified files: sys/vm vm_map.c vm_object.c vm_object.h Log: o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it to vm_object_split(). Its interface should still be changed to resemble vm_object_shadow(). Revision Changes Path 1.242 +1 -90 src/sys/vm/vm_map.c 1.216 +91 -0 src/sys/vm/vm_object.c 1.79 +1 -0 src/sys/vm/vm_object.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 17: 0: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 EBDC737B406; Sun, 2 Jun 2002 17:00:07 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53007s13540; Sun, 2 Jun 2002 17:00:07 -0700 (PDT) (envelope-from petef) Message-Id: <200206030000.g53007s13540@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 2 Jun 2002 17:00:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/mavbiff 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 petef 2002/06/02 17:00:07 PDT Modified files: mail Makefile Added files: mail/mavbiff Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add mavbiff 1.1, small screen with active mailboxes and bring-to-front-facility. PR: 33168 Submitted by: Edwin Groothuis (edwin@mavetju.org) Revision Changes Path 1.301 +1 -0 ports/mail/Makefile 1.1 +24 -0 ports/mail/mavbiff/Makefile (new) 1.1 +1 -0 ports/mail/mavbiff/distinfo (new) 1.1 +1 -0 ports/mail/mavbiff/pkg-comment (new) 1.1 +7 -0 ports/mail/mavbiff/pkg-descr (new) 1.1 +4 -0 ports/mail/mavbiff/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 Jun 2 17: 0: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 BA8CA37B41A; Sun, 2 Jun 2002 17:00:12 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5300Cj13578; Sun, 2 Jun 2002 17:00:12 -0700 (PDT) (envelope-from petef) Message-Id: <200206030000.g5300Cj13578@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 2 Jun 2002 17:00:12 -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/06/02 17:00:12 PDT Modified files: . modules Log: mavbiff --> ports/mail/mavbiff Revision Changes Path 1.5271 +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 Jun 2 17:21: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 8BAE237B401; Sun, 2 Jun 2002 17:21:14 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g530LEH19853; Sun, 2 Jun 2002 17:21:14 -0700 (PDT) (envelope-from rwatson) Message-Id: <200206030021.g530LEH19853@freefall.freebsd.org> From: Robert Watson Date: Sun, 2 Jun 2002 17:21:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/02 17:21:14 PDT Modified files: . UPDATING Log: Remove comment about NO_WERROR, since it no longer applies. Pointed out by: silby Revision Changes Path 1.209 +0 -8 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 18: 2: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 6F21437B401; Sun, 2 Jun 2002 18:02:42 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5312gV23370; Sun, 2 Jun 2002 18:02:42 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200206030102.g5312gV23370@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 2 Jun 2002 18:02:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/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 kuriyama 2002/06/02 18:02:41 PDT Modified files: (Branch: RELENG_4) release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: MFen (--> 1.22.2.249). Submitted by: Hideyuki KURASHINA Revision Changes Path 1.5.2.22 +6 -6 src/release/doc/ja_JP.eucJP/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 Sun Jun 2 18: 5: 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 EF65C37B401; Sun, 2 Jun 2002 18:05:04 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53154x23830; Sun, 2 Jun 2002 18:05:04 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200206030105.g53154x23830@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 2 Jun 2002 18:05:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/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 kuriyama 2002/06/02 18:05:04 PDT Modified files: (Branch: RELENG_4) release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Forced commit: Previous commit is Approved by: re (bmah) Revision Changes Path 1.5.2.23 +2 -2 src/release/doc/ja_JP.eucJP/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 Sun Jun 2 18:12:24 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 2557F37B405 for ; Sun, 2 Jun 2002 18:12:19 -0700 (PDT) Received: (qmail 14421 invoked from network); 3 Jun 2002 01:12:18 -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 ; 3 Jun 2002 01:12:18 -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 g531CcF47448; Sun, 2 Jun 2002 21:12: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: <200206022154.g52Lsuw93417@freefall.freebsd.org> Date: Sun, 02 Jun 2002 21:12:03 -0400 (EDT) From: John Baldwin To: Dag-Erling Smorgrav Subject: RE: cvs commit: src/sys/kern subr_prf.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 02-Jun-2002 Dag-Erling Smorgrav wrote: > des 2002/06/02 14:54:56 PDT > > Modified files: > sys/kern subr_prf.c > Log: > Add support for 'j' flag. Simplify the size modifier code and reduce code > duplication. Also add support for 'n' specifier. Yay! -- 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 Sun Jun 2 18:14: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 6ACFD37B401; Sun, 2 Jun 2002 18:14:44 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g531Eig28555; Sun, 2 Jun 2002 18:14:44 -0700 (PDT) (envelope-from marcus) Message-Id: <200206030114.g531Eig28555@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 2 Jun 2002 18:14:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/metacity-setup Makefile distinfo ports/x11-wm/metacity-setup/files patch-configure patch-src_callbacks.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/06/02 18:14:43 PDT Modified files: x11-wm/metacity-setup Makefile distinfo Removed files: x11-wm/metacity-setup/files patch-configure patch-src_callbacks.c Log: Update to 0.4.1. Revision Changes Path 1.6 +1 -1 ports/x11-wm/metacity-setup/Makefile 1.4 +1 -1 ports/x11-wm/metacity-setup/distinfo 1.2 +0 -11 ports/x11-wm/metacity-setup/files/patch-configure (dead) 1.3 +0 -10 ports/x11-wm/metacity-setup/files/patch-src_callbacks.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 Jun 2 18:26: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 8A66337B400; Sun, 2 Jun 2002 18:26:45 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g531Qjn29461; Sun, 2 Jun 2002 18:26:45 -0700 (PDT) (envelope-from jhb) Message-Id: <200206030126.g531Qjn29461@freefall.freebsd.org> From: John Baldwin Date: Sun, 2 Jun 2002 18:26:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall modules.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 jhb 2002/06/02 18:26:45 PDT Modified files: (Branch: RELENG_4) release/sysinstall modules.c Log: MFC: revision 1.3: Don't load a module from /stand/modules in the MFS root if it is already in the kernel. This is needed to remove some bogus warnings booting from an i386 CD using cdboot or from an alpha CD. Approved by: re (murray) Revision Changes Path 1.2.2.3 +5 -1 src/release/sysinstall/modules.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 18:36: 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 EB57937B407; Sun, 2 Jun 2002 18:36:01 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g531a1d30276; Sun, 2 Jun 2002 18:36:01 -0700 (PDT) (envelope-from kris) Message-Id: <200206030136.g531a1d30276@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jun 2002 18:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ns 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 kris 2002/06/02 18:36:01 PDT Modified files: net/ns Makefile distinfo pkg-plist Log: Update to ns 2.1.b9 and reset MAINTAINER to ports@ because the old maintainer's email is bouncing. Revision Changes Path 1.9 +4 -6 ports/net/ns/Makefile 1.3 +1 -1 ports/net/ns/distinfo 1.3 +14 -1 ports/net/ns/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 Jun 2 18:36: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 3D17837B400; Sun, 2 Jun 2002 18:36:38 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g531aco30378; Sun, 2 Jun 2002 18:36:38 -0700 (PDT) (envelope-from kris) Message-Id: <200206030136.g531aco30378@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jun 2002 18:36:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ns/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/06/02 18:36:38 PDT Added files: net/ns/files patch-aa patch-ab Log: Add patches to get 2.1.b9 to compile Revision Changes Path 1.4 +10 -0 ports/net/ns/files/patch-aa (new) 1.1 +32 -0 ports/net/ns/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 19:31: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 ACE7E37B407; Sun, 2 Jun 2002 19:31:17 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g532VHh39338; Sun, 2 Jun 2002 19:31:17 -0700 (PDT) (envelope-from petef) Message-Id: <200206030231.g532VHh39338@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 2 Jun 2002 19:31:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipv6calc 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/06/02 19:31:17 PDT Modified files: net/ipv6calc Makefile distinfo Log: Update to 0.41. PR: 38842 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/net/ipv6calc/Makefile 1.4 +1 -1 ports/net/ipv6calc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 19: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 142C737B401; Sun, 2 Jun 2002 19:33:33 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g532XXt39723; Sun, 2 Jun 2002 19:33:33 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206030233.g532XXt39723@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Jun 2002 19:33:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/smokeping Makefile distinfo pkg-deinstall pkg-install 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/06/02 19:33:32 PDT Modified files: net/smokeping Makefile distinfo pkg-deinstall pkg-install pkg-plist Log: upgrade to 1.12 PR: 38833 Submitted by: maintainer Revision Changes Path 1.5 +8 -4 ports/net/smokeping/Makefile 1.4 +1 -1 ports/net/smokeping/distinfo 1.3 +71 -8 ports/net/smokeping/pkg-deinstall 1.2 +3 -0 ports/net/smokeping/pkg-install 1.3 +3 -0 ports/net/smokeping/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 Jun 2 19:36: 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 59ABF37B401; Sun, 2 Jun 2002 19:36:01 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g532a1239988; Sun, 2 Jun 2002 19:36:01 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206030236.g532a1239988@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Jun 2002 19:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mimedefang Makefile distinfo pkg-message pkg-plist ports/mail/mimedefang/files mimedefang.sh patch-Makefile.in patch-configure patch-init-script.in patch-mimedefang-filter.5.in patch-mimedefang-multiplexor.8.in patch-mimedefang.8.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/06/02 19:36:01 PDT Modified files: mail/mimedefang Makefile distinfo pkg-message pkg-plist Added files: mail/mimedefang/files patch-Makefile.in patch-configure patch-init-script.in patch-mimedefang-filter.5.in patch-mimedefang-multiplexor.8.in patch-mimedefang.8.in patch-mimedefang.pl.8.in patch-mimedefang.pl.in Removed files: mail/mimedefang/files mimedefang.sh Log: upgrade to 2.13 PR: 38836 Submitted by: maintainer Revision Changes Path 1.4 +18 -9 ports/mail/mimedefang/Makefile 1.3 +1 -1 ports/mail/mimedefang/distinfo 1.3 +0 -77 ports/mail/mimedefang/files/mimedefang.sh (dead) 1.1 +50 -0 ports/mail/mimedefang/files/patch-Makefile.in (new) 1.1 +11 -0 ports/mail/mimedefang/files/patch-configure (new) 1.1 +11 -0 ports/mail/mimedefang/files/patch-init-script.in (new) 1.1 +20 -0 ports/mail/mimedefang/files/patch-mimedefang-filter.5.in (new) 1.1 +11 -0 ports/mail/mimedefang/files/patch-mimedefang-multiplexor.8.in (new) 1.1 +20 -0 ports/mail/mimedefang/files/patch-mimedefang.8.in (new) 1.1 +25 -0 ports/mail/mimedefang/files/patch-mimedefang.pl.8.in (new) 1.1 +22 -0 ports/mail/mimedefang/files/patch-mimedefang.pl.in (new) 1.3 +2 -2 ports/mail/mimedefang/pkg-message 1.3 +6 -8 ports/mail/mimedefang/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 Jun 2 19:47: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 7085137B40B; Sun, 2 Jun 2002 19:47:10 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g532lA441043; Sun, 2 Jun 2002 19:47:10 -0700 (PDT) (envelope-from okazaki) Message-Id: <200206030247.g532lA441043@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sun, 2 Jun 2002 19:47:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/groff 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 okazaki 2002/06/02 19:47:10 PDT Modified files: japanese/groff Makefile distinfo Log: Update tmac suite to 20020602 of RELENG_4. Change the default .Os value to FreeBSD 4.6. Bump PORTREVISION. Revision Changes Path 1.34 +8 -3 ports/japanese/groff/Makefile 1.12 +1 -1 ports/japanese/groff/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jun 2 20: 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 A1E4A37B400; Sun, 2 Jun 2002 20:09:21 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5339Lj46670; Sun, 2 Jun 2002 20:09:21 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200206030309.g5339Lj46670@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 2 Jun 2002 20:09:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nagios Makefile distinfo pkg-plist ports/net/nagios/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 kuriyama 2002/06/02 20:09:21 PDT Modified files: net/nagios Makefile distinfo pkg-plist net/nagios/files patch-aa Log: Update to 1.0b2. Approved by: maintainer Revision Changes Path 1.17 +2 -2 ports/net/nagios/Makefile 1.11 +1 -1 ports/net/nagios/distinfo 1.7 +8 -23 ports/net/nagios/files/patch-aa 1.11 +16 -14 ports/net/nagios/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 Jun 2 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 D107B37B401; Sun, 2 Jun 2002 20:35:17 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g533ZHC49463; Sun, 2 Jun 2002 20:35:17 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206030335.g533ZHC49463@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Jun 2002 20:35:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/g2c 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/06/02 20:35:17 PDT Modified files: devel Makefile Added files: devel/g2c Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add g2c 0.4 Glade to C translator Revision Changes Path 1.833 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/g2c/Makefile (new) 1.1 +1 -0 ports/devel/g2c/distinfo (new) 1.1 +1 -0 ports/devel/g2c/pkg-comment (new) 1.1 +3 -0 ports/devel/g2c/pkg-descr (new) 1.1 +1 -0 ports/devel/g2c/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 Jun 2 20:35: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 14E5737B403; Sun, 2 Jun 2002 20:35:20 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g533ZK949494; Sun, 2 Jun 2002 20:35:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206030335.g533ZK949494@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 2 Jun 2002 20:35: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 ijliao 2002/06/02 20:35:20 PDT Modified files: . modules Log: g2c --> ports/devel/g2c Revision Changes Path 1.5272 +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 Jun 2 22:54: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 CD37A37B404; Sun, 2 Jun 2002 22:54:16 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g535sG169383; Sun, 2 Jun 2002 22:54:16 -0700 (PDT) (envelope-from marcus) Message-Id: <200206030554.g535sG169383@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 2 Jun 2002 22:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gail 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/06/02 22:54:16 PDT Modified files: x11-toolkits/gail Makefile Log: Make gail use X prefix. Bump PORTREVISION as this is required for glade2 to work. Revision Changes Path 1.11 +2 -0 ports/x11-toolkits/gail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 0:56:23 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 BE2E737B408; Mon, 3 Jun 2002 00:56:05 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g537tse43924; Mon, 3 Jun 2002 10:55:54 +0300 (EEST) (envelope-from ru) Date: Mon, 3 Jun 2002 10:55:53 +0300 From: Ruslan Ermilov To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING Message-ID: <20020603075553.GD37191@sunbay.com> References: <200206030021.g530LEH19853@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ylS2wUBXLOxYXZFQ" Content-Disposition: inline In-Reply-To: <200206030021.g530LEH19853@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 --ylS2wUBXLOxYXZFQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 02, 2002 at 05:21:14PM -0700, Robert Watson wrote: > rwatson 2002/06/02 17:21:14 PDT >=20 > Modified files: > . UPDATING=20 > Log: > Remove comment about NO_WERROR, since it no longer applies. > =20 > Pointed out by: silby > =20 > Revision Changes Path > 1.209 +0 -8 src/UPDATING >=20 Shouldn't you just have added the new para saying NO_WERROR is no longer required, specifying the date. /me tries to build snapshots without NO_WERROR 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 --ylS2wUBXLOxYXZFQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+yEJUkv4P6juNwoRAuw1AJ4r7hDMdTnzp1kqLjwImDLzaH10CACfar4r 27scSf8spODiudD7yaMP2NM= =G7Ki -----END PGP SIGNATURE----- --ylS2wUBXLOxYXZFQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 1: 0: 6 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 458E737B400; Mon, 3 Jun 2002 00:59:52 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g537xn744523; Mon, 3 Jun 2002 10:59:49 +0300 (EEST) (envelope-from ru) Date: Mon, 3 Jun 2002 10:59:49 +0300 From: Ruslan Ermilov To: "David O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Peter Wemm , Josef Karthauser Subject: Re: cvs commit: src/etc rc rc.network rc.network6 src/etc/etc.alpha rc.alpha src/etc/etc.ia64 rc.ia64 src/etc/rc.d network securelevel sysctl Message-ID: <20020603075949.GE37191@sunbay.com> References: <200112110821.fBB8Lke47422@freefall.freebsd.org> <20020601100120.A94674@dragon.nuxi.com> <20020602130909.GE58857@sunbay.com> <20020602144625.B251@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BQPnanjtCNWHyqYD" Content-Disposition: inline In-Reply-To: <20020602144625.B251@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 --BQPnanjtCNWHyqYD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jun 02, 2002 at 02:46:25PM -0700, David O'Brien wrote: > On Sun, Jun 02, 2002 at 04:09:09PM +0300, Ruslan Ermilov wrote: > > I just did a sweep over the entire src/, and wouldn't have committed > > this (there are no $FreeBSD$'s in these files) if we didn't have > > this line under CVSROOT/exclude, which is just news to me, to be > > honest: > >=20 > > ^src/etc/ > >=20 > > This comes from CVSROOT/commit-prep.pl,v 1.18, and I think this should > > be replaced by adding those files that really need it: > >=20 > > ^src/etc/minfree > > ^src/etc/motd >=20 > Actually I found we already had etc/motd also. I cleaned up the file a > little. >=20 Thanks. 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 --BQPnanjtCNWHyqYD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+yH1Ukv4P6juNwoRArXnAJ4waOHSTy90jSj2JGgi9/pDfOjzXQCePPKZ A4wm08Mu6AK5FBJQCXBrlEw= =aKrq -----END PGP SIGNATURE----- --BQPnanjtCNWHyqYD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 2:16: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 459F337B404; Mon, 3 Jun 2002 02:16:52 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539GqR04178; Mon, 3 Jun 2002 02:16:52 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206030916.g539GqR04178@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 3 Jun 2002 02:16:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/hea Makefile src/sys/conf files src/sys/dev/hea eni.c eni.h eni_buffer.c hea_freebsd.c hea_freebsd.h hea_pci.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 mdodd 2002/06/03 02:16:52 PDT Added files: sys/modules/hea Makefile Log: Build a 'hea_pci' driver module. Revision Changes Path 1.1 +11 -0 src/sys/modules/hea/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 2:16: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 4660C37B406; Mon, 3 Jun 2002 02:16:52 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539Gqb04184; Mon, 3 Jun 2002 02:16:52 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206030916.g539Gqb04184@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 3 Jun 2002 02:16:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/hea Makefile src/sys/conf files src/sys/dev/hea eni.c eni.h eni_buffer.c hea_freebsd.c hea_freebsd.h hea_pci.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 mdodd 2002/06/03 02:16:52 PDT Modified files: sys/conf files Log: Add new 'hea' driver files. Revision Changes Path 1.643 +2 -0 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 Mon Jun 3 2:17: 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 45FEB37B405; Mon, 3 Jun 2002 02:16:52 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539GqX04190; Mon, 3 Jun 2002 02:16:52 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206030916.g539GqX04190@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 3 Jun 2002 02:16:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/hea Makefile src/sys/conf files src/sys/dev/hea eni.c eni.h eni_buffer.c hea_freebsd.c hea_freebsd.h hea_pci.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 mdodd 2002/06/03 02:16:52 PDT Modified files: sys/dev/hea eni.c eni.h eni_buffer.c Added files: sys/dev/hea hea_freebsd.c hea_freebsd.h hea_pci.c Log: Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.) Module loads and unloads properly. Thanks to Richard Hodges for donating the hardware to allow me to work on this driver. Revision Changes Path 1.20 +25 -14 src/sys/dev/hea/eni.c 1.4 +2 -4 src/sys/dev/hea/eni.h 1.13 +4 -1 src/sys/dev/hea/eni_buffer.c 1.1 +357 -0 src/sys/dev/hea/hea_freebsd.c (new) 1.1 +59 -0 src/sys/dev/hea/hea_freebsd.h (new) 1.1 +224 -0 src/sys/dev/hea/hea_pci.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 2:17: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 960D037B403; Mon, 3 Jun 2002 02:16:52 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539GqR04172; Mon, 3 Jun 2002 02:16:52 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206030916.g539GqR04172@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 3 Jun 2002 02:16:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/hea Makefile src/sys/conf files src/sys/dev/hea eni.c eni.h eni_buffer.c hea_freebsd.c hea_freebsd.h hea_pci.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 mdodd 2002/06/03 02:16:52 PDT Modified files: sys/modules Makefile Log: - Add 'hea'. - Compile 'hfa' only on i386 (for now). Revision Changes Path 1.246 +2 -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 Mon Jun 3 2: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 5A10F37B406; Mon, 3 Jun 2002 02:27:06 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539R6W05097; Mon, 3 Jun 2002 02:27:06 -0700 (PDT) (envelope-from kris) Message-Id: <200206030927.g539R6W05097@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 02:27:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bcpp/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 kris 2002/06/03 02:27:06 PDT Added files: devel/bcpp/files patch-makefile Log: Respect CXX and CXXFLAGS Revision Changes Path 1.1 +14 -0 ports/devel/bcpp/files/patch-makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 2:36: 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 96A6F37B401; Mon, 3 Jun 2002 02:35:57 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539ZvC05941; Mon, 3 Jun 2002 02:35:57 -0700 (PDT) (envelope-from kris) Message-Id: <200206030935.g539ZvC05941@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 02:35:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ac3dec/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 kris 2002/06/03 02:35:57 PDT Added files: audio/ac3dec/files patch-aa patch-ab patch-ac patch-ad Log: Respect CFLAGS Revision Changes Path 1.1 +10 -0 ports/audio/ac3dec/files/patch-aa (new) 1.1 +11 -0 ports/audio/ac3dec/files/patch-ab (new) 1.1 +11 -0 ports/audio/ac3dec/files/patch-ac (new) 1.1 +11 -0 ports/audio/ac3dec/files/patch-ad (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 2:48: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 2465A37B405; Mon, 3 Jun 2002 02:48:37 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539mbm06843; Mon, 3 Jun 2002 02:48:37 -0700 (PDT) (envelope-from kris) Message-Id: <200206030948.g539mbm06843@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 02:48:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/txtmerge/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/06/03 02:48:36 PDT Modified files: graphics/txtmerge/files patch-aa Log: Respect CC and don't try and include a null header directory Revision Changes Path 1.2 +11 -2 ports/graphics/txtmerge/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 Jun 3 2:49: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 A993237B40A; Mon, 3 Jun 2002 02:49:25 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539nPI06935; Mon, 3 Jun 2002 02:49:25 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206030949.g539nPI06935@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jun 2002 02:49:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnomepim 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/06/03 02:49:25 PDT Modified files: deskutils/gnomepim Makefile Log: Remove extra MASTER_SITES - the distfile is now awailable from the MASTER_SITE_GNOME Revision Changes Path 1.41 +1 -3 ports/deskutils/gnomepim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 2:51: 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 3962837B400; Mon, 3 Jun 2002 02:51:03 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539p3T07527; Mon, 3 Jun 2002 02:51:03 -0700 (PDT) (envelope-from knu) Message-Id: <200206030951.g539p3T07527@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Jun 2002 02:51:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-date2 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/06/03 02:51:03 PDT Modified files: devel/ruby-date2 Makefile distinfo pkg-plist Log: Update to 3.2.1. Revision Changes Path 1.21 +1 -1 ports/devel/ruby-date2/Makefile 1.16 +1 -1 ports/devel/ruby-date2/distinfo 1.10 +6 -6 ports/devel/ruby-date2/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 Jun 3 2:55: 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 A1EDB37B400; Mon, 3 Jun 2002 02:55:04 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539t4807768; Mon, 3 Jun 2002 02:55:04 -0700 (PDT) (envelope-from knu) Message-Id: <200206030955.g539t4807768@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Jun 2002 02:55:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-soap 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/06/03 02:55:04 PDT Modified files: net/ruby-soap Makefile distinfo pkg-plist Log: Update to 1.4.5. Revision Changes Path 1.17 +11 -5 ports/net/ruby-soap/Makefile 1.15 +1 -1 ports/net/ruby-soap/distinfo 1.16 +10 -2 ports/net/ruby-soap/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 Jun 3 2:55: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 1858237B40E; Mon, 3 Jun 2002 02:55:20 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539tKN07825; Mon, 3 Jun 2002 02:55:20 -0700 (PDT) (envelope-from knu) Message-Id: <200206030955.g539tKN07825@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Jun 2002 02:55:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ruby-xmms 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/06/03 02:55:19 PDT Modified files: audio/ruby-xmms Makefile distinfo pkg-plist Log: Update to 0.1.1. Revision Changes Path 1.2 +1 -1 ports/audio/ruby-xmms/Makefile 1.2 +1 -1 ports/audio/ruby-xmms/distinfo 1.2 +1 -0 ports/audio/ruby-xmms/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 Jun 3 2:58: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 E1F2E37B403; Mon, 3 Jun 2002 02:58:44 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539wit08152; Mon, 3 Jun 2002 02:58:44 -0700 (PDT) (envelope-from nyan) Message-Id: <200206030958.g539wit08152@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 3 Jun 2002 02:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation 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 nyan 2002/06/03 02:58:44 PDT Modified files: release/doc/en_US.ISO8859-1/installation Makefile Log: Add pc98 subdirectory. Revision Changes Path 1.4 +2 -1 src/release/doc/en_US.ISO8859-1/installation/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 3: 0: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 9771637B405; Mon, 3 Jun 2002 03:00:55 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53A0tr08783; Mon, 3 Jun 2002 03:00:55 -0700 (PDT) (envelope-from knu) Message-Id: <200206031000.g53A0tr08783@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Jun 2002 03:00:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-rexml 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/06/03 03:00:55 PDT Modified files: textproc/ruby-rexml Makefile distinfo pkg-plist Log: Update to 2.2.2. Revision Changes Path 1.16 +2 -2 ports/textproc/ruby-rexml/Makefile 1.15 +1 -1 ports/textproc/ruby-rexml/distinfo 1.13 +3 -0 ports/textproc/ruby-rexml/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 Jun 3 3:12: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 ABFDC37B404; Mon, 3 Jun 2002 03:12:09 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53AC9K13866; Mon, 3 Jun 2002 03:12:09 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206031012.g53AC9K13866@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 3 Jun 2002 03:12:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ocamlweb 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 jkoshy 2002/06/03 03:12:09 PDT Modified files: devel/ocamlweb Makefile distinfo pkg-plist Log: Track version bump on MASTER_SITE. Reflect the fact that Ocamlweb's documentation is now version numbered. Make pkg-plist correct when NOPORTDOCS is defined. Revision Changes Path 1.5 +3 -3 ports/devel/ocamlweb/Makefile 1.4 +2 -2 ports/devel/ocamlweb/distinfo 1.3 +2 -2 ports/devel/ocamlweb/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 Jun 3 3:19: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 F3A5E37B407; Mon, 3 Jun 2002 03:19:16 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53AJGH14310; Mon, 3 Jun 2002 03:19:16 -0700 (PDT) (envelope-from kris) Message-Id: <200206031019.g53AJGH14310@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 03:19:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/snort/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/06/03 03:19:16 PDT Added files: security/snort/files patch-aa Log: #include instead of to fix build on -current. Revision Changes Path 1.1 +11 -0 ports/security/snort/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 Mon Jun 3 3:44: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 76A0A37B401; Mon, 3 Jun 2002 03:44:39 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Aidx16656; Mon, 3 Jun 2002 03:44:39 -0700 (PDT) (envelope-from ache) Message-Id: <200206031044.g53Aidx16656@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 3 Jun 2002 03:44:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tput tput.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/06/03 03:44:39 PDT Modified files: usr.bin/tput tput.c Log: Skip %pN comes from ncurses PR: 15418 Revision Changes Path 1.13 +5 -0 src/usr.bin/tput/tput.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 3:53: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 E775437B400; Mon, 3 Jun 2002 03:53:48 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Armm17795; Mon, 3 Jun 2002 03:53:48 -0700 (PDT) (envelope-from knu) Message-Id: <200206031053.g53Armm17795@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Jun 2002 03:53:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-libglade pkg-plist ports/devel/ruby-libglade/files patch-extconf.rb ports/graphics/ruby-gdk_imlib/files patch-extconf.rb ports/x11/ruby-gnome Makefile.common distinfo pkg-descr ports/x11/ruby-gnome/files patch-extconf.rb ports/x11-toolkits/ruby-gtk ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/03 03:53:48 PDT Modified files: devel/ruby-libglade pkg-plist x11/ruby-gnome Makefile.common distinfo pkg-descr x11-toolkits/ruby-gtk pkg-plist Removed files: devel/ruby-libglade/files patch-extconf.rb graphics/ruby-gdk_imlib/files patch-extconf.rb x11/ruby-gnome/files patch-extconf.rb x11-toolkits/ruby-gtk/files patch-extconf.rb Log: Update the Ruby/GNOME suite to 0.28. Revision Changes Path 1.5 +0 -32 ports/devel/ruby-libglade/files/patch-extconf.rb (dead) 1.4 +0 -1 ports/devel/ruby-libglade/pkg-plist 1.3 +0 -42 ports/graphics/ruby-gdk_imlib/files/patch-extconf.rb (dead) 1.2 +0 -32 ports/x11-toolkits/ruby-gtk/files/patch-extconf.rb (dead) 1.11 +1 -0 ports/x11-toolkits/ruby-gtk/pkg-plist 1.5 +2 -2 ports/x11/ruby-gnome/Makefile.common 1.5 +1 -1 ports/x11/ruby-gnome/distinfo 1.3 +0 -32 ports/x11/ruby-gnome/files/patch-extconf.rb (dead) 1.2 +3 -5 ports/x11/ruby-gnome/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 3:55: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 DED1637B404; Mon, 3 Jun 2002 03:55:07 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53At7118056; Mon, 3 Jun 2002 03:55:07 -0700 (PDT) (envelope-from knu) Message-Id: <200206031055.g53At7118056@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Jun 2002 03:55:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/ruby-gnome-all 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 knu 2002/06/03 03:55:07 PDT Modified files: x11 Makefile Added files: x11/ruby-gnome-all Makefile pkg-comment pkg-descr pkg-plist Log: Add ruby-gnome-all, the "meta-port" for Ruby/GNOME. Revision Changes Path 1.371 +1 -0 ports/x11/Makefile 1.1 +40 -0 ports/x11/ruby-gnome-all/Makefile (new) 1.1 +1 -0 ports/x11/ruby-gnome-all/pkg-comment (new) 1.1 +1 -0 ports/x11/ruby-gnome-all/pkg-descr (new) 1.1 +1 -0 ports/x11/ruby-gnome-all/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 Jun 3 3:55: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 2374A37B400; Mon, 3 Jun 2002 03:55:14 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53AtEE18103; Mon, 3 Jun 2002 03:55:14 -0700 (PDT) (envelope-from knu) Message-Id: <200206031055.g53AtEE18103@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Jun 2002 03:55: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 knu 2002/06/03 03:55:14 PDT Modified files: . modules Log: ruby-gnome-all --> ports/x11/ruby-gnome-all Revision Changes Path 1.5273 +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 Jun 3 3:55: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 109E537B400; Mon, 3 Jun 2002 03:55:55 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53AttO18230; Mon, 3 Jun 2002 03:55:55 -0700 (PDT) (envelope-from knu) Message-Id: <200206031055.g53AttO18230@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Jun 2002 03:55:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-ldap 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/06/03 03:55:55 PDT Modified files: net/ruby-ldap Makefile distinfo pkg-plist Log: Update to 0.7.0. Revision Changes Path 1.19 +1 -1 ports/net/ruby-ldap/Makefile 1.16 +1 -1 ports/net/ruby-ldap/distinfo 1.13 +3 -0 ports/net/ruby-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 Mon Jun 3 4: 7: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 0652137B405; Mon, 3 Jun 2002 04:07:35 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53B7YL26780; Mon, 3 Jun 2002 04:07:34 -0700 (PDT) (envelope-from markp) Message-Id: <200206031107.g53B7YL26780@freefall.freebsd.org> From: Mark Pulford Date: Mon, 3 Jun 2002 04:07:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/scout 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 markp 2002/06/03 04:07:30 PDT Modified files: www Makefile Added files: www/scout Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add scout 0.70, a utility to harvest URLs from a given start point. PR: 37110 Submitted by: Dominic Marks Revision Changes Path 1.505 +1 -0 ports/www/Makefile 1.1 +24 -0 ports/www/scout/Makefile (new) 1.1 +1 -0 ports/www/scout/distinfo (new) 1.1 +1 -0 ports/www/scout/pkg-comment (new) 1.1 +6 -0 ports/www/scout/pkg-descr (new) 1.1 +1 -0 ports/www/scout/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 Jun 3 4: 7: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 C9BB637B400; Mon, 3 Jun 2002 04:07:36 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53B7ax26811; Mon, 3 Jun 2002 04:07:36 -0700 (PDT) (envelope-from markp) Message-Id: <200206031107.g53B7ax26811@freefall.freebsd.org> From: Mark Pulford Date: Mon, 3 Jun 2002 04:07: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 markp 2002/06/03 04:07:36 PDT Modified files: . modules Log: scout --> ports/www/scout Revision Changes Path 1.5274 +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 Jun 3 4:27: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 94BD537B408; Mon, 3 Jun 2002 04:27:55 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53BRtY28833; Mon, 3 Jun 2002 04:27:55 -0700 (PDT) (envelope-from knu) Message-Id: <200206031127.g53BRtY28833@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 3 Jun 2002 04:27:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perforce 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/06/03 04:27:55 PDT Modified files: devel/perforce Makefile distinfo Log: Update to 02.1 for i386. PR: ports/38791 Submitted by: David Marshall Use the MASTER_SITES :fu while I'm here. Revision Changes Path 1.7 +7 -5 ports/devel/perforce/Makefile 1.7 +6 -6 ports/devel/perforce/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 4:30: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 0BEA437B400; Mon, 3 Jun 2002 04:30:44 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53BUhg29106; Mon, 3 Jun 2002 04:30:44 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206031130.g53BUhg29106@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jun 2002 04:30:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dia Makefile distinfo pkg-plist ports/graphics/dia/files patch-ab patch-ad patch-af patch-lib::charconv.c patch-lib::font.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/06/03 04:30:43 PDT Modified files: graphics/dia Makefile distinfo pkg-plist graphics/dia/files patch-ab patch-ad patch-af Added files: graphics/dia/files patch-lib::charconv.c patch-lib::font.c Log: Update to 0.90. Revision Changes Path 1.19 +1 -2 ports/graphics/dia/Makefile 1.8 +1 -1 ports/graphics/dia/distinfo 1.8 +23 -8 ports/graphics/dia/files/patch-ab 1.4 +27 -8 ports/graphics/dia/files/patch-ad 1.4 +40 -17 ports/graphics/dia/files/patch-af 1.1 +15 -0 ports/graphics/dia/files/patch-lib::charconv.c (new) 1.1 +15 -0 ports/graphics/dia/files/patch-lib::font.c (new) 1.11 +70 -53 ports/graphics/dia/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 Jun 3 4: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 BE49437B405; Mon, 3 Jun 2002 04:33:57 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53BXvR29826; Mon, 3 Jun 2002 04:33:57 -0700 (PDT) (envelope-from znerd) Message-Id: <200206031133.g53BXvR29826@freefall.freebsd.org> From: Ernst de Haan Date: Mon, 3 Jun 2002 04:33:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/jakarta-ant 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 znerd 2002/06/03 04:33:57 PDT Modified files: devel/jakarta-ant Makefile distinfo pkg-plist Log: Upgrade from 1.5.0.b1 to 1.5.0.b2. See: http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta2/ Revision Changes Path 1.10 +2 -2 ports/devel/jakarta-ant/Makefile 1.5 +1 -1 ports/devel/jakarta-ant/distinfo 1.5 +17 -8 ports/devel/jakarta-ant/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 Jun 3 4:36: 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 10EFB37B406; Mon, 3 Jun 2002 04:36:05 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Ba5230050; Mon, 3 Jun 2002 04:36:05 -0700 (PDT) (envelope-from markp) Message-Id: <200206031136.g53Ba5230050@freefall.freebsd.org> From: Mark Pulford Date: Mon, 3 Jun 2002 04:36:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/siege 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 markp 2002/06/03 04:36:04 PDT Modified files: benchmarks/siege Makefile distinfo pkg-plist Log: Update to 2.52 (scout is now found in www/scout) MAINTAINER set to the submitter PR: 37107 Submitted by: Dominic Marks Revision Changes Path 1.6 +9 -15 ports/benchmarks/siege/Makefile 1.6 +1 -1 ports/benchmarks/siege/distinfo 1.2 +0 -3 ports/benchmarks/siege/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 Jun 3 5: 1: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 9127237B400; Mon, 3 Jun 2002 05:01:07 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53C17O32980; Mon, 3 Jun 2002 05:01:07 -0700 (PDT) (envelope-from markp) Message-Id: <200206031201.g53C17O32980@freefall.freebsd.org> From: Mark Pulford Date: Mon, 3 Jun 2002 05:01:07 -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 markp 2002/06/03 05:01:07 PDT Modified files: games/xrot Makefile Log: Fix build under XFree86-4 Revision Changes Path 1.6 +1 -6 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 Mon Jun 3 5: 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 25B6937B403; Mon, 3 Jun 2002 05:06:50 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53C6og37287; Mon, 3 Jun 2002 05:06:50 -0700 (PDT) (envelope-from iedowse) Message-Id: <200206031206.g53C6og37287@freefall.freebsd.org> From: Ian Dowse Date: Mon, 3 Jun 2002 05:06:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/quota quota.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/06/03 05:06:50 PDT Modified files: usr.bin/quota quota.c Log: Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS servers are down. Avoid trying to send RPCs to the pidXXX@machine names used in the special amd(8) mounts. PR: bin/6183 Submitted by: Petr Lampa Revision Changes Path 1.16 +8 -1 src/usr.bin/quota/quota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 5:48: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 9FFF237B409; Mon, 3 Jun 2002 05:48:27 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53CmRm45456; Mon, 3 Jun 2002 05:48:27 -0700 (PDT) (envelope-from markp) Message-Id: <200206031248.g53CmRm45456@freefall.freebsd.org> From: Mark Pulford Date: Mon, 3 Jun 2002 05:48:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stegdetect 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 markp 2002/06/03 05:48:26 PDT Modified files: security/stegdetect Makefile distinfo pkg-descr pkg-plist Log: Update to 0.5. Add optional xsteg. Revision Changes Path 1.4 +19 -3 ports/security/stegdetect/Makefile 1.3 +1 -1 ports/security/stegdetect/distinfo 1.3 +3 -1 ports/security/stegdetect/pkg-descr 1.3 +1 -0 ports/security/stegdetect/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 Jun 3 6: 3: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 7C28637B403; Mon, 3 Jun 2002 06:03:44 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53D3iC56817; Mon, 3 Jun 2002 06:03:44 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200206031303.g53D3iC56817@freefall.freebsd.org> From: MANTANI Nobutaka Date: Mon, 3 Jun 2002 06:03:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gorua 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 nobutaka 2002/06/03 06:03:44 PDT Modified files: japanese/gorua Makefile distinfo Log: Update to 0.14a. Revision Changes Path 1.10 +1 -1 ports/japanese/gorua/Makefile 1.10 +1 -1 ports/japanese/gorua/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 6:55: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 A63DB37B401; Mon, 3 Jun 2002 06:55:42 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Dtgd65838; Mon, 3 Jun 2002 06:55:42 -0700 (PDT) (envelope-from mbr) Message-Id: <200206031355.g53Dtgd65838@freefall.freebsd.org> From: Martin Blapp Date: Mon, 3 Jun 2002 06:55:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/03 06:55:41 PDT Modified files: editors/openoffice Makefile Log: OO bootstrap needs perl. Revision Changes Path 1.58 +1 -0 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 7: 0: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 0E7E837B405; Mon, 3 Jun 2002 07:00:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53E0KM66329; Mon, 3 Jun 2002 07:00:20 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031400.g53E0KM66329@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 07:00:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/lbpp 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/06/03 07:00:20 PDT Modified files: devel Makefile Added files: devel/lbpp Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add lbpp 0.0.6b A front end to GCC from Liberty Basic source code Revision Changes Path 1.834 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/lbpp/Makefile (new) 1.1 +1 -0 ports/devel/lbpp/distinfo (new) 1.1 +1 -0 ports/devel/lbpp/pkg-comment (new) 1.1 +16 -0 ports/devel/lbpp/pkg-descr (new) 1.1 +2 -0 ports/devel/lbpp/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 Jun 3 7: 0: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 E631D37B400; Mon, 3 Jun 2002 07:00:24 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53E0Oo66371; Mon, 3 Jun 2002 07:00:24 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031400.g53E0Oo66371@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 07:00: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 ijliao 2002/06/03 07:00:24 PDT Modified files: . modules Log: lbpp --> ports/devel/lbpp Revision Changes Path 1.5275 +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 Jun 3 7: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 DE61D37B405; Mon, 3 Jun 2002 07:41:32 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53EfWk74740; Mon, 3 Jun 2002 07:41:32 -0700 (PDT) (envelope-from tjr) Message-Id: <200206031441.g53EfWk74740@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 3 Jun 2002 07:41:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/split split.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/06/03 07:41:32 PDT Modified files: usr.bin/split split.1 Log: Correct HISTORY section - split(1) appeared at least as early as V3. Revision Changes Path 1.11 +1 -1 src/usr.bin/split/split.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 7:42: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 B183737B407; Mon, 3 Jun 2002 07:42:28 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53EgSb75051; Mon, 3 Jun 2002 07:42:28 -0700 (PDT) (envelope-from tjr) Message-Id: <200206031442.g53EgSb75051@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 3 Jun 2002 07:42:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/split split.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/06/03 07:42:28 PDT Modified files: usr.bin/split split.1 Log: Sort sections. Revision Changes Path 1.12 +12 -12 src/usr.bin/split/split.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 7:45: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 8B29437B403; Mon, 3 Jun 2002 07:45:20 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53EjK475259; Mon, 3 Jun 2002 07:45:20 -0700 (PDT) (envelope-from tjr) Message-Id: <200206031445.g53EjK475259@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 3 Jun 2002 07:45:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/kill kill.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/06/03 07:45:20 PDT Modified files: bin/kill kill.1 Log: Correct History section: kill(1) appeared in V4, not V6. Revision Changes Path 1.13 +2 -2 src/bin/kill/kill.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 7:48: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 D840437B406; Mon, 3 Jun 2002 07:48:33 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53EmXf75455; Mon, 3 Jun 2002 07:48:33 -0700 (PDT) (envelope-from tjr) Message-Id: <200206031448.g53EmXf75455@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 3 Jun 2002 07:48:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sync sync.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 tjr 2002/06/03 07:48:33 PDT Modified files: bin/sync sync.8 Log: Correct History: sync(8) appeared in V4. Revision Changes Path 1.13 +2 -2 src/bin/sync/sync.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 7:49: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 4E6CA37B401; Mon, 3 Jun 2002 07:49:36 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53EnZg75547; Mon, 3 Jun 2002 07:49:35 -0700 (PDT) (envelope-from ru) Message-Id: <200206031449.g53EnZg75547@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 3 Jun 2002 07:49:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile src/share/mk Makefile bsd.files.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/06/03 07:49:35 PDT Modified files: . Makefile share/mk Makefile bsd.lib.mk bsd.prog.mk bsd.subdir.mk Added files: share/mk bsd.files.mk Log: Reimplement FILES support using bsd.files.mk with the same set of features as in recently added bsd.incs.mk (FILESGROUPS, accessibility from both bsd.prog.mk and bsd.lib.mk, de-pessimized typical installation path, etc.) New standard targets: buildfiles, installfiles, and files (buildfiles + installfiles). Revision Changes Path 1.259 +1 -1 src/Makefile 1.39 +2 -1 src/share/mk/Makefile 1.1 +68 -0 src/share/mk/bsd.files.mk (new) 1.128 +1 -0 src/share/mk/bsd.lib.mk 1.122 +2 -28 src/share/mk/bsd.prog.mk 1.42 +1 -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 Mon Jun 3 7: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 56A3137B400; Mon, 3 Jun 2002 07:54:05 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Es5s76318; Mon, 3 Jun 2002 07:54:05 -0700 (PDT) (envelope-from tjr) Message-Id: <200206031454.g53Es5s76318@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 3 Jun 2002 07:54:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/time time.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/06/03 07:54:04 PDT Modified files: usr.bin/time time.1 Log: Correct History: time(1) appeared at least as early as V3. Revision Changes Path 1.17 +2 -2 src/usr.bin/time/time.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 7:57: 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 0F1F537B400; Mon, 3 Jun 2002 07:56:58 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Euvj76477; Mon, 3 Jun 2002 07:56:58 -0700 (PDT) (envelope-from tjr) Message-Id: <200206031456.g53Euvj76477@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 3 Jun 2002 07:56:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nice nice.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/06/03 07:56:57 PDT Modified files: usr.bin/nice nice.1 Log: Correct History: nice(1) appeared in V4. Revision Changes Path 1.21 +1 -1 src/usr.bin/nice/nice.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 7: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 C1B1337B400; Mon, 3 Jun 2002 07:59:49 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Exnf76663; Mon, 3 Jun 2002 07:59:49 -0700 (PDT) (envelope-from tjr) Message-Id: <200206031459.g53Exnf76663@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 3 Jun 2002 07:59:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/kill kill.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/06/03 07:59:49 PDT Modified files: bin/kill kill.1 Log: Correct history (again): V3 had a kill command, only it was in section 8, not 1. Revision Changes Path 1.14 +1 -1 src/bin/kill/kill.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 8: 2: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 D77F437B411; Mon, 3 Jun 2002 08:02:03 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53F23A77010; Mon, 3 Jun 2002 08:02:03 -0700 (PDT) (envelope-from tjr) Message-Id: <200206031502.g53F23A77010@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 3 Jun 2002 08:02:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ncal ncal.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/06/03 08:02:03 PDT Modified files: usr.bin/ncal ncal.1 Log: Correct History: cal(1) appeared in V5, not V6. Revision Changes Path 1.14 +1 -1 src/usr.bin/ncal/ncal.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 8:12: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 E511837B401; Mon, 3 Jun 2002 08:12:43 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53FChN82122; Mon, 3 Jun 2002 08:12:43 -0700 (PDT) (envelope-from ru) Message-Id: <200206031512.g53FChN82122@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 3 Jun 2002 08:12:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/contrib/mm 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/06/03 08:12:42 PDT Modified files: gnu/usr.bin/groff/contrib/mm Makefile Log: Do not overwrite mm locale files. Revision Changes Path 1.3 +5 -5 src/gnu/usr.bin/groff/contrib/mm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 8:35: 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 7DB1637B403; Mon, 3 Jun 2002 08:35:00 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53FZ0X84301; Mon, 3 Jun 2002 08:35:00 -0700 (PDT) (envelope-from bmah) Message-Id: <200206031535.g53FZ0X84301@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 3 Jun 2002 08:35:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.pl test-pkg_version.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 bmah 2002/06/03 08:35:00 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/version pkg_version.pl test-pkg_version.sh Log: MFC: pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because we weren't properly checking for the case that the two version strings being compared had different numbers of components. This has been fixed. pkg_version.pl 1.24->1.25 test-pkg_version.sh 1.2->1.3 Approved by: re (brian) Revision Changes Path 1.4.2.14 +25 -1 src/usr.sbin/pkg_install/version/pkg_version.pl 1.1.2.5 +2 -0 src/usr.sbin/pkg_install/version/test-pkg_version.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 9:12:30 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 8C14E37B406; Mon, 3 Jun 2002 09:12:22 -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 g53GBxb5038275; Mon, 3 Jun 2002 12:11:59 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 3 Jun 2002 12:11:59 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING In-Reply-To: <20020603075553.GD37191@sunbay.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 Mon, 3 Jun 2002, Ruslan Ermilov wrote: > Shouldn't you just have added the new para saying NO_WERROR is no longer > required, specifying the date. > > /me tries to build snapshots without NO_WERROR Actually, Mr Silby's message to me suggested that my adding it was in error -- the warnings were apparently fixed shortly before I added the message. If that's not the case, I'll return it for historical reasons :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 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 5D5F037B403; Mon, 3 Jun 2002 09:30:34 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53GUY793967; Mon, 3 Jun 2002 09:30:34 -0700 (PDT) (envelope-from mike) Message-Id: <200206031630.g53GUY793967@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 3 Jun 2002 09:30:34 -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/06/03 09:30:34 PDT Modified files: en/projects/c99 index.sgml Log: Update the printf(9) task description and mark as completed. Revision Changes Path 1.28 +10 -10 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 Mon Jun 3 9:30:38 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 47A0D37B406; Mon, 3 Jun 2002 09:30:23 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g53GUKl22118; Mon, 3 Jun 2002 19:30:20 +0300 (EEST) (envelope-from ru) Date: Mon, 3 Jun 2002 19:30:20 +0300 From: Ruslan Ermilov To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING Message-ID: <20020603163020.GD84912@sunbay.com> References: <20020603075553.GD37191@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="at6+YcpfzWZg/htY" 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 --at6+YcpfzWZg/htY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 12:11:59PM -0400, Robert Watson wrote: >=20 > On Mon, 3 Jun 2002, Ruslan Ermilov wrote: >=20 > > Shouldn't you just have added the new para saying NO_WERROR is no longer > > required, specifying the date.=20 > >=20 > > /me tries to build snapshots without NO_WERROR >=20 > Actually, Mr Silby's message to me suggested that my adding it was in > error -- the warnings were apparently fixed shortly before I added the > message. If that's not the case, I'll return it for historical reasons > :-). >=20 We indeed had a window where NO_WERROR was required. You should have fixed the original date then, and add the date where it no longer was required. (I have verified snapshots build fine without NO_WERROR.) Minor issue anyway. :-) 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 --at6+YcpfzWZg/htY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+5mcUkv4P6juNwoRAjoEAJ0Vllat396F3Lqu94Iyw0LNm0KW7gCbBs1H vVqKcztD3vE+n8esjnwl+uI= =BYo1 -----END PGP SIGNATURE----- --at6+YcpfzWZg/htY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 10: 8: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 A0D7437B401; Mon, 3 Jun 2002 10:08:24 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53H8O006719; Mon, 3 Jun 2002 10:08:24 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031708.g53H8O006719@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 10:08:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc Makefile ports/irc/pircbot 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/06/03 10:08:24 PDT Modified files: irc Makefile Added files: irc/pircbot Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add pircbot 0.9.4 PircBot Java IRC Bot Framework PR: 38858 Submitted by: Tim Bishop Revision Changes Path 1.46 +1 -0 ports/irc/Makefile 1.1 +38 -0 ports/irc/pircbot/Makefile (new) 1.1 +1 -0 ports/irc/pircbot/distinfo (new) 1.1 +1 -0 ports/irc/pircbot/pkg-comment (new) 1.1 +6 -0 ports/irc/pircbot/pkg-descr (new) 1.1 +38 -0 ports/irc/pircbot/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 Jun 3 10: 8: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 CC0FF37B408; Mon, 3 Jun 2002 10:08:26 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53H8QF06750; Mon, 3 Jun 2002 10:08:26 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031708.g53H8QF06750@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 10:08:26 -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/06/03 10:08:26 PDT Modified files: . modules Log: pircbot --> ports/irc/pircbot Revision Changes Path 1.5276 +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 Jun 3 10:38:12 2002 Delivered-To: cvs-all@freebsd.org Received: from patrocles.silby.com (d101.as15.nwbl0.wi.voyager.net [169.207.134.229]) by hub.freebsd.org (Postfix) with ESMTP id 4735537B403; Mon, 3 Jun 2002 10:38:05 -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 g53HddOA038542; Mon, 3 Jun 2002 12:39:39 -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 g53HddPT038539; Mon, 3 Jun 2002 12:39:39 -0500 (CDT) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Mon, 3 Jun 2002 12:39:39 -0500 (CDT) From: Mike Silbersack To: Robert Watson Cc: Ruslan Ermilov , , Subject: Re: cvs commit: src UPDATING In-Reply-To: Message-ID: <20020603123741.G38431-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 Mon, 3 Jun 2002, Robert Watson wrote: > On Mon, 3 Jun 2002, Ruslan Ermilov wrote: > > > Shouldn't you just have added the new para saying NO_WERROR is no longer > > required, specifying the date. > > > > /me tries to build snapshots without NO_WERROR > > Actually, Mr Silby's message to me suggested that my adding it was in > error -- the warnings were apparently fixed shortly before I added the > message. If that's not the case, I'll return it for historical reasons > :-). > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Network Associates Laboratories Yes, I think you were about 18 hours late in committing that message. :) But, it's just -current, I don't think it matters too much either way whether the history of such warnings is properly preserved or not. 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 Mon Jun 3 11:19: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 7EA1837B400; Mon, 3 Jun 2002 11:19:32 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53IJW318636; Mon, 3 Jun 2002 11:19:32 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031819.g53IJW318636@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 11:19:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/wxbasic Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/wxbasic/files patch-makefile.unx X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/03 11:19:32 PDT Modified files: lang Makefile Added files: lang/wxbasic Makefile distinfo pkg-comment pkg-descr pkg-plist lang/wxbasic/files patch-makefile.unx Log: add wxbasic 0.52 wxBasic Programming Language Revision Changes Path 1.295 +1 -0 ports/lang/Makefile 1.1 +39 -0 ports/lang/wxbasic/Makefile (new) 1.1 +1 -0 ports/lang/wxbasic/distinfo (new) 1.1 +17 -0 ports/lang/wxbasic/files/patch-makefile.unx (new) 1.1 +1 -0 ports/lang/wxbasic/pkg-comment (new) 1.1 +12 -0 ports/lang/wxbasic/pkg-descr (new) 1.1 +1 -0 ports/lang/wxbasic/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 Jun 3 11:19: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 DB41637B40A; Mon, 3 Jun 2002 11:19:34 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53IJYk18671; Mon, 3 Jun 2002 11:19:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031819.g53IJYk18671@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 11:19:34 -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/06/03 11:19:34 PDT Modified files: . modules Log: wxbasic --> ports/lang/wxbasic Revision Changes Path 1.5277 +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 Jun 3 11: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 5015837B401; Mon, 3 Jun 2002 11:21:09 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53IL9u19360; Mon, 3 Jun 2002 11:21:09 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031821.g53IL9u19360@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 11:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_cgi_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 ijliao 2002/06/03 11:21:09 PDT Modified files: www/mod_cgi_debug Makefile Log: fix master site PR: 38866 Submitted by: Erwin Lansing Revision Changes Path 1.2 +1 -1 ports/www/mod_cgi_debug/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 11:22: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 6521537B401; Mon, 3 Jun 2002 11:22:49 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53IMnh19529; Mon, 3 Jun 2002 11:22:49 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031822.g53IMnh19529@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 11:22:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mixal Makefile distinfo pkg-plist ports/lang/mixal/files patch-01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/03 11:22:49 PDT Modified files: lang/mixal Makefile distinfo pkg-plist lang/mixal/files patch-01 Log: upgrade to 1.07 PR: 38868 Submitted by: Erwin Lansing Revision Changes Path 1.10 +4 -9 ports/lang/mixal/Makefile 1.2 +1 -1 ports/lang/mixal/distinfo 1.2 +5 -4 ports/lang/mixal/files/patch-01 1.3 +1 -1 ports/lang/mixal/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 Jun 3 11:44: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 1564237B403; Mon, 3 Jun 2002 11:44:17 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53IiH722028; Mon, 3 Jun 2002 11:44:17 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206031844.g53IiH722028@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 3 Jun 2002 11:44:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sendmail Makefile distinfo ports/mail/sendmail/files patch-stable site.config.m4.tls X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/03 11:44:16 PDT Modified files: mail/sendmail Makefile distinfo mail/sendmail/files site.config.m4.tls Removed files: mail/sendmail/files patch-stable Log: - Update to: sendmail.8.12.4 - patch-stable is now in distribution Revision Changes Path 1.45 +1 -2 ports/mail/sendmail/Makefile 1.11 +1 -1 ports/mail/sendmail/distinfo 1.2 +0 -135 ports/mail/sendmail/files/patch-stable (dead) 1.3 +1 -0 ports/mail/sendmail/files/site.config.m4.tls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 11:58: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 14BCB37B403; Mon, 3 Jun 2002 11:58:41 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53IweM23361; Mon, 3 Jun 2002 11:58:40 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031858.g53IweM23361@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 11:58:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/minidom Makefile distinfo ports/textproc/minidom/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 ijliao 2002/06/03 11:58:40 PDT Modified files: textproc/minidom Makefile distinfo Removed files: textproc/minidom/files patch-aa patch-ab Log: upgrade to 0.1.4 Revision Changes Path 1.5 +2 -2 ports/textproc/minidom/Makefile 1.2 +1 -1 ports/textproc/minidom/distinfo 1.2 +0 -13 ports/textproc/minidom/files/patch-aa (dead) 1.2 +0 -11 ports/textproc/minidom/files/patch-ab (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 12: 4: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 311E237B400; Mon, 3 Jun 2002 12:04:11 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53J4Bn24132; Mon, 3 Jun 2002 12:04:11 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206031904.g53J4Bn24132@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jun 2002 12:04:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand stand.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/06/03 12:04:11 PDT Modified files: lib/libstand stand.h Log: Correct bswap64() prototype. Submitted by: glewis MFC after: 1 day (assuming that there is re's approval) Revision Changes Path 1.32 +1 -1 src/lib/libstand/stand.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 12:26: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 B1C7A37B401; Mon, 3 Jun 2002 12:26:10 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53JQAB30261; Mon, 3 Jun 2002 12:26:10 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031926.g53JQAB30261@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 12:26:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/osalp 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/06/03 12:26:10 PDT Modified files: audio Makefile Added files: audio/osalp Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add osalp 0.7.2 Open Source Audio Library Project Revision Changes Path 1.310 +1 -0 ports/audio/Makefile 1.1 +26 -0 ports/audio/osalp/Makefile (new) 1.1 +1 -0 ports/audio/osalp/distinfo (new) 1.1 +1 -0 ports/audio/osalp/pkg-comment (new) 1.1 +12 -0 ports/audio/osalp/pkg-descr (new) 1.1 +48 -0 ports/audio/osalp/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 Jun 3 12:26: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 AF56737B405; Mon, 3 Jun 2002 12:26:12 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53JQC530292; Mon, 3 Jun 2002 12:26:12 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206031926.g53JQC530292@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 3 Jun 2002 12:26:12 -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/06/03 12:26:12 PDT Modified files: . modules Log: osalp --> ports/audio/osalp Revision Changes Path 1.5278 +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 Jun 3 12:39: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 4616A37B403; Mon, 3 Jun 2002 12:39:29 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53JdTH31537; Mon, 3 Jun 2002 12:39:29 -0700 (PDT) (envelope-from jhb) Message-Id: <200206031939.g53JdTH31537@freefall.freebsd.org> From: John Baldwin Date: Mon, 3 Jun 2002 12:39:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dispatch.c sysinstall.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 jhb 2002/06/03 12:39:28 PDT Modified files: usr.sbin/sysinstall dispatch.c sysinstall.8 Log: Add a 'mediaClose' script command to close the open media. An example use would be to unmount the CD you installed from and prompt the user to eject it before rebooting the machine. Sponsored by: The Weather Channel Revision Changes Path 1.41 +9 -0 src/usr.sbin/sysinstall/dispatch.c 1.51 +5 -0 src/usr.sbin/sysinstall/sysinstall.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 12:42: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 9968B37B403; Mon, 3 Jun 2002 12:42:49 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53JgnS32179; Mon, 3 Jun 2002 12:42:49 -0700 (PDT) (envelope-from jhb) Message-Id: <200206031942.g53JgnS32179@freefall.freebsd.org> From: John Baldwin Date: Mon, 3 Jun 2002 12:42:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dispatch.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/06/03 12:42:49 PDT Modified files: usr.sbin/sysinstall dispatch.c Log: Fix handling of the 'noError' variable. According to the code comments, one can set the 'noError' variable to ignore any errors that occur for the next command. However, the code was only unsetting 'noError' when an error actually occurred, so if you set 'noError', the next command completed ok, and the command after that failed, the second command's failure would be ignored. This fixes this by performing the 'noError' check earlier and then unsetting 'noError' after every command that is run. Sponsored by: The Weather Channel Revision Changes Path 1.42 +11 -12 src/usr.sbin/sysinstall/dispatch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 13: 1: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 EF72B37B405; Mon, 3 Jun 2002 13:01:06 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53K16o34268; Mon, 3 Jun 2002 13:01:06 -0700 (PDT) (envelope-from jhb) Message-Id: <200206032001.g53K16o34268@freefall.freebsd.org> From: John Baldwin Date: Mon, 3 Jun 2002 13:01:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall install.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 jhb 2002/06/03 13:01:06 PDT Modified files: (Branch: RELENG_4) release/sysinstall install.c Log: MFC r1.314: fix the mouse question to do the right thing. Approved by: re (bmah) Revision Changes Path 1.268.2.37 +2 -2 src/release/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 13:17: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 C807537B405; Mon, 3 Jun 2002 13:17:37 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53KHbF39466; Mon, 3 Jun 2002 13:17:37 -0700 (PDT) (envelope-from marcus) Message-Id: <200206032017.g53KHbF39466@freefall.freebsd.org> From: Joe Marcus Clarke Date: Mon, 3 Jun 2002 13:17:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile ports/textproc/libxml2/files patch-catalog.c patch-xmlcatalog.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/06/03 13:17:37 PDT Modified files: textproc/libxml2 Makefile Added files: textproc/libxml2/files patch-catalog.c patch-xmlcatalog.c Log: Set the default XML catalog location to the correct path. Bump PORTREVISION. Revision Changes Path 1.71 +5 -0 ports/textproc/libxml2/Makefile 1.1 +15 -0 ports/textproc/libxml2/files/patch-catalog.c (new) 1.1 +11 -0 ports/textproc/libxml2/files/patch-xmlcatalog.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 13: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 1819D37B404; Mon, 3 Jun 2002 13:35:36 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53KZaF41432; Mon, 3 Jun 2002 13:35:36 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206032035.g53KZaF41432@freefall.freebsd.org> From: "J. Mallett" Date: Mon, 3 Jun 2002 13:35:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 m4.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/06/03 13:35:36 PDT Modified files: usr.bin/m4 m4.1 Log: Make the manpage consistent with the code on the subject of comments, as to not change the code to always do the "GNU" thing, as it's possible people rely on BSD m4(1) traditionally resetting comment characters in case of no arguments to the changecom function. PR: bin/17480 (I think this satisfies the problem report) Revision Changes Path 1.19 +4 -1 src/usr.bin/m4/m4.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 13: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 212FF37B401; Mon, 3 Jun 2002 13:47:02 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Kl2L42594; Mon, 3 Jun 2002 13:47:02 -0700 (PDT) (envelope-from gad) Message-Id: <200206032047.g53Kl2L42594@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 3 Jun 2002 13:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd lpd.c printjob.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 gad 2002/06/03 13:47:01 PDT Modified files: usr.sbin/lpr/lpd lpd.c printjob.c Log: Stop using the depreciated 'union wait' definitions, moving to a more standard handling of wait()-related routines. Submitted by: mike MFC after: 2 weeks Revision Changes Path 1.34 +2 -2 src/usr.sbin/lpr/lpd/lpd.c 1.53 +23 -24 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 14: 6:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mail-out1.apple.com (mail-out1.apple.com [17.254.0.52]) by hub.freebsd.org (Postfix) with ESMTP id 9DA1837B406; Mon, 3 Jun 2002 14:06:31 -0700 (PDT) Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out1.apple.com (8.11.3/8.11.3) with ESMTP id g53L6Vt18257; Mon, 3 Jun 2002 14:06:31 -0700 (PDT) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Mon, 3 Jun 2002 14:06:25 -0700 Received: from twogun.apple.com (twogun.apple.com [17.202.45.118]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id g53L6OX02336; Mon, 3 Jun 2002 14:06:25 -0700 (PDT) Date: Mon, 3 Jun 2002 14:06:36 -0700 Subject: Re: cvs commit: src/usr.sbin/sysinstall dispatch.c Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v522) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org To: John Baldwin From: Jordan K Hubbard In-Reply-To: <200206031942.g53JgnS32179@freefall.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.522) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Woohoo! Sysinstall has a new maintainer! All hail John Baldwin, King of Sysinstall! ;) On Monday, Jun 3, 2002, at 12:42 US/Pacific, John Baldwin wrote: > jhb 2002/06/03 12:42:49 PDT > > Modified files: > usr.sbin/sysinstall dispatch.c > Log: > Fix handling of the 'noError' variable. According to the code > comments, > one can set the 'noError' variable to ignore any errors that occur > for the > next command. However, the code was only unsetting 'noError' when > an error > actually occurred, so if you set 'noError', the next command > completed ok, > and the command after that failed, the second command's failure > would be > ignored. This fixes this by performing the 'noError' check earlier > and > then unsetting 'noError' after every command that is run. > > Sponsored by: The Weather Channel > > Revision Changes Path > 1.42 +11 -12 src/usr.sbin/sysinstall/dispatch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 14:22: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 A07F537B401; Mon, 3 Jun 2002 14:22:14 -0700 (PDT) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g53LM3J79556; Mon, 3 Jun 2002 14:22:03 -0700 (PDT) (envelope-from rizzo) Date: Mon, 3 Jun 2002 14:22:03 -0700 From: Luigi Rizzo To: Jordan K Hubbard Cc: John Baldwin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall dispatch.c Message-ID: <20020603142202.A79315@iguana.icir.org> References: <200206031942.g53JgnS32179@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 jkh@queasyweasel.com on Mon, Jun 03, 2002 at 02:06:36PM -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 speaking of which (actually, it is really more about libdialog), any reason why the Makefile does not install ui_objects.h ? Those functions are available from the library, albeit undocumented (but a student here went through the effort of writing a decent manpage for them, so i might as well add that to the tree if there are no objections...) Can I (or the libdialog maintainer if one exists) modify the Makefile to install ui_objects.h as well ? cheers luigi On Mon, Jun 03, 2002 at 02:06:36PM -0700, Jordan K Hubbard wrote: > Woohoo! Sysinstall has a new maintainer! All hail John Baldwin, King > of Sysinstall! ;) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 14:30: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 19A9637B403; Mon, 3 Jun 2002 14:30:29 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53LUTZ50927; Mon, 3 Jun 2002 14:30:29 -0700 (PDT) (envelope-from tobez) Message-Id: <200206032130.g53LUTZ50927@freefall.freebsd.org> From: Anton Berezin Date: Mon, 3 Jun 2002 14:30:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mklocale la_LN.ISO8859-15.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2002/06/03 14:30:29 PDT Modified files: share/mklocale la_LN.ISO8859-15.src Log: Recognize 0xbe as an uppercase character. Approved by: ache Revision Changes Path 1.3 +1 -1 src/share/mklocale/la_LN.ISO8859-15.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 14:36: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 25AAD37B403; Mon, 3 Jun 2002 14:36:21 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53LaLI51467; Mon, 3 Jun 2002 14:36:21 -0700 (PDT) (envelope-from brian) Message-Id: <200206032136.g53LaLI51467@freefall.freebsd.org> From: Brian Somers Date: Mon, 3 Jun 2002 14:36:20 -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/06/03 14:36:20 PDT Modified files: usr.sbin/ppp ppp.8.m4 Log: Add a missing ``a''. Revision Changes Path 1.295 +1 -1 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 Mon Jun 3 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 A389137B401; Mon, 3 Jun 2002 14:37:05 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Lb5Q51536; Mon, 3 Jun 2002 14:37:05 -0700 (PDT) (envelope-from wollman) Message-Id: <200206032137.g53Lb5Q51536@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 3 Jun 2002 14:37:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/bwbasic/files patch-bwbasic.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 wollman 2002/06/03 14:37:05 PDT Added files: lang/bwbasic/files patch-bwbasic.c Log: Don't assume that stderr is a compile-time constant. Revision Changes Path 1.1 +27 -0 ports/lang/bwbasic/files/patch-bwbasic.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 14:38:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mail-out2.apple.com (mail-out2.apple.com [17.254.0.51]) by hub.freebsd.org (Postfix) with ESMTP id 1F92C37B408; Mon, 3 Jun 2002 14:38:23 -0700 (PDT) Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id g53LcMs29370; Mon, 3 Jun 2002 14:38:22 -0700 (PDT) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Mon, 3 Jun 2002 14:38:16 -0700 Received: from twogun.apple.com (twogun.apple.com [17.202.45.118]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id g53LcFX18671; Mon, 3 Jun 2002 14:38:15 -0700 (PDT) Date: Mon, 3 Jun 2002 14:38:27 -0700 Subject: Re: cvs commit: src/usr.sbin/sysinstall dispatch.c Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v522) Cc: John Baldwin , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG To: Luigi Rizzo From: Jordan K Hubbard In-Reply-To: <20020603142202.A79315@iguana.icir.org> Message-Id: <3D442A0E-773A-11D6-8E64-000393038CC8@queasyweasel.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.522) Sender: owner-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 see no reason why not. The stuff in uh_objects.h was sort of a late-comer to libdialog, the intention being that it would contain the prototypes for "higher level" libdialog objects (is that an oxymoron?) which had been donated by various folks over the years. I'm frankly surprised it didn't get installed. - Jordan On Monday, Jun 3, 2002, at 14:22 US/Pacific, Luigi Rizzo wrote: > speaking of which (actually, it is really more about libdialog), > any reason why the Makefile does not install ui_objects.h ? > Those functions are available from the library, albeit undocumented > (but a student here went through the effort of writing a decent manpage > for them, so i might as well add that to the tree if there are > no objections...) > > Can I (or the libdialog maintainer if one exists) modify the > Makefile to install ui_objects.h as well ? > > cheers > luigi > > On Mon, Jun 03, 2002 at 02:06:36PM -0700, Jordan K Hubbard wrote: >> Woohoo! Sysinstall has a new maintainer! All hail John Baldwin, King >> of Sysinstall! ;) >> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 14:42: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 BECB837B405; Mon, 3 Jun 2002 14:42:31 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53LgVP52397; Mon, 3 Jun 2002 14:42:31 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206032142.g53LgVP52397@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jun 2002 14:42:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/dia 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/06/03 14:42:31 PDT Modified files: graphics/dia pkg-plist Log: Correct for nognome case. Revision Changes Path 1.12 +11 -11 ports/graphics/dia/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 Jun 3 14: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 94E6D37B409; Mon, 3 Jun 2002 14:43:08 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Lh8852536; Mon, 3 Jun 2002 14:43:08 -0700 (PDT) (envelope-from bmah) Message-Id: <200206032143.g53Lh8852536@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 3 Jun 2002 14:43:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases 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 bmah 2002/06/03 14:43:08 PDT Modified files: en/releases index.sgml Log: Update for new 4.6 ETA. Submitted by: geoff Revision Changes Path 1.75 +3 -3 www/en/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 14:54:14 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 4F49A37B400; Mon, 3 Jun 2002 14:54:07 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 73D8566C49; Mon, 3 Jun 2002 14:54:06 -0700 (PDT) Date: Mon, 3 Jun 2002 14:54:05 -0700 From: Kris Kennaway To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/bwbasic/files patch-bwbasic.c Message-ID: <20020603145405.A31168@xor.obsecurity.org> References: <200206032137.g53Lb5Q51536@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206032137.g53Lb5Q51536@freefall.freebsd.org>; from wollman@FreeBSD.org on Mon, Jun 03, 2002 at 02:37: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 --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 02:37:05PM -0700, Garrett Wollman wrote: > wollman 2002/06/03 14:37:05 PDT >=20 > Added files: > lang/bwbasic/files patch-bwbasic.c=20 > Log: > Don't assume that stderr is a compile-time constant. Thanks! Are you interested in fixing the others? bwbasic-2.20p2.log:bwbasic.c:54: initializer element is not constant cap-6.0.198.log:ablog.c:69: initializer element is not constant cn2jp-1.4b_2.log:lib/hz2gb.c:67: initializer element is not constant gup-0.4.log:gup.c:40: initializer element is not constant i18ntools-1.0.log:utrans.c:48: initializer element is not constant i18ntools-1.0.log:utrans.c:49: initializer element is not constant ja-jlatex209-ascii+ntt-1.7+1.52.log:splitup.c:19: initializer element is no= t constant ja-jlatex209-ascii-1.7.log:splitup.c:47: initializer element is not constant ja-jlatex209-ntt-1.52.log:splitup.c:19: initializer element is not constant ko-elm-2.4h4.1.log:fastmail.c:108: initializer element is not constant libmalloc-1.18.log:globals.c:63: initializer element is not constant mixal-1.06.log:io.c:22: initializer element is not constant mixal-1.06.log:io.c:22: initializer element is not constant mixal-1.06.log:io.c:23: initializer element is not constant mixal-1.06.log:io.c:23: initializer element is not constant mixal-1.06.log:io.c:24: initializer element is not constant mixal-1.06.log:io.c:24: initializer element is not constant mixal-1.06.log:io.c:25: initializer element is not constant mpeg-1.2.2.log:lexer.c:37: initializer element is not constant mpeg-1.2.2.log:lexer.c:37: initializer element is not constant mprof-3.0.log:mpgraph.c:26: initializer element is not constant mprof-3.0.log:mpgraph.c:27: initializer element is not constant palmpower-1.0.2.log:splitprc.c:76: initializer element is not constant perldap-1.4.1.log:API.c:532: initializer element is not constant perldap-1.4.1.log:API.c:536: initializer element is not constant perldap-1.4.1.log:API.c:538: initializer element is not constant sr-2.3.1.log:tokens.c:20: initializer element is not constant sr-2.3.1.log:tokens.c:20: initializer element is not constant vlock-1.3.log:input.c:67: initializer element is not constant wamcc-2.22.log:dec10io.usr:36: initializer element is not constant wamcc-2.22.log:dec10io.usr:38: initializer element is not constant webstone-2.5.log:webmaster.c:91: initializer element is not constant There are other failures which are hidden by virtue of a dependency currently failing to build. Kris --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8++V9Wry0BWjoQKURAmV0AJ95Z82htQnpNRqemGI0AfvZ3Q+IewCfU74c 7UeunKamlkT1nEfYwLY8fa0= =jytW -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15: 3: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 AA59437B400; Mon, 3 Jun 2002 15:03:22 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53M3MG54469; Mon, 3 Jun 2002 15:03:22 -0700 (PDT) (envelope-from wollman) Message-Id: <200206032203.g53M3MG54469@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 3 Jun 2002 15:03:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mixal/files patch-io.c patch-main.c patch-mix.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 wollman 2002/06/03 15:03:22 PDT Added files: lang/mixal/files patch-io.c patch-main.c patch-mix.h Log: Don't assume stdin, stdout are compile-time constants. Revision Changes Path 1.1 +32 -0 ports/lang/mixal/files/patch-io.c (new) 1.1 +10 -0 ports/lang/mixal/files/patch-main.c (new) 1.1 +10 -0 ports/lang/mixal/files/patch-mix.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15: 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 B7B3B37B407; Mon, 3 Jun 2002 15:09:04 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53M94l58777; Mon, 3 Jun 2002 15:09:04 -0700 (PDT) (envelope-from iedowse) Message-Id: <200206032209.g53M94l58777@freefall.freebsd.org> From: Ian Dowse Date: Mon, 3 Jun 2002 15:09:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.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/06/03 15:09:04 PDT Modified files: sys/dev/md md.c Log: Use a per-device worker thread to avoid blocking in mdstrategy() until the I/O completes. This fixes some easily reproducable deadlocks that occur when using md(4) with GEOM. Reviewed by: phk Revision Changes Path 1.63 +36 -11 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15:17: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 3C9E137B403; Mon, 3 Jun 2002 15:17:18 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53MHIw59895; Mon, 3 Jun 2002 15:17:18 -0700 (PDT) (envelope-from mbr) Message-Id: <200206032217.g53MHIw59895@freefall.freebsd.org> From: Martin Blapp Date: Mon, 3 Jun 2002 15:17:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-moz::zipped::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/06/03 15:17:18 PDT Added files: editors/openoffice/files patch-moz::zipped::makefile.mk Log: Work around the broken deliver.pl behaviour on CURRENT. For some very strange reason (perl bug ?i), deliver does not copy the includes to the right place, it just skips them. Just copy the includes to the right place. Revision Changes Path 1.1 +10 -0 ports/editors/openoffice/files/patch-moz::zipped::makefile.mk (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15: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 6FC4E37B404; Mon, 3 Jun 2002 15:21:37 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53MLbs60741; Mon, 3 Jun 2002 15:21:37 -0700 (PDT) (envelope-from wollman) Message-Id: <200206032221.g53MLbs60741@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 3 Jun 2002 15:21:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mpeg Makefile ports/graphics/mpeg/files patch-lexer.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 wollman 2002/06/03 15:21:37 PDT Modified files: graphics/mpeg Makefile Added files: graphics/mpeg/files patch-lexer.l Log: Build a new scanner to avoid compilation errors in crufty old AT&T scanner skeleton. Revision Changes Path 1.3 +3 -2 ports/graphics/mpeg/Makefile 1.1 +15 -0 ports/graphics/mpeg/files/patch-lexer.l (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15: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 6329937B401; Mon, 3 Jun 2002 15:30:51 -0700 (PDT) Received: (from pdeuskar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53MUpl62108; Mon, 3 Jun 2002 15:30:51 -0700 (PDT) (envelope-from pdeuskar) Message-Id: <200206032230.g53MUpl62108@freefall.freebsd.org> From: Prafulla Deuskar Date: Mon, 3 Jun 2002 15:30:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 files.pc98 src/sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h src/sys/modules/em 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 pdeuskar 2002/06/03 15:30:51 PDT Modified files: sys/conf files.i386 files.pc98 sys/dev/em if_em.c if_em.h if_em_osdep.h sys/modules/em Makefile Added files: sys/dev/em README if_em_hw.c if_em_hw.h Log: Added support for 82545EM and 82546EB based adapters. Added Vlan support. MFC after: 1 week Revision Changes Path 1.401 +1 -2 src/sys/conf/files.i386 1.233 +1 -2 src/sys/conf/files.pc98 1.1 +281 -0 src/sys/dev/em/README (new) 1.8 +1730 -1604 src/sys/dev/em/if_em.c 1.5 +90 -87 src/sys/dev/em/if_em.h 1.1 +3281 -0 src/sys/dev/em/if_em_hw.c (new) 1.1 +1756 -0 src/sys/dev/em/if_em_hw.h (new) 1.4 +13 -13 src/sys/dev/em/if_em_osdep.h 1.2 +5 -6 src/sys/modules/em/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15:31: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 7765037B420; Mon, 3 Jun 2002 15:31:24 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53MVOT62144; Mon, 3 Jun 2002 15:31:24 -0700 (PDT) (envelope-from wollman) Message-Id: <200206032231.g53MVOT62144@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 3 Jun 2002 15:31:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mprof/files patch-01 patch-mpgraph.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 wollman 2002/06/03 15:31:24 PDT Modified files: devel/mprof/files patch-01 Added files: devel/mprof/files patch-mpgraph.c Log: Comment out unused variables whose initializers caused compile-time errors. Revision Changes Path 1.5 +0 -19 ports/devel/mprof/files/patch-01 1.1 +22 -0 ports/devel/mprof/files/patch-mpgraph.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15:33: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 3879737B412 for ; Mon, 3 Jun 2002 15:33:31 -0700 (PDT) Received: (qmail 17722 invoked from network); 3 Jun 2002 22:33:30 -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 ; 3 Jun 2002 22:33:30 -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 g53MXmF50692; Mon, 3 Jun 2002 18:33:48 -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: Mon, 03 Jun 2002 18:33:06 -0400 (EDT) From: John Baldwin To: Jordan K Hubbard Subject: Re: cvs commit: src/usr.sbin/sysinstall dispatch.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 03-Jun-2002 Jordan K Hubbard wrote: > Woohoo! Sysinstall has a new maintainer! All hail John Baldwin, King > of Sysinstall! ;) No, I just have to make it suck a little less for work purposes. :) > On Monday, Jun 3, 2002, at 12:42 US/Pacific, John Baldwin wrote: > >> jhb 2002/06/03 12:42:49 PDT >> >> Modified files: >> usr.sbin/sysinstall dispatch.c >> Log: >> Fix handling of the 'noError' variable. According to the code >> comments, >> one can set the 'noError' variable to ignore any errors that occur >> for the >> next command. However, the code was only unsetting 'noError' when >> an error >> actually occurred, so if you set 'noError', the next command >> completed ok, >> and the command after that failed, the second command's failure >> would be >> ignored. This fixes this by performing the 'noError' check earlier >> and >> then unsetting 'noError' after every command that is run. >> >> Sponsored by: The Weather Channel >> >> Revision Changes Path >> 1.42 +11 -12 src/usr.sbin/sysinstall/dispatch.c > -- 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 Mon Jun 3 15:35:47 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 1338E37B407; Mon, 3 Jun 2002 15:35:38 -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 g53MZaDK018944; Mon, 3 Jun 2002 18:35:37 -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 g53MZaYm018941; Mon, 3 Jun 2002 18:35:36 -0400 (EDT) (envelope-from wollman) Date: Mon, 3 Jun 2002 18:35:36 -0400 (EDT) From: Garrett Wollman Message-Id: <200206032235.g53MZaYm018941@khavrinen.lcs.mit.edu> To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/bwbasic/files patch-bwbasic.c In-Reply-To: <20020603145405.A31168@xor.obsecurity.org> References: <200206032137.g53Lb5Q51536@freefall.freebsd.org> <20020603145405.A31168@xor.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 < said: > Thanks! Are you interested in fixing the others? Only the trivial ones. Anything that requires more than a few seconds thought (or compilation of prerequisites) is more than I'm willing to devote. > libmalloc-1.18.log:globals.c:63: initializer element is not constant I think that fixing libmalloc is ultimately infeasible, due to conceptual problems in libmalloc itself. Yes, it could be made to compile, but it would still be broken. > vlock-1.3.log:input.c:67: initializer element is not constant This is a PAM problem. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15:37: 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 6FE2137B400; Mon, 3 Jun 2002 15:36:52 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53Maqc62655; Mon, 3 Jun 2002 15:36:52 -0700 (PDT) (envelope-from jhb) Message-Id: <200206032236.g53Maqc62655@freefall.freebsd.org> From: John Baldwin Date: Mon, 3 Jun 2002 15:36:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall modules.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/06/03 15:36:52 PDT Modified files: usr.sbin/sysinstall modules.c Log: Backout revision 1.2 since it didn't work and replace it with a fix that actually does work. Ignore errors from kldload(2) if the errno value is EEXIST. It would help if this return value were documented in the kldload(2) manual page. Revision Changes Path 1.4 +2 -6 src/usr.sbin/sysinstall/modules.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15:38:27 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 A4AF337B401 for ; Mon, 3 Jun 2002 15:38:22 -0700 (PDT) Received: (qmail 29644 invoked from network); 3 Jun 2002 22:38:22 -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 ; 3 Jun 2002 22:38:22 -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 g53MceF50724; Mon, 3 Jun 2002 18:38: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: <200206032236.g53Maqc62655@freefall.freebsd.org> Date: Mon, 03 Jun 2002 18:37:55 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/usr.sbin/sysinstall modules.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 03-Jun-2002 John Baldwin wrote: > jhb 2002/06/03 15:36:52 PDT > > Modified files: > usr.sbin/sysinstall modules.c > Log: > Backout revision 1.2 since it didn't work and replace it with a fix that > actually does work. Ignore errors from kldload(2) if the errno value is > EEXIST. It would help if this return value were documented in the > kldload(2) manual page. Pointy hat to me for testing the wrong ISO image and thinking that the old patch worked when it actualy didn't. -- 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 Mon Jun 3 15:40:48 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 9DBF937B41A for ; Mon, 3 Jun 2002 15:40:18 -0700 (PDT) Received: (qmail 17775 invoked from network); 3 Jun 2002 22:40:17 -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 ; 3 Jun 2002 22:40:17 -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 g53MeZF50755; Mon, 3 Jun 2002 18:40:35 -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: <200206032236.g53Maqc62655@freefall.freebsd.org> Date: Mon, 03 Jun 2002 18:39:53 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/usr.sbin/sysinstall modules.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 03-Jun-2002 John Baldwin wrote: > jhb 2002/06/03 15:36:52 PDT > > Modified files: > usr.sbin/sysinstall modules.c > Log: > Backout revision 1.2 since it didn't work and replace it with a fix that > actually does work. Ignore errors from kldload(2) if the errno value is > EEXIST. It would help if this return value were documented in the > kldload(2) manual page. Bah, s/1.2/1.3/ -- 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 Mon Jun 3 15:41: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 463F937B415; Mon, 3 Jun 2002 15:40:17 -0700 (PDT) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g53MbXh69654; Tue, 4 Jun 2002 00:37:33 +0200 (CEST) Date: Tue, 4 Jun 2002 00:38:45 +0200 (CEST) From: Martin Blapp To: Martin Blapp Cc: , , , Alexander Kabaev , "Carlos F. A. Paniago" , Tim Tretyak Subject: Re: cvs commit: ports/editors/openoffice/files patch-moz::zipped::makefile.mk In-Reply-To: <200206032217.g53MHIw59895@freefall.freebsd.org> Message-ID: <20020604001854.S880-100000@levais.imp.ch> 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 Hi all, > Revision Changes Path > 1.1 +10 -0 ports/editors/openoffice/files/patch-moz::zipped::makefile.mk (new) This just comitted fix does make the OO build on recent CURRENT complete. OO build and installs fine. Unfortunatly there are still startup issues, so soffice.bin does coredump. The reasons are not known at the moment. Note: ----- You need a up to date CURRENT from today to build this. And a fresh libstd++ with the stups.c file compiled in. Else you'll end with unresolved math symbols. And now to the help I need: 1.) Debug build and debugging information needed ------------------------------------------------ If you like to help me with debugging, do the following: # Extract and patch the source $make patch # Add -g compiler flag to CFLAGSCC and CFLAGS $vi work/oo_1.0_src/solenv/inc/unxfbsdi.mk $make And report any problems to me. The build does now run ok, it takes about 6 hours on a Pentium 4 with gcc2 (on STABLE, but the code is broken there at the moment), and about 7 hours with gcc3. 2.) gcc31 port issues --------------------- Due gcc3.1 port issues, one can not build OO with gcc31 or gcc32 from ports. There are unresolved symbols. Fixes for the gcc31/32 ports are highly welcome. 3.) OO on STABLE ---------------- OO does compile fine on STABLE. To run it, some gcc fixes are needed (Currently in work by Alexander Kabaev.) Even with the gcc fixes, openoffice will not run, since the exception handling is based on dwarf2 exceptions. Since we don't use them in STABLE gcc2.95.3, the code parts need to be ported. (This is currently in work by Alexander Kabaev.) Where I need help, is to detect the setup crashes in the OO installation. For some reason this only happens on STABLE. To be able to debug, you'll need this patch. Else the .core files are removed each time :-/ --- setup2/mow/source/loader/loader.c.orig2 Tue May 28 11:10:31 2002 +++ setup2/mow/source/loader/loader.c Tue May 28 11:13:03 2002 @@ -902,6 +902,7 @@ void KillSetupDir() { +#if 0 DIR* pDir = opendir( strTmpPath ); struct dirent* pFile; @@ -915,6 +916,10 @@ chdir( strInitPath ); rmdir( strTmpPath ); +#else + fprintf(stderr, "\nLeaving behind temporary directory: %s\n", + strTmpPath); +#endif } void makeSymLink( char* s ) Thank you for any help you provide. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15:44:48 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id CDED837B401; Mon, 3 Jun 2002 15:44:36 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 51B5266C49; Mon, 3 Jun 2002 15:44:36 -0700 (PDT) Date: Mon, 3 Jun 2002 15:44:36 -0700 From: Kris Kennaway To: Garrett Wollman Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/bwbasic/files patch-bwbasic.c Message-ID: <20020603154435.A32723@xor.obsecurity.org> References: <200206032137.g53Lb5Q51536@freefall.freebsd.org> <20020603145405.A31168@xor.obsecurity.org> <200206032235.g53MZaYm018941@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206032235.g53MZaYm018941@khavrinen.lcs.mit.edu>; from wollman@lcs.mit.edu on Mon, Jun 03, 2002 at 06:35:36PM -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 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 06:35:36PM -0400, Garrett Wollman wrote: > < = said: >=20 > > Thanks! Are you interested in fixing the others? >=20 > Only the trivial ones. Anything that requires more than a few seconds > thought (or compilation of prerequisites) is more than I'm willing to > devote. OK. Thanks for whatever help you can provide. Kris --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+/FTWry0BWjoQKURAtGUAJ9/z5VfNB0hPCvRUcEUWPJeQaabKACeMxVb IrGQ8JZrJiffv/8XhizC0Co= =2duP -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15:54: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 4935137B405; Mon, 3 Jun 2002 15:54:28 -0700 (PDT) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53MsSn64448; Mon, 3 Jun 2002 15:54:28 -0700 (PDT) (envelope-from anders) Message-Id: <200206032254.g53MsSn64448@freefall.freebsd.org> From: Anders Nordby Date: Mon, 3 Jun 2002 15:54:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/dillo 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 anders 2002/06/03 15:54:28 PDT Modified files: www/dillo Makefile distinfo Log: Update to 0.6.6. Revision Changes Path 1.12 +1 -1 ports/www/dillo/Makefile 1.6 +1 -1 ports/www/dillo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 15:59: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 93F9A37B403; Mon, 3 Jun 2002 15:59:19 -0700 (PDT) Received: (from jeff@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53MxJL64725; Mon, 3 Jun 2002 15:59:19 -0700 (PDT) (envelope-from jeff) Message-Id: <200206032259.g53MxJL64725@freefall.freebsd.org> From: Jeff Roberson Date: Mon, 3 Jun 2002 15:59:19 -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/06/03 15:59:19 PDT Modified files: sys/vm uma_core.c Log: Add a comment describing a resource leak that occurs during a failure case in obj_alloc. Revision Changes Path 1.26 +3 -0 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 Mon Jun 3 16: 4: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id ED28837B407; Mon, 3 Jun 2002 16:03:58 -0700 (PDT) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.11.6/8.11.6) with ESMTP id g53N19u71693; Tue, 4 Jun 2002 01:01:09 +0200 (CEST) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g53N18Fd7678219; Tue, 4 Jun 2002 01:01:08 +0200 (MES) Date: Tue, 4 Jun 2002 01:02:20 +0200 (CEST) From: Martin Blapp To: Cc: , , Alexander Kabaev , "Carlos F. A. Paniago" , Tim Tretyak Subject: Re: cvs commit: ports/editors/openoffice/files patch-moz::zipped::makefile.mk In-Reply-To: <20020604001854.S880-100000@levais.imp.ch> Message-ID: <20020604005428.D880-100000@levais.imp.ch> 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 I forgot to mention another strange problem, that is CURRENT only. The c++ program regmerge does sometimes not exit, and just hangs. A linux user has reported a similar effect on a debian machine, and told that it may be threads related: See: http://www.openoffice.org/issues/show_bug.cgi?id=336 I'm glad to see any hints here. If you just like to compile OO, you'll have to hit CTRL C, and retype "make" to make the installation continue again. Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 16:13: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 259A637B409; Mon, 3 Jun 2002 16:13:12 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53NDCr70417; Mon, 3 Jun 2002 16:13:12 -0700 (PDT) (envelope-from mike) Message-Id: <200206032313.g53NDCr70417@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 3 Jun 2002 16:13:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/cribbage instr.c src/games/sail pl_1.c src/gnu/lib/libdialog raw_popen.c src/usr.bin/rlogin rlogin.c src/usr.bin/script script.c src/usr.bin/window wwchild.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 mike 2002/06/03 16:13:12 PDT Modified files: games/cribbage instr.c games/sail pl_1.c gnu/lib/libdialog raw_popen.c usr.bin/rlogin rlogin.c usr.bin/script script.c usr.bin/window wwchild.c Log: Use POSIX macros for wait(2)-style status information instead of the deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion. Revision Changes Path 1.6 +3 -3 src/games/cribbage/instr.c 1.3 +2 -2 src/games/sail/pl_1.c 1.4 +2 -3 src/gnu/lib/libdialog/raw_popen.c 1.33 +4 -4 src/usr.bin/rlogin/rlogin.c 1.19 +3 -3 src/usr.bin/script/script.c 1.5 +3 -4 src/usr.bin/window/wwchild.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 16:34:52 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 B1FDC37B403; Mon, 3 Jun 2002 16:34:46 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 4D29D816E3; Tue, 4 Jun 2002 09:04:44 +0930 (CST) Date: Tue, 4 Jun 2002 09:04:44 +0930 From: Greg 'groggy' Lehey To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sync sync.8 Message-ID: <20020604090444.A51429@wantadilla.lemis.com> References: <200206031448.g53EmXf75455@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206031448.g53EmXf75455@freefall.freebsd.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 Monday, 3 June 2002 at 7:48:33 -0700, Tim J. Robbins wrote: > tjr 2002/06/03 07:48:33 PDT > > Modified files: > bin/sync sync.8 > Log: > Correct History: sync(8) appeared in V4. Where are you getting this information from? 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 Mon Jun 3 16:54: 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 D5D4837B405; Mon, 3 Jun 2002 16:53:58 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53NrwF73780; Mon, 3 Jun 2002 16:53:58 -0700 (PDT) (envelope-from mike) Message-Id: <200206032353.g53NrwF73780@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 3 Jun 2002 16:53:58 -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/06/03 16:53:58 PDT Modified files: en/projects/c99 index.sgml Log: Mark the task as completed. Revision Changes Path 1.29 +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 Mon Jun 3 17:24: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 0BEF937B408; Mon, 3 Jun 2002 17:24:52 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g540Oq680529; Mon, 3 Jun 2002 17:24:52 -0700 (PDT) (envelope-from kris) Message-Id: <200206040024.g540Oq680529@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 17:24:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells 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/06/03 17:24:52 PDT Modified files: shells Makefile Log: Remove scsh after repo-copy. Pointy hat to: alex Revision Changes Path 1.38 +0 -1 ports/shells/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 17:26: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 58CDF37B401; Mon, 3 Jun 2002 17:26:27 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g540QRc80651; Mon, 3 Jun 2002 17:26:27 -0700 (PDT) (envelope-from kris) Message-Id: <200206040026.g540QRc80651@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 17:26:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang 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/06/03 17:26:27 PDT Modified files: lang Makefile Log: Add scsh after repo-copy. Pointy hat to: alex Revision Changes Path 1.296 +1 -0 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 17: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 8D35337B400; Mon, 3 Jun 2002 17:28:00 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g540S0G80738; Mon, 3 Jun 2002 17:28:00 -0700 (PDT) (envelope-from kris) Message-Id: <200206040028.g540S0G80738@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 17:28:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/tclxml Makefile distinfo pkg-comment pkg-descr pkg-plist ports/textproc/tclxml/files Makefile patch-aa pkgIndex.tcl.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 kris 2002/06/03 17:28:00 PDT Removed files: textproc/tclxml Makefile distinfo pkg-comment pkg-descr pkg-plist textproc/tclxml/files Makefile patch-aa pkgIndex.tcl.in Log: Remove tclxml, which was repo-copied over 6 months ago but never finalized by the committer who requested it, despite several emails. Revision Changes Path 1.2 +0 -49 ports/textproc/tclxml/Makefile (dead) 1.2 +0 -1 ports/textproc/tclxml/distinfo (dead) 1.2 +0 -27 ports/textproc/tclxml/files/Makefile (dead) 1.2 +0 -159 ports/textproc/tclxml/files/patch-aa (dead) 1.2 +0 -1 ports/textproc/tclxml/files/pkgIndex.tcl.in (dead) 1.2 +0 -1 ports/textproc/tclxml/pkg-comment (dead) 1.2 +0 -15 ports/textproc/tclxml/pkg-descr (dead) 1.2 +0 -6 ports/textproc/tclxml/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 Mon Jun 3 17:43: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 9E5AA37B405; Mon, 3 Jun 2002 17:43:27 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g540hRC82651; Mon, 3 Jun 2002 17:43:27 -0700 (PDT) (envelope-from kris) Message-Id: <200206040043.g540hRC82651@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 17:43:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk12-beta 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/06/03 17:43:27 PDT Modified files: java/jdk12-beta Makefile Log: Switch dependency from open-motif-devel to open-motif, since the former was removed. Pointy hat to: obrien Revision Changes Path 1.9 +1 -1 ports/java/jdk12-beta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 17: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 14A9037B409; Mon, 3 Jun 2002 17:48:04 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g540m4983033; Mon, 3 Jun 2002 17:48:04 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206040048.g540m4983033@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jun 2002 17:48:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libbonobo 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/06/03 17:48:03 PDT Modified files: devel/libbonobo Makefile Log: Set gnomelocaledir MAKE_ENV, because GNOME folks missed it out (it's empty). Bump PORTREVISION. Revision Changes Path 1.12 +2 -0 ports/devel/libbonobo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 17:49: 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 A118137B409; Mon, 3 Jun 2002 17:48:56 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g540mux83145; Mon, 3 Jun 2002 17:48:56 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206040048.g540mux83145@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jun 2002 17:48:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib20/files patch-glib::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 sobomax 2002/06/03 17:48:56 PDT Modified files: devel/glib20/files patch-glib::libcharset::Makefile.in Log: Don't touch charset.alias file installed by libiconv. Revision Changes Path 1.2 +12 -3 ports/devel/glib20/files/patch-glib::libcharset::Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 18:14:18 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 5D7CE37B407; Mon, 3 Jun 2002 18:14:12 -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.3) with ESMTP id g541DwB4006572; Mon, 3 Jun 2002 21:13:58 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: cvs commit: ports/devel/glib20/files patch-glib::libcharset::Makefile.in From: Joe Marcus Clarke To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200206040048.g540mux83145@freefall.freebsd.org> References: <200206040048.g540mux83145@freefall.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-m1zUVwu+XYPEHLYuNrb2" X-Mailer: Ximian Evolution 1.0.5 Date: 03 Jun 2002 21:14:18 -0400 Message-Id: <1023153258.31619.38.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 --=-m1zUVwu+XYPEHLYuNrb2 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-06-03 at 20:48, Maxim Sobolev wrote: > sobomax 2002/06/03 17:48:56 PDT >=20 > Modified files: > devel/glib20/files patch-glib::libcharset::Makefile.in=20 > Log: > Don't touch charset.alias file installed by libiconv. Thanks, I missed that one. Joe > =20 > Revision Changes Path > 1.2 +12 -3 ports/devel/glib20/files/patch-glib::libcharset::M= akefile.in >=20 --=-m1zUVwu+XYPEHLYuNrb2 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) iD4DBQA8/BRqb2iPiv4Uz4cRAg4CAJ0RMpU0sUokW1vUTfkkv7w7hUtvogCSAl1u KyijYLF3MYAbistHS1qQ7Q== =h3At -----END PGP SIGNATURE----- --=-m1zUVwu+XYPEHLYuNrb2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 18: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 3A83437B400; Mon, 3 Jun 2002 18:16:14 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g541GEY89971; Mon, 3 Jun 2002 18:16:14 -0700 (PDT) (envelope-from gad) Message-Id: <200206040116.g541GEY89971@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 3 Jun 2002 18:16:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.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 gad 2002/06/03 18:16:14 PDT Modified files: usr.sbin/lpr/lpd printjob.c Log: Avoid checking WIFEXITED and WTERMSIG in some error situations where the value in wstatus is not related to the process that we care about. MFC after: 2 weeks Revision Changes Path 1.54 +6 -3 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 18:23: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 D909D37B403; Mon, 3 Jun 2002 18:23:19 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g541NJN90779; Mon, 3 Jun 2002 18:23:19 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200206040123.g541NJN90779@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 3 Jun 2002 18:23:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/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 kuriyama 2002/06/03 18:23:19 PDT Modified files: (Branch: RELENG_4) release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Typo fixes and translation refinements. Submitted by: Hideyuki KURASHINA Approved by: re (bmah) Revision Changes Path 1.5.2.24 +7 -7 src/release/doc/ja_JP.eucJP/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 Mon Jun 3 18: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 1754D37B400; Mon, 3 Jun 2002 18:28:16 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g541SGR91084; Mon, 3 Jun 2002 18:28:16 -0700 (PDT) (envelope-from gad) Message-Id: <200206040128.g541SGR91084@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 3 Jun 2002 18:28:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.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 gad 2002/06/03 18:28:16 PDT Modified files: usr.sbin/lpr/lpd printjob.c Log: Fix all the 'return' statements in here to follow style(9). MFC after: 2 weeks Revision Changes Path 1.55 +24 -24 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 18:38: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 6E8A437B403; Mon, 3 Jun 2002 18:38:45 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g541cja92491; Mon, 3 Jun 2002 18:38:45 -0700 (PDT) (envelope-from petef) Message-Id: <200206040138.g541cja92491@freefall.freebsd.org> From: Pete Fritchman Date: Mon, 3 Jun 2002 18:38:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/ecore Makefile ports/databases/edb Makefile ports/graphics/entice Makefile ports/graphics/evas Makefile ports/graphics/feh Makefile ports/lang/ferite Makefile ports/graphics/geist Makefile ports/x11-toolkits/gevas 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/06/03 18:38:45 PDT Modified files: x11/ecore Makefile databases/edb Makefile graphics/entice Makefile graphics/evas Makefile graphics/feh Makefile lang/ferite Makefile graphics/geist Makefile x11-toolkits/gevas Makefile graphics/giblib Makefile graphics/gozer Makefile graphics/imlib2 Makefile graphics/imlib2_loaders Makefile devel/libast Makefile graphics/p5-Imlib2 Makefile devel/fampp Makefile graphics/scrot Makefile Log: Reset maintainership to ports@. Thanks for your work on these, Jeremy! PR: 38874 Submitted by: Jeremy Norris (previous maintainer) Revision Changes Path 1.6 +1 -1 ports/databases/edb/Makefile 1.4 +1 -1 ports/devel/fampp/Makefile 1.4 +1 -1 ports/devel/libast/Makefile 1.3 +1 -1 ports/graphics/entice/Makefile 1.12 +1 -1 ports/graphics/evas/Makefile 1.7 +1 -1 ports/graphics/feh/Makefile 1.3 +2 -2 ports/graphics/geist/Makefile 1.7 +1 -1 ports/graphics/giblib/Makefile 1.5 +1 -1 ports/graphics/gozer/Makefile 1.82 +1 -1 ports/graphics/imlib2/Makefile 1.3 +1 -1 ports/graphics/imlib2_loaders/Makefile 1.3 +1 -1 ports/graphics/p5-Imlib2/Makefile 1.6 +1 -1 ports/graphics/scrot/Makefile 1.5 +1 -1 ports/lang/ferite/Makefile 1.6 +1 -1 ports/x11-toolkits/gevas/Makefile 1.4 +1 -1 ports/x11/ecore/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 18: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 0D61337B405; Mon, 3 Jun 2002 18:59:54 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g541xs795170; Mon, 3 Jun 2002 18:59:54 -0700 (PDT) (envelope-from petef) Message-Id: <200206040159.g541xs795170@freefall.freebsd.org> From: Pete Fritchman Date: Mon, 3 Jun 2002 18:59:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libimg 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/06/03 18:59:53 PDT Modified files: graphics/libimg Makefile Log: Switch to a working master site. PR: 38871 Submitted by: Erwin Lansing Revision Changes Path 1.13 +2 -2 ports/graphics/libimg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 19:45: 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 A600E37B404; Mon, 3 Jun 2002 19:44:57 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g542ivA03618; Mon, 3 Jun 2002 19:44:57 -0700 (PDT) (envelope-from kris) Message-Id: <200206040244.g542ivA03618@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 19:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cam/files patch-ab 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 kris 2002/06/03 19:44:57 PDT Modified files: audio/cam/files patch-ad Removed files: audio/cam/files patch-ab Log: Respect CC and CFLAGS, and remove a bogus patch which deliberately did #include instead of Revision Changes Path 1.2 +0 -15 ports/audio/cam/files/patch-ab (dead) 1.2 +14 -13 ports/audio/cam/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 Jun 3 19: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 D682137B407; Mon, 3 Jun 2002 19:48:12 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g542mCb03868; Mon, 3 Jun 2002 19:48:12 -0700 (PDT) (envelope-from gad) Message-Id: <200206040248.g542mCb03868@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 3 Jun 2002 19:48:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.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 gad 2002/06/03 19:48:12 PDT Modified files: usr.sbin/lpr/lpd printjob.c Log: Cosmetic improvements to some of the syslog() calls in here (in some cases simply getting the indentation right when the statement wraps). MFC after: 2 weeks Revision Changes Path 1.56 +44 -35 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 20: 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 DB1A737B406; Mon, 3 Jun 2002 20:00:57 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5430vJ05384; Mon, 3 Jun 2002 20:00:57 -0700 (PDT) (envelope-from kris) Message-Id: <200206040300.g5430vJ05384@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 20:00:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cd-console/files patch-aa 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 kris 2002/06/03 20:00:57 PDT Modified files: audio/cd-console/files patch-aa Added files: audio/cd-console/files patch-ac Log: Unbreak on current by using ${CXX} to compile instead of ${CC}, and #include to get strcmp() prototype Revision Changes Path 1.3 +20 -8 ports/audio/cd-console/files/patch-aa 1.1 +8 -0 ports/audio/cd-console/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 20:17: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 12DAD37B403; Mon, 3 Jun 2002 20:17:13 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g543HDJ10470; Mon, 3 Jun 2002 20:17:13 -0700 (PDT) (envelope-from pat) Message-Id: <200206040317.g543HDJ10470@freefall.freebsd.org> From: Patrick Li Date: Mon, 3 Jun 2002 20:17:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cidr Makefile distinfo pkg-descr ports/net/cidr/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 pat 2002/06/03 20:17:12 PDT Modified files: net/cidr Makefile distinfo pkg-descr net/cidr/files patch-aa Log: Update to 2.3.2 Approved by: 2 week timeout Revision Changes Path 1.5 +6 -7 ports/net/cidr/Makefile 1.3 +1 -1 ports/net/cidr/distinfo 1.3 +27 -9 ports/net/cidr/files/patch-aa 1.2 +2 -0 ports/net/cidr/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 20:21: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 8DC6937B406; Mon, 3 Jun 2002 20:21:09 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g543L9711168; Mon, 3 Jun 2002 20:21:09 -0700 (PDT) (envelope-from pat) Message-Id: <200206040321.g543L9711168@freefall.freebsd.org> From: Patrick Li Date: Mon, 3 Jun 2002 20:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed-claws 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/06/03 20:21:09 PDT Modified files: mail/sylpheed-claws Makefile distinfo pkg-plist Log: - Update to 0.7.6 - add WITHOUT_THEMES knob PR: 38875 Submitted by: maintainer Revision Changes Path 1.10 +12 -2 ports/mail/sylpheed-claws/Makefile 1.7 +1 -1 ports/mail/sylpheed-claws/distinfo 1.6 +365 -365 ports/mail/sylpheed-claws/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 Jun 3 20:40: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 964FF37B406; Mon, 3 Jun 2002 20:40:25 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g543ePN12546; Mon, 3 Jun 2002 20:40:25 -0700 (PDT) (envelope-from gad) Message-Id: <200206040340.g543ePN12546@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 3 Jun 2002 20:40:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd printjob.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 gad 2002/06/03 20:40:25 PDT Modified files: usr.sbin/lpr/lpd printjob.c Log: Change some "process id" variables from 'int' to 'pid_t', renaming some of them to keep better track of which-is-which (multiple variables were named 'pid'). Moved a global pid-variable into the only routine that used it. Net result: fixes two compile-time warnings... MFC after: 2 weeks Revision Changes Path 1.57 +31 -28 src/usr.sbin/lpr/lpd/printjob.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 20:48:11 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (004.c.010.mel.iprimus.net.au [210.50.202.4]) by hub.freebsd.org (Postfix) with ESMTP id 563B137B405; Mon, 3 Jun 2002 20:48:06 -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 g543jYcx042195; Tue, 4 Jun 2002 13:45:34 +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 g543jY2d042194; Tue, 4 Jun 2002 13:45:34 +1000 (EST) Date: Tue, 4 Jun 2002 13:45:33 +1000 From: "Tim J. Robbins" To: "Greg 'groggy' Lehey" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/sync sync.8 Message-ID: <20020604134533.C42142@treetop.robbins.dropbear.id.au> References: <200206031448.g53EmXf75455@freefall.freebsd.org> <20020604090444.A51429@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020604090444.A51429@wantadilla.lemis.com>; from grog@FreeBSD.ORG on Tue, Jun 04, 2002 at 09:04:44AM +0930 Sender: owner-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, Jun 04, 2002 at 09:04:44AM +0930, Greg 'groggy' Lehey wrote: > On Monday, 3 June 2002 at 7:48:33 -0700, Tim J. Robbins wrote: > > tjr 2002/06/03 07:48:33 PDT > > > > Modified files: > > bin/sync sync.8 > > Log: > > Correct History: sync(8) appeared in V4. > > Where are you getting this information from? First, Third, Fourth edition manuals & sources. http://cm.bell-labs.com/cm/cs/who/dmr/1stEdman.html http://www.wiretapped.net/UnixArchive/PDP-11/Distributions/research/ Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 21: 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 55CA237B401; Mon, 3 Jun 2002 21:08:19 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5448Jv18905; Mon, 3 Jun 2002 21:08:19 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206040408.g5448Jv18905@freefall.freebsd.org> From: "J. Mallett" Date: Mon, 3 Jun 2002 21:08:19 -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/06/03 21:08:19 PDT Modified files: usr.bin/xargs xargs.c Log: Err, duh, free(3) doesn't set its argument to NULL... Fix realloc of a freed chunk. Revision Changes Path 1.39 +3 -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 Mon Jun 3 22:31: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 9BB5F37B406; Mon, 3 Jun 2002 22:31:16 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g545VG630127; Mon, 3 Jun 2002 22:31:16 -0700 (PDT) (envelope-from kris) Message-Id: <200206040531.g545VG630127@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 22:31:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/zoo/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 kris 2002/06/03 22:31:16 PDT Modified files: archivers/zoo/files patch-ab Log: Fix installation on -current due to *.mk changes. Submitted by: ru Revision Changes Path 1.2 +4 -4 ports/archivers/zoo/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 Mon Jun 3 22:42: 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 3196537B405; Mon, 3 Jun 2002 22:42:04 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g545g4V31131; Mon, 3 Jun 2002 22:42:04 -0700 (PDT) (envelope-from kris) Message-Id: <200206040542.g545g4V31131@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jun 2002 22:42:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/iconv/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 kris 2002/06/03 22:42:03 PDT Modified files: converters/iconv/files patch-ai Log: Unbreak on -current by catching up to *.mk changes Submitted by: ru Revision Changes Path 1.3 +7 -5 ports/converters/iconv/files/patch-ai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 22:48: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 8B87437B408; Mon, 3 Jun 2002 22:48:38 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g545mcq31547; Mon, 3 Jun 2002 22:48:38 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206040548.g545mcq31547@freefall.freebsd.org> From: "J. Mallett" Date: Mon, 3 Jun 2002 22:48:38 -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 jmallett 2002/06/03 22:48:38 PDT Modified files: sys/sys param.h Log: NODEV is defined the same in _KERNEL and !_KERNEL case, so move it out from the preprocessor conditional, and remove the now-empty #else. Reviewed by: asmodai Revision Changes Path 1.130 +1 -3 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 Jun 3 22:58: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 7570A37B407; Mon, 3 Jun 2002 22:58:26 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g545wQB32514; Mon, 3 Jun 2002 22:58:26 -0700 (PDT) (envelope-from bmah) Message-Id: <200206040558.g545wQB32514@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 3 Jun 2002 22:58:26 -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 bmah 2002/06/03 22:58:26 PDT Modified files: en/releng index.sgml Log: Adjust another instance of the 4.6 release date to fit the release schedule. Submitted by: "Lucky Green" Revision Changes Path 1.8 +2 -2 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 Mon Jun 3 22:59: 0 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 08E7337B400; Mon, 3 Jun 2002 22:58:54 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.6/8.11.6) with ESMTP id g545wmR20197; Tue, 4 Jun 2002 01:58:48 -0400 (EDT) Date: Tue, 4 Jun 2002 01:58:48 -0400 (EDT) From: Trevor Johnson To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/audio/cam/files patch-ab patch-ad In-Reply-To: <200206040244.g542ivA03618@freefall.freebsd.org> Message-ID: <20020604015455.V7795-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 > kris 2002/06/03 19:44:57 PDT > > Modified files: > audio/cam/files patch-ad > Removed files: > audio/cam/files patch-ab > Log: > Respect CC and CFLAGS, and remove a bogus patch which deliberately > did #include instead of > > Revision Changes Path > 1.2 +0 -15 ports/audio/cam/files/patch-ab (dead) > 1.2 +14 -13 ports/audio/cam/files/patch-ad The patch was written in 1998. At that time, FreeBSD didn't have a . -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 23: 0:58 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id DEBB137B406; Mon, 3 Jun 2002 23:00:46 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 743FE66C49; Mon, 3 Jun 2002 23:00:46 -0700 (PDT) Date: Mon, 3 Jun 2002 23:00:46 -0700 From: Kris Kennaway To: Trevor Johnson Cc: Kris Kennaway , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/cam/files patch-ab patch-ad Message-ID: <20020603230046.A44159@xor.obsecurity.org> References: <200206040244.g542ivA03618@freefall.freebsd.org> <20020604015455.V7795-100000@blues.jpj.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="lrZ03NoBR/3+SXJZ" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020604015455.V7795-100000@blues.jpj.net>; from trevor@jpj.net on Tue, Jun 04, 2002 at 01:58:48AM -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 --lrZ03NoBR/3+SXJZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 01:58:48AM -0400, Trevor Johnson wrote: > > kris 2002/06/03 19:44:57 PDT > > > > Modified files: > > audio/cam/files patch-ad > > Removed files: > > audio/cam/files patch-ab > > Log: > > Respect CC and CFLAGS, and remove a bogus patch which deliberately > > did #include instead of > > > > Revision Changes Path > > 1.2 +0 -15 ports/audio/cam/files/patch-ab (dead) > > 1.2 +14 -13 ports/audio/cam/files/patch-ad >=20 > The patch was written in 1998. At that time, FreeBSD didn't have a > . Fair enough, I suspected it was something like this. It became bogus at some point though. Kris --lrZ03NoBR/3+SXJZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/FeNWry0BWjoQKURAgKOAKDcyppzyrro8HCZ4JjoUinzIhpVXACg/iXg PZVNXCACaOCyuBUMaNhxhk0= =07T2 -----END PGP SIGNATURE----- --lrZ03NoBR/3+SXJZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 23:14: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 886D437B400; Mon, 3 Jun 2002 23:14:11 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g546EBW38405; Mon, 3 Jun 2002 23:14:11 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206040614.g546EBW38405@freefall.freebsd.org> From: "J. Mallett" Date: Mon, 3 Jun 2002 23:14:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/help help.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/06/03 23:14:11 PDT Modified files: usr.bin/help help.c Log: Add support for non-numeric key lookup via the 'cmds' file, by using the key base as the key number. Revision Changes Path 1.4 +18 -6 src/usr.bin/help/help.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 23:22: 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 044FB37B406; Mon, 3 Jun 2002 23:21:59 -0700 (PDT) Received: (from cjh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g546LwG39165; Mon, 3 Jun 2002 23:21:58 -0700 (PDT) (envelope-from cjh) Message-Id: <200206040621.g546LwG39165@freefall.freebsd.org> From: CHOI Junho Date: Mon, 3 Jun 2002 23:21:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/engdic 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 cjh 2002/06/03 23:21:58 PDT Modified files: korean/engdic Makefile Log: Respect PREFIX. PR: ports/38827 Submitted by: Hye-Shik Chang Revision Changes Path 1.6 +6 -1 ports/korean/engdic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 23:33: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 A34EA37B403; Mon, 3 Jun 2002 23:33:21 -0700 (PDT) Received: (from okazaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g546XLg40328; Mon, 3 Jun 2002 23:33:21 -0700 (PDT) (envelope-from okazaki) Message-Id: <200206040633.g546XLg40328@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Mon, 3 Jun 2002 23:33:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/iiimecf 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/06/03 23:33:21 PDT Modified files: editors/iiimecf Makefile Log: Use a tab instead of a space after a variable name. Submitted by: portlint Release a maintainer-ship of this port to ports@FreeBSD.org. Revision Changes Path 1.3 +3 -3 ports/editors/iiimecf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 23:46: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 3006237B400; Mon, 3 Jun 2002 23:46:04 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g546k4k41582; Mon, 3 Jun 2002 23:46:04 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206040646.g546k4k41582@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 3 Jun 2002 23:46:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gnustep-base Makefile distinfo pkg-plist ports/lang/gnustep-base/files patch-configure ports/lang/gnustep-guile Makefile distinfo pkg-plist ports/devel/gnustep-make Makefile distinfo pkg-plist ports/devel/gnustep-make/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 dinoex 2002/06/03 23:46:04 PDT Modified files: lang/gnustep-base Makefile distinfo pkg-plist lang/gnustep-guile Makefile distinfo pkg-plist devel/gnustep-make Makefile distinfo pkg-plist lang/gnustep-objc Makefile distinfo Added files: lang/gnustep-base/files patch-configure Removed files: devel/gnustep-make/files patch-GNUstep.sh.in patch-ld_lib_path.sh Log: GNUstep Update - Update: gnustep-make-1.3.2 - remove obsolete MASTER_SITES - Update: gnustep-objc-1.2.2 - Update: gnustep-base-1.3.2 - remove obsolete MASTER_SITES - fix configure for libxml2 - more languages: Russian, Slovak, UkraineRussian - Update: gnustep-guile-1.0.3.tar.gz Not updated to: gnustep-gui-0.7.7, it conflicts with gnustep-xgps-0.7.6 Revision Changes Path 1.22 +2 -4 ports/devel/gnustep-make/Makefile 1.8 +1 -1 ports/devel/gnustep-make/distinfo 1.2 +0 -22 ports/devel/gnustep-make/files/patch-GNUstep.sh.in (dead) 1.2 +0 -11 ports/devel/gnustep-make/files/patch-ld_lib_path.sh (dead) 1.10 +2 -0 ports/devel/gnustep-make/pkg-plist 1.23 +5 -4 ports/lang/gnustep-base/Makefile 1.8 +1 -1 ports/lang/gnustep-base/distinfo 1.1 +20 -0 ports/lang/gnustep-base/files/patch-configure (new) 1.11 +3 -0 ports/lang/gnustep-base/pkg-plist 1.20 +2 -2 ports/lang/gnustep-guile/Makefile 1.6 +1 -1 ports/lang/gnustep-guile/distinfo 1.9 +6 -8 ports/lang/gnustep-guile/pkg-plist 1.23 +1 -2 ports/lang/gnustep-objc/Makefile 1.9 +1 -1 ports/lang/gnustep-objc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jun 3 23:50: 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 7F67F37B401; Mon, 3 Jun 2002 23:49:54 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g546ns241968; Mon, 3 Jun 2002 23:49:54 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206040649.g546ns241968@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 3 Jun 2002 23:49:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gnumail Makefile distinfo pkg-plist ports/mail/pantomime 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 dinoex 2002/06/03 23:49:54 PDT Modified files: mail/gnumail Makefile distinfo pkg-plist mail/pantomime Makefile distinfo pkg-plist Log: Update to: Pantomime-1.0.4 Update to: GNUMail-1.0.2 Revision Changes Path 1.7 +2 -2 ports/mail/gnumail/Makefile 1.6 +1 -1 ports/mail/gnumail/distinfo 1.6 +19 -16 ports/mail/gnumail/pkg-plist 1.5 +2 -2 ports/mail/pantomime/Makefile 1.3 +1 -1 ports/mail/pantomime/distinfo 1.3 +4 -0 ports/mail/pantomime/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 Jun 3 23:54: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 52AF537B403; Mon, 3 Jun 2002 23:54:36 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g546sai42776; Mon, 3 Jun 2002 23:54:36 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206040654.g546sai42776@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 3 Jun 2002 23:54:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh-portable 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 dinoex 2002/06/03 23:54:36 PDT Modified files: security/openssh-portable Makefile Log: Honor Option ENABLE_SUID_SSH Build defaults witouth SUID Revision Changes Path 1.36 +5 -1 ports/security/openssh-portable/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 0:43: 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 7EA6237B401; Tue, 4 Jun 2002 00:43:05 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g547h5W51052; Tue, 4 Jun 2002 00:43:05 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206040743.g547h5W51052@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 4 Jun 2002 00:43:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/projectcenter.app 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 dinoex 2002/06/04 00:43:05 PDT Modified files: devel/projectcenter.app Makefile pkg-plist Log: - Unbreak projectcenter.app - plist fixed Revision Changes Path 1.5 +0 -2 ports/devel/projectcenter.app/Makefile 1.4 +133 -151 ports/devel/projectcenter.app/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 Jun 4 1: 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 E28E737B406; Tue, 4 Jun 2002 01:09:53 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5489rh56920; Tue, 4 Jun 2002 01:09:53 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206040809.g5489rh56920@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 4 Jun 2002 01:09:53 -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/06/04 01:09:53 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update to version 0.980. Revision Changes Path 1.111 +2 -5 ports/sysutils/webmin/Makefile 1.84 +1 -8 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 Tue Jun 4 1:16:24 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 15A3437B404; Tue, 4 Jun 2002 01:16:18 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 17F9Us-000MIs-00; Tue, 04 Jun 2002 10:16:54 +0200 From: Sheldon Hearn To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_sig.c src/sys/sys proc.h wait.h In-reply-to: Your message of "Sat, 01 Jun 2002 11:37:46 MST." <200206011837.g51IbkC16494@freefall.freebsd.org> Date: Tue, 04 Jun 2002 10:16:53 +0200 Message-ID: <85737.1023178613@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 Sat, 01 Jun 2002 11:37:46 MST, Mike Barcroft wrote: > Modified files: > sys/kern kern_exit.c kern_sig.c > sys/sys proc.h wait.h > Log: > Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flag > (P_CONTINUED) is set when a stopped process receives a SIGCONT and > cleared after it has notified a parent process that has requested > notification via waitpid(2) with WCONTINUED specified in its options > operand. The status value can be checked with the new WIFCONTINUED() > macro. Oooer. Don't you want to document this in waitpid.2 before it starts getting misused? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 1:16:57 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 A0E3137B401; Tue, 4 Jun 2002 01:16:51 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 17F9VQ-000MJE-00; Tue, 04 Jun 2002 10:17:28 +0200 From: Sheldon Hearn To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_sig.c src/sys/sys proc.h wait.h In-reply-to: Your message of "Tue, 04 Jun 2002 10:16:53 +0200." <85737.1023178613@axl.seasidesoftware.co.za> Date: Tue, 04 Jun 2002 10:17:28 +0200 Message-ID: <85759.1023178648@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 Tue, 04 Jun 2002 10:16:53 +0200, Sheldon Hearn wrote: > Oooer. Don't you want to document this in waitpid.2 before it starts > getting misused? I spoke too soon, you'd already taken care of it. Sorry, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 1:18:47 2002 Delivered-To: cvs-all@freebsd.org Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by hub.freebsd.org (Postfix) with ESMTP id 8B49137B404; Tue, 4 Jun 2002 01:18:42 -0700 (PDT) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.11.6/8.11.6) id g548Jfd00459; Tue, 4 Jun 2002 10:19:41 +0200 (CEST) (envelope-from alex) Date: Tue, 4 Jun 2002 10:19:39 +0200 From: Alexander Langer To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/shells Makefile Message-ID: <20020604101939.B97765@fump.kawo2.rwth-aachen.de> References: <200206040024.g540Oq680529@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: <200206040024.g540Oq680529@freefall.freebsd.org>; from kris@FreeBSD.org on Mon, Jun 03, 2002 at 05:24:52PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Kris Kennaway (kris@FreeBSD.org): > Log: > Remove scsh after repo-copy. Damn! I knew I forgot something :-) Sorry, and thanks for fixing Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 1: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 A4D7137B410; Tue, 4 Jun 2002 01:45:38 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g548jcr60331; Tue, 4 Jun 2002 01:45:38 -0700 (PDT) (envelope-from tjr) Message-Id: <200206040845.g548jcr60331@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 01:45:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/getconf getconf.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/06/04 01:45:38 PDT Modified files: usr.bin/getconf getconf.c Log: confstr() returns (size_t)-1 on failure. Check for this explicitly instead of trying to see if an unsigned number is less than zero. Revision Changes Path 1.3 +2 -2 src/usr.bin/getconf/getconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 1:55: 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 3B2EC37B404; Tue, 4 Jun 2002 01:55:01 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g548t1P61136; Tue, 4 Jun 2002 01:55:01 -0700 (PDT) (envelope-from tobez) Message-Id: <200206040855.g548t1P61136@freefall.freebsd.org> From: Anton Berezin Date: Tue, 4 Jun 2002 01:55: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 tobez 2002/06/04 01:55:01 PDT Modified files: . modules Log: Add p5-CGI.pm module, which was not there, probably because the port was repocopied. Revision Changes Path 1.5279 +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 Jun 4 1:58: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 B0E1537B409; Tue, 4 Jun 2002 01:58:25 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g548wPW61434; Tue, 4 Jun 2002 01:58:25 -0700 (PDT) (envelope-from alex) Message-Id: <200206040858.g548wPW61434@freefall.freebsd.org> From: Alexander Langer Date: Tue, 4 Jun 2002 01:58:25 -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 alex 2002/06/04 01:58:25 PDT Modified files: . modules Log: Move "scsh" from "shells" to "lang". Revision Changes Path 1.5280 +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 Tue Jun 4 2: 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 8275037B406; Tue, 4 Jun 2002 02:04:39 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5494dk62287; Tue, 4 Jun 2002 02:04:39 -0700 (PDT) (envelope-from skv) Message-Id: <200206040904.g5494dk62287@freefall.freebsd.org> From: Sergey Skvortsov Date: Tue, 4 Jun 2002 02:04:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Net-Google 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 skv 2002/06/04 02:04:39 PDT Modified files: net Makefile Added files: net/p5-Net-Google Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Net-Google 0.5, simple OOP-ish interface to the Google SOAP API. Revision Changes Path 1.776 +1 -0 ports/net/Makefile 1.1 +26 -0 ports/net/p5-Net-Google/Makefile (new) 1.1 +1 -0 ports/net/p5-Net-Google/distinfo (new) 1.1 +1 -0 ports/net/p5-Net-Google/pkg-comment (new) 1.1 +1 -0 ports/net/p5-Net-Google/pkg-descr (new) 1.1 +12 -0 ports/net/p5-Net-Google/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 Jun 4 2: 5: 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 AC6B437B40E; Tue, 4 Jun 2002 02:04:48 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5494mT62319; Tue, 4 Jun 2002 02:04:48 -0700 (PDT) (envelope-from skv) Message-Id: <200206040904.g5494mT62319@freefall.freebsd.org> From: Sergey Skvortsov Date: Tue, 4 Jun 2002 02:04: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 skv 2002/06/04 02:04:48 PDT Modified files: . modules Log: p5-Net-Google --> ports/net/p5-Net-Google Revision Changes Path 1.5281 +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 Jun 4 2: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 B8DBD37B400; Tue, 4 Jun 2002 02:16:09 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g549G9V67371; Tue, 4 Jun 2002 02:16:09 -0700 (PDT) (envelope-from tjr) Message-Id: <200206040916.g549G9V67371@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 02:16:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/col col.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/06/04 02:16:09 PDT Modified files: usr.bin/col col.1 Log: Note SUSv2 conformance. Revision Changes Path 1.11 +5 -0 src/usr.bin/col/col.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 2:17: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 D4AE837B400; Tue, 4 Jun 2002 02:17:30 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g549HUx67461; Tue, 4 Jun 2002 02:17:30 -0700 (PDT) (envelope-from tjr) Message-Id: <200206040917.g549HUx67461@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 02:17:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/col col.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/06/04 02:17:30 PDT Modified files: usr.bin/col col.1 Log: Sort options in Description section. Revision Changes Path 1.12 +5 -5 src/usr.bin/col/col.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 2:52: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 8F5DA37B403; Tue, 4 Jun 2002 02:52:30 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g549qUF70772; Tue, 4 Jun 2002 02:52:30 -0700 (PDT) (envelope-from tjr) Message-Id: <200206040952.g549qUF70772@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 02:52:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/who who.1 who.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/06/04 02:52:30 PDT Modified files: usr.bin/who who.1 who.c Log: Respect the setting of the COLUMNS environment variable, use it instead of the TTY width obtained by ioctl() when set & non-null. (SUSv3) Revision Changes Path 1.13 +13 -0 src/usr.bin/who/who.1 1.16 +15 -5 src/usr.bin/who/who.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 3: 0: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 C1B3B37B401; Tue, 4 Jun 2002 03:00:12 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54A0C171438; Tue, 4 Jun 2002 03:00:12 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041000.g54A0C171438@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 03:00:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 tjr 2002/06/04 03:00:12 PDT Modified files: usr.bin/sed process.c Log: Ignore COLUMNS environment variable if it is empty (SUSv3) Revision Changes Path 1.17 +1 -1 src/usr.bin/sed/process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 3: 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 867A237B405; Tue, 4 Jun 2002 03:01:06 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54A16Z72071; Tue, 4 Jun 2002 03:01:06 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041001.g54A16Z72071@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 03:01:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed sed.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/06/04 03:01:06 PDT Modified files: usr.bin/sed sed.1 Log: Document the fact that the `l' command uses the COLUMNS environment variable (SUSv3) Revision Changes Path 1.24 +13 -0 src/usr.bin/sed/sed.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 3:11: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 17EC137B404; Tue, 4 Jun 2002 03:11:30 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54ABUu76841; Tue, 4 Jun 2002 03:11:30 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041011.g54ABUu76841@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 03:11:29 -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 tjr 2002/06/04 03:11:29 PDT Modified files: bin/ls ls.c Log: Ignore empty COLUMNS environment variable. COLUMNS should take precedence over TTY width found via ioctl() (SUSv3) Revision Changes Path 1.61 +5 -5 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 Tue Jun 4 3:18: 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 D320937B40F; Tue, 4 Jun 2002 03:17:52 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54AHqr77241; Tue, 4 Jun 2002 03:17:52 -0700 (PDT) (envelope-from mbr) Message-Id: <200206041017.g54AHqr77241@freefall.freebsd.org> From: Martin Blapp Date: Tue, 4 Jun 2002 03:17:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-config_office::configure.in patch-set_soenv.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 mbr 2002/06/04 03:17:52 PDT Modified files: editors/openoffice/files patch-config_office::configure.in patch-set_soenv.1 Log: Check the exception handling. Needed for the cpp uno code bridge. I'll import a new bridge for sjlj exceptions on STABLE. Revision Changes Path 1.5 +36 -3 ports/editors/openoffice/files/patch-config_office::configure.in 1.13 +15 -13 ports/editors/openoffice/files/patch-set_soenv.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 3: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 7578F37B407; Tue, 4 Jun 2002 03:20:10 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54AKA377425; Tue, 4 Jun 2002 03:20:10 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041020.g54AKA377425@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 03:20:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.1 ps.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/06/04 03:20:10 PDT Modified files: bin/ps ps.1 ps.c Log: Respect setting of the COLUMNS environment variable (SUSv3) Revision Changes Path 1.47 +10 -0 src/bin/ps/ps.1 1.51 +4 -1 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 3:38: 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 DFDDD37B400; Tue, 4 Jun 2002 03:37:49 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Abno79006; Tue, 4 Jun 2002 03:37:49 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206041037.g54Abno79006@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 03:37:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar - Imported sources 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 sobomax 2002/06/04 03:37:49 PDT src/contrib/tar - Imported sources Update of /home/ncvs/src/contrib/tar In directory freefall.freebsd.org:/c/tmp/cvs-serv78960 Log Message: Virgin import (trimmed) of GNU Tar version 1.13.25. Status: Vendor Tag: FSF Release Tags: TAR_v1_13_25 N src/contrib/tar/README N src/contrib/tar/ABOUT-NLS N src/contrib/tar/AUTHORS N src/contrib/tar/COPYING N src/contrib/tar/ChangeLog N src/contrib/tar/INSTALL N src/contrib/tar/NEWS N src/contrib/tar/README-alpha N src/contrib/tar/THANKS N src/contrib/tar/TODO N src/contrib/tar/ChangeLog.1 N src/contrib/tar/PORTS N src/contrib/tar/doc/version.texi N src/contrib/tar/doc/tar.texi N src/contrib/tar/doc/fdl.texi N src/contrib/tar/doc/freemanuals.texi N src/contrib/tar/doc/getdate.texi N src/contrib/tar/doc/header.texi N src/contrib/tar/lib/argmatch.h N src/contrib/tar/lib/backupfile.h N src/contrib/tar/lib/dirname.h N src/contrib/tar/lib/error.h N src/contrib/tar/lib/exclude.h N src/contrib/tar/lib/fnmatch.hin N src/contrib/tar/lib/full-write.h N src/contrib/tar/lib/getdate.h N src/contrib/tar/lib/getline.h N src/contrib/tar/lib/getopt.h N src/contrib/tar/lib/getstr.h N src/contrib/tar/lib/hash.h N src/contrib/tar/lib/human.h N src/contrib/tar/lib/lchown.h N src/contrib/tar/lib/modechange.h N src/contrib/tar/lib/prepargs.h N src/contrib/tar/lib/print-copyr.h N src/contrib/tar/lib/quote.h N src/contrib/tar/lib/quotearg.h N src/contrib/tar/lib/save-cwd.h N src/contrib/tar/lib/savedir.h N src/contrib/tar/lib/safe-read.h N src/contrib/tar/lib/unicodeio.h N src/contrib/tar/lib/rmdir.c N src/contrib/tar/lib/xalloc.h N src/contrib/tar/lib/xstrtol.h N src/contrib/tar/lib/alloca.c N src/contrib/tar/lib/fileblocks.c N src/contrib/tar/lib/fnmatch.c N src/contrib/tar/lib/ftruncate.c N src/contrib/tar/lib/getdate.c N src/contrib/tar/lib/getline.c N src/contrib/tar/lib/lchown.c N src/contrib/tar/lib/malloc.c N src/contrib/tar/lib/memset.c N src/contrib/tar/lib/mktime.c N src/contrib/tar/lib/readutmp.c N src/contrib/tar/lib/realloc.c N src/contrib/tar/lib/rename.c N src/contrib/tar/lib/strcasecmp.c N src/contrib/tar/lib/strncasecmp.c N src/contrib/tar/lib/strstr.c N src/contrib/tar/lib/strtol.c N src/contrib/tar/lib/strtoul.c N src/contrib/tar/lib/strtoull.c N src/contrib/tar/lib/strtoumax.c N src/contrib/tar/lib/waitpid.c N src/contrib/tar/lib/addext.c N src/contrib/tar/lib/argmatch.c N src/contrib/tar/lib/backupfile.c N src/contrib/tar/lib/basename.c N src/contrib/tar/lib/dirname.c N src/contrib/tar/lib/error.c N src/contrib/tar/lib/exclude.c N src/contrib/tar/lib/full-write.c N src/contrib/tar/lib/getopt.c N src/contrib/tar/lib/getopt1.c N src/contrib/tar/lib/getstr.c N src/contrib/tar/lib/hash.c N src/contrib/tar/lib/human.c N src/contrib/tar/lib/modechange.c N src/contrib/tar/lib/msleep.c N src/contrib/tar/lib/prepargs.c N src/contrib/tar/lib/print-copyr.c N src/contrib/tar/lib/quote.c N src/contrib/tar/lib/quotearg.c N src/contrib/tar/lib/safe-read.c N src/contrib/tar/lib/save-cwd.c N src/contrib/tar/lib/savedir.c N src/contrib/tar/lib/unicodeio.c N src/contrib/tar/lib/xgetcwd.c N src/contrib/tar/lib/xmalloc.c N src/contrib/tar/lib/xstrdup.c N src/contrib/tar/lib/xstrtoimax.c N src/contrib/tar/lib/xstrtoul.c N src/contrib/tar/lib/xstrtoumax.c N src/contrib/tar/lib/stpcpy.c N src/contrib/tar/lib/strtoll.c N src/contrib/tar/lib/strtoimax.c N src/contrib/tar/lib/utime.c N src/contrib/tar/lib/xstrtol.c N src/contrib/tar/src/arith.h N src/contrib/tar/src/common.h N src/contrib/tar/src/rmt.h N src/contrib/tar/src/system.h N src/contrib/tar/src/tar.h N src/contrib/tar/src/rmt.c N src/contrib/tar/src/buffer.c N src/contrib/tar/src/compare.c N src/contrib/tar/src/create.c N src/contrib/tar/src/delete.c N src/contrib/tar/src/extract.c N src/contrib/tar/src/incremen.c N src/contrib/tar/src/list.c N src/contrib/tar/src/mangle.c N src/contrib/tar/src/misc.c N src/contrib/tar/src/names.c N src/contrib/tar/src/rtapelib.c N src/contrib/tar/src/tar.c N src/contrib/tar/src/update.c 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 Jun 4 3:40: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 4E8E337B409; Tue, 4 Jun 2002 03:40:14 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54AeES79179; Tue, 4 Jun 2002 03:40:14 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041040.g54AeES79179@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 03:40:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 tjr 2002/06/04 03:40:14 PDT Modified files: usr.bin/sed process.c Log: Wrap lines correctly for the `l' command. Revision Changes Path 1.18 +1 -1 src/usr.bin/sed/process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 3:40: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 CABAF37B400; Tue, 4 Jun 2002 03:40:50 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Aeoc79226; Tue, 4 Jun 2002 03:40:50 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206041040.g54Aeoc79226@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 03:40:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar FREEBSD-Xlist X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/04 03:40:50 PDT Added files: contrib/tar FREEBSD-Xlist Log: Add razor used for shaving out GNU Tar. Revision Changes Path 1.1 +19 -0 src/contrib/tar/FREEBSD-Xlist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 3: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 4329337B401; Tue, 4 Jun 2002 03:54:10 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54AsAu80648; Tue, 4 Jun 2002 03:54:10 -0700 (PDT) (envelope-from mbr) Message-Id: <200206041054.g54AsAu80648@freefall.freebsd.org> From: Martin Blapp Date: Tue, 4 Jun 2002 03:54:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel-sjlj patch-bridges::source::cpp_uno::gcc2_freebsd_intel::makefile.mk patch-config_office::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 mbr 2002/06/04 03:54:10 PDT Modified files: editors/openoffice/files patch-bridges::prj::build.lst patch-bridges::source::cpp_uno::gcc2_freebsd_intel::makefile.mk patch-config_office::configure.in Added files: editors/openoffice/files patch-bridges::source::cpp_uno::gcc2_freebsd_intel-sjlj Log: Add new cpp uno bridge for STABLE. Make the necessary hooks and also add the missing EXCEPTION argument to configure.in Submitted by: Alexander Kabaev Revision Changes Path 1.4 +3 -2 ports/editors/openoffice/files/patch-bridges::prj::build.lst 1.1 +1735 -0 ports/editors/openoffice/files/patch-bridges::source::cpp_uno::gcc2_freebsd_intel-sjlj (new) 1.2 +1 -1 ports/editors/openoffice/files/patch-bridges::source::cpp_uno::gcc2_freebsd_intel::makefile.mk 1.6 +2 -2 ports/editors/openoffice/files/patch-config_office::configure.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 4: 8: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 B882637B403; Tue, 4 Jun 2002 04:08:12 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54B8CA89155; Tue, 4 Jun 2002 04:08:12 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206041108.g54B8CA89155@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 04:08:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/04 04:08:12 PDT Added files: contrib/tar FREEBSD-upgrade Log: Add importing/upgrading instructions. Revision Changes Path 1.1 +18 -0 src/contrib/tar/FREEBSD-upgrade (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 4: 8: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 51BAC37B412; Tue, 4 Jun 2002 04:08:23 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54B8NR89191; Tue, 4 Jun 2002 04:08:23 -0700 (PDT) (envelope-from markp) Message-Id: <200206041108.g54B8NR89191@freefall.freebsd.org> From: Mark Pulford Date: Tue, 4 Jun 2002 04:08:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/penguin-command 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 markp 2002/06/04 04:08:23 PDT Modified files: games/penguin-command Makefile distinfo pkg-plist Log: Update to 1.6.5. Revision Changes Path 1.6 +5 -3 ports/games/penguin-command/Makefile 1.4 +1 -1 ports/games/penguin-command/distinfo 1.2 +2 -2 ports/games/penguin-command/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 Jun 4 4: 9: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 137C637B405; Tue, 4 Jun 2002 04:09:47 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54B9lM89335; Tue, 4 Jun 2002 04:09:47 -0700 (PDT) (envelope-from mbr) Message-Id: <200206041109.g54B9lM89335@freefall.freebsd.org> From: Martin Blapp Date: Tue, 4 Jun 2002 04:09:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice distinfo ports/editors/openoffice/files patch-moz::zipped::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/06/04 04:09:46 PDT Modified files: editors/openoffice distinfo Removed files: editors/openoffice/files patch-moz::zipped::makefile.mk Log: Fix the mozilla include problem and reroll the distfile. Change MD5 checksum for CURRENT. Revision Changes Path 1.17 +1 -1 ports/editors/openoffice/distinfo 1.2 +0 -10 ports/editors/openoffice/files/patch-moz::zipped::makefile.mk (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 4:14: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 8471F37B405; Tue, 4 Jun 2002 04:14:07 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54BE7Q90150; Tue, 4 Jun 2002 04:14:07 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206041114.g54BE7Q90150@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 04:14:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar COPYING ChangeLog Makefile.gnu README buffer.c create.c diffarch.c extract.c getdate.y getoldopt.c getopt.c getopt.h getopt1.c getpagesize.h gnu.c list.c mangle.c msd_dir.h names.c open3.h pathmax.h port.c port.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/06/04 04:14:07 PDT Removed files: gnu/usr.bin/tar COPYING ChangeLog Makefile.gnu README buffer.c create.c diffarch.c extract.c getdate.y getoldopt.c getopt.c getopt.h getopt1.c getpagesize.h gnu.c list.c mangle.c msd_dir.h names.c open3.h pathmax.h port.c port.h prepend_args.c prepend_args.h rmt.h rtapelib.c tar.c tar.h update.c version.c Log: Send our ancienv GNU tar into Attic. Suggested by: ps Revision Changes Path 1.2 +0 -339 src/gnu/usr.bin/tar/COPYING (dead) 1.4 +0 -1736 src/gnu/usr.bin/tar/ChangeLog (dead) 1.3 +0 -185 src/gnu/usr.bin/tar/Makefile.gnu (dead) 1.2 +0 -40 src/gnu/usr.bin/tar/README (dead) 1.7 +0 -1604 src/gnu/usr.bin/tar/buffer.c (dead) 1.8 +0 -1491 src/gnu/usr.bin/tar/create.c (dead) 1.4 +0 -764 src/gnu/usr.bin/tar/diffarch.c (dead) 1.6 +0 -946 src/gnu/usr.bin/tar/extract.c (dead) 1.9 +0 -977 src/gnu/usr.bin/tar/getdate.y (dead) 1.2 +0 -96 src/gnu/usr.bin/tar/getoldopt.c (dead) 1.4 +0 -712 src/gnu/usr.bin/tar/getopt.c (dead) 1.4 +0 -125 src/gnu/usr.bin/tar/getopt.h (dead) 1.3 +0 -161 src/gnu/usr.bin/tar/getopt1.c (dead) 1.2 +0 -38 src/gnu/usr.bin/tar/getpagesize.h (dead) 1.6 +0 -677 src/gnu/usr.bin/tar/gnu.c (dead) 1.11 +0 -894 src/gnu/usr.bin/tar/list.c (dead) 1.2 +0 -270 src/gnu/usr.bin/tar/mangle.c (dead) 1.2 +0 -44 src/gnu/usr.bin/tar/msd_dir.h (dead) 1.2 +0 -149 src/gnu/usr.bin/tar/names.c (dead) 1.2 +0 -67 src/gnu/usr.bin/tar/open3.h (dead) 1.2 +0 -53 src/gnu/usr.bin/tar/pathmax.h (dead) 1.8 +0 -1258 src/gnu/usr.bin/tar/port.c (dead) 1.3 +0 -220 src/gnu/usr.bin/tar/port.h (dead) 1.3 +0 -87 src/gnu/usr.bin/tar/prepend_args.c (dead) 1.2 +0 -26 src/gnu/usr.bin/tar/prepend_args.h (dead) 1.2 +0 -98 src/gnu/usr.bin/tar/rmt.h (dead) 1.4 +0 -585 src/gnu/usr.bin/tar/rtapelib.c (dead) 1.25 +0 -1599 src/gnu/usr.bin/tar/tar.c (dead) 1.8 +0 -302 src/gnu/usr.bin/tar/tar.h (dead) 1.2 +0 -585 src/gnu/usr.bin/tar/update.c (dead) 1.4 +0 -1 src/gnu/usr.bin/tar/version.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 4: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 D9D6737B405; Tue, 4 Jun 2002 04:14:49 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54BEnI90285; Tue, 4 Jun 2002 04:14:49 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206041114.g54BEnI90285@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 04:14:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar Makefile Makefile.inc config.h localedir.h src/gnu/usr.bin/tar/doc Makefile src/gnu/usr.bin/tar/lib Makefile src/gnu/usr.bin/tar/tar Makefile buffer.c.diff common.h.diff compare.c.diff create.c.diff ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/04 04:14:49 PDT Modified files: gnu/usr.bin/tar Makefile Added files: gnu/usr.bin/tar Makefile.inc config.h localedir.h gnu/usr.bin/tar/doc Makefile gnu/usr.bin/tar/lib Makefile gnu/usr.bin/tar/tar Makefile buffer.c.diff common.h.diff compare.c.diff create.c.diff list.c.diff misc.c.diff names.c.diff rtapelib.c.diff tar.c.diff Log: Add bmake bits for building GNU tar from src/contrib/tar. Revision Changes Path 1.15 +3 -17 src/gnu/usr.bin/tar/Makefile 1.1 +4 -0 src/gnu/usr.bin/tar/Makefile.inc (new) 1.1 +582 -0 src/gnu/usr.bin/tar/config.h (new) 1.1 +8 -0 src/gnu/usr.bin/tar/doc/Makefile (new) 1.1 +17 -0 src/gnu/usr.bin/tar/lib/Makefile (new) 1.1 +1 -0 src/gnu/usr.bin/tar/localedir.h (new) 1.1 +44 -0 src/gnu/usr.bin/tar/tar/Makefile (new) 1.1 +14 -0 src/gnu/usr.bin/tar/tar/buffer.c.diff (new) 1.1 +25 -0 src/gnu/usr.bin/tar/tar/common.h.diff (new) 1.1 +14 -0 src/gnu/usr.bin/tar/tar/compare.c.diff (new) 1.1 +14 -0 src/gnu/usr.bin/tar/tar/create.c.diff (new) 1.1 +49 -0 src/gnu/usr.bin/tar/tar/list.c.diff (new) 1.1 +18 -0 src/gnu/usr.bin/tar/tar/misc.c.diff (new) 1.1 +52 -0 src/gnu/usr.bin/tar/tar/names.c.diff (new) 1.1 +29 -0 src/gnu/usr.bin/tar/tar/rtapelib.c.diff (new) 1.1 +201 -0 src/gnu/usr.bin/tar/tar/tar.c.diff (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 4:24: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 B46DD37B403; Tue, 4 Jun 2002 04:24:24 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54BOO791241; Tue, 4 Jun 2002 04:24:24 -0700 (PDT) (envelope-from markp) Message-Id: <200206041124.g54BOO791241@freefall.freebsd.org> From: Mark Pulford Date: Tue, 4 Jun 2002 04:24:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/pipenightdreams 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 markp 2002/06/04 04:24:24 PDT Modified files: games/pipenightdreams Makefile distinfo pkg-plist Log: Update to 0.10.0. Revision Changes Path 1.5 +1 -1 ports/games/pipenightdreams/Makefile 1.4 +1 -1 ports/games/pipenightdreams/distinfo 1.4 +184 -1 ports/games/pipenightdreams/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 Jun 4 4:28: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 6C60337B403; Tue, 4 Jun 2002 04:28:09 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54BS9m91622; Tue, 4 Jun 2002 04:28:09 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206041128.g54BS9m91622@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 04:28:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar 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 sobomax 2002/06/04 04:28:09 PDT Modified files: gnu/usr.bin/tar Makefile.inc Log: Don't forget to include ../Makefile.inc. Revision Changes Path 1.2 +8 -0 src/gnu/usr.bin/tar/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 Jun 4 4:29: 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 F19D037B403; Tue, 4 Jun 2002 04:28:59 -0700 (PDT) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54BSxl91737; Tue, 4 Jun 2002 04:28:59 -0700 (PDT) (envelope-from nik) Message-Id: <200206041128.g54BSxl91737@freefall.freebsd.org> From: Nik Clayton Date: Tue, 4 Jun 2002 04:28:59 -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 nik 2002/06/04 04:28:59 PDT Modified files: . modules Log: passivetex --> ports/print/passivetex Revision Changes Path 1.5282 +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 Jun 4 4:29: 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 921D837B404; Tue, 4 Jun 2002 04:28:57 -0700 (PDT) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54BSvX91697; Tue, 4 Jun 2002 04:28:57 -0700 (PDT) (envelope-from nik) Message-Id: <200206041128.g54BSvX91697@freefall.freebsd.org> From: Nik Clayton Date: Tue, 4 Jun 2002 04:28:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/passivetex Makefile distinfo pkg-comment 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 nik 2002/06/04 04:28:57 PDT Modified files: print Makefile Added files: print/passivetex Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: Add PassiveTeX. PassiveTeX is an XML Formatting Objects processor, written in TeX (!). To produce high quality PS or PDF output from XML files, you first convert them to the FO standard, and then run PassiveTeX over them. Revision Changes Path 1.212 +1 -0 ports/print/Makefile 1.1 +47 -0 ports/print/passivetex/Makefile (new) 1.1 +1 -0 ports/print/passivetex/distinfo (new) 1.1 +1 -0 ports/print/passivetex/pkg-comment (new) 1.1 +10 -0 ports/print/passivetex/pkg-descr (new) 1.1 +8 -0 ports/print/passivetex/pkg-message (new) 1.1 +10 -0 ports/print/passivetex/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 Jun 4 4: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 50B6D37B401; Tue, 4 Jun 2002 04:33:19 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54BXJD92542; Tue, 4 Jun 2002 04:33:19 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206041133.g54BXJD92542@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 04:33:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/metacity 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/06/04 04:33:19 PDT Modified files: x11-wm/metacity Makefile distinfo pkg-plist Log: Update to 2.3.610. Revision Changes Path 1.3 +3 -3 ports/x11-wm/metacity/Makefile 1.2 +1 -1 ports/x11-wm/metacity/distinfo 1.2 +12 -0 ports/x11-wm/metacity/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 Jun 4 4:40: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 BC69237B405; Tue, 4 Jun 2002 04:40:17 -0700 (PDT) Received: (from nik@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54BeH293153; Tue, 4 Jun 2002 04:40:17 -0700 (PDT) (envelope-from nik) Message-Id: <200206041140.g54BeH293153@freefall.freebsd.org> From: Nik Clayton Date: Tue, 4 Jun 2002 04:40:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.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 nik 2002/06/04 04:40:17 PDT Modified files: share/mk doc.docbook.mk Log: Add support for generating {book,article}.xml from {book,article}.sgml. Add support for using the XSL stylesheets to generate HTML output using XSLT transforms, rather than using JadeTeX. So (assuming you have installed xsltproc from ports/textproc/libxslt, and the docbook-xsl stylesheets), you can now do make STYLESHEET_TYPE=xsl FORMATS=html and get HTML output that way. Revision Changes Path 1.68 +49 -5 doc/share/mk/doc.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 5: 0: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 0A67537B401; Tue, 4 Jun 2002 05:00:35 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54C0Z995753; Tue, 4 Jun 2002 05:00:35 -0700 (PDT) (envelope-from markp) Message-Id: <200206041200.g54C0Z995753@freefall.freebsd.org> From: Mark Pulford Date: Tue, 4 Jun 2002 05:00:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-File-DirSync 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 markp 2002/06/04 05:00:34 PDT Modified files: devel Makefile Added files: devel/p5-File-DirSync Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-File-DirSync 1.04, perl5 module for synchronizing two directories rapidly. PR: 33430 Submitted by: Seamus Venasse Revision Changes Path 1.835 +1 -0 ports/devel/Makefile 1.1 +23 -0 ports/devel/p5-File-DirSync/Makefile (new) 1.1 +1 -0 ports/devel/p5-File-DirSync/distinfo (new) 1.1 +1 -0 ports/devel/p5-File-DirSync/pkg-comment (new) 1.1 +10 -0 ports/devel/p5-File-DirSync/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-File-DirSync/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 Jun 4 5: 0: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 2844537B405; Tue, 4 Jun 2002 05:00:38 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54C0ci95822; Tue, 4 Jun 2002 05:00:38 -0700 (PDT) (envelope-from markp) Message-Id: <200206041200.g54C0ci95822@freefall.freebsd.org> From: Mark Pulford Date: Tue, 4 Jun 2002 05:00:38 -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 markp 2002/06/04 05:00:38 PDT Modified files: . modules Log: p5-File-DirSync --> ports/devel/p5-File-DirSync Revision Changes Path 1.5283 +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 Jun 4 5: 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 30EF137B400; Tue, 4 Jun 2002 05:05:30 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54C5UG99417; Tue, 4 Jun 2002 05:05:30 -0700 (PDT) (envelope-from nyan) Message-Id: <200206041205.g54C5UG99417@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 4 Jun 2002 05:05:30 -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 nyan 2002/06/04 05:05:30 PDT Modified files: release Makefile Log: Install MD documentations in ${TARGET} directory instead of ${TARGET_ARCH}. Revision Changes Path 1.685 +7 -7 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 Jun 4 5: 6: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 B0D6837B406; Tue, 4 Jun 2002 05:06:37 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54C6b100394; Tue, 4 Jun 2002 05:06:37 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206041206.g54C6b100394@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 05:06:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/gtar/files patch-src::list.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/06/04 05:06:37 PDT Modified files: archivers/gtar/files patch-src::list.c Log: Unbroke on systems without . PR: 38891 Submitted by: Lev Serebryakov Revision Changes Path 1.2 +9 -7 ports/archivers/gtar/files/patch-src::list.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 5: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 D17D337B400; Tue, 4 Jun 2002 05:10:26 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54CAQQ00990; Tue, 4 Jun 2002 05:10:26 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206041210.g54CAQQ00990@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 05:10:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar/tar list.c.diff X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/04 05:10:26 PDT Modified files: gnu/usr.bin/tar/tar list.c.diff Log: Don't assume that is always present. PR: ports/38891 Revision Changes Path 1.2 +9 -7 src/gnu/usr.bin/tar/tar/list.c.diff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 5: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 0720737B400; Tue, 4 Jun 2002 05:15:33 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54CFX801405; Tue, 4 Jun 2002 05:15:33 -0700 (PDT) (envelope-from mbr) Message-Id: <200206041215.g54CFX801405@freefall.freebsd.org> From: Martin Blapp Date: Tue, 4 Jun 2002 05:15:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-config_office::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 mbr 2002/06/04 05:15:32 PDT Modified files: editors/openoffice/files patch-config_office::configure.in Log: AC_TRY_COMPILE -> AC_TRY_LINK Revision Changes Path 1.7 +2 -2 ports/editors/openoffice/files/patch-config_office::configure.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 5:17: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 0381437B407; Tue, 4 Jun 2002 05:17:15 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54CHEu01607; Tue, 4 Jun 2002 05:17:14 -0700 (PDT) (envelope-from markp) Message-Id: <200206041217.g54CHEu01607@freefall.freebsd.org> From: Mark Pulford Date: Tue, 4 Jun 2002 05:17:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/xpilotmon 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 markp 2002/06/04 05:17:14 PDT Modified files: games Makefile Added files: games/xpilotmon Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add xpilotmon 2.8, a Tcl/Tk interface to the XPilot meta server(s). PR: 33899 Submitted by: Jean-Yves Lefort Revision Changes Path 1.466 +1 -0 ports/games/Makefile 1.1 +24 -0 ports/games/xpilotmon/Makefile (new) 1.1 +1 -0 ports/games/xpilotmon/distinfo (new) 1.1 +1 -0 ports/games/xpilotmon/pkg-comment (new) 1.1 +6 -0 ports/games/xpilotmon/pkg-descr (new) 1.1 +1 -0 ports/games/xpilotmon/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 Jun 4 5:17: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 5DD4637B415; Tue, 4 Jun 2002 05:17:19 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54CHJK01642; Tue, 4 Jun 2002 05:17:19 -0700 (PDT) (envelope-from markp) Message-Id: <200206041217.g54CHJK01642@freefall.freebsd.org> From: Mark Pulford Date: Tue, 4 Jun 2002 05:17: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 markp 2002/06/04 05:17:19 PDT Modified files: . modules Log: xpilotmon --> ports/games/xpilotmon Revision Changes Path 1.5284 +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 Jun 4 5:40:18 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 2E8CF37B401; Tue, 4 Jun 2002 05:39:59 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g54CdlD28541; Tue, 4 Jun 2002 15:39:47 +0300 (EEST) (envelope-from ru) Date: Tue, 4 Jun 2002 15:39:47 +0300 From: Ruslan Ermilov To: Takahashi Yoshihiro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20020604123947.GA22433@sunbay.com> References: <200206041205.g54C5UG99417@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <200206041205.g54C5UG99417@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 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 05:05:30AM -0700, Takahashi Yoshihiro wrote: > nyan 2002/06/04 05:05:30 PDT >=20 > Modified files: > release Makefile=20 > Log: > Install MD documentations in ${TARGET} directory instead of ${TARGET_AR= CH}. > =20 > Revision Changes Path > 1.685 +7 -7 src/release/Makefile >=20 =2E.. now that we have PC98 bits. 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 --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/LUTUkv4P6juNwoRAlM8AJ4qPzE0JTwAVfFvrZmg83Ypw4BdNwCcCt4F VkcJStwJylRFUo2JrK6BA0Y= =BfPe -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 5: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 4E81737B405; Tue, 4 Jun 2002 05:59:13 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54CxDn14216; Tue, 4 Jun 2002 05:59:13 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041259.g54CxDn14216@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 05:59:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh alias.c output.c sh.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/06/04 05:59:13 PDT Modified files: bin/sh alias.c output.c sh.1 Log: Quote alias values in the output of the alias(1) builtin so they are suitable for re-input to the shell (SUSv3) Revision Changes Path 1.15 +10 -4 src/bin/sh/alias.c 1.13 +32 -1 src/bin/sh/output.c 1.66 +2 -0 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 6: 1: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 A740C37B401; Tue, 4 Jun 2002 06:01:51 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54D1pP14836; Tue, 4 Jun 2002 06:01:51 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041301.g54D1pP14836@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 06:01:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh jobs.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/06/04 06:01:51 PDT Modified files: bin/sh jobs.c Log: Correct minor spacing problem in output of jobs -l for pipelines. Revision Changes Path 1.41 +1 -1 src/bin/sh/jobs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 6: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 BCF4437B407; Tue, 4 Jun 2002 06:11:34 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54DBYM19775; Tue, 4 Jun 2002 06:11:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206041311.g54DBYM19775@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 4 Jun 2002 06:11:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/libvm68k 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/06/04 06:11:34 PDT Modified files: emulators Makefile Added files: emulators/libvm68k Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add libvm68k 1.0.6 M68000 virtual machine library Revision Changes Path 1.88 +1 -0 ports/emulators/Makefile 1.1 +19 -0 ports/emulators/libvm68k/Makefile (new) 1.1 +1 -0 ports/emulators/libvm68k/distinfo (new) 1.1 +1 -0 ports/emulators/libvm68k/pkg-comment (new) 1.1 +8 -0 ports/emulators/libvm68k/pkg-descr (new) 1.1 +18 -0 ports/emulators/libvm68k/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 Jun 4 6:11: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 30A5D37B403; Tue, 4 Jun 2002 06:11:38 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54DBcD19815; Tue, 4 Jun 2002 06:11:38 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206041311.g54DBcD19815@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 4 Jun 2002 06:11:38 -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/06/04 06:11:38 PDT Modified files: . modules Log: libvm68k --> ports/emulators/libvm68k Revision Changes Path 1.5285 +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 Jun 4 6: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 6924F37B405; Tue, 4 Jun 2002 06:13:54 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54DDsq20151; Tue, 4 Jun 2002 06:13:54 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041313.g54DDsq20151@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 06:13:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh output.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 tjr 2002/06/04 06:13:54 PDT Modified files: bin/sh output.h Log: Missing prototypes from previous commit. Revision Changes Path 1.12 +3 -0 src/bin/sh/output.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 7:19: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 9DF6C37B404; Tue, 4 Jun 2002 07:19:15 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54EJFs29811; Tue, 4 Jun 2002 07:19:15 -0700 (PDT) (envelope-from wjv) Message-Id: <200206041419.g54EJFs29811@freefall.freebsd.org> From: Johann Visagie Date: Tue, 4 Jun 2002 07:19:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailman 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/06/04 07:19:15 PDT Modified files: mail/mailman Makefile distinfo Log: - Update to version 2.0.11 (important security fix) PR: 38652 Submitted by: Brandon D. Valentine Revision Changes Path 1.29 +1 -2 ports/mail/mailman/Makefile 1.14 +1 -1 ports/mail/mailman/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 7:33: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 CB3B237B403; Tue, 4 Jun 2002 07:33:16 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54EXGn31474; Tue, 4 Jun 2002 07:33:16 -0700 (PDT) (envelope-from tobez) Message-Id: <200206041433.g54EXGn31474@freefall.freebsd.org> From: Anton Berezin Date: Tue, 4 Jun 2002 07:33:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mklocale la_LN.ISO8859-15.src 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 tobez 2002/06/04 07:33:16 PDT Modified files: (Branch: RELENG_4) share/mklocale la_LN.ISO8859-15.src Log: MFC 1.3: recognize 0xbe as an uppercase character. Approved by: re (brian) Revision Changes Path 1.2.2.2 +1 -1 src/share/mklocale/la_LN.ISO8859-15.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 7:39: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 DE3D437B403; Tue, 4 Jun 2002 07:36:44 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54EaiQ31928; Tue, 4 Jun 2002 07:36:44 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206041436.g54EaiQ31928@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 4 Jun 2002 07:36:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/vx68k 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/06/04 07:36:44 PDT Modified files: emulators Makefile Added files: emulators/vx68k Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add vx68k 1.1.10 A virtual machine that emulates a Sharp X68000 Revision Changes Path 1.89 +1 -0 ports/emulators/Makefile 1.1 +30 -0 ports/emulators/vx68k/Makefile (new) 1.1 +1 -0 ports/emulators/vx68k/distinfo (new) 1.1 +1 -0 ports/emulators/vx68k/pkg-comment (new) 1.1 +6 -0 ports/emulators/vx68k/pkg-descr (new) 1.1 +15 -0 ports/emulators/vx68k/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 Jun 4 7:40: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 4E2F737B405; Tue, 4 Jun 2002 07:36:48 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54EamQ31965; Tue, 4 Jun 2002 07:36:48 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206041436.g54EamQ31965@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 4 Jun 2002 07:36: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 ijliao 2002/06/04 07:36:48 PDT Modified files: . modules Log: vx68k --> ports/emulators/vx68k Revision Changes Path 1.5286 +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 Jun 4 7:42: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 1AEB237B40D; Tue, 4 Jun 2002 07:37:14 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54EbEm32033; Tue, 4 Jun 2002 07:37:14 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041437.g54EbEm32033@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 07:37:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh jobs.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/06/04 07:37:13 PDT Modified files: bin/sh jobs.c Log: Don't output `state' and `current' fields for processes that aren't leaders in -l option to jobs(1). Revision Changes Path 1.42 +5 -3 src/bin/sh/jobs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 7:44: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 627BE37B42A; Tue, 4 Jun 2002 07:40:36 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Eeac32533; Tue, 4 Jun 2002 07:40:36 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041440.g54Eeac32533@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 07:40:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh jobs.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/06/04 07:40:35 PDT Modified files: bin/sh jobs.c Log: Describe finished jobs as "Done", not "Exit" (SUSv3) Revision Changes Path 1.43 +5 -1 src/bin/sh/jobs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 7:45: 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 1FDF737B43A; Tue, 4 Jun 2002 07:41:09 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Ef9A32776; Tue, 4 Jun 2002 07:41:09 -0700 (PDT) (envelope-from demon) Message-Id: <200206041441.g54Ef9A32776@freefall.freebsd.org> From: Dmitry Sivachenko Date: Tue, 4 Jun 2002 07:41:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vm Makefile distinfo ports/mail/vm/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 demon 2002/06/04 07:41:08 PDT Modified files: mail/vm Makefile distinfo mail/vm/files patch-aa Log: Upgrade to 7.06. PR: 38888 Submitted by: MAINTAINER Revision Changes Path 1.4 +7 -2 ports/mail/vm/Makefile 1.4 +1 -1 ports/mail/vm/distinfo 1.2 +6 -12 ports/mail/vm/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 Tue Jun 4 8:20: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 44FF837B406; Tue, 4 Jun 2002 08:20:12 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54FKC040460; Tue, 4 Jun 2002 08:20:12 -0700 (PDT) (envelope-from des) Message-Id: <200206041520.g54FKC040460@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 4 Jun 2002 08:20:12 -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 des 2002/06/04 08:20:12 PDT Modified files: usr.bin Makefile Log: Don't build perl if NO_PERL is defined. Revision Changes Path 1.208 +4 -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 Tue Jun 4 8:26: 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 EB8FA37B401; Tue, 4 Jun 2002 08:26:00 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54FQ0n41271; Tue, 4 Jun 2002 08:26:00 -0700 (PDT) (envelope-from tjr) Message-Id: <200206041526.g54FQ0n41271@freefall.freebsd.org> From: "Tim J. Robbins" Date: Tue, 4 Jun 2002 08:26:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh jobs.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/06/04 08:26:00 PDT Modified files: bin/sh jobs.c Log: Display job status correctly when a pipeline is suspended. Revision Changes Path 1.44 +8 -6 src/bin/sh/jobs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 8:33: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 2158537B403; Tue, 4 Jun 2002 08:33:21 -0700 (PDT) Received: (from naddy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54FXLK42205; Tue, 4 Jun 2002 08:33:21 -0700 (PDT) (envelope-from naddy) Message-Id: <200206041533.g54FXLK42205@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 4 Jun 2002 08:33:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/calcoo 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 naddy 2002/06/04 08:33:20 PDT Modified files: math/calcoo Makefile distinfo Log: Update to 1.3.8. Notable changes: * Non-integer powers of negative numbers now yield errors instead of weird results. * The selected angle units are saved now. * Various bug fixes and pixmap cosmetics. Revision Changes Path 1.5 +1 -1 ports/math/calcoo/Makefile 1.5 +1 -1 ports/math/calcoo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 8:50: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 320B637B406; Tue, 4 Jun 2002 08:50:33 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54FoXA43996; Tue, 4 Jun 2002 08:50:33 -0700 (PDT) (envelope-from joerg) Message-Id: <200206041550.g54FoXA43996@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 4 Jun 2002 08:50:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/avr-gcc 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 joerg 2002/06/04 08:50:33 PDT Modified files: devel/avr-gcc Makefile pkg-plist Log: Fix packaging list. Revision Changes Path 1.12 +2 -2 ports/devel/avr-gcc/Makefile 1.8 +21 -20 ports/devel/avr-gcc/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 Jun 4 9:23: 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 28B7437B408; Tue, 4 Jun 2002 09:22:53 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54GMrB51443; Tue, 4 Jun 2002 09:22:53 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206041622.g54GMrB51443@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 4 Jun 2002 09:22:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/viewklass Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/viewklass/files patch-VkTrace.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/06/04 09:22:52 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/viewklass Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/viewklass/files patch-VkTrace.C Log: add viewklass 0.52 C++ Framework for Motif Revision Changes Path 1.182 +1 -0 ports/x11-toolkits/Makefile 1.1 +30 -0 ports/x11-toolkits/viewklass/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/viewklass/distinfo (new) 1.1 +10 -0 ports/x11-toolkits/viewklass/files/patch-VkTrace.C (new) 1.1 +1 -0 ports/x11-toolkits/viewklass/pkg-comment (new) 1.1 +11 -0 ports/x11-toolkits/viewklass/pkg-descr (new) 1.1 +72 -0 ports/x11-toolkits/viewklass/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 Jun 4 9:23: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 C98F937B410; Tue, 4 Jun 2002 09:22:54 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54GMsE51474; Tue, 4 Jun 2002 09:22:54 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206041622.g54GMsE51474@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 4 Jun 2002 09:22: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/06/04 09:22:54 PDT Modified files: . modules Log: viewklass --> ports/x11-toolkits/viewklass Revision Changes Path 1.5287 +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 Jun 4 9:32: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 3F53637B40E; Tue, 4 Jun 2002 09:32:01 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54GW1m52491; Tue, 4 Jun 2002 09:32:01 -0700 (PDT) (envelope-from lioux) Message-Id: <200206041632.g54GW1m52491@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Jun 2002 09:32:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdvdcss 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/06/04 09:32:00 PDT Modified files: graphics/libdvdcss Makefile distinfo Log: Update to 1.2.1 PR: 38628 Submitted by: Øyvind Kolbu Revision Changes Path 1.8 +4 -1 ports/graphics/libdvdcss/Makefile 1.6 +1 -1 ports/graphics/libdvdcss/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 9:35: 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 836E537B403; Tue, 4 Jun 2002 09:34:59 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54GYxw52717; Tue, 4 Jun 2002 09:34:59 -0700 (PDT) (envelope-from lioux) Message-Id: <200206041634.g54GYxw52717@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Jun 2002 09:34:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdvdread Makefile distinfo ports/graphics/libdvdread/files extra-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 lioux 2002/06/04 09:34:59 PDT Modified files: graphics/libdvdread Makefile distinfo Removed files: graphics/libdvdread/files extra-patch-configure.in Log: o Update to 0.9.3 o Take over maintainership due to maintainer time out in the last 6 months Approved by: 3d (maintainer timeout) Revision Changes Path 1.6 +5 -17 ports/graphics/libdvdread/Makefile 1.3 +1 -1 ports/graphics/libdvdread/distinfo 1.2 +0 -39 ports/graphics/libdvdread/files/extra-patch-configure.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 10: 2: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 9977F37B401; Tue, 4 Jun 2002 10:02:27 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54H2RC55297; Tue, 4 Jun 2002 10:02:27 -0700 (PDT) (envelope-from jake) Message-Id: <200206041702.g54H2RC55297@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 4 Jun 2002 10:02:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sparc64/fpu fpu_qp.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/06/04 10:02:27 PDT Modified files: lib/libc/sparc64/fpu fpu_qp.c Log: Implement _Qp_sqrt. I've been unable to find a C program that gcc generates a call to this for, but apparently somehing in libstdc++ does. Revision Changes Path 1.2 +14 -0 src/lib/libc/sparc64/fpu/fpu_qp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 10: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 C0B9E37B400; Tue, 4 Jun 2002 10:31:17 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54HVHA62047; Tue, 4 Jun 2002 10:31:17 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206041731.g54HVHA62047@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 10:31:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar/src buffer.c common.h compare.c create.c list.c misc.c names.c rtapelib.c tar.c src/gnu/usr.bin/tar/tar Makefile buffer.c.diff common.h.diff compare.c.diff create.c.diff list.c.diff misc.c.diff names.c.diff ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/04 10:31:17 PDT Modified files: contrib/tar/src buffer.c common.h compare.c create.c list.c misc.c names.c rtapelib.c tar.c gnu/usr.bin/tar/tar Makefile Removed files: gnu/usr.bin/tar/tar buffer.c.diff common.h.diff compare.c.diff create.c.diff list.c.diff misc.c.diff names.c.diff rtapelib.c.diff tar.c.diff Log: Move patches into the src/contrib/tar. Requested by: ps Reviewed by: md5(1) Revision Changes Path 1.2 +3 -1 src/contrib/tar/src/buffer.c 1.2 +8 -0 src/contrib/tar/src/common.h 1.2 +3 -1 src/contrib/tar/src/compare.c 1.2 +3 -1 src/contrib/tar/src/create.c 1.2 +20 -0 src/contrib/tar/src/list.c 1.2 +4 -4 src/contrib/tar/src/misc.c 1.2 +35 -0 src/contrib/tar/src/names.c 1.2 +8 -3 src/contrib/tar/src/rtapelib.c 1.2 +33 -24 src/contrib/tar/src/tar.c 1.2 +0 -20 src/gnu/usr.bin/tar/tar/Makefile 1.2 +0 -14 src/gnu/usr.bin/tar/tar/buffer.c.diff (dead) 1.2 +0 -25 src/gnu/usr.bin/tar/tar/common.h.diff (dead) 1.2 +0 -14 src/gnu/usr.bin/tar/tar/compare.c.diff (dead) 1.2 +0 -14 src/gnu/usr.bin/tar/tar/create.c.diff (dead) 1.3 +0 -51 src/gnu/usr.bin/tar/tar/list.c.diff (dead) 1.2 +0 -18 src/gnu/usr.bin/tar/tar/misc.c.diff (dead) 1.2 +0 -52 src/gnu/usr.bin/tar/tar/names.c.diff (dead) 1.2 +0 -29 src/gnu/usr.bin/tar/tar/rtapelib.c.diff (dead) 1.2 +0 -201 src/gnu/usr.bin/tar/tar/tar.c.diff (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 10: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 CE40B37B401; Tue, 4 Jun 2002 10:41:47 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54HflN63221; Tue, 4 Jun 2002 10:41:47 -0700 (PDT) (envelope-from mjacob) Message-Id: <200206041741.g54HflN63221@freefall.freebsd.org> From: Matt Jacob Date: Tue, 4 Jun 2002 10:41:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_all.c scsi_all.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 mjacob 2002/06/04 10:41:47 PDT Modified files: sys/cam/scsi scsi_all.c scsi_all.h Log: Add REPORT LUNS basic infrastructure. Revision Changes Path 1.34 +39 -15 src/sys/cam/scsi/scsi_all.c 1.19 +39 -6 src/sys/cam/scsi/scsi_all.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 11: 4: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 A0DE537B401; Tue, 4 Jun 2002 11:04:28 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54I4SW66115; Tue, 4 Jun 2002 11:04:28 -0700 (PDT) (envelope-from obrien) Message-Id: <200206041804.g54I4SW66115@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 11:04:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc builtins.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/06/04 11:04:27 PDT Modified files: contrib/gcc builtins.c Log: Gcc 3.1 (-O) now generates broken inline code for memset in some cases. This broke newfs (newfs left some garbage in a bitmap). The ASM for: #include int x, foo[100]; main() { memset(&foo[0], 0, x); } is (at least if you have fixed function alignment): .file "z.c" .text .p2align 2,,3 .globl main .type main,@function main: pushl %ebp movl %esp, %ebp pushl %edi pushl %eax movl x, %ecx xorl %eax, %eax shrl $2, %ecx movl $foo, %edi cld rep stosl andl $-16, %esp <-- the lower bits of `len' should be loaded near here testl $2, %edi <-- this seems to be meant to test the 2^1 bit in `len' (not alignment of the pointer like it actually does). %edi is the wrong register for holding the bits, since it is still needed for the pointer. je .L2 stosw .L2: testl $1, %edi <-- similarly for the 2^0 bit. je .L3 stosb .L3: movl -4(%ebp), %edi leave ret .Lfe1: .size main,.Lfe1-main .comm foo,400,32 .comm x,4,4 .ident "GCC: (GNU) 3.1 [FreeBSD] 20020509 (prerelease)" This seems to only result in (len % 3) bytes not being cleared, since gcc doesn't seem to use the builtin memset unless it knows that the pointer is aligned. If %edi could be misaligned, then too many bytes would be set. Submitted by: BDE Revision Changes Path 1.2 +69 -28 src/contrib/gcc/builtins.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 11: 6: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 7B67837B404; Tue, 4 Jun 2002 11:06:13 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54I6Dm70176; Tue, 4 Jun 2002 11:06:13 -0700 (PDT) (envelope-from obrien) Message-Id: <200206041806.g54I6Dm70176@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 11:06:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 i386.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/06/04 11:06:13 PDT Modified files: contrib/gcc/config/i386 i386.c Log: The brokenness in ix86_expand_clrstr is quite visible when you compare the function with ix86_expand_movstr. Submitted by: Tor Egge Revision Changes Path 1.10 +3 -3 src/contrib/gcc/config/i386/i386.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 11: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 BE8F537B41D; Tue, 4 Jun 2002 11:10:55 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54IAtf70522; Tue, 4 Jun 2002 11:10:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200206041810.g54IAtf70522@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 11:10:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/04 11:10:54 PDT Modified files: . UPDATING Log: Document -gstabs+ Revision Changes Path 1.210 +6 -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 Tue Jun 4 11:21:43 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 EF9A237B405; Tue, 4 Jun 2002 11:21:35 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.36 #1) id 17FIwV-0008xL-00; Tue, 04 Jun 2002 20:22:03 +0200 From: Sheldon Hearn To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING In-reply-to: Your message of "Tue, 04 Jun 2002 11:10:54 MST." <200206041810.g54IAtf70522@freefall.freebsd.org> Date: Tue, 04 Jun 2002 20:22:03 +0200 Message-ID: <34430.1023214923@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 Tue, 04 Jun 2002 11:10:54 MST, "David E. O'Brien" wrote: > Modified files: > . UPDATING > Log: > Document -gstabs+ So CFLAGS= -g in /etc/make.conf changes to CFLAGS= -g -gstabs+ ? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 11:27: 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 7C54A37B401; Tue, 4 Jun 2002 11:26:57 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54IQvr72622; Tue, 4 Jun 2002 11:26:57 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206041826.g54IQvr72622@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 4 Jun 2002 11:26:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnustep 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 dinoex 2002/06/04 11:26:57 PDT Modified files: devel/gnustep Makefile Log: - Update metaport to 1.3.2 Revision Changes Path 1.25 +1 -1 ports/devel/gnustep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 11:39:22 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 3CE0B37B401; Tue, 4 Jun 2002 11:39:16 -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 g54IdGJn093838; Tue, 4 Jun 2002 11:39:16 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g54IdG5M093837; Tue, 4 Jun 2002 11:39:16 -0700 (PDT) Date: Tue, 4 Jun 2002 11:39:15 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tar - Imported sources Message-ID: <20020604113915.A93786@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206041037.g54Abno79006@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: <200206041037.g54Abno79006@freefall.freebsd.org>; from sobomax@FreeBSD.org on Tue, Jun 04, 2002 at 03:37:49AM -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 Tue, Jun 04, 2002 at 03:37:49AM -0700, Maxim Sobolev wrote: > sobomax 2002/06/04 03:37:49 PDT > > src/contrib/tar - Imported sources > Update of /home/ncvs/src/contrib/tar > In directory freefall.freebsd.org:/c/tmp/cvs-serv78960 > > Log Message: > Virgin import (trimmed) of GNU Tar version 1.13.25. I've been working on this. My faught for not mentioning it. HOWEVER, when we've talked about this in the past we agreed it should go into gnu/usr.bin/tar. Why did you now do this?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 11:40: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 3463A37B403; Tue, 4 Jun 2002 11:40:25 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54IeP674165; Tue, 4 Jun 2002 11:40:25 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206041840.g54IeP674165@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 4 Jun 2002 11:40:25 -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/06/04 11:40:25 PDT Modified files: . modules Log: eukleides --> ports/math/eukleides Revision Changes Path 1.5288 +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 Jun 4 11: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 78C1337B407; Tue, 4 Jun 2002 11:40:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54IeLa74134; Tue, 4 Jun 2002 11:40:21 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206041840.g54IeLa74134@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 4 Jun 2002 11:40:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/eukleides Makefile distinfo pkg-comment pkg-descr pkg-plist ports/math/eukleides/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/06/04 11:40:21 PDT Modified files: math Makefile Added files: math/eukleides Makefile distinfo pkg-comment pkg-descr pkg-plist math/eukleides/files patch-Makefile Log: add eukleides 0.9.0 A Euclidean geometry drawing language Revision Changes Path 1.181 +1 -0 ports/math/Makefile 1.1 +27 -0 ports/math/eukleides/Makefile (new) 1.1 +1 -0 ports/math/eukleides/distinfo (new) 1.1 +22 -0 ports/math/eukleides/files/patch-Makefile (new) 1.1 +1 -0 ports/math/eukleides/pkg-comment (new) 1.1 +5 -0 ports/math/eukleides/pkg-descr (new) 1.1 +6 -0 ports/math/eukleides/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 Jun 4 11:43: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 8822737B400; Tue, 4 Jun 2002 11:43:29 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54IhT174810; Tue, 4 Jun 2002 11:43:29 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206041843.g54IhT174810@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 4 Jun 2002 11:43:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/projectcenter.app 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 dinoex 2002/06/04 11:43:29 PDT Modified files: devel/projectcenter.app pkg-descr pkg-plist Log: - Add more files to PLIST - fix URL in descr, add new email of author Submitted by: tilman@arved.de Revision Changes Path 1.2 +2 -2 ports/devel/projectcenter.app/pkg-descr 1.5 +16 -0 ports/devel/projectcenter.app/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 Jun 4 11:52: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 0F82937B405; Tue, 4 Jun 2002 11:52:21 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54IqLU75808; Tue, 4 Jun 2002 11:52:21 -0700 (PDT) (envelope-from mbr) Message-Id: <200206041852.g54IqLU75808@freefall.freebsd.org> From: Martin Blapp Date: Tue, 4 Jun 2002 11:52:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/04 11:52:20 PDT Modified files: editors/openoffice Makefile Log: We finally made it possible. With the new bridge code from Alexander, OpenOffice works now (on STABLE). Thanks goes to the following people which helped me a lot : Tim Tretyak Alexander Kabaev Carlos F. A. Paniago Revision Changes Path 1.59 +0 -3 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 11:55:53 2002 Delivered-To: cvs-all@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id CCEB237B404; Tue, 4 Jun 2002 11:55:47 -0700 (PDT) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id g54ItlD35101; Tue, 4 Jun 2002 14:55:47 -0400 (EDT) (envelope-from mwlucas) Date: Tue, 4 Jun 2002 14:55:47 -0400 From: Michael Lucas To: Martin Blapp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice Makefile Message-ID: <20020604145547.A35029@blackhelicopters.org> References: <200206041852.g54IqLU75808@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: <200206041852.g54IqLU75808@freefall.freebsd.org>; from mbr@FreeBSD.org on Tue, Jun 04, 2002 at 11:52:20AM -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 Martin, Thank you for all your hard work on this. You've just made FreeBSD a much more viable contender on the desktop. I do, however, think I'll wait for the package. :-) ==ml On Tue, Jun 04, 2002 at 11:52:20AM -0700, Martin Blapp wrote: > mbr 2002/06/04 11:52:20 PDT > > Modified files: > editors/openoffice Makefile > Log: > We finally made it possible. With the new bridge code from Alexander, > OpenOffice works now (on STABLE). Thanks goes to the following people > which helped me a lot : > > Tim Tretyak > Alexander Kabaev > Carlos F. A. Paniago > > Revision Changes Path > 1.59 +0 -3 ports/editors/openoffice/Makefile -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org http://www.oreillynet.com/pub/q/Big_Scary_Daemons Absolute BSD: http://www.nostarch.com/abs_bsd.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 11:57:34 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 8A0FE37B400; Tue, 4 Jun 2002 11:57: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 g54IvIJn095028; Tue, 4 Jun 2002 11:57: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 g54IvIXl095027; Tue, 4 Jun 2002 11:57:18 -0700 (PDT) Date: Tue, 4 Jun 2002 11:57:18 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/tar Makefile Makefile.inc config.h localedir.h src/gnu/usr.bin/tar/doc Makefile src/gnu/usr.bin/tar/lib Makefile src/gnu/usr.bin/tar/tar Makefile buffer.c.diff common.h.diff compare.c.diff create.c.diff ... Message-ID: <20020604115718.C93786@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206041114.g54BEnI90285@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: <200206041114.g54BEnI90285@freefall.freebsd.org>; from sobomax@FreeBSD.org on Tue, Jun 04, 2002 at 04:14:49AM -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 Tue, Jun 04, 2002 at 04:14:49AM -0700, Maxim Sobolev wrote: > sobomax 2002/06/04 04:14:49 PDT > > Modified files: > gnu/usr.bin/tar Makefile > Added files: > gnu/usr.bin/tar Makefile.inc config.h localedir.h > gnu/usr.bin/tar/doc Makefile > gnu/usr.bin/tar/lib Makefile > gnu/usr.bin/tar/tar Makefile buffer.c.diff common.h.diff > compare.c.diff create.c.diff list.c.diff > misc.c.diff names.c.diff rtapelib.c.diff > tar.c.diff > Log: > Add bmake bits for building GNU tar from src/contrib/tar. I don't know why you made this so complicated. I want to commit this patch. It also gives higher -j potential. Index: Makefile =================================================================== RCS file: /home/ncvs/src/gnu/usr.bin/tar/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 4 Jun 2002 11:14:48 -0000 1.15 +++ Makefile 4 Jun 2002 18:55:30 -0000 @@ -1,5 +1,24 @@ # $FreeBSD: src/gnu/usr.bin/tar/Makefile,v 1.15 2002/06/04 11:14:48 sobomax Exp $ -SUBDIR= lib tar doc +TARDIR= ${.CURDIR}/../../../contrib/tar +.PATH: ${TARDIR}/src ${TARDIR}/lib -.include +SUBDIR= doc + +PROG= tar +NOSHARED?= YES + +# lib functions +SRCS= addext.c argmatch.c backupfile.c basename.c dirname.c error.c \ + exclude.c full-write.c getdate.c getopt.c getopt1.c getstr.c \ + getline.c hash.c human.c mktime.c modechange.c msleep.c prepargs.c \ + print-copyr.c quotearg.c safe-read.c save-cwd.c savedir.c \ + unicodeio.c xgetcwd.c xmalloc.c xstrdup.c \ + xstrtoimax.c xstrtoul.c xstrtoumax.c +# 'program' files +SRCS+= buffer.c compare.c create.c delete.c extract.c incremen.c list.c \ + mangle.c misc.c names.c rtapelib.c tar.c update.c + +CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} -I${TARDIR}/lib -I${TARDIR}/src + +.include Index: Makefile.inc =================================================================== RCS file: Makefile.inc diff -N Makefile.inc --- Makefile.inc 4 Jun 2002 11:28:09 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -# $FreeBSD: src/gnu/usr.bin/tar/Makefile.inc,v 1.2 2002/06/04 11:28:09 sobomax Exp $ - -TARDIR= ${.CURDIR}/../../../../contrib/tar -TARCFLAGS= -DHAVE_CONFIG_H -I${.CURDIR}/.. -I${TARDIR}/lib - -# Inherit BINDIR from one level up. -.if !target(__foobar__) -__foobar__: -.if exists(../Makefile.inc) -.include "../Makefile.inc" -.endif -.endif Index: lib/Makefile =================================================================== RCS file: lib/Makefile diff -N lib/Makefile --- lib/Makefile 4 Jun 2002 11:14:49 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,17 +0,0 @@ -# $FreeBSD: src/gnu/usr.bin/tar/lib/Makefile,v 1.1 2002/06/04 11:14:49 sobomax Exp $ - -LIB= tar -INTERNALLIB= YES - -SRCS= addext.c argmatch.c backupfile.c basename.c dirname.c error.c \ - exclude.c full-write.c getdate.c getopt.c getopt1.c getstr.c \ - getline.c hash.c human.c mktime.c modechange.c msleep.c prepargs.c \ - print-copyr.c quote.c quotearg.c safe-read.c save-cwd.c savedir.c \ - unicodeio.c xgetcwd.c xmalloc.c xstrdup.c \ - xstrtoimax.c xstrtoul.c xstrtoumax.c - -CFLAGS+= ${TARCFLAGS} - -.include - -.PATH: ${TARDIR}/lib Index: tar/Makefile =================================================================== RCS file: tar/Makefile diff -N tar/Makefile --- tar/Makefile 4 Jun 2002 17:31:16 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ -# $FreeBSD: src/gnu/usr.bin/tar/tar/Makefile,v 1.2 2002/06/04 17:31:16 sobomax Exp $ - -PROG= tar - -SRCS= buffer.c compare.c create.c delete.c extract.c incremen.c list.c \ - mangle.c misc.c names.c rtapelib.c tar.c update.c - -CFLAGS+= ${TARCFLAGS} -I${TARDIR}/src - -.if exists(${.OBJDIR}/../lib) -LIBTAR= ${.OBJDIR}/../lib/libtar.a -.else -LIBTAR= ${.CURDIR}/../lib/libtar.a -.endif - -NOSHARED?= YES - -DPADD= ${LIBTAR} -LDADD= ${LIBTAR} - -.include - -.PATH: ${TARDIR}/src -.PATH: ${.CURDIR}/.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 12:14:22 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 7C37137B406; Tue, 4 Jun 2002 12:14:13 -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 M2L7D2M3; Tue, 4 Jun 2002 22:16:10 +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 g54JED308677; Tue, 4 Jun 2002 22:14:13 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CFD11A1.6852535D@FreeBSD.org> Date: Tue, 04 Jun 2002 22:14:41 +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: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tar - Imported sources References: <200206041037.g54Abno79006@freefall.freebsd.org> <20020604113915.A93786@dragon.nuxi.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 David O'Brien wrote: > > On Tue, Jun 04, 2002 at 03:37:49AM -0700, Maxim Sobolev wrote: > > sobomax 2002/06/04 03:37:49 PDT > > > > src/contrib/tar - Imported sources > > Update of /home/ncvs/src/contrib/tar > > In directory freefall.freebsd.org:/c/tmp/cvs-serv78960 > > > > Log Message: > > Virgin import (trimmed) of GNU Tar version 1.13.25. > > I've been working on this. My faught for not mentioning it. Correct. That's your own problem, not mine. > HOWEVER, when we've talked about this in the past we agreed it should go > into gnu/usr.bin/tar. Who are those "we" and where it was reflected? I've explicitly announced my intention to import tar on a list, and asked for advice, but only Paul Saab cared to reply and he said that src/contrib/tar should be used as a place for the new version. -Maxim > Why did you now do this?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 12:22: 3 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 DB55F37B405; Tue, 4 Jun 2002 12:21: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 g54JLrJn095539; Tue, 4 Jun 2002 12:21:53 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g54JLrBQ095538; Tue, 4 Jun 2002 12:21:53 -0700 (PDT) Date: Tue, 4 Jun 2002 12:21:53 -0700 From: "David O'Brien" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tar - Imported sources Message-ID: <20020604122153.A95103@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206041037.g54Abno79006@freefall.freebsd.org> <20020604113915.A93786@dragon.nuxi.com> <3CFD11A1.6852535D@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: <3CFD11A1.6852535D@FreeBSD.org>; from sobomax@FreeBSD.org on Tue, Jun 04, 2002 at 10:14:41PM +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 Tue, Jun 04, 2002 at 10:14:41PM +0300, Maxim Sobolev wrote: > > HOWEVER, when we've talked about this in the past we agreed it should go > > into gnu/usr.bin/tar. > > Who are those "we" and where it was reflected? Search the lists for the last time it was discussed about upgrading tar. I was not the only one with that opinion. > I've explicitly > announced my intention to import tar on a list, and asked for advice, > but only Paul Saab cared to reply and he said that src/contrib/tar > should be used as a place for the new version. Uh, you give only a single day for responses. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 12: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 3913337B40B; Tue, 4 Jun 2002 12:25:01 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54JP1v82986; Tue, 4 Jun 2002 12:25:01 -0700 (PDT) (envelope-from obrien) Message-Id: <200206041925.g54JP1v82986@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 12:25:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lsof 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/06/04 12:25:00 PDT Modified files: sysutils/lsof Makefile distinfo Log: Update to version 4.63.3. This fixes a configure problem when people have fancy CFLAGS settings. Revision Changes Path 1.105 +2 -2 ports/sysutils/lsof/Makefile 1.84 +1 -1 ports/sysutils/lsof/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 12:28:36 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 85EB237B404; Tue, 4 Jun 2002 12:28:31 -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 g54JSVJn096080; Tue, 4 Jun 2002 12:28:31 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g54JSUqk096079; Tue, 4 Jun 2002 12:28:30 -0700 (PDT) Date: Tue, 4 Jun 2002 12:28:30 -0700 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libstand libstand.3 Message-ID: <20020604122830.B95901@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206021005.g52A5us63290@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 des@ofug.org on Sun, Jun 02, 2002 at 03:35:31PM +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, Jun 02, 2002 at 03:35:31PM +0200, Dag-Erling Smorgrav wrote: > Jens Schweikhardt writes: > > Log: > > Remove a URL from the middle of the BSD copyright (a clicko? a pasto?). > > Fix typos: > > s/evironment/environment > > s/cont/const > > s/_lonjmp/_longjmp > > You might want to fix these as well: > des@des ~% current -l withough Actually I wonder that the legalities are with updating someone's copyright statement. I am not sure we are allowed to do so. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 12:32: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 91CF937B400; Tue, 4 Jun 2002 12:31:50 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54JVog83880; Tue, 4 Jun 2002 12:31:50 -0700 (PDT) (envelope-from mbr) Message-Id: <200206041931.g54JVog83880@freefall.freebsd.org> From: Martin Blapp Date: Tue, 4 Jun 2002 12:31:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/04 12:31:50 PDT Modified files: editors/openoffice Makefile Log: Make the installation working on CURRENT to. The LD_LIBS path was missing for the stlport library. Revision Changes Path 1.60 +2 -1 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 12:40: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 20CC637B40A; Tue, 4 Jun 2002 12:40:46 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54JekA84498; Tue, 4 Jun 2002 12:40:46 -0700 (PDT) (envelope-from jake) Message-Id: <200206041940.g54JekA84498@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 4 Jun 2002 12:40:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tsb.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/06/04 12:40:45 PDT Modified files: sys/sparc64/include tsb.h Log: Bump TSB_PAGES_SHIFT to 4. Less sucks too much. Revision Changes Path 1.15 +1 -1 src/sys/sparc64/include/tsb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 12:45: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 C544837B404; Tue, 4 Jun 2002 12:45:09 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Jj9i85318; Tue, 4 Jun 2002 12:45:09 -0700 (PDT) (envelope-from obrien) Message-Id: <200206041945.g54Jj9i85318@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 12:45:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile Makefile.inc src/gnu/usr.bin/cc/c++ Makefile src/gnu/usr.bin/cc/cc Makefile src/gnu/usr.bin/cc/cc_fbsd Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/cc/f77 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/06/04 12:45:09 PDT Modified files: gnu/usr.bin/cc Makefile Makefile.inc gnu/usr.bin/cc/c++ Makefile gnu/usr.bin/cc/cc Makefile gnu/usr.bin/cc/cpp Makefile gnu/usr.bin/cc/f77 Makefile Removed files: gnu/usr.bin/cc/cc_fbsd Makefile Log: We don't need this library any more. Revision Changes Path 1.33 +1 -1 src/gnu/usr.bin/cc/Makefile 1.63 +0 -6 src/gnu/usr.bin/cc/Makefile.inc 1.19 +2 -2 src/gnu/usr.bin/cc/c++/Makefile 1.27 +2 -2 src/gnu/usr.bin/cc/cc/Makefile 1.6 +0 -14 src/gnu/usr.bin/cc/cc_fbsd/Makefile (dead) 1.21 +2 -2 src/gnu/usr.bin/cc/cpp/Makefile 1.16 +2 -2 src/gnu/usr.bin/cc/f77/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 12: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 7B46B37B400; Tue, 4 Jun 2002 12:48:06 -0700 (PDT) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Jm6g85534; Tue, 4 Jun 2002 12:48:06 -0700 (PDT) (envelope-from dwcjr) Message-Id: <200206041948.g54Jm6g85534@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Tue, 4 Jun 2002 12:48:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba/scripts configure.samba X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/04 12:48:06 PDT Modified files: net/samba/scripts configure.samba Log: Add recycle and audit hooks to menu system Submitted by: KLong@southlandInd.com Revision Changes Path 1.3 +9 -1 ports/net/samba/scripts/configure.samba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 13: 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 2C0E137B406; Tue, 4 Jun 2002 13:00:30 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54K0Ua87041; Tue, 4 Jun 2002 13:00:30 -0700 (PDT) (envelope-from obrien) Message-Id: <200206042000.g54K0Ua87041@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 13:00:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile src/gnu/usr.bin/cc/include 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/06/04 13:00:29 PDT Modified files: gnu/usr.bin/cc Makefile Added files: gnu/usr.bin/cc/include Makefile Log: Install the i386 MMX headers, and IA-64 intrinsics functions. Requested by: peter Revision Changes Path 1.34 +1 -1 src/gnu/usr.bin/cc/Makefile 1.1 +16 -0 src/gnu/usr.bin/cc/include/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 13: 1: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 A808937B404; Tue, 4 Jun 2002 13:01:53 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54K1rr87401; Tue, 4 Jun 2002 13:01:53 -0700 (PDT) (envelope-from obrien) Message-Id: <200206042001.g54K1rr87401@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 13:01: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 obrien 2002/06/04 13:01:53 PDT Modified files: usr.sbin/pkg_install/create pkg_create.1 Log: Grammar nit. Submitted by: keramida Revision Changes Path 1.55 +1 -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 Tue Jun 4 13:40:44 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 4046537B401; Tue, 4 Jun 2002 13:40:38 -0700 (PDT) Date: Tue, 4 Jun 2002 13:40:38 -0700 From: "J. Mallett" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/tar Makefile Makefile.inc config.h localedir.h src/gnu/usr.bin/tar/doc Makefile src/gnu/usr.bin/tar/lib Makefile src/gnu/usr.bin/tar/tar Makefile buffer.c.diff common.h.diff compare.c.diff create.c.diff ... Message-ID: <20020604134038.A70495@FreeBSD.ORG> References: <200206041114.g54BEnI90285@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: <200206041114.g54BEnI90285@freefall.freebsd.org>; from sobomax@FreeBSD.org on Tue, Jun 04, 2002 at 04:14:49AM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From Maxim Sobolev > sobomax 2002/06/04 04:14:49 PDT > > Modified files: > gnu/usr.bin/tar Makefile > Added files: > gnu/usr.bin/tar Makefile.inc config.h localedir.h > gnu/usr.bin/tar/doc Makefile > gnu/usr.bin/tar/lib Makefile > gnu/usr.bin/tar/tar Makefile buffer.c.diff common.h.diff > compare.c.diff create.c.diff list.c.diff > misc.c.diff names.c.diff rtapelib.c.diff > tar.c.diff > Log: > Add bmake bits for building GNU tar from src/contrib/tar. Interesting approach. I assume you did this to make a merge less painful after an import, but did you consider that now you have to update all these diffs? Personally, I'd rather see the diffs applied to bring it off the vendor branch and so on, easier to track changes to them, and at least centralises your job when doing future imports of new versions. But hey, your call, I just don't know that you gain a lot. -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 13: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 6CDCB37B403; Tue, 4 Jun 2002 13:43:36 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Khaq96055; Tue, 4 Jun 2002 13:43:36 -0700 (PDT) (envelope-from tobez) Message-Id: <200206042043.g54Khaq96055@freefall.freebsd.org> From: Anton Berezin Date: Tue, 4 Jun 2002 13:43: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 tobez 2002/06/04 13:43:36 PDT Modified files: . modules Log: p5-IO-Multiplex --> ports/devel/p5-IO-Multiplex Revision Changes Path 1.5289 +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 Jun 4 13:43: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 6395A37B42C; Tue, 4 Jun 2002 13:43:34 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54KhYu96024; Tue, 4 Jun 2002 13:43:34 -0700 (PDT) (envelope-from tobez) Message-Id: <200206042043.g54KhYu96024@freefall.freebsd.org> From: Anton Berezin Date: Tue, 4 Jun 2002 13:43:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-IO-Multiplex 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 tobez 2002/06/04 13:43:34 PDT Modified files: devel Makefile Added files: devel/p5-IO-Multiplex Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-IO-Multiplex, a convenient wrapper around select(). Revision Changes Path 1.836 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-IO-Multiplex/Makefile (new) 1.1 +1 -0 ports/devel/p5-IO-Multiplex/distinfo (new) 1.1 +1 -0 ports/devel/p5-IO-Multiplex/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-IO-Multiplex/pkg-descr (new) 1.1 +4 -0 ports/devel/p5-IO-Multiplex/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 Jun 4 13:59: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 4D55737B416; Tue, 4 Jun 2002 13:58:50 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Kwou97415; Tue, 4 Jun 2002 13:58:50 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206042058.g54Kwou97415@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 4 Jun 2002 13:58:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/projectcenter.app 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 dinoex 2002/06/04 13:58:50 PDT Modified files: devel/projectcenter.app Makefile distinfo pkg-plist Log: - Update to ProjectCenter-0.3.0 - New MASTER_SITE Revision Changes Path 1.6 +2 -2 ports/devel/projectcenter.app/Makefile 1.4 +1 -1 ports/devel/projectcenter.app/distinfo 1.6 +30 -17 ports/devel/projectcenter.app/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 Jun 4 14: 4: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from hex.databits.net (hex.csh.rit.edu [129.21.60.134]) by hub.freebsd.org (Postfix) with SMTP id 50E5E37B40A for ; Tue, 4 Jun 2002 14:03:53 -0700 (PDT) Received: (qmail 84858 invoked by uid 1001); 4 Jun 2002 20:50:05 -0000 Date: Tue, 4 Jun 2002 16:50:05 -0400 From: Pete Fritchman To: Martin Blapp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice Makefile Message-ID: <20020604165005.A84424@databits.net> References: <200206041852.g54IqLU75808@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: <200206041852.g54IqLU75808@freefall.freebsd.org>; from mbr@FreeBSD.org on Tue, Jun 04, 2002 at 11:52:20AM -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 ++ 04/06/02 11:52 -0700 - Martin Blapp: | mbr 2002/06/04 11:52:20 PDT | | Modified files: | editors/openoffice Makefile | Log: | We finally made it possible. With the new bridge code from Alexander, | OpenOffice works now (on STABLE). Thanks goes to the following people | which helped me a lot : | | Tim Tretyak | Alexander Kabaev | Carlos F. A. Paniago Cool, good job! --pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 14:10: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 D35AA37B401; Tue, 4 Jun 2002 14:10:02 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54LA2t02552; Tue, 4 Jun 2002 14:10:02 -0700 (PDT) (envelope-from tobez) Message-Id: <200206042110.g54LA2t02552@freefall.freebsd.org> From: Anton Berezin Date: Tue, 4 Jun 2002 14:10:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/p5-Archive-Zip 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 tobez 2002/06/04 14:10:02 PDT Modified files: archivers/p5-Archive-Zip Makefile distinfo Log: Update to 1.01, assign the submitter to be the maintainer. PR: 38889 Submitted by: Erwin Lansing Revision Changes Path 1.7 +2 -2 ports/archivers/p5-Archive-Zip/Makefile 1.5 +1 -1 ports/archivers/p5-Archive-Zip/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 14:14: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 B0ACB37B401; Tue, 4 Jun 2002 14:14:34 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54LEYW03434; Tue, 4 Jun 2002 14:14:34 -0700 (PDT) (envelope-from obrien) Message-Id: <200206042114.g54LEYW03434@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 14:14:34 -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/06/04 14:14:34 PDT Modified files: gnu/usr.bin Makefile Log: Remove GNU awk. Revision Changes Path 1.71 +1 -1 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 Tue Jun 4 14:16: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 EC37837B405; Tue, 4 Jun 2002 14:16:18 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54LGI203612; Tue, 4 Jun 2002 14:16:18 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206042116.g54LGI203612@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jun 2002 14:16:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar Makefile Makefile.inc src/gnu/usr.bin/tar/doc Makefile src/gnu/usr.bin/tar/lib Makefile src/gnu/usr.bin/tar/tar 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/06/04 14:16:18 PDT Modified files: gnu/usr.bin/tar Makefile gnu/usr.bin/tar/doc Makefile Removed files: gnu/usr.bin/tar Makefile.inc gnu/usr.bin/tar/lib Makefile gnu/usr.bin/tar/tar Makefile Log: Collapse lib and tar dirs into single top-level directory. Suggested by: obrien Revision Changes Path 1.16 +20 -2 src/gnu/usr.bin/tar/Makefile 1.3 +0 -12 src/gnu/usr.bin/tar/Makefile.inc (dead) 1.2 +3 -2 src/gnu/usr.bin/tar/doc/Makefile 1.2 +0 -17 src/gnu/usr.bin/tar/lib/Makefile (dead) 1.3 +0 -24 src/gnu/usr.bin/tar/tar/Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 14: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 9357537B408; Tue, 4 Jun 2002 14:25:41 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54LPfX04527; Tue, 4 Jun 2002 14:25:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200206042125.g54LPfX04527@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 14:25:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.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 obrien 2002/06/04 14:25:41 PDT Modified files: etc/defaults rc.conf Log: ntpdate(1) is depreciated. Revision Changes Path 1.150 +3 -3 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 14: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 A1F1637B404; Tue, 4 Jun 2002 14:34:43 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54LYhc05420; Tue, 4 Jun 2002 14:34:43 -0700 (PDT) (envelope-from obrien) Message-Id: <200206042134.g54LYhc05420@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 14:34:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.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/06/04 14:34:43 PDT Modified files: Mk bsd.port.mk Log: Add a new way to specify the GCC version your port needs. Rather than USE_GCCXY, you now use USE_GCC=X.Y Approved by: kris Revision Changes Path 1.412 +7 -9 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 14:36: 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 0266937B404; Tue, 4 Jun 2002 14:36:00 -0700 (PDT) Received: (from naddy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54LZxV05546; Tue, 4 Jun 2002 14:35:59 -0700 (PDT) (envelope-from naddy) Message-Id: <200206042135.g54LZxV05546@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 4 Jun 2002 14:35:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/calcoo Makefile ports/math/calcoo/files patch-src_c__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 naddy 2002/06/04 14:35:59 PDT Modified files: math/calcoo Makefile Added files: math/calcoo/files patch-src_c__input.c Log: Upstream fix for decimal point stack push in RPN mode. Revision Changes Path 1.6 +1 -0 ports/math/calcoo/Makefile 1.1 +23 -0 ports/math/calcoo/files/patch-src_c__input.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 Jun 4 14:50: 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 815EC37B400; Tue, 4 Jun 2002 14:50:02 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Lo2T06778; Tue, 4 Jun 2002 14:50:02 -0700 (PDT) (envelope-from jhb) Message-Id: <200206042150.g54Lo2T06778@freefall.freebsd.org> From: John Baldwin Date: Tue, 4 Jun 2002 14:50:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.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/06/04 14:50:02 PDT Modified files: sys/kern kern_mutex.c Log: Add a private thread_runnable() macro to make the code more readable and make the KSE diff easier to maintain. Revision Changes Path 1.99 +5 -3 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 14:53: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 E866037B400; Tue, 4 Jun 2002 14:53:48 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54LrmT07436; Tue, 4 Jun 2002 14:53:48 -0700 (PDT) (envelope-from jhb) Message-Id: <200206042153.g54LrmT07436@freefall.freebsd.org> From: John Baldwin Date: Tue, 4 Jun 2002 14:53:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.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/06/04 14:53:48 PDT Modified files: sys/kern kern_mutex.c Log: Optimize the adaptive mutex spin a bit. Use a simple while loop with simple reads (and on IA32, a "pause" instruction for each interation of the loop) to spin until either the mutex owner field changes, or the lock owner stops executing. Suggested by: tanimura Tested on: i386 Revision Changes Path 1.100 +4 -1 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 15: 2: 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 17D7837B400; Tue, 4 Jun 2002 15:02:06 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54M26H09027; Tue, 4 Jun 2002 15:02:06 -0700 (PDT) (envelope-from se) Message-Id: <200206042202.g54M26H09027@freefall.freebsd.org> From: Stefan Esser Date: Tue, 4 Jun 2002 15:02:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mkmf/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 se 2002/06/04 15:02:05 PDT Added files: devel/mkmf/files patch-ac Log: Fix building on -current: Use string.h even if strings.h exists. Revision Changes Path 1.1 +13 -0 ports/devel/mkmf/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 15: 9: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 2C50937B40C; Tue, 4 Jun 2002 15:09:24 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54M9Ot13431; Tue, 4 Jun 2002 15:09:24 -0700 (PDT) (envelope-from obrien) Message-Id: <200206042209.g54M9Ot13431@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 15:09:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/clo++ 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/06/04 15:09:24 PDT Modified files: textproc/clo++ Makefile Log: Compile with GCC 3.1. Revision Changes Path 1.4 +1 -1 ports/textproc/clo++/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 15: 9:57 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 2028037B40F for ; Tue, 4 Jun 2002 15:09:30 -0700 (PDT) Received: (qmail 19194 invoked from network); 4 Jun 2002 22:09:28 -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 ; 4 Jun 2002 22:09:28 -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 g54M9PF54594; Tue, 4 Jun 2002 18:09:25 -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: <200206042153.g54LrmT07436@freefall.freebsd.org> Date: Tue, 04 Jun 2002 18:09:20 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/kern kern_mutex.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 04-Jun-2002 John Baldwin wrote: > jhb 2002/06/04 14:53:48 PDT > > Modified files: > sys/kern kern_mutex.c > Log: > Optimize the adaptive mutex spin a bit. Use a simple while loop with > simple reads (and on IA32, a "pause" instruction for each interation of the > loop) to spin until either the mutex owner field changes, or the lock owner > stops executing. > > Suggested by: tanimura > Tested on: i386 Not tested on Alpha SMP because SMP Alpha kernels aren't stable under load now. I've had various lockups or weird NULL pointer bugs (as if a thread variable passed down the stack suddenly became NULL) for a month or two now. SMP sparc64 doesn't boot atm, hence no testing on it. -- 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 Jun 4 15:10:42 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 842FA37B401 for ; Tue, 4 Jun 2002 15:09:51 -0700 (PDT) Received: (qmail 6565 invoked from network); 4 Jun 2002 22:09:50 -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 ; 4 Jun 2002 22:09:50 -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 g54M9mF54607; Tue, 4 Jun 2002 18:09:48 -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: <200206042125.g54LPfX04527@freefall.freebsd.org> Date: Tue, 04 Jun 2002 18:09:43 -0400 (EDT) From: John Baldwin To: "David E. O'Brien" Subject: RE: cvs commit: src/etc/defaults rc.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 04-Jun-2002 David E. O'Brien wrote: > obrien 2002/06/04 14:25:41 PDT > > Modified files: > etc/defaults rc.conf > Log: > ntpdate(1) is depreciated. Eek, please back this out. If you'd waited for me to finish in IRC you would have found that ntpd -q can hang for several minutes before finally doing an update which is not acceptable for boot-time behavior. ntpdate(8) may be deprecated in the mind of the ntpd(8) author but the replacement functionality isn't the same yet. -- 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 Jun 4 15:18: 5 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 3B1CE37B401; Tue, 4 Jun 2002 15:17:59 -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 g54MHwJn012098; Tue, 4 Jun 2002 15:17: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 g54MHwK5012097; Tue, 4 Jun 2002 15:17:58 -0700 (PDT) Date: Tue, 4 Jun 2002 15:17:58 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020604151758.A11168@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: <200206042125.g54LPfX04527@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 Tue, Jun 04, 2002 at 06:09:43PM -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 Tue, Jun 04, 2002 at 06:09:43PM -0400, John Baldwin wrote: > > On 04-Jun-2002 David E. O'Brien wrote: > > obrien 2002/06/04 14:25:41 PDT > > > > Modified files: > > etc/defaults rc.conf > > Log: > > ntpdate(1) is depreciated. > > Eek, please back this out. If you'd waited for me to finish in IRC > you would have found that ntpd -q can hang for several minutes before > finally doing an update which is not acceptable for boot-time > behavior. > > ntpdate(8) may be deprecated in the mind of the ntpd(8) author but > the replacement functionality isn't the same yet. If ntpdate is going away soon, we need to experiement with the replacement now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 15:20: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 84B6237B408; Tue, 4 Jun 2002 15:20:35 -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 g54MKYJn012137; Tue, 4 Jun 2002 15:20:34 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g54MKYRp012136; Tue, 4 Jun 2002 15:20:34 -0700 (PDT) Date: Tue, 4 Jun 2002 15:20:34 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_mutex.c Message-ID: <20020604152034.A12108@dragon.nuxi.com> Reply-To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Mail-Followup-To: David O'Brien , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org References: <200206042153.g54LrmT07436@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 Tue, Jun 04, 2002 at 06:09:20PM -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 Tue, Jun 04, 2002 at 06:09:20PM -0400, John Baldwin wrote: > Not tested on Alpha SMP because SMP Alpha kernels aren't stable under > load now. I've had various lockups or weird NULL pointer bugs (as if a > thread variable passed down the stack suddenly became NULL) for a month > or two now. SMP sparc64 doesn't boot atm, hence no testing on it. A month or two is a long time for such serious breakage to go unfixed. You don't have any idea where this is happening? Getting down to only pentiumpro and later SMP boxes working things have a good chance of going out broken in 5.0-RELEASE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 15:23:54 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 BCA8D37B403; Tue, 4 Jun 2002 15:23: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 IAA11581; Wed, 5 Jun 2002 08:23:41 +1000 Date: Wed, 5 Jun 2002 08:27:30 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: obrien@FreeBSD.org Cc: Dag-Erling Smorgrav , , Subject: Re: cvs commit: src/lib/libstand libstand.3 In-Reply-To: <20020604122830.B95901@dragon.nuxi.com> Message-ID: <20020605080755.H5270-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 Tue, 4 Jun 2002, David O'Brien wrote: > On Sun, Jun 02, 2002 at 03:35:31PM +0200, Dag-Erling Smorgrav wrote: > > Jens Schweikhardt writes: > > > Log: > > > Remove a URL from the middle of the BSD copyright (a clicko? a pasto?). > > > Fix typos: > > > s/evironment/environment > > > s/cont/const > > > s/_lonjmp/_longjmp > > > > You might want to fix these as well: > > des@des ~% current -l withough > > Actually I wonder that the legalities are with updating someone's > copyright statement. I am not sure we are allowed to do so. I prefer not to. In the case of libc/i386/string, the spelling error could have been fixed by merging the copyright owner's (jtc's) fix from NetBSD. E.g., FreeBSD is missing the following changes to the copyright to bcmp.S: %%% RCS file: /home/NetBSD/NetBSD-cvs/basesrc/lib/libc/arch/i386/string/bcmp.S,v Working file: bcmp.S head: 1.7 ---------------------------- revision 1.6 date: 1995/04/28 22:53:59; author: jtc; state: Exp; lines: +3 -37 Winning Strategies has placed this code into the Public Domain ---------------------------- .... ---------------------------- revision 1.3 date: 1994/01/28 20:34:33; author: jtc; state: Exp; lines: +3 -3 Fix spelling error in Copyright notice ---------------------------- %% ... despite having cvs-added bcmp.S 7 months after the spelling error was fixed. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 15:26: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 977E937B408; Tue, 4 Jun 2002 15:26:11 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54MQB915416; Tue, 4 Jun 2002 15:26:11 -0700 (PDT) (envelope-from obrien) Message-Id: <200206042226.g54MQB915416@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 15:26:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.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 obrien 2002/06/04 15:26:11 PDT Modified files: etc/defaults rc.conf Log: We want to play osterage and stick our heads in the sand and ignore things. Requested by: jhb Revision Changes Path 1.151 +2 -2 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 15:35: 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 C362637B405 for ; Tue, 4 Jun 2002 15:35:03 -0700 (PDT) Received: (qmail 32200 invoked from network); 4 Jun 2002 22:35:01 -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 ; 4 Jun 2002 22:35:01 -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 g54MYxF54726; Tue, 4 Jun 2002 18:34: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: <20020604152034.A12108@dragon.nuxi.com> Date: Tue, 04 Jun 2002 18:34:53 -0400 (EDT) From: John Baldwin To: cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_mutex.c Cc: 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 04-Jun-2002 David O'Brien wrote: > On Tue, Jun 04, 2002 at 06:09:20PM -0400, John Baldwin wrote: >> Not tested on Alpha SMP because SMP Alpha kernels aren't stable under >> load now. I've had various lockups or weird NULL pointer bugs (as if a >> thread variable passed down the stack suddenly became NULL) for a month >> or two now. SMP sparc64 doesn't boot atm, hence no testing on it. > > A month or two is a long time for such serious breakage to go unfixed. > You don't have any idea where this is happening? Getting down to only > pentiumpro and later SMP boxes working things have a good chance of going > out broken in 5.0-RELEASE. I'm not superhuman and have been busy doing other work-related stuff for a while now. Hopefully I can get some cycles to test why alpha SMP is hosed in the very near future. -- 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 Jun 4 15:36: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 5344D37B400; Tue, 4 Jun 2002 15:36:25 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54MaPv16597; Tue, 4 Jun 2002 15:36:25 -0700 (PDT) (envelope-from jhb) Message-Id: <200206042236.g54MaPv16597@freefall.freebsd.org> From: John Baldwin Date: Tue, 4 Jun 2002 15:36:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.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/06/04 15:36:25 PDT Modified files: sys/kern kern_mutex.c Log: Replace thread_runnable() with thread_running() as the latter is more accurate. Suggested by: julian Revision Changes Path 1.101 +5 -6 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 15:36:57 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 88C3A37B40B for ; Tue, 4 Jun 2002 15:36:44 -0700 (PDT) Received: (qmail 7651 invoked from network); 4 Jun 2002 22:36:43 -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 ; 4 Jun 2002 22:36:43 -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 g54MafF54739; Tue, 4 Jun 2002 18:36: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: <20020604151758.A11168@dragon.nuxi.com> Date: Tue, 04 Jun 2002 18:36:36 -0400 (EDT) From: John Baldwin To: "David O'Brien" Subject: Re: cvs commit: src/etc/defaults rc.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 04-Jun-2002 David O'Brien wrote: > On Tue, Jun 04, 2002 at 06:09:43PM -0400, John Baldwin wrote: >> >> On 04-Jun-2002 David E. O'Brien wrote: >> > obrien 2002/06/04 14:25:41 PDT >> > >> > Modified files: >> > etc/defaults rc.conf >> > Log: >> > ntpdate(1) is depreciated. >> >> Eek, please back this out. If you'd waited for me to finish in IRC >> you would have found that ntpd -q can hang for several minutes before >> finally doing an update which is not acceptable for boot-time >> behavior. >> >> ntpdate(8) may be deprecated in the mind of the ntpd(8) author but >> the replacement functionality isn't the same yet. > > If ntpdate is going away soon, we need to experiement with the > replacement now. Even at the expense of violating POLA? I know, let's MFC all of current right now to stable so people can experiment with the replacement. Anyways, isn't roberto@ the ntp maintainer? Perhaps we should wait for his feedback on this since he is more informed than either of us. -- 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 Jun 4 15:41: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 689F437B400; Tue, 4 Jun 2002 15:41:11 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54MfBl17427; Tue, 4 Jun 2002 15:41:11 -0700 (PDT) (envelope-from mbr) Message-Id: <200206042241.g54MfBl17427@freefall.freebsd.org> From: Martin Blapp Date: Tue, 4 Jun 2002 15:41:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-set_soenv.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 mbr 2002/06/04 15:41:11 PDT Modified files: editors/openoffice/files patch-set_soenv.1 Log: Remove very very stupid -L/lib -L/usr/lib -l/usr/local/lib. If a different gcc is used, they make libstd++ conflict with the system installed one. Pointy hat to OpenOffice people. Many thanks to: David E. O'Brien Revision Changes Path 1.14 +52 -6 ports/editors/openoffice/files/patch-set_soenv.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 15:58: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 08C0D37B403; Tue, 4 Jun 2002 15:58:56 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54MwtR18987; Tue, 4 Jun 2002 15:58:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200206042258.g54MwtR18987@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 15:58:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/cyclone 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/06/04 15:58:55 PDT Modified files: lang/cyclone Makefile Log: I am unable to test this as the port is broken. But I could find no explaination in our cvs logs or the package website why this cannot be compiled with GCC 3.1. Revision Changes Path 1.3 +0 -1 ports/lang/cyclone/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 16: 3: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 5975A37B406; Tue, 4 Jun 2002 16:03: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 g54N3iJn043362; Tue, 4 Jun 2002 16:03: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 g54N3iwf043361; Tue, 4 Jun 2002 16:03:44 -0700 (PDT) Date: Tue, 4 Jun 2002 16:03:44 -0700 From: "David O'Brien" To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020604160343.B43286@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020604151758.A11168@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 jhb@FreeBSD.org on Tue, Jun 04, 2002 at 06:36:36PM -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 Tue, Jun 04, 2002 at 06:36:36PM -0400, John Baldwin wrote: > > If ntpdate is going away soon, we need to experiement with the > > replacement now. > > Even at the expense of violating POLA? I know, let's MFC all of current > right now to stable so people can experiment with the replacement. ROTFLMAO! The number of POLA violating changes in -current is large. Like this will add to the already heavy burdon of "upgrading" from 4.x to 5.0... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 16: 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 8BA9337B404; Tue, 4 Jun 2002 16:05:12 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54N5CE21586; Tue, 4 Jun 2002 16:05:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200206042305.g54N5CE21586@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jun 2002 16:05:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick 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/06/04 16:05:12 PDT Modified files: graphics/ImageMagick Makefile Log: Since I cannot pkg_add the dependancies to test this myself; we'll assume this really cannot be compiled on -current with the stock compiler. Revision Changes Path 1.140 +1 -1 ports/graphics/ImageMagick/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 16: 5: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 8639737B405; Tue, 4 Jun 2002 16:05:39 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54N5dF23835; Tue, 4 Jun 2002 16:05:39 -0700 (PDT) (envelope-from petef) Message-Id: <200206042305.g54N5dF23835@freefall.freebsd.org> From: Pete Fritchman Date: Tue, 4 Jun 2002 16:05:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/haxml 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 petef 2002/06/04 16:05:39 PDT Modified files: textproc Makefile Added files: textproc/haxml Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add haxml 1.05, a collection of utilities for using Haskell and XML together. PR: 38804 Submitted by: Oliver Braun Revision Changes Path 1.366 +1 -0 ports/textproc/Makefile 1.1 +29 -0 ports/textproc/haxml/Makefile (new) 1.1 +1 -0 ports/textproc/haxml/distinfo (new) 1.1 +1 -0 ports/textproc/haxml/pkg-comment (new) 1.1 +8 -0 ports/textproc/haxml/pkg-descr (new) 1.1 +55 -0 ports/textproc/haxml/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 Jun 4 16: 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 F15F437B407; Tue, 4 Jun 2002 16:05:43 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54N5hY23869; Tue, 4 Jun 2002 16:05:43 -0700 (PDT) (envelope-from petef) Message-Id: <200206042305.g54N5hY23869@freefall.freebsd.org> From: Pete Fritchman Date: Tue, 4 Jun 2002 16:05:43 -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/06/04 16:05:43 PDT Modified files: . modules Log: haxml --> ports/textproc/haxml Revision Changes Path 1.5290 +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 Jun 4 16:16: 1 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 4D11737B403; Tue, 4 Jun 2002 16:15:53 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 8478381448; Wed, 5 Jun 2002 08:45:50 +0930 (CST) Date: Wed, 5 Jun 2002 08:45:50 +0930 From: Greg 'groggy' Lehey To: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tar - Imported sources Message-ID: <20020605084550.J91379@wantadilla.lemis.com> References: <200206041037.g54Abno79006@freefall.freebsd.org> <20020604113915.A93786@dragon.nuxi.com> <3CFD11A1.6852535D@FreeBSD.org> <20020604122153.A95103@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020604122153.A95103@dragon.nuxi.com> 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 (Really a reply to David O'Brien, who doesn't want to be on the To: line). On Tuesday, 4 June 2002 at 12:21:53 -0700, David O'Brien wrote: > On Tue, Jun 04, 2002 at 10:14:41PM +0300, Maxim Sobolev wrote: >>> HOWEVER, when we've talked about this in the past we agreed it should go >>> into gnu/usr.bin/tar. >> >> Who are those "we" and where it was reflected? > > Search the lists for the last time it was discussed about upgrading > tar. I was not the only one with that opinion. Well, to be fair, I can't recall this either, and if you want to make a point, it should be you who searches the lists. >> I've explicitly announced my intention to import tar on a list, and >> asked for advice, but only Paul Saab cared to reply and he said >> that src/contrib/tar should be used as a place for the new version. > > Uh, you give only a single day for responses. Hmm, was it that short? In any case, it's not exactly as if you're a casual participant on these lists. Didn't you see it yesterday? 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 Tue Jun 4 16:18: 3 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 AF6F637B401; Tue, 4 Jun 2002 16:17:56 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 15BB181448; Wed, 5 Jun 2002 08:47:55 +0930 (CST) Date: Wed, 5 Jun 2002 08:47:55 +0930 From: Greg 'groggy' Lehey To: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020605084755.K91379@wantadilla.lemis.com> References: <200206042125.g54LPfX04527@freefall.freebsd.org> <20020604151758.A11168@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020604151758.A11168@dragon.nuxi.com> 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 To: David O'Brien On Tue, Jun 04, 2002 at 06:09:43PM -0400, John Baldwin wrote: >> >> On 04-Jun-2002 David E. O'Brien wrote: >>> obrien 2002/06/04 14:25:41 PDT >>> >>> Modified files: >>> etc/defaults rc.conf >>> Log: >>> ntpdate(1) is depreciated. >> >> Eek, please back this out. If you'd waited for me to finish in IRC >> you would have found that ntpd -q can hang for several minutes before >> finally doing an update which is not acceptable for boot-time >> behavior. >> >> ntpdate(8) may be deprecated in the mind of the ntpd(8) author but >> the replacement functionality isn't the same yet. > > If ntpdate is going away soon, we need to experiement with the > replacement now. What's the replacement? 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 Tue Jun 4 16:37: 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 A7C8F37B406; Tue, 4 Jun 2002 16:37:00 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Nb0T26625; Tue, 4 Jun 2002 16:37:00 -0700 (PDT) (envelope-from mbr) Message-Id: <200206042337.g54Nb0T26625@freefall.freebsd.org> From: Martin Blapp Date: Tue, 4 Jun 2002 16:37:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/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/06/04 16:37:00 PDT Modified files: editors/openoffice/files patch-solenv::inc::unxfbsdi.mk Log: Use CXX to link, since there are many places where CC is missing -lstdc++. Revision Changes Path 1.10 +1 -1 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 Jun 4 16:49: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 1826037B407; Tue, 4 Jun 2002 16:49:36 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g54Nnan27619; Tue, 4 Jun 2002 16:49:36 -0700 (PDT) (envelope-from lioux) Message-Id: <200206042349.g54Nnan27619@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Jun 2002 16:49:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer Makefile ports/graphics/mplayer/files patch-ad patch-mplayer:subreader.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 lioux 2002/06/04 16:49:35 PDT Modified files: graphics/mplayer Makefile graphics/mplayer/files patch-ad Added files: graphics/mplayer/files patch-mplayer:subreader.c Log: o Bump PORTREVISION o Prefer mplayer internal DVD access routines rather than libdvdread due to problem reports from users. Prefer libdvdread if WITH_LIBDVDREAD o Change iconv interaction since users have been complaining since iconv was updated to 1.7 Submitted by: maintainer Revision Changes Path 1.22 +12 -1 ports/graphics/mplayer/Makefile 1.7 +32 -2 ports/graphics/mplayer/files/patch-ad 1.1 +14 -0 ports/graphics/mplayer/files/patch-mplayer:subreader.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 Jun 4 17:27: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 6269E37B403; Tue, 4 Jun 2002 17:27:41 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g550Rfs35964; Tue, 4 Jun 2002 17:27:41 -0700 (PDT) (envelope-from keramida) Message-Id: <200206050027.g550Rfs35964@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 4 Jun 2002 17:27:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelopts Makefile 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/06/04 17:27:41 PDT Removed files: en_US.ISO8859-1/books/handbook/kernelopts Makefile chapter.sgml Log: Wave an axe over kernelopts/. This hasn't been building for a while, since it was made a part of the developers handbook in revision 1.41 of doc/en_US.ISO8859-1/books/handbook/Makefile PR: docs/38850 Submitted by: Marc Fonvieille No objection by: murray Revision Changes Path 1.2 +0 -15 doc/en_US.ISO8859-1/books/handbook/kernelopts/Makefile (dead) 1.24 +0 -168 doc/en_US.ISO8859-1/books/handbook/kernelopts/chapter.sgml (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 17:35: 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 748F637B401; Tue, 4 Jun 2002 17:34:58 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g550Ywl36871; Tue, 4 Jun 2002 17:34:58 -0700 (PDT) (envelope-from murray) Message-Id: <200206050034.g550Ywl36871@freefall.freebsd.org> From: Murray Stokely Date: Tue, 4 Jun 2002 17:34:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall sysinstall.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 murray 2002/06/04 17:34:58 PDT Modified files: usr.sbin/sysinstall sysinstall.8 Log: Add information about setting up media to use the multi-volume support in sysinstall. Reviewed by: ru Revision Changes Path 1.52 +60 -0 src/usr.sbin/sysinstall/sysinstall.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 17:43: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 8196F37B403; Tue, 4 Jun 2002 17:43:23 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g550hNU37996; Tue, 4 Jun 2002 17:43:23 -0700 (PDT) (envelope-from petef) Message-Id: <200206050043.g550hNU37996@freefall.freebsd.org> From: Pete Fritchman Date: Tue, 4 Jun 2002 17:43:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/scm Makefile ports/lang/scm/files patch-build.scm X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/04 17:43:23 PDT Modified files: lang/scm Makefile lang/scm/files patch-build.scm Log: Allow scm to load modules. PR: 38882 Submitted by: Hiroyuki Une Revision Changes Path 1.26 +1 -0 ports/lang/scm/Makefile 1.2 +1 -1 ports/lang/scm/files/patch-build.scm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 17:47: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 F08EF37B401; Tue, 4 Jun 2002 17:47:40 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g550leC38511; Tue, 4 Jun 2002 17:47:40 -0700 (PDT) (envelope-from keramida) Message-Id: <200206050047.g550leC38511@freefall.freebsd.org> From: Giorgos Keramidas Date: Tue, 4 Jun 2002 17:47:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/basics 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/06/04 17:47:40 PDT Modified files: en_US.ISO8859-1/books/handbook/basics chapter.sgml Log: - Add a couple of tags. - Reword the part about editors of the base system and the ports. PR: docs/38851 Submitted by: Marc Fonvieille --- chapter.sgml.diff begins here --- --- chapter.sgml.org Mon Jun 3 12:38:09 2002 +++ chapter.sgml Mon Jun 3 12:46:40 2002 @@ -1256,9 +1256,9 @@ ee, all of the commands for manipulating the editor's functions are listed at the top of the display. The caret ^ character means - the control key on the keyboard, so ^e expands to pressing the - control key plus the letter e. To leave - ee, hit the escape key, then choose leave + the Ctrl key on the keyboard, so ^e expands to the key combination + Ctrle. To leave + ee, hit the Esc key, then choose leave editor. The editor will prompt you to save any changes if the file has been modified. @@ -1277,9 +1277,9 @@ emacs FreeBSD also comes with more powerful text editors such as - vi as part of the base system, and - emacs and vim - as part of the FreeBSD Ports Collection. These editors offer much + vi as part of the base system, while other editors, like + emacs and vim, + are part of the FreeBSD Ports Collection. These editors offer much more functionality and power at the expense of being a little more complicated to learn. However if you plan on doing a lot of text editing, learning a more powerful editor such as Revision Changes Path 1.64 +6 -6 doc/en_US.ISO8859-1/books/handbook/basics/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 Jun 4 17: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 0BEE337B404; Tue, 4 Jun 2002 17:53:51 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g550rpS39504; Tue, 4 Jun 2002 17:53:51 -0700 (PDT) (envelope-from jedgar) Message-Id: <200206050053.g550rpS39504@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 4 Jun 2002 17:53:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall menus.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 jedgar 2002/06/04 17:53:50 PDT Modified files: usr.sbin/sysinstall menus.c Log: o Remove ftp.freebsd.org from the USA servers and add to the Denmark servers. o Add snapshots.jp.FreeBSD.org. Approved by: brian Revision Changes Path 1.346 +5 -3 src/usr.sbin/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 18: 1: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 05A8337B401; Tue, 4 Jun 2002 18:01:21 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5511L540542; Tue, 4 Jun 2002 18:01:21 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206050101.g5511L540542@freefall.freebsd.org> From: "J. Mallett" Date: Tue, 4 Jun 2002 18:01:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.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/06/04 18:01:20 PDT Modified files: bin/ps keyword.c Log: Duplicate the pointer to the string containing the header so it does not get frobbed when/if the pointer it is actually a part of gets freed. Revision Changes Path 1.39 +1 -1 src/bin/ps/keyword.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 18: 2: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 720D137B405; Tue, 4 Jun 2002 18:02:13 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5512Dl40601; Tue, 4 Jun 2002 18:02:13 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206050102.g5512Dl40601@freefall.freebsd.org> From: "J. Mallett" Date: Tue, 4 Jun 2002 18:02:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps 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 jmallett 2002/06/04 18:02:13 PDT Modified files: bin/ps print.c Log: Use a const char * where it is meant to be used. There's no reason to try to discard the const qualifier here. Revision Changes Path 1.60 +2 -1 src/bin/ps/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 18: 6: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 D676137B400; Tue, 4 Jun 2002 18:06:33 -0700 (PDT) Received: (from gordon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5516Xj44767; Tue, 4 Jun 2002 18:06:33 -0700 (PDT) (envelope-from gordon) Message-Id: <200206050106.g5516Xj44767@freefall.freebsd.org> From: Gordon Tetlow Date: Tue, 4 Jun 2002 18:06:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/nfsd nfsd.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 gordon 2002/06/04 18:06:33 PDT Modified files: sbin/nfsd nfsd.c Log: Fix spelling nit in error message. Revision Changes Path 1.25 +1 -1 src/sbin/nfsd/nfsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 18: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 AB99F37B403; Tue, 4 Jun 2002 18:28:48 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g551SmT46906; Tue, 4 Jun 2002 18:28:48 -0700 (PDT) (envelope-from lioux) Message-Id: <200206050128.g551SmT46906@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 4 Jun 2002 18:28:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qpopper 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 lioux 2002/06/04 18:28:48 PDT Modified files: mail/qpopper Makefile pkg-plist Log: Install pdf documnetation if WITH_DOCUMENTATION but unless NOPORTDOCS Revision Changes Path 1.69 +11 -0 ports/mail/qpopper/Makefile 1.16 +2 -0 ports/mail/qpopper/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 Jun 4 18: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 6819137B409; Tue, 4 Jun 2002 18:32:21 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g551WL847622; Tue, 4 Jun 2002 18:32:21 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206050132.g551WL847622@freefall.freebsd.org> From: "J. Mallett" Date: Tue, 4 Jun 2002 18:32:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps fmt.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/06/04 18:32:21 PDT Modified files: bin/ps fmt.c Log: Use of zero here meant many things, NULL, '\0' (NUL), and 0. Sort it out. Revision Changes Path 1.20 +5 -5 src/bin/ps/fmt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 18: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 5D25C37B400; Tue, 4 Jun 2002 18:33:54 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g551Xsi47672; Tue, 4 Jun 2002 18:33:54 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206050133.g551Xsi47672@freefall.freebsd.org> From: "J. Mallett" Date: Tue, 4 Jun 2002 18:33:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps fmt.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/06/04 18:33:54 PDT Modified files: bin/ps fmt.c Log: Remove an XXX comment that seems to be a tiny bit no longer pertinent. This function seems to do the right thing, and is not a "stub", and whoever "marc" is, he's had plenty of time to do "the real one", so don't wait around for him any longer. Revision Changes Path 1.21 +0 -4 src/bin/ps/fmt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 18:36: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 62A2437B404; Tue, 4 Jun 2002 18:36:30 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g551aUt47839; Tue, 4 Jun 2002 18:36:30 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206050136.g551aUt47839@freefall.freebsd.org> From: "J. Mallett" Date: Tue, 4 Jun 2002 18:36:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps fmt.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/06/04 18:36:30 PDT Modified files: bin/ps fmt.c Log: Returning NULL here if malloc(3) fails is silly, at this point in the codepath we have't malloc(3)'d nearly as much as we probably will, so errx(3) away, instead of waiting for something to fail yet again later on. Revision Changes Path 1.22 +1 -1 src/bin/ps/fmt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 18:58: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 0F09737B40A; Tue, 4 Jun 2002 18:58:37 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g551wbw50276; Tue, 4 Jun 2002 18:58:37 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206050158.g551wbw50276@freefall.freebsd.org> From: "J. Mallett" Date: Tue, 4 Jun 2002 18:58:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.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/06/04 18:58:36 PDT Modified files: bin/ps keyword.c Log: To comply with SUSv3, duplicate the variable contents for each given format, so that multiple -ovar=header lines do not overwrite eachother. This means that ps -ouser=USERNAME -ouser=WHO would now possibly print: USERNAME WHO juli juli Whereas before it would be: WHO WHO juli juli Revision Changes Path 1.40 +4 -1 src/bin/ps/keyword.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 19: 1: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 A376A37B403; Tue, 4 Jun 2002 19:01:46 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5521kk51014; Tue, 4 Jun 2002 19:01:46 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206050201.g5521kk51014@freefall.freebsd.org> From: "J. Mallett" Date: Tue, 4 Jun 2002 19:01:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.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/06/04 19:01:46 PDT Modified files: bin/ps keyword.c Log: A space cannot be a header string seperator it appears given the SUSv3 description of ps(1), which uses them. I question whether newline and tab can be either, but I'm not touching them. Yet. Revision Changes Path 1.41 +1 -1 src/bin/ps/keyword.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 19: 5: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 521AB37B409; Tue, 4 Jun 2002 19:05:25 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5525P353374; Tue, 4 Jun 2002 19:05:25 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206050205.g5525P353374@freefall.freebsd.org> From: "J. Mallett" Date: Tue, 4 Jun 2002 19:05:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.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/06/04 19:05:25 PDT Modified files: bin/ps keyword.c Log: Support the 'comm' keyword, which is equivalent to our 'command', but specified by SUSv3. Revision Changes Path 1.42 +2 -0 src/bin/ps/keyword.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 19: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 5FC6437B401; Tue, 4 Jun 2002 19:21:01 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g552L1x57069; Tue, 4 Jun 2002 19:21:01 -0700 (PDT) (envelope-from mike) Message-Id: <200206050221.g552L1x57069@freefall.freebsd.org> From: Mike Barcroft Date: Tue, 4 Jun 2002 19:21:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys wait.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 mike 2002/06/04 19:21:01 PDT Modified files: sys/sys wait.h Log: Remove the deprecated 4.2/4.3BSD wait union. Revision Changes Path 1.17 +3 -56 src/sys/sys/wait.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 20:15:57 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 0972937B401; Tue, 4 Jun 2002 20:15:53 -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 g553FpY65788; Tue, 4 Jun 2002 21:15:52 -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 g553FpG81925; Tue, 4 Jun 2002 21:15:51 -0600 (MDT) (envelope-from imp@village.org) Date: Tue, 04 Jun 2002 21:15:43 -0600 (MDT) Message-Id: <20020604.211543.122314470.imp@village.org> To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf From: "M. Warner Losh" In-Reply-To: <200206042226.g54MQB915416@freefall.freebsd.org> References: <200206042226.g54MQB915416@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: <200206042226.g54MQB915416@freefall.freebsd.org> "David E. O'Brien" writes: : We want to play osterage and stick our heads in the sand and ignore things. Is such language really called for? No, I don't think so. Please tone done your increasing ascerbic rheteric. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 20:25: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 ABE7037B405; Tue, 4 Jun 2002 20:25:05 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g553P5c66772; Tue, 4 Jun 2002 20:25:05 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206050325.g553P5c66772@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 4 Jun 2002 20:25:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/agenda-static-libs 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 dinoex 2002/06/04 20:25:05 PDT Modified files: devel/agenda-static-libs Makefile Log: Unbreak, set NO_BUILD=yes Revision Changes Path 1.2 +2 -0 ports/devel/agenda-static-libs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 20: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 BA3D437B401; Tue, 4 Jun 2002 20:32:58 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g553WwU67529; Tue, 4 Jun 2002 20:32:58 -0700 (PDT) (envelope-from knu) Message-Id: <200206050332.g553WwU67529@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Jun 2002 20:32:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/ruby-panel-applet/files patch-extconf.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/04 20:32:58 PDT Removed files: x11/ruby-panel-applet/files patch-extconf.rb Log: Actually delete this no longer needed patch. Submitted by: olgeni Revision Changes Path 1.2 +0 -35 ports/x11/ruby-panel-applet/files/patch-extconf.rb (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 21: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 21F8137B404; Tue, 4 Jun 2002 21:32:53 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g554Wrp76992; Tue, 4 Jun 2002 21:32:53 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206050432.g554Wrp76992@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 4 Jun 2002 21:32:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mipsel-linux-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 dinoex 2002/06/04 21:32:53 PDT Modified files: devel/mipsel-linux-gcc Makefile Log: Save distfile on MASTER_SITE_LOCAL, as old MASTER_SITE is down. Revision Changes Path 1.2 +4 -1 ports/devel/mipsel-linux-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 Jun 4 22:28:12 2002 Delivered-To: cvs-all@freebsd.org Received: from home.mewburn.net (home.mewburn.net [210.23.136.185]) by hub.freebsd.org (Postfix) with ESMTP id 56E4737B406; Tue, 4 Jun 2002 22:28:07 -0700 (PDT) Received: by home.mewburn.net (Postfix, from userid 604) id 932AE10307; Wed, 5 Jun 2002 15:28:05 +1000 (EST) Date: Wed, 5 Jun 2002 15:28:05 +1000 From: Luke Mewburn To: Ruslan Ermilov Cc: Mike Heffner , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c Message-ID: <20020605052805.GG26622@wasabisystems.com> Reply-To: Luke Mewburn References: <200112132346.fBDNkjb93484@freefall.freebsd.org> <20020528070221.GB53736@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020528070221.GB53736@sunbay.com> User-Agent: Mutt/1.4i Sender: owner-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 28, 2002 at 10:02:21AM +0300, Ruslan Ermilov wrote: | On Thu, Dec 13, 2001 at 03:46:45PM -0800, Mike Heffner wrote: | > mikeh 2001/12/13 15:46:45 PST | > | > Modified files: | > usr.bin/ftp Makefile | > Removed files: | > usr.bin/ftp cmds.c cmdtab.c complete.c domacro.c | > extern.h fetch.c ftp.1 ftp.c ftp_var.h | > main.c pathnames.h ruserpass.c util.c | > Log: | > Connect lukemftp to the build as the default ftp client. Lukemftp | > supports most of the previous features of FreeBSD ftp, but has been | > better maintained and includes new features. | > | lukemftp(1) does not honor locale. Yet another reason for me to resync lukemftp with the NetBSD version, since the latter has since 2001/01/09. Luke. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 23:26:58 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 8B84C37B404; Tue, 4 Jun 2002 23:26:44 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g556QfK20065; Wed, 5 Jun 2002 09:26:41 +0300 (EEST) (envelope-from ru) Date: Wed, 5 Jun 2002 09:26:41 +0300 From: Ruslan Ermilov To: "J. Mallett" Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/tar Makefile Makefile.inc config.h localedir.h src/gnu/usr.bin/tar/doc Makefile src/gnu/usr.bin/tar/lib Makefile src/gnu/usr.bin/tar/tar Makefile buffer.c.diff common.h.diff compare.c.diff create.c.diff ... Message-ID: <20020605062641.GD17609@sunbay.com> References: <200206041114.g54BEnI90285@freefall.freebsd.org> <20020604134038.A70495@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mSxgbZZZvrAyzONB" Content-Disposition: inline In-Reply-To: <20020604134038.A70495@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 --mSxgbZZZvrAyzONB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 01:40:38PM -0700, J. Mallett wrote: > * From Maxim Sobolev > > sobomax 2002/06/04 04:14:49 PDT > >=20 > > Modified files: > > gnu/usr.bin/tar Makefile=20 > > Added files: > > gnu/usr.bin/tar Makefile.inc config.h localedir.h=20 > > gnu/usr.bin/tar/doc Makefile=20 > > gnu/usr.bin/tar/lib Makefile=20 > > gnu/usr.bin/tar/tar Makefile buffer.c.diff common.h.diff=20 > > compare.c.diff create.c.diff list.c.diff=20 > > misc.c.diff names.c.diff rtapelib.c.diff=20 > > tar.c.diff=20 > > Log: > > Add bmake bits for building GNU tar from src/contrib/tar. >=20 > Interesting approach. I assume you did this to make a merge less painful= after > an import, but did you consider that now you have to update all these dif= fs? >=20 > Personally, I'd rather see the diffs applied to bring it off the vendor b= ranch > and so on, easier to track changes to them, and at least centralises your= job > when doing future imports of new versions. >=20 > But hey, your call, I just don't know that you gain a lot. >=20 Maxim is also an active ports committer, so he apparently tries (the first time was with usr.bin/bzip2/doc/manual.texi.diff) to adopt the ports/ technique of patching stuff to src/. I do not personally like it, but with the manual.texi.diff it was minimal. 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 --mSxgbZZZvrAyzONB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/a8hUkv4P6juNwoRAjwlAJ4k+/FQylMcN6zqqv8AQxrykr1HbgCghNRS +XXomB2XhK/LkjbLWP1UdQc= =/9SM -----END PGP SIGNATURE----- --mSxgbZZZvrAyzONB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 23:41:23 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 9161D37B404; Tue, 4 Jun 2002 23:41:18 -0700 (PDT) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g556fGv59718; Wed, 5 Jun 2002 15:41:16 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <200206050053.g550rpS39504@freefall.freebsd.org> References: <200206050053.g550rpS39504@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: 7 From: Makoto Matsushita To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall menus.c Date: Wed, 05 Jun 2002 15:41:14 +0900 Message-Id: <20020605154114L.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> o Add snapshots.jp.FreeBSD.org. Wow :-) -- - 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 Tue Jun 4 23: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 4A03F37B405; Tue, 4 Jun 2002 23:49:41 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g556nfS96003; Tue, 4 Jun 2002 23:49:41 -0700 (PDT) (envelope-from marcus) Message-Id: <200206050649.g556nfS96003@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 4 Jun 2002 23:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libunicode Makefile ports/devel/libunicode/files patch-iso8859.c patch-latin1.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/06/04 23:49:41 PDT Modified files: devel/libunicode Makefile Added files: devel/libunicode/files patch-iso8859.c patch-latin1.c Log: Add support for FreeBSD locales. This will fix numerous segmentation faults with programs that depend on libunicode. Bump PORTREVISION. PR: 38901 Revision Changes Path 1.6 +2 -2 ports/devel/libunicode/Makefile 1.1 +11 -0 ports/devel/libunicode/files/patch-iso8859.c (new) 1.1 +11 -0 ports/devel/libunicode/files/patch-latin1.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 Jun 4 23:58: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 E428937B406; Tue, 4 Jun 2002 23:58:33 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g556wXG97016; Tue, 4 Jun 2002 23:58:33 -0700 (PDT) (envelope-from ru) Message-Id: <200206050658.g556wXG97016@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Jun 2002 23:58:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/texinfo/info Makefile src/gnu/usr.bin/texinfo/install-info Makefile src/gnu/usr.bin/texinfo/makeinfo Makefile src/gnu/usr.bin/texinfo/texindex 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/06/04 23:58:33 PDT Modified files: gnu/usr.bin/texinfo/info Makefile gnu/usr.bin/texinfo/install-info Makefile gnu/usr.bin/texinfo/makeinfo Makefile gnu/usr.bin/texinfo/texindex Makefile Log: Back out addition of a plus sign. DPADD and LDADD belong to individual makefiles. Revision Changes Path 1.13 +3 -3 src/gnu/usr.bin/texinfo/info/Makefile 1.12 +3 -3 src/gnu/usr.bin/texinfo/install-info/Makefile 1.15 +2 -2 src/gnu/usr.bin/texinfo/makeinfo/Makefile 1.8 +3 -3 src/gnu/usr.bin/texinfo/texindex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jun 4 23:59: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 1B50F37B405; Tue, 4 Jun 2002 23:59:11 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g556xB797078; Tue, 4 Jun 2002 23:59:11 -0700 (PDT) (envelope-from ru) Message-Id: <200206050659.g556xB797078@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 4 Jun 2002 23:59:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar/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 ru 2002/06/04 23:59:11 PDT Modified files: gnu/usr.bin/tar/doc Makefile Log: Canonicalize. Revision Changes Path 1.3 +1 -4 src/gnu/usr.bin/tar/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 Jun 5 0: 0: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 6E75937B407; Wed, 5 Jun 2002 00:00:41 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5570f097670; Wed, 5 Jun 2002 00:00:41 -0700 (PDT) (envelope-from ru) Message-Id: <200206050700.g5570f097670@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Jun 2002 00:00:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar 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/06/05 00:00:41 PDT Modified files: gnu/usr.bin/tar Makefile Log: SUBDIR is initially empty. Revision Changes Path 1.17 +1 -1 src/gnu/usr.bin/tar/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 0: 4: 0 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 B5D6F37B400; Wed, 5 Jun 2002 00:03:50 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g5573lZ22878; Wed, 5 Jun 2002 10:03:47 +0300 (EEST) (envelope-from ru) Date: Wed, 5 Jun 2002 10:03:47 +0300 From: Ruslan Ermilov To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile Message-ID: <20020605070347.GE17609@sunbay.com> References: <200206041520.g54FKC040460@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VdOwlNaOFKGAtAAV" Content-Disposition: inline In-Reply-To: <200206041520.g54FKC040460@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 --VdOwlNaOFKGAtAAV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 08:20:12AM -0700, Dag-Erling Smorgrav wrote: > des 2002/06/04 08:20:12 PDT >=20 > Modified files: > usr.bin Makefile=20 > Log: > Don't build perl if NO_PERL is defined. > =20 > Revision Changes Path > 1.208 +4 -1 src/usr.bin/Makefile >=20 Please re-add NO_PERL back to the make.conf(5) manpage then. 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 --VdOwlNaOFKGAtAAV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/bfTUkv4P6juNwoRAtgKAJ46k6zuqQdbJ83JagNaPO6A25D2QgCcDy3s hON8XdSl4g/NL8rTQgkPOrg= =X68d -----END PGP SIGNATURE----- --VdOwlNaOFKGAtAAV-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 0:17: 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 E0B7537B401; Wed, 5 Jun 2002 00:16: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 g557GtJn007987; Wed, 5 Jun 2002 00:16:55 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g557Gt50007986; Wed, 5 Jun 2002 00:16:55 -0700 (PDT) Date: Wed, 5 Jun 2002 00:16:55 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile Message-ID: <20020605001655.A7966@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206041520.g54FKC040460@freefall.freebsd.org> <20020605070347.GE17609@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: <20020605070347.GE17609@sunbay.com>; from ru@FreeBSD.org on Wed, Jun 05, 2002 at 10:03:47AM +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 Wed, Jun 05, 2002 at 10:03:47AM +0300, Ruslan Ermilov wrote: > On Tue, Jun 04, 2002 at 08:20:12AM -0700, Dag-Erling Smorgrav wrote: > > des 2002/06/04 08:20:12 PDT > > > > Modified files: > > usr.bin Makefile > > Log: > > Don't build perl if NO_PERL is defined. > > > > Revision Changes Path > > 1.208 +4 -1 src/usr.bin/Makefile > > > Please re-add NO_PERL back to the make.conf(5) manpage then. Perhaps the knob should be renamed, since it affects the wrapper and not actual Perl binary. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 1:11: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 7A0DE37B40A; Wed, 5 Jun 2002 01:11:28 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g558BSK11843; Wed, 5 Jun 2002 01:11:28 -0700 (PDT) (envelope-from iedowse) Message-Id: <200206050811.g558BSK11843@freefall.freebsd.org> From: Ian Dowse Date: Wed, 5 Jun 2002 01:11:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.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/06/05 01:11:28 PDT Modified files: sbin/disklabel disklabel.c Log: Oops, unbreak parsing of the `type' field in getasciilabel(). I had changed a `goto' to a `continue' in revision 1.52, but it continued the wrong loop. Noticed by: bde Revision Changes Path 1.55 +3 -1 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 1:15:17 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 1E73B37B406; Wed, 5 Jun 2002 01:15:12 -0700 (PDT) Date: Wed, 5 Jun 2002 01:15:12 -0700 From: "J. Mallett" To: David O'Brien , Ruslan Ermilov , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile Message-ID: <20020605011511.A53379@FreeBSD.ORG> References: <200206041520.g54FKC040460@freefall.freebsd.org> <20020605070347.GE17609@sunbay.com> <20020605001655.A7966@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020605001655.A7966@dragon.nuxi.com>; from obrien@FreeBSD.org on Wed, Jun 05, 2002 at 12:16:55AM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From David O'Brien > > Please re-add NO_PERL back to the make.conf(5) manpage then. > > Perhaps the knob should be renamed, since it affects the wrapper and not > actual Perl binary. I know, how about NO_PERL_WRAPPER! This will even allow people to seamlessly install Perl with a /usr prefix, if they're so inclined, without that process being obfuscated by the perl wrapper. Not that that actually needed said, but if there's one thing I'm good at, it's trying to say something that doesn't need said in the first place. -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 1:40: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 006C137B404; Wed, 5 Jun 2002 01:40:13 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g558eAb32512; Wed, 5 Jun 2002 11:40:10 +0300 (EEST) (envelope-from ru) Date: Wed, 5 Jun 2002 11:40:10 +0300 From: Ruslan Ermilov To: Jake Burkholder Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sparc64/fpu fpu_qp.c Message-ID: <20020605084010.GM17609@sunbay.com> References: <200206041702.g54H2RC55297@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qySB1iFW++5nzUxH" Content-Disposition: inline In-Reply-To: <200206041702.g54H2RC55297@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 --qySB1iFW++5nzUxH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 04, 2002 at 10:02:27AM -0700, Jake Burkholder wrote: > jake 2002/06/04 10:02:27 PDT >=20 > Modified files: > lib/libc/sparc64/fpu fpu_qp.c=20 > Log: > Implement _Qp_sqrt. I've been unable to find a C program that gcc gene= rates > a call to this for, but apparently somehing in libstdc++ does. > =20 > Revision Changes Path > 1.2 +14 -0 src/lib/libc/sparc64/fpu/fpu_qp.c >=20 Cool! /me watches if sparc64 is buildable 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 --qySB1iFW++5nzUxH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/c5qUkv4P6juNwoRAoNCAJ48boLbINZlgTsINFLa2NRqkkh3jgCfaWDq i+RsIfMCutVVeog327DNSJc= =Jvqd -----END PGP SIGNATURE----- --qySB1iFW++5nzUxH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 1:51: 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 A810D37B400; Wed, 5 Jun 2002 01:51:01 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g558p1E15634; Wed, 5 Jun 2002 01:51:01 -0700 (PDT) (envelope-from dougb) Message-Id: <200206050851.g558p1E15634@freefall.freebsd.org> From: Doug Barton Date: Wed, 5 Jun 2002 01:51:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver Makefile distinfo pkg-plist ports/x11/xscreensaver/files patch-ab patch-driver::Makefile.in patch-driver_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 dougb 2002/06/05 01:51:01 PDT Modified files: x11/xscreensaver Makefile distinfo pkg-plist x11/xscreensaver/files patch-ab Added files: x11/xscreensaver/files patch-driver_Makefile.in Removed files: x11/xscreensaver/files patch-driver::Makefile.in Log: Upgrade to version 4.04.2, and clean up the port while I'm at it. Changes to the software: * Several new little screensavers (hacks) * Updates to many others * Better GTK/Gnome 2 support * New man pages for things that didn't have them Changes to the port: * Removed ill-advised, unapproved, and inappropriate changes from previous commits. Things like webcollage-helper are created dynamically by configure, and will be accounted for at some point in the future. Meanwhile, having one extra item for a few people is better than one two few for others. * One more port goes over to the GMAKE darkside * Since there are so many new man pages, re-sort them all * Updated pkg-plist for the new stuff * One of my patches was included in the distribution, so shorten patch-ab * Take advantage of the fact that I have to regenerate the other patch anyway, and fix the name of the patch file Revision Changes Path 1.54 +36 -22 ports/x11/xscreensaver/Makefile 1.28 +1 -1 ports/x11/xscreensaver/distinfo 1.14 +3 -17 ports/x11/xscreensaver/files/patch-ab 1.5 +0 -11 ports/x11/xscreensaver/files/patch-driver::Makefile.in (dead) 1.1 +11 -0 ports/x11/xscreensaver/files/patch-driver_Makefile.in (new) 1.33 +9 -1 ports/x11/xscreensaver/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 Jun 5 2:47: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 8D59137B400; Wed, 5 Jun 2002 02:47:07 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g559l7b24599; Wed, 5 Jun 2002 02:47:07 -0700 (PDT) (envelope-from sada) Message-Id: <200206050947.g559l7b24599@freefall.freebsd.org> From: SADA Kenji Date: Wed, 5 Jun 2002 02:47:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/linux-netscape47-communicator Makefile ports/japanese/netscape4-communicator 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/06/05 02:47:07 PDT Modified files: japanese/linux-netscape47-communicator Makefile japanese/netscape4-communicator Makefile Log: Fix Japanese display problem. - remove RUN_DEPENDS to linux-locale # now linux_base is version 7 which includes japanese locale. - change Japanese locale to ja_JP.eucJP Submitted by: KOMATSU Shinichiro Revision Changes Path 1.9 +0 -1 ports/japanese/linux-netscape47-communicator/Makefile 1.41 +1 -1 ports/japanese/netscape4-communicator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 2: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 38CB037B403; Wed, 5 Jun 2002 02:51:39 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g559pdu25340; Wed, 5 Jun 2002 02:51:39 -0700 (PDT) (envelope-from dougb) Message-Id: <200206050951.g559pdu25340@freefall.freebsd.org> From: Doug Barton Date: Wed, 5 Jun 2002 02:51:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-DNS 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 dougb 2002/06/05 02:51:39 PDT Modified files: net/p5-Net-DNS Makefile distinfo pkg-plist Log: Update to the latest, 0.21. This version contains many changes, please see the Changes file for details. Some of the new features include TSIG support (experimental), a name server module, fixes for bind() problems in 5.005.03, and more. The good news is that our friends in perldom have now seen the light and fixed the later versions of this module so that it does not (any longer) require perl 5.6.0 or higher. I've tested quite a lot of the functions on both a RELENG_4 with stock perl 5.005.03, and a 5-Current system with stock 5.6.1, and didn't have any problems. I also added a few files to the PORTDOCS option. Revision Changes Path 1.23 +12 -1 ports/net/p5-Net-DNS/Makefile 1.7 +1 -1 ports/net/p5-Net-DNS/distinfo 1.7 +9 -0 ports/net/p5-Net-DNS/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 Jun 5 3: 0: 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 3847237B405; Wed, 5 Jun 2002 02:59:57 -0700 (PDT) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g559xvT25811; Wed, 5 Jun 2002 02:59:57 -0700 (PDT) (envelope-from markp) Message-Id: <200206050959.g559xvT25811@freefall.freebsd.org> From: Mark Pulford Date: Wed, 5 Jun 2002 02:59:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/sokoban Makefile pkg-install pkg-plist ports/games/sokoban/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 markp 2002/06/05 02:59:57 PDT Modified files: games/sokoban Makefile pkg-plist games/sokoban/files patch-ab Added files: games/sokoban pkg-install Log: Improved high score handling Prompted by PR: 37338 Revision Changes Path 1.7 +2 -6 ports/games/sokoban/Makefile 1.2 +1 -1 ports/games/sokoban/files/patch-ab 1.1 +9 -0 ports/games/sokoban/pkg-install (new) 1.3 +0 -1 ports/games/sokoban/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 Jun 5 3: 5: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 0A13237B405; Wed, 5 Jun 2002 03:05:05 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55A54u26920; Wed, 5 Jun 2002 03:05:04 -0700 (PDT) (envelope-from des) Message-Id: <200206051005.g55A54u26920@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 03:05:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c common.h ftp.c http.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/06/05 03:05:04 PDT Modified files: lib/libfetch common.c common.h ftp.c http.c Log: First step towards SSL support: wrap connections in a 'struct connection' which contains the socket descriptor, the input buffer and (yet unused) SSL state variables. This has the neat side effect of greatly improving reentrance (though we're not *quite* there yet) and opening the door to HTTP connection caching. This commit is inspired by email conversations with and patches from Henry Whincup last fall. Revision Changes Path 1.26 +56 -24 src/lib/libfetch/common.c 1.20 +26 -3 src/lib/libfetch/common.h 1.77 +89 -92 src/lib/libfetch/ftp.c 1.53 +84 -77 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 3:23: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 357B437B400; Wed, 5 Jun 2002 03:23:20 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55ANKN33012; Wed, 5 Jun 2002 03:23:20 -0700 (PDT) (envelope-from des) Message-Id: <200206051023.g55ANKN33012@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 03:23:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.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/06/05 03:23:19 PDT Modified files: lib/libfetch http.c Log: Fix a bug I introduced in the chunk decoder in the previous commit.. Revision Changes Path 1.54 +1 -1 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 3: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 7DEF637B40B; Wed, 5 Jun 2002 03:27:24 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55ARO233618; Wed, 5 Jun 2002 03:27:24 -0700 (PDT) (envelope-from des) Message-Id: <200206051027.g55ARO233618@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 03:27:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.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/06/05 03:27:24 PDT Modified files: lib/libfetch http.c Log: Add comments to struct cookie. Revision Changes Path 1.55 +8 -8 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 3:30:36 2002 Delivered-To: cvs-all@freebsd.org Received: from south.nanolink.com (south.nanolink.com [217.75.134.10]) by hub.freebsd.org (Postfix) with SMTP id AE47737B405 for ; Wed, 5 Jun 2002 03:30:27 -0700 (PDT) Received: (qmail 24898 invoked by uid 85); 5 Jun 2002 10:40:12 -0000 Received: from unknown (HELO straylight.ringlet.net) (212.116.140.125) by south.nanolink.com with SMTP; 5 Jun 2002 10:40:09 -0000 Received: (qmail 74162 invoked by uid 1000); 5 Jun 2002 07:43:59 -0000 Date: Wed, 5 Jun 2002 10:43:59 +0300 From: Peter Pentchev To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/perforce Makefile distinfo Message-ID: <20020605104359.D42462@straylight.oblivion.bg> Mail-Followup-To: Akinori MUSHA , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206031127.g53BRtY28833@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="FEz7ebHBGB6b2e8X" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206031127.g53BRtY28833@freefall.freebsd.org>; from knu@FreeBSD.org on Mon, Jun 03, 2002 at 04:27:55AM -0700 X-Virus-Scanned: by Nik's Monitoring Daemon (AMaViS perl-11d ) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --FEz7ebHBGB6b2e8X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 03, 2002 at 04:27:55AM -0700, Akinori MUSHA wrote: > knu 2002/06/03 04:27:55 PDT >=20 > Modified files: > devel/perforce Makefile distinfo=20 > Log: > Update to 02.1 for i386. > =20 > PR: ports/38791 > Submitted by: David Marshall > =20 > Use the MASTER_SITES :fu while I'm here. > =20 > Revision Changes Path > 1.7 +7 -5 ports/devel/perforce/Makefile > 1.7 +6 -6 ports/devel/perforce/distinfo Hi, It would seem that things have changed on the Perforce distsite.. [roam@freefall ~/fbsd/ports/devel/perforce]$ make checksum >> Checksum OK for perforce/02.1/i386/p4. >> Checksum OK for perforce/02.1/i386/p4web. >> Checksum mismatch for perforce/02.1/i386/p4d. >> Checksum OK for perforce/02.1/i386/p4ftpd. >> Checksum OK for perforce/02.1/i386/p4.1. >> Checksum OK for perforce/02.1/i386/p4d.1. Make sure the Makefile and distinfo file (/d/home/roam/fbsd/ports/devel/per= force/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=3Dyes [other args]". *** Error code 1 Stop in /d/home/roam/fbsd/ports/devel/perforce. [roam@freefall ~/fbsd/ports/devel/perforce]$ md5 ~/tmp/dist/perforce/02.1/i= 386/p4d MD5 (/home/roam/tmp/dist/perforce/02.1/i386/p4d) =3D da9a44c23d841699d74c1b= 3b4ea34f7e [roam@freefall ~/fbsd/ports/devel/perforce]$ fgrep '02.1/i386/p4d)' distinfo MD5 (perforce/02.1/i386/p4d) =3D 895f9f8864d9f95feda2306c26b953cd [roam@freefall ~/fbsd/ports/devel/perforce]$ G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 What would this sentence be like if pi were 3? --FEz7ebHBGB6b2e8X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/cE/7Ri2jRYZRVMRAvSWAKCVoCOHNJqt7+chF1mGyU/cUNf9vACcCvLa sMzjA9dJXOtPBBCYRZ7Q9/I= =q0a0 -----END PGP SIGNATURE----- --FEz7ebHBGB6b2e8X-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 3:31: 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 C017237B403; Wed, 5 Jun 2002 03:31:01 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55AV1R34030; Wed, 5 Jun 2002 03:31:01 -0700 (PDT) (envelope-from des) Message-Id: <200206051031.g55AV1R34030@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 03:31:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.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/06/05 03:31:01 PDT Modified files: lib/libfetch http.c Log: Rename struct cookie to struct httpio to avoid confusion (it's not an HTTP cookie) and increase symmetry with equivalent FTP code. Revision Changes Path 1.56 +50 -50 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 4: 8: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 83F1637B401; Wed, 5 Jun 2002 04:08:34 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.6/8.11.6) with ESMTP id g55B8Yf04989; Wed, 5 Jun 2002 07:08:34 -0400 (EDT) Date: Wed, 5 Jun 2002 07:08:33 -0400 (EDT) From: Trevor Johnson To: security-officer@freebsd.org, Jim Mock Cc: cvs-committers@freebsd.org, Subject: Re: cvs commit: ports/irc/xchat Makefile distinfo In-Reply-To: <200205252319.g4PNJh881474@freefall.freebsd.org> Message-ID: <20020605070803.J3099-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 A security bug in earlier versions is described in http://rhn.redhat.com/errata/RHSA-2002-097.html . > jim 2002/05/25 16:19:43 PDT > > Modified files: > irc/xchat Makefile distinfo > Log: > Update to version 1.8.9. > > PR: 38490 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=38490 > Submitted by: Dominic Marks > > Revision Changes Path > 1.98 +1 -2 ports/irc/xchat/Makefile > 1.56 +1 -1 ports/irc/xchat/distinfo > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/xchat/Makefile.diff?&r1=1.97&r2=1.98&f=u > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/irc/xchat/distinfo.diff?&r1=1.55&r2=1.56&f=u -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 4:10: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 8A9EC37B405; Wed, 5 Jun 2002 04:10:39 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55BAdY44819; Wed, 5 Jun 2002 04:10:39 -0700 (PDT) (envelope-from phk) Message-Id: <200206051110.g55BAdY44819@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 5 Jun 2002 04:10:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/i386/boot2 Makefile boot2.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/06/05 04:10:39 PDT Modified files: sys/boot/i386/boot2 Makefile boot2.c Added files: sys/boot/common ufsread.c Log: Preparation for UFS2 commit: Factor the ufs reading code out of the i386/boot2 loader so it can be reused by for instance sparc64. Sponsored by: DARPA and NAI Labs. Revision Changes Path 1.1 +183 -0 src/sys/boot/common/ufsread.c (new) 1.28 +1 -0 src/sys/boot/i386/boot2/Makefile 1.42 +3 -161 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 4:20: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 D6E0A37B406; Wed, 5 Jun 2002 04:20:37 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55BKbH45832; Wed, 5 Jun 2002 04:20:37 -0700 (PDT) (envelope-from phk) Message-Id: <200206051120.g55BKbH45832@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 5 Jun 2002 04:20:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common ufsread.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/06/05 04:20:37 PDT Modified files: sys/boot/common ufsread.c Log: Indent this file more like style(9). Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.2 +108 -108 src/sys/boot/common/ufsread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 4:37: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 7010437B401; Wed, 5 Jun 2002 04:37:20 -0700 (PDT) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55BbKT47479; Wed, 5 Jun 2002 04:37:20 -0700 (PDT) (envelope-from yoichi) Message-Id: <200206051137.g55BbKT47479@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Wed, 5 Jun 2002 04:37:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/shinonome 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 yoichi 2002/06/05 04:37:19 PDT Modified files: japanese/shinonome Makefile distinfo Log: Update to 0.9.8 Revision Changes Path 1.8 +1 -1 ports/japanese/shinonome/Makefile 1.7 +1 -1 ports/japanese/shinonome/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 4: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 D2CB537B406; Wed, 5 Jun 2002 04:38:19 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55BcJG47581; Wed, 5 Jun 2002 04:38:19 -0700 (PDT) (envelope-from des) Message-Id: <200206051138.g55BcJG47581@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 04:38:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch 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/06/05 04:38:19 PDT Modified files: lib/libfetch Makefile Log: Add the necessary dependencies for SSL. Revision Changes Path 1.27 +2 -0 src/lib/libfetch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 4:56: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 3D6B937B400; Wed, 5 Jun 2002 04:56:13 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55BuDt49459; Wed, 5 Jun 2002 04:56:13 -0700 (PDT) (envelope-from phk) Message-Id: <200206051156.g55BuDt49459@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 5 Jun 2002 04:56:13 -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 phk 2002/06/05 04:56:13 PDT Modified files: sys/boot/sparc64/boot1 boot1.c Log: Avoid entering IOCCC with a memcpy turned bcopy. Revision Changes Path 1.12 +4 -4 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 Wed Jun 5 5: 0: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 486DD37B400; Wed, 5 Jun 2002 05:00:53 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55C0rT50223; Wed, 5 Jun 2002 05:00:53 -0700 (PDT) (envelope-from phk) Message-Id: <200206051200.g55C0rT50223@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 5 Jun 2002 05:00:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/sparc64/boot1 Makefile 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 phk 2002/06/05 05:00:53 PDT Modified files: sys/boot/common ufsread.c sys/boot/sparc64/boot1 Makefile boot1.c Log: Make sparc64 share ufsread.c with i386. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.3 +10 -4 src/sys/boot/common/ufsread.c 1.7 +1 -1 src/sys/boot/sparc64/boot1/Makefile 1.13 +11 -125 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 Wed Jun 5 5:12: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 D715537B40D; Wed, 5 Jun 2002 05:12:26 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55CCQs55437; Wed, 5 Jun 2002 05:12:26 -0700 (PDT) (envelope-from phk) Message-Id: <200206051212.g55CCQs55437@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 5 Jun 2002 05:12:25 -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 phk 2002/06/05 05:12:25 PDT Modified files: sys/boot/sparc64/boot1 boot1.c Log: Remove UFS related #includes, they're read in ufsread.c now. Revision Changes Path 1.14 +0 -3 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 Wed Jun 5 5:16: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 CCC4837B404; Wed, 5 Jun 2002 05:16:47 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55CGlx55698; Wed, 5 Jun 2002 05:16:47 -0700 (PDT) (envelope-from mbr) Message-Id: <200206051216.g55CGlx55698@freefall.freebsd.org> From: Martin Blapp Date: Wed, 5 Jun 2002 05:16:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files zipmoz.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 mbr 2002/06/05 05:16:47 PDT Modified files: editors/openoffice/files zipmoz.sh Log: Don't make a mozilla subdir inside the includes Revision Changes Path 1.2 +4 -5 ports/editors/openoffice/files/zipmoz.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 5: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 61DAE37B403; Wed, 5 Jun 2002 05:19:08 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55CJ8Y55890; Wed, 5 Jun 2002 05:19:08 -0700 (PDT) (envelope-from des) Message-Id: <200206051219.g55CJ8Y55890@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 05:19:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c common.h ftp.c http.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/06/05 05:19:08 PDT Modified files: lib/libfetch common.c common.h ftp.c http.c Log: Wrap everything in struct connection, and enforce timeouts everywhere (except for DNS operations). Always use funopen() for HTTP, to support both timeouts and SSL. Revision Changes Path 1.27 +130 -61 src/lib/libfetch/common.c 1.21 +5 -4 src/lib/libfetch/common.h 1.78 +17 -15 src/lib/libfetch/ftp.c 1.57 +52 -33 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 5:32: 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 B4A1B37B4F6; Wed, 5 Jun 2002 05:30:24 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55CUOm57128; Wed, 5 Jun 2002 05:30:24 -0700 (PDT) (envelope-from mbr) Message-Id: <200206051230.g55CUOm57128@freefall.freebsd.org> From: Martin Blapp Date: Wed, 5 Jun 2002 05:30:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/05 05:30:24 PDT Modified files: editors/openoffice Makefile distinfo Log: Use USE_GCC as in bsd.ports.mk proposed. Revision Changes Path 1.61 +26 -30 ports/editors/openoffice/Makefile 1.18 +4 -2 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 Wed Jun 5 5:33: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 8C1C137B4FB; Wed, 5 Jun 2002 05:30:45 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55CUjv57224; Wed, 5 Jun 2002 05:30:45 -0700 (PDT) (envelope-from phk) Message-Id: <200206051230.g55CUjv57224@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 5 Jun 2002 05:30:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 Makefile src/sys/boot/sparc64/boot1 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/06/05 05:30:45 PDT Modified files: sys/boot/i386/boot2 Makefile sys/boot/sparc64/boot1 Makefile Log: Add explicit dependency on ufsread.c Revision Changes Path 1.29 +1 -1 src/sys/boot/i386/boot2/Makefile 1.8 +2 -0 src/sys/boot/sparc64/boot1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 5:44: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 5E41037B404; Wed, 5 Jun 2002 05:44:15 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55CiFZ61233; Wed, 5 Jun 2002 05:44:15 -0700 (PDT) (envelope-from mbr) Message-Id: <200206051244.g55CiFZ61233@freefall.freebsd.org> From: Martin Blapp Date: Wed, 5 Jun 2002 05:44:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/05 05:44:15 PDT Modified files: editors/openoffice Makefile Log: Also set --enable-gcc3 for CURRENT without USE_GCC Revision Changes Path 1.62 +4 -0 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 5:46: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 AD3F137B401; Wed, 5 Jun 2002 05:46:36 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Ckak61540; Wed, 5 Jun 2002 05:46:36 -0700 (PDT) (envelope-from des) Message-Id: <200206051246.g55Ckak61540@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 05:46:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c common.h fetch.c http.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/06/05 05:46:36 PDT Modified files: lib/libfetch common.c common.h fetch.c http.c Log: Add SSL support + slight cleanup. Submitted by: Henry Whincup (in principle) Revision Changes Path 1.28 +49 -1 src/lib/libfetch/common.c 1.22 +3 -2 src/lib/libfetch/common.h 1.35 +20 -16 src/lib/libfetch/fetch.c 1.58 +6 -1 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 5:57: 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 92A3237B401; Wed, 5 Jun 2002 05:57:06 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Cv6268407; Wed, 5 Jun 2002 05:57:06 -0700 (PDT) (envelope-from des) Message-Id: <200206051257.g55Cv6268407@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 05:57:06 -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 des 2002/06/05 05:57:06 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Henry Wincup for his contribution to libfetch. Revision Changes Path 1.194 +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 Wed Jun 5 5:57: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 D0C0E37B400; Wed, 5 Jun 2002 05:57:24 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55CvOP68447; Wed, 5 Jun 2002 05:57:24 -0700 (PDT) (envelope-from knu) Message-Id: <200206051257.g55CvOP68447@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Jun 2002 05:57:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perforce 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/06/05 05:57:24 PDT Modified files: devel/perforce Makefile distinfo Log: p4d seems to have been replaced on the ftp site on the day before yesterday. Submitted by: roam Revision Changes Path 1.8 +1 -1 ports/devel/perforce/Makefile 1.8 +1 -1 ports/devel/perforce/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 6: 7: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 C4D7237B400; Wed, 5 Jun 2002 06:07:53 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55D7rO73414; Wed, 5 Jun 2002 06:07:53 -0700 (PDT) (envelope-from des) Message-Id: <200206051307.g55D7rO73414@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 06:07:53 -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 des 2002/06/05 06:07:53 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Completely gratuitous whitespace cleanup. Revision Changes Path 1.195 +1206 -1206 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 Wed Jun 5 6: 8:32 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 8602C37B406 for ; Wed, 5 Jun 2002 06:08:20 -0700 (PDT) Received: (qmail 15381 invoked from network); 5 Jun 2002 13:08:19 -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 ; 5 Jun 2002 13:08:19 -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 g55D8IF56702; Wed, 5 Jun 2002 09:08:18 -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: <20020605084010.GM17609@sunbay.com> Date: Wed, 05 Jun 2002 09:08:17 -0400 (EDT) From: John Baldwin To: Ruslan Ermilov Subject: Re: cvs commit: src/lib/libc/sparc64/fpu fpu_qp.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jake Burkholder Sender: owner-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 05-Jun-2002 Ruslan Ermilov wrote: > On Tue, Jun 04, 2002 at 10:02:27AM -0700, Jake Burkholder wrote: >> jake 2002/06/04 10:02:27 PDT >> >> Modified files: >> lib/libc/sparc64/fpu fpu_qp.c >> Log: >> Implement _Qp_sqrt. I've been unable to find a C program that gcc generates >> a call to this for, but apparently somehing in libstdc++ does. >> >> Revision Changes Path >> 1.2 +14 -0 src/lib/libc/sparc64/fpu/fpu_qp.c >> > Cool! > > /me watches if sparc64 is buildable again. Built world for me. c++ binaries still don't work 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 Wed Jun 5 7: 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 61AC237B40C; Wed, 5 Jun 2002 07:06:40 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55E6ee84024; Wed, 5 Jun 2002 07:06:40 -0700 (PDT) (envelope-from cy) Message-Id: <200206051406.g55E6ee84024@freefall.freebsd.org> From: Cy Schubert Date: Wed, 5 Jun 2002 07:06:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/slurp Makefile ports/news/slurp/files patch-misc.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 cy 2002/06/05 07:06:40 PDT Modified files: news/slurp Makefile Added files: news/slurp/files patch-misc.c Log: Fix a format string vulnerability. Obtained from: SRT Security Advisory (SRT2002-06-04-1011): slurp, posted to BUGTRAQ on June 4, 2002, by zillion . Revision Changes Path 1.11 +2 -1 ports/news/slurp/Makefile 1.1 +11 -0 ports/news/slurp/files/patch-misc.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 Jun 5 7:27:37 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 4BCFC37B400; Wed, 5 Jun 2002 07:27:33 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g55EQHCd050719; Wed, 5 Jun 2002 16:26:17 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Greg 'groggy' Lehey" Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf In-Reply-To: Your message of "Wed, 05 Jun 2002 08:47:55 +0930." <20020605084755.K91379@wantadilla.lemis.com> Date: Wed, 05 Jun 2002 16:26:17 +0200 Message-ID: <50718.1023287177@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 <20020605084755.K91379@wantadilla.lemis.com>, "Greg 'groggy' Lehey" writes: >>> ntpdate(8) may be deprecated in the mind of the ntpd(8) author but >>> the replacement functionality isn't the same yet. >> >> If ntpdate is going away soon, we need to experiement with the >> replacement now. > >What's the replacement? Ideally, somebody would sit down and write a sntpd(8), which would be a light-weight, client-side-only NTP daemon without refclock support, without weird remote-configration stuff and other excess luggage. If somebody wants to volounteer, I will happily provide detailed guidance on the timekeeping magic needed. -- 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 Wed Jun 5 7:28: 0 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 D8A3E37B432; Wed, 5 Jun 2002 07:27:50 -0700 (PDT) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g55EjUC66243; Wed, 5 Jun 2002 10:45:30 -0400 (EDT) (envelope-from jake) Date: Wed, 5 Jun 2002 10:45:29 -0400 From: Jake Burkholder To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/sparc64/boot1 boot1.c Message-ID: <20020605104529.C54588@locore.ca> References: <200206051156.g55BuDt49459@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: <200206051156.g55BuDt49459@freefall.freebsd.org>; from phk@FreeBSD.org on Wed, Jun 05, 2002 at 04:56:13AM -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, Jun 05, 2002 at 04:56:13AM -0700, Poul-Henning Kamp said words to the effect of; > phk 2002/06/05 04:56:13 PDT > > Modified files: > sys/boot/sparc64/boot1 boot1.c > Log: > Avoid entering IOCCC with a memcpy turned bcopy. Please run these by me in the future. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 7:28: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 0C29437B403; Wed, 5 Jun 2002 07:28:51 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55ESoo87256; Wed, 5 Jun 2002 07:28:50 -0700 (PDT) (envelope-from ache) Message-Id: <200206051428.g55ESoo87256@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 5 Jun 2002 07:28:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lynx-current Makefile distinfo pkg-plist ports/www/lynx-current/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 ache 2002/06/05 07:28:50 PDT Modified files: www/lynx-current Makefile distinfo pkg-plist Added files: www/lynx-current/files patch-ab Log: Upgrade to 2.8.5.dev.8 Revision Changes Path 1.136 +4 -4 ports/www/lynx-current/Makefile 1.163 +1 -1 ports/www/lynx-current/distinfo 1.3 +11 -0 ports/www/lynx-current/files/patch-ab (new) 1.29 +12 -0 ports/www/lynx-current/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 Jun 5 7:29: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 390A737B406; Wed, 5 Jun 2002 07:29:25 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55ETPs87386; Wed, 5 Jun 2002 07:29:25 -0700 (PDT) (envelope-from mbr) Message-Id: <200206051429.g55ETPs87386@freefall.freebsd.org> From: Martin Blapp Date: Wed, 5 Jun 2002 07:29:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/05 07:29:25 PDT Modified files: editors/openoffice Makefile distinfo Log: I made the mozilla distfiles about 4MB smaller. The includes are always the same, so there isn't any reason we should include them in each version. Change the MD5 checksums one last time. Revision Changes Path 1.63 +4 -1 ports/editors/openoffice/Makefile 1.19 +5 -4 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 Wed Jun 5 7:33: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 9E67237B404; Wed, 5 Jun 2002 07:33:38 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55EXcP88199; Wed, 5 Jun 2002 07:33:38 -0700 (PDT) (envelope-from mbr) Message-Id: <200206051433.g55EXcP88199@freefall.freebsd.org> From: Martin Blapp Date: Wed, 5 Jun 2002 07:33:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files zipmoz.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 mbr 2002/06/05 07:33:37 PDT Modified files: editors/openoffice/files zipmoz.sh Log: Remove \t from usage(). Add the missing obsolete directory as a copy from nspr/obsolete. Revision Changes Path 1.3 +16 -8 ports/editors/openoffice/files/zipmoz.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 7:38: 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 6D2A737B403; Wed, 5 Jun 2002 07:38:05 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Ec5G88590; Wed, 5 Jun 2002 07:38:05 -0700 (PDT) (envelope-from mbr) Message-Id: <200206051438.g55Ec5G88590@freefall.freebsd.org> From: Martin Blapp Date: Wed, 5 Jun 2002 07:38:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/05 07:38:04 PDT Modified files: editors/openoffice Makefile Log: Fix distfile name for gcc31 Submitted by: Erik H. Bakke Revision Changes Path 1.64 +2 -2 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 7:39:44 2002 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id CC9F537B400; Wed, 5 Jun 2002 07:39:37 -0700 (PDT) Received: by heechee.tobez.org (Postfix, from userid 1001) id 3F769AC01; Wed, 5 Jun 2002 16:38:47 +0200 (CEST) Date: Wed, 5 Jun 2002 16:38:47 +0200 From: Anton Berezin To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/p5-Net-DNS Makefile distinfo pkg-plist Message-ID: <20020605143847.GC60824@heechee.tobez.org> References: <200206050951.g559pdu25340@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206050951.g559pdu25340@freefall.freebsd.org> User-Agent: Mutt/1.3.24i Sender: owner-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, Jun 05, 2002 at 02:51:39AM -0700, Doug Barton wrote: > Modified files: > net/p5-Net-DNS Makefile distinfo pkg-plist > Log: > Update to the latest, 0.21. This version contains many changes, > please see the Changes file for details. Some of the new features > include TSIG support (experimental), a name server module, > fixes for bind() problems in 5.005.03, and more. > > The good news is that our friends in perldom have now seen the > light and fixed the later versions of this module so that it > does not (any longer) require perl 5.6.0 or higher. I've tested > quite a lot of the functions on both a RELENG_4 with stock perl > 5.005.03, and a 5-Current system with stock 5.6.1, and didn't > have any problems. > > I also added a few files to the PORTDOCS option. Very cool! Thanks, Doug! =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 7:45:29 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 6F80537B401; Wed, 5 Jun 2002 07:45:23 -0700 (PDT) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g55F33V66362; Wed, 5 Jun 2002 11:03:03 -0400 (EDT) (envelope-from jake) Date: Wed, 5 Jun 2002 11:03:03 -0400 From: Jake Burkholder To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/sparc64/boot1 Makefile boot1.c Message-ID: <20020605110302.D54588@locore.ca> References: <200206051200.g55C0rT50223@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: <200206051200.g55C0rT50223@freefall.freebsd.org>; from phk@FreeBSD.org on Wed, Jun 05, 2002 at 05:00:53AM -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, Jun 05, 2002 at 05:00:53AM -0700, Poul-Henning Kamp said words to the effect of; > phk 2002/06/05 05:00:53 PDT > > Modified files: > sys/boot/common ufsread.c > sys/boot/sparc64/boot1 Makefile boot1.c > Log: > Make sparc64 share ufsread.c with i386. Wouldn't it be better to link with this file rather than #including it? > > Sponsored by: DARPA & NAI Labs. > > Revision Changes Path > 1.3 +10 -4 src/sys/boot/common/ufsread.c > 1.7 +1 -1 src/sys/boot/sparc64/boot1/Makefile > 1.13 +11 -125 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 Wed Jun 5 7:45: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 414D237B403; Wed, 5 Jun 2002 07:45:39 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55EjdW89708; Wed, 5 Jun 2002 07:45:39 -0700 (PDT) (envelope-from tobez) Message-Id: <200206051445.g55EjdW89708@freefall.freebsd.org> From: Anton Berezin Date: Wed, 5 Jun 2002 07:45:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/c2lib Makefile distinfo ports/devel/c2lib/files man3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2002/06/05 07:45:38 PDT Modified files: devel/c2lib Makefile distinfo devel/c2lib/files man3 Log: Update to 1.2.14, assume maintainership. Revision Changes Path 1.10 +5 -2 ports/devel/c2lib/Makefile 1.7 +1 -1 ports/devel/c2lib/distinfo 1.2 +26 -0 ports/devel/c2lib/files/man3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 7:48:59 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 6FE1B37B404; Wed, 5 Jun 2002 07:48:55 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g55EldCd051034; Wed, 5 Jun 2002 16:47:39 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Jake Burkholder Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common ufsread.c src/sys/boot/sparc64/boot1 Makefile boot1.c In-Reply-To: Your message of "Wed, 05 Jun 2002 11:03:03 EDT." <20020605110302.D54588@locore.ca> Date: Wed, 05 Jun 2002 16:47:39 +0200 Message-ID: <51033.1023288459@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 <20020605110302.D54588@locore.ca>, Jake Burkholder writes: >Apparently, On Wed, Jun 05, 2002 at 05:00:53AM -0700, > Poul-Henning Kamp said words to the effect of; > >> phk 2002/06/05 05:00:53 PDT >> >> Modified files: >> sys/boot/common ufsread.c >> sys/boot/sparc64/boot1 Makefile boot1.c >> Log: >> Make sparc64 share ufsread.c with i386. > >Wouldn't it be better to link with this file rather than #including it? In theory yes, but in practice I think not. The various platforms have made different choices for how to deal with stuff like memcpy, strcmp and so on, so I think trying to keep under the size-limits while putting this in a separate object file will be non-trivial. -- 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 Wed Jun 5 8:21: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 6D29637B400; Wed, 5 Jun 2002 08:21:45 -0700 (PDT) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55FLjO97661; Wed, 5 Jun 2002 08:21:45 -0700 (PDT) (envelope-from tmm) Message-Id: <200206051521.g55FLjO97661@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 5 Jun 2002 08:21:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hme if_hmereg.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 tmm 2002/06/05 08:21:44 PDT Modified files: sys/dev/hme if_hmereg.h Log: Don't treat statistics counter wrap-overs as errors. Revision Changes Path 1.2 +3 -10 src/sys/dev/hme/if_hmereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 8:30:36 2002 Delivered-To: cvs-all@freebsd.org Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.135.138.206]) by hub.freebsd.org (Postfix) with ESMTP id B1B2237B403; Wed, 5 Jun 2002 08:30:22 -0700 (PDT) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 17Fcjr-0002Fx-00 (Debian); Wed, 05 Jun 2002 16:30:19 +0100 Date: Wed, 5 Jun 2002 16:30:19 +0100 From: Tony Finch To: Poul-Henning Kamp Cc: Greg 'groggy' Lehey , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020605163019.D16778@chiark.greenend.org.uk> References: <20020605084755.K91379@wantadilla.lemis.com> <50718.1023287177@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <50718.1023287177@critter.freebsd.dk>; from phk@critter.freebsd.dk on Wed, Jun 05, 2002 at 04:26:17PM +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 On Wed, Jun 05, 2002 at 04:26:17PM +0200, Poul-Henning Kamp wrote: > > Ideally, somebody would sit down and write a sntpd(8), which would be a > light-weight, client-side-only NTP daemon without refclock support, > without weird remote-configration stuff and other excess luggage. msntp does all that, IIRC. http://www.hpcf.cam.ac.uk/export/ Tony. -- f.a.n.finch http://dotat.at/ VIKING: SOUTHEASTERLY 4, INCREASING 5 OR 6 IN SOUTHWEST. THUNDERY RAIN AT FIRST. MODERATE OR POOR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 8:32: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 C3FCB37B406; Wed, 5 Jun 2002 08:32:27 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55FWRS99116; Wed, 5 Jun 2002 08:32:27 -0700 (PDT) (envelope-from obrien) Message-Id: <200206051532.g55FWRS99116@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 08:32:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/perl 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/06/05 08:32:27 PDT Modified files: usr.bin/perl Makefile Log: Some things used "#!/usr/bin/perl5" (such as the /usr/local/bin/use.perl on my system). So install a "perl5" wrapper too. Revision Changes Path 1.3 +1 -0 src/usr.bin/perl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 8:35: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mail2.qc.uunet.ca (mail2.qc.uunet.ca [198.168.54.17]) by hub.freebsd.org (Postfix) with ESMTP id 23C8C37B428; Wed, 5 Jun 2002 08:34:42 -0700 (PDT) Received: from Xtanbul ([216.94.147.34]) by mail2.qc.uunet.ca (8.9.3/8.9.3) with ESMTP id LAA25643; Wed, 5 Jun 2002 11:34:20 -0400 Date: Wed, 5 Jun 2002 11:35:02 -0400 Subject: Re: cvs commit: src/etc/defaults rc.conf Content-Type: text/plain; charset=ISO-8859-1; format=flowed Mime-Version: 1.0 (Apple Message framework v481) Cc: Poul-Henning Kamp , "Greg 'groggy' Lehey" , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org To: Tony Finch From: Antoine Beaupre In-Reply-To: <20020605163019.D16778@chiark.greenend.org.uk> Message-Id: Content-Transfer-Encoding: quoted-printable X-Mailer: Apple Mail (2.481) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le mercredi 5 juin 2002, =E0 11:30 AM, Tony Finch a =E9crit : > On Wed, Jun 05, 2002 at 04:26:17PM +0200, Poul-Henning Kamp wrote: >> >> Ideally, somebody would sit down and write a sntpd(8), which would be = a >> light-weight, client-side-only NTP daemon without refclock support, >> without weird remote-configration stuff and other excess luggage. > > msntp does all that, IIRC. > > http://www.hpcf.cam.ac.uk/export/ "The requested URL /export/msntp-1.5.tar.gz was not found on this=20 server." > Tony. A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 8:37: 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 484EF37B411; Wed, 5 Jun 2002 08:36:58 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Faw599405; Wed, 5 Jun 2002 08:36:58 -0700 (PDT) (envelope-from jake) Message-Id: <200206051536.g55Faw599405@freefall.freebsd.org> From: Jake Burkholder Date: Wed, 5 Jun 2002 08:36:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 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/06/05 08:36:57 PDT Modified files: sys/sparc64/sparc64 machdep.c Log: Use pmap_map instead of pmap_kenter to map the message buffer. Its too early for pmap_kenter. Revision Changes Path 1.53 +3 -3 src/sys/sparc64/sparc64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 8:39:45 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 2977237B400; Wed, 5 Jun 2002 08:39:38 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g55FcKCd051793; Wed, 5 Jun 2002 17:38:20 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Tony Finch Cc: "Greg 'groggy' Lehey" , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf In-Reply-To: Your message of "Wed, 05 Jun 2002 16:30:19 BST." <20020605163019.D16778@chiark.greenend.org.uk> Date: Wed, 05 Jun 2002 17:38:20 +0200 Message-ID: <51792.1023291500@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 <20020605163019.D16778@chiark.greenend.org.uk>, Tony Finch writes: >On Wed, Jun 05, 2002 at 04:26:17PM +0200, Poul-Henning Kamp wrote: >> >> Ideally, somebody would sit down and write a sntpd(8), which would be a >> light-weight, client-side-only NTP daemon without refclock support, >> without weird remote-configration stuff and other excess luggage. > >msntp does all that, IIRC. > >http://www.hpcf.cam.ac.uk/export/ (I found a pdf which looks like the correct man-page for this) Well, it does a little bit too little for my taste: it doesn't use the kernel-PLL, it uses adjtime(2). But it would certainly be a great starting point if licenses and such work. -- 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 Wed Jun 5 8:40: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 B0CB137B40F; Wed, 5 Jun 2002 08:40:40 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Feea99721; Wed, 5 Jun 2002 08:40:40 -0700 (PDT) (envelope-from obrien) Message-Id: <200206051540.g55Feea99721@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 08:40:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/include 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/06/05 08:40:40 PDT Modified files: gnu/usr.bin/cc/include Makefile Log: We don't need bsd.dep.mk here. Revision Changes Path 1.2 +0 -1 src/gnu/usr.bin/cc/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 8:52: 4 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 2D2D437B404; Wed, 5 Jun 2002 08:51:58 -0700 (PDT) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g55G9bA66735; Wed, 5 Jun 2002 12:09:37 -0400 (EDT) (envelope-from jake) Date: Wed, 5 Jun 2002 12:09:37 -0400 From: Jake Burkholder To: John Baldwin Cc: Ruslan Ermilov , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sparc64/fpu fpu_qp.c Message-ID: <20020605120937.E54588@locore.ca> References: <20020605084010.GM17609@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: ; from jhb@FreeBSD.org on Wed, Jun 05, 2002 at 09:08:17AM -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 Apparently, On Wed, Jun 05, 2002 at 09:08:17AM -0400, John Baldwin said words to the effect of; > > On 05-Jun-2002 Ruslan Ermilov wrote: > > On Tue, Jun 04, 2002 at 10:02:27AM -0700, Jake Burkholder wrote: > >> jake 2002/06/04 10:02:27 PDT > >> > >> Modified files: > >> lib/libc/sparc64/fpu fpu_qp.c > >> Log: > >> Implement _Qp_sqrt. I've been unable to find a C program that gcc generates > >> a call to this for, but apparently somehing in libstdc++ does. > >> > >> Revision Changes Path > >> 1.2 +14 -0 src/lib/libc/sparc64/fpu/fpu_qp.c > >> > > Cool! > > > > /me watches if sparc64 is buildable again. > > Built world for me. c++ binaries still don't work though. :-/ You still get a signal 10? > > -- > > 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 Jun 5 8:52:43 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 5796E37B406; Wed, 5 Jun 2002 08:52:16 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 17Fd4h-0000iZ-00; Wed, 05 Jun 2002 22:51:51 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 17Fd4h-0000iN-00; Wed, 05 Jun 2002 22:51:51 +0700 Received: (from danfe@localhost) by regency.nsu.ru (8.11.6/8.11.6) id g55FrQW24814; Wed, 5 Jun 2002 22:53:26 +0700 (NOVST) (envelope-from danfe) Date: Wed, 5 Jun 2002 22:53:26 +0700 From: Alexey Dokuchaev To: Antoine Beaupre Cc: Tony Finch , Poul-Henning Kamp , "Greg 'groggy' Lehey" , John Baldwin , cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020605225326.A23095@regency.nsu.ru> References: <20020605163019.D16778@chiark.greenend.org.uk> 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 anarcat@anarcat.ath.cx on Wed, Jun 05, 2002 at 11:35:02AM -0400 X-Envelope-To: cvs-committers@freebsd.org, cvs-all@freebsd.org, jhb@freebsd.org, grog@freebsd.org, phk@critter.freebsd.dk, dot@dotat.at, anarcat@anarcat.ath.cx Sender: owner-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, Jun 05, 2002 at 11:35:02AM -0400, Antoine Beaupre wrote: > > Le mercredi 5 juin 2002, a 11:30 AM, Tony Finch a ecrit : > > > On Wed, Jun 05, 2002 at 04:26:17PM +0200, Poul-Henning Kamp wrote: > >> > >> Ideally, somebody would sit down and write a sntpd(8), which would be a > >> light-weight, client-side-only NTP daemon without refclock support, > >> without weird remote-configration stuff and other excess luggage. > > > > msntp does all that, IIRC. > > > > http://www.hpcf.cam.ac.uk/export/ > > "The requested URL /export/msntp-1.5.tar.gz was not found on this > server." ftp://ftp.isst.fhg.de/pub/network/inet/ntp/msntp-1.3.tar.gz ftp://ftp.belwue.de/pub/unix/msntp-1.3.tar.gz ftp://ftp.ath.cena.fr/pub/system/time/msntp-1.3.tar.gz ftp://ftp.boulder.ibm.com/s390/zos/tools/msntp/msntp-1.6.tar.gz ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 9:11: 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 0449E37B400; Wed, 5 Jun 2002 09:11:01 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55GB0o07063; Wed, 5 Jun 2002 09:11:00 -0700 (PDT) (envelope-from obrien) Message-Id: <200206051611.g55GB0o07063@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 09:11:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 obrien 2002/06/05 09:11:00 PDT Modified files: gnu/usr.bin/cc/cc_tools freebsd-native.h Log: Search the "backward" C++ compatibility include dir also. Revision Changes Path 1.18 +1 -0 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 Wed Jun 5 9:56:14 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 4763237B401; Wed, 5 Jun 2002 09:56:09 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 0CF70AE1C1; Wed, 5 Jun 2002 09:56:09 -0700 (PDT) Date: Wed, 5 Jun 2002 09:56:09 -0700 From: Alfred Perlstein 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 freebsd-native.h Message-ID: <20020605165608.GE88163@elvis.mu.org> References: <200206051611.g55GB0o07063@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206051611.g55GB0o07063@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 * David E. O'Brien [020605 09:11] wrote: > obrien 2002/06/05 09:11:00 PDT > > Modified files: > gnu/usr.bin/cc/cc_tools freebsd-native.h > Log: > Search the "backward" C++ compatibility include dir also. > > Revision Changes Path > 1.18 +1 -0 src/gnu/usr.bin/cc/cc_tools/freebsd-native.h Should UPDATING be updated to tell people to remove stale headers from /usr/include/g++/*.[ch] ? -- -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 Wed Jun 5 10: 2: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 4C83437B401; Wed, 5 Jun 2002 10:02:38 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55H2cU12700; Wed, 5 Jun 2002 10:02:38 -0700 (PDT) (envelope-from obrien) Message-Id: <200206051702.g55H2cU12700@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 10:02:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu Makefile src/gnu/include 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/06/05 10:02:38 PDT Modified files: gnu Makefile Removed files: gnu/include Makefile Log: We haven't used this libg++ header since 1999/04/05 05:36:37. Revision Changes Path 1.36 +1 -1 src/gnu/Makefile 1.11 +0 -6 src/gnu/include/Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 10: 6:15 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 63DB937B405; Wed, 5 Jun 2002 10:06:07 -0700 (PDT) Received: by mail1.zer0.org (Postfix, from userid 1001) id 182E8239A0D; Wed, 5 Jun 2002 10:06:07 -0700 (PDT) Date: Wed, 5 Jun 2002 10:06:07 -0700 From: Gregory Sutter To: Luke Mewburn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c Message-ID: <20020605170606.GJ92646@klapaucius.zer0.org> References: <200112132346.fBDNkjb93484@freefall.freebsd.org> <20020528070221.GB53736@sunbay.com> <20020605052805.GG26622@wasabisystems.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDymnuGqqhW10CwH" Content-Disposition: inline In-Reply-To: <20020605052805.GG26622@wasabisystems.com> 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 --qDymnuGqqhW10CwH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2002-06-05 15:28 +1000, Luke Mewburn wrote: > On Tue, May 28, 2002 at 10:02:21AM +0300, Ruslan Ermilov wrote: > | On Thu, Dec 13, 2001 at 03:46:45PM -0800, Mike Heffner wrote: > | > mikeh 2001/12/13 15:46:45 PST > | >=20 > | > Modified files: > | > usr.bin/ftp Makefile=20 > | > Removed files: > | > usr.bin/ftp cmds.c cmdtab.c complete.c domacro.c=20 > | > extern.h fetch.c ftp.1 ftp.c ftp_var.h=20 > | > main.c pathnames.h ruserpass.c util.c=20 > | > Log: > | > Connect lukemftp to the build as the default ftp client. Lukemftp > | > supports most of the previous features of FreeBSD ftp, but has be= en > | > better maintained and includes new features. > | > =20 > | lukemftp(1) does not honor locale. >=20 > Yet another reason for me to resync lukemftp with the NetBSD version, > since the latter has since 2001/01/09. That would be great. Do it please! Greg --=20 Gregory S. Sutter The best way to accelerate Windows mailto:gsutter@zer0.org is at 9.8 m/s^2. http://www.zer0.org/~gsutter/=20 hkp://wwwkeys.pgp.net/0x845DFEDD --qDymnuGqqhW10CwH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Comment: '' iD8DBQE8/kT+IBUx1YRd/t0RAvZsAJ9ZcHAiOD8XjmvszJRWkmFE9jLqKACgi9Z7 uoOH4N28w3Gp0LTKlTjMUZY= =shJs -----END PGP SIGNATURE----- --qDymnuGqqhW10CwH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 10:31: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 591E337B406; Wed, 5 Jun 2002 10:31:44 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55HVin19662; Wed, 5 Jun 2002 10:31:44 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206051731.g55HVin19662@freefall.freebsd.org> From: "J. Mallett" Date: Wed, 5 Jun 2002 10:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.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/06/05 10:31:44 PDT Modified files: bin/ps ps.c Log: Comma seperate format lists, since space is no longer up to the task. Poked by: David Wolfskill Pointy hat to: jmallett Revision Changes Path 1.52 +6 -6 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 10:37: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 9EB4537B405; Wed, 5 Jun 2002 10:37:48 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Hbmh20048; Wed, 5 Jun 2002 10:37:48 -0700 (PDT) (envelope-from ru) Message-Id: <200206051737.g55Hbmh20048@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Jun 2002 10:37:48 -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 ru 2002/06/05 10:37:48 PDT Modified files: usr.bin/xinstall xinstall.c Log: Start the (overdue) de-orbit sequence for the -d -C combo, as was promised in revision 1.43. MFC after: 1 month Revision Changes Path 1.55 +1 -8 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 Jun 5 11:11: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 EBC9237B40B; Wed, 5 Jun 2002 11:11:25 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55IBPJ27894; Wed, 5 Jun 2002 11:11:25 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206051811.g55IBPJ27894@freefall.freebsd.org> From: "J. Mallett" Date: Wed, 5 Jun 2002 11:11:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.c print.c ps.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/06/05 11:11:25 PDT Modified files: bin/ps keyword.c print.c ps.c Log: Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [or realloc(3)] happens to fail, everywhere in ps(1). Discussed with: bde, charnier (a while ago) fmt_argv() can no longer return NULL, so don't bother checking. Submitted by: bde Revision Changes Path 1.43 +2 -2 src/bin/ps/keyword.c 1.61 +2 -2 src/bin/ps/print.c 1.53 +4 -6 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 11: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 BEEB137B401; Wed, 5 Jun 2002 11:29:26 -0700 (PDT) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55ITQ529647; Wed, 5 Jun 2002 11:29:26 -0700 (PDT) (envelope-from kbyanc) Message-Id: <200206051829.g55ITQ529647@freefall.freebsd.org> From: Kelly Yancey Date: Wed, 5 Jun 2002 11:29:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat route.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/06/05 11:29:26 PDT Modified files: usr.bin/netstat route.c Log: Use calculated column widths for the routing table display when -W is supplied rather than arbitrarily larger widths. This (almost) guarantees that no columns will be truncated (routing table additions between the width calculation and display passes may create a row with column widths larger than those calculated). Sponsored by: NTT Multimedia Communications Labs Revision Changes Path 1.66 +208 -55 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 11:34: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 3F17837B407; Wed, 5 Jun 2002 11:34:09 -0700 (PDT) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55IY9k30300; Wed, 5 Jun 2002 11:34:09 -0700 (PDT) (envelope-from ambrisko) Message-Id: <200206051834.g55IY9k30300@freefall.freebsd.org> From: Doug Ambrisko Date: Wed, 5 Jun 2002 11:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.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/06/05 11:34:09 PDT Modified files: sys/dev/fxp if_fxp.c Log: Add device id. for fxp chip on Intel D845EPT2L boards. This seems to make the onboard NIC work. Sponsored by: Vernier Networks MFC after: 1 day Revision Changes Path 1.130 +1 -0 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 12: 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 76D0837B408; Wed, 5 Jun 2002 12:00:03 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55J02134679; Wed, 5 Jun 2002 12:00:02 -0700 (PDT) (envelope-from gibbs) Message-Id: <200206051900.g55J02134679@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 5 Jun 2002 12:00:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb ddb.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 gibbs 2002/06/05 12:00:02 PDT Modified files: sys/ddb ddb.h Log: Allow DB_SET() to set all fields in the ddb command structure. This allows external ddb commands to do anyting an internal command can do, including non-standard argument parsing if desired. Revision Changes Path 1.28 +5 -5 src/sys/ddb/ddb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 12: 5: 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 436FA37B405; Wed, 5 Jun 2002 12:05:02 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55J52S35581; Wed, 5 Jun 2002 12:05:02 -0700 (PDT) (envelope-from gibbs) Message-Id: <200206051905.g55J52S35581@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 5 Jun 2002 12:05:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_iu.h scsi_message.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 gibbs 2002/06/05 12:05:02 PDT Modified files: sys/cam/scsi scsi_message.h Added files: sys/cam/scsi scsi_iu.h Log: scsi_message.h: Include PPR option bits defined in SPI4. scsi_iu.h: Add data structures releated to parallel SCSI information units for use in SPI4 packetized protocol. Revision Changes Path 1.1 +32 -0 src/sys/cam/scsi/scsi_iu.h (new) 1.6 +12 -7 src/sys/cam/scsi/scsi_message.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 12:10: 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 C3A1A37B403; Wed, 5 Jun 2002 12:09:56 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55J9uZ39830; Wed, 5 Jun 2002 12:09:56 -0700 (PDT) (envelope-from demon) Message-Id: <200206051909.g55J9uZ39830@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 5 Jun 2002 12:09:56 -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/06/05 12:09:56 PDT Modified files: www/calamaris Makefile distinfo Log: Update to 2.49. Revision Changes Path 1.21 +3 -3 ports/www/calamaris/Makefile 1.17 +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 Wed Jun 5 12:11: 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 D425737B40E; Wed, 5 Jun 2002 12:10:57 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55JAvh40468; Wed, 5 Jun 2002 12:10:57 -0700 (PDT) (envelope-from gibbs) Message-Id: <200206051910.g55JAvh40468@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 5 Jun 2002 12:10:57 -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: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/06/05 12:10:57 PDT Modified files: sys/cam/scsi scsi_all.c Log: Add the 160MHz syncrate to scsi_calc_syncrate() sync period exception table. Revision Changes Path 1.35 +7 -6 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 Jun 5 12:12: 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 51D7E37B400; Wed, 5 Jun 2002 12:11:59 -0700 (PDT) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55JBxZ40564; Wed, 5 Jun 2002 12:11:59 -0700 (PDT) (envelope-from demon) Message-Id: <200206051911.g55JBxZ40564@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 5 Jun 2002 12:11:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/calamaris 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 demon 2002/06/05 12:11:59 PDT Modified files: www/calamaris pkg-descr Log: Correct a typo. Revision Changes Path 1.4 +1 -1 ports/www/calamaris/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 Jun 5 12:15:31 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 64FA437B409 for ; Wed, 5 Jun 2002 12:15:20 -0700 (PDT) Received: (qmail 4998 invoked from network); 5 Jun 2002 19:15:19 -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 ; 5 Jun 2002 19:15:19 -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 g55JFGF57589; Wed, 5 Jun 2002 15:15:17 -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: <20020605120937.E54588@locore.ca> Date: Wed, 05 Jun 2002 15:15:01 -0400 (EDT) From: John Baldwin To: Jake Burkholder Subject: Re: cvs commit: src/lib/libc/sparc64/fpu fpu_qp.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov Sender: owner-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 05-Jun-2002 Jake Burkholder wrote: > Apparently, On Wed, Jun 05, 2002 at 09:08:17AM -0400, > John Baldwin said words to the effect of; > >> >> On 05-Jun-2002 Ruslan Ermilov wrote: >> > On Tue, Jun 04, 2002 at 10:02:27AM -0700, Jake Burkholder wrote: >> >> jake 2002/06/04 10:02:27 PDT >> >> >> >> Modified files: >> >> lib/libc/sparc64/fpu fpu_qp.c >> >> Log: >> >> Implement _Qp_sqrt. I've been unable to find a C program that gcc generates >> >> a call to this for, but apparently somehing in libstdc++ does. >> >> >> >> Revision Changes Path >> >> 1.2 +14 -0 src/lib/libc/sparc64/fpu/fpu_qp.c >> >> >> > Cool! >> > >> > /me watches if sparc64 is buildable again. >> >> Built world for me. c++ binaries still don't work though. :-/ > > You still get a signal 10? Yes. -- 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 Jun 5 12:37: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 A8A4637B404; Wed, 5 Jun 2002 12:37:16 -0700 (PDT) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55JbGA45374; Wed, 5 Jun 2002 12:37:16 -0700 (PDT) (envelope-from jeh) Message-Id: <200206051937.g55JbGA45374@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 5 Jun 2002 12:37:16 -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/06/05 12:37:16 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4206 Revision Changes Path 1.100 +1 -1 ports/security/uvscan-dat/Makefile 1.98 +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 Jun 5 12:52: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 B2CCC37B400; Wed, 5 Jun 2002 12:52:45 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Jqjf47169; Wed, 5 Jun 2002 12:52:45 -0700 (PDT) (envelope-from gibbs) Message-Id: <200206051952.g55Jqjf47169@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 5 Jun 2002 12:52:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.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 gibbs 2002/06/05 12:52:45 PDT Added files: sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c Log: Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-X SCSI Controller chip. Revision Changes Path 1.1 +302 -0 src/sys/dev/aic7xxx/ahd_pci.c (new) 1.1 +8345 -0 src/sys/dev/aic7xxx/aic79xx.c (new) 1.1 +1298 -0 src/sys/dev/aic7xxx/aic79xx.h (new) 1.1 +3716 -0 src/sys/dev/aic7xxx/aic79xx.reg (new) 1.1 +1723 -0 src/sys/dev/aic7xxx/aic79xx.seq (new) 1.1 +997 -0 src/sys/dev/aic7xxx/aic79xx_inline.h (new) 1.1 +1992 -0 src/sys/dev/aic7xxx/aic79xx_osm.c (new) 1.1 +577 -0 src/sys/dev/aic7xxx/aic79xx_osm.h (new) 1.1 +792 -0 src/sys/dev/aic7xxx/aic79xx_pci.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 Jun 5 13: 1:37 2002 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 54BFE37B400; Wed, 5 Jun 2002 13:01:32 -0700 (PDT) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.6/8.11.5) with ESMTP id g55JwO928311; Wed, 5 Jun 2002 13:58:24 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Message-Id: <200206051958.g55JwO928311@aslan.scsiguy.com> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c In-Reply-To: Your message of "Wed, 05 Jun 2002 12:52:45 PDT." <200206051952.g55Jqjf47169@freefall.freebsd.org> Date: Wed, 05 Jun 2002 13:58:24 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >gibbs 2002/06/05 12:52:45 PDT > > Added files: > sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx.reg > aic79xx.seq aic79xx_inline.h > aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c > Log: > Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-X > SCSI Controller chip. I will integrate this into the build once I can get a functional compiler on our -current box to test the integration on. Unfortunately I'm still struggling through a buildworld. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 13: 5: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 D22EC37B407; Wed, 5 Jun 2002 13:05:40 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55K5e952363; Wed, 5 Jun 2002 13:05:40 -0700 (PDT) (envelope-from marcus) Message-Id: <200206052005.g55K5e952363@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 5 Jun 2002 13:05:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/AbiWord Makefile distinfo pkg-plist ports/editors/AbiWord/files patch-an X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/05 13:05:40 PDT Modified files: editors/AbiWord Makefile distinfo pkg-plist editors/AbiWord/files patch-an Log: Update to 1.0.2. Revision Changes Path 1.47 +1 -1 ports/editors/AbiWord/Makefile 1.20 +1 -1 ports/editors/AbiWord/distinfo 1.4 +6 -6 ports/editors/AbiWord/files/patch-an 1.19 +2 -0 ports/editors/AbiWord/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 Jun 5 13:12: 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 CB58637B408 for ; Wed, 5 Jun 2002 13:11:55 -0700 (PDT) Received: (qmail 21840 invoked from network); 5 Jun 2002 20:11: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 ; 5 Jun 2002 20:11:55 -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 g55KBrF58390; Wed, 5 Jun 2002 16:11: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: <200206051952.g55Jqjf47169@freefall.freebsd.org> Date: Wed, 05 Jun 2002 16:11:40 -0400 (EDT) From: John Baldwin To: "Justin T. Gibbs" Subject: RE: cvs commit: src/sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx. 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 05-Jun-2002 Justin T. Gibbs wrote: > gibbs 2002/06/05 12:52:45 PDT > > Added files: > sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx.reg > aic79xx.seq aic79xx_inline.h > aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c > Log: > Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-X > SCSI Controller chip. Woot! Cool. -- 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 Jun 5 13:13: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 B181937B401; Wed, 5 Jun 2002 13:13:50 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55KDos53291; Wed, 5 Jun 2002 13:13:50 -0700 (PDT) (envelope-from jhb) Message-Id: <200206052013.g55KDos53291@freefall.freebsd.org> From: John Baldwin Date: Wed, 5 Jun 2002 13:13:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall modules.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 jhb 2002/06/05 13:13:50 PDT Modified files: (Branch: RELENG_4) release/sysinstall modules.c Log: MFC r1.4 - backout previous revision and ignore error returns of EEXIST from kldload(2) to properly handle the case where we kldload(2) a module that is already loaded or compiled into the kernel. Approved by: re (murray) Revision Changes Path 1.2.2.4 +3 -7 src/release/sysinstall/modules.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 13:16: 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 704D937B406; Wed, 5 Jun 2002 13:15:55 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55KFtW53444; Wed, 5 Jun 2002 13:15:55 -0700 (PDT) (envelope-from marcus) Message-Id: <200206052015.g55KFtW53444@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 5 Jun 2002 13:15:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gnomeprint Makefile distinfo pkg-plist ports/print/gnomeprint/files 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/06/05 13:15:55 PDT Modified files: print/gnomeprint Makefile distinfo pkg-plist Added files: print/gnomeprint/files patch-po::Makefile.in.in Log: Update to 0.36. Revision Changes Path 1.44 +1 -1 ports/print/gnomeprint/Makefile 1.20 +1 -1 ports/print/gnomeprint/distinfo 1.3 +14 -0 ports/print/gnomeprint/files/patch-po::Makefile.in.in (new) 1.25 +1 -1 ports/print/gnomeprint/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 Jun 5 13:21: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 D5AB037B401; Wed, 5 Jun 2002 13:21:40 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55KLeI54246; Wed, 5 Jun 2002 13:21:40 -0700 (PDT) (envelope-from rwatson) Message-Id: <200206052021.g55KLeI54246@freefall.freebsd.org> From: Robert Watson Date: Wed, 5 Jun 2002 13:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/05 13:21:40 PDT Modified files: . UPDATING Log: Slightly modify the UPDATING text to indicate that -gstabs+ is a gcc flag to replace -g. This works around slight obtuseness in the developer. (me :-). Revision Changes Path 1.211 +1 -1 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 Jun 5 13:26: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 342F437B408; Wed, 5 Jun 2002 13:26:11 -0700 (PDT) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55KQB754526; Wed, 5 Jun 2002 13:26:11 -0700 (PDT) (envelope-from dwmalone) Message-Id: <200206052026.g55KQB754526@freefall.freebsd.org> From: David Malone Date: Wed, 5 Jun 2002 13:26:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.8 wicontrol.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/06/05 13:26:11 PDT Modified files: (Branch: RELENG_4) usr.sbin/wicontrol wicontrol.8 wicontrol.c Log: MFC: Valid range for RTS threshold is actually 0 to 2347. Fix typo in usage message. Revision Changes Path 1.14.2.9 +2 -2 src/usr.sbin/wicontrol/wicontrol.8 1.9.2.5 +3 -3 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 13:27:23 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 D45D237B404; Wed, 5 Jun 2002 13:27:15 -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 GAA11938; Thu, 6 Jun 2002 06:27:13 +1000 Date: Thu, 6 Jun 2002 06:31:06 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Ruslan Ermilov Cc: Dag-Erling Smorgrav , , Subject: Re: cvs commit: src/usr.bin Makefile In-Reply-To: <20020605070347.GE17609@sunbay.com> Message-ID: <20020606062451.T8685-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, 5 Jun 2002, Ruslan Ermilov wrote: > On Tue, Jun 04, 2002 at 08:20:12AM -0700, Dag-Erling Smorgrav wrote: > > des 2002/06/04 08:20:12 PDT > > > > Modified files: > > usr.bin Makefile > > Log: > > Don't build perl if NO_PERL is defined. > > > > Revision Changes Path > > 1.208 +4 -1 src/usr.bin/Makefile > > > Please re-add NO_PERL back to the make.conf(5) manpage then. And please spell it correctly (as NOPERL) and put it in examples/etc/make.conf. The perl5 port only supports its correct spelling. But maybe the wrapper can (and should) co-exist with the real perl, so the correct fix is to back out rev the above commit. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 13:28:35 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 3138837B401; Wed, 5 Jun 2002 13:28:29 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 5 Jun 2002 21:28:28 +0100 (BST) Date: Wed, 5 Jun 2002 21:28:28 +0100 From: David Malone To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/wicontrol wicontrol.8 wicontrol.c Message-ID: <20020605202828.GA15551@walton.maths.tcd.ie> References: <200206052026.g55KQB754526@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206052026.g55KQB754526@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 Wed, Jun 05, 2002 at 01:26:11PM -0700, David Malone wrote: > dwmalone 2002/06/05 13:26:11 PDT > > Modified files: (Branch: RELENG_4) > usr.sbin/wicontrol wicontrol.8 wicontrol.c > Log: > MFC: Valid range for RTS threshold is actually 0 to 2347. > Fix typo in usage message. Approved by: re (bmah) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 13:30: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 5369E37B403; Wed, 5 Jun 2002 13:30:37 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55KUb654960; Wed, 5 Jun 2002 13:30:37 -0700 (PDT) (envelope-from phk) Message-Id: <200206052030.g55KUb654960@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 5 Jun 2002 13:30:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_bsd.c geom_mbr.c geom_subr.c geom_sunlabel.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/06/05 13:30:37 PDT Modified files: sys/geom geom.h geom_bsd.c geom_mbr.c geom_subr.c geom_sunlabel.c Log: Change the registration of magic spaces so it does its own memory management. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.18 +2 -2 src/sys/geom/geom.h 1.16 +7 -9 src/sys/geom/geom_bsd.c 1.11 +3 -4 src/sys/geom/geom_mbr.c 1.11 +29 -18 src/sys/geom/geom_subr.c 1.11 +1 -2 src/sys/geom/geom_sunlabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 14: 3: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 3D89937B404; Wed, 5 Jun 2002 14:03:38 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55L3c958595; Wed, 5 Jun 2002 14:03:38 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206052103.g55L3c958595@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 5 Jun 2002 14:03:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-game 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/06/05 14:03:38 PDT Modified files: devel/py-game Makefile distinfo pkg-plist Log: Update to 1.5. Revision Changes Path 1.17 +1 -1 ports/devel/py-game/Makefile 1.10 +1 -1 ports/devel/py-game/distinfo 1.11 +4 -4 ports/devel/py-game/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 Jun 5 14: 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 CCCC837B404; Wed, 5 Jun 2002 14:04:49 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55L4n359205; Wed, 5 Jun 2002 14:04:49 -0700 (PDT) (envelope-from tobez) Message-Id: <200206052104.g55L4n359205@freefall.freebsd.org> From: Anton Berezin Date: Wed, 5 Jun 2002 14:04:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian Makefile ports/russian/p5-cyrillic 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 tobez 2002/06/05 14:04:49 PDT Modified files: russian Makefile Added files: russian/p5-cyrillic Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-cyrillic 2.09, library for fast and easy cyrillic text manipulation. PR: 38030 Submitted by: Anatoliy Dmytriyev Revision Changes Path 1.42 +1 -0 ports/russian/Makefile 1.1 +22 -0 ports/russian/p5-cyrillic/Makefile (new) 1.1 +1 -0 ports/russian/p5-cyrillic/distinfo (new) 1.1 +1 -0 ports/russian/p5-cyrillic/pkg-comment (new) 1.1 +7 -0 ports/russian/p5-cyrillic/pkg-descr (new) 1.1 +3 -0 ports/russian/p5-cyrillic/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 Jun 5 14: 4: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 DDBD737B408; Wed, 5 Jun 2002 14:04:51 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55L4pn59239; Wed, 5 Jun 2002 14:04:51 -0700 (PDT) (envelope-from tobez) Message-Id: <200206052104.g55L4pn59239@freefall.freebsd.org> From: Anton Berezin Date: Wed, 5 Jun 2002 14: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 tobez 2002/06/05 14:04:51 PDT Modified files: . modules Log: ru-p5-cyrillic --> ports/russian/p5-cyrillic Revision Changes Path 1.5291 +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 Jun 5 14:16: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 430F437B404; Wed, 5 Jun 2002 14:16:29 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LGTB64639; Wed, 5 Jun 2002 14:16:29 -0700 (PDT) (envelope-from tobez) Message-Id: <200206052116.g55LGTB64639@freefall.freebsd.org> From: Anton Berezin Date: Wed, 5 Jun 2002 14:16:29 -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 tobez 2002/06/05 14:16:29 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Anatoliy Dmytriyev to the additional contributors section, for his several ports. Revision Changes Path 1.196 +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 Wed Jun 5 14:21:21 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 9D4F237B400; Wed, 5 Jun 2002 14:21:13 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2DD9166C49; Wed, 5 Jun 2002 14:21:13 -0700 (PDT) Date: Wed, 5 Jun 2002 14:21:12 -0700 From: Kris Kennaway To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/perforce Makefile distinfo Message-ID: <20020605142112.A93949@xor.obsecurity.org> References: <200206051257.g55CvOP68447@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206051257.g55CvOP68447@freefall.freebsd.org>; from knu@FreeBSD.org on Wed, Jun 05, 2002 at 05:57:24AM -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 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 05, 2002 at 05:57:24AM -0700, Akinori MUSHA wrote: > knu 2002/06/05 05:57:24 PDT >=20 > Modified files: > devel/perforce Makefile distinfo=20 > Log: > p4d seems to have been replaced on the ftp site on the day before > yesterday. > =20 > Submitted by: roam Please don't do this, especially since there have been two successfully trojaned distfiles lately! If this is a binary port then ask the authors - in the meantime, can you please revert it? Kris --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/oDIWry0BWjoQKURAnhCAKCQ2KWSopp7KaXLKkqwSLC41j+zuwCfY4Y3 S7mldWM2arqt3RiTdsp7J1Q= =v2Iz -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 14:25: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 DFBF237B401; Wed, 5 Jun 2002 14:25:33 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LPXU65639; Wed, 5 Jun 2002 14:25:33 -0700 (PDT) (envelope-from des) Message-Id: <200206052125.g55LPXU65639@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 14:25:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch Makefile src/lib/libfetch 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/06/05 14:25:33 PDT Modified files: usr.bin/fetch Makefile lib/libfetch Makefile Log: During buildworld, "regular" libraries are built before crypto stuff, so libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch until we can figure out how to fix this. Revision Changes Path 1.28 +2 -2 src/lib/libfetch/Makefile 1.7 +4 -0 src/usr.bin/fetch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 14: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 A9C7737B404; Wed, 5 Jun 2002 14:28:47 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LSlI65811; Wed, 5 Jun 2002 14:28:47 -0700 (PDT) (envelope-from des) Message-Id: <200206052128.g55LSlI65811@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 14:28:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch 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/06/05 14:28:47 PDT Modified files: usr.bin/fetch Makefile Log: Figures they had to call it NOCRYPT instead of NOCRYPTO. Revision Changes Path 1.8 +1 -1 src/usr.bin/fetch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 14:30: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 51D1A37B400; Wed, 5 Jun 2002 14:30:46 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LUkm66276; Wed, 5 Jun 2002 14:30:46 -0700 (PDT) (envelope-from obrien) Message-Id: <200206052130.g55LUkm66276@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 14:30:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/cc/f77 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/06/05 14:30:46 PDT Modified files: gnu/usr.bin/cc/cc Makefile gnu/usr.bin/cc/cpp Makefile gnu/usr.bin/cc/f77 Makefile Log: The best we can do about man pages for the moment. Revision Changes Path 1.28 +0 -1 src/gnu/usr.bin/cc/cc/Makefile 1.22 +5 -1 src/gnu/usr.bin/cc/cpp/Makefile 1.17 +0 -1 src/gnu/usr.bin/cc/f77/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 14: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 135E137B404; Wed, 5 Jun 2002 14:31:38 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LVcj66489; Wed, 5 Jun 2002 14:31:38 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206052131.g55LVcj66489@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 5 Jun 2002 14:31:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin 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/06/05 14:31:37 PDT Modified files: sysutils/webmin distinfo Log: Chase distfile checksum. Changes: cluster-software/index.cgi cluster-useradmin/index.cgi A prefix has been added to icon file paths. feedback.cgi Added Content-Type and Content-Transfer-Encoding headers. mysql/config mysql/config-aix mysql/config-cobalt-linux mysql/config-debian-linux mysql/config-debian-linux-2.2 mysql/config-debian-linux-3.0 mysql/config-freebsd mysql/config-mandrake-linux mysql/config-msc-linux mysql/config-netbsd mysql/config-open-linux mysql/config-redhat-linux mysql/config-redhat-linux-7.0 mysql/config-redhat-linux-7.1 mysql/config-redhat-linux-7.2 mysql/config-redhat-linux-7.3 mysql/config-slackware-linux-8.0 mysql/config-suse-linux mysql/config-suse-linux-7.1 mysql/config-suse-linux-7.2 mysql/config-suse-linux-7.3 mysql/config-suse-linux-8.0 mysql/config-turbo-linux Add default "access" value to mysql module configuration files ("access=*: *"). Noticed by: Colin Legendre Revision Changes Path 1.85 +1 -1 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 Wed Jun 5 14:35: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 A87CF37B407; Wed, 5 Jun 2002 14:35:35 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LZZr66762; Wed, 5 Jun 2002 14:35:35 -0700 (PDT) (envelope-from des) Message-Id: <200206052135.g55LZZr66762@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 14:35:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch Makefile common.c common.h http.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/06/05 14:35:35 PDT Modified files: lib/libfetch Makefile common.c common.h http.c Log: Make SSL support conditional on NOCRYPT. Revision Changes Path 1.29 +3 -0 src/lib/libfetch/Makefile 1.29 +11 -0 src/lib/libfetch/common.c 1.23 +4 -0 src/lib/libfetch/common.h 1.59 +3 -0 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 14:37: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 1A58437B401; Wed, 5 Jun 2002 14:37:05 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Lb5266924; Wed, 5 Jun 2002 14:37:05 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206052137.g55Lb5266924@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 5 Jun 2002 14:37:05 -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/06/05 14:37:05 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update modules: passwd, cpan. Revision Changes Path 1.112 +2 -1 ports/sysutils/webmin/Makefile 1.86 +2 -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 Wed Jun 5 14:43: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 5EA8737B404; Wed, 5 Jun 2002 14:43:15 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LhFL67832; Wed, 5 Jun 2002 14:43:15 -0700 (PDT) (envelope-from kris) Message-Id: <200206052143.g55LhFL67832@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jun 2002 14:43:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13/files patch-..::ext::plugin::build::solaris::GNUmakefile patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c patch-..::ext::plugin::oji-plugin::src::motif::resources::ja::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::ko.UTF-8::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::ko::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh.GBK::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW.BIG5::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW::sunw_java_plugin.po patch-..::src::solaris::classes::sun::awt::motif::font.properties.zh_TW.bsd patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS.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 kris 2002/06/05 14:43:15 PDT Added files: java/jdk13/files patch-GNUmakefile patch-HAE_API_BSDOS.c patch-HAE_API_BSDOS_Capture.c patch-font.properties.zh_TW.bsd patch-ja::sunw_java_plugin.po patch-ko.UTF-8::sunw_java_plugin.po patch-ko::sunw_java_plugin.po patch-native.c patch-zb.GBK::sunw_java_plugin.po patch-zh::sunw_java_plugin.po patch-zh_TW.BIG5::sunw_java_plugin.po patch-zh_TW::sunw_java_plugin.po Removed files: java/jdk13/files patch-..::ext::plugin::build::solaris::GNUmakefile patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c patch-..::ext::plugin::oji-plugin::src::motif::resources::ja::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::ko.UTF-8::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::ko::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh.GBK::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW.BIG5::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW::sunw_java_plugin.po patch-..::src::solaris::classes::sun::awt::motif::font.properties.zh_TW.bsd patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS.c patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS_Capture.c Log: Rename monstrously long patch filenames that were causing tar to exceed length limitations (100 characters) and fail. Revision Changes Path 1.4 +0 -14 ports/java/jdk13/files/patch-..::ext::plugin::build::solaris::GNUmakefile (dead) 1.2 +0 -31 ports/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c (dead) 1.2 +0 -25 ports/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ja::sunw_java_plugin.po (dead) 1.2 +0 -25 ports/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ko.UTF-8::sunw_java_plugin.po (dead) 1.2 +0 -25 ports/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::ko::sunw_java_plugin.po (dead) 1.2 +0 -25 ports/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh.GBK::sunw_java_plugin.po (dead) 1.2 +0 -25 ports/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh::sunw_java_plugin.po (dead) 1.2 +0 -25 ports/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW.BIG5::sunw_java_plugin.po (dead) 1.2 +0 -25 ports/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW::sunw_java_plugin.po (dead) 1.2 +0 -240 ports/java/jdk13/files/patch-..::src::solaris::classes::sun::awt::motif::font.properties.zh_TW.bsd (dead) 1.2 +0 -16 ports/java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS.c (dead) 1.2 +0 -16 ports/java/jdk13/files/patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS_Capture.c (dead) 1.1 +14 -0 ports/java/jdk13/files/patch-GNUmakefile (new) 1.1 +16 -0 ports/java/jdk13/files/patch-HAE_API_BSDOS.c (new) 1.1 +16 -0 ports/java/jdk13/files/patch-HAE_API_BSDOS_Capture.c (new) 1.1 +240 -0 ports/java/jdk13/files/patch-font.properties.zh_TW.bsd (new) 1.1 +25 -0 ports/java/jdk13/files/patch-ja::sunw_java_plugin.po (new) 1.1 +25 -0 ports/java/jdk13/files/patch-ko.UTF-8::sunw_java_plugin.po (new) 1.1 +25 -0 ports/java/jdk13/files/patch-ko::sunw_java_plugin.po (new) 1.1 +31 -0 ports/java/jdk13/files/patch-native.c (new) 1.1 +25 -0 ports/java/jdk13/files/patch-zb.GBK::sunw_java_plugin.po (new) 1.1 +25 -0 ports/java/jdk13/files/patch-zh::sunw_java_plugin.po (new) 1.1 +25 -0 ports/java/jdk13/files/patch-zh_TW.BIG5::sunw_java_plugin.po (new) 1.1 +25 -0 ports/java/jdk13/files/patch-zh_TW::sunw_java_plugin.po (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 14:46: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 7AE1937B400; Wed, 5 Jun 2002 14:46:08 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Lk8168127; Wed, 5 Jun 2002 14:46:08 -0700 (PDT) (envelope-from brian) Message-Id: <200206052146.g55Lk8168127@freefall.freebsd.org> From: Brian Somers Date: Wed, 5 Jun 2002 14:46:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostview/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 brian 2002/06/05 14:46:08 PDT Modified files: print/ghostview/files patch-aa patch-ab Log: Don't mis-prototype sys_nerr Revision Changes Path 1.2 +13 -12 ports/print/ghostview/files/patch-aa 1.2 +13 -12 ports/print/ghostview/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 Jun 5 14:48: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id C464837B400; Wed, 5 Jun 2002 14:48:00 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 57E3166D68; Wed, 5 Jun 2002 14:48:00 -0700 (PDT) Date: Wed, 5 Jun 2002 14:48:00 -0700 From: Kris Kennaway To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/java/jdk13/files patch-..::ext::plugin::build::solaris::GNUmakefile patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c patch-..::ext::plugin::oji-plugin::src::motif::resources::ja::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::ko.UTF-8::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::ko::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh.GBK::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW.BIG5::sunw_java_plugin.po patch-..::ext::plugin::oji-plugin::src::motif::resources::zh_TW::sunw_java_plugin.po patch-..::src::solaris::classes::sun::awt::motif::font.properties.zh_TW.bsd patch-..::src::solaris::native::com::sun::media::sound::engine::HAE_API_BSDOS.c ... Message-ID: <20020605144800.A94537@xor.obsecurity.org> References: <200206052143.g55LhFL67832@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206052143.g55LhFL67832@freefall.freebsd.org>; from kris@FreeBSD.org on Wed, Jun 05, 2002 at 02:43:15PM -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 --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Jun 05, 2002 at 02:43:15PM -0700, Kris Kennaway wrote: > Log: > Rename monstrously long patch filenames that were causing tar to exceed > length limitations (100 characters) and fail. Hmm, I guess these should have been repo copied. I'll do that for the other ones. Kris --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/ocPWry0BWjoQKURApraAJ9c7CFTSbG9Rzngnt3CWHNr24jqbgCg9n7t C5RpqMQtRy/28IDhlD/sge0= =TpIG -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 14:51: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 DD44637B400; Wed, 5 Jun 2002 14:51:26 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LpQF69482; Wed, 5 Jun 2002 14:51:26 -0700 (PDT) (envelope-from tobez) Message-Id: <200206052151.g55LpQF69482@freefall.freebsd.org> From: Anton Berezin Date: Wed, 5 Jun 2002 14:51:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Clone 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 tobez 2002/06/05 14:51:26 PDT Modified files: devel Makefile Added files: devel/p5-Clone Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Clone, a perl module to recursively copy Perl datatypes. Revision Changes Path 1.837 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-Clone/Makefile (new) 1.1 +1 -0 ports/devel/p5-Clone/distinfo (new) 1.1 +1 -0 ports/devel/p5-Clone/pkg-comment (new) 1.1 +9 -0 ports/devel/p5-Clone/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Clone/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 Jun 5 14:51: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 92C9637B404; Wed, 5 Jun 2002 14:51:29 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LpTg69514; Wed, 5 Jun 2002 14:51:29 -0700 (PDT) (envelope-from tobez) Message-Id: <200206052151.g55LpTg69514@freefall.freebsd.org> From: Anton Berezin Date: Wed, 5 Jun 2002 14:51: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 tobez 2002/06/05 14:51:29 PDT Modified files: . modules Log: p5-Clone --> ports/devel/p5-Clone Revision Changes Path 1.5292 +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 Jun 5 14:53: 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 323A237B401; Wed, 5 Jun 2002 14:53:01 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Lr1U69721; Wed, 5 Jun 2002 14:53:01 -0700 (PDT) (envelope-from knu) Message-Id: <200206052153.g55Lr1U69721@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Jun 2002 14:53:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perforce 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/06/05 14:53:01 PDT Modified files: devel/perforce Makefile distinfo Log: Perhaps ftp.perforce.com was cracked. Asked by: kris Revision Changes Path 1.9 +1 -1 ports/devel/perforce/Makefile 1.9 +1 -1 ports/devel/perforce/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 14:53: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 0279A37B42A; Wed, 5 Jun 2002 14:53:23 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LrMc69828; Wed, 5 Jun 2002 14:53:22 -0700 (PDT) (envelope-from lioux) Message-Id: <200206052153.g55LrMc69828@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 5 Jun 2002 14:53:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/mpeg4ip 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/06/05 14:53:22 PDT Modified files: graphics Makefile Added files: graphics/mpeg4ip Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port mpeg4ip version 0.9.4.1: Standards-based system to encode, stream and play MPEG-4 audio/video Revision Changes Path 1.456 +1 -0 ports/graphics/Makefile 1.1 +137 -0 ports/graphics/mpeg4ip/Makefile (new) 1.1 +1 -0 ports/graphics/mpeg4ip/distinfo (new) 1.1 +1 -0 ports/graphics/mpeg4ip/pkg-comment (new) 1.1 +16 -0 ports/graphics/mpeg4ip/pkg-descr (new) 1.1 +88 -0 ports/graphics/mpeg4ip/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 Jun 5 14:53: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 AED2937B405; Wed, 5 Jun 2002 14:53:30 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55LrU969866; Wed, 5 Jun 2002 14:53:30 -0700 (PDT) (envelope-from lioux) Message-Id: <200206052153.g55LrU969866@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 5 Jun 2002 14:53:30 -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/06/05 14:53:30 PDT Modified files: . modules Log: mpeg4ip --> ports/graphics/mpeg4ip Revision Changes Path 1.5293 +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 Jun 5 14:56:14 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 8CD9B37B405; Wed, 5 Jun 2002 14:56:07 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 25D3F66C49; Wed, 5 Jun 2002 14:56:07 -0700 (PDT) Date: Wed, 5 Jun 2002 14:56:07 -0700 From: Kris Kennaway To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/perforce Makefile distinfo Message-ID: <20020605145606.C94537@xor.obsecurity.org> References: <200206052153.g55Lr1U69721@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="DSayHWYpDlRfCAAQ" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206052153.g55Lr1U69721@freefall.freebsd.org>; from knu@FreeBSD.org on Wed, Jun 05, 2002 at 02:53:01PM -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 --DSayHWYpDlRfCAAQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 05, 2002 at 02:53:01PM -0700, Akinori MUSHA wrote: > knu 2002/06/05 14:53:01 PDT >=20 > Modified files: > devel/perforce Makefile distinfo=20 > Log: > Perhaps ftp.perforce.com was cracked. Thanks for the precaution. Kris --DSayHWYpDlRfCAAQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/oj2Wry0BWjoQKURAlFIAKDJpCSpPkgKleyN5dFgIXC+cWh8uwCg69d/ tmOULpae33EbNG8p6jecwgU= =Udyf -----END PGP SIGNATURE----- --DSayHWYpDlRfCAAQ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 15: 3: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 1A12E37B400; Wed, 5 Jun 2002 15:03:51 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55M3pQ70975; Wed, 5 Jun 2002 15:03:51 -0700 (PDT) (envelope-from knu) Message-Id: <200206052203.g55M3pQ70975@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Jun 2002 15:03:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perforce 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/06/05 15:03:51 PDT Modified files: devel/perforce Makefile Log: Drop maintainership. I'm done with this port and no longer using p4 as much as before. Revision Changes Path 1.10 +1 -1 ports/devel/perforce/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 15:11: 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 AE46D37B410; Wed, 5 Jun 2002 15:09:07 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55M97L75247; Wed, 5 Jun 2002 15:09:07 -0700 (PDT) (envelope-from keramida) Message-Id: <200206052209.g55M97L75247@freefall.freebsd.org> From: Giorgos Keramidas Date: Wed, 5 Jun 2002 15:09:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/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 keramida 2002/06/05 15:09:07 PDT Modified files: en_US.ISO8859-1/articles/filtering-bridges article.sgml Log: Typo: Preperation -> Preparation. PR: docs/38926 Submitted by: Marc Fonvieille Revision Changes Path 1.10 +1 -1 doc/en_US.ISO8859-1/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 Wed Jun 5 15:11:24 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 441CC37B40C; Wed, 5 Jun 2002 15:10:51 -0700 (PDT) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 04B104D8CB; Thu, 6 Jun 2002 07:10:50 +0900 (JST) Date: Thu, 06 Jun 2002 07:10:50 +0900 Message-ID: <86y9dtnzpx.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/perforce Makefile distinfo In-Reply-To: <20020605142112.A93949@xor.obsecurity.org> References: <200206051257.g55CvOP68447@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 Wed, 5 Jun 2002 14:21:12 -0700, kkenn wrote: > Please don't do this, especially since there have been two > successfully trojaned distfiles lately! If this is a binary port then > ask the authors - in the meantime, can you please revert it? OK, I've restored the distfile and bumped PORTREVISION. Since the only master site was a professional company's, I just neglected the possibility of trojan. Also, I've dropped maintainership since I'm no longer a keen p4 user. So, somebody with more interest please look after the port. Thanks, -- / /__ __ 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 Wed Jun 5 15: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 7D2C137B405; Wed, 5 Jun 2002 15:24:14 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55MOEQ76933; Wed, 5 Jun 2002 15:24:14 -0700 (PDT) (envelope-from trevor) Message-Id: <200206052224.g55MOEQ76933@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 5 Jun 2002 15:24:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-mozilla Makefile distinfo ports/www/linux-mozilla/scripts 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 trevor 2002/06/05 15:24:14 PDT Modified files: www/linux-mozilla Makefile distinfo www/linux-mozilla/scripts configure Log: __ ___ __ Update to /_ | / _ \ / / | || | | | / / | || | | | / / | || |_| |/_/ |_(_)___/(_) Have linkfarm script look for plugins in the new language-specific Netscape 6 directories. Make venkman optional. Enable Chatzilla. Reviewed by: http://jscript.dk/2002/4/moz1rc1tests/ircbufferoverrun.html Revision Changes Path 1.13 +5 -4 ports/www/linux-mozilla/Makefile 1.7 +13 -13 ports/www/linux-mozilla/distinfo 1.4 +5 -5 ports/www/linux-mozilla/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 15:25: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 A6DC237B405; Wed, 5 Jun 2002 15:25:51 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55MPpq77094; Wed, 5 Jun 2002 15:25:51 -0700 (PDT) (envelope-from gibbs) Message-Id: <200206052225.g55MPpq77094@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 5 Jun 2002 15:25:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pcireg.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 gibbs 2002/06/05 15:25:51 PDT Modified files: sys/dev/pci pcireg.h Log: Add some PCI-X register definitions. PCIM_CMD_SERREN -> PCIM_CMD_SERRESPEN to be consistent with the PERR definition. Revision Changes Path 1.31 +19 -2 src/sys/dev/pci/pcireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 15:37: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 4E70737B403; Wed, 5 Jun 2002 15:37:21 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55MbLc78150; Wed, 5 Jun 2002 15:37:21 -0700 (PDT) (envelope-from trevor) Message-Id: <200206052237.g55MbLc78150@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 5 Jun 2002 15:37:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-mozilla 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 trevor 2002/06/05 15:37:21 PDT Modified files: www/linux-mozilla pkg-message Log: This is no longer in beta. Revision Changes Path 1.3 +7 -8 ports/www/linux-mozilla/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 15:52: 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 573F537B404; Wed, 5 Jun 2002 15:51:55 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55MptB79702; Wed, 5 Jun 2002 15:51:55 -0700 (PDT) (envelope-from gibbs) Message-Id: <200206052251.g55MptB79702@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 5 Jun 2002 15:51:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm aicasm.c aicasm.h aicasm_gram.y aicasm_insformat.h aicasm_scan.l aicasm_symbol.c aicasm_symbol.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 gibbs 2002/06/05 15:51:55 PDT Modified files: sys/dev/aic7xxx/aicasm aicasm.c aicasm.h aicasm_gram.y aicasm_insformat.h aicasm_scan.l aicasm_symbol.c aicasm_symbol.h Log: Silence GCC warnings about multi-line strings. Sync Perforce IDs. Revision Changes Path 1.34 +42 -42 src/sys/dev/aic7xxx/aicasm/aicasm.c 1.15 +1 -1 src/sys/dev/aic7xxx/aicasm/aicasm.h 1.17 +1 -1 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.6 +1 -1 src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h 1.18 +1 -1 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.16 +1 -1 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c 1.15 +1 -1 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16:11: 3 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 7EE4937B401; Wed, 5 Jun 2002 16:10:54 -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 JAA24929; Thu, 6 Jun 2002 09:10:51 +1000 Date: Thu, 6 Jun 2002 09:11:26 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Robert Watson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src UPDATING In-Reply-To: <200206052021.g55KLeI54246@freefall.freebsd.org> Message-ID: <20020606090328.L9314-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, 5 Jun 2002, Robert Watson wrote: > rwatson 2002/06/05 13:21:40 PDT > > Modified files: > . UPDATING > Log: > Slightly modify the UPDATING text to indicate that -gstabs+ is a gcc > flag to replace -g. This works around slight obtuseness in the developer. > (me :-). -gstabs+ doesnt't even compile here. %%% Script started on Thu Jun 6 09:02:20 2002 ttyp0:bde@besplex:/usr/src/bin/cat> make Warning: Using /usr/src/bin/cat/obj as object directory instead of canonical /usr/obj/usr/src/bin/cat cc -O -pipe -Wall -Wno-format-y2k -Wno-uninitialized -Wformat=2 -Wno-format-extra-args -static -o cat cat.o cat.o: In function `udom_open': /usr/src/bin/cat/cat.c(.stab+0x1460): undefined reference to `nantext' *** Error code 1 Stop in /usr/src/bin/cat. ttyp0:bde@besplex:/usr/src/bin/cat> exit Script done on Thu Jun 6 09:02:27 2002 %%% Perhaps my handbuilt world is a little out of date: I used the following (in userland only) to work around the brokenness of -g: 1) upgrade to the previous version of gcc (/usr/bin~/cc -B/usr/libexec~). Using upgraded versions would be easier than this if we used the normal gcc hooks for multiple versions (I just moved all of bin and libexec before the gcc downgrade). 2) gcc -gdwarf. gcc -gdwarf+ seems to work too. gcc -gdwarf-2 gives the same brokenness as gcc -g. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16:24: 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 D1EB537B403; Wed, 5 Jun 2002 16:23:58 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55NNwM86941; Wed, 5 Jun 2002 16:23:58 -0700 (PDT) (envelope-from keramida) Message-Id: <200206052323.g55NNwM86941@freefall.freebsd.org> From: Giorgos Keramidas Date: Wed, 5 Jun 2002 16:23: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/06/05 16:23:58 PDT Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Punctuation fixes. PR: docs/38903 Submitted by: Marc Fonvieille Revision Changes Path 1.197 +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 Wed Jun 5 16:24: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 A967237B403; Wed, 5 Jun 2002 16:24:10 -0700 (PDT) Received: (from paul@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55NOA786991; Wed, 5 Jun 2002 16:24:10 -0700 (PDT) (envelope-from paul) Message-Id: <200206052324.g55NOA786991@freefall.freebsd.org> From: Paul Richards Date: Wed, 5 Jun 2002 16:24:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_le.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 paul 2002/06/05 16:24:10 PDT Modified files: (Branch: RELENG_4) sys/i386/isa if_le.c Log: Fix a panic when initialising the driver. PR: 18641 Approved by: re@freebsd.org Revision Changes Path 1.56.2.4 +8 -5 src/sys/i386/isa/if_le.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16:29: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 78F0F37B401; Wed, 5 Jun 2002 16:29:29 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55NTTC87373; Wed, 5 Jun 2002 16:29:29 -0700 (PDT) (envelope-from archie) Message-Id: <200206052329.g55NTTC87373@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 5 Jun 2002 16:29:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_cisco.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 archie 2002/06/05 16:29:29 PDT Modified files: sys/netgraph ng_cisco.c Log: Fix bugs where mbuf data was being accessed without m_pullup(). Reviewed by: julian, brian MFC after: 1 week Revision Changes Path 1.18 +43 -7 src/sys/netgraph/ng_cisco.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16:32: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 C028D37B404; Wed, 5 Jun 2002 16:31:54 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55NVsV88099; Wed, 5 Jun 2002 16:31:54 -0700 (PDT) (envelope-from keramida) Message-Id: <200206052331.g55NVsV88099@freefall.freebsd.org> From: Giorgos Keramidas Date: Wed, 5 Jun 2002 16:31:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/problem-reports 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/06/05 16:31:54 PDT Modified files: en_US.ISO8859-1/articles/problem-reports article.sgml Log: Remove extraneous whitespace. Also wrap to avoid space between the closing tag and its contents. This change can be ignored by the translators. PR: docs/38849 (partially) Submitted by: Marc Fonvieille Revision Changes Path 1.11 +2 -3 doc/en_US.ISO8859-1/articles/problem-reports/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16:33: 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 9230437B406; Wed, 5 Jun 2002 16:32:56 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55NWue88240; Wed, 5 Jun 2002 16:32:56 -0700 (PDT) (envelope-from archie) Message-Id: <200206052332.g55NWue88240@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 5 Jun 2002 16:32:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_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 archie 2002/06/05 16:32:56 PDT Modified files: sys/netgraph ng_ether.c Log: Fix bug where an mbuf was being written to without checking M_WRITABLE(). Eliminate some of the unnecessary complexity of ng_ether_glueback_header(). Simplify two functions a bit by doing the NG_FREE_META(meta) earlier. Reviewed by: julian, brian MFC after: 1 week Revision Changes Path 1.24 +24 -57 src/sys/netgraph/ng_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16:34:20 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 9906937B401; Wed, 5 Jun 2002 16:34:13 -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 JAA28171; Thu, 6 Jun 2002 09:34:11 +1000 Date: Thu, 6 Jun 2002 09:34:48 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/usr.bin/fetch Makefile src/lib/libfetch Makefile In-Reply-To: <200206052125.g55LPXU65639@freefall.freebsd.org> Message-ID: <20020606093252.C9335-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, 5 Jun 2002, Dag-Erling Smorgrav wrote: > des 2002/06/05 14:25:33 PDT > > Modified files: > usr.bin/fetch Makefile > lib/libfetch Makefile > Log: > During buildworld, "regular" libraries are built before crypto stuff, so > libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch > until we can figure out how to fix this. Just add lib{crypto,ssl} to _prebuild_libs near libssh in src/Makefile.inc1? Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16:35:24 2002 Delivered-To: cvs-all@freebsd.org Received: from home.mewburn.net (home.mewburn.net [210.23.136.185]) by hub.freebsd.org (Postfix) with ESMTP id 57A3B37B404; Wed, 5 Jun 2002 16:35:17 -0700 (PDT) Received: by home.mewburn.net (Postfix, from userid 604) id 6A40310304; Thu, 6 Jun 2002 09:35:14 +1000 (EST) Date: Thu, 6 Jun 2002 09:35:14 +1000 From: Luke Mewburn To: Gregory Sutter Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Luke Mewburn Subject: Re: cvs commit: src/usr.bin/ftp Makefile cmds.c cmdtab.c complete.c domacro.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c pathnames.h ruserpass.c util.c Message-ID: <20020605233514.GG26622@wasabisystems.com> Reply-To: Luke Mewburn References: <200112132346.fBDNkjb93484@freefall.freebsd.org> <20020528070221.GB53736@sunbay.com> <20020605052805.GG26622@wasabisystems.com> <20020605170606.GJ92646@klapaucius.zer0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020605170606.GJ92646@klapaucius.zer0.org> User-Agent: Mutt/1.4i Sender: owner-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, Jun 05, 2002 at 10:06:07AM -0700, Gregory Sutter wrote: | > Yet another reason for me to resync lukemftp with the NetBSD version, | > since the latter has since 2001/01/09. | | That would be great. Do it please! lukemftp 1.6beta1 is available from ftp://ftp.netbsd.org/pub/NetBSD/misc/lukemftp/lukemftp-1.6-beta1.tar.gz I'm not sure if it's easier for FreeBSD to synchronise with that "portable" version, or just import the code directly from NetBSD. I'm sure we can move this discussion "offline" (or at least, off what I assume is the main source-changes email list for FreeBSD :-) Luke. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16: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 11AEA37B410; Wed, 5 Jun 2002 16:35:32 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55NZWt88539; Wed, 5 Jun 2002 16:35:32 -0700 (PDT) (envelope-from archie) Message-Id: <200206052335.g55NZWt88539@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 5 Jun 2002 16:35:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_lmi.c ng_pppoe.c ng_pptpgre.c ng_rfc1490.c ng_socket.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 archie 2002/06/05 16:35:31 PDT Modified files: sys/netgraph ng_lmi.c ng_pppoe.c ng_pptpgre.c ng_rfc1490.c ng_socket.c Log: Const'ify variables to make it clear we're not writing to the mbuf data. Reviewed by: julian, brian MFC after: 1 week Revision Changes Path 1.15 +7 -7 src/sys/netgraph/ng_lmi.c 1.52 +33 -31 src/sys/netgraph/ng_pppoe.c 1.25 +9 -8 src/sys/netgraph/ng_pptpgre.c 1.17 +4 -3 src/sys/netgraph/ng_rfc1490.c 1.38 +1 -1 src/sys/netgraph/ng_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16: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 670AC37B401; Wed, 5 Jun 2002 16:39:56 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Ndus88783; Wed, 5 Jun 2002 16:39:56 -0700 (PDT) (envelope-from keramida) Message-Id: <200206052339.g55Ndus88783@freefall.freebsd.org> From: Giorgos Keramidas Date: Wed, 5 Jun 2002 16:39:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/kldload kldload.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/06/05 16:39:56 PDT Modified files: sbin/kldload kldload.8 Log: Add 'utility' in a place that it was missing. PR: docs/38814 Submitted by: Chris Pepper MFC after: 10 days Revision Changes Path 1.18 +1 -1 src/sbin/kldload/kldload.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16:40:34 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 7AFF837B406; Wed, 5 Jun 2002 16:40:26 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id EC28781448; Thu, 6 Jun 2002 09:10:23 +0930 (CST) Date: Thu, 6 Jun 2002 09:10:23 +0930 From: Greg 'groggy' Lehey To: Poul-Henning Kamp Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020606091023.B92654@wantadilla.lemis.com> References: <20020605084755.K91379@wantadilla.lemis.com> <50718.1023287177@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50718.1023287177@critter.freebsd.dk> 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 Wednesday, 5 June 2002 at 16:26:17 +0200, Poul-Henning Kamp wrote: > In message <20020605084755.K91379@wantadilla.lemis.com>, "Greg 'groggy' Lehey" writes: > >>>> ntpdate(8) may be deprecated in the mind of the ntpd(8) author but >>>> the replacement functionality isn't the same yet. >>> >>> If ntpdate is going away soon, we need to experiement with the >>> replacement now. >> >> What's the replacement? > > Ideally, somebody would sit down and write a sntpd(8), which would be a > light-weight, client-side-only NTP daemon without refclock support, > without weird remote-configration stuff and other excess luggage. > > If somebody wants to volounteer, I will happily provide detailed > guidance on the timekeeping magic needed. A good suggestion, but it misses the point. We shouldn't be throwing out things like ntpdate *until* we have a replacement. What's the reason for deprecating ntpdate, anyway? 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 Wed Jun 5 16:46:31 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 960D437B401; Wed, 5 Jun 2002 16:46: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 g55NkOJn053790; Wed, 5 Jun 2002 16:46:24 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g55NkOPm053789; Wed, 5 Jun 2002 16:46:24 -0700 (PDT) Date: Wed, 5 Jun 2002 16:46:24 -0700 From: "David O'Brien" To: "Greg 'groggy' Lehey" Cc: Poul-Henning Kamp , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020605164624.B51253@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Greg 'groggy' Lehey , Poul-Henning Kamp , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org References: <20020605084755.K91379@wantadilla.lemis.com> <50718.1023287177@critter.freebsd.dk> <20020606091023.B92654@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: <20020606091023.B92654@wantadilla.lemis.com>; from grog@FreeBSD.org on Thu, Jun 06, 2002 at 09:10:23AM +0930 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, Jun 06, 2002 at 09:10:23AM +0930, Greg 'groggy' Lehey wrote: > A good suggestion, but it misses the point. We shouldn't be throwing > out things like ntpdate *until* we have a replacement. By not trying things ahead of time and learning about them; and trying to work with the vendor to cater to us FreeBSD plays a loosing battle. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16: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 2EA1437B403; Wed, 5 Jun 2002 16:48:42 -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 g55NmfJn053848; Wed, 5 Jun 2002 16:48:41 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g55NmfTB053847; Wed, 5 Jun 2002 16:48:41 -0700 (PDT) Date: Wed, 5 Jun 2002 16:48:41 -0700 From: "David O'Brien" To: Bruce Evans Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING Message-ID: <20020605164841.C51253@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Bruce Evans , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206052021.g55KLeI54246@freefall.freebsd.org> <20020606090328.L9314-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020606090328.L9314-100000@gamplex.bde.org>; from bde@zeta.org.au on Thu, Jun 06, 2002 at 09:11:26AM +1000 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, Jun 06, 2002 at 09:11:26AM +1000, Bruce Evans wrote: > -gstabs+ doesnt't even compile here. > > %%% > Script started on Thu Jun 6 09:02:20 2002 > ttyp0:bde@besplex:/usr/src/bin/cat> make > Warning: Using /usr/src/bin/cat/obj as object directory instead of canonical /usr/obj/usr/src/bin/cat > cc -O -pipe -Wall -Wno-format-y2k -Wno-uninitialized -Wformat=2 -Wno-format-extra-args -static -o cat cat.o I don't see "-gstabs+" in your `cc' invocation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 16:52:25 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 A2D9A37B404; Wed, 5 Jun 2002 16:52:19 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 14E4E81467; Thu, 6 Jun 2002 09:22:15 +0930 (CST) Date: Thu, 6 Jun 2002 09:22:15 +0930 From: Greg 'groggy' Lehey To: David O'Brien , Poul-Henning Kamp , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020606092215.A89148@wantadilla.lemis.com> References: <20020605084755.K91379@wantadilla.lemis.com> <50718.1023287177@critter.freebsd.dk> <20020606091023.B92654@wantadilla.lemis.com> <20020605164624.B51253@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020605164624.B51253@dragon.nuxi.com> 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 Wednesday, 5 June 2002 at 16:46:24 -0700, David O'Brien wrote: > On Thu, Jun 06, 2002 at 09:10:23AM +0930, Greg 'groggy' Lehey wrote: >> A good suggestion, but it misses the point. We shouldn't be throwing >> out things like ntpdate *until* we have a replacement. > > By not trying things ahead of time and learning about them; and trying to > work with the vendor to cater to us FreeBSD plays a loosing battle. Sorry, I don't understand what you're saying. Maybe I'm lacking the background information. 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 Wed Jun 5 17: 1:21 2002 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id B537537B404; Wed, 5 Jun 2002 17:01:08 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g56016qI007844; Wed, 5 Jun 2002 17:01:06 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g56016Ij007843; Wed, 5 Jun 2002 17:01:06 -0700 (PDT) (envelope-from dillon) Date: Wed, 5 Jun 2002 17:01:06 -0700 (PDT) From: Matthew Dillon Message-Id: <200206060001.g56016Ij007843@apollo.backplane.com> To: "David E. O'Brien" Cc: "Greg 'groggy' Lehey" , Poul-Henning Kamp , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf References: <20020605084755.K91379@wantadilla.lemis.com> <50718.1023287177@critter.freebsd.dk> <20020606091023.B92654@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 I don't think ntpd -gqx is an adequate replacement for ntpdate. Depending on how you are receiving time updates it could take several minutes before ntpd -gqx returns. Given that, I would appreciate it if this commit could be backed out. I ran a test on my workstation. It took three minutes for ntpd -gqx to set the time. I understand that the manual page for ntpd says that ntpdate is to be retired but there is no adequate replacement for it yet (certainly not ntpd -gqx !). -Matt Matthew Dillon :On Wednesday, 5 June 2002 at 16:26:17 +0200, Poul-Henning Kamp wrote: :> In message <20020605084755.K91379@wantadilla.lemis.com>, "Greg 'groggy' Lehey" writes: :> :>>>> ntpdate(8) may be deprecated in the mind of the ntpd(8) author but :>>>> the replacement functionality isn't the same yet. :>>> :>>> If ntpdate is going away soon, we need to experiement with the :>>> replacement now. :>> :>> What's the replacement? :> :> Ideally, somebody would sit down and write a sntpd(8), which would be a :> light-weight, client-side-only NTP daemon without refclock support, :> without weird remote-configration stuff and other excess luggage. :> :> If somebody wants to volounteer, I will happily provide detailed :> guidance on the timekeeping magic needed. : :A good suggestion, but it misses the point. We shouldn't be throwing :out things like ntpdate *until* we have a replacement. : :What's the reason for deprecating ntpdate, anyway? : :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 Wed Jun 5 17: 2:30 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 B4E5537B41F; Wed, 5 Jun 2002 17:01:34 -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 KAA32161; Thu, 6 Jun 2002 10:01:31 +1000 Date: Thu, 6 Jun 2002 10:02:07 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" Cc: Robert Watson , , Subject: Re: cvs commit: src UPDATING In-Reply-To: <20020605164841.C51253@dragon.nuxi.com> Message-ID: <20020606095727.T9454-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, 5 Jun 2002, David O'Brien wrote: > On Thu, Jun 06, 2002 at 09:11:26AM +1000, Bruce Evans wrote: > > -gstabs+ doesnt't even compile here. > > > > %%% > > Script started on Thu Jun 6 09:02:20 2002 > > ttyp0:bde@besplex:/usr/src/bin/cat> make > > Warning: Using /usr/src/bin/cat/obj as object directory instead of canonical /usr/obj/usr/src/bin/cat > > cc -O -pipe -Wall -Wno-format-y2k -Wno-uninitialized -Wformat=2 -Wno-format-extra-args -static -o cat cat.o > > I don't see "-gstabs+" in your `cc' invocation. Oops. The above failed despite not having -gstabs because I had already built cat.o using -gstabs+. Here is a complete version: %%% Script started on Thu Jun 6 09:56:22 2002 ttyp0:bde@besplex:/usr/src/bin/cat> make clean rm -f cat cat.o cat.1.gz cat.1.cat.gz ttyp0:bde@besplex:/usr/src/bin/cat> make CC='cc -gstabs+' Warning: Using /usr/src/bin/cat/obj as object directory instead of canonical /usr/obj/usr/src/bin/cat cc -gstabs+ -O -pipe -Wall -Wno-format-y2k -Wno-uninitialized -Wformat=2 -Wno-format-extra-args -c /usr/src/bin/cat/cat.c {standard input}: Assembler messages: {standard input}:1342: Warning: rest of line ignored; first ignored character is `-' cc -gstabs+ -O -pipe -Wall -Wno-format-y2k -Wno-uninitialized -Wformat=2 -Wno-format-extra-args -static -o cat cat.o cat.o: In function `udom_open': /usr/src/bin/cat/cat.c(.stab+0x1460): undefined reference to `nantext' *** Error code 1 Stop in /usr/src/bin/cat. ttyp0:bde@besplex:/usr/src/bin/cat> exit Script done on Thu Jun 6 09:56:32 2002 %%% Compiling an empty file with -gstabs gives a reference to `nantext', and I don't have anything to satisfy it. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 17:17: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 CA4C337B400; Wed, 5 Jun 2002 17:17:11 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g560HBc97003; Wed, 5 Jun 2002 17:17:11 -0700 (PDT) (envelope-from brian) Message-Id: <200206060017.g560HBc97003@freefall.freebsd.org> From: Brian Somers Date: Wed, 5 Jun 2002 17:17:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts chkINDEX X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/05 17:17:11 PDT Added files: release/scripts chkINDEX Log: A script to validate that the packages and dependencies listed in the INDEX file exist. Revision Changes Path 1.1 +20 -0 src/release/scripts/chkINDEX (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 17:18: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 8696837B403; Wed, 5 Jun 2002 17:18:49 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g560Ine97084; Wed, 5 Jun 2002 17:18:49 -0700 (PDT) (envelope-from brian) Message-Id: <200206060018.g560Ine97084@freefall.freebsd.org> From: Brian Somers Date: Wed, 5 Jun 2002 17:18:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts mkpkghier X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/05 17:18:49 PDT Added files: release/scripts mkpkghier Log: A script to generate all of the packages/*/* symlinks described in the INDEX Revision Changes Path 1.1 +33 -0 src/release/scripts/mkpkghier (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 17:24: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 7045D37B405; Wed, 5 Jun 2002 17:24:35 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g560OZ597805; Wed, 5 Jun 2002 17:24:35 -0700 (PDT) (envelope-from marcus) Message-Id: <200206060024.g560OZ597805@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 5 Jun 2002 17:24:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gnomeprint 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/06/05 17:24:35 PDT Modified files: print/gnomeprint Makefile Log: Add a missing USE_BZIP2 Prompted by: Albert Kinderman Revision Changes Path 1.45 +1 -0 ports/print/gnomeprint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 17: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 B24AA37B75E; Wed, 5 Jun 2002 17:36:40 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g560ZIh98958; Wed, 5 Jun 2002 17:35:18 -0700 (PDT) (envelope-from bde) Message-Id: <200206060035.g560ZIh98958@freefall.freebsd.org> From: Bruce Evans Date: Wed, 5 Jun 2002 17:35:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_diskslice.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/06/05 17:35:07 PDT Modified files: sys/kern subr_diskslice.c Log: Fixed overflow in the bounds checking in dscheck(). It assumed that daadr_t is no larger than a long, and some other relatively harmless things (*blush*). Overflow for subtracting a daddr_t from a u_long caused "truncation" of the i/o for attempts to access blocks beyond the end of the actually cause expansion of the i/o to a preposterous size. Revision Changes Path 1.104 +4 -4 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 Wed Jun 5 17:50: 8 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 5177937B49C; Wed, 5 Jun 2002 17:49:37 -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 KAA06178; Thu, 6 Jun 2002 10:49:34 +1000 Date: Thu, 6 Jun 2002 10:50:11 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "Greg 'groggy' Lehey" Cc: Poul-Henning Kamp , John Baldwin , , Subject: Re: cvs commit: src/etc/defaults rc.conf In-Reply-To: <20020606091023.B92654@wantadilla.lemis.com> Message-ID: <20020606103955.I9476-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 Thu, 6 Jun 2002, Greg 'groggy' Lehey wrote: > On Wednesday, 5 June 2002 at 16:26:17 +0200, Poul-Henning Kamp wrote: > > In message <20020605084755.K91379@wantadilla.lemis.com>, "Greg 'groggy' Lehey" writes: > > light-weight, client-side-only NTP daemon without refclock support, > > without weird remote-configration stuff and other excess luggage. > > > > If somebody wants to volounteer, I will happily provide detailed > > guidance on the timekeeping magic needed. > > A good suggestion, but it misses the point. We shouldn't be throwing > out things like ntpdate *until* we have a replacement. > > What's the reason for deprecating ntpdate, anyway? From TFM: %%% NAME ntpdate - set the date and time via NTP SYNOPSIS ntpdate [-bBdoqsuv] [-a key] [-e authdelay] [-k keyfile] [-o version] [-p samples] [-t timeout] server ... DESCRIPTION Note: The functionality of this program is now available in the ntpd(8) program. See the -q command line option in the ntpd(8) page. After a suitable period of mourning, the ntpdate program is to be retired from this distribution. %%% Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 17:50: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 AA50D37B48B; Wed, 5 Jun 2002 17:49:58 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g560nwR00585; Wed, 5 Jun 2002 17:49:58 -0700 (PDT) (envelope-from obrien) Message-Id: <200206060049.g560nwR00585@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 17:49:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc gcc.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/06/05 17:49:58 PDT Modified files: contrib/gcc gcc.c Log: Read specs from /usr/libdata/gcc/specs if it exists. Revision Changes Path 1.28 +2 -2 src/contrib/gcc/gcc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 18: 2: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 7BB8837B405; Wed, 5 Jun 2002 18:02:44 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5612i602149; Wed, 5 Jun 2002 18:02:44 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200206060102.g5612i602149@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Jun 2002 18:02:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-Tools 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 kuriyama 2002/06/05 18:02:44 PDT Modified files: mail/p5-Mail-Tools Makefile distinfo Log: Upgrade to 1.46. Revision Changes Path 1.29 +1 -1 ports/mail/p5-Mail-Tools/Makefile 1.11 +1 -1 ports/mail/p5-Mail-Tools/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 18: 8: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 395F637B400; Wed, 5 Jun 2002 18:08:32 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5618Wt06481; Wed, 5 Jun 2002 18:08:32 -0700 (PDT) (envelope-from jedgar) Message-Id: <200206060108.g5618Wt06481@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Wed, 5 Jun 2002 18:08:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.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 jedgar 2002/06/05 18:08:32 PDT Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: MFC 1.346: o Remove ftp.freebsd.org from the USA servers and add to the Denmark servers. o Add snapshots.jp.FreeBSD.org. Approved by: re (brian) Revision Changes Path 1.252.2.61 +6 -4 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 18:15: 0 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 3FD8537B407; Wed, 5 Jun 2002 18:14:54 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id DA87381492; Thu, 6 Jun 2002 10:44:51 +0930 (CST) Date: Thu, 6 Jun 2002 10:44:51 +0930 From: Greg 'groggy' Lehey To: Bruce Evans Cc: Poul-Henning Kamp , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020606104451.C46232@wantadilla.lemis.com> References: <20020606091023.B92654@wantadilla.lemis.com> <20020606103955.I9476-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606103955.I9476-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, 6 June 2002 at 10:50:11 +1000, Bruce Evans wrote: > On Thu, 6 Jun 2002, Greg 'groggy' Lehey wrote: > >> On Wednesday, 5 June 2002 at 16:26:17 +0200, Poul-Henning Kamp wrote: >>> In message <20020605084755.K91379@wantadilla.lemis.com>, "Greg 'groggy' Lehey" writes: >>> light-weight, client-side-only NTP daemon without refclock support, >>> without weird remote-configration stuff and other excess luggage. >>> >>> If somebody wants to volounteer, I will happily provide detailed >>> guidance on the timekeeping magic needed. >> >> A good suggestion, but it misses the point. We shouldn't be throwing >> out things like ntpdate *until* we have a replacement. >> >> What's the reason for deprecating ntpdate, anyway? > >> From TFM: > >>>> > NAME > ntpdate - set the date and time via NTP > > SYNOPSIS > ntpdate [-bBdoqsuv] [-a key] [-e authdelay] [-k keyfile] [-o version] > [-p samples] [-t timeout] server ... > > DESCRIPTION > Note: The functionality of this program is now available in the ntpd(8) > program. See the -q command line option in the ntpd(8) page. After a > suitable period of mourning, the ntpdate program is to be retired from > this distribution. >>>> Hmm. Based on what other have said, it would appear that this note is incorrect. 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 Wed Jun 5 18:39: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 E090A37B403; Wed, 5 Jun 2002 18:39:46 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g561dkw09374; Wed, 5 Jun 2002 18:39:46 -0700 (PDT) (envelope-from brian) Message-Id: <200206060139.g561dkw09374@freefall.freebsd.org> From: Brian Somers Date: Wed, 5 Jun 2002 18:39:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp radius.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/06/05 18:39:46 PDT Modified files: usr.sbin/ppp radius.c Log: Cast pid_t to long for printf()ing Obtained from: OpenBSD Revision Changes Path 1.29 +2 -2 src/usr.sbin/ppp/radius.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 18:52: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 E346137B400; Wed, 5 Jun 2002 18:52:19 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g561qJg11729; Wed, 5 Jun 2002 18:52:19 -0700 (PDT) (envelope-from kuriyama) Message-Id: <200206060152.g561qJg11729@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Jun 2002 18:52:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-MIME-Tools Makefile ports/mail/p5-MIME-Tools/files patch-ParamVal.pm patch-Words.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/06/05 18:52:19 PDT Modified files: mail/p5-MIME-Tools Makefile Added files: mail/p5-MIME-Tools/files patch-ParamVal.pm patch-Words.pm Log: Apply a patch to fix some problems reported on bugtraq. White space nits in original patch are ignored. References: http://online.securityfocus.com/archive/1/275282/2002-06-01/2002-06-07/0 Obtained from: http://www.roaringpenguin.com/mimedefang/mime-tools-patch.txt Reported by: "Mike Jakubik" Revision Changes Path 1.19 +1 -0 ports/mail/p5-MIME-Tools/Makefile 1.1 +114 -0 ports/mail/p5-MIME-Tools/files/patch-ParamVal.pm (new) 1.1 +11 -0 ports/mail/p5-MIME-Tools/files/patch-Words.pm (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 20: 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 94E1137B401; Wed, 5 Jun 2002 20:05:30 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5635Ud24271; Wed, 5 Jun 2002 20:05:30 -0700 (PDT) (envelope-from tjr) Message-Id: <200206060305.g5635Ud24271@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 5 Jun 2002 20:05:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uniq uniq.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/06/05 20:05:30 PDT Modified files: usr.bin/uniq uniq.c Log: Sync usage() with manual page synopsis. Revision Changes Path 1.18 +1 -1 src/usr.bin/uniq/uniq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 20: 8:31 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 523F037B403; Wed, 5 Jun 2002 20:08:23 -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 g5638MJn058629; Wed, 5 Jun 2002 20:08:22 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g5638L4Z058628; Wed, 5 Jun 2002 20:08:21 -0700 (PDT) Date: Wed, 5 Jun 2002 20:08:21 -0700 From: "David O'Brien" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING Message-ID: <20020605200821.A55648@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020605164841.C51253@dragon.nuxi.com> <20020606095727.T9454-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020606095727.T9454-100000@gamplex.bde.org>; from bde@zeta.org.au on Thu, Jun 06, 2002 at 10:02:07AM +1000 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, Jun 06, 2002 at 10:02:07AM +1000, Bruce Evans wrote: > cc -gstabs+ -O -pipe -Wall -Wno-format-y2k -Wno-uninitialized -Wformat=2 -Wno-format-extra-args -static -o cat cat.o > cat.o: In function `udom_open': > /usr/src/bin/cat/cat.c(.stab+0x1460): undefined reference to `nantext' > *** Error code 1 Perhaps do to local changes? $ cat foo.c int main(void) { return 0; } $ /usr/bin/cc -gstabs+ foo.c $ ./a.out $ /usr/bin/cc -S -gstabs+ foo.c $ cat foo.s .file "foo.c" ..snip.. .stabs "",100,0,0,nantext nantext: .ident "GCC: (GNU) 3.1 [FreeBSD] 20020509 (prerelease)" $ gcc31 -gstabs+ foo.c $ ./a.out $ gcc31 -S -gstabs+ foo.c $ cat foo.s .file "foo.c" ..snip.. .stabs "",100,0,0,.Letext .Letext: .ident "GCC: (GNU) 3.1.1 20020527 (prerelease) [FreeBSD]" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 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 E730837B404; Wed, 5 Jun 2002 20:13:10 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563DAi26751; Wed, 5 Jun 2002 20:13:10 -0700 (PDT) (envelope-from tjr) Message-Id: <200206060313.g563DAi26751@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 5 Jun 2002 20:13:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uniq uniq.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/06/05 20:13:10 PDT Modified files: usr.bin/uniq uniq.c Log: Compare lines with strcmp(), not strcoll(). We are interested only in equality, not ordering. Revision Changes Path 1.19 +2 -18 src/usr.bin/uniq/uniq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 20:15:58 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id BDCA837B401; Wed, 5 Jun 2002 20:15:54 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g563FlaR083702; Thu, 6 Jun 2002 07:15:51 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g563FkNp083701; Thu, 6 Jun 2002 07:15:46 +0400 (MSD) Date: Thu, 6 Jun 2002 07:15:45 +0400 From: "Andrey A. Chernov" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606031545.GA83612@nagual.pp.ru> References: <200206060313.g563DAi26751@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206060313.g563DAi26751@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 Wed, Jun 05, 2002 at 20:13:10 -0700, Tim J. Robbins wrote: > tjr 2002/06/05 20:13:10 PDT > > Modified files: > usr.bin/uniq uniq.c > Log: > Compare lines with strcmp(), not strcoll(). We are interested only in > equality, not ordering. Please back it out. It break equality. Think about ss. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 20:26: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 5C0C937B406; Wed, 5 Jun 2002 20:26:36 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563Qap27808; Wed, 5 Jun 2002 20:26:36 -0700 (PDT) (envelope-from obrien) Message-Id: <200206060326.g563Qap27808@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 20:26:36 -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/06/05 20:26:36 PDT Modified files: contrib/gcc/config/i386 freebsd.h Log: Tidy do-while. Requested by: bde Revision Changes Path 1.50 +7 -7 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 Wed Jun 5 20:28: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 D263C37B406; Wed, 5 Jun 2002 20:28:49 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563Sno27982; Wed, 5 Jun 2002 20:28:49 -0700 (PDT) (envelope-from obrien) Message-Id: <200206060328.g563Sno27982@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 20:28:49 -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/06/05 20:28:49 PDT Modified files: contrib/gcc/config/i386 freebsd.h Log: Fix excessive alignment for the aout case, and unbreak genassym for that case. Our aout linker has alignment hacks and doesn't need gcc to do anything special. Tested for a year by: bde :-) Revision Changes Path 1.51 +3 -4 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 Wed Jun 5 20:29: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 1B80B37B420; Wed, 5 Jun 2002 20:29:23 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563TNY28032; Wed, 5 Jun 2002 20:29:23 -0700 (PDT) (envelope-from tjr) Message-Id: <200206060329.g563TNY28032@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 5 Jun 2002 20:29:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh output.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/06/05 20:29:23 PDT Modified files: bin/sh output.c Log: Don't modify output that is to be quoted if it contains no IFS characters or shell metacharacters. Revision Changes Path 1.14 +7 -0 src/bin/sh/output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 20: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 BA4F037B404; Wed, 5 Jun 2002 20:30:41 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563Uf228374; Wed, 5 Jun 2002 20:30:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200206060330.g563Uf228374@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 20:30:41 -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/06/05 20:30:41 PDT Modified files: contrib/gcc/config/i386 freebsd.h Log: Didn't get them all in revision 1.50. Revision Changes Path 1.52 +8 -8 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 Wed Jun 5 20:36: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 E5C7637B408; Wed, 5 Jun 2002 20:36:33 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563aXi28885; Wed, 5 Jun 2002 20:36:33 -0700 (PDT) (envelope-from obrien) Message-Id: <200206060336.g563aXi28885@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 20:36:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 i386.c i386.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/06/05 20:36:33 PDT Modified files: contrib/gcc/config/i386 i386.c i386.h Log: Implement "-mno-align-long-strings" which prevents pessimization of strings for space. -Os could do this, but it was easy to hack an MD version. This saves a whole 32 bytes in boot2, so I think it is worth using it. (keep how much worse gcc 3.2 will compile boot2...) Submitted by: bde (minus gcc 3.2 commentary) Revision Changes Path 1.11 +2 -2 src/contrib/gcc/config/i386/i386.c 1.10 +7 -0 src/contrib/gcc/config/i386/i386.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 20:39: 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 B254137B401; Wed, 5 Jun 2002 20:39:03 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563d3E29003; Wed, 5 Jun 2002 20:39:03 -0700 (PDT) (envelope-from obrien) Message-Id: <200206060339.g563d3E29003@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 20:39:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 i386.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/06/05 20:39:03 PDT Modified files: contrib/gcc/config/i386 i386.h Log: Allow the specification of LONG_TYPE_SIZE on the command line. Submitted by: bde Revision Changes Path 1.11 +2 -0 src/contrib/gcc/config/i386/i386.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 20:42: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 403C637B405; Wed, 5 Jun 2002 20:42:31 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563gV129649; Wed, 5 Jun 2002 20:42:31 -0700 (PDT) (envelope-from mp) Message-Id: <200206060342.g563gV129649@freefall.freebsd.org> From: Mark Peek Date: Wed, 5 Jun 2002 20:42:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb52 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 mp 2002/06/05 20:42:31 PDT Modified files: devel/gdb52 pkg-comment pkg-descr Log: Reflect reality...this is gdb-5.2, not gdb-5.1. Revision Changes Path 1.2 +1 -1 ports/devel/gdb52/pkg-comment 1.2 +1 -3 ports/devel/gdb52/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 Jun 5 20:47: 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 015C937B404; Wed, 5 Jun 2002 20:47:03 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563l2U29959; Wed, 5 Jun 2002 20:47:02 -0700 (PDT) (envelope-from obrien) Message-Id: <200206060347.g563l2U29959@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 5 Jun 2002 20:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 obrien 2002/06/05 20:47:02 PDT Modified files: gnu/usr.bin/cc/cc_tools freebsd-native.h Log: Read specs from /usr/libdata/gcc/specs if it exists. Revision Changes Path 1.19 +1 -0 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 Wed Jun 5 20: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 D078E37B40A; Wed, 5 Jun 2002 20:56:34 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563uYO30816; Wed, 5 Jun 2002 20:56:34 -0700 (PDT) (envelope-from mp) Message-Id: <200206060356.g563uYO30816@freefall.freebsd.org> From: Mark Peek Date: Wed, 5 Jun 2002 20:56:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb52 Makefile ports/devel/gdb52/files patch-gdb_config_alpha_fbsd.mh patch-gdb_config_i386_fbsd.mh patch-gdb_config_i386_nm-fbsd.h patch-gdb_config_i386_tm-fbsd.h patch-gdb_freebsd-uthread.c patch-gdb_kvm-fbsd.c patch-gdb_symfile.c patch-gdb_target.c patch-gdb_target.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 mp 2002/06/05 20:56:34 PDT Modified files: devel/gdb52 Makefile Added files: devel/gdb52/files patch-gdb_config_alpha_fbsd.mh patch-gdb_config_i386_fbsd.mh patch-gdb_config_i386_nm-fbsd.h patch-gdb_config_i386_tm-fbsd.h patch-gdb_freebsd-uthread.c patch-gdb_kvm-fbsd.c patch-gdb_symfile.c patch-gdb_target.c patch-gdb_target.h patch-gdb_version.in Log: - Add support for specifying expressions in add-symbol-file (Nick Hibma) - Add patches from src/ bits for: - kernel core debugging for i386 - thread debugging for i386 and alpha (Doug Rabson) This patch allows debugging -current kernels compiled with gcc-3.1. Reviewed by: dfr Approved by: obrien Revision Changes Path 1.10 +1 -0 ports/devel/gdb52/Makefile 1.1 +9 -0 ports/devel/gdb52/files/patch-gdb_config_alpha_fbsd.mh (new) 1.1 +8 -0 ports/devel/gdb52/files/patch-gdb_config_i386_fbsd.mh (new) 1.1 +46 -0 ports/devel/gdb52/files/patch-gdb_config_i386_nm-fbsd.h (new) 1.1 +80 -0 ports/devel/gdb52/files/patch-gdb_config_i386_tm-fbsd.h (new) 1.1 +922 -0 ports/devel/gdb52/files/patch-gdb_freebsd-uthread.c (new) 1.1 +1058 -0 ports/devel/gdb52/files/patch-gdb_kvm-fbsd.c (new) 1.1 +15 -0 ports/devel/gdb52/files/patch-gdb_symfile.c (new) 1.1 +11 -0 ports/devel/gdb52/files/patch-gdb_target.c (new) 1.1 +10 -0 ports/devel/gdb52/files/patch-gdb_target.h (new) 1.1 +5 -0 ports/devel/gdb52/files/patch-gdb_version.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 Jun 5 20:57: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 6315337B40D; Wed, 5 Jun 2002 20:57:22 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g563vME30990; Wed, 5 Jun 2002 20:57:22 -0700 (PDT) (envelope-from tjr) Message-Id: <200206060357.g563vME30990@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 5 Jun 2002 20:57:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 var.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/06/05 20:57:22 PDT Modified files: bin/sh sh.1 var.c Log: Add the SUSv3 -p ("portable") option to both the export and readonly builtins. This makes export/readonly print lines in the form "export name=value". Revision Changes Path 1.67 +20 -2 src/bin/sh/sh.1 1.19 +27 -1 src/bin/sh/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 21: 0: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 2E6FC37B408; Wed, 5 Jun 2002 21:00:35 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5640ZK31359; Wed, 5 Jun 2002 21:00:35 -0700 (PDT) (envelope-from marcus) Message-Id: <200206060400.g5640ZK31359@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 5 Jun 2002 21:00:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gnomeprint 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/06/05 21:00:35 PDT Modified files: print/gnomeprint Makefile Log: Get the dist path right this time. Revision Changes Path 1.46 +1 -0 ports/print/gnomeprint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 21: 2: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 4B55D37B403; Wed, 5 Jun 2002 21:02:50 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5642oK31740; Wed, 5 Jun 2002 21:02:50 -0700 (PDT) (envelope-from tjr) Message-Id: <200206060402.g5642oK31740@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 5 Jun 2002 21:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh var.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/06/05 21:02:50 PDT Modified files: bin/sh var.c Log: Quote the output of the no-argument form of the `set' builtin for re-input to the shell. Revision Changes Path 1.20 +8 -2 src/bin/sh/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 21: 6: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 84F3937B405; Wed, 5 Jun 2002 21:06:38 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5646cp35974; Wed, 5 Jun 2002 21:06:38 -0700 (PDT) (envelope-from marcus) Message-Id: <200206060406.g5646cp35974@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 5 Jun 2002 21:06:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/nautilus2 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/06/05 21:06:38 PDT Modified files: x11-fm/nautilus2 Makefile Log: Update the bookmarks to make them more FreeBSD-friendly. Suggested by: marcel Revision Changes Path 1.53 +1 -0 ports/x11-fm/nautilus2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 21:12: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 94B3D37B400; Wed, 5 Jun 2002 21:12:52 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g564Cq336821; Wed, 5 Jun 2002 21:12:52 -0700 (PDT) (envelope-from tjr) Message-Id: <200206060412.g564Cq336821@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 5 Jun 2002 21:12:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.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/06/05 21:12:51 PDT Modified files: bin/sh sh.1 Log: Document the -f and -v options of the unset builtin. Revision Changes Path 1.68 +15 -5 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 21:31: 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 5E78037B401; Wed, 5 Jun 2002 21:31:04 -0700 (PDT) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g564V4e38345; Wed, 5 Jun 2002 21:31:04 -0700 (PDT) (envelope-from yoichi) Message-Id: <200206060431.g564V4e38345@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Wed, 5 Jun 2002 21:31:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/skk-jisyo 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 yoichi 2002/06/05 21:31:04 PDT Modified files: japanese/skk-jisyo Makefile distinfo Log: Update to the dictionary files in 200206 Revision Changes Path 1.9 +2 -1 ports/japanese/skk-jisyo/Makefile 1.3 +3 -3 ports/japanese/skk-jisyo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 21:49:13 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 2C58D37B404; Wed, 5 Jun 2002 21:49:07 -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 OAA06317; Thu, 6 Jun 2002 14:49:04 +1000 Date: Thu, 6 Jun 2002 14:49:38 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src UPDATING In-Reply-To: <20020605200821.A55648@dragon.nuxi.com> Message-ID: <20020606143319.V10309-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, 5 Jun 2002, David O'Brien wrote: > On Thu, Jun 06, 2002 at 10:02:07AM +1000, Bruce Evans wrote: > > cc -gstabs+ -O -pipe -Wall -Wno-format-y2k -Wno-uninitialized -Wformat=2 -Wno-format-extra-args -static -o cat cat.o > > cat.o: In function `udom_open': > > /usr/src/bin/cat/cat.c(.stab+0x1460): undefined reference to `nantext' > > *** Error code 1 > > Perhaps do to local changes? Perhaps. It seems to be caused by a very funny bug in printf or scanf or in related functions in gcc. > $ cat foo.c > int main(void) { return 0; } > $ /usr/bin/cc -gstabs+ foo.c > $ ./a.out > $ /usr/bin/cc -S -gstabs+ foo.c > $ cat foo.s > .file "foo.c" > ..snip.. > .stabs "",100,0,0,nantext > nantext: "nan" here seems to be be for misparsing ".Letext" as "nan" (numeric Not a Number). I get "nan" for the label in the stabs line and "-inftext" for the label itself. "-inf" seems to be for misparsing something as numeric -Infinity. The bogus label "-inftext" causes only a warning from the assembler. Linkage fails later because there is no label "nantext". > .ident "GCC: (GNU) 3.1 [FreeBSD] 20020509 (prerelease)" > > $ gcc31 -gstabs+ foo.c > $ ./a.out > $ gcc31 -S -gstabs+ foo.c > $ cat foo.s > .file "foo.c" > ..snip.. > .stabs "",100,0,0,.Letext > .Letext: > .ident "GCC: (GNU) 3.1.1 20020527 (prerelease) [FreeBSD]" > Here you get the reasonable label .Letext and I still get nantext/-inftext. ".Letext" is apparently from adding the prefix .L to etext to keep etext out of the namespace. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 21:57: 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 0464737B404; Wed, 5 Jun 2002 21:57:00 -0700 (PDT) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g564uxk40990; Wed, 5 Jun 2002 21:56:59 -0700 (PDT) (envelope-from ambrisko) Message-Id: <200206060456.g564uxk40990@freefall.freebsd.org> From: Doug Ambrisko Date: Wed, 5 Jun 2002 21:56:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.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 ambrisko 2002/06/05 21:56:59 PDT Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c Log: MFC: Add device ID for fxp core on newer Intel P4 motherboards. Aprroved by: re@ (murray) Revision Changes Path 1.110.2.19 +1 -0 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 22:48:54 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 2185937B404; Wed, 5 Jun 2002 22:48: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 PAA14139; Thu, 6 Jun 2002 15:48:42 +1000 Date: Thu, 6 Jun 2002 15:49:17 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src UPDATING In-Reply-To: <20020606143319.V10309-100000@gamplex.bde.org> Message-ID: <20020606154302.O10454-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 Thu, 6 Jun 2002, Bruce Evans wrote: > Perhaps. It seems to be caused by a very funny bug in printf or scanf or > in related functions in gcc. > > > $ cat foo.c > > int main(void) { return 0; } > > $ /usr/bin/cc -gstabs+ foo.c > > $ ./a.out > > $ /usr/bin/cc -S -gstabs+ foo.c > > $ cat foo.s > > .file "foo.c" > > ..snip.. > > .stabs "",100,0,0,nantext > > nantext: > > "nan" here seems to be be for misparsing ".Letext" as "nan" (numeric > Not a Number). I get "nan" for the label in the stabs line and > "-inftext" for the label itself. "-inf" seems to be for misparsing > something as numeric -Infinity. The bogus label "-inftext" causes > only a warning from the assembler. Linkage fails later because there > is no label "nantext". The cause of the bug is less interesting than the bug. It is just two %L's in an unchecked format string interpreting stack garbage as long doubles. The following seems to be the correct fix: %%% Index: freebsd.h =================================================================== RCS file: /home/ncvs/src/contrib/gcc/config/i386/freebsd.h,v retrieving revision 1.49 diff -u -2 -r1.49 freebsd.h --- freebsd.h 12 May 2002 17:31:12 -0000 1.49 +++ freebsd.h 6 Jun 2002 05:20:41 -0000 @@ -399,5 +400,6 @@ do { \ if (TARGET_ELF) { \ - fprintf ((FILE), "\t.text\n\t.stabs \"\",%d,0,0,%LLetext\n%LLetext:\n", \ + asm_fprintf ((FILE), \ + "\t.text\n\t.stabs \"\",%d,0,0,%LLetext\n%LLetext:\n", \ N_SO); \ } \ %%% %L in asm_fprintf() just just produces "." here. Perhaps asm_printf() should be used in other places that add a target-dependent prefix. It isn't used much, and couldn't be format-checked easily, since its %L and probably other format specifiers conflict with the standard printf ones. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 23: 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 361DC37B405; Wed, 5 Jun 2002 23:02:18 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5662IV51476; Wed, 5 Jun 2002 23:02:18 -0700 (PDT) (envelope-from alfred) Message-Id: <200206060602.g5662IV51476@freefall.freebsd.org> From: Alfred Perlstein Date: Wed, 5 Jun 2002 23:02:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons 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 alfred 2002/06/05 23:02:18 PDT Modified files: sys/dev/syscons syscons.c Log: Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only) the default. Revision Changes Path 1.385 +1 -1 src/sys/dev/syscons/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 23:12: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 776FD37B401; Wed, 5 Jun 2002 23:12:16 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g566CG456346; Wed, 5 Jun 2002 23:12:16 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206060612.g566CG456346@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 5 Jun 2002 23:12:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtoolkit 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 dinoex 2002/06/05 23:12:16 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/gtoolkit Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New Port: GToolKit GToolKit is a (relatively) small library that implements a simple and easy to use Objective-C interface to the GTK+ widget set. Well, the library in itself does not do very much, of course. It just allows you to write your favourite program in my favourite programming language - Fix dependencies and missing defines - do configure in configure step - make portlint happy - use variables in plist - honor it does install in Local, not in System PR: 33843 Submitted by: flynn@energyhq.homeip.net Revision Changes Path 1.183 +1 -0 ports/x11-toolkits/Makefile 1.1 +71 -0 ports/x11-toolkits/gtoolkit/Makefile (new) 1.1 +1 -0 ports/x11-toolkits/gtoolkit/distinfo (new) 1.1 +1 -0 ports/x11-toolkits/gtoolkit/pkg-comment (new) 1.1 +19 -0 ports/x11-toolkits/gtoolkit/pkg-descr (new) 1.1 +107 -0 ports/x11-toolkits/gtoolkit/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 Jun 5 23:12: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 E415F37B40C; Wed, 5 Jun 2002 23:12:22 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g566CMw56387; Wed, 5 Jun 2002 23:12:22 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206060612.g566CMw56387@freefall.freebsd.org> From: Dirk Meyer Date: Wed, 5 Jun 2002 23:12: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 dinoex 2002/06/05 23:12:22 PDT Modified files: . modules Log: gtoolkit --> ports/x11-toolkits/gtoolkit Revision Changes Path 1.5294 +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 Jun 5 23:23: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 B290537B400; Wed, 5 Jun 2002 23:23:43 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g566Nhn57452; Wed, 5 Jun 2002 23:23:43 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206060623.g566Nhn57452@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 5 Jun 2002 23:23:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/yap 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/06/05 23:23:43 PDT Modified files: lang/yap Makefile distinfo Log: upgrade to 4.3.22 Revision Changes Path 1.6 +1 -1 ports/lang/yap/Makefile 1.5 +1 -1 ports/lang/yap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 23:36:34 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (254.a.005.mel.iprimus.net.au [210.50.40.254]) by hub.freebsd.org (Postfix) with ESMTP id D727237B407; Wed, 5 Jun 2002 23:36:24 -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 g566Imcx044572; Thu, 6 Jun 2002 16:18:50 +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 g566Ii09044571; Thu, 6 Jun 2002 16:18:44 +1000 (EST) Date: Thu, 6 Jun 2002 16:18:43 +1000 From: "Tim J. Robbins" To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606161843.A44561@treetop.robbins.dropbear.id.au> References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020606031545.GA83612@nagual.pp.ru>; from ache@nagual.pp.ru on Thu, Jun 06, 2002 at 07:15:45AM +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, Jun 06, 2002 at 07:15:45AM +0400, Andrey A. Chernov wrote: > On Wed, Jun 05, 2002 at 20:13:10 -0700, Tim J. Robbins wrote: > > tjr 2002/06/05 20:13:10 PDT > > > > Modified files: > > usr.bin/uniq uniq.c > > Log: > > Compare lines with strcmp(), not strcoll(). We are interested only in > > equality, not ordering. > > > Please back it out. It break equality. Think about ss. Supply a test case and perhaps I shall. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jun 5 23:43: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 47C5837B401; Wed, 5 Jun 2002 23:43:24 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g566hO459391; Wed, 5 Jun 2002 23:43:24 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206060643.g566hO459391@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 5 Jun 2002 23:43:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/vamos Makefile distinfo pkg-plist ports/games/vamos/files patch-body::Frame.cc patch-include::vamos::body::Tire.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/06/05 23:43:23 PDT Modified files: games/vamos Makefile distinfo pkg-plist Removed files: games/vamos/files patch-body::Frame.cc patch-include::vamos::body::Tire.h Log: upgrade to 0.2.2 Revision Changes Path 1.2 +1 -1 ports/games/vamos/Makefile 1.2 +1 -1 ports/games/vamos/distinfo 1.2 +0 -10 ports/games/vamos/files/patch-body::Frame.cc (dead) 1.2 +0 -10 ports/games/vamos/files/patch-include::vamos::body::Tire.h (dead) 1.2 +4 -0 ports/games/vamos/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 Jun 6 0: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 ECD4237B404; Thu, 6 Jun 2002 00:31:56 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g567VuB67956; Thu, 6 Jun 2002 00:31:56 -0700 (PDT) (envelope-from murray) Message-Id: <200206060731.g567VuB67956@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Jun 2002 00:31:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/06 00:31:56 PDT Modified files: . avail Log: Lock src/ temporarily for the creation of the RELENG_4_6 branch. Revision Changes Path 1.183 +1 -1 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 1:26:35 2002 Delivered-To: cvs-all@freebsd.org Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254]) by hub.freebsd.org (Postfix) with ESMTP id 158DA37B401; Thu, 6 Jun 2002 01:26:32 -0700 (PDT) Received: by heechee.tobez.org (Postfix, from userid 1001) id E11A1ABE3; Thu, 6 Jun 2002 10:26:23 +0200 (CEST) Date: Thu, 6 Jun 2002 10:26:23 +0200 From: Anton Berezin To: Akinori MUSHA Cc: roberto@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/perforce Makefile distinfo Message-ID: <20020606082623.GC71895@heechee.tobez.org> References: <200206051257.g55CvOP68447@freefall.freebsd.org> <86y9dtnzpx.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86y9dtnzpx.wl@archon.local.idaemons.org> User-Agent: Mutt/1.3.24i Sender: owner-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, Jun 06, 2002 at 07:10:50AM +0900, Akinori MUSHA wrote: > Also, I've dropped maintainership since I'm no longer a keen p4 user. > So, somebody with more interest please look after the port. /me nudges Ollivier, remembering his p4 T-shirt ;-) =Anton. -- | Anton Berezin | FreeBSD: The power to serve | | catpipe Systems ApS _ _ |_ | http://www.FreeBSD.org | | tobez@catpipe.net (_(_|| | tobez@FreeBSD.org | | +45 7021 0050 | Private: tobez@tobez.org | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 1:34:35 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id AD58B37B401; Thu, 6 Jun 2002 01:34:30 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g568WraR085934; Thu, 6 Jun 2002 12:34:19 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g568WnM1085932; Thu, 6 Jun 2002 12:32:51 +0400 (MSD) Date: Thu, 6 Jun 2002 12:32:47 +0400 From: "Andrey A. Chernov" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606083246.GA85860@nagual.pp.ru> References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606161843.A44561@treetop.robbins.dropbear.id.au> 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 Thu, Jun 06, 2002 at 16:18:43 +1000, Tim J. Robbins wrote: > On Thu, Jun 06, 2002 at 07:15:45AM +0400, Andrey A. Chernov wrote: > > > On Wed, Jun 05, 2002 at 20:13:10 -0700, Tim J. Robbins wrote: > > > tjr 2002/06/05 20:13:10 PDT > > > > > > Modified files: > > > usr.bin/uniq uniq.c > > > Log: > > > Compare lines with strcmp(), not strcoll(). We are interested only in > > > equality, not ordering. > > > > > > Please back it out. It break equality. Think about ss. > > Supply a test case and perhaps I shall. I mention it already above, ss (two chars) == (single char) in some locales. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 1:52: 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 9A51137B40A; Thu, 6 Jun 2002 01:52:00 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g568q0788364; Thu, 6 Jun 2002 01:52:00 -0700 (PDT) (envelope-from murray) Message-Id: <200206060852.g568q0788364@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Jun 2002 01:52:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/06 01:52:00 PDT Modified files: . avail Log: Unlock src/. RELENG_4_6_BP tag and RELENG_4_6 branch created. RELENG_4 and RELENG_4_6 remain frozen and require re@ approval for commits (at least for a few more days). Revision Changes Path 1.184 +1 -1 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 1:56: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 8757337B408; Thu, 6 Jun 2002 01:56:10 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g568uAK88558; Thu, 6 Jun 2002 01:56:10 -0700 (PDT) (envelope-from phk) Message-Id: <200206060856.g568uAK88558@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 6 Jun 2002 01:56:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.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/06/06 01:56:10 PDT Modified files: sys/kern vfs_bio.c Log: Use "bwrbg" as description when we sleep for background writing, "biord" was misleading in every possible way. Revision Changes Path 1.311 +1 -1 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 1:58:17 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 EB7DA37B408; Thu, 6 Jun 2002 01:58: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 M2L7DLG9; Thu, 6 Jun 2002 12:00:08 +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 g568w6316477; Thu, 6 Jun 2002 11:58:06 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CFF2445.E168A792@FreeBSD.org> Date: Thu, 06 Jun 2002 11:58:45 +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/x11-fm/nautilus2 Makefile References: <200206060406.g5646cp35974@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 Joe Marcus Clarke wrote: > > marcus 2002/06/05 21:06:38 PDT > > Modified files: > x11-fm/nautilus2 Makefile > Log: > Update the bookmarks to make them more FreeBSD-friendly. > > Suggested by: marcel > > Revision Changes Path > 1.53 +1 -0 ports/x11-fm/nautilus2/Makefile Gmm, looks like you've forgot to cvs add the patch. :( -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 2: 7: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 2697237B406; Thu, 6 Jun 2002 02:07:22 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5697MB93458; Thu, 6 Jun 2002 02:07:22 -0700 (PDT) (envelope-from trevor) Message-Id: <200206060907.g5697MB93458@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 6 Jun 2002 02:07:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perforce 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/06/06 02:07:21 PDT Modified files: devel/perforce Makefile Log: Mark forbidden. Revision Changes Path 1.11 +2 -0 ports/devel/perforce/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 2:24:57 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 C72B437B404; Thu, 6 Jun 2002 02:24:51 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.36 #1) id 17FtWE-0000Yi-00; Thu, 06 Jun 2002 11:25:22 +0200 From: Sheldon Hearn To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl Makefile In-reply-to: Your message of "Wed, 05 Jun 2002 08:32:27 MST." <200206051532.g55FWRS99116@freefall.freebsd.org> Date: Thu, 06 Jun 2002 11:25:22 +0200 Message-ID: <2151.1023355522@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, 05 Jun 2002 08:32:27 MST, "David E. O'Brien" wrote: > Modified files: > usr.bin/perl Makefile > Log: > Some things used "#!/usr/bin/perl5" (such as the /usr/local/bin/use.perl on > my system). So install a "perl5" wrapper too. Also /usr/bin/suidperl, although that needs to wrap to the 3rd-party suidperl, not the 3rd-party perl. Come and see the violence inherrent in the system! /me goes back to collecting mud. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 2:26:48 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (254.a.005.mel.iprimus.net.au [210.50.40.254]) by hub.freebsd.org (Postfix) with ESMTP id D21AD37B405; Thu, 6 Jun 2002 02:26:33 -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 g569OBBF045207; Thu, 6 Jun 2002 19:24:13 +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 g569O6b4045206; Thu, 6 Jun 2002 19:24:06 +1000 (EST) Date: Thu, 6 Jun 2002 19:24:02 +1000 From: "Tim J. Robbins" To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606192402.A45186@treetop.robbins.dropbear.id.au> References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020606083246.GA85860@nagual.pp.ru>; from ache@nagual.pp.ru on Thu, Jun 06, 2002 at 12:32:47PM +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, Jun 06, 2002 at 12:32:47PM +0400, Andrey A. Chernov wrote: > On Thu, Jun 06, 2002 at 16:18:43 +1000, Tim J. Robbins wrote: > > On Thu, Jun 06, 2002 at 07:15:45AM +0400, Andrey A. Chernov wrote: > > > > > On Wed, Jun 05, 2002 at 20:13:10 -0700, Tim J. Robbins wrote: > > > > tjr 2002/06/05 20:13:10 PDT > > > > > > > > Modified files: > > > > usr.bin/uniq uniq.c > > > > Log: > > > > Compare lines with strcmp(), not strcoll(). We are interested only in > > > > equality, not ordering. > > > > > > > > > Please back it out. It break equality. Think about ss. > > > > Supply a test case and perhaps I shall. > > I mention it already above, ss (two chars) == (single char) in some > locales. uniq is defined in terms of string equality, not string collatng order. It doesn't matter how the input is split into collating elements or their weights, what matters is that the lines have the same bit patterns. The GNU implementation uses memcmp() to compare lines. Solaris appears to use strcmp() (objdump -T on /bin/uniq shows no reference to strcoll or strxfrm). SUSv3 does not mention LC_COLLATE as affecting uniq. NetBSD uses strcmp(). AT&T AST uses memcmp(). Sigh. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 2:36: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 A36CB37B400; Thu, 6 Jun 2002 02:36:26 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g569aQG96212; Thu, 6 Jun 2002 02:36:26 -0700 (PDT) (envelope-from marcus) Message-Id: <200206060936.g569aQG96212@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 6 Jun 2002 02:36:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/nautilus2/files patch-data_static_bookmarks.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 marcus 2002/06/06 02:36:26 PDT Added files: x11-fm/nautilus2/files patch-data_static_bookmarks.xml Log: Actually include the patch. Submitted by: sobomax Revision Changes Path 1.1 +84 -0 ports/x11-fm/nautilus2/files/patch-data_static_bookmarks.xml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 2:36:56 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 6788637B404; Thu, 6 Jun 2002 02:36:50 -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.3) with ESMTP id g569aJB4025981; Thu, 6 Jun 2002 05:36:19 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Subject: Re: cvs commit: ports/x11-fm/nautilus2 Makefile From: Joe Marcus Clarke To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <3CFF2445.E168A792@FreeBSD.org> References: <200206060406.g5646cp35974@freefall.freebsd.org> <3CFF2445.E168A792@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-w5BsMcnQvLUuXHJcmKDN" X-Mailer: Ximian Evolution 1.0.5 Date: 06 Jun 2002 05:37:04 -0400 Message-Id: <1023356224.52795.2.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 --=-w5BsMcnQvLUuXHJcmKDN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2002-06-06 at 04:58, Maxim Sobolev wrote: > Joe Marcus Clarke wrote: > >=20 > > marcus 2002/06/05 21:06:38 PDT > >=20 > > Modified files: > > x11-fm/nautilus2 Makefile > > Log: > > Update the bookmarks to make them more FreeBSD-friendly. > >=20 > > Suggested by: marcel > >=20 > > Revision Changes Path > > 1.53 +1 -0 ports/x11-fm/nautilus2/Makefile >=20 > Gmm, looks like you've forgot to cvs add the patch. :( Doh! I thought I had done that. It's fixed now. Joe >=20 > -Maxim >=20 --=-w5BsMcnQvLUuXHJcmKDN 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) iD8DBQA8/y1Ab2iPiv4Uz4cRApPSAKCKioRsbjPV+yf8RTrNwE1pKQPhwwCgnwW1 hH3HqkXN9cptYtpAfHZGoNI= =K4bo -----END PGP SIGNATURE----- --=-w5BsMcnQvLUuXHJcmKDN-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 2:51: 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 8900A37B404; Thu, 6 Jun 2002 02:51:02 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g569p2l97837; Thu, 6 Jun 2002 02:51:02 -0700 (PDT) (envelope-from tobez) Message-Id: <200206060951.g569p2l97837@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Jun 2002 02:51:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-File-Scan 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 tobez 2002/06/06 02:51:02 PDT Modified files: security/p5-File-Scan Makefile distinfo pkg-descr pkg-plist Log: Update to 0.29. PR: 38892 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/security/p5-File-Scan/Makefile 1.3 +1 -1 ports/security/p5-File-Scan/distinfo 1.2 +1 -1 ports/security/p5-File-Scan/pkg-descr 1.2 +2 -0 ports/security/p5-File-Scan/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 Jun 6 3: 4:22 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 296D937B408; Thu, 6 Jun 2002 03:04:10 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g56A42aR086940; Thu, 6 Jun 2002 14:04:07 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g56A3vLt086938; Thu, 6 Jun 2002 14:03:58 +0400 (MSD) Date: Thu, 6 Jun 2002 14:03:54 +0400 From: "Andrey A. Chernov" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606100352.GA86621@nagual.pp.ru> References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> <20020606192402.A45186@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606192402.A45186@treetop.robbins.dropbear.id.au> 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 Thu, Jun 06, 2002 at 19:24:02 +1000, Tim J. Robbins wrote: > uniq is defined in terms of string equality, not string collatng order. > It doesn't matter how the input is split into collating elements or their > weights, what matters is that the lines have the same bit patterns. The GNU > implementation uses memcmp() to compare lines. Solaris appears to use > strcmp() (objdump -T on /bin/uniq shows no reference to strcoll or strxfrm). > SUSv3 does not mention LC_COLLATE as affecting uniq. NetBSD uses strcmp(). > AT&T AST uses memcmp(). 1) There is no order here, I never mention any order, we talk about equality possibility in collate. Please learn something about collate before commiting anything in that area. 2) I never mention any weights too, see above. 3) There is no much sense to discuss non-localized implementations you mention. 4) Uniq must be consistent with other utilities 'unique' concept to operate in the flow, like comm, join and sort, they _use_ collate, so uniq must not produce different conflicting results. 5) From common sense: in some languages alala and ssalala are the same. 6) If you are user of such locale and want binary uniq, reset your LANG to C -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 3:14: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 223CB37B406; Thu, 6 Jun 2002 03:14:10 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56AEAU04175; Thu, 6 Jun 2002 03:14:10 -0700 (PDT) (envelope-from murray) Message-Id: <200206061014.g56AEAU04175@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Jun 2002 03:14:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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/06/06 03:14:09 PDT Modified files: (Branch: RELENG_4_6) release Makefile Log: Update BASE for 4.6. Approved by: re (implicit) Revision Changes Path 1.536.2.84.2.1 +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 Thu Jun 6 3:14:56 2002 Delivered-To: cvs-all@freebsd.org Received: from gidgate.gid.co.uk (gid.co.uk [194.32.164.225]) by hub.freebsd.org (Postfix) with ESMTP id 21FDE37B403; Thu, 6 Jun 2002 03:14:47 -0700 (PDT) Received: (from rb@localhost) by gidgate.gid.co.uk (8.11.6/8.11.6) id g56AEB910753; Thu, 6 Jun 2002 11:14:11 +0100 (BST) (envelope-from rb) Message-Id: <4.3.2.7.2.20020606111045.00cd3430@gid.co.uk> X-Sender: rbmail@gid.co.uk X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 06 Jun 2002 11:14:07 +0100 To: "Andrey A. Chernov" From: Bob Bishop Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, "Tim J. Robbins" In-Reply-To: <20020606100352.GA86621@nagual.pp.ru> References: <20020606192402.A45186@treetop.robbins.dropbear.id.au> <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> <20020606192402.A45186@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-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, >[...] >4) Uniq must be consistent with other utilities 'unique' concept to >operate in the flow, like comm, join and sort, they _use_ collate, so uniq >must not produce different conflicting results. [etc] What does "sort -u" do? For the sake of POLA, "sort | uniq" should do the same thing. -- Bob Bishop +44 (0)118 977 4017 rb@gid.co.uk fax +44 (0)118 989 4254 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 3: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 2A27037B403; Thu, 6 Jun 2002 03:20:08 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56AK8K04509; Thu, 6 Jun 2002 03:20:08 -0700 (PDT) (envelope-from murray) Message-Id: <200206061020.g56AK8K04509@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Jun 2002 03:20:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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/06/06 03:20:08 PDT Modified files: (Branch: RELENG_4_6) gnu/usr.bin/groff/tmac mdoc.local Log: Update the default version number for manual pages. Approved by: re (implicit) Revision Changes Path 1.2.2.11.2.1 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 3:23: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 1919937B403; Thu, 6 Jun 2002 03:23:26 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56ANQS05056; Thu, 6 Jun 2002 03:23:26 -0700 (PDT) (envelope-from murray) Message-Id: <200206061023.g56ANQS05056@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Jun 2002 03:23:26 -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_6 Sender: owner-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/06/06 03:23:25 PDT Modified files: (Branch: RELENG_4_6) sys/conf newvers.sh Log: Update for 4.6-RELEASE. Approved by: re (implicit) Revision Changes Path 1.44.2.23.2.1 +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 Thu Jun 6 3:26: 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 7774937B406; Thu, 6 Jun 2002 03:25:57 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56APv605189; Thu, 6 Jun 2002 03:25:57 -0700 (PDT) (envelope-from murray) Message-Id: <200206061025.g56APv605189@freefall.freebsd.org> From: Murray Stokely Date: Thu, 6 Jun 2002 03:25:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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/06/06 03:25:57 PDT Modified files: (Branch: RELENG_4_6) sys/sys param.h Log: Update for FreeBSD 4.6. Approved by: re (implicit) Revision Changes Path 1.61.2.27.2.1 +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 Jun 6 3:30:38 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 6DA8E37B405; Thu, 6 Jun 2002 03:30:29 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g56ATuaR087339; Thu, 6 Jun 2002 14:30:15 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g56ATo36087337; Thu, 6 Jun 2002 14:29:51 +0400 (MSD) Date: Thu, 6 Jun 2002 14:29:46 +0400 From: "Andrey A. Chernov" To: Bob Bishop Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, "Tim J. Robbins" Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606102943.GB86621@nagual.pp.ru> References: <20020606192402.A45186@treetop.robbins.dropbear.id.au> <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> <20020606192402.A45186@treetop.robbins.dropbear.id.au> <4.3.2.7.2.20020606111045.00cd3430@gid.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.3.2.7.2.20020606111045.00cd3430@gid.co.uk> 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 Thu, Jun 06, 2002 at 11:14:07 +0100, Bob Bishop wrote: > Hi, > > >[...] > >4) Uniq must be consistent with other utilities 'unique' concept to > >operate in the flow, like comm, join and sort, they _use_ collate, so uniq > >must not produce different conflicting results. [etc] > > What does "sort -u" do? For the sake of POLA, "sort | uniq" should do the > same thing. Yes, this is good example of what I mean. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 3:47: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 BEDA137B404; Thu, 6 Jun 2002 03:46:58 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g56AkcQ07669; Thu, 6 Jun 2002 13:46:38 +0300 (EEST) (envelope-from ru) Date: Thu, 6 Jun 2002 13:46:37 +0300 From: Ruslan Ermilov To: Dag-Erling Smorgrav , Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile src/lib/libfetch Makefile Message-ID: <20020606104637.GA7253@sunbay.com> References: <200206052125.g55LPXU65639@freefall.freebsd.org> <20020606093252.C9335-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline In-Reply-To: <20020606093252.C9335-100000@gamplex.bde.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 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 06, 2002 at 09:34:48AM +1000, Bruce Evans wrote: > On Wed, 5 Jun 2002, Dag-Erling Smorgrav wrote: >=20 > > des 2002/06/05 14:25:33 PDT > > > > Modified files: > > usr.bin/fetch Makefile > > lib/libfetch Makefile > > Log: > > During buildworld, "regular" libraries are built before crypto stuff,= so > > libfetch can't depend on lib{crypto,ssl}. Move the dependency to fet= ch > > until we can figure out how to fix this. >=20 > Just add lib{crypto,ssl} to _prebuild_libs near libssh in src/Makefile.in= c1? >=20 Not that simple, but yes, you should have run src/tools/make_libdeps.sh. I'm currently testing this patch and will commit it if the test succeeds: %%% Index: Makefile.inc1 =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/Makefile.inc1,v retrieving revision 1.289 diff -u -p -r1.289 Makefile.inc1 --- Makefile.inc1 31 May 2002 13:04:09 -0000 1.289 +++ Makefile.inc1 6 Jun 2002 10:43:54 -0000 @@ -715,7 +715,9 @@ lib/libypclnt__L: lib/librpcsvc__L _generic_libs+=3D lib =20 .if !defined(NOCRYPT) && !defined(NOSECURE) -_prebuild_libs+=3D secure/lib/libcrypto +.if !defined(NO_OPENSSL) +_prebuild_libs+=3D secure/lib/libcrypto secure/lib/libssl +.endif .if !defined(NO_OPENSSH) _prebuild_libs+=3D secure/lib/libssh secure/lib/libssh__L: secure/lib/libcrypto__L lib/libz__L Index: lib/libfetch/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/lib/libfetch/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- lib/libfetch/Makefile 5 Jun 2002 21:35:35 -0000 1.29 +++ lib/libfetch/Makefile 6 Jun 2002 10:43:54 -0000 @@ -5,16 +5,17 @@ LIB=3D fetch WARNS?=3D 4 CFLAGS+=3D -I. CFLAGS+=3D -DINET6 -.if !defined(NOCRYPT) -CFLAGS+=3D -DWITH_SSL -.endif SRCS=3D fetch.c common.c ftp.c http.c file.c \ ftperr.h httperr.h INCS=3D fetch.h MAN=3D fetch.3 CLEANFILES=3D ftperr.h httperr.h -#DPADD=3D ${LIBCRYPTO} ${LIBSSL} -#LDADD=3D -lcrypto -lssl + +.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) +CFLAGS+=3D -DWITH_SSL +DPADD=3D ${LIBCRYPTO} ${LIBSSL} +LDADD=3D -lcrypto -lssl +.endif =20 NO_WERROR=3D yes =20 Index: usr.bin/fetch/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/usr.bin/fetch/Makefile,v retrieving revision 1.8 diff -u -p -r1.8 Makefile --- usr.bin/fetch/Makefile 5 Jun 2002 21:28:47 -0000 1.8 +++ usr.bin/fetch/Makefile 6 Jun 2002 10:43:54 -0000 @@ -4,7 +4,7 @@ MAINTAINER=3D des@freebsd.org PROG=3D fetch DPADD=3D ${LIBFETCH} LDADD=3D -lfetch -.if !defined(NOCRYPT) +.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) DPADD+=3D ${LIBCRYPTO} ${LIBSSL} LDADD+=3D -lcrypto -lssl .endif Index: usr.sbin/pkg_install/add/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/usr.sbin/pkg_install/add/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- usr.sbin/pkg_install/add/Makefile 10 Oct 2001 06:58:41 -0000 1.14 +++ usr.sbin/pkg_install/add/Makefile 6 Jun 2002 10:43:54 -0000 @@ -10,4 +10,9 @@ WARNS?=3D 2 DPADD=3D ${LIBINSTALL} ${LIBFETCH} ${LIBMD} LDADD=3D ${LIBINSTALL} -lfetch -lmd =20 +.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) +DPADD+=3D ${LIBCRYPTO} ${LIBSSL} +LDADD+=3D -lcrypto -lssl +.endif + .include Index: usr.sbin/pkg_install/create/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/usr.sbin/pkg_install/create/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- usr.sbin/pkg_install/create/Makefile 10 Oct 2001 06:58:41 -0000 1.14 +++ usr.sbin/pkg_install/create/Makefile 6 Jun 2002 10:43:54 -0000 @@ -10,4 +10,9 @@ WARNS?=3D 2 DPADD=3D ${LIBINSTALL} ${LIBFETCH} ${LIBMD} LDADD=3D ${LIBINSTALL} -lfetch -lmd =20 +.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) +DPADD+=3D ${LIBCRYPTO} ${LIBSSL} +LDADD+=3D -lcrypto -lssl +.endif + .include Index: usr.sbin/pkg_install/delete/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/usr.sbin/pkg_install/delete/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- usr.sbin/pkg_install/delete/Makefile 10 Oct 2001 06:58:41 -0000 1.14 +++ usr.sbin/pkg_install/delete/Makefile 6 Jun 2002 10:43:54 -0000 @@ -10,4 +10,9 @@ WARNS?=3D 2 DPADD=3D ${LIBINSTALL} ${LIBFETCH} ${LIBMD} LDADD=3D ${LIBINSTALL} -lfetch -lmd =20 +.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) +DPADD+=3D ${LIBCRYPTO} ${LIBSSL} +LDADD+=3D -lcrypto -lssl +.endif + .include Index: usr.sbin/pkg_install/info/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/usr.sbin/pkg_install/info/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- usr.sbin/pkg_install/info/Makefile 10 Oct 2001 06:58:42 -0000 1.14 +++ usr.sbin/pkg_install/info/Makefile 6 Jun 2002 10:43:54 -0000 @@ -10,4 +10,9 @@ WARNS?=3D 2 DPADD=3D ${LIBINSTALL} ${LIBFETCH} ${LIBMD} LDADD=3D ${LIBINSTALL} -lfetch -lmd =20 +.if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) +DPADD+=3D ${LIBCRYPTO} ${LIBSSL} +LDADD+=3D -lcrypto -lssl +.endif + .include %%% --=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 --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/z2NUkv4P6juNwoRAiNLAJ9Q0A7mfCOxzoNaHJkCJsB2PREuHwCeMO0O rWwnJcy6JjuK2bqCyzmC23o= =ep7O -----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 Jun 6 3:51: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 C23D437B404; Thu, 6 Jun 2002 03:51:29 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56ApTT07663; Thu, 6 Jun 2002 03:51:29 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200206061051.g56ApTT07663@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 6 Jun 2002 03:51:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net rcmdsh.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 sheldonh 2002/06/06 03:51:25 PDT Modified files: lib/libc/net rcmdsh.3 Log: Correct FreeBSD release of first appearance in the HISTORY section (5.0 -> 4.6). Revision Changes Path 1.3 +1 -1 src/lib/libc/net/rcmdsh.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 3:53: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 8254637B401; Thu, 6 Jun 2002 03:53:29 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56ArTp08121; Thu, 6 Jun 2002 03:53:29 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200206061053.g56ArTp08121@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 6 Jun 2002 03:53:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net rcmdsh.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 sheldonh 2002/06/06 03:53:29 PDT Modified files: (Branch: RELENG_4) lib/libc/net rcmdsh.3 Log: MFC rev 1.3: correct release of first appearance in HISTORY section Approved by: re Revision Changes Path 1.2.2.2 +1 -1 src/lib/libc/net/rcmdsh.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 3:55: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 C87D037B406; Thu, 6 Jun 2002 03:55:28 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56AtS808294; Thu, 6 Jun 2002 03:55:28 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200206061055.g56AtS808294@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 6 Jun 2002 03:55:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net rcmdsh.3 X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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/06/06 03:55:28 PDT Modified files: (Branch: RELENG_4_6) lib/libc/net rcmdsh.3 Log: MFC rev 1.3: correct release of first mention in HISTORY section Approved by: re Revision Changes Path 1.2.2.1.2.1 +1 -1 src/lib/libc/net/rcmdsh.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 4:12:10 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (228.c.008.mel.iprimus.net.au [210.50.88.228]) by hub.freebsd.org (Postfix) with ESMTP id 1E17237B407; Thu, 6 Jun 2002 04:11:59 -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 g56ATlBF045694; Thu, 6 Jun 2002 20:29:48 +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 g56ATg5B045693; Thu, 6 Jun 2002 20:29:42 +1000 (EST) Date: Thu, 6 Jun 2002 20:29:42 +1000 From: "Tim J. Robbins" To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606202942.A45282@treetop.robbins.dropbear.id.au> References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> <20020606192402.A45186@treetop.robbins.dropbear.id.au> <20020606100352.GA86621@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020606100352.GA86621@nagual.pp.ru>; from ache@nagual.pp.ru on Thu, Jun 06, 2002 at 02:03:54PM +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, Jun 06, 2002 at 02:03:54PM +0400, Andrey A. Chernov wrote: > 3) There is no much sense to discuss non-localized implementations you mention. The GNU, Solaris and NetBSD implementations are localised, but do not use strcoll() because it would be incorrect to do so. > 4) Uniq must be consistent with other utilities 'unique' concept to > operate in the flow, like comm, join and sort, they _use_ collate, so uniq > must not produce different conflicting results. > > 5) From common sense: in some languages > alala > and > ssalala > are the same. strcoll() should not indicate that these strings are identical. If it does, it is incorrectly implemented. FreeBSD's strcoll() and strxfrm() are incorrectly implemented: strcoll("ss", "\xdf") == 0 in some locales on FreeBSD, but equals 1, -1 or -108 on all Solaris locales. strcmp() is the correct function to use to compare text strings for equality. strcoll() is the correct function to use to compare sorting order of text strings. uniq is not interested in the sort order of strings, it is interested in whether two lines of text are identical. If the sort utility is operating correctly, identical input lines will be adjacement in the output. $ export LANG=de_DE.ISO8859-15 $ printf "ss\n\337\nss\n\337\nss\n" | sort -u ss ß $ printf "ss\n\337\nss\n\337\nss\n" | sort -u | uniq ss This behaviour is simply not correct, and the bug lies in FreeBSD's old uniq implementation, not GNU sort. I shall not back this change out. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 4: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 943F337B403; Thu, 6 Jun 2002 04:27:03 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56BR3r18379; Thu, 6 Jun 2002 04:27:03 -0700 (PDT) (envelope-from ru) Message-Id: <200206061127.g56BR3r18379@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Jun 2002 04:27:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ktrdump 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/06/06 04:27:03 PDT Modified files: usr.bin/ktrdump Makefile Log: Added missing DPADD detected by ``make checkdpadd''. Revision Changes Path 1.3 +1 -0 src/usr.bin/ktrdump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 4:31: 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 BB9AE37B403; Thu, 6 Jun 2002 04:30:57 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56BUv018991; Thu, 6 Jun 2002 04:30:57 -0700 (PDT) (envelope-from ru) Message-Id: <200206061130.g56BUv018991@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Jun 2002 04:30:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ancontrol 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/06/06 04:30:57 PDT Modified files: usr.sbin/ancontrol Makefile Log: Added missing DPADD detected by ``make checkdpadd''. Revision Changes Path 1.10 +2 -1 src/usr.sbin/ancontrol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 4:50:16 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 43A9137B400; Thu, 6 Jun 2002 04:50:12 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 52F255307; Thu, 6 Jun 2002 13:50:07 +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: Ruslan Ermilov Cc: Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile src/lib/libfetch Makefile References: <200206052125.g55LPXU65639@freefall.freebsd.org> <20020606093252.C9335-100000@gamplex.bde.org> <20020606104637.GA7253@sunbay.com> From: Dag-Erling Smorgrav Date: 06 Jun 2002 13:50:06 +0200 In-Reply-To: <20020606104637.GA7253@sunbay.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 Ruslan Ermilov writes: > Not that simple, but yes, you should have run src/tools/make_libdeps.sh. Of course I should. I'd completely forgotten about it, and about pkg_* :( /me goes hide in a corner 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 Thu Jun 6 5: 3:48 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 4744337B403; Thu, 6 Jun 2002 05:03:41 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g56C3RaR088075; Thu, 6 Jun 2002 16:03:36 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g56C3LpO088074; Thu, 6 Jun 2002 16:03:22 +0400 (MSD) Date: Thu, 6 Jun 2002 16:03:18 +0400 From: "Andrey A. Chernov" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606120315.GB87781@nagual.pp.ru> References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> <20020606192402.A45186@treetop.robbins.dropbear.id.au> <20020606100352.GA86621@nagual.pp.ru> <20020606202942.A45282@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606202942.A45282@treetop.robbins.dropbear.id.au> 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 Thu, Jun 06, 2002 at 20:29:42 +1000, Tim J. Robbins wrote: > > strcoll() should not indicate that these strings are identical. If it does, > it is incorrectly implemented. FreeBSD's strcoll() and strxfrm() are > incorrectly implemented: strcoll("ss", "\xdf") == 0 in some locales on FreeBSD, > but equals 1, -1 or -108 on all Solaris locales. It seems you don't understand collate at all. Please read POSIX collate description at least before making any absurd statements. strcoll() indicates that this strings are identical _only_ if directly instructed by collating table to do so. For FreeBSD collate source format I mean this directive: substitute with "ss" It means that replaced with "ss" before any comparison happens. > strcoll() is the correct function to use to compare sorting order of text > strings. And if strings have exact the same sorting order, they are equal. > uniq is not interested in the sort order of strings, it is interested in > whether two lines of text are identical. If the sort utility is operating You treat uniq as binary compare, but it is only subset of its functionality. It can be used for real life languages too, in localized model. > This behaviour is simply not correct, and the bug lies in FreeBSD's old > uniq implementation, not GNU sort. There is another bug in GNU sort in that area because of some limitations of GNU sort l10n (in some cases strings are compared character-by-character). Don't make it worse by breaking uniq too. > I shall not back this change out. As person responsible for FreeBSD locale, I insist on backing it out. I already state my reasons. Please not write me until you complete reading of POSIX collating model description, I have not time to educate people again and again. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 5: 5:45 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 6FCD837B404; Thu, 6 Jun 2002 05:05:41 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id DEB37535E; Thu, 6 Jun 2002 14:05:39 +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: "Tim J. Robbins" Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> <20020606192402.A45186@treetop.robbins.dropbear.id.au> From: Dag-Erling Smorgrav Date: 06 Jun 2002 14:05:39 +0200 In-Reply-To: <20020606192402.A45186@treetop.robbins.dropbear.id.au> 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 "Tim J. Robbins" writes: > uniq is defined in terms of string equality, not string collatng order. > It doesn't matter how the input is split into collating elements or their > weights, what matters is that the lines have the same bit patterns. The GNU > implementation uses memcmp() to compare lines. Solaris appears to use > strcmp() (objdump -T on /bin/uniq shows no reference to strcoll or strxfrm). Solaris uses a wrapper around strcmp(). 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 Thu Jun 6 5:12: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 2DA5A37B400; Thu, 6 Jun 2002 05:12:24 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56CCOi26774; Thu, 6 Jun 2002 05:12:24 -0700 (PDT) (envelope-from des) Message-Id: <200206061212.g56CCOi26774@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 6 Jun 2002 05:12:24 -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 des 2002/06/06 05:12:24 PDT Modified files: usr.bin/perl Makefile perl.c Log: Support suidperl as well. Revision Changes Path 1.4 +2 -1 src/usr.bin/perl/Makefile 1.3 +6 -2 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 Thu Jun 6 5:13:21 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id B1D2937B409; Thu, 6 Jun 2002 05:13:16 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g56CD7aR088218; Thu, 6 Jun 2002 16:13:12 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g56CD2LK088217; Thu, 6 Jun 2002 16:13:03 +0400 (MSD) Date: Thu, 6 Jun 2002 16:13:00 +0400 From: "Andrey A. Chernov" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606121257.GC87781@nagual.pp.ru> References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> <20020606192402.A45186@treetop.robbins.dropbear.id.au> <20020606100352.GA86621@nagual.pp.ru> <20020606202942.A45282@treetop.robbins.dropbear.id.au> <20020606120315.GB87781@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606120315.GB87781@nagual.pp.ru> 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 Thu, Jun 06, 2002 at 16:03:18 +0400, Andrey A. Chernov wrote: > > > uniq is not interested in the sort order of strings, it is interested in > > whether two lines of text are identical. If the sort utility is operating > > You treat uniq as binary compare, but it is only subset of its > functionality. It can be used for real life languages too, in localized > model. And what you try to do is to make uniq useless for real life languages. strcmp() is not human-oriented while strcoll() is. strcoll() should be used in all places which human supposed to read instead of strcmp(). For cases where binary comparison is needed, LANG=C trick can be used. This rule is generally true for all localized utilities. And you want to make already localized utility non-localized again. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 5:26:23 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 114CE37B408; Thu, 6 Jun 2002 05:26:20 -0700 (PDT) Received: by ns2.freenix.org (Postfix/TLS, from userid 1002) id 09A7E12C7C7; Thu, 6 Jun 2002 14:26:19 +0200 (CEST) Date: Thu, 6 Jun 2002 14:26:19 +0200 From: Ollivier Robert To: David O'Brien , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020606122618.GA23620@ns2.freenix.org> Mail-Followup-To: David O'Brien , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org References: <200206042125.g54LPfX04527@freefall.freebsd.org> <20020604151758.A11168@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020604151758.A11168@dragon.nuxi.com> 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 David O'Brien: > If ntpdate is going away soon, we need to experiement with the > replacement now. It would have been nice to talk to the ntp maintainer first, no ? -- 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 Jun 6 5:35:15 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 9EC0B37B401; Thu, 6 Jun 2002 05:35:06 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g56CYuaR088453; Thu, 6 Jun 2002 16:35:01 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g56CYr0B088452; Thu, 6 Jun 2002 16:34:54 +0400 (MSD) Date: Thu, 6 Jun 2002 16:34:51 +0400 From: "Andrey A. Chernov" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606123450.GA88332@nagual.pp.ru> References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> <20020606192402.A45186@treetop.robbins.dropbear.id.au> <20020606100352.GA86621@nagual.pp.ru> <20020606202942.A45282@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606202942.A45282@treetop.robbins.dropbear.id.au> 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 Thu, Jun 06, 2002 at 20:29:42 +1000, Tim J. Robbins wrote: > it is incorrectly implemented. FreeBSD's strcoll() and strxfrm() are > incorrectly implemented: strcoll("ss", "\xdf") == 0 in some locales on FreeBSD, > but equals 1, -1 or -108 on all Solaris locales. It have nothing common with strcoll() _implementation_ at all. This equality information comes from collating table. It means that Solaris collating tables not use "substitute" analog in that place. If you doubt that some particular FreeBSD collating table should use "substitute", contact with collating table author to ask what is really happens in his language. It not means that this mechanism is deprecated in general and not be used in another tables and utilities like uniq. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 5: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 2637D37B405; Thu, 6 Jun 2002 05:36:35 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56CaZr29538; Thu, 6 Jun 2002 05:36:35 -0700 (PDT) (envelope-from znerd) Message-Id: <200206061236.g56CaZr29538@freefall.freebsd.org> From: Ernst de Haan Date: Thu, 6 Jun 2002 05:36:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jboss2 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 znerd 2002/06/06 05:36:34 PDT Modified files: java/jboss2 Makefile distinfo pkg-plist Log: Upgrade from 2.4.4 to 2.4.6. Revision Changes Path 1.4 +1 -2 ports/java/jboss2/Makefile 1.2 +1 -4 ports/java/jboss2/distinfo 1.2 +1106 -1161 ports/java/jboss2/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 Jun 6 5:37:56 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 7B2BF37B426; Thu, 6 Jun 2002 05:37:14 -0700 (PDT) Received: by ns2.freenix.org (Postfix/TLS, from userid 1002) id 9B97812C79E; Thu, 6 Jun 2002 14:37:13 +0200 (CEST) Date: Thu, 6 Jun 2002 14:37:13 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020606123713.GB23620@ns2.freenix.org> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020604151758.A11168@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 John Baldwin: > Anyways, isn't roberto@ the ntp maintainer? Perhaps we should wait for > his feedback on this since he is more informed than either of us. Thanks. I've been off-line for a couple days because a ~#@^#{ telco guy managed to unplug my phone (and ADSL) line while installing another, grrr. ntpdate is deprecated for Dave Mills (but still in the source tree) but there are still discussions about the replacement (ntpd -q [-x] [-g]) and its behaviour. I'll import 4.1.1a soon in CURRENT but I will keep building ntpdate (for POLA reasons). I don't really object to Dave's change although I'd have appreciated a mail beforehand. -- 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 Jun 6 6: 0: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 A4ED137B409; Thu, 6 Jun 2002 06:00:30 -0700 (PDT) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56D0Ut39415; Thu, 6 Jun 2002 06:00:30 -0700 (PDT) (envelope-from znerd) Message-Id: <200206061300.g56D0Ut39415@freefall.freebsd.org> From: Ernst de Haan Date: Thu, 6 Jun 2002 06:00:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-jdk14 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 znerd 2002/06/06 06:00:30 PDT Modified files: java/linux-jdk14 Makefile distinfo pkg-plist Log: Upgrade to 1.4.0_01. Revision Changes Path 1.10 +5 -5 ports/java/linux-jdk14/Makefile 1.5 +1 -1 ports/java/linux-jdk14/distinfo 1.7 +12 -12 ports/java/linux-jdk14/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 Jun 6 6: 9:33 2002 Delivered-To: cvs-all@freebsd.org Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.135.138.206]) by hub.freebsd.org (Postfix) with ESMTP id E48B737B48A; Thu, 6 Jun 2002 06:08:49 -0700 (PDT) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 17Fx0O-00015N-00 (Debian); Thu, 06 Jun 2002 14:08:44 +0100 Date: Thu, 6 Jun 2002 14:08:44 +0100 From: Tony Finch To: phk@freebsd.org, imp@village.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Cc: dot@dotat.at Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020606140844.E20976@chiark.greenend.org.uk> References: <200206042125.g54LPfX04527@freefall.freebsd.org> <20020604151758.A11168@dragon.nuxi.com> <20020606122618.GA23620@ns2.freenix.org> <20020605163019.D16778@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: <20020605163019.D16778@chiark.greenend.org.uk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try for msntp. The author Nick Maclaren has said he's willing to alter the licence as necessary, but remains dubious of the kernel PLL. He's open to argument though. Tony. -- f.a.n.finch http://dotat.at/ FORTH TYNE: EASTERLY 3 OR 4. RAIN LATER. MODERATE, WITH FOG PATCHES DEVELOPING IN TYNE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 6:23: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 16A0E37B406; Thu, 6 Jun 2002 06:23:27 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56DNR645642; Thu, 6 Jun 2002 06:23:27 -0700 (PDT) (envelope-from mbr) Message-Id: <200206061323.g56DNR645642@freefall.freebsd.org> From: Martin Blapp Date: Thu, 6 Jun 2002 06:23:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile ports/editors/openoffice/files debugpatch-setup2::mow::source::loader::loader.c patch-config_office::configure.in patch-set_soenv.1 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/06/06 06:23:26 PDT Modified files: editors/openoffice Makefile editors/openoffice/files patch-config_office::configure.in patch-set_soenv.1 patch-solenv::inc::unxfbsdi.mk Added files: editors/openoffice/files debugpatch-setup2::mow::source::loader::loader.c Log: Add WITH_DEBUG option, and a needed patch. Clean up the Makefile. Revision Changes Path 1.65 +70 -34 ports/editors/openoffice/Makefile 1.1 +21 -0 ports/editors/openoffice/files/debugpatch-setup2::mow::source::loader::loader.c (new) 1.8 +37 -11 ports/editors/openoffice/files/patch-config_office::configure.in 1.15 +36 -16 ports/editors/openoffice/files/patch-set_soenv.1 1.11 +1 -1 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 Thu Jun 6 6:28: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 951D737B405; Thu, 6 Jun 2002 06:28:22 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56DSMl45889; Thu, 6 Jun 2002 06:28:22 -0700 (PDT) (envelope-from knu) Message-Id: <200206061328.g56DSMl45889@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 6 Jun 2002 06:28:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-File-MMagic 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/06/06 06:28:22 PDT Modified files: devel/p5-File-MMagic Makefile distinfo Log: Update to 1.15. Reported by: Frederic Dubuy Revision Changes Path 1.11 +2 -2 ports/devel/p5-File-MMagic/Makefile 1.7 +1 -1 ports/devel/p5-File-MMagic/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 6:31: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 9CDFF37B40F; Thu, 6 Jun 2002 06:31:35 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56DVZo46580; Thu, 6 Jun 2002 06:31:35 -0700 (PDT) (envelope-from knu) Message-Id: <200206061331.g56DVZo46580@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 6 Jun 2002 06:31:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-File-MMagic 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/06/06 06:31:35 PDT Modified files: devel/p5-File-MMagic Makefile Log: Release maintainership. This port had better be updated along with other CPAN ports in every mass update by the Perl port committers. Revision Changes Path 1.12 +1 -1 ports/devel/p5-File-MMagic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 6:44: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 07B9A37B401; Thu, 6 Jun 2002 06:44:15 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56DiEX47747; Thu, 6 Jun 2002 06:44:14 -0700 (PDT) (envelope-from ache) Message-Id: <200206061344.g56DiEX47747@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 6 Jun 2002 06:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uniq uniq.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/06/06 06:44:14 PDT Modified files: usr.bin/uniq uniq.c Log: Back out rev 1.19 because 1) It breaks uniq for real life languages when "substitute" directive used in the collating table. 2) It breaks uniq usage in tool chain with other localized utilities which use collate. 3) To follow LC_COLLATE it is directly allowed for uniq by POSIX P1003.1 Draft7 (7.3.2). It means that rev 1.19 gains no additional POSIX conformance. Revision Changes Path 1.20 +18 -2 src/usr.bin/uniq/uniq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 6:45: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 0CE3C37B408; Thu, 6 Jun 2002 06:45:19 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56DjIF47840; Thu, 6 Jun 2002 06:45:18 -0700 (PDT) (envelope-from skv) Message-Id: <200206061345.g56DjIF47840@freefall.freebsd.org> From: Sergey Skvortsov Date: Thu, 6 Jun 2002 06:45:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Spreadsheet-WriteExcel 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 skv 2002/06/06 06:45:18 PDT Modified files: textproc/p5-Spreadsheet-WriteExcel Makefile distinfo pkg-plist Log: Updated to 0.37 Revision Changes Path 1.9 +8 -8 ports/textproc/p5-Spreadsheet-WriteExcel/Makefile 1.7 +1 -1 ports/textproc/p5-Spreadsheet-WriteExcel/distinfo 1.7 +6 -1 ports/textproc/p5-Spreadsheet-WriteExcel/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 Jun 6 6:46: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 0868D37B410; Thu, 6 Jun 2002 06:45:47 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Djk448049; Thu, 6 Jun 2002 06:45:46 -0700 (PDT) (envelope-from ru) Message-Id: <200206061345.g56Djk448049@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Jun 2002 06:45:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/lib/libfetch Makefile src/usr.bin/fetch Makefile src/usr.sbin/pkg_install/add Makefile src/usr.sbin/pkg_install/create Makefile src/usr.sbin/pkg_install/delete Makefile src/usr.sbin/pkg_install/info 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/06/06 06:45:46 PDT Modified files: . Makefile.inc1 lib/libfetch Makefile usr.bin/fetch Makefile usr.sbin/pkg_install/add Makefile usr.sbin/pkg_install/create Makefile usr.sbin/pkg_install/delete Makefile usr.sbin/pkg_install/info Makefile Log: libfetch now depends on libcrypto and libssl. Revision Changes Path 1.290 +3 -1 src/Makefile.inc1 1.30 +6 -5 src/lib/libfetch/Makefile 1.9 +1 -1 src/usr.bin/fetch/Makefile 1.15 +5 -0 src/usr.sbin/pkg_install/add/Makefile 1.15 +5 -0 src/usr.sbin/pkg_install/create/Makefile 1.15 +5 -0 src/usr.sbin/pkg_install/delete/Makefile 1.15 +5 -0 src/usr.sbin/pkg_install/info/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 6:53: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 E072937B406; Thu, 6 Jun 2002 06:53:44 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Driw48998; Thu, 6 Jun 2002 06:53:44 -0700 (PDT) (envelope-from skv) Message-Id: <200206061353.g56Driw48998@freefall.freebsd.org> From: Sergey Skvortsov Date: Thu, 6 Jun 2002 06:53:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Spreadsheet-ParseExcel 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 skv 2002/06/06 06:53:44 PDT Modified files: textproc/p5-Spreadsheet-ParseExcel Makefile distinfo pkg-descr pkg-plist Log: Updated to 0.26 Revision Changes Path 1.6 +17 -5 ports/textproc/p5-Spreadsheet-ParseExcel/Makefile 1.4 +1 -1 ports/textproc/p5-Spreadsheet-ParseExcel/distinfo 1.2 +7 -1 ports/textproc/p5-Spreadsheet-ParseExcel/pkg-descr 1.4 +36 -0 ports/textproc/p5-Spreadsheet-ParseExcel/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 Jun 6 6:55: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 0AE0837B400; Thu, 6 Jun 2002 06:55:02 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Dt1J49204; Thu, 6 Jun 2002 06:55:01 -0700 (PDT) (envelope-from ru) Message-Id: <200206061355.g56Dt1J49204@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Jun 2002 06:55:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_ksu 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/06/06 06:55:01 PDT Modified files: lib/libpam/modules/pam_ksu Makefile Log: Tidy up. Revision Changes Path 1.2 +3 -10 src/lib/libpam/modules/pam_ksu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 7: 4: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 B9A6637B405; Thu, 6 Jun 2002 07:04:42 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56E4gp50220; Thu, 6 Jun 2002 07:04:42 -0700 (PDT) (envelope-from mbr) Message-Id: <200206061404.g56E4gp50220@freefall.freebsd.org> From: Martin Blapp Date: Thu, 6 Jun 2002 07:04:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-set_soenv.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 mbr 2002/06/06 07:04:42 PDT Modified files: editors/openoffice/files patch-set_soenv.1 Log: Remove /usr/local/lib from LD_LIBRARY_PATH. This should fix compile issues if stlport is already installed, but have been compiled with a different c++ compiler. Revision Changes Path 1.16 +35 -12 ports/editors/openoffice/files/patch-set_soenv.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 7: 6: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 E128F37B408; Thu, 6 Jun 2002 07:06:19 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56E6Jn54297; Thu, 6 Jun 2002 07:06:19 -0700 (PDT) (envelope-from mbr) Message-Id: <200206061406.g56E6Jn54297@freefall.freebsd.org> From: Martin Blapp Date: Thu, 6 Jun 2002 07:06:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/06 07:06:19 PDT Modified files: editors/openoffice Makefile Log: Add DMAKE variable we can later use for more targets. Revision Changes Path 1.66 +7 -7 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 7: 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 05FB537B400; Thu, 6 Jun 2002 07:07:46 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56E7jv54453; Thu, 6 Jun 2002 07:07:45 -0700 (PDT) (envelope-from ru) Message-Id: <200206061407.g56E7jv54453@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Jun 2002 07:07:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/3.0-upgrade 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/06/06 07:07:45 PDT Modified files: tools/3.0-upgrade Makefile Log: Tidy up. Revision Changes Path 1.3 +3 -5 src/tools/3.0-upgrade/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 7: 8: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 EE4FB37B414; Thu, 6 Jun 2002 07:08:04 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56E84n54499; Thu, 6 Jun 2002 07:08:04 -0700 (PDT) (envelope-from ru) Message-Id: <200206061408.g56E84n54499@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Jun 2002 07:08:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/3.0-upgrade 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/06/06 07:08:04 PDT Modified files: tools/3.0-upgrade README Log: Fixed typos. Revision Changes Path 1.3 +5 -3 src/tools/3.0-upgrade/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 7: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 A90C837B404; Thu, 6 Jun 2002 07:17:03 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56EH3m55412; Thu, 6 Jun 2002 07:17:03 -0700 (PDT) (envelope-from mbr) Message-Id: <200206061417.g56EH3m55412@freefall.freebsd.org> From: Martin Blapp Date: Thu, 6 Jun 2002 07:17:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/06 07:17:02 PDT Modified files: editors/openoffice Makefile Log: Fix string Revision Changes Path 1.67 +2 -2 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 7:17:37 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id A837537B420; Thu, 6 Jun 2002 07:17:26 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g56EH9aR089498; Thu, 6 Jun 2002 18:17:18 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g56EH6Q4089497; Thu, 6 Jun 2002 18:17:07 +0400 (MSD) Date: Thu, 6 Jun 2002 18:17:03 +0400 From: "Andrey A. Chernov" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606141703.GA89398@nagual.pp.ru> References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> <20020606192402.A45186@treetop.robbins.dropbear.id.au> <20020606100352.GA86621@nagual.pp.ru> <20020606202942.A45282@treetop.robbins.dropbear.id.au> <20020606120315.GB87781@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606120315.GB87781@nagual.pp.ru> 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 Thu, Jun 06, 2002 at 16:03:18 +0400, Andrey A. Chernov wrote: > by collating table to do so. For FreeBSD collate source format I mean > this directive: > > substitute with "ss" > > It means that replaced with "ss" before any comparison happens. In POSIX therminology it is called "One-to-many mapping" as stated in POSIX P1003.1 Draft7 (7.3.2) -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 7:34: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 291A437B406; Thu, 6 Jun 2002 07:34:54 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56EYsu57155; Thu, 6 Jun 2002 07:34:54 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206061434.g56EYsu57155@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 6 Jun 2002 07:34:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mozilla-tclp Makefile distinfo pkg-plist ports/chinese/mozilla-tclp/files 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/06/06 07:34:53 PDT Modified files: chinese/mozilla-tclp Makefile distinfo pkg-plist chinese/mozilla-tclp/files unix.js user.js Log: upgrade to 1.0 release PR: 38942 Submitted by: maintainer Revision Changes Path 1.13 +2 -2 ports/chinese/mozilla-tclp/Makefile 1.9 +1 -1 ports/chinese/mozilla-tclp/distinfo 1.5 +0 -2 ports/chinese/mozilla-tclp/files/unix.js 1.2 +0 -3 ports/chinese/mozilla-tclp/files/user.js 1.7 +0 -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 Thu Jun 6 8:41: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 931A537B401; Thu, 6 Jun 2002 08:41:24 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56FfOH67714; Thu, 6 Jun 2002 08:41:24 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206061541.g56FfOH67714@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 6 Jun 2002 08:41:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mozilla-tclp pkg-message ports/chinese/mozilla-tclp/files 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/06/06 08:41:24 PDT Modified files: chinese/mozilla-tclp pkg-message chinese/mozilla-tclp/files unix.js user.js Log: change ps font PR: 38948 Submitted by: maintainer Revision Changes Path 1.6 +8 -1 ports/chinese/mozilla-tclp/files/unix.js 1.3 +2 -1 ports/chinese/mozilla-tclp/files/user.js 1.4 +5 -5 ports/chinese/mozilla-tclp/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 Jun 6 8:46: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 2E88E37B404; Thu, 6 Jun 2002 08:46:39 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56FkdM68342; Thu, 6 Jun 2002 08:46:39 -0700 (PDT) (envelope-from des) Message-Id: <200206061546.g56FkdM68342@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 6 Jun 2002 08:46:39 -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 des 2002/06/06 08:46:39 PDT Modified files: sys/kern vfs_subr.c Log: Gratuitous whitespace cleanup. Revision Changes Path 1.359 +27 -28 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 Jun 6 8:50: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 423FD37B408; Thu, 6 Jun 2002 08:50:22 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56FoM268658; Thu, 6 Jun 2002 08:50:22 -0700 (PDT) (envelope-from des) Message-Id: <200206061550.g56FoM268658@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 6 Jun 2002 08:50:22 -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 des 2002/06/06 08:50:22 PDT Modified files: sys/kern vfs_subr.c Log: Move some sysctls from the debug tree to the vfs tree. Revision Changes Path 1.360 +3 -3 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 Jun 6 9: 0:28 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 45D7E37B401; Thu, 6 Jun 2002 09:00:25 -0700 (PDT) Received: by elvis.mu.org (Postfix, from userid 1192) id 217B9AE162; Thu, 6 Jun 2002 09:00:25 -0700 (PDT) Date: Thu, 6 Jun 2002 09:00:25 -0700 From: Alfred Perlstein To: Trevor Johnson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/perforce Makefile Message-ID: <20020606160024.GK88163@elvis.mu.org> References: <200206060907.g5697MB93458@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206060907.g5697MB93458@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 * Trevor Johnson [020606 02:07] wrote: > trevor 2002/06/06 02:07:21 PDT > > Modified files: > devel/perforce Makefile > Log: > Mark forbidden. Has anyone even bothered to call their support line? They're pretty responsive usually. :) -- -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 Thu Jun 6 9: 7: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 E198837B403; Thu, 6 Jun 2002 09:07:18 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56G7Ij74252; Thu, 6 Jun 2002 09:07:18 -0700 (PDT) (envelope-from gibbs) Message-Id: <200206061607.g56G7Ij74252@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 6 Jun 2002 09:07:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm aicasm_symbol.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 gibbs 2002/06/06 09:07:18 PDT Modified files: sys/dev/aic7xxx/aicasm aicasm_symbol.c Log: Remove one more multi-line string literal. Revision Changes Path 1.17 +5 -5 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 9: 9: 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 26DD337B403; Thu, 6 Jun 2002 09:09:04 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56G94874361; Thu, 6 Jun 2002 09:09:04 -0700 (PDT) (envelope-from trevor) Message-Id: <200206061609.g56G94874361@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 6 Jun 2002 09:09:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perforce 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/06/06 09:09:04 PDT Modified files: devel/perforce Makefile Log: David Marshall has agreed to maintain this. Revision Changes Path 1.12 +1 -1 ports/devel/perforce/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 9:24: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 9F1C837B400; Thu, 6 Jun 2002 09:24:06 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56GO6877156; Thu, 6 Jun 2002 09:24:06 -0700 (PDT) (envelope-from bmah) Message-Id: <200206061624.g56GO6877156@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Jun 2002 09:24: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/06/06 09:24:06 PDT Modified files: en/releases/4.6R schedule.sgml Log: Update release schedule for recent progress. While here, fix a tiny markup nit. Revision Changes Path 1.14 +5 -5 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 Thu Jun 6 9: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 5A9DF37B404; Thu, 6 Jun 2002 09:35:59 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56GZxv78325; Thu, 6 Jun 2002 09:35:59 -0700 (PDT) (envelope-from gibbs) Message-Id: <200206061635.g56GZxv78325@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 6 Jun 2002 09:35:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files options src/sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c src/sys/i386/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 gibbs 2002/06/06 09:35:59 PDT Modified files: sys/conf NOTES files options sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c sys/i386/conf GENERIC Log: Hook up the ahd driver. Revision Changes Path 1.1036 +9 -0 src/sys/conf/NOTES 1.644 +9 -0 src/sys/conf/files 1.321 +6 -0 src/sys/conf/options 1.2 +0 -20 src/sys/dev/aic7xxx/ahd_pci.c 1.2 +1 -1 src/sys/dev/aic7xxx/aic79xx.c 1.2 +1 -1 src/sys/dev/aic7xxx/aic79xx.h 1.2 +3 -3 src/sys/dev/aic7xxx/aic79xx_inline.h 1.2 +1 -1 src/sys/dev/aic7xxx/aic79xx_osm.c 1.2 +4 -0 src/sys/dev/aic7xxx/aic79xx_osm.h 1.2 +1 -1 src/sys/dev/aic7xxx/aic79xx_pci.c 1.345 +1 -0 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 9:39: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 8CA0B37B404; Thu, 6 Jun 2002 09:39:34 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56GdYd78656; Thu, 6 Jun 2002 09:39:34 -0700 (PDT) (envelope-from bmah) Message-Id: <200206061639.g56GdYd78656@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Jun 2002 09:39:34 -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_6 Sender: owner-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/06/06 09:39:34 PDT Modified files: (Branch: RELENG_4_6) release/doc/share/sgml release.ent Log: Update release documentation entities for 4.6-RELEASE. Approved by: re (implicitly) Revision Changes Path 1.1.2.10.2.1 +7 -7 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 Thu Jun 6 9:41: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 9DA7F37B400; Thu, 6 Jun 2002 09:41:28 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56GfSE79273; Thu, 6 Jun 2002 09:41:28 -0700 (PDT) (envelope-from bmah) Message-Id: <200206061641.g56GfSE79273@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Jun 2002 09:41:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/share/examples Makefile.relnotesng X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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/06/06 09:41:28 PDT Modified files: (Branch: RELENG_4_6) release/doc/share/examples Makefile.relnotesng Log: Update for 4.6-RELEASE release documentation snapshot area. Approved by: re (implicitly) Revision Changes Path 1.1.2.2.4.1 +2 -2 src/release/doc/share/examples/Makefile.relnotesng To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 9:52:38 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 A736937B404; Thu, 6 Jun 2002 09:52:33 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id BC27F5307; Thu, 6 Jun 2002 18:52:31 +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: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/lib/libfetch Makefile src/usr.bin/fetch Makefile src/usr.sbin/pkg_install/add Makefile src/usr.sbin/pkg_install/create Makefile src/usr.sbin/pkg_install/delete Makefile src/usr.sbin/pkg_install/info Makefile References: <200206061345.g56Djk448049@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 06 Jun 2002 18:52:30 +0200 In-Reply-To: <200206061345.g56Djk448049@freefall.freebsd.org> Message-ID: Lines: 9 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 Ruslan Ermilov writes: > Log: > libfetch now depends on libcrypto and libssl. Thanks once again for cleaning up my mess :( 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 Thu Jun 6 9:59: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 69D2637B407; Thu, 6 Jun 2002 09:59:24 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56GxOL81028; Thu, 6 Jun 2002 09:59:24 -0700 (PDT) (envelope-from des) Message-Id: <200206061659.g56GxOL81028@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 6 Jun 2002 09:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_vncache.c pseudofs_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 des 2002/06/06 09:59:24 PDT Modified files: sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_vncache.c pseudofs_vnops.c Log: Gratuitous whitespace cleanup. Revision Changes Path 1.15 +17 -17 src/sys/fs/pseudofs/pseudofs.c 1.19 +9 -9 src/sys/fs/pseudofs/pseudofs.h 1.7 +12 -12 src/sys/fs/pseudofs/pseudofs_fileno.c 1.14 +3 -3 src/sys/fs/pseudofs/pseudofs_vncache.c 1.28 +47 -47 src/sys/fs/pseudofs/pseudofs_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 Jun 6 10: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 8695637B401; Thu, 6 Jun 2002 10:14:10 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56HEAP86797; Thu, 6 Jun 2002 10:14:10 -0700 (PDT) (envelope-from bmah) Message-Id: <200206061714.g56HEAP86797@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Jun 2002 10:14:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/share/sgml release.dsl X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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/06/06 10:14:10 PDT Modified files: (Branch: RELENG_4_6) release/doc/en_US.ISO8859-1/share/sgml release.dsl Log: Remove footer reference to freebsd-stable@ from the 4.6-RELEASE release documentation. Approved by: re (implicitly) Revision Changes Path 1.1.2.5.2.1 +1 -12 src/release/doc/en_US.ISO8859-1/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 10:16: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 4DA5437B401; Thu, 6 Jun 2002 10:16:10 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56HGAP86970; Thu, 6 Jun 2002 10:16:10 -0700 (PDT) (envelope-from bmah) Message-Id: <200206061716.g56HGAP86970@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Jun 2002 10:16:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/share/sgml release.dsl X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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/06/06 10:16:10 PDT Modified files: (Branch: RELENG_4_6) release/doc/en_US.ISO8859-1/share/sgml release.dsl Log: Update manual page hyperlinks to use 4.6-RELEASE manpages. Approved by: re (implicitly) Revision Changes Path 1.1.2.5.2.2 +2 -2 src/release/doc/en_US.ISO8859-1/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 10:18: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 1BFF737B401; Thu, 6 Jun 2002 10:18:09 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56HI9787108; Thu, 6 Jun 2002 10:18:09 -0700 (PDT) (envelope-from tobez) Message-Id: <200206061718.g56HI9787108@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Jun 2002 10:18:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-ASP 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 tobez 2002/06/06 10:18:09 PDT Modified files: www/p5-Apache-ASP Makefile distinfo Log: Update to 2.35. PR: 38946 Submitted by: maintainer Revision Changes Path 1.11 +1 -1 ports/www/p5-Apache-ASP/Makefile 1.6 +1 -1 ports/www/p5-Apache-ASP/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 10:19:16 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 02D6237B408; Thu, 6 Jun 2002 10:19:11 -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 g56HJAJn089309; Thu, 6 Jun 2002 10:19:10 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g56HJA3l089308; Thu, 6 Jun 2002 10:19:10 -0700 (PDT) Date: Thu, 6 Jun 2002 10:19:10 -0700 From: "David O'Brien" To: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf Message-ID: <20020606101910.A89287@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: <200206042125.g54LPfX04527@freefall.freebsd.org> <20020604151758.A11168@dragon.nuxi.com> <20020606122618.GA23620@ns2.freenix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020606122618.GA23620@ns2.freenix.org>; from roberto@ns2.freenix.org on Thu, Jun 06, 2002 at 02:26:19PM +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 Thu, Jun 06, 2002 at 02:26:19PM +0200, Ollivier Robert wrote: > According to David O'Brien: > > If ntpdate is going away soon, we need to experiement with the > > replacement now. > > It would have been nice to talk to the ntp maintainer first, no ? I didn't touch the NTP binaries -- just the rc bits. So I would have contacted the RC people. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 10:21: 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 7C2EF37B406; Thu, 6 Jun 2002 10:21: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 g56HL4Jn089334; Thu, 6 Jun 2002 10:21: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 g56HL4rv089333; Thu, 6 Jun 2002 10:21:04 -0700 (PDT) Date: Thu, 6 Jun 2002 10:21:04 -0700 From: "David O'Brien" To: Ruslan Ermilov Cc: Dag-Erling Smorgrav , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile src/lib/libfetch Makefile Message-ID: <20020606102104.B89287@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , Dag-Erling Smorgrav , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206052125.g55LPXU65639@freefall.freebsd.org> <20020606093252.C9335-100000@gamplex.bde.org> <20020606104637.GA7253@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: <20020606104637.GA7253@sunbay.com>; from ru@FreeBSD.org on Thu, Jun 06, 2002 at 01:46:37PM +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, Jun 06, 2002 at 01:46:37PM +0300, Ruslan Ermilov wrote: > .if !defined(NOCRYPT) && !defined(NOSECURE) > -_prebuild_libs+= secure/lib/libcrypto > +.if !defined(NO_OPENSSL) > +_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl > +.endif You need to also test NOSECURE. NO_OPENSSL is on a subset of NOSECURE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 10:24: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 3DF4737B405; Thu, 6 Jun 2002 10:24:15 -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 g56HOEJn089406; Thu, 6 Jun 2002 10:24:14 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g56HOEH4089405; Thu, 6 Jun 2002 10:24:14 -0700 (PDT) Date: Thu, 6 Jun 2002 10:24:14 -0700 From: "David O'Brien" To: Ruslan Ermilov , Dag-Erling Smorgrav , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile src/lib/libfetch Makefile Message-ID: <20020606102414.C89287@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , Dag-Erling Smorgrav , Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206052125.g55LPXU65639@freefall.freebsd.org> <20020606093252.C9335-100000@gamplex.bde.org> <20020606104637.GA7253@sunbay.com> <20020606102104.B89287@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: <20020606102104.B89287@dragon.nuxi.com>; from obrien@FreeBSD.org on Thu, Jun 06, 2002 at 10:21:04AM -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, Jun 06, 2002 at 10:21:04AM -0700, David O'Brien wrote: > On Thu, Jun 06, 2002 at 01:46:37PM +0300, Ruslan Ermilov wrote: > > .if !defined(NOCRYPT) && !defined(NOSECURE) > > -_prebuild_libs+= secure/lib/libcrypto > > +.if !defined(NO_OPENSSL) > > +_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl > > +.endif > > You need to also test NOSECURE. NO_OPENSSL is on a subset of NOSECURE. Never mind, the surrounding .if !defined(NOCRYPT) && !defined(NOSECURE) already does that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 10:31:58 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 68D0837B404; Thu, 6 Jun 2002 10:31:53 -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 g56HVqJn089502; Thu, 6 Jun 2002 10:31: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 g56HVqHF089501; Thu, 6 Jun 2002 10:31:52 -0700 (PDT) Date: Thu, 6 Jun 2002 10:31:52 -0700 From: "David O'Brien" To: "Tim J. Robbins" Cc: "Andrey A. Chernov" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020606103152.D89287@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , "Tim J. Robbins" , "Andrey A. Chernov" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200206060313.g563DAi26751@freefall.freebsd.org> <20020606031545.GA83612@nagual.pp.ru> <20020606161843.A44561@treetop.robbins.dropbear.id.au> <20020606083246.GA85860@nagual.pp.ru> <20020606192402.A45186@treetop.robbins.dropbear.id.au> <20020606100352.GA86621@nagual.pp.ru> <20020606202942.A45282@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020606202942.A45282@treetop.robbins.dropbear.id.au>; from tjr@FreeBSD.ORG on Thu, Jun 06, 2002 at 08:29:42PM +1000 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, Jun 06, 2002 at 08:29:42PM +1000, Tim J. Robbins wrote: > > Please back it out. It break equality. Think about ss. > > Supply a test case and perhaps I shall. ..snip.. > This behavior is simply not correct, and the bug lies in FreeBSD's old > uniq implementation, not GNU sort. > > I shall not back this change out. Uh Tim, you need to back it out and do it now. *YOU* backed out ache's rev 1.7 (it seems w/o discussion): ---------------------------- revision 1.7 date: 1999-10-24 04:08:15; author: ache; state: Exp; lines: +18 -4 Use strcoll to provide the same results as sort and comm Use LINE_MAX for max line size (as comm does) ---------------------------- Ache knows a hell of a lot more about locale issues than us native English speakers do (ache vs. CJK people is an equal battle). He should be listened to in these cases. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 11: 1: 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 6484D37B412; Thu, 6 Jun 2002 11:00:58 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56I0ww91829; Thu, 6 Jun 2002 11:00:58 -0700 (PDT) (envelope-from obrien) Message-Id: <200206061800.g56I0ww91829@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jun 2002 11:00:58 -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/06/06 11:00:58 PDT Modified files: contrib/gcc/config/i386 freebsd.h Log: Match the DBX_OUTPUT_MAIN_SOURCE_FILE_END definition in dbxelf.h. Bug found by: bde Revision Changes Path 1.53 +3 -2 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 Thu Jun 6 11: 4: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 82CED37B404; Thu, 6 Jun 2002 11:04:46 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56I4kv92086; Thu, 6 Jun 2002 11:04:46 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206061804.g56I4kv92086@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 11:04:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.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/06/06 11:04:46 PDT Modified files: bin/ps keyword.c Log: As per behaviour on SVR4 systems, to allow any desirable type of header in the override, seperate by comma (',') only, rather than any type of whitespace (the literal space character (' ') had already been removed from this list). This allows things like: miamivice# ps -opid='Process > Identifier' Process Identifier 1350 1445 1450 To work. Revision Changes Path 1.44 +4 -2 src/bin/ps/keyword.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 11: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 7E7AA37B40A; Thu, 6 Jun 2002 11:09:58 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56I9wB96394; Thu, 6 Jun 2002 11:09:58 -0700 (PDT) (envelope-from mbr) Message-Id: <200206061809.g56I9wB96394@freefall.freebsd.org> From: Martin Blapp Date: Thu, 6 Jun 2002 11:09:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-salhelper::source::gcc2_freebsd_intel.map patch-salhelper::source::gcc3_freebsd_intel.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 mbr 2002/06/06 11:09:58 PDT Added files: editors/openoffice/files patch-salhelper::source::gcc2_freebsd_intel.map patch-salhelper::source::gcc3_freebsd_intel.map Log: Add missing map files. Revision Changes Path 1.1 +31 -0 ports/editors/openoffice/files/patch-salhelper::source::gcc2_freebsd_intel.map (new) 1.1 +34 -0 ports/editors/openoffice/files/patch-salhelper::source::gcc3_freebsd_intel.map (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 11: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 1113D37B411; Thu, 6 Jun 2002 11:10:13 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56IACI96605; Thu, 6 Jun 2002 11:10:13 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206061810.g56IACI96605@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 11:10:12 -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 jmallett 2002/06/06 11:10:12 PDT Modified files: bin/ps ps.1 Log: Refer to the command format by its SUSv3 name (comm), and list command as an alias. Revision Changes Path 1.48 +2 -2 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 Jun 6 11: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 9170B37B406; Thu, 6 Jun 2002 11:11:05 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56IB5O97025; Thu, 6 Jun 2002 11:11:05 -0700 (PDT) (envelope-from bmah) Message-Id: <200206061811.g56IB5O97025@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Jun 2002 11:11:05 -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/06/06 11:11:05 PDT Modified files: en/releases/4.6R schedule.sgml Log: Update schedule status: Manpage hyperlinks for 4.6 work. Revision Changes Path 1.15 +2 -2 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 Thu Jun 6 11:39: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 8E3ED37B403; Thu, 6 Jun 2002 11:39:55 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Ids199613; Thu, 6 Jun 2002 11:39:54 -0700 (PDT) (envelope-from des) Message-Id: <200206061839.g56Ids199613@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 6 Jun 2002 11:39:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fstat fstat.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/06/06 11:39:53 PDT Modified files: usr.bin/fstat fstat.c Log: Factor out some code in preparation for un-kmeming fstat(1). Sponsored by: DARPA, NAI Labs Revision Changes Path 1.41 +43 -18 src/usr.bin/fstat/fstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 11:47:54 2002 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id D87DC37B404; Thu, 6 Jun 2002 11:47:49 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g56IlnqI014446; Thu, 6 Jun 2002 11:47:49 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g56IlnC1014445; Thu, 6 Jun 2002 11:47:49 -0700 (PDT) (envelope-from dillon) Date: Thu, 6 Jun 2002 11:47:49 -0700 (PDT) From: Matthew Dillon Message-Id: <200206061847.g56IlnC1014445@apollo.backplane.com> To: "David O'Brien" Cc: John Baldwin , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/etc/defaults rc.conf References: <200206042125.g54LPfX04527@freefall.freebsd.org> <20020604151758.A11168@dragon.nuxi.com> <20020606122618.GA23620@ns2.freenix.org> <20020606101910.A89287@dragon.nuxi.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 I really don't see how any of this justifies the severe inconvenience this will cause just about anyone using ntpdate on -current. Sure they can change it back, but I do not think it's appropriate to impose the burden or the surprise on the people using -current. There are plenty of other ways to 'test' ntpd. The boot time delay is just too much. Alternatively you can consider it this way: I tried it. It took 3 minutes. Test complete, Result == complete failure as a boot time mechanism. I really would like to see this change reverted. This is a bad time to break even more things in -current then are already broken. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 11:47: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 63FE037B406; Thu, 6 Jun 2002 11:47:52 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56IlqU01013; Thu, 6 Jun 2002 11:47:52 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206061847.g56IlqU01013@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 6 Jun 2002 11:47:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/muse Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/muse/files patch-Makefile.in patch-outchannels.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 ijliao 2002/06/06 11:47:52 PDT Modified files: audio Makefile Added files: audio/muse Makefile distinfo pkg-comment pkg-descr pkg-plist audio/muse/files patch-Makefile.in patch-outchannels.cpp Log: add muse 0.7.1 Multiple Streaming Engine Revision Changes Path 1.311 +1 -0 ports/audio/Makefile 1.1 +33 -0 ports/audio/muse/Makefile (new) 1.1 +1 -0 ports/audio/muse/distinfo (new) 1.1 +22 -0 ports/audio/muse/files/patch-Makefile.in (new) 1.1 +15 -0 ports/audio/muse/files/patch-outchannels.cpp (new) 1.1 +1 -0 ports/audio/muse/pkg-comment (new) 1.1 +8 -0 ports/audio/muse/pkg-descr (new) 1.1 +10 -0 ports/audio/muse/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 Jun 6 11:51: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 51FB437B400; Thu, 6 Jun 2002 11:51:15 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56IpF601508; Thu, 6 Jun 2002 11:51:15 -0700 (PDT) (envelope-from alfred) Message-Id: <200206061851.g56IpF601508@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 6 Jun 2002 11:51:15 -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 alfred 2002/06/06 11:51:15 PDT Modified files: sys/vm vm_mmap.c Log: fix typo in _SYS_SYSPROTO_H_ case: s/mlockall_args/munlockall_args Submitted by: Mark Santcroos Revision Changes Path 1.143 +1 -1 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 Thu Jun 6 11:52: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 44A7837B401; Thu, 6 Jun 2002 11:52:31 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56IqVn01856; Thu, 6 Jun 2002 11:52:31 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206061852.g56IqVn01856@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jun 2002 11:52:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla 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 sobomax 2002/06/06 11:52:31 PDT Modified files: www/mozilla Makefile distinfo Log: Update to 1.0. Yay! Revision Changes Path 1.107 +1 -1 ports/www/mozilla/Makefile 1.53 +2 -3 ports/www/mozilla/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 11:56: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 980C637B404; Thu, 6 Jun 2002 11:56:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56IuLf02182; Thu, 6 Jun 2002 11:56:21 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206061856.g56IuLf02182@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 6 Jun 2002 11:56:21 -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/06/06 11:56:21 PDT Modified files: . modules Log: audio_muse -> ports/audio/muse Revision Changes Path 1.5295 +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 Jun 6 11:57: 2 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 1B61137B412; Thu, 6 Jun 2002 11:56:48 -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 <20020606185647.WSWG2751.rwcrmhc52.attbi.com@bmah.dyndns.org>; Thu, 6 Jun 2002 18:56:47 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.3/8.12.3) with ESMTP id g56Iulfs088309; Thu, 6 Jun 2002 11:56:47 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.3/8.12.3/Submit) id g56IulrS088308; Thu, 6 Jun 2002 11:56:47 -0700 (PDT) Message-Id: <200206061856.g56IulrS088308@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020506 with nmh-1.0.4 To: Matthew Dillon Cc: "David O'Brien" , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf In-reply-to: <200206061847.g56IlnC1014445@apollo.backplane.com> References: <200206042125.g54LPfX04527@freefall.freebsd.org> <20020604151758.A11168@dragon.nuxi.com> <20020606122618.GA23620@ns2.freenix.org> <20020606101910.A89287@dragon.nuxi.com> <200206061847.g56IlnC1014445@apollo.backplane.com> Comments: In-reply-to Matthew Dillon message dated "Thu, 06 Jun 2002 11:47:49 -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: Thu, 06 Jun 2002 11:56:47 -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, Matthew Dillon wrote: > I really would like to see this change reverted. This is > a bad time to break even more things in -current then are already broken. Ummmm...he *did* back it out. See rev 1.151 of the file in question. Bruce. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 12: 4: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 C6CE737B403; Thu, 6 Jun 2002 12:04:38 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56J4cw03179; Thu, 6 Jun 2002 12:04:38 -0700 (PDT) (envelope-from jhb) Message-Id: <200206061904.g56J4cw03179@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 12:04:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.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/06/06 12:04:38 PDT Modified files: sys/kern subr_witness.c Log: Handle "dead" witnesses better in the situation of several short term locks being created and destroyed without a single long-term one around to ensure the witness associated with that group of locks stays alive. The pipe mutexes are an example of this group. For a dead witness we no longer clear the witness name. Instead, when looking up the witness for a lock, if a dead witness' (a witness with a refcount of 0) w_name pointer is identical to the witness name of the lock then we revive that witness instead of using a new witness for the lock. This results in far fewer dead witness objects and also better preserves locking orders over the long term resulting in more correct lock order checking. Note that we can't ever derefence w_name of a dead witness since we don't know if the string it is pointing to has been free()'d or kldunload()'d out from under us. Revision Changes Path 1.117 +11 -13 src/sys/kern/subr_witness.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 12: 8: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 9930037B400; Thu, 6 Jun 2002 12:08:11 -0700 (PDT) Received: (from davidc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56J8Bm07342; Thu, 6 Jun 2002 12:08:11 -0700 (PDT) (envelope-from davidc) Message-Id: <200206061908.g56J8Bm07342@freefall.freebsd.org> From: Chad David Date: Thu, 6 Jun 2002 12:08:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mutex.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 davidc 2002/06/06 12:08:11 PDT Modified files: share/man/man9 mutex.9 Log: Document MTX_DUPOK Requested by: jeff (long ago) Revision Changes Path 1.31 +3 -3 src/share/man/man9/mutex.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 12:10:28 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 44D3B37B417 for ; Thu, 6 Jun 2002 12:10:11 -0700 (PDT) Received: (qmail 26618 invoked from network); 6 Jun 2002 19:10:09 -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 ; 6 Jun 2002 19:10:09 -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 g56JA8F62208; Thu, 6 Jun 2002 15:10:08 -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: <200206061904.g56J4cw03179@freefall.freebsd.org> Date: Thu, 06 Jun 2002 15:10:02 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/kern subr_witness.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 06-Jun-2002 John Baldwin wrote: > jhb 2002/06/06 12:04:38 PDT > > Modified files: > sys/kern subr_witness.c > Log: > Handle "dead" witnesses better in the situation of several short term locks > being created and destroyed without a single long-term one around to ensure > the witness associated with that group of locks stays alive. The pipe > mutexes are an example of this group. For a dead witness we no longer > clear the witness name. Instead, when looking up the witness for a lock, > if a dead witness' (a witness with a refcount of 0) w_name pointer is > identical to the witness name of the lock then we revive that witness > instead of using a new witness for the lock. This results in far fewer > dead witness objects and also better preserves locking orders over the long > term resulting in more correct lock order checking. Note that we can't > ever derefence w_name of a dead witness since we don't know if the string > it is pointing to has been free()'d or kldunload()'d out from under us. This should at least help if not fully address the witness_get: exhausted problems reported by Kris, Hiten, and others. If the folks having this problem could test witness out with this patch and let me know if it does better, I would appreciate it. -- 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 Jun 6 12:12: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 5A00037B401; Thu, 6 Jun 2002 12:12:44 -0700 (PDT) Received: (from davidc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56JCiX08025; Thu, 6 Jun 2002 12:12:44 -0700 (PDT) (envelope-from davidc) Message-Id: <200206061912.g56JCiX08025@freefall.freebsd.org> From: Chad David Date: Thu, 6 Jun 2002 12:12:44 -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 davidc 2002/06/06 12:12:44 PDT Modified files: sys/kern kern_sig.c Log: s/!SIGNOTEMPY/SIGISEMPTY/ Reviewed by: marcel, jhb, alfred Revision Changes Path 1.168 +1 -1 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 Thu Jun 6 12:26: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 46C6B37B40E; Thu, 6 Jun 2002 12:26:16 -0700 (PDT) Received: (from gordon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56JQGg09602; Thu, 6 Jun 2002 12:26:16 -0700 (PDT) (envelope-from gordon) Message-Id: <200206061926.g56JQGg09602@freefall.freebsd.org> From: Gordon Tetlow Date: Thu, 6 Jun 2002 12:26:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin 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 gordon 2002/06/06 12:26:16 PDT Modified files: sbin Makefile Log: Unhook the old nextboot(8) from the build. If no one yells too loudly, this will be accompanied by a cvs rm of the actual nextboot sources. Approved by: jake (mentor) Revision Changes Path 1.105 +1 -2 src/sbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 12:27: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 AB8AE37B401; Thu, 6 Jun 2002 12:27:17 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56JRHP09675; Thu, 6 Jun 2002 12:27:17 -0700 (PDT) (envelope-from dougb) Message-Id: <200206061927.g56JRHP09675@freefall.freebsd.org> From: Doug Barton Date: Thu, 6 Jun 2002 12:27:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/stat - Imported sources X-FreeBSD-CVS-Branch: NETBSD Sender: owner-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/06/06 12:27:17 PDT src/usr.bin/stat - Imported sources Update of /home/ncvs/src/usr.bin/stat In directory freefall.freebsd.org:/c/tmp/cvs-serv9665 Log Message: Virgin import of NetBSD's stat(1) Status: Vendor Tag: NETBSD Release Tags: D20020605 N src/usr.bin/stat/Makefile N src/usr.bin/stat/stat.c N src/usr.bin/stat/stat.1 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 Thu Jun 6 12:30: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 1CB3D37B403; Thu, 6 Jun 2002 12:30:09 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56JU9d09993; Thu, 6 Jun 2002 12:30:09 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206061930.g56JU9d09993@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jun 2002 12:30:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomeapplets2 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/06/06 12:30:08 PDT Modified files: x11/gnomeapplets2 pkg-plist Log: Fix typo: %%BATTER%% --> %%BATTERY%% Revision Changes Path 1.15 +3 -3 ports/x11/gnomeapplets2/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 Jun 6 12:33:29 2002 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 4D88137B425; Thu, 6 Jun 2002 12:32:49 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g56JWnqI014714; Thu, 6 Jun 2002 12:32:49 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g56JWnax014713; Thu, 6 Jun 2002 12:32:49 -0700 (PDT) (envelope-from dillon) Date: Thu, 6 Jun 2002 12:32:49 -0700 (PDT) From: Matthew Dillon Message-Id: <200206061932.g56JWnax014713@apollo.backplane.com> To: "Bruce A. Mah" Cc: "David O'Brien" , John Baldwin , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/etc/defaults rc.conf References: <200206042125.g54LPfX04527@freefall.freebsd.org> <20020604151758.A11168@dragon.nuxi.com> <20020606122618.GA23620@ns2.freenix.org> <20020606101910.A89287@dragon.nuxi.com> <200206061847.g56IlnC1014445@apollo.backplane.com> <200206061856.g56IulrS088308@intruder.bmah.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 : :If memory serves me right, Matthew Dillon wrote: : :> I really would like to see this change reverted. This is :> a bad time to break even more things in -current then are already broken. : :Ummmm...he *did* back it out. See rev 1.151 of the file in question. : :Bruce. Oh. Good! Thanks! -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 12:33: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 F379B37B433; Thu, 6 Jun 2002 12:33:14 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56JXEb10646; Thu, 6 Jun 2002 12:33:14 -0700 (PDT) (envelope-from trevor) Message-Id: <200206061933.g56JXEb10646@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 6 Jun 2002 12:33:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fam 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/06/06 12:33:14 PDT Modified files: devel/fam Makefile Log: Change maintainership to "Alan E". PR: 38896 Submitted by: Alan E (new maintainer) Approved by: Jeremy Norris (outgoing maintainer) Revision Changes Path 1.3 +1 -1 ports/devel/fam/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 12: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 1E4D137B411; Thu, 6 Jun 2002 12:36:52 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Jaqd10987; Thu, 6 Jun 2002 12:36:52 -0700 (PDT) (envelope-from dougb) Message-Id: <200206061936.g56Jaqd10987@freefall.freebsd.org> From: Doug Barton Date: Thu, 6 Jun 2002 12:36:52 -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 dougb 2002/06/06 12:36:51 PDT Modified files: usr.bin Makefile Log: Hook stat into the build Fix a trailing ws nit while I'm here Revision Changes Path 1.209 +2 -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 Thu Jun 6 12:48:39 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 4CB4737B406; Thu, 6 Jun 2002 12:48:32 -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 M2L7DMLJ; Thu, 6 Jun 2002 22:50:29 +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 g56JmV319046; Thu, 6 Jun 2002 22:48:31 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CFFBCB2.3BB33A6A@FreeBSD.org> Date: Thu, 06 Jun 2002 22:49: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: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/xscreensaver Makefile distinfo pkg-plistports/x11/xscreensaver/files patch-ab patch-driver::Makefile.inpatch-driver_Makefile.in References: <200206050851.g558p1E15634@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 Please put PLIST_SUB for nognome case back, because otherwise PLIST is broken. -Maxim Doug Barton wrote: > > dougb 2002/06/05 01:51:01 PDT > > Modified files: > x11/xscreensaver Makefile distinfo pkg-plist > x11/xscreensaver/files patch-ab > Added files: > x11/xscreensaver/files patch-driver_Makefile.in > Removed files: > x11/xscreensaver/files patch-driver::Makefile.in > Log: > Upgrade to version 4.04.2, and clean up the port while I'm at it. > > Changes to the software: > * Several new little screensavers (hacks) > * Updates to many others > * Better GTK/Gnome 2 support > * New man pages for things that didn't have them > > Changes to the port: > * Removed ill-advised, unapproved, and inappropriate changes > from previous commits. Things like webcollage-helper are created > dynamically by configure, and will be accounted for at some point > in the future. Meanwhile, having one extra item for a few people > is better than one two few for others. > * One more port goes over to the GMAKE darkside > * Since there are so many new man pages, re-sort them all > * Updated pkg-plist for the new stuff > * One of my patches was included in the distribution, so > shorten patch-ab > * Take advantage of the fact that I have to regenerate the > other patch anyway, and fix the name of the patch file > > Revision Changes Path > 1.54 +36 -22 ports/x11/xscreensaver/Makefile > 1.28 +1 -1 ports/x11/xscreensaver/distinfo > 1.14 +3 -17 ports/x11/xscreensaver/files/patch-ab > 1.5 +0 -11 ports/x11/xscreensaver/files/patch-driver::Makefile.in (dead) > 1.1 +11 -0 ports/x11/xscreensaver/files/patch-driver_Makefile.in (new) > 1.33 +9 -1 ports/x11/xscreensaver/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 Jun 6 12:51: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 9A69437B401; Thu, 6 Jun 2002 12:51:43 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56JphA12928; Thu, 6 Jun 2002 12:51:43 -0700 (PDT) (envelope-from tobez) Message-Id: <200206061951.g56JphA12928@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Jun 2002 12:51:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-Admin-Config 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 tobez 2002/06/06 12:51:43 PDT Modified files: www/p5-Apache-Admin-Config Makefile distinfo Log: Update to 0.21. Revision Changes Path 1.5 +1 -1 ports/www/p5-Apache-Admin-Config/Makefile 1.3 +1 -1 ports/www/p5-Apache-Admin-Config/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 12:53:15 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 EE74737B405; Thu, 6 Jun 2002 12:53:09 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 5B34D9B13; Thu, 6 Jun 2002 14:53:09 -0500 (EST) Date: Thu, 6 Jun 2002 14:53:09 -0500 From: Will Andrews To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/gdb52 pkg-comment pkg-descr Message-ID: <20020606195309.GX53809@squall.waterspout.com> Mail-Followup-To: Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206060342.g563gV129649@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206060342.g563gV129649@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, Jun 05, 2002 at 08:42:31PM -0700, Mark Peek wrote: > Log: > Reflect reality...this is gdb-5.2, not gdb-5.1. Better: Don't put version specific data in pkg-[comment,descr]. That's what PORTVERSION et al are for. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 12:56: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 053D137B404; Thu, 6 Jun 2002 12:56:43 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Jugd13466; Thu, 6 Jun 2002 12:56:42 -0700 (PDT) (envelope-from tobez) Message-Id: <200206061956.g56Jugd13466@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Jun 2002 12:56:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-DT 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 tobez 2002/06/06 12:56:42 PDT Modified files: textproc/p5-XML-DT Makefile distinfo pkg-plist Log: Update to 0.20. Revision Changes Path 1.4 +2 -2 ports/textproc/p5-XML-DT/Makefile 1.2 +1 -1 ports/textproc/p5-XML-DT/distinfo 1.2 +2 -0 ports/textproc/p5-XML-DT/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 Jun 6 12: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 160F537B400; Thu, 6 Jun 2002 12:59:47 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56JxlT13762; Thu, 6 Jun 2002 12:59:47 -0700 (PDT) (envelope-from phk) Message-Id: <200206061959.g56JxlT13762@freefall.freebsd.org> From: Poul-Henning Kamp Date: Thu, 6 Jun 2002 12:59:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dump dump.h tape.c traverse.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/06/06 12:59:46 PDT Modified files: sbin/dump dump.h tape.c traverse.c Log: s/daddr_t/ufs_daddr_t/g This should fix the issues which cropped up after daddr_t grew up. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.16 +4 -4 src/sbin/dump/dump.h 1.19 +3 -3 src/sbin/dump/tape.c 1.18 +12 -12 src/sbin/dump/traverse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13: 1:17 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 A045137B401; Thu, 6 Jun 2002 13:00:42 -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 M2L7DML4; Thu, 6 Jun 2002 23:02:39 +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 g56K0f319079; Thu, 6 Jun 2002 23:00:41 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3CFFBF8D.91617488@FreeBSD.org> Date: Thu, 06 Jun 2002 23:01:17 +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: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/xscreensaver Makefile distinfo pkg-plistports/x11/xscreensaver/files patch-ab patch-driver::Makefile.inpatch-driver_Makefile.in References: <200206050851.g558p1E15634@freefall.freebsd.org> <3CFFBCB2.3BB33A6A@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------14671A9630033E74E6745663" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------14671A9630033E74E6745663 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Maxim Sobolev wrote: > > Please put PLIST_SUB for nognome case back, because otherwise PLIST is > broken. Attached is the patch which fixes this problem and another problem with PLIST (webcollage-helper) as well as fixes libintl detection and enables localisation of the frontend. Please either commit this patch or allow me commit it. -Maxim > > -Maxim > > Doug Barton wrote: > > > > dougb 2002/06/05 01:51:01 PDT > > > > Modified files: > > x11/xscreensaver Makefile distinfo pkg-plist > > x11/xscreensaver/files patch-ab > > Added files: > > x11/xscreensaver/files patch-driver_Makefile.in > > Removed files: > > x11/xscreensaver/files patch-driver::Makefile.in > > Log: > > Upgrade to version 4.04.2, and clean up the port while I'm at it. > > > > Changes to the software: > > * Several new little screensavers (hacks) > > * Updates to many others > > * Better GTK/Gnome 2 support > > * New man pages for things that didn't have them > > > > Changes to the port: > > * Removed ill-advised, unapproved, and inappropriate changes > > from previous commits. Things like webcollage-helper are created > > dynamically by configure, and will be accounted for at some point > > in the future. Meanwhile, having one extra item for a few people > > is better than one two few for others. > > * One more port goes over to the GMAKE darkside > > * Since there are so many new man pages, re-sort them all > > * Updated pkg-plist for the new stuff > > * One of my patches was included in the distribution, so > > shorten patch-ab > > * Take advantage of the fact that I have to regenerate the > > other patch anyway, and fix the name of the patch file > > > > Revision Changes Path > > 1.54 +36 -22 ports/x11/xscreensaver/Makefile > > 1.28 +1 -1 ports/x11/xscreensaver/distinfo > > 1.14 +3 -17 ports/x11/xscreensaver/files/patch-ab > > 1.5 +0 -11 ports/x11/xscreensaver/files/patch-driver::Makefile.in (dead) > > 1.1 +11 -0 ports/x11/xscreensaver/files/patch-driver_Makefile.in (new) > > 1.33 +9 -1 ports/x11/xscreensaver/pkg-plist --------------14671A9630033E74E6745663 Content-Type: text/plain; charset=koi8-r; name="xscreensaver.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xscreensaver.diff" ? pkg-plist,v Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/xscreensaver/Makefile,v retrieving revision 1.54 diff -d -u -r1.54 Makefile --- Makefile 5 Jun 2002 08:51:00 -0000 1.54 +++ Makefile 6 Jun 2002 19:58:06 -0000 @@ -34,6 +34,8 @@ --with-hackdir=${PREFIX}/bin/xscreensaver-hacks/ \ --with-configdir=${PREFIX}/share/xscreensaver/config/ \ --with-jpeg=${LOCALBASE} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include @@ -42,9 +44,10 @@ CONFIGURE_ARGS+= --with-gnome .else CONFIGURE_ARGS+= --without-gnome +PLIST_SUB+= GNOME:="@comment " .endif -CONFIGURE_ENV= X_CFLAGS=-I${LOCALBASE}/include/gnome-xml +CONFIGURE_ENV+= X_CFLAGS=-I${LOCALBASE}/include/gnome-xml MAN1= anemone.1 ant.1 apollonian.1 atlantis.1 attraction.1 blaster.1 \ blitspin.1 bouboule.1 boxed.1 braid.1 bsod.1 bubble3d.1 bubbles.1 \ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/x11/xscreensaver/pkg-plist,v retrieving revision 1.33 diff -d -u -r1.33 pkg-plist --- pkg-plist 5 Jun 2002 08:51:00 -0000 1.33 +++ pkg-plist 6 Jun 2002 19:58:06 -0000 @@ -139,6 +139,7 @@ bin/xscreensaver-hacks/vines bin/xscreensaver-hacks/wander bin/xscreensaver-hacks/webcollage +bin/xscreensaver-hacks/webcollage-helper bin/xscreensaver-hacks/whirlwindwarp bin/xscreensaver-hacks/whirlygig bin/xscreensaver-hacks/worm @@ -162,6 +163,24 @@ %%GNOME:%%share/gnome/pixmaps/screensaver-power.xpm %%GNOME:%%share/gnome/pixmaps/screensaver-snap.xpm %%GNOME:%%share/gnome/pixmaps/xscreensaver.xpm +share/locale/ca/LC_MESSAGES/xscreensaver.mo +share/locale/da/LC_MESSAGES/xscreensaver.mo +share/locale/de/LC_MESSAGES/xscreensaver.mo +share/locale/es/LC_MESSAGES/xscreensaver.mo +share/locale/et/LC_MESSAGES/xscreensaver.mo +share/locale/fi/LC_MESSAGES/xscreensaver.mo +share/locale/fr/LC_MESSAGES/xscreensaver.mo +share/locale/hu/LC_MESSAGES/xscreensaver.mo +share/locale/it/LC_MESSAGES/xscreensaver.mo +share/locale/ja/LC_MESSAGES/xscreensaver.mo +share/locale/ko/LC_MESSAGES/xscreensaver.mo +share/locale/no/LC_MESSAGES/xscreensaver.mo +share/locale/pl/LC_MESSAGES/xscreensaver.mo +share/locale/pt/LC_MESSAGES/xscreensaver.mo +share/locale/pt_BR/LC_MESSAGES/xscreensaver.mo +share/locale/ru/LC_MESSAGES/xscreensaver.mo +share/locale/sv/LC_MESSAGES/xscreensaver.mo +share/locale/wa/LC_MESSAGES/xscreensaver.mo share/xscreensaver/config/README share/xscreensaver/config/anemone.xml share/xscreensaver/config/ant.xml Index: files/patch-po::Makefile.in.in =================================================================== RCS file: files/patch-po::Makefile.in.in diff -N files/patch-po::Makefile.in.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-po::Makefile.in.in 6 Jun 2002 19:58:06 -0000 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2002/06/06 19:53:47 1.1 ++++ po/Makefile.in.in 2002/06/06 19:54:28 +@@ -101,7 +101,7 @@ + exec_prefix = @exec_prefix@ + #datadir = $(prefix)/@DATADIRNAME@ -- not for xscreensaver + datadir = @GNOME_DATADIR@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + #gnulocaledir = $(prefix)/share/locale -- not for xscreensaver + gnulocaledir = $(localedir) + #gettextsrcdir = $(prefix)/share/glib-2.0/gettext/po Index: files/patch-po::es.po =================================================================== RCS file: files/patch-po::es.po diff -N files/patch-po::es.po --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-po::es.po 6 Jun 2002 19:58:06 -0000 @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- po/es.po 2002/06/06 19:49:40 1.1 ++++ po/es.po 2002/06/06 19:50:07 +@@ -6686,10 +6686,6 @@ + #~ msgid "If the solver can " + #~ msgstr "Si el resolutor puede " + +-#: driver/screensaver-properties.desktop.in:3 +-msgid "Screensaver" +-msgstr "Propiedades Salvapantallas" +- + #: driver/screensaver-properties.desktop.in:4 + msgid "Configure the settings of the screensaver." + msgstr "Configurar el salvapantalla" --------------14671A9630033E74E6745663-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13: 3:11 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 3ABAA37B407; Thu, 6 Jun 2002 13:03:04 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id A8DD39B13; Thu, 6 Jun 2002 15:03:03 -0500 (EST) Date: Thu, 6 Jun 2002 15:03:03 -0500 From: Will Andrews To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/stat - Imported sources Message-ID: <20020606200303.GY53809@squall.waterspout.com> Mail-Followup-To: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206061927.g56JRHP09675@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206061927.g56JRHP09675@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 Thu, Jun 06, 2002 at 12:27:17PM -0700, Doug Barton wrote: > src/usr.bin/stat - Imported sources > Update of /home/ncvs/src/usr.bin/stat > In directory freefall.freebsd.org:/c/tmp/cvs-serv9665 > > Log Message: > Virgin import of NetBSD's stat(1) Unless I'm mistaken, this normally goes in src/contrib. Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13: 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 D3B4237B403; Thu, 6 Jun 2002 13:06:00 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56K60o18465; Thu, 6 Jun 2002 13:06:00 -0700 (PDT) (envelope-from tobez) Message-Id: <200206062006.g56K60o18465@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Jun 2002 13:06:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/p5-Schedule-Cron 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 tobez 2002/06/06 13:06:00 PDT Modified files: sysutils/p5-Schedule-Cron Makefile distinfo pkg-descr Log: Update to 0.05. Revision Changes Path 1.4 +3 -3 ports/sysutils/p5-Schedule-Cron/Makefile 1.2 +1 -1 ports/sysutils/p5-Schedule-Cron/distinfo 1.3 +3 -0 ports/sysutils/p5-Schedule-Cron/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13: 7: 0 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id A4D1C37B403; Thu, 6 Jun 2002 13:06:54 -0700 (PDT) Date: Thu, 6 Jun 2002 13:06:54 -0700 From: "J. Mallett" To: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/stat - Imported sources Message-ID: <20020606130654.A50093@FreeBSD.ORG> References: <200206061927.g56JRHP09675@freefall.freebsd.org> <20020606200303.GY53809@squall.waterspout.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020606200303.GY53809@squall.waterspout.com>; from will@csociety.org on Thu, Jun 06, 2002 at 03:03:03PM -0500 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From Will Andrews > On Thu, Jun 06, 2002 at 12:27:17PM -0700, Doug Barton wrote: > > src/usr.bin/stat - Imported sources > > Update of /home/ncvs/src/usr.bin/stat > > In directory freefall.freebsd.org:/c/tmp/cvs-serv9665 > > > > Log Message: > > Virgin import of NetBSD's stat(1) > > Unless I'm mistaken, this normally goes in src/contrib. Only if we intend to treat it like contributed software. I see no reason why we might not want to develop this or something? -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:11: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 29D1D37B404; Thu, 6 Jun 2002 13:11:51 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KBpj19395; Thu, 6 Jun 2002 13:11:51 -0700 (PDT) (envelope-from tobez) Message-Id: <200206062011.g56KBpj19395@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Jun 2002 13:11:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/p5-Text-PDF 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 tobez 2002/06/06 13:11:51 PDT Modified files: print/p5-Text-PDF Makefile distinfo pkg-descr Log: Update to 0.20. Revision Changes Path 1.9 +1 -1 ports/print/p5-Text-PDF/Makefile 1.7 +1 -1 ports/print/p5-Text-PDF/distinfo 1.3 +6 -3 ports/print/p5-Text-PDF/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:21: 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 3EF5337B403; Thu, 6 Jun 2002 13:20:59 -0700 (PDT) Received: (from gordon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KKx323281; Thu, 6 Jun 2002 13:20:59 -0700 (PDT) (envelope-from gordon) Message-Id: <200206062020.g56KKx323281@freefall.freebsd.org> From: Gordon Tetlow Date: Thu, 6 Jun 2002 13:20:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/nextboot Makefile nextboot.8 nextboot.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 gordon 2002/06/06 13:20:58 PDT Removed files: sbin/nextboot Makefile nextboot.8 nextboot.c Log: Remove the old nextboot from Whistler. AFAIK this hasn't been useable in quite a while and only works on i386. Revision Changes Path 1.5 +0 -8 src/sbin/nextboot/Makefile (dead) 1.18 +0 -116 src/sbin/nextboot/nextboot.8 (dead) 1.7 +0 -202 src/sbin/nextboot/nextboot.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:21: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 5A72937B406; Thu, 6 Jun 2002 13:21:47 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KLlT23434; Thu, 6 Jun 2002 13:21:47 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206062021.g56KLlT23434@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 13:21:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps extern.h keyword.c print.c 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 jmallett 2002/06/06 13:21:47 PDT Modified files: bin/ps extern.h keyword.c print.c ps.1 Log: SUSv3 conform on the "comm" and "args" formats, and make correct the "command" format, since it's BSDlike, and "comm" is actually different. Revision Changes Path 1.20 +1 -0 src/bin/ps/extern.h 1.45 +5 -3 src/bin/ps/keyword.c 1.62 +30 -0 src/bin/ps/print.c 1.49 +5 -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 Jun 6 13:25: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 CBEF037B403; Thu, 6 Jun 2002 13:25:04 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KP4W23943; Thu, 6 Jun 2002 13:25:04 -0700 (PDT) (envelope-from tobez) Message-Id: <200206062025.g56KP4W23943@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Jun 2002 13:25:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/st 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 tobez 2002/06/06 13:25:03 PDT Modified files: devel/st Makefile distinfo pkg-descr Log: Update to 1.3. Revision Changes Path 1.4 +4 -5 ports/devel/st/Makefile 1.3 +1 -1 ports/devel/st/distinfo 1.3 +1 -1 ports/devel/st/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:26:58 2002 Delivered-To: cvs-all@freebsd.org Received: from ns1.gnf.org (ns1.gnf.org [63.196.132.67]) by hub.freebsd.org (Postfix) with ESMTP id A890A37B406; Thu, 6 Jun 2002 13:26:52 -0700 (PDT) Received: from mail.gnf.org (smtp.gnf.org [172.25.11.11]) by ns1.gnf.org (8.11.6/8.11.6) with ESMTP id g56KQpX20504; Thu, 6 Jun 2002 13:26:51 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: by mail.gnf.org (Postfix, from userid 888) id 9F8B611E518; Thu, 6 Jun 2002 13:26:51 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.gnf.org (Postfix) with ESMTP id 9E3A411A572; Thu, 6 Jun 2002 13:26:51 -0700 (PDT) Date: Thu, 6 Jun 2002 13:26:51 -0700 (PDT) From: Gordon Tetlow X-X-Sender: gordont@smtp.gnf.org To: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sbin/nextboot Makefile nextboot.8 nextboot.c In-Reply-To: <200206062020.g56KKx323281@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 On Thu, 6 Jun 2002, Gordon Tetlow wrote: > gordon 2002/06/06 13:20:58 PDT > > Removed files: > sbin/nextboot Makefile nextboot.8 nextboot.c > Log: > Remove the old nextboot from Whistler. AFAIK this hasn't been useable in > quite a while and only works on i386. That's Whistle not Whistler. I guess I really wanted to go skiing. =) Pointed out by: jhb -gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 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 38EED37B403; Thu, 6 Jun 2002 13:29:40 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KTej24391; Thu, 6 Jun 2002 13:29:40 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206062029.g56KTej24391@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 13:29:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps fmt.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/06/06 13:29:40 PDT Modified files: bin/ps fmt.c Log: Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. I was worried about truncation of arg_max by this cast, but if it gets truncated, we know it'll obviously be greater than SIZE_MAX anyway. Big pointy hat to: jmallett Submitted by: keramida Revision Changes Path 1.23 +2 -1 src/bin/ps/fmt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:31: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 680F637B405; Thu, 6 Jun 2002 13:31:20 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KVKZ24946; Thu, 6 Jun 2002 13:31:20 -0700 (PDT) (envelope-from tobez) Message-Id: <200206062031.g56KVKZ24946@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Jun 2002 13:31:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Term-Prompt 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 tobez 2002/06/06 13:31:20 PDT Modified files: devel/p5-Term-Prompt Makefile distinfo pkg-descr Log: Update to 0.11. Revision Changes Path 1.3 +3 -3 ports/devel/p5-Term-Prompt/Makefile 1.2 +1 -1 ports/devel/p5-Term-Prompt/distinfo 1.3 +3 -0 ports/devel/p5-Term-Prompt/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:35: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 E6EEE37B401; Thu, 6 Jun 2002 13:35:16 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KZG625247; Thu, 6 Jun 2002 13:35:16 -0700 (PDT) (envelope-from tobez) Message-Id: <200206062035.g56KZG625247@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Jun 2002 13:35:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Proc-Background 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 tobez 2002/06/06 13:35:13 PDT Modified files: devel/p5-Proc-Background Makefile distinfo Log: Update to 1.07. Revision Changes Path 1.6 +2 -2 ports/devel/p5-Proc-Background/Makefile 1.5 +1 -1 ports/devel/p5-Proc-Background/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:36:20 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id E21B037B403; Thu, 6 Jun 2002 13:36:13 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 735CB66D78; Thu, 6 Jun 2002 13:36:13 -0700 (PDT) Date: Thu, 6 Jun 2002 13:36:13 -0700 From: Kris Kennaway To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_witness.c Message-ID: <20020606133613.D16848@xor.obsecurity.org> References: <200206061904.g56J4cw03179@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="5p8PegU4iirBW1oA" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@FreeBSD.org on Thu, Jun 06, 2002 at 03:10:02PM -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 --5p8PegU4iirBW1oA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 06, 2002 at 03:10:02PM -0400, John Baldwin wrote: > This should at least help if not fully address the witness_get: exhausted problems > reported by Kris, Hiten, and others. If the folks having this problem could test > witness out with this patch and let me know if it does better, I would appreciate > it. Thanks, I'll give it a shot on the cluster. Kris --5p8PegU4iirBW1oA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8/8e8Wry0BWjoQKURAloUAKDYDcsjRKmhHiEYtDpxNTJ0q76mXQCdH3Wt Q/dvOo6NTrv5x9+rMbVFeJk= =j99E -----END PGP SIGNATURE----- --5p8PegU4iirBW1oA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13: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 E7A8637B403; Thu, 6 Jun 2002 13:37:09 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Kb9d25517; Thu, 6 Jun 2002 13:37:09 -0700 (PDT) (envelope-from pat) Message-Id: <200206062037.g56Kb9d25517@freefall.freebsd.org> From: Patrick Li Date: Thu, 6 Jun 2002 13:37:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/swish++ 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/06/06 13:37:09 PDT Modified files: www/swish++ Makefile distinfo Log: Update to 5.9 PR: 38954 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/www/swish++/Makefile 1.5 +1 -1 ports/www/swish++/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:38: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 CDE3837B407; Thu, 6 Jun 2002 13:38:22 -0700 (PDT) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KcM925686; Thu, 6 Jun 2002 13:38:22 -0700 (PDT) (envelope-from dougb) Message-Id: <200206062038.g56KcM925686@freefall.freebsd.org> From: Doug Barton Date: Thu, 6 Jun 2002 13:38:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mergemaster mergemaster.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 dougb 2002/06/06 13:38:22 PDT Modified files: usr.sbin/mergemaster mergemaster.sh Log: * Use the new stat(1) to get mode information from the files we are installing. * Since this means that for now we can't accomodate non-standard umask's, warn the user accordingly. * Convert the "press enter to continue" prompt into a function. Revision Changes Path 1.32 +33 -34 src/usr.sbin/mergemaster/mergemaster.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13: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 0EB0537B405; Thu, 6 Jun 2002 13:41:54 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KfsR26674; Thu, 6 Jun 2002 13:41:54 -0700 (PDT) (envelope-from pat) Message-Id: <200206062041.g56KfsR26674@freefall.freebsd.org> From: Patrick Li Date: Thu, 6 Jun 2002 13:41:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/p5-Image-Size 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 pat 2002/06/06 13:41:53 PDT Modified files: graphics/p5-Image-Size Makefile distinfo pkg-descr pkg-plist Log: Update to 2.99 PR: 38949 Submitted by: maintainer Revision Changes Path 1.31 +4 -4 ports/graphics/p5-Image-Size/Makefile 1.14 +1 -1 ports/graphics/p5-Image-Size/distinfo 1.2 +4 -0 ports/graphics/p5-Image-Size/pkg-descr 1.12 +1 -0 ports/graphics/p5-Image-Size/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 Jun 6 13:42: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 2591B37B415; Thu, 6 Jun 2002 13:42:17 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KgHQ26813; Thu, 6 Jun 2002 13:42:17 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206062042.g56KgHQ26813@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 13:42:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps extern.h keyword.c print.c 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 jmallett 2002/06/06 13:42:17 PDT Modified files: bin/ps extern.h keyword.c print.c ps.1 Log: Support the SUSv3 `rgroup' format. Clean up some local style bogons. Revision Changes Path 1.21 +2 -0 src/bin/ps/extern.h 1.46 +2 -0 src/bin/ps/keyword.c 1.63 +18 -5 src/bin/ps/print.c 1.50 +2 -0 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 Jun 6 13:43: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 3645D37B406; Thu, 6 Jun 2002 13:43:04 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Kh4U26870; Thu, 6 Jun 2002 13:43:04 -0700 (PDT) (envelope-from semenu) Message-Id: <200206062043.g56Kh4U26870@freefall.freebsd.org> From: Semen Ustimenko Date: Thu, 6 Jun 2002 13:43:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_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 semenu 2002/06/06 13:43:04 PDT Modified files: sys/ufs/ffs ffs_vfsops.c Log: Fix a typo in my recently added comment: s/beleived/believed/ Submitted by: keramida Revision Changes Path 1.182 +1 -1 src/sys/ufs/ffs/ffs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:45: 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 D75C237B404; Thu, 6 Jun 2002 13:44:56 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KiuS26985; Thu, 6 Jun 2002 13:44:56 -0700 (PDT) (envelope-from pat) Message-Id: <200206062044.g56KiuS26985@freefall.freebsd.org> From: Patrick Li Date: Thu, 6 Jun 2002 13:44:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xbindkeys_config 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/06/06 13:44:56 PDT Modified files: x11/xbindkeys_config Makefile distinfo Log: Update to 0.1.2 PR: 38916 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/x11/xbindkeys_config/Makefile 1.4 +1 -1 ports/x11/xbindkeys_config/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:46: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from 12-234-22-238.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by hub.freebsd.org (Postfix) with ESMTP id 8236337B403; Thu, 6 Jun 2002 13:45:45 -0700 (PDT) Received: from master.gorean.org (master.gorean.org [10.0.0.2]) by 12-234-22-238.client.attbi.com (8.12.3/8.12.3) with ESMTP id g56KjUXN046723; Thu, 6 Jun 2002 13:45:30 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by master.gorean.org (8.12.3/8.12.3/Submit) with ESMTP id g56KjUVI004953; Thu, 6 Jun 2002 13:45:30 -0700 (PDT) Date: Thu, 6 Jun 2002 13:45:30 -0700 (PDT) From: Doug Barton To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, , Subject: Re: cvs commit: src/usr.bin/stat - Imported sources In-Reply-To: <20020606130654.A50093@FreeBSD.ORG> Message-ID: <20020606134350.J4933-100000@master.gorean.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 Thu, 6 Jun 2002, J. Mallett wrote: > * From Will Andrews > > On Thu, Jun 06, 2002 at 12:27:17PM -0700, Doug Barton wrote: > > > src/usr.bin/stat - Imported sources > > > Update of /home/ncvs/src/usr.bin/stat > > > In directory freefall.freebsd.org:/c/tmp/cvs-serv9665 > > > > > > Log Message: > > > Virgin import of NetBSD's stat(1) > > > > Unless I'm mistaken, this normally goes in src/contrib. > > Only if we intend to treat it like contributed software. > > I see no reason why we might not want to develop this or something? Right-o. They don't change it very often, so I don't think there is any reason not to take it off the vendor branch if we want to tweak it. Someone else already mentioned that import might not have been the right tack for this, so I've already mailed cvs@ asking for their assistance. Doug -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:48:44 2002 Delivered-To: cvs-all@freebsd.org Received: from 12-234-22-238.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by hub.freebsd.org (Postfix) with ESMTP id 190F037B405; Thu, 6 Jun 2002 13:48:35 -0700 (PDT) Received: from master.gorean.org (master.gorean.org [10.0.0.2]) by 12-234-22-238.client.attbi.com (8.12.3/8.12.3) with ESMTP id g56KmYXN046767; Thu, 6 Jun 2002 13:48:34 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by master.gorean.org (8.12.3/8.12.3/Submit) with ESMTP id g56KmYBn004958; Thu, 6 Jun 2002 13:48:34 -0700 (PDT) Date: Thu, 6 Jun 2002 13:48:34 -0700 (PDT) From: Doug Barton To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: ports/x11/xscreensaver Makefile distinfo pkg-plistports/x11/xscreensaver/files patch-ab patch-driver::Makefile.inpatch-driver_Makefile.in In-Reply-To: <3CFFBF8D.91617488@FreeBSD.org> Message-ID: <20020606134542.O4933-100000@master.gorean.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 Thu, 6 Jun 2002, Maxim Sobolev wrote: > Maxim Sobolev wrote: > > > > Please put PLIST_SUB for nognome case back, because otherwise PLIST is > > broken. Please explain why that is true, since it works perfectly fine for me as is. > Attached is the patch which fixes this problem and another problem > with PLIST (webcollage-helper) Please see my commit message as to why this isn't valid. One other thought did occur to me though... is gdk-pixbuf always installed for gnome users? If so, we could put webcollage-helper in under the PLIST_SUB for gnome stuff. > as well as fixes libintl detection and enables localisation of the > frontend. Please either commit this patch or allow me commit it. I'll take a look at these bits and let you know, thanks. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:49:26 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id CC3DA37B406; Thu, 6 Jun 2002 13:48:44 -0700 (PDT) Date: Thu, 6 Jun 2002 13:48:44 -0700 From: "J. Mallett" To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@csociety.org Subject: Re: cvs commit: src/usr.bin/stat - Imported sources Message-ID: <20020606134844.A57847@FreeBSD.ORG> References: <20020606130654.A50093@FreeBSD.ORG> <20020606134350.J4933-100000@master.gorean.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: <20020606134350.J4933-100000@master.gorean.org>; from DougB@FreeBSD.org on Thu, Jun 06, 2002 at 01:45:30PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From Doug Barton > > I see no reason why we might not want to develop this or something? > > Right-o. They don't change it very often, so I don't think there is any > reason not to take it off the vendor branch if we want to tweak it. > Someone else already mentioned that import might not have been the right > tack for this, so I've already mailed cvs@ asking for their assistance. > > Doug I think if we *might* want to later import a new version, and it *is* vendor code, but not "contrib-style" code, import is The Right Thing(tm). At least, that's how I've worked with m4(1) as far as OpenBSD's version. -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:51: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 D9DF437B404; Thu, 6 Jun 2002 13:51:04 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Kp4d27704; Thu, 6 Jun 2002 13:51:04 -0700 (PDT) (envelope-from jhb) Message-Id: <200206062051.g56Kp4d27704@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 13:51:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c src/sys/sys _lock.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/06/06 13:51:04 PDT Modified files: sys/kern subr_witness.c sys/sys _lock.h Log: Change the all locks list from a STAILQ to a TAILQ. This bloats struct lock_object by another pointer (though all of lock_object should be conditional on LOCK_DEBUG anyways) in exchange for an O(1) TAILQ_REMOVE() in witness_destroy() (called for every mtx_destroy() and sx_destroy()) instead of an O(n) STAILQ_REMOVE. Since WITNESS is so dog slow as it is, the speed-up is worth the space cost. Suggested by: iedowse Revision Changes Path 1.118 +6 -6 src/sys/kern/subr_witness.c 1.7 +1 -1 src/sys/sys/_lock.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:52: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 8039337B403; Thu, 6 Jun 2002 13:52:09 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Kq9O28032; Thu, 6 Jun 2002 13:52:09 -0700 (PDT) (envelope-from pat) Message-Id: <200206062052.g56Kq9O28032@freefall.freebsd.org> From: Patrick Li Date: Thu, 6 Jun 2002 13:52:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gentoo 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/06/06 13:52:09 PDT Modified files: x11-fm/gentoo Makefile distinfo Log: Update to 0.11.25 PR: 38887 Submitted by: maintainer Revision Changes Path 1.11 +1 -1 ports/x11-fm/gentoo/Makefile 1.9 +1 -1 ports/x11-fm/gentoo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13:54: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 8CF3837B40F; Thu, 6 Jun 2002 13:54:42 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KsgT28299; Thu, 6 Jun 2002 13:54:42 -0700 (PDT) (envelope-from tobez) Message-Id: <200206062054.g56KsgT28299@freefall.freebsd.org> From: Anton Berezin Date: Thu, 6 Jun 2002 13:54:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Data-Flow 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 tobez 2002/06/06 13:54:42 PDT Modified files: devel/p5-Data-Flow Makefile distinfo pkg-descr Log: Update to 0.07, assume maintainership. Revision Changes Path 1.15 +4 -4 ports/devel/p5-Data-Flow/Makefile 1.3 +1 -1 ports/devel/p5-Data-Flow/distinfo 1.2 +17 -18 ports/devel/p5-Data-Flow/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 13: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 9F30A37B404; Thu, 6 Jun 2002 13:55:58 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KtwN28504; Thu, 6 Jun 2002 13:55:58 -0700 (PDT) (envelope-from kris) Message-Id: <200206062055.g56KtwN28504@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 13:55:58 -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/06/06 13:55:58 PDT Modified files: Tools/portbuild/scripts portbuild Log: Only run ldconfig -aout commands on i386 Correct some build environment variables Exit with code 255 if the port build failed uncleanly Revision Changes Path 1.20 +16 -6 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 Thu Jun 6 13: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 C48E337B408; Thu, 6 Jun 2002 13:58:52 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Kwqe28657; Thu, 6 Jun 2002 13:58:52 -0700 (PDT) (envelope-from kris) Message-Id: <200206062058.g56Kwqe28657@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 13:58:52 -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/06/06 13:58:52 PDT Modified files: Tools/portbuild/scripts portbuild Log: Allow packages to be installed in the build chroot; this is needed for 5.x package builds since the pnohang script is written in perl, which was removed from the base OS. Revision Changes Path 1.21 +9 -1 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 Thu Jun 6 13:59: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 3248E37B401; Thu, 6 Jun 2002 13:59:16 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56KxGs28700; Thu, 6 Jun 2002 13:59:16 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206062059.g56KxGs28700@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 13:59:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps nlist.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/06/06 13:59:16 PDT Modified files: bin/ps nlist.c Log: sysctlbyname(3) returns -1 on failure, not any other value < 0. Revision Changes Path 1.17 +3 -3 src/bin/ps/nlist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 14:18: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 62FA537B416; Thu, 6 Jun 2002 14:18:38 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56LIca34413; Thu, 6 Jun 2002 14:18:38 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206062118.g56LIca34413@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 14:18:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps extern.h keyword.c print.c 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 jmallett 2002/06/06 14:18:38 PDT Modified files: bin/ps extern.h keyword.c print.c ps.1 Log: Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsed run time (NOT cpu time). cputime() and elapsed() both need to honour SUSv3 now. Revision Changes Path 1.22 +1 -0 src/bin/ps/extern.h 1.47 +1 -0 src/bin/ps/keyword.c 1.64 +17 -0 src/bin/ps/print.c 1.51 +2 -0 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 Jun 6 14:21: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 F129C37B404; Thu, 6 Jun 2002 14:21:25 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56LLPT35059; Thu, 6 Jun 2002 14:21:25 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206062121.g56LLPT35059@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 14:21:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps extern.h print.c ps.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/06/06 14:21:25 PDT Modified files: bin/ps extern.h print.c ps.c Log: Use a global `now' variable for the current time, and initialise it at startup, right after calling setlocale(3). Revision Changes Path 1.23 +1 -0 src/bin/ps/extern.h 1.65 +0 -6 src/bin/ps/print.c 1.54 +4 -0 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 14:46: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 55CC637B406; Thu, 6 Jun 2002 14:46:46 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56LkkG37215; Thu, 6 Jun 2002 14:46:46 -0700 (PDT) (envelope-from kris) Message-Id: <200206062146.g56LkkG37215@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 14:46:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xfree86_xkb_xml 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/06/06 14:46:46 PDT Modified files: x11/xfree86_xkb_xml Makefile Log: s/BUILD_DEPENDS/LIB_DEPENDS/ Submitted by: bento Revision Changes Path 1.3 +1 -1 ports/x11/xfree86_xkb_xml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 14:47: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 564E937B401; Thu, 6 Jun 2002 14:47:30 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56LlUX37334; Thu, 6 Jun 2002 14:47:30 -0700 (PDT) (envelope-from mbr) Message-Id: <200206062147.g56LlUX37334@freefall.freebsd.org> From: Martin Blapp Date: Thu, 6 Jun 2002 14:47:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/stlport/files patch-stlport::config::stl_gcc.h patch-stlport::cwchar X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/06 14:47:30 PDT Added files: devel/stlport/files patch-stlport::config::stl_gcc.h patch-stlport::cwchar Log: Fix compile for gcc3. On CURRENT, the exception tests are failing. This works fine on STABLE with gcc3. This is also the reason for the non working Openoffice port, which depends on this port. Revision Changes Path 1.1 +16 -0 ports/devel/stlport/files/patch-stlport::config::stl_gcc.h (new) 1.1 +22 -0 ports/devel/stlport/files/patch-stlport::cwchar (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 14:48:48 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 3CB5B37B403; Thu, 6 Jun 2002 14:48:44 -0700 (PDT) Received: from madman.nectar.cc (madman.nectar.cc [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id AEFBD4D; Thu, 6 Jun 2002 16:48:43 -0500 (CDT) Received: from madman.nectar.cc (localhost [IPv6:::1]) by madman.nectar.cc (8.12.3/8.12.3) with ESMTP id g56Lmh2q030608; Thu, 6 Jun 2002 16:48:43 -0500 (CDT) (envelope-from nectar@madman.nectar.cc) Received: (from nectar@localhost) by madman.nectar.cc (8.12.3/8.12.3/Submit) id g56LmhQB030607; Thu, 6 Jun 2002 16:48:43 -0500 (CDT) Date: Thu, 6 Jun 2002 16:48:43 -0500 From: "Jacques A. Vidrine" To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: [cvs] cvs commit: src/bin/ps nlist.c Message-ID: <20020606214843.GB30557@madman.nectar.cc> Mail-Followup-To: "Jacques A. Vidrine" , "J. Mallett" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020606205924.748F937B401@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606205924.748F937B401@hub.freebsd.org> 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 Thu, Jun 06, 2002 at 01:59:24PM -0700, J. Mallett wrote: > jmallett 2002/06/06 13:59:16 PDT > > Modified files: > bin/ps nlist.c > Log: > sysctlbyname(3) returns -1 on failure, not any other value < 0. I hope you are not planning to do a lot of this kind of thing. I realize you are working on ps right now, so it may not be disruptive, but please don't go around changing this kind of thing without some reason. > - if (sysctlbyname("kern.ccpu", &ccpu, &oldlen, NULL, 0) < 0) > + if (sysctlbyname("kern.ccpu", &ccpu, &oldlen, NULL, 0) == -1) > return (1); 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 Jun 6 15:11: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 7D56337B401; Thu, 6 Jun 2002 15:11:19 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56MBJa44569; Thu, 6 Jun 2002 15:11:19 -0700 (PDT) (envelope-from keramida) Message-Id: <200206062211.g56MBJa44569@freefall.freebsd.org> From: Giorgos Keramidas Date: Thu, 6 Jun 2002 15:11:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.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 keramida 2002/06/06 15:11:19 PDT Modified files: lib/libc/stdlib malloc.3 Log: Clarify the bit about realloc() and its `ptr' argument a bit. Hopefully, now it is more clear that the memory referenced by the ptr argument of realloc(ptr,size) is freed and only the return value of realloc() points to a valid memory area upon successful completion. Submitted by: Martin Faxer Revision Changes Path 1.54 +3 -2 src/lib/libc/stdlib/malloc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 15:12: 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 265F337B400; Thu, 6 Jun 2002 15:12:01 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56MC0Y44610; Thu, 6 Jun 2002 15:12:00 -0700 (PDT) (envelope-from bmah) Message-Id: <200206062212.g56MC0Y44610@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Jun 2002 15:12:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup standard-supfile X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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/06/06 15:12:00 PDT Modified files: (Branch: RELENG_4_6) share/examples/cvsup standard-supfile Log: standard-supfile should track its own branch. Approved by: re (implicitly) Revision Changes Path 1.17.2.4.4.1 +1 -1 src/share/examples/cvsup/standard-supfile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 15:14: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 7F4EA37B404; Thu, 6 Jun 2002 15:14:36 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56MEaK44843; Thu, 6 Jun 2002 15:14:36 -0700 (PDT) (envelope-from bmah) Message-Id: <200206062214.g56MEaK44843@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 6 Jun 2002 15:14:36 -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 bmah 2002/06/06 15:14:36 PDT Modified files: en_US.ISO8859-1/articles/releng article.sgml Log: Add src/share/examples/cvsup/standard-supfile to the version bump list. Revision Changes Path 1.27 +4 -0 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 Thu Jun 6 15:35:58 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 ED0AD37B404; Thu, 6 Jun 2002 15:35:53 -0700 (PDT) Received: from hades.hell.gr (patr530-a088.otenet.gr [212.205.215.88]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g56MZGZN002877; Fri, 7 Jun 2002 01:35:17 +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 g56MZFbm023570; Fri, 7 Jun 2002 01:35:15 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g56MZFaB023569; Fri, 7 Jun 2002 01:35:15 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Fri, 7 Jun 2002 01:35:14 +0300 From: Giorgos Keramidas To: Doug Barton Cc: "J. Mallett" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@csociety.org Subject: Re: cvs commit: src/usr.bin/stat - Imported sources Message-ID: <20020606223514.GB23428@hades.hell.gr> References: <20020606130654.A50093@FreeBSD.ORG> <20020606134350.J4933-100000@master.gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606134350.J4933-100000@master.gorean.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 2002-06-06 13:45 -0700, Doug Barton wrote: > On Thu, 6 Jun 2002, J. Mallett wrote: > > * From Will Andrews > > > On Thu, Jun 06, 2002 at 12:27:17PM -0700, Doug Barton wrote: > > > > src/usr.bin/stat - Imported sources > > > > Update of /home/ncvs/src/usr.bin/stat > > > > > > Unless I'm mistaken, this normally goes in src/contrib. > > > > Only if we intend to treat it like contributed software. > > > > I see no reason why we might not want to develop this or something? > > Right-o. They don't change it very often, so I don't think there is any > reason not to take it off the vendor branch if we want to tweak it. There are a few things that we might want changed. They can still be done in NetBSD first though. One of the things I noticed is that the manpage includes a few hard-sentence breaks thar Ruslan likes killing, for instance. These can probably go directly to NetBSD though, and get cleanly imported the next time this is sync'ed. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 15:40: 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 6E46037B406; Thu, 6 Jun 2002 15:40:06 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56Me6B46836; Thu, 6 Jun 2002 15:40:06 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206062240.g56Me6B46836@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jun 2002 15:40:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gmake Makefile ports/devel/gmake/files patch-gettext.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/06/06 15:40:06 PDT Modified files: devel/gmake Makefile Added files: devel/gmake/files patch-gettext.c Log: Make localised messages working. Bump PORTREVISION. Revision Changes Path 1.39 +9 -2 ports/devel/gmake/Makefile 1.1 +16 -0 ports/devel/gmake/files/patch-gettext.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 15:40: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 C2B1437B410; Thu, 6 Jun 2002 15:40:39 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56MedQ46916; Thu, 6 Jun 2002 15:40:39 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206062240.g56MedQ46916@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jun 2002 15:40:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gmake 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/06/06 15:40:39 PDT Modified files: devel/gmake Makefile Log: Remove cruft slipped into previous commit. Revision Changes Path 1.40 +0 -7 ports/devel/gmake/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 15:49: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 2E30537B405; Thu, 6 Jun 2002 15:49:24 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56MnOl47781; Thu, 6 Jun 2002 15:49:24 -0700 (PDT) (envelope-from marcel) Message-Id: <200206062249.g56MnOl47781@freefall.freebsd.org> From: Marcel Moolenaar Date: Thu, 6 Jun 2002 15:49:23 -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 marcel 2002/06/06 15:49:23 PDT Modified files: sys/ia64/ia64 ski.c Log: Work around a bug in the Linux version of ski, that's specific to SSC_GET_RTC. This fixes the panic seen shortly after mounting the root file system. Thanks to: "K.Sumitani" Revision Changes Path 1.4 +11 -0 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 Thu Jun 6 16: 0: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 947C237B410; Thu, 6 Jun 2002 16:00:13 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56N0D348777; Thu, 6 Jun 2002 16:00:13 -0700 (PDT) (envelope-from petef) Message-Id: <200206062300.g56N0D348777@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 6 Jun 2002 16:00:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvspadm 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/06/06 16:00:13 PDT Modified files: devel/cvspadm Makefile Log: Don't assume pod2text is in /usr/bin. Submitted by: bento Revision Changes Path 1.5 +2 -2 ports/devel/cvspadm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 16: 1: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 2775737B404; Thu, 6 Jun 2002 16:01:42 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56N1gP49366; Thu, 6 Jun 2002 16:01:42 -0700 (PDT) (envelope-from petef) Message-Id: <200206062301.g56N1gP49366@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 6 Jun 2002 16:01:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/demime 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/06/06 16:01:42 PDT Modified files: mail/demime Makefile Log: Don't assume pod2man is in /usr/bin. Submitted by: bento Revision Changes Path 1.6 +1 -1 ports/mail/demime/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 16: 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 438DB37B408; Thu, 6 Jun 2002 16:01:50 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56N1on49391; Thu, 6 Jun 2002 16:01:50 -0700 (PDT) (envelope-from des) Message-Id: <200206062301.g56N1on49391@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 6 Jun 2002 16:01:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat vmstat.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/06/06 16:01:50 PDT Modified files: usr.bin/systat vmstat.c Log: debug.{numvnodes,freevnodes} moved to vfs. Revision Changes Path 1.52 +2 -2 src/usr.bin/systat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 16: 8: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 BED7C37B408; Thu, 6 Jun 2002 16:08:00 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56N80j53722; Thu, 6 Jun 2002 16:08:00 -0700 (PDT) (envelope-from petef) Message-Id: <200206062308.g56N80j53722@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 6 Jun 2002 16:08:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/log_analysis 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/06/06 16:08:00 PDT Modified files: sysutils/log_analysis Makefile Log: Use pod2man instead of perldoc to build a manpage. Submitted by: bento Revision Changes Path 1.6 +1 -1 ports/sysutils/log_analysis/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 16: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 D3BA737B401; Thu, 6 Jun 2002 16:11:54 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56NBsN54364; Thu, 6 Jun 2002 16:11:54 -0700 (PDT) (envelope-from mbr) Message-Id: <200206062311.g56NBsN54364@freefall.freebsd.org> From: Martin Blapp Date: Thu, 6 Jun 2002 16:11:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/06 16:11:54 PDT Modified files: editors/openoffice pkg-plist Log: Sync with reality and sort. Revision Changes Path 1.7 +2437 -910 ports/editors/openoffice/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 Jun 6 16:29: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 1BBE937B40A; Thu, 6 Jun 2002 16:29:44 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g56NTiN55585; Thu, 6 Jun 2002 16:29:44 -0700 (PDT) (envelope-from petef) Message-Id: <200206062329.g56NTiN55585@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 6 Jun 2002 16:29:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ipfmeta Makefile ports/devel/p5-Term-Screen 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/06/06 16:29:44 PDT Modified files: security/ipfmeta Makefile devel/p5-Term-Screen Makefile Log: Don't assume pod2man is in /usr/bin. Submitted by: bento Revision Changes Path 1.5 +1 -1 ports/devel/p5-Term-Screen/Makefile 1.2 +1 -1 ports/security/ipfmeta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17: 0: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 B073437B406; Thu, 6 Jun 2002 17:00:06 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57006h58587; Thu, 6 Jun 2002 17:00:06 -0700 (PDT) (envelope-from kris) Message-Id: <200206070000.g57006h58587@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 17:00:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/aide/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/06/06 17:00:06 PDT Modified files: security/aide/files patch-aa Log: Fix a couple of fprintf format string errors Revision Changes Path 1.2 +19 -1 ports/security/aide/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 Jun 6 17: 0: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 EB7CC37B40C; Thu, 6 Jun 2002 17:00:29 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5700Tb58920; Thu, 6 Jun 2002 17:00:29 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206070000.g5700Tb58920@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 17:00:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps 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 jmallett 2002/06/06 17:00:29 PDT Modified files: bin/ps print.c Log: Cast to long to match format. Hidden by revision 1.18 of Makefile. Revision Changes Path 1.66 +2 -1 src/bin/ps/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17: 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 794FD37B406; Thu, 6 Jun 2002 17:01:00 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57010b59105; Thu, 6 Jun 2002 17:01:00 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206070001.g57010b59105@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 17:01:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps 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 jmallett 2002/06/06 17:01:00 PDT Modified files: bin/ps Makefile Log: Remove tunables to hide warnings that no longer exist. Revision Changes Path 1.20 +0 -2 src/bin/ps/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17: 3: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 816F737B408; Thu, 6 Jun 2002 17:03:23 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5703NO59225; Thu, 6 Jun 2002 17:03:23 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206070003.g5703NO59225@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jun 2002 17:03:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar/src extract.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/06/06 17:03:23 PDT Modified files: contrib/tar/src extract.c Log: IMO it was a quite ugly idea that if we are running as uid 0 then we can safely ignore current umask(2) and assume that permissions should be set right like in the archive. Not only it violates POLA, but introduces huge potential security vulnerability, particularly for ports, where many popular archives come with 777 files and dirs. Revision Changes Path 1.2 +4 -0 src/contrib/tar/src/extract.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17: 7: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 6817737B408; Thu, 6 Jun 2002 17:06:25 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5706PZ63343; Thu, 6 Jun 2002 17:06:25 -0700 (PDT) (envelope-from petef) Message-Id: <200206070006.g5706PZ63343@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 6 Jun 2002 17:06:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gsi 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/06/06 17:06:25 PDT Modified files: audio/gsi Makefile Log: machine/soundcard.h -> sys/soundcard.h PR: 38907 Submitted by: Trish Lynch Revision Changes Path 1.5 +12 -1 ports/audio/gsi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17: 8: 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 ABE6337B411; Thu, 6 Jun 2002 17:07:48 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5707mj63454; Thu, 6 Jun 2002 17:07:48 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206070007.g5707mj63454@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jun 2002 17:07:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/gtar Makefile ports/archivers/gtar/files patch-src::extract.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/06/06 17:07:48 PDT Modified files: archivers/gtar Makefile Added files: archivers/gtar/files patch-src::extract.c Log: Sync with src/contrib/tar - don't assume that user with uid 0 doesn't really care about umask(2). Revision Changes Path 1.28 +1 -1 ports/archivers/gtar/Makefile 1.1 +28 -0 ports/archivers/gtar/files/patch-src::extract.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17:12: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 54F9137B404; Thu, 6 Jun 2002 17:12:42 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g570Cgl64227; Thu, 6 Jun 2002 17:12:42 -0700 (PDT) (envelope-from petef) Message-Id: <200206070012.g570Cgl64227@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 6 Jun 2002 17:12:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/miscom/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/06 17:12:42 PDT Removed files: games/miscom/files patch-af Log: machine/soundcard.h -> sys/soundcard.h PR: 38895 Submitted by: Trish Lynch Revision Changes Path 1.2 +0 -14 ports/games/miscom/files/patch-af (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17:19: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 7943A37B401; Thu, 6 Jun 2002 17:19:38 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g570JcC64632; Thu, 6 Jun 2002 17:19:38 -0700 (PDT) (envelope-from kris) Message-Id: <200206070019.g570JcC64632@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 17:19:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/curl/files patch-lib::ftp.c patch-lib::ldap.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 kris 2002/06/06 17:19:38 PDT Added files: ftp/curl/files patch-lib::ftp.c patch-lib::ldap.c Log: Correct some non-exploitable format string errors and an extraneous format string argument. Revision Changes Path 1.1 +27 -0 ports/ftp/curl/files/patch-lib::ftp.c (new) 1.1 +11 -0 ports/ftp/curl/files/patch-lib::ldap.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17:21: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 1F11737B401; Thu, 6 Jun 2002 17:21:18 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g570LIr65220; Thu, 6 Jun 2002 17:21:18 -0700 (PDT) (envelope-from kris) Message-Id: <200206070021.g570LIr65220@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 17:21:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/curl 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/06/06 17:21:18 PDT Modified files: ftp/curl Makefile Log: Bump PORTREVISION for bugfixes just committed. Revision Changes Path 1.43 +1 -0 ports/ftp/curl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17:24:48 2002 Delivered-To: cvs-all@freebsd.org Received: from treetop.robbins.dropbear.id.au (193.a.005.mel.iprimus.net.au [210.50.40.193]) by hub.freebsd.org (Postfix) with ESMTP id C5D6D37B408; Thu, 6 Jun 2002 17:24:36 -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 g570FsBF059450; Fri, 7 Jun 2002 10:15:54 +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 g570FrcY059449; Fri, 7 Jun 2002 10:15:53 +1000 (EST) Date: Fri, 7 Jun 2002 10:15:52 +1000 From: "Tim J. Robbins" To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020607101552.A46543@treetop.robbins.dropbear.id.au> References: <200206061344.g56DiEX47747@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: <200206061344.g56DiEX47747@freefall.freebsd.org>; from ache@FreeBSD.org on Thu, Jun 06, 2002 at 06:44:14AM -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, Jun 06, 2002 at 06:44:14AM -0700, Andrey A. Chernov wrote: > ache 2002/06/06 06:44:14 PDT > > Modified files: > usr.bin/uniq uniq.c > Log: > Back out rev 1.19 because Please make the behaviour of "sort -u" consistent with "sort | uniq", then, if both are to use LC_COLLATE. The sort utility from (at least) textutils 2.0.21 uses strcoll() == 0 as a check for uniqueness (as Solaris does in its sort utility) and has workarounds to handle embedded NUL bytes etc. I am not sure if any earlier versions of textutils handled locale collation order (the code looks to be <5 months old). It's on alpha.gnu.org. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17:28: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 C1A6037B404; Thu, 6 Jun 2002 17:28:08 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g570S8C65564; Thu, 6 Jun 2002 17:28:08 -0700 (PDT) (envelope-from kris) Message-Id: <200206070028.g570S8C65564@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 17:28:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/bcwipe/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/06/06 17:28:08 PDT Added files: security/bcwipe/files patch-aa Log: Fix a couple of non-exploitable format string bugs Revision Changes Path 1.1 +29 -0 ports/security/bcwipe/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 Thu Jun 6 17: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 B540137B406; Thu, 6 Jun 2002 17:33:52 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g570Xqb66378; Thu, 6 Jun 2002 17:33:52 -0700 (PDT) (envelope-from kris) Message-Id: <200206070033.g570Xqb66378@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 17:33:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/bugs/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/06/06 17:33:52 PDT Added files: security/bugs/files patch-aa Log: Respect CC and CFLAGS Revision Changes Path 1.1 +11 -0 ports/security/bugs/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 Thu Jun 6 17:34:19 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 9B45837B403; Thu, 6 Jun 2002 17:33:56 -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 KAA15856; Fri, 7 Jun 2002 10:33:53 +1000 Date: Fri, 7 Jun 2002 10:34:30 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/bin/ps fmt.c In-Reply-To: <200206062029.g56KTej24391@freefall.freebsd.org> Message-ID: <20020607101000.R13287-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 Thu, 6 Jun 2002, J. Mallett wrote: > jmallett 2002/06/06 13:29:40 PDT > > Modified files: > bin/ps fmt.c > Log: > Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. I > was worried about truncation of arg_max by this cast, but if it gets truncated, > we know it'll obviously be greater than SIZE_MAX anyway. This turns a correct bounds check into a broken one just to fix a warning. arg_max (times 4, plus 1) has already been checked to be a postitive long. Converting it to a size_t may truncate it to a very small value that is less than SIZE_MAX, resulting in the bounds check bogusly succeeding. Example of sizes where this may happen: ARG_MAX = 4096 /* minimum permitted by POSIX, type obscure */ arg_max = 4096L /* type long, so that it can hold sysconf() */ 4 * arg_max + 1 = 16385L size_t = uint8_t /* impractical but easy to see problems with */ size_t(arg_max) = (size_t)1 4 * (size_t)arg_max + 1 = (int)5 SIZE_MAX = 255 /* type promoteof(size_t) (?) */ The 4 * arg_max + 1 > SIZE_MAX but 4 * (size_t)arg_max + 1 < SIZE_MAX. Note that in this example, it's not completely clear that casting to size_t even fixes the warning, since the cast is in the wrong place so it doesn't have its intended effect of promoting the left operand to a size_t. The left operand has type int after the default promotions, so we might get a warning anyway if the right operand has type size_t. However, I think SIZE_T can't have type size_t in this case, since I think it is specified to be a preprocessor constants and preprocessor constants can't have type uint8_t. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17:44: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 1A57F37B400; Thu, 6 Jun 2002 17:44:34 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g570iYO67480; Thu, 6 Jun 2002 17:44:34 -0700 (PDT) (envelope-from kris) Message-Id: <200206070044.g570iYO67480@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 17:44:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/unrar/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/06/06 17:44:33 PDT Added files: archivers/unrar/files patch-aa Log: Fix a format string nit. Revision Changes Path 1.1 +11 -0 ports/archivers/unrar/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 Thu Jun 6 17:45: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 EEBC037B419; Thu, 6 Jun 2002 17:45:06 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g570j6K67556; Thu, 6 Jun 2002 17:45:06 -0700 (PDT) (envelope-from tjr) Message-Id: <200206070045.g570j6K67556@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 6 Jun 2002 17:45:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 environ.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 tjr 2002/06/06 17:45:06 PDT Modified files: share/man/man7 environ.7 Log: Document the standard COLUMNS environment variable here to avoid redundant descriptions of its effects in utilities' manual pages. Revision Changes Path 1.18 +11 -1 src/share/man/man7/environ.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17:50: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 9BC7737B410; Thu, 6 Jun 2002 17:50:22 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g570oMi67834; Thu, 6 Jun 2002 17:50:22 -0700 (PDT) (envelope-from tjr) Message-Id: <200206070050.g570oMi67834@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 6 Jun 2002 17:50:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/who who.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/06/06 17:50:22 PDT Modified files: usr.bin/who who.1 Log: Refer to environ(7) for description of COLUMNS. Note the effects of LANG, LC_ALL and LC_TIME upon the utility. Revision Changes Path 1.14 +9 -11 src/usr.bin/who/who.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 17:55: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 7B15D37B400; Thu, 6 Jun 2002 17:55:26 -0700 (PDT) Received: (from gerald@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g570tQR68464; Thu, 6 Jun 2002 17:55:26 -0700 (PDT) (envelope-from gerald) Message-Id: <200206070055.g570tQR68464@freefall.freebsd.org> From: Gerald Pfeifer Date: Thu, 6 Jun 2002 17:55:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-gb X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/06 17:55:25 PDT Modified files: emulators/wine Makefile distinfo pkg-plist emulators/wine/files patch-gb Log: Update to the 2002.06.05 version of Wine. Once again, lots of files have moved. Approved by: obrien (mentor) Revision Changes Path 1.123 +1 -1 ports/emulators/wine/Makefile 1.72 +1 -1 ports/emulators/wine/distinfo 1.5 +23 -10 ports/emulators/wine/files/patch-gb 1.35 +33 -17 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 Thu Jun 6 18: 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 813AF37B405; Thu, 6 Jun 2002 18:01:09 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57118t69146; Thu, 6 Jun 2002 18:01:08 -0700 (PDT) (envelope-from keramida) Message-Id: <200206070101.g57118t69146@freefall.freebsd.org> From: Giorgos Keramidas Date: Thu, 6 Jun 2002 18:01:08 -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 keramida 2002/06/06 18:01:08 PDT Modified files: usr.bin/makewhatis makewhatis.c Log: Use size_t or ino_t instead of int, and remove a few warnings. The makewhatis utility is now ok with WARNS=3. Reviewed by: bde Revision Changes Path 1.6 +4 -4 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 Thu Jun 6 18: 4: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 1C25F37B403; Thu, 6 Jun 2002 18:04:25 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5714Oj69522; Thu, 6 Jun 2002 18:04:25 -0700 (PDT) (envelope-from tjr) Message-Id: <200206070104.g5714Oj69522@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 6 Jun 2002 18:04:24 -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/06/06 18:04:24 PDT Modified files: usr.bin/csplit csplit.1 csplit.c Log: Respect LC_CTYPE and LC_COLLATE environment variables, mainly for their effects on regular expressions. The libc regex code does not handle equivalence classes well (for example), but we do our best. Revision Changes Path 1.4 +11 -0 src/usr.bin/csplit/csplit.1 1.4 +3 -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 Thu Jun 6 18: 8:38 2002 Delivered-To: cvs-all@freebsd.org Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by hub.freebsd.org (Postfix) with ESMTP id 7985737B403; Thu, 6 Jun 2002 18:08:21 -0700 (PDT) Received: from bellatlantic.net ([138.89.161.2]) by out002.verizon.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20020607010819.KAPL28968.out002.verizon.net@bellatlantic.net>; Thu, 6 Jun 2002 20:08:19 -0500 Message-ID: <3D000781.85795809@bellatlantic.net> Date: Thu, 06 Jun 2002 21:08:17 -0400 From: Sergey Babkin X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-19990626-CURRENT i386) X-Accept-Language: en, ru MIME-Version: 1.0 To: Greg 'groggy' Lehey Cc: Poul-Henning Kamp , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf References: <20020605084755.K91379@wantadilla.lemis.com> <50718.1023287177@critter.freebsd.dk> <20020606091023.B92654@wantadilla.lemis.com> 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 Greg 'groggy' Lehey wrote: > > On Wednesday, 5 June 2002 at 16:26:17 +0200, Poul-Henning Kamp wrote: > > In message <20020605084755.K91379@wantadilla.lemis.com>, "Greg 'groggy' Lehey" writes: > > > >>>> ntpdate(8) may be deprecated in the mind of the ntpd(8) author but > >>>> the replacement functionality isn't the same yet. > >>> > >>> If ntpdate is going away soon, we need to experiement with the > >>> replacement now. > >> > >> What's the replacement? > > > > Ideally, somebody would sit down and write a sntpd(8), which would be a > > light-weight, client-side-only NTP daemon without refclock support, > > without weird remote-configration stuff and other excess luggage. > > > > If somebody wants to volounteer, I will happily provide detailed > > guidance on the timekeeping magic needed. > > A good suggestion, but it misses the point. We shouldn't be throwing > out things like ntpdate *until* we have a replacement. And probably not even when we have a replacement. If it's functionality if available from ntpd with an option then ntpdate can be made a shell script calling ntpd but not completely thrown away. Ot's way too convenient to be thrown away. -SB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 18:10: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 A6E0837B409; Thu, 6 Jun 2002 18:10:23 -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 LAA21745; Fri, 7 Jun 2002 11:10:21 +1000 Date: Fri, 7 Jun 2002 11:10:59 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/kern vfs_bio.c In-Reply-To: <200206060856.g568uAK88558@freefall.freebsd.org> Message-ID: <20020607111021.E13502-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 Thu, 6 Jun 2002, Poul-Henning Kamp wrote: > phk 2002/06/06 01:56:10 PDT > > Modified files: > sys/kern vfs_bio.c > Log: > Use "bwrbg" as description when we sleep for background writing, > "biord" was misleading in every possible way. > > Revision Changes Path > 1.311 +1 -1 src/sys/kern/vfs_bio.c PR: 35758 ? Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 18:12:12 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 0F5D737B400; Thu, 6 Jun 2002 18:11:58 -0700 (PDT) Date: Thu, 6 Jun 2002 18:11:58 -0700 From: "J. Mallett" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ps fmt.c Message-ID: <20020606181157.A8093@FreeBSD.ORG> References: <200206062029.g56KTej24391@freefall.freebsd.org> <20020607101000.R13287-100000@gamplex.bde.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: <20020607101000.R13287-100000@gamplex.bde.org>; from bde@zeta.org.au on Fri, Jun 07, 2002 at 10:34:30AM +1000 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From Bruce Evans > On Thu, 6 Jun 2002, J. Mallett wrote: > > > jmallett 2002/06/06 13:29:40 PDT > > > > Modified files: > > bin/ps fmt.c > > Log: > > Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. I > > was worried about truncation of arg_max by this cast, but if it gets truncated, > > we know it'll obviously be greater than SIZE_MAX anyway. > > This turns a correct bounds check into a broken one just to fix a warning. > arg_max (times 4, plus 1) has already been checked to be a postitive long. > Converting it to a size_t may truncate it to a very small value that is > less than SIZE_MAX, resulting in the bounds check bogusly succeeding. > Example of sizes where this may happen: You're right, ugh. I'm backing it out. -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 18: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 2613437B404; Thu, 6 Jun 2002 18:14:06 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g571E6074421; Thu, 6 Jun 2002 18:14:06 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206070114.g571E6074421@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 18:14:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps fmt.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/06/06 18:14:05 PDT Modified files: bin/ps fmt.c Log: Back out previous back out of previously correct code. Double-plus-pointy-hat to: jmallett Submitted by: bde Revision Changes Path 1.24 +1 -2 src/bin/ps/fmt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 18:16: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 AF76B37B412; Thu, 6 Jun 2002 18:16:21 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g571GLB74610; Thu, 6 Jun 2002 18:16:21 -0700 (PDT) (envelope-from kris) Message-Id: <200206070116.g571GLB74610@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 18:16:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/fakebo Makefile ports/security/fakebo/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/06/06 18:16:21 PDT Modified files: security/fakebo Makefile Added files: security/fakebo/files patch-aa patch-ab Log: Fix a format string vulnerability which appears to be exploitable, and bump PORTREVISION. Revision Changes Path 1.13 +2 -1 ports/security/fakebo/Makefile 1.1 +11 -0 ports/security/fakebo/files/patch-aa (new) 1.1 +13 -0 ports/security/fakebo/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 18:17: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 D64E037B405; Thu, 6 Jun 2002 18:17:54 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g571Hsk74739; Thu, 6 Jun 2002 18:17:54 -0700 (PDT) (envelope-from tjr) Message-Id: <200206070117.g571Hsk74739@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 6 Jun 2002 18:17:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tsort tsort.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/06/06 18:17:54 PDT Modified files: usr.bin/tsort tsort.1 Log: Style nit: group together optional flags under the one Fl macro. Revision Changes Path 1.10 +1 -3 src/usr.bin/tsort/tsort.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 18: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 41DD137B409; Thu, 6 Jun 2002 18:29:49 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g571TnP75837; Thu, 6 Jun 2002 18:29:49 -0700 (PDT) (envelope-from tjr) Message-Id: <200206070129.g571TnP75837@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 6 Jun 2002 18:29:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tabs tabs.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/06/06 18:29:49 PDT Modified files: usr.bin/tabs tabs.1 Log: Expand description of environment variables, refer to environ(7) where appropriate. Revision Changes Path 1.3 +18 -8 src/usr.bin/tabs/tabs.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 18:41: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 207F037B408; Thu, 6 Jun 2002 18:41:55 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g571ftq77428; Thu, 6 Jun 2002 18:41:55 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206070141.g571ftq77428@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 18:41:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/w pr_time.c proc_compare.c w.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/06/06 18:41:54 PDT Modified files: usr.bin/w pr_time.c proc_compare.c w.c Log: ANSI style function declarations. Revision Changes Path 1.19 +2 -4 src/usr.bin/w/pr_time.c 1.8 +1 -2 src/usr.bin/w/proc_compare.c 1.54 +5 -13 src/usr.bin/w/w.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 18:46:26 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 2519837B40B; Thu, 6 Jun 2002 18:46:11 -0700 (PDT) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g571hpR59309; Thu, 6 Jun 2002 21:43:51 -0400 (EDT) (envelope-from mike) Date: Thu, 6 Jun 2002 21:43:51 -0400 From: Mike Barcroft To: "J. Mallett" Cc: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@csociety.org Subject: Re: cvs commit: src/usr.bin/stat - Imported sources Message-ID: <20020606214351.C38218@espresso.q9media.com> References: <20020606130654.A50093@FreeBSD.ORG> <20020606134350.J4933-100000@master.gorean.org> <20020606134844.A57847@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606134844.A57847@FreeBSD.ORG>; from jmallett@FreeBSD.org on Thu, Jun 06, 2002 at 01:48:44PM -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: > * From Doug Barton > > > I see no reason why we might not want to develop this or something? > > > > Right-o. They don't change it very often, so I don't think there is any > > reason not to take it off the vendor branch if we want to tweak it. > > Someone else already mentioned that import might not have been the right > > tack for this, so I've already mailed cvs@ asking for their assistance. > > > > Doug > > I think if we *might* want to later import a new version, and it *is* vendor > code, but not "contrib-style" code, import is The Right Thing(tm). > > At least, that's how I've worked with m4(1) as far as OpenBSD's version. If we do intend to immediately bring something off the vendor branch, it is best to just cvs add it. Otherwise the repo is bloated for no good reason. 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 Thu Jun 6 18:50: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 355E837B406; Thu, 6 Jun 2002 18:50:42 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g571ogH78251; Thu, 6 Jun 2002 18:50:42 -0700 (PDT) (envelope-from kris) Message-Id: <200206070150.g571ogH78251@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 18:50:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/ubh 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/06/06 18:50:42 PDT Modified files: news/ubh Makefile pkg-plist Log: Respect NOPORTDOCS Revision Changes Path 1.10 +4 -1 ports/news/ubh/Makefile 1.5 +2 -2 ports/news/ubh/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 Jun 6 18:55: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 56C1137B405; Thu, 6 Jun 2002 18:55:42 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g571tgr78566; Thu, 6 Jun 2002 18:55:42 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206070155.g571tgr78566@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 6 Jun 2002 18:55:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hea hea_freebsd.c hea_pci.c src/sys/dev/hfa hfa_freebsd.c hfa_pci.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 mdodd 2002/06/06 18:55:42 PDT Modified files: sys/dev/hea hea_freebsd.c hea_pci.c sys/dev/hfa hfa_freebsd.c hfa_pci.c Log: Move some code around. Minor whitespace changes. Revision Changes Path 1.2 +5 -3 src/sys/dev/hea/hea_freebsd.c 1.2 +1 -1 src/sys/dev/hea/hea_pci.c 1.2 +1 -0 src/sys/dev/hfa/hfa_freebsd.c 1.2 +11 -12 src/sys/dev/hfa/hfa_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 19: 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 6CF6F37B425; Thu, 6 Jun 2002 19:04:10 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57249v79631; Thu, 6 Jun 2002 19:04:09 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206070204.g57249v79631@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 6 Jun 2002 19:04:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES 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 mdodd 2002/06/06 19:04:09 PDT Modified files: sys/conf NOTES files Log: 'device hea' is no longer broken. Add 'nowerror' to a few 'hea' files to ignore warnings on volatiles. Revision Changes Path 1.1037 +2 -2 src/sys/conf/NOTES 1.645 +2 -2 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 Jun 6 19:17: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 B254937B408; Thu, 6 Jun 2002 19:17:17 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g572HH584853; Thu, 6 Jun 2002 19:17:17 -0700 (PDT) (envelope-from mike) Message-Id: <200206070217.g572HH584853@freefall.freebsd.org> From: Mike Barcroft Date: Thu, 6 Jun 2002 19:17:17 -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/06/06 19:17:17 PDT Modified files: en/projects/c99 index.sgml Log: J. Mallett will be coordinating changes to ps(1). Revision Changes Path 1.30 +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 Thu Jun 6 19:22: 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 6A03637B406; Thu, 6 Jun 2002 19:21:52 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g572Lqr85853; Thu, 6 Jun 2002 19:21:52 -0700 (PDT) (envelope-from petef) Message-Id: <200206070221.g572Lqr85853@freefall.freebsd.org> From: Pete Fritchman Date: Thu, 6 Jun 2002 19:21:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ac3dec Makefile ports/audio/aumix/files patch-src::common.h ports/audio/fmio Makefile ports/audio/gramofile Makefile ports/japanese/typist/files patch-ac ports/audio/maplay Makefile ports/audio/mpg123 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/06/06 19:21:52 PDT Modified files: audio/ac3dec Makefile audio/fmio Makefile audio/gramofile Makefile japanese/typist/files patch-ac audio/maplay Makefile audio/mpg123 Makefile audio/play Makefile audio/radio Makefile audio/rawrec Makefile mbone/speak_freely Makefile audio/timidity Makefile audio/tracker Makefile audio/wavplay/files patch-ab patch-ac patch-ae patch-af patch-ag Added files: audio/aumix/files patch-src::common.h Log: machine/soundcard.h -> sys/soundcard.h Submitted by: bento Revision Changes Path 1.3 +5 -0 ports/audio/ac3dec/Makefile 1.1 +25 -0 ports/audio/aumix/files/patch-src::common.h (new) 1.8 +5 -0 ports/audio/fmio/Makefile 1.3 +8 -1 ports/audio/gramofile/Makefile 1.15 +7 -1 ports/audio/maplay/Makefile 1.41 +5 -0 ports/audio/mpg123/Makefile 1.9 +10 -1 ports/audio/play/Makefile 1.9 +6 -1 ports/audio/radio/Makefile 1.2 +1 -1 ports/audio/rawrec/Makefile 1.20 +6 -1 ports/audio/timidity/Makefile 1.39 +6 -1 ports/audio/tracker/Makefile 1.2 +1 -1 ports/audio/wavplay/files/patch-ab 1.2 +1 -1 ports/audio/wavplay/files/patch-ac 1.2 +1 -1 ports/audio/wavplay/files/patch-ae 1.2 +1 -1 ports/audio/wavplay/files/patch-af 1.2 +1 -1 ports/audio/wavplay/files/patch-ag 1.2 +1 -1 ports/japanese/typist/files/patch-ac 1.14 +6 -1 ports/mbone/speak_freely/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 19:28: 6 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 5801937B403; Thu, 6 Jun 2002 19:28:02 -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 MAA00299; Fri, 7 Jun 2002 12:28:00 +1000 Date: Fri, 7 Jun 2002 12:28:38 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Chad David Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/kern kern_sig.c In-Reply-To: <200206061912.g56JCiX08025@freefall.freebsd.org> Message-ID: <20020607121232.Q13645-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 > davidc 2002/06/06 12:12:44 PDT > > Modified files: > sys/kern kern_sig.c > Log: > s/!SIGNOTEMPY/SIGISEMPTY/ > > Reviewed by: marcel, jhb, alfred One or both of these shouldn't exist. SIGISEMPTY was unused. SIGNOTEMPTY was used a whole 6 times in /sys and 0 times in libc. SIGISEMPTY is just a wrapper for __sigisempty, and __sigisempty could be named sigisempty and used instead. IIRC, the 2 layers of wrappers are mainly to support dead and/or moot uses in and libc. __sigisempty needs to have 2 underscores if it is used in a standard header, but it isn't used there. libc could use the macros in , but doesn't. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 19:31: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 F214237B40E; Thu, 6 Jun 2002 19:30:56 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g572Uuj87417; Thu, 6 Jun 2002 19:30:56 -0700 (PDT) (envelope-from tjr) Message-Id: <200206070230.g572Uuj87417@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 6 Jun 2002 19:30:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cmp cmp.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/06/06 19:30:56 PDT Modified files: usr.bin/cmp cmp.c Log: Exit >1 when an error occurs, regardless of whether -s is specified (SUSv3) Revision Changes Path 1.14 +4 -4 src/usr.bin/cmp/cmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 19:35: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 A709137B409; Thu, 6 Jun 2002 19:35:21 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g572ZLG87661; Thu, 6 Jun 2002 19:35:21 -0700 (PDT) (envelope-from tjr) Message-Id: <200206070235.g572ZLG87661@freefall.freebsd.org> From: "Tim J. Robbins" Date: Thu, 6 Jun 2002 19:35:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cmp cmp.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/06/06 19:35:21 PDT Modified files: usr.bin/cmp cmp.c Log: No need to check for "-" explicitly in getopt() loop. Revision Changes Path 1.15 +1 -5 src/usr.bin/cmp/cmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 20:26: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 4250F37B408; Thu, 6 Jun 2002 20:26:25 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g573QPi96028; Thu, 6 Jun 2002 20:26:25 -0700 (PDT) (envelope-from kris) Message-Id: <200206070326.g573QPi96028@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 20:26:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-libraries/files patch-UIThrStubs.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 kris 2002/06/06 20:26:25 PDT Added files: x11/XFree86-4-libraries/files patch-UIThrStubs.c Log: Allow this port to build in -current (i.e. with gcc 3.1) Submitted by: Motoyuki Konno Revision Changes Path 1.1 +32 -0 ports/x11/XFree86-4-libraries/files/patch-UIThrStubs.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 21:54:51 2002 Delivered-To: cvs-all@freebsd.org Received: from Mgw1-in.NCTU.edu.tw (Mgw1-in.nctu.edu.tw [140.113.54.37]) by hub.freebsd.org (Postfix) with ESMTP id BA5AD37B409; Thu, 6 Jun 2002 21:54:37 -0700 (PDT) Received: from Terry.Dorm11.NCTU.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by Mgw1-in.NCTU.edu.tw (8.12.3/8.12.3) with ESMTP id g574sOUw027225; Fri, 7 Jun 2002 12:54:24 +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 g5750G1M064633; Fri, 7 Jun 2002 13:00:17 +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 g5750GvW064632; Fri, 7 Jun 2002 13:00:16 +0800 (CST) Date: Fri, 7 Jun 2002 13:00:16 +0800 From: Ying-Chieh Liao To: Mark Peek , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/gdb52 pkg-comment pkg-descr Message-ID: <20020607050016.GA64569@terry.dragon2.net> References: <200206060342.g563gV129649@freefall.freebsd.org> <20020606195309.GX53809@squall.waterspout.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <20020606195309.GX53809@squall.waterspout.com> 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 --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=big5 Content-Disposition: inline On Thu, Jun 06, 2002 at 14:53:09 -0500, Will Andrews wrote: > On Wed, Jun 05, 2002 at 08:42:31PM -0700, Mark Peek wrote: > > Log: > > Reflect reality...this is gdb-5.2, not gdb-5.1. > Better: Don't put version specific data in pkg-[comment,descr]. > That's what PORTVERSION et al are for. even better : dont put version on pkgname ... gdb is better then gdb52 :) -- char*p="char*p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} -- Anonymous --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9AD3grMYBZRHAI4IRAsvtAKCi0Z/a55RnPV182h7K9rDI3Mw0KACg8RU/ YRnX+Mw4pO8xdx9jEGjaXwc= =KTbE -----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 Jun 6 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 067B537B40C; Thu, 6 Jun 2002 22:11:09 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575B8012685; Thu, 6 Jun 2002 22:11:08 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070511.g575B8012685@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:11:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.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/06/06 22:11:08 PDT Modified files: sys/sys proc.h Log: - Add a per-thread member 'td_inktrace' to be used by ktrace to detect when a thread is in the ktrace subsystem to avoid ktrace'ing internal ktrace events. - Update the locking notes for p_traceflag and p_tracep taking into account the new ktrace_lock mutex. Revision Changes Path 1.223 +4 -2 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 Thu Jun 6 22:11: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 3123F37B405; Thu, 6 Jun 2002 22:11:40 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575Beb12840; Thu, 6 Jun 2002 22:11:40 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070511.g575Beb12840@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:11:40 -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 jhb 2002/06/06 22:11:40 PDT Modified files: sys/sys kernel.h Log: Add a new SYSINIT subsystem for KTRACE. Revision Changes Path 1.106 +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 Thu Jun 6 22:23: 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 A199737B400; Thu, 6 Jun 2002 22:23:01 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575N1S13995; Thu, 6 Jun 2002 22:23:01 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206070523.g575N1S13995@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 6 Jun 2002 22:23:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hea eni.h hea_freebsd.c hea_pci.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 mdodd 2002/06/06 22:23:01 PDT Modified files: sys/dev/hea eni.h hea_freebsd.c hea_pci.c Log: Recognize Adaptec ANA-5910/30/40[A] boards. Read the MAC address from Adaptec boards correctly. Bits borrowed from sys/pci/if_en_pci.c. Revision Changes Path 1.5 +4 -0 src/sys/dev/hea/eni.h 1.3 +34 -16 src/sys/dev/hea/hea_freebsd.c 1.3 +27 -3 src/sys/dev/hea/hea_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 22:25: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 62CDC37B405; Thu, 6 Jun 2002 22:25:10 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575PA214102; Thu, 6 Jun 2002 22:25:10 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206070525.g575PA214102@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 6 Jun 2002 22:25:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atm/atm 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 mdodd 2002/06/06 22:25:10 PDT Modified files: sbin/atm/atm atm_subr.c Log: Sync this up with changes made in v1.8 of sys/netatm/atm_if.h Revision Changes Path 1.6 +4 -0 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 Jun 6 22:29: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 C5C0137B401; Thu, 6 Jun 2002 22:29:13 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575TD514355; Thu, 6 Jun 2002 22:29:13 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206070529.g575TD514355@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Thu, 6 Jun 2002 22:29:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atm/atm atm_print.c src/sys/netatm atm_if.h atm_ioctl.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 mdodd 2002/06/06 22:29:13 PDT Modified files: sbin/atm/atm atm_print.c sys/netatm atm_if.h atm_ioctl.h Log: Use a larger data type to prevent counters wrapping so quickly. Silence a warning. Revision Changes Path 1.6 +2 -2 src/sbin/atm/atm/atm_print.c 1.11 +7 -7 src/sys/netatm/atm_if.h 1.5 +7 -7 src/sys/netatm/atm_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 22:30:23 2002 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by hub.freebsd.org (Postfix) with ESMTP id 8939137B407; Thu, 6 Jun 2002 22:30:17 -0700 (PDT) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.2/8.12.2) with ESMTP id g575UG2A045600; Fri, 7 Jun 2002 01:30:16 -0400 (EDT) (envelope-from winter@jurai.net) Date: Fri, 7 Jun 2002 01:30:16 -0400 (EDT) From: "Matthew N. Dodd" To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/hea eni.h hea_freebsd.c hea_pci.c In-Reply-To: <200206070523.g575N1S13995@freefall.freebsd.org> Message-ID: <20020607012922.P42854-100000@sasami.jurai.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 On Thu, 6 Jun 2002, Matthew N. Dodd wrote: > mdodd 2002/06/06 22:23:01 PDT > > Modified files: > sys/dev/hea eni.h hea_freebsd.c hea_pci.c > Log: > Recognize Adaptec ANA-5910/30/40[A] boards. > Read the MAC address from Adaptec boards correctly. > > Bits borrowed from sys/pci/if_en_pci.c. > > Revision Changes Path > 1.5 +4 -0 src/sys/dev/hea/eni.h > 1.3 +34 -16 src/sys/dev/hea/hea_freebsd.c > 1.3 +27 -3 src/sys/dev/hea/hea_pci.c Do not expect Adaptec cards to start working; this commit is the first of a few steps. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 22:31:32 2002 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by hub.freebsd.org (Postfix) with ESMTP id 6750637B40D; Thu, 6 Jun 2002 22:31:25 -0700 (PDT) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.2/8.12.2) with ESMTP id g575VO2A045615; Fri, 7 Jun 2002 01:31:24 -0400 (EDT) (envelope-from winter@jurai.net) Date: Fri, 7 Jun 2002 01:31:24 -0400 (EDT) From: "Matthew N. Dodd" To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/atm/atm atm_print.c src/sys/netatm atm_if.h atm_ioctl.h In-Reply-To: <200206070529.g575TD514355@freefall.freebsd.org> Message-ID: <20020607013024.X42854-100000@sasami.jurai.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 On Thu, 6 Jun 2002, Matthew N. Dodd wrote: > mdodd 2002/06/06 22:29:13 PDT > > Modified files: > sbin/atm/atm atm_print.c > sys/netatm atm_if.h atm_ioctl.h > Log: > Use a larger data type to prevent counters wrapping so quickly. > Silence a warning. > > Revision Changes Path > 1.6 +2 -2 src/sbin/atm/atm/atm_print.c > 1.11 +7 -7 src/sys/netatm/atm_if.h > 1.5 +7 -7 src/sys/netatm/atm_ioctl.h HARP ATM users running -CURRENT (as if) will want to avoid having the kernel and userland out of sync. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 22:31: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 8516337B403; Thu, 6 Jun 2002 22:31:32 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575VWK15032; Thu, 6 Jun 2002 22:31:32 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206070531.g575VWK15032@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 22:31:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/usr.bin/m4 Makefile regress.changecom.in regress.changecom.out regress.gchangecom.out regress.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 jmallett 2002/06/06 22:31:32 PDT Added files: tools/regression/usr.bin/m4 Makefile regress.changecom.in regress.changecom.out regress.gchangecom.out regress.sh Log: Add a regression test for m4(1). This checks the behaviour of changecom() in both GNU and BSD modes of our m4. Revision Changes Path 1.1 +4 -0 src/tools/regression/usr.bin/m4/Makefile (new) 1.1 +3 -0 src/tools/regression/usr.bin/m4/regress.changecom.in (new) 1.1 +3 -0 src/tools/regression/usr.bin/m4/regress.changecom.out (new) 1.1 +2 -0 src/tools/regression/usr.bin/m4/regress.gchangecom.out (new) 1.1 +38 -0 src/tools/regression/usr.bin/m4/regress.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 Jun 6 22:32: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 6A08037B41E; Thu, 6 Jun 2002 22:32:00 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575W0X15081; Thu, 6 Jun 2002 22:32:00 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206070532.g575W0X15081@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 22:32:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/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 jmallett 2002/06/06 22:32:00 PDT Modified files: tools/regression/usr.bin Makefile Log: Add the m4(1) regression test. Revision Changes Path 1.8 +1 -1 src/tools/regression/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 Jun 6 22: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 A84F937B405; Thu, 6 Jun 2002 22:32:59 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575WxX15183; Thu, 6 Jun 2002 22:32:59 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070532.g575WxX15183@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:32:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES options src/sys/kern kern_ktrace.c src/sys/sys ktrace.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/06/06 22:32:59 PDT Modified files: sys/conf NOTES options sys/kern kern_ktrace.c sys/sys ktrace.h Log: Overhaul the ktrace subsystem a bit. For the most part, the actual vnode operations to dump a ktrace event out to an output file are now handled asychronously by a ktrace worker thread. This enables most ktrace events to not need Giant once p_tracep and p_traceflag are suitably protected by the new ktrace_lock. There is a single todo list of pending ktrace requests. The various ktrace tracepoints allocate a ktrace request object and tack it onto the end of the queue. The ktrace kernel thread grabs requests off the head of the queue and processes them using the trace vnode and credentials of the thread triggering the event. Since we cannot assume that the user memory referenced when doing a ktrgenio() will be valid and since we can't access it from the ktrace worker thread without a bit of hassle anyways, ktrgenio() requests are still handled synchronously. However, in order to ensure that the requests from a given thread still maintain relative order to one another, when a synchronous ktrace event (such as a genio event) is triggered, we still put the request object on the todo list to synchronize with the worker thread. The original thread blocks atomically with putting the item on the queue. When the worker thread comes across an asynchronous request, it wakes up the original thread and then blocks to ensure it doesn't manage to write a later event before the original thread has a chance to write out the synchronous event. When the original thread wakes up, it writes out the synchronous using its own context and then finally wakes the worker thread back up. Yuck. The sychronous events aren't pretty but they do work. Since ktrace events can be triggered in fairly low-level areas (msleep() and cv_wait() for example) the ktrace code is designed to use very few locks when posting an event (currently just the ktrace_mtx lock and the vnode interlock to bump the refcoun on the trace vnode). This also means that we can't allocate a ktrace request object when an event is triggered. Instead, ktrace request objects are allocated from a pre-allocated pool and returned to the pool after a request is serviced. The size of this pool defaults to 100 objects, which is about 13k on an i386 kernel. The size of the pool can be adjusted at compile time via the KTRACE_REQUEST_POOL kernel option, at boot time via the kern.ktrace_request_pool loader tunable, or at runtime via the kern.ktrace_request_pool sysctl. If the pool of request objects is exhausted, then a warning message is printed to the console. The message is rate-limited in that it is only printed once until the size of the pool is adjusted via the sysctl. I have tested all kernel traces but have not tested user traces submitted by utrace(2), though they should work fine in theory. Since a ktrace request has several properties (content of event, trace vnode, details of originating process, credentials for I/O, etc.), I chose to drop the first argument to the various ktrfoo() functions. Currently the functions just assume the event is posted from curthread. If there is a great desire to do so, I suppose I could instead put back the first argument but this time make it a thread pointer instead of a vnode pointer. Also, KTRPOINT() now takes a thread as its first argument instead of a process. This is because the check for a recursive ktrace event is now per-thread instead of process-wide. Tested on: i386 Compiles on: sparc64, alpha Revision Changes Path 1.1038 +8 -1 src/sys/conf/NOTES 1.322 +1 -0 src/sys/conf/options 1.67 +449 -230 src/sys/kern/kern_ktrace.c 1.25 +17 -11 src/sys/sys/ktrace.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 22:36: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 C9EE337B401; Thu, 6 Jun 2002 22:36:16 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575aGx15405; Thu, 6 Jun 2002 22:36:16 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070536.g575aGx15405@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:36:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_stream.c src/sys/kern sys_generic.c vfs_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 jhb 2002/06/06 22:36:16 PDT Modified files: sys/compat/svr4 svr4_stream.c sys/kern sys_generic.c vfs_lookup.c Log: Catch up to changes in ktrace API. Revision Changes Path 1.29 +2 -2 src/sys/compat/svr4/svr4_stream.c 1.100 +8 -10 src/sys/kern/sys_generic.c 1.54 +5 -2 src/sys/kern/vfs_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 Jun 6 22:37: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 0161137B401; Thu, 6 Jun 2002 22:37:19 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575bIg15492; Thu, 6 Jun 2002 22:37:18 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070537.g575bIg15492@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:37:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.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/06/06 22:37:18 PDT Modified files: sys/kern uipc_syscalls.c Log: Catch up to changes in ktrace API. Revision Changes Path 1.112 +8 -8 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 22:39: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 6742437B403; Thu, 6 Jun 2002 22:39:16 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575dGk15589; Thu, 6 Jun 2002 22:39:16 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070539.g575dGk15589@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:39:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_condvar.c kern_synch.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/06/06 22:39:16 PDT Modified files: sys/kern kern_condvar.c kern_synch.c Log: - Catch up to new ktrace API. - ktrace trace points in msleep() and cv_wait() no longer need Giant. Revision Changes Path 1.22 +18 -21 src/sys/kern/kern_condvar.c 1.175 +5 -7 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 22: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 EF7CB37B401; Thu, 6 Jun 2002 22:41:15 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575fFn16147; Thu, 6 Jun 2002 22:41:15 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206070541.g575fFn16147@freefall.freebsd.org> From: "J. Mallett" Date: Thu, 6 Jun 2002 22:41:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression 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 jmallett 2002/06/06 22:41:15 PDT Modified files: tools/regression README Log: Describe ia64_unaligned and geom directories. I hope I got these right. Revision Changes Path 1.8 +2 -0 src/tools/regression/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 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 0360237B404; Thu, 6 Jun 2002 22:41:28 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575fR316238; Thu, 6 Jun 2002 22:41:27 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070541.g575fR316238@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:41:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c kern_exit.c kern_proc.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/06/06 22:41:27 PDT Modified files: sys/kern kern_exec.c kern_exit.c kern_proc.c Log: Properly lock accesses to p_tracep and p_traceflag. Also make a few ktrace-only things #ifdef KTRACE that were not before. Revision Changes Path 1.164 +10 -1 src/sys/kern/kern_exec.c 1.167 +5 -0 src/sys/kern/kern_exit.c 1.136 +12 -2 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 22:42: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 1465337B405; Thu, 6 Jun 2002 22:42:26 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575gQp16357; Thu, 6 Jun 2002 22:42:26 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070542.g575gQp16357@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:42:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.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/06/06 22:42:26 PDT Modified files: sys/kern kern_fork.c Log: - Proper locking for p_tracep and p_traceflag. - Catch up to new ktrace API. Revision Changes Path 1.149 +7 -7 src/sys/kern/kern_fork.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 22:43: 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 4786337B40B; Thu, 6 Jun 2002 22:43:03 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575h2J16440; Thu, 6 Jun 2002 22:43:02 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070543.g575h2J16440@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:43:02 -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 jhb 2002/06/06 22:43:02 PDT Modified files: sys/kern kern_sig.c Log: - trapsignal() no longer needs to acquire Giant for ktrpsig(). - Catch up to new ktrace API. Revision Changes Path 1.169 +5 -7 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 Thu Jun 6 22: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 A1EF937B404; Thu, 6 Jun 2002 22:43:40 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575heF16524; Thu, 6 Jun 2002 22:43:40 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070543.g575heF16524@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:43:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_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 jhb 2002/06/06 22:43:40 PDT Modified files: sys/kern subr_trap.c Log: We no longer need to acqure Giant in ast() for ktrpsig() in postsig() now that ktrace no longer needs Giant. Revision Changes Path 1.217 +0 -2 src/sys/kern/subr_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 Jun 6 22:47: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 DAF7637B405; Thu, 6 Jun 2002 22:47:35 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575lZc16867; Thu, 6 Jun 2002 22:47:35 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070547.g575lZc16867@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:47:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c src/sys/i386/i386 trap.c src/sys/ia64/ia64 trap.c src/sys/powerpc/powerpc trap.c 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 jhb 2002/06/06 22:47:35 PDT Modified files: sys/alpha/alpha trap.c sys/i386/i386 trap.c sys/ia64/ia64 trap.c sys/powerpc/powerpc trap.c sys/sparc64/sparc64 trap.c Log: - Fixup / remove obsolete comments. - ktrace no longer requires Giant so do ktrace syscall events before and after acquiring and releasing Giant, respectively. - For i386, ia32 syscalls on ia64, powerpc, and sparc64, get rid of the goto bad hack and instead use the model on ia64 and alpha were we skip the actual syscall invocation if error != 0. This fixes a bug where if we the copyin() of the arguments failed for a syscall that was not marked MP safe, we would try to release Giant when we had not acquired it. Revision Changes Path 1.94 +12 -16 src/sys/alpha/alpha/trap.c 1.224 +22 -34 src/sys/i386/i386/trap.c 1.55 +31 -41 src/sys/ia64/ia64/trap.c 1.30 +17 -23 src/sys/powerpc/powerpc/trap.c 1.38 +18 -24 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 Jun 6 22:54: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 612BA37B404; Thu, 6 Jun 2002 22:54:40 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g575ses17693; Thu, 6 Jun 2002 22:54:40 -0700 (PDT) (envelope-from jhb) Message-Id: <200206070554.g575ses17693@freefall.freebsd.org> From: John Baldwin Date: Thu, 6 Jun 2002 22:54:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/smp 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 jhb 2002/06/06 22:54:40 PDT Modified files: en/smp index.sgml Log: - Async ktrace is done. - Add two more new witness-related tasks and assign them to me. Revision Changes Path 1.82 +36 -8 www/en/smp/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 22:58:24 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 192B737B408 for ; Thu, 6 Jun 2002 22:58:18 -0700 (PDT) Received: (qmail 7004 invoked from network); 7 Jun 2002 05:58:17 -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 ; 7 Jun 2002 05:58:17 -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 g575wFF64212; Fri, 7 Jun 2002 01:58:15 -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: <200206070547.g575lZc16867@freefall.freebsd.org> Date: Fri, 07 Jun 2002 01:58:14 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/alpha/alpha trap.c src/sys/i386/i386 tra 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 07-Jun-2002 John Baldwin wrote: > jhb 2002/06/06 22:47:35 PDT > > Modified files: > sys/alpha/alpha trap.c > sys/i386/i386 trap.c > sys/ia64/ia64 trap.c > sys/powerpc/powerpc trap.c > sys/sparc64/sparc64 trap.c > Log: The async ktrace stuff is now all committed. Let me know if you have problems with ktrace. -- 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 Jun 6 23: 2: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 4DF1637B401; Thu, 6 Jun 2002 23:02:35 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5762ZO18807; Thu, 6 Jun 2002 23:02:35 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206070602.g5762ZO18807@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jun 2002 23:02:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tar/src extract.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/06/06 23:02:35 PDT Modified files: contrib/tar/src extract.c Log: Disabling automatic --same-owner option when running as uid 0 along with the --same-permissions was an overkill, so put it back. This is consistent with what our old tar did. Suggested by: dillon Revision Changes Path 1.3 +1 -1 src/contrib/tar/src/extract.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 23: 9: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 1946D37B41D; Thu, 6 Jun 2002 23:08:35 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5768ZS23325; Thu, 6 Jun 2002 23:08:35 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206070608.g5768ZS23325@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jun 2002 23:08:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/gtar Makefile ports/archivers/gtar/files patch-src::extract.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/06/06 23:08:34 PDT Modified files: archivers/gtar Makefile archivers/gtar/files patch-src::extract.c Log: Sync with src/contrib/tar - re-enable --same-owner for uid 0. Revision Changes Path 1.29 +1 -1 ports/archivers/gtar/Makefile 1.2 +5 -6 ports/archivers/gtar/files/patch-src::extract.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 23: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 375D637B403; Thu, 6 Jun 2002 23:12:03 -0700 (PDT) Received: (from anholt@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g576C3N24233; Thu, 6 Jun 2002 23:12:03 -0700 (PDT) (envelope-from anholt) Message-Id: <200206070612.g576C3N24233@freefall.freebsd.org> From: Eric Anholt Date: Thu, 6 Jun 2002 23:12:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/glide3 Makefile distinfo pkg-comment pkg-descr ports/graphics/glide3/files patch-config-include patch-configure_in patch-h3-fxglide_h patch-h3-gglide_c_dri patch-h3-glide_h patch-h3-gsst_c_dri patch-h3-minihwc-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 anholt 2002/06/06 23:12:03 PDT Modified files: graphics/glide3 Makefile distinfo pkg-comment pkg-descr Added files: graphics/glide3/files patch-configure_in patch-h3-fxglide_h patch-h3-gglide_c_dri patch-h3-glide_h patch-h3-gsst_c_dri patch-h3-minihwc-makefile patch-h3-src-makefile patch-h3-xdraw_inc_S patch-h5-fxglide_h patch-h5-gdebug_c patch-h5-gdebug_h patch-h5-glfb_c patch-h5-glide_h patch-h5-minihwc-makefile patch-h5-src-makefile patch-h5-xdraw2_inc_s patch-make-3dfx_linux_mak patch-make-3dfx_mak patch-make-makefile Removed files: graphics/glide3/files patch-config-include Log: Take maintainership of glide3, update to a more recent CVS snapshot, fix automake troubles, include patches for several bugs. Reviewed by: des Approved by: portmgr Revision Changes Path 1.5 +32 -31 ports/graphics/glide3/Makefile 1.2 +1 -3 ports/graphics/glide3/distinfo 1.2 +0 -30 ports/graphics/glide3/files/patch-config-include (dead) 1.1 +25 -0 ports/graphics/glide3/files/patch-configure_in (new) 1.1 +16 -0 ports/graphics/glide3/files/patch-h3-fxglide_h (new) 1.1 +110 -0 ports/graphics/glide3/files/patch-h3-gglide_c_dri (new) 1.1 +40 -0 ports/graphics/glide3/files/patch-h3-glide_h (new) 1.1 +138 -0 ports/graphics/glide3/files/patch-h3-gsst_c_dri (new) 1.1 +12 -0 ports/graphics/glide3/files/patch-h3-minihwc-makefile (new) 1.1 +70 -0 ports/graphics/glide3/files/patch-h3-src-makefile (new) 1.1 +12 -0 ports/graphics/glide3/files/patch-h3-xdraw_inc_S (new) 1.1 +16 -0 ports/graphics/glide3/files/patch-h5-fxglide_h (new) 1.1 +21 -0 ports/graphics/glide3/files/patch-h5-gdebug_c (new) 1.1 +25 -0 ports/graphics/glide3/files/patch-h5-gdebug_h (new) 1.1 +11 -0 ports/graphics/glide3/files/patch-h5-glfb_c (new) 1.1 +40 -0 ports/graphics/glide3/files/patch-h5-glide_h (new) 1.1 +12 -0 ports/graphics/glide3/files/patch-h5-minihwc-makefile (new) 1.1 +67 -0 ports/graphics/glide3/files/patch-h5-src-makefile (new) 1.1 +12 -0 ports/graphics/glide3/files/patch-h5-xdraw2_inc_s (new) 1.1 +32 -0 ports/graphics/glide3/files/patch-make-3dfx_linux_mak (new) 1.1 +32 -0 ports/graphics/glide3/files/patch-make-3dfx_mak (new) 1.1 +33 -0 ports/graphics/glide3/files/patch-make-makefile (new) 1.2 +1 -1 ports/graphics/glide3/pkg-comment 1.3 +4 -10 ports/graphics/glide3/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jun 6 23:29: 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 D2B1B37B405; Thu, 6 Jun 2002 23:29:02 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g576T2V25805; Thu, 6 Jun 2002 23:29:02 -0700 (PDT) (envelope-from kris) Message-Id: <200206070629.g576T2V25805@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jun 2002 23:29:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ztelnet/files patch-aa patch-ai patch-ak patch-ar X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/06 23:29:02 PDT Modified files: net/ztelnet/files patch-aa patch-ai patch-ak patch-ar Log: Respect CC and CFLAGS Revision Changes Path 1.5 +3 -4 ports/net/ztelnet/files/patch-aa 1.3 +3 -4 ports/net/ztelnet/files/patch-ai 1.3 +3 -4 ports/net/ztelnet/files/patch-ak 1.3 +3 -4 ports/net/ztelnet/files/patch-ar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 0: 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 DC42F37B404; Fri, 7 Jun 2002 00:06:57 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5776vc33325; Fri, 7 Jun 2002 00:06:57 -0700 (PDT) (envelope-from kris) Message-Id: <200206070706.g5776vc33325@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jun 2002 00:06:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/icmpmonitor/files patch-aa ports/net/icmpmonitor 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/06/07 00:06:57 PDT Modified files: net/icmpmonitor Makefile Added files: net/icmpmonitor/files patch-aa Log: Fix a potentially exploitable format string vulnerability and bump PORTREVISION Revision Changes Path 1.2 +1 -0 ports/net/icmpmonitor/Makefile 1.1 +20 -0 ports/net/icmpmonitor/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 Jun 7 0: 8: 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 643BD37B406; Fri, 7 Jun 2002 00:08:06 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57786b33448; Fri, 7 Jun 2002 00:08:06 -0700 (PDT) (envelope-from tjr) Message-Id: <200206070708.g57786b33448@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 7 Jun 2002 00:08:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/rs rs.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/06/07 00:08:06 PDT Modified files: usr.bin/rs rs.c Log: Contrary to what the comments said, rs -H did not recycle storage, it just kept writing past the end of the buffer. Correct the code so that it actually does recycle storage. Revision Changes Path 1.11 +3 -1 src/usr.bin/rs/rs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 0:19: 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 0442937B405; Fri, 7 Jun 2002 00:19:02 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g577J1h34487; Fri, 7 Jun 2002 00:19:01 -0700 (PDT) (envelope-from kris) Message-Id: <200206070719.g577J1h34487@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jun 2002 00:19:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netmap/files patch-belgolib::Makefile patch-makelist::Makefile patch-netmap::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/06/07 00:19:01 PDT Added files: net/netmap/files patch-belgolib::Makefile patch-makelist::Makefile patch-netmap::Makefile Log: Respect CXX and CXXFLAGS Revision Changes Path 1.1 +21 -0 ports/net/netmap/files/patch-belgolib::Makefile (new) 1.1 +20 -0 ports/net/netmap/files/patch-makelist::Makefile (new) 1.1 +21 -0 ports/net/netmap/files/patch-netmap::Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 0: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 1797037B403; Fri, 7 Jun 2002 00:24:20 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g577OKM35266; Fri, 7 Jun 2002 00:24:20 -0700 (PDT) (envelope-from kris) Message-Id: <200206070724.g577OKM35266@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jun 2002 00:24:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netpipes/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/06/07 00:24:20 PDT Modified files: net/netpipes/files patch-aa Log: Respect CFLAGS Revision Changes Path 1.5 +11 -2 ports/net/netpipes/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 Fri Jun 7 0:33: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 058CC37B401; Fri, 7 Jun 2002 00:33:51 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g577Xo236125; Fri, 7 Jun 2002 00:33:50 -0700 (PDT) (envelope-from kris) Message-Id: <200206070733.g577Xo236125@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jun 2002 00:33:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libnet/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 kris 2002/06/07 00:33:50 PDT Added files: net/libnet/files patch-ac Log: Tag the libnet_error() function with __printflike() Revision Changes Path 1.1 +11 -0 ports/net/libnet/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 0:36:40 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 AF1EE37B408; Fri, 7 Jun 2002 00:36:34 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 7 Jun 2002 08:36:33 +0100 (BST) Date: Fri, 7 Jun 2002 08:36:33 +0100 From: David Malone To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c Message-ID: <20020607073633.GA57959@walton.maths.tcd.ie> References: <200206070543.g575h2J16440@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206070543.g575h2J16440@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 Thu, Jun 06, 2002 at 10:43:02PM -0700, John Baldwin wrote: > jhb 2002/06/06 22:43:02 PDT > > Modified files: > sys/kern kern_sig.c > Log: > - trapsignal() no longer needs to acquire Giant for ktrpsig(). > - Catch up to new ktrace API. This reminds me, are we any closer to reimplimenting CPU usage limits? I guess Julian's KSE stuff may need to get a bit further before it can be fixed? David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 0: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 76A4F37B40A; Fri, 7 Jun 2002 00:38:54 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g577csS36418; Fri, 7 Jun 2002 00:38:54 -0700 (PDT) (envelope-from kris) Message-Id: <200206070738.g577csS36418@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jun 2002 00:38:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arping/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/06/07 00:38:54 PDT Added files: net/arping/files patch-aa Log: Respect CC and CFLAGS Revision Changes Path 1.1 +25 -0 ports/net/arping/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 Jun 7 0:47: 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 DAFB837B406; Fri, 7 Jun 2002 00:46:57 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g577kv437348; Fri, 7 Jun 2002 00:46:57 -0700 (PDT) (envelope-from kris) Message-Id: <200206070746.g577kv437348@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jun 2002 00:46:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dnstracer/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/06/07 00:46:57 PDT Added files: net/dnstracer/files patch-aa Log: Fix some format string bugs Revision Changes Path 1.1 +30 -0 ports/net/dnstracer/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 Jun 7 0: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 8F3BD37B405; Fri, 7 Jun 2002 00:59:53 -0700 (PDT) Received: (from wjv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g577xrI38426; Fri, 7 Jun 2002 00:59:53 -0700 (PDT) (envelope-from wjv) Message-Id: <200206070759.g577xrI38426@freefall.freebsd.org> From: Johann Visagie Date: Fri, 7 Jun 2002 00:59:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gallery Makefile distinfo 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 wjv 2002/06/07 00:59:53 PDT Modified files: www/gallery Makefile distinfo pkg-message pkg-plist Log: - Update to version 1.3 - Add additional dependencies - Install documentation to $DOCSDIR - Place installation path under build-time user control - Various style improvements Approved by: MAINTAINER Revision Changes Path 1.6 +35 -24 ports/www/gallery/Makefile 1.5 +1 -1 ports/www/gallery/distinfo 1.2 +2 -2 ports/www/gallery/pkg-message 1.5 +174 -149 ports/www/gallery/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 Jun 7 1: 0:45 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id DD67A37B42C; Fri, 7 Jun 2002 01:00:21 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g5780AaR097711; Fri, 7 Jun 2002 12:00:16 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g57808sU097709; Fri, 7 Jun 2002 12:00:08 +0400 (MSD) Date: Fri, 7 Jun 2002 12:00:06 +0400 From: "Andrey A. Chernov" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020607080005.GA97574@nagual.pp.ru> References: <200206061344.g56DiEX47747@freefall.freebsd.org> <20020607101552.A46543@treetop.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020607101552.A46543@treetop.robbins.dropbear.id.au> 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 Fri, Jun 07, 2002 at 10:15:52 +1000, Tim J. Robbins wrote: > Please make the behaviour of "sort -u" consistent with "sort | uniq", then, > if both are to use LC_COLLATE. The sort utility from (at least) textutils > 2.0.21 uses strcoll() == 0 as a check for uniqueness (as Solaris does in its > sort utility) and has workarounds to handle embedded NUL bytes etc. It seems we need to upgrade our sort to that variant. I'll try to look at it closer. What we currently have in sort.c in some cases do character-by-character comparison which is not compatible with "substitute". > I am not sure if any earlier versions of textutils handled locale collation > order (the code looks to be <5 months old). It's on alpha.gnu.org. Old GNU sort.c do nothing about collation or decimal point. See my changes to current sort.c, ifdefed with FreeBSD. New GNU sort does largely the same things I do many years ago. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 1:33:10 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 ECBED37B404; Fri, 7 Jun 2002 01:32:51 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g578WGu49819; Fri, 7 Jun 2002 11:32:16 +0300 (EEST) (envelope-from ru) Date: Fri, 7 Jun 2002 11:32:16 +0300 From: Ruslan Ermilov To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/lib/libfetch Makefile src/usr.bin/fetch Makefile src/usr.sbin/pkg_install/add Makefile src/usr.sbin/pkg_install/create Makefile src/usr.sbin/pkg_install/delete Makefile src/usr.sbin/pkg_install/info Makefile Message-ID: <20020607083216.GB48980@sunbay.com> References: <200206061345.g56Djk448049@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8GpibOaaTibBMecb" 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 --8GpibOaaTibBMecb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 06, 2002 at 06:52:30PM +0200, Dag-Erling Smorgrav wrote: > Ruslan Ermilov writes: > > Log: > > libfetch now depends on libcrypto and libssl. >=20 > Thanks once again for cleaning up my mess :( >=20 Uh, I wouldn't call the SSL support for fetch(3) a mess. All the fruit goes to you! 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 --8GpibOaaTibBMecb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9AG+QUkv4P6juNwoRAufYAJ0TnYo3JSVlpj+rdE+4NA4ey4IqqwCfdljG 7UpKA+7p5EMHtiNIckGp4Y0= =3dFx -----END PGP SIGNATURE----- --8GpibOaaTibBMecb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 1:39:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by hub.freebsd.org (Postfix) with ESMTP id 91FDC37B406; Fri, 7 Jun 2002 01:39:13 -0700 (PDT) Received: from kokeb.ambesa.net ([64.166.84.57]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GXB006B0UPDR9@mta6.snfc21.pbi.net>; Fri, 07 Jun 2002 01:39:13 -0700 (PDT) Received: from kokeb.ambesa.net (dev1ant@localhost [127.0.0.1]) by kokeb.ambesa.net (8.12.3/8.12.3) with ESMTP id g578ibcK000759; Fri, 07 Jun 2002 01:44:37 -0700 (PDT envelope-from mikem@kokeb.ambesa.net) Received: (from mikem@localhost) by kokeb.ambesa.net (8.12.3/8.12.3/Submit) id g578ib1b000758; Fri, 07 Jun 2002 01:44:37 -0700 (PDT envelope-from mikem) Date: Fri, 07 Jun 2002 01:44:37 -0700 From: Mike Makonnen Subject: Re: cvs commit: src/sys/kern subr_witness.c In-reply-to: To: cvs-all@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG Message-id: <200206070844.g578ib1b000758@kokeb.ambesa.net> MIME-version: 1.0 X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd5.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <200206061904.g56J4cw03179@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 On Thu, 06 Jun 2002 15:10:02 -0400 (EDT) John Baldwin wrote: > This should at least help if not fully address the witness_get: exhausted problems> reported by Kris, Hiten, and others. If the folks having this problem could test> witness out with this patch and let me know if it does better, I would appreciate> it. > Well, somewhat. The witness_get:exhausted messages now appear later in the boot process. Cheers, Mike Makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 1:50:40 2002 Delivered-To: cvs-all@freebsd.org Received: from hermes4.atos-group.com (hermes4.atos-group.com [160.92.18.11]) by hub.freebsd.org (Postfix) with ESMTP id 8C3A737B400; Fri, 7 Jun 2002 01:50:29 -0700 (PDT) Received: from PickupDirectory by hermes4.atos-group.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id M3JXPCLL; Fri, 7 Jun 2002 10:54:09 +0200 Message-Id: <20020607085029.8C3A737B400@hub.freebsd.org> Date: Fri, 7 Jun 2002 01:50:29 -0700 (PDT) From: owner-cvs-all@FreeBSD.ORG To: undisclosed-recipients:; Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ‹ImCr(ê…:Âcvs commit: ports/archivers/gtar Makefile ports/archivers/gtar/files patch-src::extract.c<200206070608.g5768ZS23325@freefall.freebsd.org>c=fr;a= ;p=atos;l=HERMES70206070618MM664MJDowner-cvs-all@FreeBSD.ORGÖ 0r¿ö¥ÔyÖ»ñ¥‡;¿a@SMTP:OWNER-CVS-ALL@FREEBSD.ORG[@@9àê)ë Âñ? ý?äq ë)¥ö¿vyÔÖ»ñ¥‡;¿6  &  +`fp€Ççë  FRAtosÜ?,$FR AtosÁ/o=Atos/ou=SECLINpZcvs commit: ports/archivers/gtar Makefile ports/archivers/gtar/files patch-src::extract.c@@G,c=fr;a= ;p=atos;l=HERMES70206070618MM664MJD@0h'ë ÂENVELOPE.IPM.NOTE51<200206070608.g5768ZS23325@freefall.freebsd.org> 4ý?7Zcvs commit: ports/archivers/gtar Makefile ports/archivers/gtar/files patch-src::extract.c™n.com@reI0 Helge Oldach  @:q: ÿÿÿÿ     EwLsReceived: by hermes4.atos-group.com with Internet Mail Service (5.5.2653.19) id ; Fri, 7 Jun 2002 09:39:32 +0200 Received: from mx3.postwall.mm.fr.atosorigin.com (mx003.axime.com [160.92.18.153]) by hermes7.axime.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id MM664MJD; Fri, 7 Jun 2002 08:18:16 +0200 Received: from mx2.freebsd.org (mx2.FreeBSD.org [216.136.204.119]) by mx3.postwall.mm.fr.atosorigin.com (Postfix) with ESMTP id A51A1180BA for ; Fri, 7 Jun 2002 07:54:39 +0200 (CEST) Received: from hub.freebsd.org (hub.FreeBSD.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 01E0A564E3; Thu, 6 Jun 2002 23:09:55 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: by hub.freebsd.org (Postfix, from userid 538) id 53C5837B48F; Thu, 6 Jun 2002 23:09:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id F2F682E800E; Thu, 6 Jun 2002 23:09:51 -0700 (PDT) Received: by hub.freebsd.org (bulk_mailer v1.12); Thu, 6 Jun 2002 23:09:51 -0700 Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1946D37B41D; Thu, 6 Jun 2002 23:08:35 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5768ZS23325; Thu, 6 Jun 2002 23:08:35 -0700 (PDT) (envelope-from sobomax) Delivered-To: cvs-all@freebsd.org Message-Id: <200206070608.g5768ZS23325@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jun 2002 23:08:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/gtar Makefile ports/archivers/gtar/files patch-src::extract.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Precedence: bulk sobomax 2002/06/06 23:08:34 PDT Modified files: archivers/gtar Makefile archivers/gtar/files patch-src::extract.c Log: Sync with src/contrib/tar - re-enable --same-owner for uid 0. Revision Changes Path 1.29 +1 -1 ports/archivers/gtar/Makefile 1.2 +5 -6 ports/archivers/gtar/files/patch-src::extract.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 1:54: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 47F1337B403; Fri, 7 Jun 2002 01:54:12 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g578sC247767; Fri, 7 Jun 2002 01:54:12 -0700 (PDT) (envelope-from darrenr) Message-Id: <200206070854.g578sC247767@freefall.freebsd.org> From: Darren Reed Date: Fri, 7 Jun 2002 01:54:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/ipfilter/netinet - Imported sources X-FreeBSD-CVS-Branch: DARRENR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2002/06/07 01:54:12 PDT src/sys/contrib/ipfilter/netinet - Imported sources Update of /home/ncvs/src/sys/contrib/ipfilter/netinet In directory freefall.freebsd.org:/d/home/darrenr/sys-netinet Log Message: Import IPFilter 3.4.28 Status: Vendor Tag: DARRENR Release Tags: v3-4-28 C src/sys/contrib/ipfilter/netinet/ip_auth.c U src/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c U src/sys/contrib/ipfilter/netinet/ip_netbios_pxy.c U src/sys/contrib/ipfilter/netinet/ip_ipsec_pxy.c C src/sys/contrib/ipfilter/netinet/ip_h323_pxy.c C src/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c U src/sys/contrib/ipfilter/netinet/ip_frag.h U src/sys/contrib/ipfilter/netinet/ip_frag.c C src/sys/contrib/ipfilter/netinet/ip_fil.h C src/sys/contrib/ipfilter/netinet/ip_fil.c C src/sys/contrib/ipfilter/netinet/ip_compat.h U src/sys/contrib/ipfilter/netinet/ip_auth.h U src/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c C src/sys/contrib/ipfilter/netinet/fil.c C src/sys/contrib/ipfilter/netinet/ip_state.c U src/sys/contrib/ipfilter/netinet/ip_proxy.h C src/sys/contrib/ipfilter/netinet/ip_proxy.c U src/sys/contrib/ipfilter/netinet/ip_nat.h C src/sys/contrib/ipfilter/netinet/ip_nat.c U src/sys/contrib/ipfilter/netinet/ip_log.c U src/sys/contrib/ipfilter/netinet/ip_state.h U src/sys/contrib/ipfilter/netinet/mlfk_ipl.c C src/sys/contrib/ipfilter/netinet/ipl.h 11 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDARRENR:yesterday -jDARRENR src/sys/contrib/ipfilter/netinet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 1:56: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 E590937B409; Fri, 7 Jun 2002 01:56:30 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g578uUB47929; Fri, 7 Jun 2002 01:56:30 -0700 (PDT) (envelope-from darrenr) Message-Id: <200206070856.g578uUB47929@freefall.freebsd.org> From: Darren Reed Date: Fri, 7 Jun 2002 01:56:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/ipfilter/netinet fil.c ip_auth.c ip_compat.h ip_fil.c ip_fil.h ip_ftp_pxy.c ip_nat.c ip_proxy.c ip_state.c ipl.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 darrenr 2002/06/07 01:56:30 PDT Modified files: sys/contrib/ipfilter/netinet fil.c ip_auth.c ip_compat.h ip_fil.c ip_fil.h ip_ftp_pxy.c ip_nat.c ip_proxy.c ip_state.c ipl.h Log: Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28 Revision Changes Path 1.31 +1 -2 src/sys/contrib/ipfilter/netinet/fil.c 1.29 +4 -1 src/sys/contrib/ipfilter/netinet/ip_auth.c 1.18 +5 -1 src/sys/contrib/ipfilter/netinet/ip_compat.h 1.33 +29 -9 src/sys/contrib/ipfilter/netinet/ip_fil.c 1.23 +1 -0 src/sys/contrib/ipfilter/netinet/ip_fil.h 1.21 +6 -2 src/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c 1.31 +5 -1 src/sys/contrib/ipfilter/netinet/ip_nat.c 1.19 +4 -1 src/sys/contrib/ipfilter/netinet/ip_proxy.c 1.28 +11 -6 src/sys/contrib/ipfilter/netinet/ip_state.c 1.19 +1 -1 src/sys/contrib/ipfilter/netinet/ipl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 1: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 3BAD837B40B; Fri, 7 Jun 2002 01:58:26 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g578wQK47993; Fri, 7 Jun 2002 01:58:26 -0700 (PDT) (envelope-from darrenr) Message-Id: <200206070858.g578wQK47993@freefall.freebsd.org> From: Darren Reed Date: Fri, 7 Jun 2002 01:58:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter - Imported sources X-FreeBSD-CVS-Branch: DARRENR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG darrenr 2002/06/07 01:58:26 PDT src/contrib/ipfilter - Imported sources Update of /home/ncvs/src/contrib/ipfilter In directory freefall.freebsd.org:/d/home/darrenr/ip_fil3.4.28 Log Message: Import IPFilter 3.4.28 Status: Vendor Tag: DARRENR Release Tags: v3-4-28 U src/contrib/ipfilter/BNF U src/contrib/ipfilter/BugReport U src/contrib/ipfilter/FAQ.FreeBSD U src/contrib/ipfilter/HISTORY U src/contrib/ipfilter/IMPORTANT U src/contrib/ipfilter/INST.FreeBSD-2.2 U src/contrib/ipfilter/INSTALL.FreeBSD U src/contrib/ipfilter/INSTALL.xBSD U src/contrib/ipfilter/IPF.KANJI U src/contrib/ipfilter/IPFILTER.LICENCE U src/contrib/ipfilter/Makefile U src/contrib/ipfilter/NAT.FreeBSD U src/contrib/ipfilter/QNX_OCL.txt U src/contrib/ipfilter/README U src/contrib/ipfilter/UPGRADE_NOTICE U src/contrib/ipfilter/Y2K U src/contrib/ipfilter/bsdinstall U src/contrib/ipfilter/common.c U src/contrib/ipfilter/facpri.c U src/contrib/ipfilter/facpri.h C src/contrib/ipfilter/fil.c U src/contrib/ipfilter/fils.c U src/contrib/ipfilter/inet_addr.c C src/contrib/ipfilter/ip_auth.c U src/contrib/ipfilter/ip_auth.h C src/contrib/ipfilter/ip_compat.h C src/contrib/ipfilter/ip_fil.c C src/contrib/ipfilter/ip_fil.h U src/contrib/ipfilter/ip_frag.c U src/contrib/ipfilter/ip_frag.h C src/contrib/ipfilter/ip_ftp_pxy.c C src/contrib/ipfilter/ip_h323_pxy.c U src/contrib/ipfilter/ip_ipsec_pxy.c U src/contrib/ipfilter/ip_lfil.c U src/contrib/ipfilter/ipf.c U src/contrib/ipfilter/ip_log.c C src/contrib/ipfilter/ip_nat.c U src/contrib/ipfilter/ip_nat.h U src/contrib/ipfilter/ip_netbios_pxy.c C src/contrib/ipfilter/ip_proxy.c U src/contrib/ipfilter/ip_proxy.h U src/contrib/ipfilter/ip_raudio_pxy.c U src/contrib/ipfilter/ip_rcmd_pxy.c U src/contrib/ipfilter/ip_sfil.c C src/contrib/ipfilter/ip_state.c U src/contrib/ipfilter/ip_state.h U src/contrib/ipfilter/ipf.h U src/contrib/ipfilter/ipfs.c U src/contrib/ipfilter/ipft_ef.c U src/contrib/ipfilter/ipft_hx.c U src/contrib/ipfilter/ipft_pc.c U src/contrib/ipfilter/ipft_sn.c U src/contrib/ipfilter/ipft_td.c U src/contrib/ipfilter/ipft_tx.c C src/contrib/ipfilter/ipl.h C src/contrib/ipfilter/ipmon.c U src/contrib/ipfilter/ipnat.c U src/contrib/ipfilter/ipt.c U src/contrib/ipfilter/ipt.h U src/contrib/ipfilter/kmem.c U src/contrib/ipfilter/kmem.h U src/contrib/ipfilter/misc.c U src/contrib/ipfilter/mkfilters U src/contrib/ipfilter/ml_ipl.c U src/contrib/ipfilter/mlf_ipl.c U src/contrib/ipfilter/mlfk_ipl.c U src/contrib/ipfilter/mli_ipl.c U src/contrib/ipfilter/mln_ipl.c U src/contrib/ipfilter/mls_ipl.c U src/contrib/ipfilter/natparse.c U src/contrib/ipfilter/opt.c U src/contrib/ipfilter/parse.c U src/contrib/ipfilter/pcap.h U src/contrib/ipfilter/printnat.c U src/contrib/ipfilter/printstate.c U src/contrib/ipfilter/relay.c U src/contrib/ipfilter/snoop.h U src/contrib/ipfilter/todo U src/contrib/ipfilter/BSD/Makefile U src/contrib/ipfilter/BSD/Makefile.ipsend U src/contrib/ipfilter/BSD/kupgrade U src/contrib/ipfilter/BSD/make-devices U src/contrib/ipfilter/FWTK/Index U src/contrib/ipfilter/FWTK/README U src/contrib/ipfilter/FWTK/README.ipfilter U src/contrib/ipfilter/FWTK/ftp-gw.diff U src/contrib/ipfilter/FWTK/fwtk-2.1-transparency.txt U src/contrib/ipfilter/FWTK/fwtk_transparent.diff U src/contrib/ipfilter/FWTK/fwtkp U src/contrib/ipfilter/FWTK/tproxy.diff U src/contrib/ipfilter/FreeBSD/conf.c.diffs U src/contrib/ipfilter/FreeBSD/files.diffs U src/contrib/ipfilter/FreeBSD/files.newconf.diffs U src/contrib/ipfilter/FreeBSD/files.oldconf.diffs U src/contrib/ipfilter/FreeBSD/filez.diffs U src/contrib/ipfilter/FreeBSD/in_proto.c.diffs U src/contrib/ipfilter/FreeBSD/ip_input.c.diffs U src/contrib/ipfilter/FreeBSD/ip_output.c.diffs U src/contrib/ipfilter/FreeBSD/kinstall U src/contrib/ipfilter/FreeBSD/minstall U src/contrib/ipfilter/FreeBSD/unkinstall U src/contrib/ipfilter/FreeBSD/unminstall U src/contrib/ipfilter/FreeBSD-2.2/files.diffs U src/contrib/ipfilter/FreeBSD-2.2/files.newconf.diffs U src/contrib/ipfilter/FreeBSD-2.2/in_proto.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/ip_input.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/ip_output.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/kinstall U src/contrib/ipfilter/FreeBSD-2.2/minstall U src/contrib/ipfilter/FreeBSD-2.2/unkinstall U src/contrib/ipfilter/FreeBSD-2.2/unminstall U src/contrib/ipfilter/FreeBSD-3/INST.FreeBSD-3 U src/contrib/ipfilter/FreeBSD-3/kinstall U src/contrib/ipfilter/FreeBSD-3/unkinstall U src/contrib/ipfilter/FreeBSD-4.0/INST.FreeBSD-4 U src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.0 U src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch-4.1 U src/contrib/ipfilter/FreeBSD-4.0/kinstall U src/contrib/ipfilter/FreeBSD-4.0/unkinstall U src/contrib/ipfilter/etc/protocols U src/contrib/ipfilter/etc/services U src/contrib/ipfilter/iplang/BNF U src/contrib/ipfilter/iplang/Makefile U src/contrib/ipfilter/iplang/iplang.h U src/contrib/ipfilter/iplang/iplang.tst U src/contrib/ipfilter/iplang/iplang_l.l U src/contrib/ipfilter/iplang/iplang_y.y U src/contrib/ipfilter/ipsd/Makefile U src/contrib/ipfilter/ipsd/README U src/contrib/ipfilter/ipsd/ipsd.c U src/contrib/ipfilter/ipsd/ipsd.h U src/contrib/ipfilter/ipsd/ipsdr.c U src/contrib/ipfilter/ipsd/linux.h U src/contrib/ipfilter/ipsd/sbpf.c U src/contrib/ipfilter/ipsd/sdlpi.c U src/contrib/ipfilter/ipsd/slinux.c U src/contrib/ipfilter/ipsd/snit.c U src/contrib/ipfilter/ipsd/Celler/ip_compat.h U src/contrib/ipfilter/ipsend/44arp.c U src/contrib/ipfilter/ipsend/Crashable U src/contrib/ipfilter/ipsend/Makefile U src/contrib/ipfilter/ipsend/README U src/contrib/ipfilter/ipsend/arp.c U src/contrib/ipfilter/ipsend/dlcommon.c U src/contrib/ipfilter/ipsend/dltest.h U src/contrib/ipfilter/ipsend/hpux.c U src/contrib/ipfilter/ipsend/in_var.h U src/contrib/ipfilter/ipsend/ip.c U src/contrib/ipfilter/ipsend/ip_var.h U src/contrib/ipfilter/ipsend/ipresend.1 U src/contrib/ipfilter/ipsend/ipresend.c U src/contrib/ipfilter/ipsend/ipsend.1 U src/contrib/ipfilter/ipsend/ipsend.5 U src/contrib/ipfilter/ipsend/ipsend.c U src/contrib/ipfilter/ipsend/ipsend.h U src/contrib/ipfilter/ipsend/ipsopt.c U src/contrib/ipfilter/ipsend/iptest.1 U src/contrib/ipfilter/ipsend/iptest.c U src/contrib/ipfilter/ipsend/iptests.c U src/contrib/ipfilter/ipsend/larp.c U src/contrib/ipfilter/ipsend/linux.h U src/contrib/ipfilter/ipsend/lsock.c U src/contrib/ipfilter/ipsend/resend.c U src/contrib/ipfilter/ipsend/sbpf.c U src/contrib/ipfilter/ipsend/sdlpi.c U src/contrib/ipfilter/ipsend/sirix.c U src/contrib/ipfilter/ipsend/slinux.c U src/contrib/ipfilter/ipsend/snit.c U src/contrib/ipfilter/ipsend/sock.c U src/contrib/ipfilter/ipsend/tcpip.h U src/contrib/ipfilter/ipsend/ultrix.c U src/contrib/ipfilter/ipsend/.OLD/ip_compat.h U src/contrib/ipfilter/l4check/Makefile U src/contrib/ipfilter/l4check/http.check U src/contrib/ipfilter/l4check/http.ok U src/contrib/ipfilter/l4check/l4check.c U src/contrib/ipfilter/l4check/l4check.conf U src/contrib/ipfilter/man/Makefile U src/contrib/ipfilter/man/ipf.4 U src/contrib/ipfilter/man/ipf.5 U src/contrib/ipfilter/man/ipf.8 U src/contrib/ipfilter/man/ipfilter.5 U src/contrib/ipfilter/man/ipfs.8 U src/contrib/ipfilter/man/ipfstat.8 C src/contrib/ipfilter/man/ipftest.1 U src/contrib/ipfilter/man/ipl.4 U src/contrib/ipfilter/man/ipmon.8 C src/contrib/ipfilter/man/ipnat.4 U src/contrib/ipfilter/man/ipnat.5 U src/contrib/ipfilter/man/ipnat.8 U src/contrib/ipfilter/man/mkfilters.1 U src/contrib/ipfilter/perl/Ipfanaly.pl U src/contrib/ipfilter/perl/Isbgraph U src/contrib/ipfilter/perl/LICENSE U src/contrib/ipfilter/perl/Services U src/contrib/ipfilter/perl/ipf-mrtg.pl U src/contrib/ipfilter/perl/logfilter.pl U src/contrib/ipfilter/perl/plog U src/contrib/ipfilter/rules/BASIC.NAT U src/contrib/ipfilter/rules/BASIC_1.FW U src/contrib/ipfilter/rules/BASIC_2.FW U src/contrib/ipfilter/rules/example.1 U src/contrib/ipfilter/rules/example.10 U src/contrib/ipfilter/rules/example.11 U src/contrib/ipfilter/rules/example.12 U src/contrib/ipfilter/rules/example.13 U src/contrib/ipfilter/rules/example.2 U src/contrib/ipfilter/rules/example.3 U src/contrib/ipfilter/rules/example.4 U src/contrib/ipfilter/rules/example.5 U src/contrib/ipfilter/rules/example.6 U src/contrib/ipfilter/rules/example.7 U src/contrib/ipfilter/rules/example.8 U src/contrib/ipfilter/rules/example.9 U src/contrib/ipfilter/rules/example.sr U src/contrib/ipfilter/rules/firewall U src/contrib/ipfilter/rules/ftp-proxy U src/contrib/ipfilter/rules/ftppxy U src/contrib/ipfilter/rules/nat-setup U src/contrib/ipfilter/rules/nat.eg U src/contrib/ipfilter/rules/server U src/contrib/ipfilter/rules/tcpstate U src/contrib/ipfilter/samples/Makefile U src/contrib/ipfilter/samples/ipfilter-pb.gif U src/contrib/ipfilter/samples/proxy.c U src/contrib/ipfilter/samples/userauth.c U src/contrib/ipfilter/test/Makefile U src/contrib/ipfilter/test/dotest N src/contrib/ipfilter/test/dotest6 U src/contrib/ipfilter/test/hextest U src/contrib/ipfilter/test/intest U src/contrib/ipfilter/test/itest U src/contrib/ipfilter/test/logtest U src/contrib/ipfilter/test/mhtest U src/contrib/ipfilter/test/mtest U src/contrib/ipfilter/test/natipftest U src/contrib/ipfilter/test/nattest U src/contrib/ipfilter/test/expected/f1 U src/contrib/ipfilter/test/expected/f10 U src/contrib/ipfilter/test/expected/f11 U src/contrib/ipfilter/test/expected/f12 U src/contrib/ipfilter/test/expected/f13 U src/contrib/ipfilter/test/expected/f14 U src/contrib/ipfilter/test/expected/f15 U src/contrib/ipfilter/test/expected/f16 U src/contrib/ipfilter/test/expected/f17 U src/contrib/ipfilter/test/expected/f2 U src/contrib/ipfilter/test/expected/f3 U src/contrib/ipfilter/test/expected/f4 U src/contrib/ipfilter/test/expected/f5 U src/contrib/ipfilter/test/expected/f6 U src/contrib/ipfilter/test/expected/f7 U src/contrib/ipfilter/test/expected/f8 U src/contrib/ipfilter/test/expected/f9 U src/contrib/ipfilter/test/expected/i1 U src/contrib/ipfilter/test/expected/i10 U src/contrib/ipfilter/test/expected/i11 N src/contrib/ipfilter/test/expected/i12 U src/contrib/ipfilter/test/expected/i2 U src/contrib/ipfilter/test/expected/i3 U src/contrib/ipfilter/test/expected/i4 U src/contrib/ipfilter/test/expected/i5 U src/contrib/ipfilter/test/expected/i6 U src/contrib/ipfilter/test/expected/i7 U src/contrib/ipfilter/test/expected/i8 U src/contrib/ipfilter/test/expected/i9 U src/contrib/ipfilter/test/expected/in1 U src/contrib/ipfilter/test/expected/in2 U src/contrib/ipfilter/test/expected/in3 U src/contrib/ipfilter/test/expected/in4 U src/contrib/ipfilter/test/expected/ipv6.1 U src/contrib/ipfilter/test/expected/ipv6.2 U src/contrib/ipfilter/test/expected/l1 U src/contrib/ipfilter/test/expected/l1.b U src/contrib/ipfilter/test/expected/n1 U src/contrib/ipfilter/test/expected/n2 U src/contrib/ipfilter/test/expected/n3 U src/contrib/ipfilter/test/expected/n4 U src/contrib/ipfilter/test/expected/n5 U src/contrib/ipfilter/test/expected/n6 U src/contrib/ipfilter/test/expected/n7 U src/contrib/ipfilter/test/expected/ni1 U src/contrib/ipfilter/test/expected/ni2 N src/contrib/ipfilter/test/expected/ni3 U src/contrib/ipfilter/test/expected/ni4 U src/contrib/ipfilter/test/expected/ni5 U src/contrib/ipfilter/test/input/f1 U src/contrib/ipfilter/test/input/f10 U src/contrib/ipfilter/test/input/f11 U src/contrib/ipfilter/test/input/f12 U src/contrib/ipfilter/test/input/f13 U src/contrib/ipfilter/test/input/f14 U src/contrib/ipfilter/test/input/f15 U src/contrib/ipfilter/test/input/f16 U src/contrib/ipfilter/test/input/f17 U src/contrib/ipfilter/test/input/f2 U src/contrib/ipfilter/test/input/f3 U src/contrib/ipfilter/test/input/f4 U src/contrib/ipfilter/test/input/f5 U src/contrib/ipfilter/test/input/f6 U src/contrib/ipfilter/test/input/f7 U src/contrib/ipfilter/test/input/f8 U src/contrib/ipfilter/test/input/f9 N src/contrib/ipfilter/test/input/ipv6.1 U src/contrib/ipfilter/test/input/ipv6.2 U src/contrib/ipfilter/test/input/l1 U src/contrib/ipfilter/test/input/n1 U src/contrib/ipfilter/test/input/n2 U src/contrib/ipfilter/test/input/n3 U src/contrib/ipfilter/test/input/n4 U src/contrib/ipfilter/test/input/n5 U src/contrib/ipfilter/test/input/n6 U src/contrib/ipfilter/test/input/n7 U src/contrib/ipfilter/test/input/ni1 U src/contrib/ipfilter/test/input/ni2 N src/contrib/ipfilter/test/input/ni3 U src/contrib/ipfilter/test/input/ni4 U src/contrib/ipfilter/test/input/ni5 U src/contrib/ipfilter/test/regress/f1 U src/contrib/ipfilter/test/regress/f10 U src/contrib/ipfilter/test/regress/f11 U src/contrib/ipfilter/test/regress/f12 U src/contrib/ipfilter/test/regress/f13 U src/contrib/ipfilter/test/regress/f14 U src/contrib/ipfilter/test/regress/f15 U src/contrib/ipfilter/test/regress/f16 U src/contrib/ipfilter/test/regress/f17 U src/contrib/ipfilter/test/regress/f2 U src/contrib/ipfilter/test/regress/f3 U src/contrib/ipfilter/test/regress/f4 U src/contrib/ipfilter/test/regress/f5 U src/contrib/ipfilter/test/regress/f6 U src/contrib/ipfilter/test/regress/f7 U src/contrib/ipfilter/test/regress/f8 U src/contrib/ipfilter/test/regress/f9 U src/contrib/ipfilter/test/regress/i1 U src/contrib/ipfilter/test/regress/i10 U src/contrib/ipfilter/test/regress/i11 N src/contrib/ipfilter/test/regress/i12 U src/contrib/ipfilter/test/regress/i2 U src/contrib/ipfilter/test/regress/i3 U src/contrib/ipfilter/test/regress/i4 U src/contrib/ipfilter/test/regress/i5 U src/contrib/ipfilter/test/regress/i6 U src/contrib/ipfilter/test/regress/i7 U src/contrib/ipfilter/test/regress/i8 U src/contrib/ipfilter/test/regress/i9 U src/contrib/ipfilter/test/regress/in1 U src/contrib/ipfilter/test/regress/in2 U src/contrib/ipfilter/test/regress/in3 U src/contrib/ipfilter/test/regress/in4 N src/contrib/ipfilter/test/regress/ipv6.1 U src/contrib/ipfilter/test/regress/ipv6.2 U src/contrib/ipfilter/test/regress/l1 U src/contrib/ipfilter/test/regress/n1 U src/contrib/ipfilter/test/regress/n2 U src/contrib/ipfilter/test/regress/n3 U src/contrib/ipfilter/test/regress/n4 U src/contrib/ipfilter/test/regress/n5 U src/contrib/ipfilter/test/regress/n6 U src/contrib/ipfilter/test/regress/n7 U src/contrib/ipfilter/test/regress/ni1.ipf U src/contrib/ipfilter/test/regress/ni1.nat U src/contrib/ipfilter/test/regress/ni2.ipf U src/contrib/ipfilter/test/regress/ni2.nat N src/contrib/ipfilter/test/regress/ni3.ipf N src/contrib/ipfilter/test/regress/ni3.nat U src/contrib/ipfilter/test/regress/ni4.ipf U src/contrib/ipfilter/test/regress/ni4.nat U src/contrib/ipfilter/test/regress/ni5.ipf U src/contrib/ipfilter/test/regress/ni5.nat 14 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDARRENR:yesterday -jDARRENR src/contrib/ipfilter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 2: 1: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 7B7E537B40A; Fri, 7 Jun 2002 02:01:41 -0700 (PDT) Received: (from darrenr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5791fx48717; Fri, 7 Jun 2002 02:01:41 -0700 (PDT) (envelope-from darrenr) Message-Id: <200206070901.g5791fx48717@freefall.freebsd.org> From: Darren Reed Date: Fri, 7 Jun 2002 02:01:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter ipmon.c src/contrib/ipfilter/man ipftest.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 darrenr 2002/06/07 02:01:41 PDT Modified files: contrib/ipfilter ipmon.c contrib/ipfilter/man ipftest.1 Log: Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28 Revision Changes Path 1.14 +6 -5 src/contrib/ipfilter/ipmon.c 1.4 +12 -2 src/contrib/ipfilter/man/ipftest.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 2:13: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 612CF37B407; Fri, 7 Jun 2002 02:13:43 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g579DhA53662; Fri, 7 Jun 2002 02:13:43 -0700 (PDT) (envelope-from tjr) Message-Id: <200206070913.g579DhA53662@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 7 Jun 2002 02:13:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cut cut.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/06/07 02:13:43 PDT Modified files: usr.bin/cut cut.c Log: style(9): don't initialise variables in their declaration, remove space after function name, use __unused on unused parameters instead of initialising them to bogus values. Revision Changes Path 1.19 +11 -12 src/usr.bin/cut/cut.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 2:23: 0 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 C11AB37B401; Fri, 7 Jun 2002 02:22:43 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g579Mbi57106; Fri, 7 Jun 2002 12:22:37 +0300 (EEST) (envelope-from ru) Date: Fri, 7 Jun 2002 12:22:37 +0300 From: Ruslan Ermilov To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fstat fstat.c Message-ID: <20020607092237.GC48980@sunbay.com> References: <200206061839.g56Ids199613@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0lnxQi9hkpPO77W3" Content-Disposition: inline In-Reply-To: <200206061839.g56Ids199613@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 --0lnxQi9hkpPO77W3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 06, 2002 at 11:39:53AM -0700, Dag-Erling Smorgrav wrote: > des 2002/06/06 11:39:53 PDT >=20 > Modified files: > usr.bin/fstat fstat.c=20 > Log: > Factor out some code in preparation for un-kmeming fstat(1). > =20 > Sponsored by: DARPA, NAI Labs > =20 > Revision Changes Path > 1.41 +43 -18 src/usr.bin/fstat/fstat.c >=20 Does this mean that we won't longer be able to fstat(1) against kernel core images? 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 --0lnxQi9hkpPO77W3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9AHtdUkv4P6juNwoRAihCAJwPJpbRvlmsXduLyLxG2XjttVfNRACfc1qf RyKLKdcYecgLsBSp1xOP9fg= =6MYw -----END PGP SIGNATURE----- --0lnxQi9hkpPO77W3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 2: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 30FFA37B408; Fri, 7 Jun 2002 02:31:20 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g579VKQ55411; Fri, 7 Jun 2002 02:31:20 -0700 (PDT) (envelope-from mbr) Message-Id: <200206070931.g579VKQ55411@freefall.freebsd.org> From: Martin Blapp Date: Fri, 7 Jun 2002 02:31:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/stlport Makefile ports/devel/stlport/files patch-src::gcc-freebsd.mak patch-stlport::stdexcept patch-test::eh::gcc-freebsd.mak X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/07 02:31:20 PDT Modified files: devel/stlport Makefile Added files: devel/stlport/files patch-src::gcc-freebsd.mak patch-stlport::stdexcept patch-test::eh::gcc-freebsd.mak Log: - Respect USE_GCC= - Make the library really threadsafe. This has been broken in CURRENT since the port exists. - Add a gcc31 workaround Revision Changes Path 1.21 +7 -2 ports/devel/stlport/Makefile 1.1 +22 -0 ports/devel/stlport/files/patch-src::gcc-freebsd.mak (new) 1.1 +14 -0 ports/devel/stlport/files/patch-stlport::stdexcept (new) 1.1 +27 -0 ports/devel/stlport/files/patch-test::eh::gcc-freebsd.mak (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 2: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 63D2337B405; Fri, 7 Jun 2002 02:36:13 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g579aDF55685; Fri, 7 Jun 2002 02:36:13 -0700 (PDT) (envelope-from ache) Message-Id: <200206070936.g579aDF55685@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 7 Jun 2002 02:36: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 ache 2002/06/07 02:36:13 PDT Modified files: . modules Log: contrib_tar -> src/contrib/tar Revision Changes Path 1.5296 +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 Jun 7 3:25: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 C00BA37B408; Fri, 7 Jun 2002 03:25:15 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57APFb64352; Fri, 7 Jun 2002 03:25:15 -0700 (PDT) (envelope-from des) Message-Id: <200206071025.g57APFb64352@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 03:25:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam 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 des 2002/06/07 03:25:15 PDT Modified files: en_US.ISO8859-1/articles/pam article.sgml Log: Whitespace cleanup. Revision Changes Path 1.12 +182 -182 doc/en_US.ISO8859-1/articles/pam/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 Jun 7 3: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 20E7437B401; Fri, 7 Jun 2002 03:37:56 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57AbuB65520; Fri, 7 Jun 2002 03:37:56 -0700 (PDT) (envelope-from mbr) Message-Id: <200206071037.g57AbuB65520@freefall.freebsd.org> From: Martin Blapp Date: Fri, 7 Jun 2002 03:37:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/stlport/files patch-src::gcc-freebsd.mak patch-test::eh::gcc-freebsd.mak patch-tests::eh::gcc-freebsd.mak X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/07 03:37:50 PDT Modified files: devel/stlport/files patch-src::gcc-freebsd.mak patch-test::eh::gcc-freebsd.mak Removed files: devel/stlport/files patch-tests::eh::gcc-freebsd.mak Log: - -D_REENTRANT is still needed. For STABLE and CURRENT. - Delete obsoleted patch Revision Changes Path 1.2 +2 -2 ports/devel/stlport/files/patch-src::gcc-freebsd.mak 1.2 +3 -3 ports/devel/stlport/files/patch-test::eh::gcc-freebsd.mak 1.2 +0 -14 ports/devel/stlport/files/patch-tests::eh::gcc-freebsd.mak (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 4: 1: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 2920737B404; Fri, 7 Jun 2002 04:01:49 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57B1nt71385; Fri, 7 Jun 2002 04:01:49 -0700 (PDT) (envelope-from trevor) Message-Id: <200206071101.g57B1nt71385@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 7 Jun 2002 04:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/xpk Makefile ports/emulators/hercules Makefile ports/emulators/xzx Makefile ports/games/mythserver Makefile ports/games/scummvm Makefile ports/lang/dice Makefile ports/print/acroread5 Makefile ports/sysutils/thefish 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/06/07 04:01:48 PDT Modified files: archivers/xpk Makefile emulators/hercules Makefile emulators/xzx Makefile games/mythserver Makefile games/scummvm Makefile lang/dice Makefile print/acroread5 Makefile sysutils/thefish Makefile x11-toolkits/gtoolkit Makefile x11/decurs Makefile Log: Set Miguel Mendez' ports loose. Look out, world! I would like to try maintaining the acroread5 one, so I pre-snarfed it. :-P PR: 38978 Submitted by: Miguel Mendez (outgoing maintainer) Revision Changes Path 1.4 +1 -1 ports/archivers/xpk/Makefile 1.2 +1 -1 ports/emulators/hercules/Makefile 1.26 +1 -1 ports/emulators/xzx/Makefile 1.2 +1 -1 ports/games/mythserver/Makefile 1.4 +1 -1 ports/games/scummvm/Makefile 1.3 +1 -1 ports/lang/dice/Makefile 1.38 +1 -1 ports/print/acroread5/Makefile 1.7 +1 -1 ports/sysutils/thefish/Makefile 1.2 +1 -1 ports/x11-toolkits/gtoolkit/Makefile 1.2 +1 -1 ports/x11/decurs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 4:10: 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 A9C1237B404; Fri, 7 Jun 2002 04:10:04 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57BA4D76398; Fri, 7 Jun 2002 04:10:04 -0700 (PDT) (envelope-from mbr) Message-Id: <200206071110.g57BA4D76398@freefall.freebsd.org> From: Martin Blapp Date: Fri, 7 Jun 2002 04:10:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile ports/editors/openoffice-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 mbr 2002/06/07 04:10:04 PDT Modified files: editors/openoffice Makefile editors/openoffice-devel Makefile Log: Automated build is not possible. Obtained from: Will Revision Changes Path 1.49 +3 -0 ports/editors/openoffice-devel/Makefile 1.68 +4 -0 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 4: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 7156B37B421; Fri, 7 Jun 2002 04:19:11 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57BJB277366; Fri, 7 Jun 2002 04:19:11 -0700 (PDT) (envelope-from skv) Message-Id: <200206071119.g57BJB277366@freefall.freebsd.org> From: Sergey Skvortsov Date: Fri, 7 Jun 2002 04:19:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/p5-XML-Parser-encodings 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 skv 2002/06/07 04:19:11 PDT Modified files: russian/p5-XML-Parser-encodings Makefile pkg-descr Log: Minor clean. Revision Changes Path 1.4 +2 -4 ports/russian/p5-XML-Parser-encodings/Makefile 1.2 +3 -0 ports/russian/p5-XML-Parser-encodings/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 Jun 7 4:20:40 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 9B92737B401; Fri, 7 Jun 2002 04:20:31 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.3/8.12.3) with ESMTP id g57BKLaR010334; Fri, 7 Jun 2002 15:20:28 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.3/Submit) id g57BKJ9n010333; Fri, 7 Jun 2002 15:20:20 +0400 (MSD) Date: Fri, 7 Jun 2002 15:20:17 +0400 From: "Andrey A. Chernov" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/uniq uniq.c Message-ID: <20020607112017.GA10301@nagual.pp.ru> References: <200206061344.g56DiEX47747@freefall.freebsd.org> <20020607101552.A46543@treetop.robbins.dropbear.id.au> <20020607080005.GA97574@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020607080005.GA97574@nagual.pp.ru> 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 Fri, Jun 07, 2002 at 12:00:06 +0400, Andrey A. Chernov wrote: > It seems we need to upgrade our sort to that variant. I'll try to look at > it closer. What we currently have in sort.c in some cases do I found that new GNU sort localized much better than what we currently have. I plan to import trimmed-down version to src/contrib/gnu-sort in near time. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 4:49: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 7ADFE37B404; Fri, 7 Jun 2002 04:49:35 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57BnZw80216; Fri, 7 Jun 2002 04:49:35 -0700 (PDT) (envelope-from benno) Message-Id: <200206071149.g57BnZw80216@freefall.freebsd.org> From: Benno Rice Date: Fri, 7 Jun 2002 04:49:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/libofw ofw_net.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/06/07 04:49:34 PDT Modified files: sys/boot/ofw/libofw ofw_net.c Log: Fix up the DMA buffer allocation call. Revision Changes Path 1.6 +2 -1 src/sys/boot/ofw/libofw/ofw_net.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 4:50: 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 6CBE337B400; Fri, 7 Jun 2002 04:49:56 -0700 (PDT) Received: (from benno@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57BnuQ80264; Fri, 7 Jun 2002 04:49:56 -0700 (PDT) (envelope-from benno) Message-Id: <200206071149.g57BnuQ80264@freefall.freebsd.org> From: Benno Rice Date: Fri, 7 Jun 2002 04:49:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/powerpc/loader 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 benno 2002/06/07 04:49:56 PDT Modified files: sys/boot/powerpc/loader Makefile Log: Uncomment some bits that we now need. Revision Changes Path 1.9 +6 -6 src/sys/boot/powerpc/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 4: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 10EBB37B40F; Fri, 7 Jun 2002 04:53:39 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Brd081016; Fri, 7 Jun 2002 04:53:39 -0700 (PDT) (envelope-from des) Message-Id: <200206071153.g57Brd081016@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 04:53:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam su.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/06/07 04:53:38 PDT Modified files: en_US.ISO8859-1/articles/pam su.c Log: Update sample program from OpenPAM repo. Revision Changes Path 1.3 +122 -81 doc/en_US.ISO8859-1/articles/pam/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 4:59: 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 BACA237B400; Fri, 7 Jun 2002 04:59:06 -0700 (PDT) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Bx6v81520; Fri, 7 Jun 2002 04:59:06 -0700 (PDT) (envelope-from trevor) Message-Id: <200206071159.g57Bx6v81520@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 7 Jun 2002 04:59:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xzx 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/06/07 04:59:06 PDT Modified files: emulators/xzx Makefile Log: In MASTER_SITES, follow redirect so fetch does not have to. As seen on: fenner's survey Revision Changes Path 1.27 +1 -1 ports/emulators/xzx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 5:59: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 D3B7537B404; Fri, 7 Jun 2002 05:59:09 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Cx9D99017; Fri, 7 Jun 2002 05:59:09 -0700 (PDT) (envelope-from des) Message-Id: <200206071259.g57Cx9D99017@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 05:59:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam pam_unix.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/06/07 05:59:09 PDT Added files: en_US.ISO8859-1/articles/pam pam_unix.c Log: Sample PAM module from OpenPAM repo. Revision Changes Path 1.1 +164 -0 doc/en_US.ISO8859-1/articles/pam/pam_unix.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 Jun 7 6:10:56 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 544D537B403 for ; Fri, 7 Jun 2002 06:10:48 -0700 (PDT) Received: (qmail 841 invoked from network); 7 Jun 2002 13:10:46 -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 ; 7 Jun 2002 13:10: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 g57DAdF65314; Fri, 7 Jun 2002 09:10: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: <20020607073633.GA57959@walton.maths.tcd.ie> Date: Fri, 07 Jun 2002 09:10:38 -0400 (EDT) From: John Baldwin To: David Malone Subject: Re: cvs commit: src/sys/kern kern_sig.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 07-Jun-2002 David Malone wrote: > On Thu, Jun 06, 2002 at 10:43:02PM -0700, John Baldwin wrote: >> jhb 2002/06/06 22:43:02 PDT >> >> Modified files: >> sys/kern kern_sig.c >> Log: >> - trapsignal() no longer needs to acquire Giant for ktrpsig(). >> - Catch up to new ktrace API. > > This reminds me, are we any closer to reimplimenting CPU usage > limits? I guess Julian's KSE stuff may need to get a bit further > before it can be fixed? You mean the SIGXCPU that is commented out in mi_switch()? It will be turned back on when I or someone else figures out how to do it safely. :) > David. -- 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 Jun 7 6:10:58 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 2D6D437B404 for ; Fri, 7 Jun 2002 06:10:49 -0700 (PDT) Received: (qmail 27426 invoked from network); 7 Jun 2002 13:10:47 -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 ; 7 Jun 2002 13:10:47 -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 g57DAeF65318; Fri, 7 Jun 2002 09:10: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: <200206070844.g578ib1b000758@kokeb.ambesa.net> Date: Fri, 07 Jun 2002 09:10:39 -0400 (EDT) From: John Baldwin To: Mike Makonnen Subject: Re: cvs commit: src/sys/kern subr_witness.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 07-Jun-2002 Mike Makonnen wrote: > On Thu, 06 Jun 2002 15:10:02 -0400 (EDT) > John Baldwin wrote: > >> This should at least help if not fully address the witness_get: > exhausted problems> reported by Kris, Hiten, and others. If the folks > having this problem could test> witness out with this patch and let me > know if it does better, I would appreciate> it. >> > > Well, somewhat. The witness_get:exhausted messages now appear later in > the boot process. Ok, I'll work on a sane (right now it spams the console too much) patch for you to try and figure out what locks are giving you fits. Can you drop into ddb, do a 'show witness' and verify that you have several (dead) witness entries? -- 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 Jun 7 6: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 B99A737B415; Fri, 7 Jun 2002 06:12:38 -0700 (PDT) Received: (from max@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57DCcq04783; Fri, 7 Jun 2002 06:12:38 -0700 (PDT) (envelope-from max) Message-Id: <200206071312.g57DCcq04783@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Fri, 7 Jun 2002 06:12:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mhonarc 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 max 2002/06/07 06:12:38 PDT Modified files: www/mhonarc Makefile distinfo pkg-plist Log: Upgrade to 2.5.5. Revision Changes Path 1.23 +1 -1 ports/www/mhonarc/Makefile 1.9 +1 -1 ports/www/mhonarc/distinfo 1.9 +1 -0 ports/www/mhonarc/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 Jun 7 6:13: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 8FAD337B415; Fri, 7 Jun 2002 06:13:33 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57DDXM04948; Fri, 7 Jun 2002 06:13:33 -0700 (PDT) (envelope-from skv) Message-Id: <200206071313.g57DDXM04948@freefall.freebsd.org> From: Sergey Skvortsov Date: Fri, 7 Jun 2002 06:13:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Data-Serializer 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 skv 2002/06/07 06:13:33 PDT Modified files: devel Makefile Added files: devel/p5-Data-Serializer Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Data-Serializer 0.11, modules that serialize data structures. Revision Changes Path 1.838 +1 -0 ports/devel/Makefile 1.1 +30 -0 ports/devel/p5-Data-Serializer/Makefile (new) 1.1 +1 -0 ports/devel/p5-Data-Serializer/distinfo (new) 1.1 +1 -0 ports/devel/p5-Data-Serializer/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-Data-Serializer/pkg-descr (new) 1.1 +51 -0 ports/devel/p5-Data-Serializer/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 Jun 7 6:13: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 77DCA37B41F; Fri, 7 Jun 2002 06:13:42 -0700 (PDT) Received: (from skv@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57DDgb04980; Fri, 7 Jun 2002 06:13:42 -0700 (PDT) (envelope-from skv) Message-Id: <200206071313.g57DDgb04980@freefall.freebsd.org> From: Sergey Skvortsov Date: Fri, 7 Jun 2002 06:13: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 skv 2002/06/07 06:13:42 PDT Modified files: . modules Log: p5-Data-Serializer --> ports/devel/p5-Data-Serializer Revision Changes Path 1.5297 +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 Jun 7 6: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 EC3F637B408; Fri, 7 Jun 2002 06:16:50 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57DGoR05211; Fri, 7 Jun 2002 06:16:50 -0700 (PDT) (envelope-from des) Message-Id: <200206071316.g57DGoR05211@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 06:16:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/07 06:16:50 PDT Added files: share/sgml man-refs.pl Log: Perl script that translates a list of man pages to a list of SGML entity definitions. Revision Changes Path 1.1 +11 -0 doc/share/sgml/man-refs.pl (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 6:17: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 D173837B400; Fri, 7 Jun 2002 06:17:31 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57DHVA05256; Fri, 7 Jun 2002 06:17:31 -0700 (PDT) (envelope-from des) Message-Id: <200206071317.g57DHVA05256@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 06:17:31 -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 des 2002/06/07 06:17:31 PDT Modified files: share/sgml man-refs.ent Log: Full roster of PAM man pages. Revision Changes Path 1.142 +60 -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 Fri Jun 7 6:37: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 C75E937B401; Fri, 7 Jun 2002 06:37:14 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57DbEl07101; Fri, 7 Jun 2002 06:37:14 -0700 (PDT) (envelope-from des) Message-Id: <200206071337.g57DbEl07101@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 06:37:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam 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/06/07 06:37:14 PDT Modified files: en_US.ISO8859-1/articles/pam Makefile Log: Add sample application, use sed(1) instead of perl(1). Sponsored by: DARPA, NAI Labs Revision Changes Path 1.3 +6 -3 doc/en_US.ISO8859-1/articles/pam/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 6: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 69F4237B420; Fri, 7 Jun 2002 06:37:37 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Dbbw07150; Fri, 7 Jun 2002 06:37:37 -0700 (PDT) (envelope-from des) Message-Id: <200206071337.g57Dbbw07150@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 06:37:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam 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 des 2002/06/07 06:37:37 PDT Modified files: en_US.ISO8859-1/articles/pam article.sgml Log: Checkpoint commit: add sample application, mess with bibliography. Revision Changes Path 1.13 +29 -12 doc/en_US.ISO8859-1/articles/pam/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 Jun 7 6: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 7CF9537B480; Fri, 7 Jun 2002 06:55:52 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57DtqU09226; Fri, 7 Jun 2002 06:55:52 -0700 (PDT) (envelope-from will) Message-Id: <200206071355.g57DtqU09226@freefall.freebsd.org> From: Will Andrews Date: Fri, 7 Jun 2002 06:55:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/XFree86-4-VirtualFramebufferServer 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 will 2002/06/07 06:55:52 PDT Modified files: x11-servers/XFree86-4-VirtualFramebufferServer Makefile Log: Add runtime dependency on default font bitmaps so this works OOB. Bump PORTREVISION to include package change. Submitted by: mbr Revision Changes Path 1.13 +5 -0 ports/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 7:11: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 3FC6D37B401; Fri, 7 Jun 2002 07:11:42 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57EBgC15136; Fri, 7 Jun 2002 07:11:42 -0700 (PDT) (envelope-from iwasaki) Message-Id: <200206071411.g57EBgC15136@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Fri, 7 Jun 2002 07:11:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/acpicatools distinfo ports/devel/acpicatools/files patch-20020404 patch-include::platform::acfreebsd.h patch-osunixxf.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 iwasaki 2002/06/07 07:11:41 PDT Modified files: devel/acpicatools distinfo Added files: devel/acpicatools/files patch-include::platform::acfreebsd.h patch-osunixxf.c Removed files: devel/acpicatools/files patch-20020404 Log: update for acpica-unix-20020517. Revision Changes Path 1.13 +2 -2 ports/devel/acpicatools/distinfo 1.2 +0 -33 ports/devel/acpicatools/files/patch-20020404 (dead) 1.1 +27 -0 ports/devel/acpicatools/files/patch-include::platform::acfreebsd.h (new) 1.1 +11 -0 ports/devel/acpicatools/files/patch-osunixxf.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 Jun 7 7:14: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 D0DED37B403; Fri, 7 Jun 2002 07:14:10 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57EEAa15381; Fri, 7 Jun 2002 07:14:10 -0700 (PDT) (envelope-from mbr) Message-Id: <200206071414.g57EEAa15381@freefall.freebsd.org> From: Martin Blapp Date: Fri, 7 Jun 2002 07:14:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/07 07:14:10 PDT Modified files: editors/openoffice Makefile Log: Make a ugly hack and remove the DISPLAY dependency. We use the XFree86-4-VirtualFramebufferServer port to fake a real x-server and to be able to make automated builds on bento. Set USE_GCC=3.1 since all other options are broken at the moment. Reviewed by: Will Andrews Revision Changes Path 1.69 +29 -12 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 7:22:13 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 2260237B407; Fri, 7 Jun 2002 07:22:09 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id EE5F05361; Fri, 7 Jun 2002 16:22: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: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fstat fstat.c References: <200206061839.g56Ids199613@freefall.freebsd.org> <20020607092237.GC48980@sunbay.com> From: Dag-Erling Smorgrav Date: 07 Jun 2002 16:22:05 +0200 In-Reply-To: <20020607092237.GC48980@sunbay.com> Message-ID: Lines: 13 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 Ruslan Ermilov writes: > On Thu, Jun 06, 2002 at 11:39:53AM -0700, Dag-Erling Smorgrav wrote: > > Log: > > Factor out some code in preparation for un-kmeming fstat(1). > Does this mean that we won't longer be able to fstat(1) against > kernel core images? No, I'm not going to remove the kvm code, but fstat(1) will no longer be setgid kmem. 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 Fri Jun 7 7:28:35 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 C828D37B400; Fri, 7 Jun 2002 07:28:26 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 67E955362; Fri, 7 Jun 2002 16:28:25 +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: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha trap.c src/sys/i386/i386 tra References: From: Dag-Erling Smorgrav Date: 07 Jun 2002 16:28:24 +0200 In-Reply-To: Message-ID: Lines: 9 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 John Baldwin writes: > The async ktrace stuff is now all committed. Let me know if you have > problems with ktrace. Great work! 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 Fri Jun 7 7:33: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 8D62237B400; Fri, 7 Jun 2002 07:33:24 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57EXOg17374; Fri, 7 Jun 2002 07:33:24 -0700 (PDT) (envelope-from jhb) Message-Id: <200206071433.g57EXOg17374@freefall.freebsd.org> From: John Baldwin Date: Fri, 7 Jun 2002 07:33:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/07 07:33:24 PDT Modified files: sys/conf options Log: According to Bruce, this file shouldn't have comments to describe what options do. Comments should be in NOTES and having the comments in two places usually means that one place will just bitrot. Thus, remove the comment for KTRACE_REQUEST_POOL from the previous revision. Requested by: bde Revision Changes Path 1.323 +1 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 7:34:59 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 7046F37B405 for ; Fri, 7 Jun 2002 07:34:48 -0700 (PDT) Received: (qmail 2745 invoked from network); 7 Jun 2002 14:34:47 -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 ; 7 Jun 2002 14:34:47 -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 g57EYkF65578; Fri, 7 Jun 2002 10:34:46 -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: <200206071433.g57EXOg17374@freefall.freebsd.org> Date: Fri, 07 Jun 2002 10:34:37 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/conf options 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 07-Jun-2002 John Baldwin wrote: > jhb 2002/06/07 07:33:24 PDT > > Modified files: > sys/conf options > Log: > According to Bruce, this file shouldn't have comments to describe what > options do. Comments should be in NOTES and having the comments in two > places usually means that one place will just bitrot. Thus, remove the > comment for KTRACE_REQUEST_POOL from the previous revision. > > Requested by: bde There are several other offenders of this rule in options as well, but I'll let others fix up their own options. :) -- 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 Jun 7 7: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 3595E37B400; Fri, 7 Jun 2002 07:37:11 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57EbBQ17560; Fri, 7 Jun 2002 07:37:11 -0700 (PDT) (envelope-from bde) Message-Id: <200206071437.g57EbBQ17560@freefall.freebsd.org> From: Bruce Evans Date: Fri, 7 Jun 2002 07:37:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _lock.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 bde 2002/06/07 07:37:10 PDT Modified files: sys/sys _lock.h Log: Renamed the idempotency identifier to match the file name. Revision Changes Path 1.8 +3 -3 src/sys/sys/_lock.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 8:15:31 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 EE92F37B408; Fri, 7 Jun 2002 08:15:26 -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 g57FExb5035314; Fri, 7 Jun 2002 11:14:59 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Fri, 7 Jun 2002 11:14:59 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha trap.c src/sys/i386/i386 tra In-Reply-To: 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, 7 Jun 2002, John Baldwin wrote: > On 07-Jun-2002 John Baldwin wrote: > > jhb 2002/06/06 22:47:35 PDT > > > > Modified files: > > sys/alpha/alpha trap.c > > sys/i386/i386 trap.c > > sys/ia64/ia64 trap.c > > sys/powerpc/powerpc trap.c > > sys/sparc64/sparc64 trap.c > > Log: > > The async ktrace stuff is now all committed. Let me know if you have > problems with ktrace. Cool. There are possibly avenues for improvement/optimization as we discussed out-of-band, but this is great news. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 8:24: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 EC4EE37B406; Fri, 7 Jun 2002 08:24:41 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FOfB26473; Fri, 7 Jun 2002 08:24:41 -0700 (PDT) (envelope-from mbr) Message-Id: <200206071524.g57FOfB26473@freefall.freebsd.org> From: Martin Blapp Date: Fri, 7 Jun 2002 08:24:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/06/07 08:24:41 PDT Modified files: editors/openoffice Makefile Log: - Dependency fix. - Really build OO on CURRENT with g++ from ports Revision Changes Path 1.70 +9 -1 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 8:28: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 48ACB37B405; Fri, 7 Jun 2002 08:28:16 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FSGl26780; Fri, 7 Jun 2002 08:28:16 -0700 (PDT) (envelope-from imp) Message-Id: <200206071528.g57FSGl26780@freefall.freebsd.org> From: Warner Losh Date: Fri, 7 Jun 2002 08:28:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pcivar.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 imp 2002/06/07 08:28:16 PDT Modified files: sys/dev/pci pcivar.h Log: 0 is not an invalid interrupt in the PCI world (just in the ia32 world), do not treat it as such. This fixes the alpha boot problem. Reviewed by: drew, des Revision Changes Path 1.57 +4 -2 src/sys/dev/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 8:29: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 0BC0E37B407; Fri, 7 Jun 2002 08:29:56 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FTub26875; Fri, 7 Jun 2002 08:29:56 -0700 (PDT) (envelope-from mbr) Message-Id: <200206071529.g57FTub26875@freefall.freebsd.org> From: Martin Blapp Date: Fri, 7 Jun 2002 08:29:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-stlport::STLport-4.5.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/07 08:29:55 PDT Modified files: editors/openoffice/files patch-stlport::STLport-4.5.patch Log: Add missing -D_REENTRANT in CURRENT. Revision Changes Path 1.2 +4 -4 ports/editors/openoffice/files/patch-stlport::STLport-4.5.patch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 8: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 C25F937B401; Fri, 7 Jun 2002 08:31:51 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FVpB27540; Fri, 7 Jun 2002 08:31:51 -0700 (PDT) (envelope-from nectar) Message-Id: <200206071531.g57FVpB27540@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 7 Jun 2002 08:31:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mnews 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 nectar 2002/06/07 08:31:51 PDT Modified files: japanese/mnews Makefile Log: Mark forbidden due to remotely exploitable buffer overflows. Revision Changes Path 1.24 +2 -0 ports/japanese/mnews/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 8:32: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 B319437B412; Fri, 7 Jun 2002 08:32:05 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FW5J27617; Fri, 7 Jun 2002 08:32:05 -0700 (PDT) (envelope-from jhb) Message-Id: <200206071532.g57FW5J27617@freefall.freebsd.org> From: John Baldwin Date: Fri, 7 Jun 2002 08:32:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall label.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/06/07 08:32:05 PDT Modified files: usr.sbin/sysinstall label.c Log: Fix a bug where request_part_size() was hard-coded to check the rootSize variable rather than the one passed in as the first argument. Sponsored by: The Weather Channel Revision Changes Path 1.118 +1 -1 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 8:35: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 A55B637B403; Fri, 7 Jun 2002 08:35:06 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FZ6l27989; Fri, 7 Jun 2002 08:35:06 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206071535.g57FZ6l27989@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 7 Jun 2002 08:35:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/gutenmark 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/06/07 08:35:06 PDT Modified files: textproc Makefile Added files: textproc/gutenmark Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add gutenmark 20011228 Attractively formatting Project Gutenberg texts Revision Changes Path 1.367 +1 -0 ports/textproc/Makefile 1.1 +26 -0 ports/textproc/gutenmark/Makefile (new) 1.1 +1 -0 ports/textproc/gutenmark/distinfo (new) 1.1 +1 -0 ports/textproc/gutenmark/pkg-comment (new) 1.1 +8 -0 ports/textproc/gutenmark/pkg-descr (new) 1.1 +1 -0 ports/textproc/gutenmark/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 Jun 7 8: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 CEB8937B406; Fri, 7 Jun 2002 08:35:09 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FZ9B28024; Fri, 7 Jun 2002 08:35:09 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206071535.g57FZ9B28024@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 7 Jun 2002 08:35:09 -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/06/07 08:35:09 PDT Modified files: . modules Log: gutenmark --> ports/textproc/gutenmark Revision Changes Path 1.5298 +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 Jun 7 8:36: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 0913737B406; Fri, 7 Jun 2002 08:36:43 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Fahi28248; Fri, 7 Jun 2002 08:36:43 -0700 (PDT) (envelope-from jake) Message-Id: <200206071536.g57Fahi28248@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 7 Jun 2002 08:36:42 -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/06/07 08:36:42 PDT Modified files: sys/sparc64/conf GENERIC Log: Comment out options SMP for now until I figure out what's going on. Revision Changes Path 1.19 +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 Fri Jun 7 8:42: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 CA08037B403; Fri, 7 Jun 2002 08:42:17 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FgCh29037; Fri, 7 Jun 2002 08:42:12 -0700 (PDT) (envelope-from des) Message-Id: <200206071542.g57FgCh29037@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 08:42:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam converse.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/06/07 08:42:12 PDT Added files: en_US.ISO8859-1/articles/pam converse.c Log: Sample conversation function, based on a trimmed-down openpam_ttyconv(3). Sponsored by: DARPA, NAI Labs Revision Changes Path 1.1 +96 -0 doc/en_US.ISO8859-1/articles/pam/converse.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 Jun 7 8: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 08C5E37B40F; Fri, 7 Jun 2002 08:42:27 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FgRJ29085; Fri, 7 Jun 2002 08:42:27 -0700 (PDT) (envelope-from lioux) Message-Id: <200206071542.g57FgRJ29085@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Jun 2002 08:42:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdivxdecore-devel/files Makefile ports/graphics/libdivxencore/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 lioux 2002/06/07 08:42:26 PDT Modified files: graphics/libdivxdecore-devel/files Makefile graphics/libdivxencore/files Makefile Log: o Provide for -CURRENT change from INCDIR to INCLUDEDIR in src/share/mk/bsd.own.mk Submitted by: bento (install error) Revision Changes Path 1.2 +1 -0 ports/graphics/libdivxdecore-devel/files/Makefile 1.2 +1 -0 ports/graphics/libdivxencore/files/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 8: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 0C4F337B406; Fri, 7 Jun 2002 08:45:25 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FjPt29335; Fri, 7 Jun 2002 08:45:25 -0700 (PDT) (envelope-from des) Message-Id: <200206071545.g57FjPt29335@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 08:45:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam Makefile 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 des 2002/06/07 08:45:25 PDT Modified files: en_US.ISO8859-1/articles/pam Makefile article.sgml Log: Catch up with the current state of -CURRENT, and discuss the differences between OpenPAM, Linux-PAM and Solaris PAM in some more detail. Also add IDs to most sections and their titles, and an appendix listing a sample conversation function. Translators: please leave for later, there's still a lot to do. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.4 +5 -2 doc/en_US.ISO8859-1/articles/pam/Makefile 1.14 +189 -119 doc/en_US.ISO8859-1/articles/pam/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 Jun 7 8:49: 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 0921937B405; Fri, 7 Jun 2002 08:48:56 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Fmu229440; Fri, 7 Jun 2002 08:48:56 -0700 (PDT) (envelope-from des) Message-Id: <200206071548.g57Fmu229440@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 08:48:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles 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/06/07 08:48:55 PDT Modified files: en_US.ISO8859-1/articles Makefile Log: Connect the PAM article to the build to facilitate review. Note that it's still unfinished and therefore not listed on the documentation page. I intend to finish it in the very near future. Revision Changes Path 1.32 +1 -0 doc/en_US.ISO8859-1/articles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 8:49: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 AD84A37B405; Fri, 7 Jun 2002 08:49:28 -0700 (PDT) Received: (from mbr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FnS629490; Fri, 7 Jun 2002 08:49:28 -0700 (PDT) (envelope-from mbr) Message-Id: <200206071549.g57FnS629490@freefall.freebsd.org> From: Martin Blapp Date: Fri, 7 Jun 2002 08:49:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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/06/07 08:49:28 PDT Modified files: editors/openoffice pkg-message Log: Fix version string Submitted by: Alexandr Kovalenko Revision Changes Path 1.7 +1 -1 ports/editors/openoffice/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 Jun 7 8:55:44 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 08DC537B400; Fri, 7 Jun 2002 08:55:40 -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 g57FtYY79303; Fri, 7 Jun 2002 09:55:34 -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 g57FtVG99620; Fri, 7 Jun 2002 09:55:32 -0600 (MDT) (envelope-from imp@village.org) Date: Fri, 07 Jun 2002 09:55:16 -0600 (MDT) Message-Id: <20020607.095516.116907129.imp@village.org> To: jhb@FreeBSD.org Cc: dwmalone@maths.tcd.ie, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c From: "M. Warner Losh" In-Reply-To: References: <20020607073633.GA57959@walton.maths.tcd.ie> 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: John Baldwin writes: : You mean the SIGXCPU that is commented out in mi_switch()? It will : be turned back on when I or someone else figures out how to do it : safely. :) I thought that was commented out due to a bug where time would go backwards every so often, causing there to be 2^32 or so time to be charged to the process, which put it over the limit. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 8: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 8D5EB37B400; Fri, 7 Jun 2002 08:56:17 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57FuH130301; Fri, 7 Jun 2002 08:56:17 -0700 (PDT) (envelope-from lioux) Message-Id: <200206071556.g57FuH130301@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Jun 2002 08:56:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libicq2000 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/06/07 08:56:17 PDT Modified files: net/libicq2000 Makefile Log: In -CURRENT, iomanip.h is deprecated in favor of iomanip Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/net/libicq2000/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 9: 1:54 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 EB7D537B404; Fri, 7 Jun 2002 09:01:45 -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 M2L7D3DK; Fri, 7 Jun 2002 19:03:43 +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 g57G1n322803; Fri, 7 Jun 2002 19:01:49 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D00D90A.9B67BDB0@FreeBSD.org> Date: Fri, 07 Jun 2002 19:02:18 +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: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/xscreensaver Makefile distinfo pkg-plistports/x11/xscreensaver/files patch-ab patch-driver::Makefile.inpatch-driver_Makefile.in References: <20020606134542.O4933-100000@master.gorean.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 Doug Barton wrote: > > On Thu, 6 Jun 2002, Maxim Sobolev wrote: > > > Maxim Sobolev wrote: > > > > > > Please put PLIST_SUB for nognome case back, because otherwise PLIST is > > > broken. > > Please explain why that is true, since it works perfectly fine for me as > is. This is necessary when the GNOME is detected, but isn't explicitly turned on. Unfortunately our bsd.gnome.mk is broken in this sense, because it thinks that if gnome-config script is installed then all GNOME1 desktop should be pulled in (gnome-config script is part of gnomelibs), which screws up GNOME2. I've added an ugly workarond into xscreensaver to avoid this, but it needs this PLIST_SUB. In a nutshell, just trust me - it can't cause any problems, because it is only defined in the nognome case. > > > Attached is the patch which fixes this problem and another problem > > with PLIST (webcollage-helper) > > Please see my commit message as to why this isn't valid. One other thought > did occur to me though... is gdk-pixbuf always installed for gnome users? > If so, we could put webcollage-helper in under the PLIST_SUB for gnome > stuff. Yes, it does. Actually I do not see why you don't want to just include gdk-pixbuf into the LIB_DEPENDS - this library is very slim and doesn't have any dependencies apart from usual graphics libs and gtk+. This would resolve all problems. > > as well as fixes libintl detection and enables localisation of the > > frontend. Please either commit this patch or allow me commit it. > > I'll take a look at these bits and let you know, thanks. Any news on this? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 9:12: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 7200B37B403; Fri, 7 Jun 2002 09:12:48 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57GCmB36066; Fri, 7 Jun 2002 09:12:48 -0700 (PDT) (envelope-from lioux) Message-Id: <200206071612.g57GCmB36066@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Jun 2002 09:12:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mjpegtools 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 lioux 2002/06/07 09:12:48 PDT Modified files: graphics/mjpegtools Makefile pkg-plist Log: o Add AVI support which incidently means both DiVX ;-) and DiVX4 support in i386 platforms o Bump PORTREVISION Revision Changes Path 1.2 +9 -2 ports/graphics/mjpegtools/Makefile 1.2 +3 -0 ports/graphics/mjpegtools/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 Jun 7 9:16: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 C5E8937B406; Fri, 7 Jun 2002 09:16:32 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57GGWn36422; Fri, 7 Jun 2002 09:16:32 -0700 (PDT) (envelope-from lioux) Message-Id: <200206071616.g57GGWn36422@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Jun 2002 09:16:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xsystem35 Makefile ports/audio/gogo 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/06/07 09:16:32 PDT Modified files: emulators/xsystem35 Makefile audio/gogo Makefile Log: Prefer generic nasm instead of nasm-0.98 as BUILD_DEPENDS in preparation to nasm update Approved by: maintainer (1 week timeout for simple enough change) Revision Changes Path 1.26 +2 -2 ports/audio/gogo/Makefile 1.31 +1 -1 ports/emulators/xsystem35/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 9:22: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 A642437B400; Fri, 7 Jun 2002 09:22:34 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57GMY640880; Fri, 7 Jun 2002 09:22:34 -0700 (PDT) (envelope-from lioux) Message-Id: <200206071622.g57GMY640880@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Jun 2002 09:22:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nasm 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/06/07 09:22:34 PDT Modified files: devel/nasm Makefile distinfo pkg-descr pkg-plist Log: o Update to 0.98.33 o Update WWW tag in DESCR Approved by: maintainer Revision Changes Path 1.13 +5 -3 ports/devel/nasm/Makefile 1.7 +1 -1 ports/devel/nasm/distinfo 1.4 +1 -1 ports/devel/nasm/pkg-descr 1.8 +1 -1 ports/devel/nasm/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 Jun 7 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 EE1F137B408; Fri, 7 Jun 2002 09:23:56 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57GNuL41060; Fri, 7 Jun 2002 09:23:56 -0700 (PDT) (envelope-from des) Message-Id: <200206071623.g57GNuL41060@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 09:23:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam converse.c su.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/06/07 09:23:56 PDT Modified files: en_US.ISO8859-1/articles/pam converse.c su.c Log: DBA update. Revision Changes Path 1.2 +3 -3 doc/en_US.ISO8859-1/articles/pam/converse.c 1.4 +3 -3 doc/en_US.ISO8859-1/articles/pam/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 9: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 CCB0E37B400; Fri, 7 Jun 2002 09:24:17 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57GOHg41141; Fri, 7 Jun 2002 09:24:17 -0700 (PDT) (envelope-from des) Message-Id: <200206071624.g57GOHg41141@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 09:24:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam 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 des 2002/06/07 09:24:17 PDT Modified files: en_US.ISO8859-1/articles/pam article.sgml Log: DBA update, add copyright & legal notice, minor cleanup. Revision Changes Path 1.15 +20 -19 doc/en_US.ISO8859-1/articles/pam/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 Jun 7 9:25: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 84C8037B417; Fri, 7 Jun 2002 09:25:16 -0700 (PDT) Received: (from mp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57GPG541225; Fri, 7 Jun 2002 09:25:16 -0700 (PDT) (envelope-from mp) Message-Id: <200206071625.g57GPG541225@freefall.freebsd.org> From: Mark Peek Date: Fri, 7 Jun 2002 09:25:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb52 Makefile ports/devel/gdb52/files patch-gdb_config_i386_tm-fbsd.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 mp 2002/06/07 09:25:16 PDT Modified files: devel/gdb52 Makefile devel/gdb52/files patch-gdb_config_i386_tm-fbsd.h Log: Fix internal assertion error. Noticed by: Jun Kuriyama Revision Changes Path 1.11 +1 -1 ports/devel/gdb52/Makefile 1.2 +2 -4 ports/devel/gdb52/files/patch-gdb_config_i386_tm-fbsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 9: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 344D937B401; Fri, 7 Jun 2002 09:26:16 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57GQG641372; Fri, 7 Jun 2002 09:26:16 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206071626.g57GQG641372@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jun 2002 09:26:16 -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 sobomax 2002/06/07 09:26:16 PDT Modified files: textproc/intltool Makefile distinfo Log: Update to 0.22. Revision Changes Path 1.17 +1 -1 ports/textproc/intltool/Makefile 1.13 +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 Fri Jun 7 9:38:25 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 671BB37B405 for ; Fri, 7 Jun 2002 09:38:20 -0700 (PDT) Received: (qmail 11088 invoked from network); 7 Jun 2002 16:38:19 -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 ; 7 Jun 2002 16:38:19 -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 g57GcIF66016; Fri, 7 Jun 2002 12:38:18 -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: <20020607.095516.116907129.imp@village.org> Date: Fri, 07 Jun 2002 12:38:11 -0400 (EDT) From: John Baldwin To: "M. Warner Losh" Subject: Re: cvs commit: src/sys/kern kern_sig.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, dwmalone@maths.tcd.ie Sender: owner-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 07-Jun-2002 M. Warner Losh wrote: > In message: > John Baldwin writes: >: You mean the SIGXCPU that is commented out in mi_switch()? It will >: be turned back on when I or someone else figures out how to do it >: safely. :) > > I thought that was commented out due to a bug where time would go > backwards every so often, causing there to be 2^32 or so time to be > charged to the process, which put it over the limit. It's commented out because of locking problems. mi_switch() is often called with p_stat set to something else like SSLEEP or what not. If we block on the proc lock to do the psignal, then when we finally get the lock p_stat will be SRUN. We might be able to do the check at the very end of mi_switch() though. > Warner -- 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 Jun 7 9:55:18 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 15F1237B404; Fri, 7 Jun 2002 09:55:10 -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 g57GsfY79563; Fri, 7 Jun 2002 10:54:41 -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 g57GsbG99947; Fri, 7 Jun 2002 10:54:40 -0600 (MDT) (envelope-from imp@village.org) Date: Fri, 07 Jun 2002 10:54:17 -0600 (MDT) Message-Id: <20020607.105417.122245999.imp@village.org> To: jhb@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, dwmalone@maths.tcd.ie Subject: Re: cvs commit: src/sys/kern kern_sig.c From: "M. Warner Losh" In-Reply-To: References: <20020607.095516.116907129.imp@village.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: John Baldwin writes: : : On 07-Jun-2002 M. Warner Losh wrote: : > In message: : > John Baldwin writes: : >: You mean the SIGXCPU that is commented out in mi_switch()? It will : >: be turned back on when I or someone else figures out how to do it : >: safely. :) : > : > I thought that was commented out due to a bug where time would go : > backwards every so often, causing there to be 2^32 or so time to be : > charged to the process, which put it over the limit. : : It's commented out because of locking problems. mi_switch() is often : called with p_stat set to something else like SSLEEP or what not. If : we block on the proc lock to do the psignal, then when we finally get : the lock p_stat will be SRUN. We might be able to do the check at the : very end of mi_switch() though. OK. I was getting confused between this bug and an older, timecounter bug from 2.2.x Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 10:20: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 4533C37B405; Fri, 7 Jun 2002 10:20:18 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57HKIH52102; Fri, 7 Jun 2002 10:20:18 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206071720.g57HKIH52102@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 7 Jun 2002 10:20:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/vrflash 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 dinoex 2002/06/07 10:20:18 PDT Modified files: comms/vrflash Makefile Log: repllace inactive MASTER_SITE Revision Changes Path 1.5 +2 -1 ports/comms/vrflash/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 10:25: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 AB62C37B400; Fri, 7 Jun 2002 10:25:19 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57HPJg52603; Fri, 7 Jun 2002 10:25:19 -0700 (PDT) (envelope-from ume) Message-Id: <200206071725.g57HPJg52603@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 7 Jun 2002 10:25:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil realhostname.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/06/07 10:25:19 PDT Modified files: lib/libutil realhostname.c Log: Return HOSTNAME_INVALIDADDR when reverse lookup is fail. Submitted by: Sergey Zorin Revision Changes Path 1.15 +1 -1 src/lib/libutil/realhostname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 10:30:43 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 F356E37B413 for ; Fri, 7 Jun 2002 10:30:24 -0700 (PDT) Received: (qmail 4142 invoked from network); 7 Jun 2002 17:30:23 -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 ; 7 Jun 2002 17:30:23 -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 g57HULF66169; Fri, 7 Jun 2002 13:30:21 -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: Fri, 07 Jun 2002 13:30:14 -0400 (EDT) From: John Baldwin To: John Baldwin Subject: Re: cvs commit: src/sys/kern subr_witness.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Mike Makonnen Sender: owner-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 07-Jun-2002 John Baldwin wrote: > > On 07-Jun-2002 Mike Makonnen wrote: >> On Thu, 06 Jun 2002 15:10:02 -0400 (EDT) >> John Baldwin wrote: >> >>> This should at least help if not fully address the witness_get: >> exhausted problems> reported by Kris, Hiten, and others. If the folks >> having this problem could test> witness out with this patch and let me >> know if it does better, I would appreciate> it. >>> >> >> Well, somewhat. The witness_get:exhausted messages now appear later in >> the boot process. > > Ok, I'll work on a sane (right now it spams the console too much) patch for > you to try and figure out what locks are giving you fits. Can you drop > into ddb, do a 'show witness' and verify that you have several (dead) > witness entries? The patch in question is at www.freebsd.org/~jhb/patches/witness.patch It will print out message to the console 'dead witness: foo' where foo is the lock category name when witness objects die (though only the first time that a given object dies). If you see the same witness die multiple times let me know. The only witness I've seen die so far in general use is the pipe mutex witness object. -- 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 Jun 7 10: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 AB58E37B407; Fri, 7 Jun 2002 10:34:38 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57HYcF53736; Fri, 7 Jun 2002 10:34:38 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206071734.g57HYcF53736@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 7 Jun 2002 10:34:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnustep Makefile ports/devel/gnustep-make Makefile ports/lang/gnustep-base Makefile ports/lang/gnustep-guile Makefile ports/lang/gnustep-objc Makefile ports/mail/gnumail Makefile ports/mail/pantomime 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 dinoex 2002/06/07 10:34:38 PDT Modified files: devel/gnustep Makefile devel/gnustep-make Makefile lang/gnustep-base Makefile lang/gnustep-guile Makefile lang/gnustep-objc Makefile mail/gnumail Makefile mail/pantomime Makefile x11-toolkits/gnustep-gui Makefile x11-toolkits/gnustep-xgps Makefile x11-toolkits/gtoolkit Makefile Log: - Take Maintainership - use defined dirs consistently in each makefile Revision Changes Path 1.23 +1 -1 ports/devel/gnustep-make/Makefile 1.26 +1 -1 ports/devel/gnustep/Makefile 1.24 +5 -5 ports/lang/gnustep-base/Makefile 1.21 +4 -4 ports/lang/gnustep-guile/Makefile 1.24 +1 -1 ports/lang/gnustep-objc/Makefile 1.8 +1 -1 ports/mail/gnumail/Makefile 1.6 +1 -1 ports/mail/pantomime/Makefile 1.26 +6 -4 ports/x11-toolkits/gnustep-gui/Makefile 1.23 +6 -4 ports/x11-toolkits/gnustep-xgps/Makefile 1.3 +1 -1 ports/x11-toolkits/gtoolkit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 10: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 6509537B403; Fri, 7 Jun 2002 10:40:55 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Hetl54665; Fri, 7 Jun 2002 10:40:55 -0700 (PDT) (envelope-from jedgar) Message-Id: <200206071740.g57Hetl54665@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 7 Jun 2002 10:40:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/pxtools Makefile distinfo ports/databases/pxtools/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 jedgar 2002/06/07 10:40:55 PDT Modified files: databases/pxtools Makefile distinfo databases/pxtools/files patch-aa Log: Update port to 0.0.16 Update MASTER_SITES Revision Changes Path 1.7 +3 -3 ports/databases/pxtools/Makefile 1.6 +1 -1 ports/databases/pxtools/distinfo 1.5 +6 -6 ports/databases/pxtools/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 Fri Jun 7 10:43: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 BF09437B404; Fri, 7 Jun 2002 10:43:55 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Hht055205; Fri, 7 Jun 2002 10:43:55 -0700 (PDT) (envelope-from petef) Message-Id: <200206071743.g57Hht055205@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 10:43:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/acroread4 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/06/07 10:43:55 PDT Modified files: print/acroread4 Makefile Log: Installation will fail if Linux strip is not found, allow the install to go on if that happens. (same fix applied to the acroread5 port a week ago). PR: 38660 Submitted by: Oliver Braun Approved by: maintainer timeout Revision Changes Path 1.33 +1 -1 ports/print/acroread4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 10:46: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 81DE237B400; Fri, 7 Jun 2002 10:46:40 -0700 (PDT) Received: (from schweikh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57HkeE55476; Fri, 7 Jun 2002 10:46:40 -0700 (PDT) (envelope-from schweikh) Message-Id: <200206071746.g57HkeE55476@freefall.freebsd.org> From: Jens Schweikhardt Date: Fri, 7 Jun 2002 10:46:40 -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 schweikh 2002/06/07 10:46:40 PDT Modified files: en index.xsl Log: Add DVD-ROM to the list of possible install media. Revision Changes Path 1.24 +3 -3 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 Fri Jun 7 10:48: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 2D3F337B405; Fri, 7 Jun 2002 10:48:47 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Hmln55591; Fri, 7 Jun 2002 10:48:47 -0700 (PDT) (envelope-from petef) Message-Id: <200206071748.g57Hmln55591@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 10:48:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/aish/files patch-ai_unix.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 petef 2002/06/07 10:48:47 PDT Added files: converters/aish/files patch-ai_unix.c Log: Fix build on -current. Submitted by: bento Revision Changes Path 1.1 +13 -0 ports/converters/aish/files/patch-ai_unix.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 Jun 7 10:50: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 00C7337B401; Fri, 7 Jun 2002 10:50: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 g57HoWJn024997; Fri, 7 Jun 2002 10:50: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 g57HoTr9024980; Fri, 7 Jun 2002 10:50:29 -0700 (PDT) Date: Fri, 7 Jun 2002 10:50:29 -0700 From: "David O'Brien" To: Doug Barton Cc: "J. Mallett" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@csociety.org Subject: Re: cvs commit: src/usr.bin/stat - Imported sources Message-ID: <20020607105029.A23604@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Doug Barton , "J. Mallett" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@csociety.org References: <20020606130654.A50093@FreeBSD.ORG> <20020606134350.J4933-100000@master.gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020606134350.J4933-100000@master.gorean.org>; from DougB@FreeBSD.org on Thu, Jun 06, 2002 at 01:45:30PM -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, Jun 06, 2002 at 01:45:30PM -0700, Doug Barton wrote: > Right-o. They don't change it very often, so I don't think there is any > reason not to take it off the vendor branch if we want to tweak it. > Someone else already mentioned that import might not have been the right > tack for this, so I've already mailed cvs@ asking for their assistance. Import is the right tack. You want to make FreeBSD changes, but maybe 1-2 years from now sync up NetBSD's changes with ours. Using CVS's merge facilities is easier than doing it by hand. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 10:55: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 F282537B4DD; Fri, 7 Jun 2002 10:52:42 -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 g57HqYJn025025; Fri, 7 Jun 2002 10:52:34 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g57HqYPY025024; Fri, 7 Jun 2002 10:52:34 -0700 (PDT) Date: Fri, 7 Jun 2002 10:52:34 -0700 From: "David O'Brien" To: Mike Barcroft Cc: "J. Mallett" , Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@csociety.org Subject: Re: cvs commit: src/usr.bin/stat - Imported sources Message-ID: <20020607105234.B23604@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Mike Barcroft , "J. Mallett" , Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@csociety.org References: <20020606130654.A50093@FreeBSD.ORG> <20020606134350.J4933-100000@master.gorean.org> <20020606134844.A57847@FreeBSD.ORG> <20020606214351.C38218@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020606214351.C38218@espresso.q9media.com>; from mike@FreeBSD.org on Thu, Jun 06, 2002 at 09:43:51PM -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, Jun 06, 2002 at 09:43:51PM -0400, Mike Barcroft wrote: > If we do intend to immediately bring something off the vendor branch, > it is best to just cvs add it. No it isn't. You aren't considering that people wanting to work on our stat(1) might want to easily refer to the NetBSD code. I do diffs from vendor branch to our hacks all the time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 10:56: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 D0B2737B6D8; Fri, 7 Jun 2002 10:56:10 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57HuAO56698; Fri, 7 Jun 2002 10:56:10 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206071756.g57HuAO56698@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 7 Jun 2002 10:56:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtoolkit 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 dinoex 2002/06/07 10:56:10 PDT Modified files: x11-toolkits/gtoolkit Makefile distinfo Log: - Update to gtoolkit-0.9.5 Revision Changes Path 1.4 +1 -1 ports/x11-toolkits/gtoolkit/Makefile 1.2 +1 -1 ports/x11-toolkits/gtoolkit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 11:21:49 2002 Delivered-To: cvs-all@freebsd.org Received: from gateway.posi.net (12-236-90-177.client.attbi.com [12.236.90.177]) by hub.freebsd.org (Postfix) with ESMTP id 6538537B411; Fri, 7 Jun 2002 11:21:45 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by gateway.posi.net (8.12.3/8.12.3) with ESMTP id g57ILiM7044573; Fri, 7 Jun 2002 11:21:44 -0700 (PDT) (envelope-from kbyanc@posi.net) Date: Fri, 7 Jun 2002 11:21:44 -0700 (PDT) From: Kelly Yancey To: John Baldwin Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/conf NOTES options src/sys/kern kern_ktrace.c src/sys/sys ktrace.h In-Reply-To: <200206070532.g575WxX15183@freefall.freebsd.org> Message-ID: <20020607112019.T44230-100000@gateway.posi.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 On Thu, 6 Jun 2002, John Baldwin wrote: > jhb 2002/06/06 22:32:59 PDT > > Modified files: > sys/conf NOTES options > sys/kern kern_ktrace.c > sys/sys ktrace.h > Log: > Overhaul the ktrace subsystem a bit. For the most part, the actual vnode > operations to dump a ktrace event out to an output file are now handled > asychronously by a ktrace worker thread. This enables most ktrace events > to not need Giant once p_tracep and p_traceflag are suitably protected by > the new ktrace_lock. > [ snip ] Wow, besides being cool work, the commit message alone is awe-inspiring. :) Kelly -- Kelly Yancey -- kbyanc@{posi.net,FreeBSD.org} Visit the BSD driver database: http://www.posi.net/freebsd/drivers/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 11:23: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 A02A537B403; Fri, 7 Jun 2002 11:23:52 -0700 (PDT) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57INqD63860; Fri, 7 Jun 2002 11:23:52 -0700 (PDT) (envelope-from kbyanc) Message-Id: <200206071823.g57INqD63860@freefall.freebsd.org> From: Kelly Yancey Date: Fri, 7 Jun 2002 11:23:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/nqc Makefile distinfo ports/lang/nqc/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 kbyanc 2002/06/07 11:23:52 PDT Modified files: lang/nqc Makefile distinfo lang/nqc/files patch-aa Log: Upgrade nqc to version 2.4.r3. Revision Changes Path 1.9 +5 -2 ports/lang/nqc/Makefile 1.7 +1 -1 ports/lang/nqc/distinfo 1.5 +35 -35 ports/lang/nqc/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 Fri Jun 7 11:34: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 7D29537B408; Fri, 7 Jun 2002 11:34:23 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57IYNv64891; Fri, 7 Jun 2002 11:34:23 -0700 (PDT) (envelope-from alc) Message-Id: <200206071834.g57IYNv64891@freefall.freebsd.org> From: Alan Cox Date: Fri, 7 Jun 2002 11:34:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_map.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 alc 2002/06/07 11:34:23 PDT Modified files: sys/vm vm_map.c vm_map.h Log: o Add vm_map_unwire() for unwiring contiguous regions of either kernel or user vm_maps. In accordance with the standards for munlock(2), and in contrast to vm_map_user_pageable(), this implementation does not allow holes in the specified region. This implementation uses the "in transition" flag described below. o Introduce a new flag, "in transition," to the vm_map_entry. Eventually, vm_map_delete() and vm_map_simplify_entry() will respect this flag by deallocating in-transition vm_map_entrys, allowing the vm_map lock to be safely released in vm_map_unwire() and (the forthcoming) vm_map_wire(). o Modify vm_map_simplify_entry() to respect the in-transition flag. In collaboration with: tegge Revision Changes Path 1.243 +163 -1 src/sys/vm/vm_map.c 1.85 +4 -0 src/sys/vm/vm_map.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 11:37:56 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 476E537B403; Fri, 7 Jun 2002 11:37:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 0A6874A9AF; Fri, 7 Jun 2002 13:37:48 -0500 (CDT) Received: by cs.rice.edu (Postfix, from userid 19572) id 83ECE4A9AE; Fri, 7 Jun 2002 13:37:47 -0500 (CDT) Date: Fri, 7 Jun 2002 13:37:47 -0500 From: Alan Cox To: Alan Cox Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_map.c vm_map.h Message-ID: <20020607183747.GA18035@cs.rice.edu> References: <200206071834.g57IYNv64891@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206071834.g57IYNv64891@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 Fri, Jun 07, 2002 at 11:34:23AM -0700, Alan Cox wrote: > alc 2002/06/07 11:34:23 PDT > > Modified files: > sys/vm vm_map.c vm_map.h > Log: > o Add vm_map_unwire() for unwiring contiguous regions of either kernel > or user vm_maps. In accordance with the standards for munlock(2), > and in contrast to vm_map_user_pageable(), this implementation does not > allow holes in the specified region. This implementation uses the > "in transition" flag described below. > o Introduce a new flag, "in transition," to the vm_map_entry. > Eventually, vm_map_delete() and vm_map_simplify_entry() will respect not > this flag by deallocating in-transition vm_map_entrys, allowing ^ > the vm_map lock to be safely released in vm_map_unwire() and (the > forthcoming) vm_map_wire(). > o Modify vm_map_simplify_entry() to respect the in-transition flag. > > In collaboration with: tegge > > Revision Changes Path > 1.243 +163 -1 src/sys/vm/vm_map.c > 1.85 +4 -0 src/sys/vm/vm_map.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 11:42:22 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 C0E9637B447; Fri, 7 Jun 2002 11:41:33 -0700 (PDT) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g57IdYb08037; Fri, 7 Jun 2002 14:39:34 -0400 (EDT) (envelope-from mike) Date: Fri, 7 Jun 2002 14:39:34 -0400 From: Mike Barcroft To: "David O'Brien" Cc: "J. Mallett" , Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@csociety.org Subject: Re: cvs commit: src/usr.bin/stat - Imported sources Message-ID: <20020607143934.E38218@espresso.q9media.com> References: <20020606130654.A50093@FreeBSD.ORG> <20020606134350.J4933-100000@master.gorean.org> <20020606134844.A57847@FreeBSD.ORG> <20020606214351.C38218@espresso.q9media.com> <20020607105234.B23604@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020607105234.B23604@dragon.nuxi.com>; from obrien@FreeBSD.org on Fri, Jun 07, 2002 at 10:52:34AM -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 David O'Brien writes: > On Thu, Jun 06, 2002 at 09:43:51PM -0400, Mike Barcroft wrote: > > If we do intend to immediately bring something off the vendor branch, > > it is best to just cvs add it. > > No it isn't. You aren't considering that people wanting to work on our > stat(1) might want to easily refer to the NetBSD code. I do diffs from > vendor branch to our hacks all the time. What I mean is that the operation should be a `cvs add' of the vendor code, rather than a `cvs import'. Is this incorrect? 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 Jun 7 11:45: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 1A27537B4E7; Fri, 7 Jun 2002 11:44:51 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Iiol65979; Fri, 7 Jun 2002 11:44:51 -0700 (PDT) (envelope-from lioux) Message-Id: <200206071844.g57Iiol65979@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Jun 2002 11:44:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.gnome.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 lioux 2002/06/07 11:44:50 PDT Modified files: Mk bsd.gnome.mk Log: Have GNOME extensions concatenate at end of PKGNAMESUFFIX instead of overwriting it Approved by: sobomax (portmgr hat) Revision Changes Path 1.14 +21 -1 ports/Mk/bsd.gnome.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 11:52:35 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 B3FD437B404; Fri, 7 Jun 2002 11:52:24 -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 g57IqLJn044453; Fri, 7 Jun 2002 11:52:22 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g57IqIuV044452; Fri, 7 Jun 2002 11:52:18 -0700 (PDT) Date: Fri, 7 Jun 2002 11:52:18 -0700 From: "David O'Brien" To: Mike Barcroft Cc: "J. Mallett" , Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@csociety.org Subject: Re: cvs commit: src/usr.bin/stat - Imported sources Message-ID: <20020607115218.F25393@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Mike Barcroft , "J. Mallett" , Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@csociety.org References: <20020606130654.A50093@FreeBSD.ORG> <20020606134350.J4933-100000@master.gorean.org> <20020606134844.A57847@FreeBSD.ORG> <20020606214351.C38218@espresso.q9media.com> <20020607105234.B23604@dragon.nuxi.com> <20020607143934.E38218@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020607143934.E38218@espresso.q9media.com>; from mike@FreeBSD.org on Fri, Jun 07, 2002 at 02:39:34PM -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 Fri, Jun 07, 2002 at 02:39:34PM -0400, Mike Barcroft wrote: > David O'Brien writes: > > On Thu, Jun 06, 2002 at 09:43:51PM -0400, Mike Barcroft wrote: > > > If we do intend to immediately bring something off the vendor branch, > > > it is best to just cvs add it. > > > > No it isn't. You aren't considering that people wanting to work on our > > stat(1) might want to easily refer to the NetBSD code. I do diffs from > > vendor branch to our hacks all the time. > > What I mean is that the operation should be a `cvs add' of the vendor > code, rather than a `cvs import'. Is this incorrect? IMO, yes it is incorrect. By doing a `cvs add' you have no diff point (well you do by using "-r 1.1"). But you will not have one after the next sync with the vendor code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 11:55: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 2A1F337B405; Fri, 7 Jun 2002 11:55:43 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Ithx67035; Fri, 7 Jun 2002 11:55:43 -0700 (PDT) (envelope-from obrien) Message-Id: <200206071855.g57Ithx67035@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jun 2002 11:55:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/perl 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/06/07 11:55:42 PDT Modified files: usr.bin/perl Makefile Log: Install a "perl5.6.1" wrapper. I think this is going too far as now /usr/src has to carefully watch the Perl port to keep this in sync. But this is the only way I am allowed to fix the mozzila build (and other USE_PERL5 ports). Revision Changes Path 1.5 +1 -0 src/usr.bin/perl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 12: 0: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by hub.freebsd.org (Postfix) with ESMTP id 026B637B405 for ; Fri, 7 Jun 2002 12:00:02 -0700 (PDT) Received: from 200-193-225-243-bsace7003.dsl.telebrasilia.net.br (200-193-225-243-bsace7003.dsl.telebrasilia.net.br [200.193.225.243]) by heaven.gigo.com (Postfix) with ESMTP id 620B2B93C for ; Fri, 7 Jun 2002 12:00:01 -0700 (PDT) Received: (qmail 11137 invoked by uid 1001); 7 Jun 2002 18:59:40 -0000 Message-ID: <20020607185940.11136.qmail@exxodus.fedaykin.here> Date: Fri, 7 Jun 2002 15:59:18 -0300 From: Mario Sergio Fujikawa Ferreira To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.gnome.mk References: <200206071844.g57Iiol65979@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: <200206071844.g57Iiol65979@freefall.freebsd.org>; from lioux@FreeBSD.org on Fri, Jun 07, 2002 at 11:44:28AM -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 Fri, Jun 07, 2002 at 11:44:28AM -0700, Mario Sergio Fujikawa Ferreira wrote: > lioux 2002/06/07 11:44:50 PDT > > Modified files: > Mk bsd.gnome.mk > Log: > Have GNOME extensions concatenate at end of PKGNAMESUFFIX instead > of overwriting it > > Approved by: sobomax (portmgr hat) Approved by: sobomax (gnome hat) No sense in mixing powers to be. :) * sense beaten into me by sobomax -- 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 Fri Jun 7 12: 0:52 2002 Delivered-To: cvs-all@freebsd.org Received: from 12-234-22-238.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by hub.freebsd.org (Postfix) with ESMTP id 1574F37B411; Fri, 7 Jun 2002 12:00:11 -0700 (PDT) Received: from master.gorean.org (master.gorean.org [10.0.0.2]) by 12-234-22-238.client.attbi.com (8.12.3/8.12.3) with ESMTP id g57J08XN057905; Fri, 7 Jun 2002 12:00:09 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from localhost (doug@localhost) by master.gorean.org (8.12.3/8.12.3/Submit) with ESMTP id g57J08B5008081; Fri, 7 Jun 2002 12:00:08 -0700 (PDT) Date: Fri, 7 Jun 2002 12:00:08 -0700 (PDT) From: Doug Barton To: "David O'Brien" Cc: Mike Barcroft , "J. Mallett" , , , Subject: Re: cvs commit: src/usr.bin/stat - Imported sources In-Reply-To: <20020607105234.B23604@dragon.nuxi.com> Message-ID: <20020607115848.C8008-100000@master.gorean.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 Fri, 7 Jun 2002, David O'Brien wrote: > On Thu, Jun 06, 2002 at 09:43:51PM -0400, Mike Barcroft wrote: > > If we do intend to immediately bring something off the vendor branch, > > it is best to just cvs add it. > > No it isn't. You aren't considering that people wanting to work on our > stat(1) might want to easily refer to the NetBSD code. I do diffs from > vendor branch to our hacks all the time. Thanks... I had this vaguely in mind at the time, but couldn't express myself well on the topic when pressed. Learning... -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 12: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 31AAC37B408; Fri, 7 Jun 2002 12:11:54 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57JBsg73019; Fri, 7 Jun 2002 12:11:54 -0700 (PDT) (envelope-from lioux) Message-Id: <200206071911.g57JBsg73019@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Jun 2002 12:11:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/downloader Makefile distinfo pkg-plist ports/ftp/downloader/files patch-DOC:Makefile.in patch-main: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 lioux 2002/06/07 12:11:54 PDT Modified files: ftp/downloader Makefile distinfo pkg-plist Removed files: ftp/downloader/files patch-DOC:Makefile.in patch-main:Makefile.in Log: o Update to 2.01 o Uphold NOPORTDOCS o Remove patches turned into perl regexp PR: 38996 Submitted by: KATO Tsuguru Revision Changes Path 1.33 +26 -12 ports/ftp/downloader/Makefile 1.24 +1 -1 ports/ftp/downloader/distinfo 1.2 +0 -20 ports/ftp/downloader/files/patch-DOC:Makefile.in (dead) 1.2 +0 -11 ports/ftp/downloader/files/patch-main:Makefile.in (dead) 1.19 +26 -25 ports/ftp/downloader/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 Jun 7 12:14: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 DB61A37B401; Fri, 7 Jun 2002 12:14:43 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57JEh373457; Fri, 7 Jun 2002 12:14:43 -0700 (PDT) (envelope-from tobez) Message-Id: <200206071914.g57JEh373457@freefall.freebsd.org> From: Anton Berezin Date: Fri, 7 Jun 2002 12:14:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBD-CSV 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 tobez 2002/06/07 12:14:43 PDT Modified files: databases/p5-DBD-CSV Makefile distinfo Log: Update to 0.2002, let submitter be the maintainer. PR: 38890 Submiteed by: Erwin Lansing Revision Changes Path 1.10 +2 -2 ports/databases/p5-DBD-CSV/Makefile 1.5 +1 -1 ports/databases/p5-DBD-CSV/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 12:29: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 F360737B400; Fri, 7 Jun 2002 12:29:04 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57JT4374923; Fri, 7 Jun 2002 12:29:04 -0700 (PDT) (envelope-from fenner) Message-Id: <200206071929.g57JT4374923@freefall.freebsd.org> From: Bill Fenner Date: Fri, 7 Jun 2002 12:29:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/an 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 fenner 2002/06/07 12:29:04 PDT Modified files: games/an Makefile Log: Julian disclaims MAINTAINERship. Revision Changes Path 1.4 +2 -2 ports/games/an/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 12:40: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 9E53537B40C; Fri, 7 Jun 2002 12:40:23 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57JeN676022; Fri, 7 Jun 2002 12:40:23 -0700 (PDT) (envelope-from clive) Message-Id: <200206071940.g57JeN676022@freefall.freebsd.org> From: Clive Lin Date: Fri, 7 Jun 2002 12:40:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qkmj 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 clive 2002/06/07 12:40:23 PDT Modified files: games/qkmj Makefile distinfo pkg-plist Log: Upgrade to qkmj95p5. Revision Changes Path 1.6 +9 -5 ports/games/qkmj/Makefile 1.2 +1 -1 ports/games/qkmj/distinfo 1.2 +1 -1 ports/games/qkmj/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 Jun 7 12: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 6D9AE37B47D; Fri, 7 Jun 2002 12:41:31 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57JfVh76602; Fri, 7 Jun 2002 12:41:31 -0700 (PDT) (envelope-from tobez) Message-Id: <200206071941.g57JfVh76602@freefall.freebsd.org> From: Anton Berezin Date: Fri, 7 Jun 2002 12:41:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-WWW-Search 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 tobez 2002/06/07 12:41:31 PDT Modified files: www/p5-WWW-Search Makefile distinfo pkg-descr pkg-plist Log: Update to 2.34. Submitted by: maintainer PR: 38980 Revision Changes Path 1.26 +1 -1 ports/www/p5-WWW-Search/Makefile 1.13 +1 -1 ports/www/p5-WWW-Search/distinfo 1.2 +2 -0 ports/www/p5-WWW-Search/pkg-descr 1.12 +1 -0 ports/www/p5-WWW-Search/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 Jun 7 12:42: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 27AFF37B405; Fri, 7 Jun 2002 12:42:23 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57JgNc76821; Fri, 7 Jun 2002 12:42:23 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206071942.g57JgNc76821@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jun 2002 12:42:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit Makefile distinfo ports/devel/ORBit/files patch-ae patch-libIDL::configure patch-libIDL::ltmain.sh patch-ltmain.sh patch-popt::configure patch-popt::ltmain.sh patch-src::ORBitutil::orbit-os-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 sobomax 2002/06/07 12:42:22 PDT Modified files: devel/ORBit Makefile distinfo devel/ORBit/files patch-ae Added files: devel/ORBit/files patch-libIDL::configure patch-popt::configure patch-src::ORBitutil::orbit-os-config.h Removed files: devel/ORBit/files patch-libIDL::ltmain.sh patch-ltmain.sh patch-popt::ltmain.sh Log: Update to 0.5.17. Revision Changes Path 1.65 +3 -2 ports/devel/ORBit/Makefile 1.26 +1 -1 ports/devel/ORBit/distinfo 1.9 +17 -9 ports/devel/ORBit/files/patch-ae 1.1 +13 -0 ports/devel/ORBit/files/patch-libIDL::configure (new) 1.6 +0 -38 ports/devel/ORBit/files/patch-libIDL::ltmain.sh (dead) 1.8 +0 -38 ports/devel/ORBit/files/patch-ltmain.sh (dead) 1.1 +13 -0 ports/devel/ORBit/files/patch-popt::configure (new) 1.4 +0 -28 ports/devel/ORBit/files/patch-popt::ltmain.sh (dead) 1.1 +14 -0 ports/devel/ORBit/files/patch-src::ORBitutil::orbit-os-config.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 Jun 7 12:44: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 69D5637B406; Fri, 7 Jun 2002 12:44:45 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Jij877053; Fri, 7 Jun 2002 12:44:45 -0700 (PDT) (envelope-from petef) Message-Id: <200206071944.g57Jij877053@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 12:44:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/sgf2tex 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/06/07 12:44:45 PDT Modified files: print/sgf2tex pkg-descr Log: Update WWW: tag. PR: 39004 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/print/sgf2tex/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 Jun 7 12:56: 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 8A74A37B409; Fri, 7 Jun 2002 12:55:57 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57JtvM78244; Fri, 7 Jun 2002 12:55:57 -0700 (PDT) (envelope-from clive) Message-Id: <200206071955.g57JtvM78244@freefall.freebsd.org> From: Clive Lin Date: Fri, 7 Jun 2002 12:55:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qkmj 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 clive 2002/06/07 12:55:57 PDT Modified files: games/qkmj Makefile pkg-plist Log: o Correct dependency. o QKMJ support TERM=vt100 only. In this version, at the first time it starts, wrong TERM will create bogus ~/.terminfo. Try my best to avoid this. Revision Changes Path 1.7 +5 -3 ports/games/qkmj/Makefile 1.3 +1 -1 ports/games/qkmj/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 Jun 7 12: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 0CED737B40A; Fri, 7 Jun 2002 12:56:21 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57JuLo78336; Fri, 7 Jun 2002 12:56:21 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206071956.g57JuLo78336@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 7 Jun 2002 12:56:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/rosegarden 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/06/07 12:56:20 PDT Modified files: audio/rosegarden pkg-descr Log: update WWW Revision Changes Path 1.4 +1 -1 ports/audio/rosegarden/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 Jun 7 12: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 CE6B437B400; Fri, 7 Jun 2002 12:56:49 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Junn78473; Fri, 7 Jun 2002 12:56:49 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206071956.g57Junn78473@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jun 2002 12:56:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnumeric Makefile distinfo pkg-plist ports/math/gnumeric/files patch-aa patch-doc::gnumeric-doc.make patch-doc::sgmldocs.make 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/06/07 12:56:49 PDT Modified files: math/gnumeric Makefile distinfo pkg-plist math/gnumeric/files patch-aa Added files: math/gnumeric/files patch-doc::gnumeric-doc.make patch-doc::sgmldocs.make Removed files: math/gnumeric/files patch-ltmain.sh Log: Update to 1.0.7. Revision Changes Path 1.87 +2 -2 ports/math/gnumeric/Makefile 1.47 +1 -1 ports/math/gnumeric/distinfo 1.28 +12 -4 ports/math/gnumeric/files/patch-aa 1.1 +14 -0 ports/math/gnumeric/files/patch-doc::gnumeric-doc.make (new) 1.1 +14 -0 ports/math/gnumeric/files/patch-doc::sgmldocs.make (new) 1.4 +0 -37 ports/math/gnumeric/files/patch-ltmain.sh (dead) 1.45 +443 -494 ports/math/gnumeric/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 Jun 7 12:58: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 A358E37B406; Fri, 7 Jun 2002 12:58:16 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57JwGH78638; Fri, 7 Jun 2002 12:58:16 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206071958.g57JwGH78638@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 7 Jun 2002 12:58:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/hexcurse 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/06/07 12:58:16 PDT Modified files: editors/hexcurse Makefile distinfo Log: upgrade to 1.54 Revision Changes Path 1.7 +1 -1 ports/editors/hexcurse/Makefile 1.7 +1 -1 ports/editors/hexcurse/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 13:17: 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 54B1B37B401; Fri, 7 Jun 2002 13:17:01 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57KH1A85008; Fri, 7 Jun 2002 13:17:01 -0700 (PDT) (envelope-from petef) Message-Id: <200206072017.g57KH1A85008@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 13:17:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/tircproxy Makefile pkg-plist ports/irc/tircproxy/files patch-ad ports/irc/tircproxy/scripts pre-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/06/07 13:17:01 PDT Modified files: irc/tircproxy Makefile pkg-plist irc/tircproxy/files patch-ad Removed files: irc/tircproxy/scripts pre-configure Log: - reset maintainership to ports@ (the current maintainer says he has no access to FreeBSD machines to help maintain the port) - use DOCSDIR - support NOOPORTDOCS properly - fix a patch to correctly support transparent mode - remove pre-configure script (this breaks the build on bento) - bump PORTREVISION PR: 38922 Submitted by: Michael Nottebrock Revision Changes Path 1.6 +5 -5 ports/irc/tircproxy/Makefile 1.2 +43 -59 ports/irc/tircproxy/files/patch-ad 1.2 +2 -2 ports/irc/tircproxy/pkg-plist 1.2 +0 -13 ports/irc/tircproxy/scripts/pre-configure (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 13:22: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 A134037B401; Fri, 7 Jun 2002 13:22:29 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57KMT886437; Fri, 7 Jun 2002 13:22:29 -0700 (PDT) (envelope-from tobez) Message-Id: <200206072022.g57KMT886437@freefall.freebsd.org> From: Anton Berezin Date: Fri, 7 Jun 2002 13:22:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-WWW-Automate 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 tobez 2002/06/07 13:22:29 PDT Modified files: www Makefile Added files: www/p5-WWW-Automate Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add WWW::Automate, a perl5 module to automate interaction with websites. Revision Changes Path 1.506 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/p5-WWW-Automate/Makefile (new) 1.1 +1 -0 ports/www/p5-WWW-Automate/distinfo (new) 1.1 +1 -0 ports/www/p5-WWW-Automate/pkg-comment (new) 1.1 +12 -0 ports/www/p5-WWW-Automate/pkg-descr (new) 1.1 +5 -0 ports/www/p5-WWW-Automate/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 Jun 7 13:22: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 6A73B37B417; Fri, 7 Jun 2002 13:22:34 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57KMYp86471; Fri, 7 Jun 2002 13:22:34 -0700 (PDT) (envelope-from tobez) Message-Id: <200206072022.g57KMYp86471@freefall.freebsd.org> From: Anton Berezin Date: Fri, 7 Jun 2002 13:22:34 -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 tobez 2002/06/07 13:22:34 PDT Modified files: . modules Log: p5-WWW-Automate --> ports/www/p5-WWW-Automate Revision Changes Path 1.5299 +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 Jun 7 13: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 E90E437B404; Fri, 7 Jun 2002 13:23:44 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57KNiO86628; Fri, 7 Jun 2002 13:23:44 -0700 (PDT) (envelope-from obrien) Message-Id: <200206072023.g57KNiO86628@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jun 2002 13:23:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.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 obrien 2002/06/07 13:23:44 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_usrreq.c Log: IPfiler has problems with its keep state when the windows size is 64k. So reduce it to 57k for now. It should remain 64k in -CURRENT so we can force a fix in broken software. There is nice explanation in the PR about the environment in which the bug happens. Approved by: murray PR: 34801 Submitted by: AMAKAWA Shuhei Revision Changes Path 1.51.2.13 +1 -1 src/sys/netinet/tcp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 13:25: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 8DA9937B404; Fri, 7 Jun 2002 13:25:37 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57KPbd86793; Fri, 7 Jun 2002 13:25:37 -0700 (PDT) (envelope-from tobez) Message-Id: <200206072025.g57KPbd86793@freefall.freebsd.org> From: Anton Berezin Date: Fri, 7 Jun 2002 13:25:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-TableExtract 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 tobez 2002/06/07 13:25:37 PDT Modified files: www/p5-HTML-TableExtract Makefile distinfo pkg-comment pkg-descr Log: Update to 1.08, let submitter be the maintainer. PR: 38979 Submitted by: Erwin Lansing Revision Changes Path 1.9 +3 -2 ports/www/p5-HTML-TableExtract/Makefile 1.4 +1 -1 ports/www/p5-HTML-TableExtract/distinfo 1.2 +1 -1 ports/www/p5-HTML-TableExtract/pkg-comment 1.2 +2 -0 ports/www/p5-HTML-TableExtract/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 Jun 7 13:46:20 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 2375A37B403; Fri, 7 Jun 2002 13:46:16 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B152066EB8; Fri, 7 Jun 2002 13:46:15 -0700 (PDT) Date: Fri, 7 Jun 2002 13:46:15 -0700 From: Kris Kennaway To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl Makefile Message-ID: <20020607134615.A67149@xor.obsecurity.org> References: <200206071855.g57Ithx67035@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200206071855.g57Ithx67035@freefall.freebsd.org>; from obrien@FreeBSD.org on Fri, Jun 07, 2002 at 11:55:43AM -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 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 07, 2002 at 11:55:43AM -0700, David E. O'Brien wrote: > obrien 2002/06/07 11:55:42 PDT >=20 > Modified files: > usr.bin/perl Makefile=20 > Log: > Install a "perl5.6.1" wrapper. I think this is going too far as now > /usr/src has to carefully watch the Perl port to keep this in sync. > But this is the only way I am allowed to fix the mozzila build > (and other USE_PERL5 ports). Keep the thinly veiled attacks out of the commit messages, please. You've been asked before. Kris --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ARuXWry0BWjoQKURAph8AJ0W3JZem2K4p3LslIJZpwz/VQbjCQCgn7Kg WlrgjWpJINH7ljuq/H69RcA= =zx2P -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 13:48:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id 2A17037B400; Fri, 7 Jun 2002 13:48:02 -0700 (PDT) Received: from kokeb.ambesa.net ([64.166.84.23]) by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GXC00188SG1OS@mta5.snfc21.pbi.net>; Fri, 07 Jun 2002 13:48:02 -0700 (PDT) Received: from kokeb.ambesa.net (dev1ant@localhost [127.0.0.1]) by kokeb.ambesa.net (8.12.3/8.12.3) with ESMTP id g57KrNcK012499; Fri, 07 Jun 2002 13:53:23 -0700 (PDT envelope-from mikem@kokeb.ambesa.net) Received: (from mikem@localhost) by kokeb.ambesa.net (8.12.3/8.12.3/Submit) id g57KrNZI012498; Fri, 07 Jun 2002 13:53:23 -0700 (PDT envelope-from mikem) Date: Fri, 07 Jun 2002 13:53:22 -0700 From: Mike Makonnen Subject: Re: cvs commit: src/sys/kern subr_witness.c In-reply-to: To: John Baldwin Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Message-id: <200206072053.g57KrNZI012498@kokeb.ambesa.net> MIME-version: 1.0 X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd5.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: Sender: owner-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, 07 Jun 2002 13:30:14 -0400 (EDT) John Baldwin wrote: > The patch in question is at www.freebsd.org/~jhb/patches/witness.patch > It will print out message to the console 'dead witness: foo' where foo > is the lock category name when witness objects die (though only the first> time that a given object dies). If you see the same witness die multiple> times let me know. The only witness I've seen die so far in general use> is the pipe mutex witness object. hmm... I tried to apply the patch but it failed, so I took a look at the file in question, and it seems I hadn't updated the file after all ( my local cvs repo must have not yet been synced when I cvs update'd). In any case I'm compiling the original fix and will test it before I apply the above patch. Sorry :-( Cheers, Mike Makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 13:51: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 D7AAA37B404; Fri, 7 Jun 2002 13:51:11 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57KpBe89796; Fri, 7 Jun 2002 13:51:11 -0700 (PDT) (envelope-from petef) Message-Id: <200206072051.g57KpBe89796@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 13:51:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/xdaliclock 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/06/07 13:51:11 PDT Modified files: x11-clocks/xdaliclock pkg-descr Log: Add a WWW: tag. Revision Changes Path 1.3 +2 -0 ports/x11-clocks/xdaliclock/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 Jun 7 13: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 953EE37B405; Fri, 7 Jun 2002 13:54:02 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57Ks2l89995; Fri, 7 Jun 2002 13:54:02 -0700 (PDT) (envelope-from obrien) Message-Id: <200206072054.g57Ks2l89995@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jun 2002 13:54:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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/06/07 13:54:02 PDT Modified files: (Branch: RELENG_4_6) sys/netinet tcp_usrreq.c Log: MFC: rev 1.51.2.13 (reduce windows size to 57k). Requested by: murray Revision Changes Path 1.51.2.12.2.1 +1 -1 src/sys/netinet/tcp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 13:56: 6 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 B46B837B40D; Fri, 7 Jun 2002 13:55:56 -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 g57KttJn079652; Fri, 7 Jun 2002 13:55:55 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g57Kttwi079651; Fri, 7 Jun 2002 13:55:55 -0700 (PDT) Date: Fri, 7 Jun 2002 13:55:55 -0700 From: "David O'Brien" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl Makefile Message-ID: <20020607135555.C78619@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: <200206071855.g57Ithx67035@freefall.freebsd.org> <20020607134615.A67149@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: <20020607134615.A67149@xor.obsecurity.org>; from kris@obsecurity.org on Fri, Jun 07, 2002 at 01:46:15PM -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 Fri, Jun 07, 2002 at 01:46:15PM -0700, Kris Kennaway wrote: > On Fri, Jun 07, 2002 at 11:55:43AM -0700, David E. O'Brien wrote: > > obrien 2002/06/07 11:55:42 PDT > > > > Modified files: > > usr.bin/perl Makefile > > Log: > > Install a "perl5.6.1" wrapper. I think this is going too far as now > > /usr/src has to carefully watch the Perl port to keep this in sync. > > But this is the only way I am allowed to fix the mozzila build > > (and other USE_PERL5 ports). > > Keep the thinly veiled attacks out of the commit messages, please. > You've been asked before. This is not an attact, it explains why I committed what I think is an ugly hack. Thus when the question comes up before; it is known why. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 14:17: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 30AB537B400; Fri, 7 Jun 2002 14:17:15 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57LHFx96680; Fri, 7 Jun 2002 14:17:15 -0700 (PDT) (envelope-from tobez) Message-Id: <200206072117.g57LHFx96680@freefall.freebsd.org> From: Anton Berezin Date: Fri, 7 Jun 2002 14:17:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/p5-Scalar-List-Utils 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 tobez 2002/06/07 14:17:15 PDT Modified files: lang/p5-Scalar-List-Utils Makefile distinfo Log: Update to 1.0701. Revision Changes Path 1.2 +1 -1 ports/lang/p5-Scalar-List-Utils/Makefile 1.2 +1 -1 ports/lang/p5-Scalar-List-Utils/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 14:27: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 4DE9037B403; Fri, 7 Jun 2002 14:27:30 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57LRUS97819; Fri, 7 Jun 2002 14:27:30 -0700 (PDT) (envelope-from petef) Message-Id: <200206072127.g57LRUS97819@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 14:27:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ezbounce 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/06/07 14:27:30 PDT Modified files: irc/ezbounce Makefile Log: Fix install. PR: 39009 Submitted by: Oliver Braun Revision Changes Path 1.20 +4 -2 ports/irc/ezbounce/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 14:30:19 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 5CA6B37B406; Fri, 7 Jun 2002 14:30:14 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 89C645361; Fri, 7 Jun 2002 23:30:12 +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/usr.bin/perl Makefile References: <200206071855.g57Ithx67035@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 07 Jun 2002 23:30:11 +0200 In-Reply-To: <200206071855.g57Ithx67035@freefall.freebsd.org> Message-ID: Lines: 13 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: > Install a "perl5.6.1" wrapper. I think this is going too far as now > /usr/src has to carefully watch the Perl port to keep this in sync. > But this is the only way I am allowed to fix the mozzila build > (and other USE_PERL5 ports). Please back this out, this is a bug in bsd.port.mk which will be fixed very shortly. 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 Fri Jun 7 14:31: 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 66BB537B416; Fri, 7 Jun 2002 14:30:47 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57LUlY98610; Fri, 7 Jun 2002 14:30:47 -0700 (PDT) (envelope-from kris) Message-Id: <200206072130.g57LUlY98610@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jun 2002 14:30:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.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 kris 2002/06/07 14:30:47 PDT Modified files: Mk bsd.port.mk Log: 5.0-CURRENT no longer includes perl in the base system; don't expect to find it there. Also remove a redundant comment. Submitted by: des, obrien Revision Changes Path 1.413 +2 -3 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 14:34:27 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-56.dsl.lsan03.pacbell.net [63.207.60.56]) by hub.freebsd.org (Postfix) with ESMTP id 423D537B403; Fri, 7 Jun 2002 14:34:19 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ABBA766EBF; Fri, 7 Jun 2002 14:34:18 -0700 (PDT) Date: Fri, 7 Jun 2002 14:34:18 -0700 From: Kris Kennaway To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl Makefile Message-ID: <20020607143418.A68850@xor.obsecurity.org> References: <200206071855.g57Ithx67035@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: <200206071855.g57Ithx67035@freefall.freebsd.org>; from obrien@FreeBSD.org on Fri, Jun 07, 2002 at 11:55:43AM -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 Fri, Jun 07, 2002 at 11:55:43AM -0700, David E. O'Brien wrote: > obrien 2002/06/07 11:55:42 PDT >=20 > Modified files: > usr.bin/perl Makefile=20 > Log: > Install a "perl5.6.1" wrapper. I think this is going too far as now > /usr/src has to carefully watch the Perl port to keep this in sync. > But this is the only way I am allowed to fix the mozzila build > (and other USE_PERL5 ports). You can back it out now that I've committed the bsd.port.mk patch. In fact there was no need for you to do it in the first place, since you only submitted that patch 4 hours ago. Kris --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9ASbZWry0BWjoQKURAmUXAJ9/PHQmePJJVZo+iIQ6efWQzfx4YgCdG1cD RdV9MMA13VqQhZDp3YsG8XY= =7dyH -----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 Fri Jun 7 14:46: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 A74F637B401; Fri, 7 Jun 2002 14:46:26 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57LkQN00160; Fri, 7 Jun 2002 14:46:26 -0700 (PDT) (envelope-from petef) Message-Id: <200206072146.g57LkQN00160@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 14:46:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/yale-tftpd/files patch-classes::dict.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 petef 2002/06/07 14:46:26 PDT Added files: ftp/yale-tftpd/files patch-classes::dict.c Log: Include string.h to fix the build on -current. PR: 39011 Submitted by: Oliver Braun Revision Changes Path 1.1 +12 -0 ports/ftp/yale-tftpd/files/patch-classes::dict.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 Jun 7 14:54: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 7B36137B404; Fri, 7 Jun 2002 14:54:46 -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 g57LskJn091944; Fri, 7 Jun 2002 14:54:46 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g57Lsjqk091943; Fri, 7 Jun 2002 14:54:45 -0700 (PDT) Date: Fri, 7 Jun 2002 14:54:45 -0700 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl Makefile Message-ID: <20020607145445.A91889@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206071855.g57Ithx67035@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 des@ofug.org on Fri, Jun 07, 2002 at 11:30:11PM +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 Fri, Jun 07, 2002 at 11:30:11PM +0200, Dag-Erling Smorgrav wrote: > "David E. O'Brien" writes: > > Log: > > Install a "perl5.6.1" wrapper. I think this is going too far as now > > /usr/src has to carefully watch the Perl port to keep this in sync. > > But this is the only way I am allowed to fix the mozzila build > > (and other USE_PERL5 ports). > > Please back this out, this is a bug in bsd.port.mk which will be fixed > very shortly. We need to state what the policy for /usr/bin/perl* is. People have been known to use #!/usr/bin/perl, #!/usr/bin/perl5, and even #!/usr/bin/perl in scripts. So while I do consider this commit a wart, how compatible with the in-/usr/src perl installation should we be? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 14:59:19 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 9692B37B408; Fri, 7 Jun 2002 14:59:07 -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 g57Lx7Jn092045; Fri, 7 Jun 2002 14:59: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 g57Lx7wK092044; Fri, 7 Jun 2002 14:59:07 -0700 (PDT) Date: Fri, 7 Jun 2002 14:59:07 -0700 From: "David O'Brien" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl Makefile Message-ID: <20020607145907.A91993@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: <200206071855.g57Ithx67035@freefall.freebsd.org> <20020607143418.A68850@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: <20020607143418.A68850@xor.obsecurity.org>; from kris@obsecurity.org on Fri, Jun 07, 2002 at 02:34:18PM -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 Fri, Jun 07, 2002 at 02:34:18PM -0700, Kris Kennaway wrote: > On Fri, Jun 07, 2002 at 11:55:43AM -0700, David E. O'Brien wrote: > > obrien 2002/06/07 11:55:42 PDT > > > > Modified files: > > usr.bin/perl Makefile > > Log: > > Install a "perl5.6.1" wrapper. I think this is going too far as now > > /usr/src has to carefully watch the Perl port to keep this in sync. > > But this is the only way I am allowed to fix the mozzila build > > (and other USE_PERL5 ports). > > You can back it out now that I've committed the bsd.port.mk patch. In > fact there was no need for you to do it in the first place, since you > only submitted that patch 4 hours ago. Sobomax said "after 4.6 is out" and Ade said it would take time to do anything about it. So I took the path available to fix it now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 15:23: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 F2B9237B41D; Fri, 7 Jun 2002 15:23:21 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57MNLL07858; Fri, 7 Jun 2002 15:23:21 -0700 (PDT) (envelope-from petef) Message-Id: <200206072223.g57MNLL07858@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 15:23:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/tinymux 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/06/07 15:23:21 PDT Modified files: games/tinymux Makefile Log: malloc.h -> stdlib.h PR: 39013 Submitted by: Oliver Braun Revision Changes Path 1.9 +4 -1 ports/games/tinymux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 15:43: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 E29D137B400; Fri, 7 Jun 2002 15:43:21 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57MhLR09916; Fri, 7 Jun 2002 15:43:21 -0700 (PDT) (envelope-from marcus) Message-Id: <200206072243.g57MhLR09916@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 7 Jun 2002 15:43:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit/files patch-src::ORBitutil::orbit-os-config.h patch-src::ORBitutil::orbit-os-config.h.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/06/07 15:43:21 PDT Modified files: devel/ORBit/files patch-src::ORBitutil::orbit-os-config.h.in Removed files: devel/ORBit/files patch-src::ORBitutil::orbit-os-config.h Log: Fix a patching problem. PR: 39014 Revision Changes Path 1.2 +0 -14 ports/devel/ORBit/files/patch-src::ORBitutil::orbit-os-config.h (dead) 1.4 +6 -7 ports/devel/ORBit/files/patch-src::ORBitutil::orbit-os-config.h.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 15:43: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 C95C937B404; Fri, 7 Jun 2002 15:43:27 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57MhR409962; Fri, 7 Jun 2002 15:43:27 -0700 (PDT) (envelope-from se) Message-Id: <200206072243.g57MhR409962@freefall.freebsd.org> From: Stefan Esser Date: Fri, 7 Jun 2002 15:43:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/argus Makefile distinfo pkg-plist ports/net/argus/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 se 2002/06/07 15:43:27 PDT Modified files: net/argus Makefile distinfo pkg-plist net/argus/files patch-aa Log: Upgrade to argus-2.0.5 Revision Changes Path 1.17 +1 -1 ports/net/argus/Makefile 1.9 +2 -2 ports/net/argus/distinfo 1.6 +0 -9 ports/net/argus/files/patch-aa 1.10 +1 -0 ports/net/argus/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 Jun 7 15:54:43 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 52AD337B406; Fri, 7 Jun 2002 15:54:36 -0700 (PDT) Date: Fri, 7 Jun 2002 15:54:36 -0700 From: "J. Mallett" To: David O'Brien , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl Makefile Message-ID: <20020607155436.A92213@FreeBSD.ORG> References: <200206071855.g57Ithx67035@freefall.freebsd.org> <20020607145445.A91889@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020607145445.A91889@dragon.nuxi.com>; from obrien@FreeBSD.org on Fri, Jun 07, 2002 at 02:54:45PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From David O'Brien > On Fri, Jun 07, 2002 at 11:30:11PM +0200, Dag-Erling Smorgrav wrote: > > "David E. O'Brien" writes: > > > Log: > > > Install a "perl5.6.1" wrapper. I think this is going too far as now > > > /usr/src has to carefully watch the Perl port to keep this in sync. > > > But this is the only way I am allowed to fix the mozzila build > > > (and other USE_PERL5 ports). > > > > Please back this out, this is a bug in bsd.port.mk which will be fixed > > very shortly. > > We need to state what the policy for /usr/bin/perl* is. > People have been known to use #!/usr/bin/perl, #!/usr/bin/perl5, and even > #!/usr/bin/perl in scripts. So while I do consider this commit > a wart, how compatible with the in-/usr/src perl installation should we > be? People should be using: #! /usr/bin/env perl And setting a 'require' for the perl version they need. And we should probably have patches as part of the ports that don't do this "right". My opinion. -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 16:11:34 2002 Delivered-To: cvs-all@freebsd.org Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.135.138.206]) by hub.freebsd.org (Postfix) with ESMTP id 507EA37B400; Fri, 7 Jun 2002 16:11:17 -0700 (PDT) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 17GSt1-0005n2-00 (Debian); Sat, 08 Jun 2002 00:11:15 +0100 Date: Sat, 8 Jun 2002 00:11:15 +0100 From: Tony Finch To: "J. Mallett" Cc: David O'Brien , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/perl Makefile Message-ID: <20020608001115.B19638@chiark.greenend.org.uk> References: <200206071855.g57Ithx67035@freefall.freebsd.org> <20020607145445.A91889@dragon.nuxi.com> <20020607155436.A92213@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: <20020607155436.A92213@FreeBSD.ORG>; from jmallett@FreeBSD.org on Fri, Jun 07, 2002 at 03:54:36PM -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, Jun 07, 2002 at 03:54:36PM -0700, J. Mallett wrote: > > People should be using: > #! /usr/bin/env perl The problem with this is that it doesn't allow you to put things like -w and -T on the command line and be portable to systems other than FreeBSD. This is particularly important for taint checking, because perl tends to complain if you turn it on too late. > And setting a 'require' for the perl version they need. Yes. Tony. -- f.a.n.finch http://dotat.at/ ROCKALL: VARIABLE 4 IN FAR NORTHEAST, OTHERWISE NORTHWEST BACKING SOUTHEAST 5 TO 7, PERHAPS GALE 8 LATER. RAIN AT TIMES. MODERATE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 16: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 4C00037B407; Fri, 7 Jun 2002 16:37:21 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57NbL919222; Fri, 7 Jun 2002 16:37:21 -0700 (PDT) (envelope-from obrien) Message-Id: <200206072337.g57NbL919222@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jun 2002 16:37:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb52/files patch-gdb_target.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/06/07 16:37:21 PDT Modified files: devel/gdb52/files patch-gdb_target.c Log: Our FreeBSDims will not work on sparc64 at this time. Revision Changes Path 1.2 +7 -4 ports/devel/gdb52/files/patch-gdb_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 16:51: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 CA73E37B405; Fri, 7 Jun 2002 16:51:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g57NpU921074; Fri, 7 Jun 2002 16:51:30 -0700 (PDT) (envelope-from mjacob) Message-Id: <200206072351.g57NpU921074@freefall.freebsd.org> From: Matt Jacob Date: Fri, 7 Jun 2002 16:51:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.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 mjacob 2002/06/07 16:51:30 PDT Modified files: sys/cam cam_periph.c Log: If we boot verbose, then print out 'interesting' CAM errors that otherwise would hide problems (like Selection Timeout). Revision Changes Path 1.39 +66 -6 src/sys/cam/cam_periph.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 17: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 7608437B400; Fri, 7 Jun 2002 17:12:29 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g580CTj27155; Fri, 7 Jun 2002 17:12:29 -0700 (PDT) (envelope-from pat) Message-Id: <200206080012.g580CTj27155@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 17:12:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fluxbox Makefile distinfo pkg-plist ports/x11-wm/fluxbox/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 pat 2002/06/07 17:12:29 PDT Modified files: x11-wm/fluxbox Makefile distinfo pkg-plist Added files: x11-wm/fluxbox/files patch-configure Log: Update to 0.1.9 with bugfix 2 and give maintainership to Hendrik Scholz PR: 38885 Submitted by: Hendrik Scholz Approved by: maintainer timeout (2wks) and old maintainer cannot be contacted since update to 0.1.7 Revision Changes Path 1.7 +3 -3 ports/x11-wm/fluxbox/Makefile 1.5 +2 -2 ports/x11-wm/fluxbox/distinfo 1.1 +10 -0 ports/x11-wm/fluxbox/files/patch-configure (new) 1.4 +3 -2 ports/x11-wm/fluxbox/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 Jun 7 17:14: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 0205237B401; Fri, 7 Jun 2002 17:14:06 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g580E5F27421; Fri, 7 Jun 2002 17:14:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200206080014.g580E5F27421@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jun 2002 17:14:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb52/files patch-gdb_config_alpha_fbsd.mh X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/07 17:14:05 PDT Modified files: devel/gdb52/files patch-gdb_config_alpha_fbsd.mh Log: Correct patch header. Revision Changes Path 1.2 +1 -1 ports/devel/gdb52/files/patch-gdb_config_alpha_fbsd.mh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 17:15: 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 AAE6537B400; Fri, 7 Jun 2002 17:14:55 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g580Etb27562; Fri, 7 Jun 2002 17:14:55 -0700 (PDT) (envelope-from obrien) Message-Id: <200206080014.g580Etb27562@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jun 2002 17:14:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb52/files patch-gdb_config_i386_nm-fbsd.h patch-gdb_config_i386_tm-fbsd.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/06/07 17:14:55 PDT Modified files: devel/gdb52/files patch-gdb_config_i386_nm-fbsd.h patch-gdb_config_i386_tm-fbsd.h Log: Use the correct GNU autoconf approved spelling for how to include sys/param.h. Revision Changes Path 1.2 +1 -1 ports/devel/gdb52/files/patch-gdb_config_i386_nm-fbsd.h 1.3 +1 -1 ports/devel/gdb52/files/patch-gdb_config_i386_tm-fbsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 17: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 27B0637B406; Fri, 7 Jun 2002 17:15:20 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g580FKg27691; Fri, 7 Jun 2002 17:15:20 -0700 (PDT) (envelope-from obrien) Message-Id: <200206080015.g580FKg27691@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jun 2002 17:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb52/files patch-gdb_freebsd-uthread.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/06/07 17:15:20 PDT Modified files: devel/gdb52/files patch-gdb_freebsd-uthread.c Log: patch style nit. Revision Changes Path 1.2 +2 -3 ports/devel/gdb52/files/patch-gdb_freebsd-uthread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 17: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 1D40837B406; Fri, 7 Jun 2002 17:40:11 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g580eBG30111; Fri, 7 Jun 2002 17:40:11 -0700 (PDT) (envelope-from petef) Message-Id: <200206080040.g580eBG30111@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 17:40:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/ncbi-toolkit 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/06/07 17:40:10 PDT Modified files: biology/ncbi-toolkit Makefile Log: Correct MASTER_SITES. PR: 39016 Submitted by: maintainer Revision Changes Path 1.11 +1 -1 ports/biology/ncbi-toolkit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 17:53: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 4A43037B400; Fri, 7 Jun 2002 17:53:09 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g580r9n31576; Fri, 7 Jun 2002 17:53:09 -0700 (PDT) (envelope-from petef) Message-Id: <200206080053.g580r9n31576@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 17:53:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/devtodo 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/06/07 17:53:09 PDT Modified files: devel/devtodo Makefile Log: Move ${MASTER_SITE_LOCAL} ahead in ${MASTER_SITES}, the main distribution site is temporarily down. Submitted by: fenner's distfile survey Revision Changes Path 1.8 +2 -2 ports/devel/devtodo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 17: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 2EE8137B406; Fri, 7 Jun 2002 17:55:10 -0700 (PDT) Received: (from sada@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g580tAM31755; Fri, 7 Jun 2002 17:55:10 -0700 (PDT) (envelope-from sada) Message-Id: <200206080055.g580tAM31755@freefall.freebsd.org> From: SADA Kenji Date: Fri, 7 Jun 2002 17:55:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wwwstat 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 sada 2002/06/07 17:55:10 PDT Modified files: www/wwwstat pkg-descr Log: Add WWW: line. Revision Changes Path 1.2 +2 -0 ports/www/wwwstat/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 Jun 7 17:58: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 898B237B400; Fri, 7 Jun 2002 17:58:49 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g580wnx32050; Fri, 7 Jun 2002 17:58:49 -0700 (PDT) (envelope-from petef) Message-Id: <200206080058.g580wnx32050@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 17:58:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/rvi 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/06/07 17:58:49 PDT Modified files: devel/rvi Makefile Log: Move to the FTP site, the HTTP site doesn't appear to be working. Submitted by: fenner's distfile survey Revision Changes Path 1.4 +2 -3 ports/devel/rvi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 18:23: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 BE3AE37B404; Fri, 7 Jun 2002 18:23:41 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g581NfY38713; Fri, 7 Jun 2002 18:23:41 -0700 (PDT) (envelope-from des) Message-Id: <200206080123.g581NfY38713@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 18:23:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam 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 des 2002/06/07 18:23:41 PDT Modified files: en_US.ISO8859-1/articles/pam article.sgml Log: Whitespace nits (they keep sneaking in!) + some nits pointed out by keramida. Revision Changes Path 1.16 +11 -14 doc/en_US.ISO8859-1/articles/pam/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 Jun 7 18:25: 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 AFC5237B403; Fri, 7 Jun 2002 18:24:55 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g581Otq38816; Fri, 7 Jun 2002 18:24:55 -0700 (PDT) (envelope-from des) Message-Id: <200206080124.g581Otq38816@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 7 Jun 2002 18:24:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam 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 des 2002/06/07 18:24:55 PDT Modified files: en_US.ISO8859-1/articles/pam article.sgml Log: Mess up the bibliography even more. Revision Changes Path 1.17 +1 -6 doc/en_US.ISO8859-1/articles/pam/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 Jun 7 18:35: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 CC66237B401; Fri, 7 Jun 2002 18:35:27 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g581ZR440002; Fri, 7 Jun 2002 18:35:27 -0700 (PDT) (envelope-from petef) Message-Id: <200206080135.g581ZR440002@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 18:35:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/xrmap Makefile distinfo pkg-plist ports/misc/xrmap/files patch-Imakefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/07 18:35:27 PDT Modified files: misc/xrmap Makefile distinfo pkg-plist misc/xrmap/files patch-Imakefile Log: Update to 2.10. Revision Changes Path 1.4 +2 -2 ports/misc/xrmap/Makefile 1.2 +1 -1 ports/misc/xrmap/distinfo 1.2 +23 -14 ports/misc/xrmap/files/patch-Imakefile 1.2 +1224 -731 ports/misc/xrmap/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 Jun 7 19:37: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 5E55D37B408; Fri, 7 Jun 2002 19:37:14 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g582bEb49762; Fri, 7 Jun 2002 19:37:14 -0700 (PDT) (envelope-from petef) Message-Id: <200206080237.g582bEb49762@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 19:37:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/hte/files patch-analyser::analy.cc patch-blockop.cc patch-cstream.cc patch-htdialog.cc patch-htformat.cc patch-htobj.cc patch-htpal.cc patch-htsearch.cc patch-httree.cc patch-stream.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 petef 2002/06/07 19:37:14 PDT Added files: editors/hte/files patch-analyser::analy.cc patch-blockop.cc patch-cstream.cc patch-htdialog.cc patch-htformat.cc patch-htobj.cc patch-htpal.cc patch-htsearch.cc patch-httree.cc patch-stream.cc Log: Fix build on -current with gcc 3.1. Submitted by: bento Revision Changes Path 1.1 +31 -0 ports/editors/hte/files/patch-analyser::analy.cc (new) 1.1 +13 -0 ports/editors/hte/files/patch-blockop.cc (new) 1.1 +13 -0 ports/editors/hte/files/patch-cstream.cc (new) 1.1 +49 -0 ports/editors/hte/files/patch-htdialog.cc (new) 1.1 +13 -0 ports/editors/hte/files/patch-htformat.cc (new) 1.1 +22 -0 ports/editors/hte/files/patch-htobj.cc (new) 1.1 +13 -0 ports/editors/hte/files/patch-htpal.cc (new) 1.1 +13 -0 ports/editors/hte/files/patch-htsearch.cc (new) 1.1 +31 -0 ports/editors/hte/files/patch-httree.cc (new) 1.1 +13 -0 ports/editors/hte/files/patch-stream.cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 19:45:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by hub.freebsd.org (Postfix) with ESMTP id 9106037B404 for ; Fri, 7 Jun 2002 19:45:40 -0700 (PDT) Received: (qmail 10450 invoked from network); 8 Jun 2002 02:45:37 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 8 Jun 2002 02:45:37 -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 g582jNF67614; Fri, 7 Jun 2002 22:45:24 -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: <200206072053.g57KrNZI012498@kokeb.ambesa.net> Date: Fri, 07 Jun 2002 22:45:20 -0400 (EDT) From: John Baldwin To: Mike Makonnen Subject: Re: cvs commit: src/sys/kern subr_witness.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 07-Jun-2002 Mike Makonnen wrote: > On Fri, 07 Jun 2002 13:30:14 -0400 (EDT) > John Baldwin wrote: >> The patch in question is at www.freebsd.org/~jhb/patches/witness.patch >> It will print out message to the console 'dead witness: foo' where foo >> is the lock category name when witness objects die (though only the > first> time that a given object dies). If you see the same witness die > multiple> times let me know. The only witness I've seen die so far in > general use> is the pipe mutex witness object. > > hmm... I tried to apply the patch but it failed, so I took a look at the > file in question, and it seems I hadn't updated the file after all ( my > local cvs repo must have not yet been synced when I cvs update'd). In > any case I'm compiling the original fix and will test it before I apply > the above patch. Sorry :-( Heh, that's fine. Let me know if it works. :) -- 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 Jun 7 19: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 A968B37B403; Fri, 7 Jun 2002 19:51:02 -0700 (PDT) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g582p2p51608; Fri, 7 Jun 2002 19:51:02 -0700 (PDT) (envelope-from motoyuki) Message-Id: <200206080251.g582p2p51608@freefall.freebsd.org> From: Motoyuki Konno Date: Fri, 7 Jun 2002 19:51:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xmascot Makefile pkg-plist ports/x11/xmascot/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 motoyuki 2002/06/07 19:51:02 PDT Modified files: x11/xmascot Makefile pkg-plist x11/xmascot/files patch-aa Log: Follow the Japanese EUC locale name change: ja_JP.EUC -> ja_JP.eucJP. Bump PORTREVISION. Revision Changes Path 1.9 +6 -1 ports/x11/xmascot/Makefile 1.2 +2 -2 ports/x11/xmascot/files/patch-aa 1.9 +3 -0 ports/x11/xmascot/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 Jun 7 20:16: 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 EAD9D37B407; Fri, 7 Jun 2002 20:15:50 -0700 (PDT) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g583FoW57495; Fri, 7 Jun 2002 20:15:50 -0700 (PDT) (envelope-from matusita) Message-Id: <200206080315.g583FoW57495@freefall.freebsd.org> From: Makoto Matsushita Date: Fri, 7 Jun 2002 20:15: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 matusita 2002/06/07 20:15:50 PDT Modified files: release Makefile Log: Explicitly set TARGET and TARGET_ARCH in a chroot sandbox. In fact, these variable are set as environment variables since we run "make TARGET=xxx TARGET_ARCH=xxx"; TARGET and TARGET_ARCH are declared in the command line arguments. However, if you are not make(1) guy, it is hard to understand that TARGET/TARGET_ARCH are appropriately set in a chroot environment (as environment variables). Now, the only environment variable need to be set explicitly is 'PATH'. If we set PATH in /mk script, we can make pristine sandbox for release build (i.e., "env -i /usr/sbin/chroot ${CHROOT} /mk" will work). Valuable comments about this issue from: ru Tested on (virtually): snapshots.jp.FreeBSD.org MFC after: 2 weeks Revision Changes Path 1.686 +7 -1 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 Jun 7 20:22: 7 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 D96E337B403; Fri, 7 Jun 2002 20:22: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 g583M2W38673; Sat, 8 Jun 2002 12:22:02 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: <200206080315.g583FoW57495@freefall.freebsd.org> References: <200206080315.g583FoW57495@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: 12 From: Makoto Matsushita To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Date: Sat, 08 Jun 2002 12:21:54 +0900 Message-Id: <20020608122154Y.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 matusita> MFC after: 2 weeks matusita> matusita> Revision Changes Path matusita> 1.686 +7 -1 src/release/Makefile However, I don't think it can be MFCed just after 2 weeks later, since current 4-stable is not modified for cross build. I hope ru MFCs recent cross-compile effort to 5-current, soon after code-freeze is over. -- - 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 Jun 7 21:18: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 9C5E437B400; Fri, 7 Jun 2002 21:18:38 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584Ics66873; Fri, 7 Jun 2002 21:18:38 -0700 (PDT) (envelope-from petef) Message-Id: <200206080418.g584Ics66873@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 21:18:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/subversion 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/06/07 21:18:38 PDT Modified files: devel/subversion Makefile Log: MASTER_SITES has moved. PR: 39019 Submitted by: maintainer Revision Changes Path 1.11 +1 -1 ports/devel/subversion/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 21:21: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 35B8E37B405; Fri, 7 Jun 2002 21:21:23 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584LNE67591; Fri, 7 Jun 2002 21:21:23 -0700 (PDT) (envelope-from petef) Message-Id: <200206080421.g584LNE67591@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 21:21:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/fam Makefile pkg-message pkg-plist ports/devel/fam/files fam.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 petef 2002/06/07 21:21:23 PDT Modified files: devel/fam Makefile pkg-message pkg-plist devel/fam/files fam.sh.sample Log: - update pkg-message; now gives instructions to the user on how to run fam from inetd - remove rc.d/fam.sh on deinstall if it exists - start fam with better arguments from fam.sh PR: 38960 Submitted by: maintainer Revision Changes Path 1.4 +1 -0 ports/devel/fam/Makefile 1.2 +2 -1 ports/devel/fam/files/fam.sh.sample 1.2 +23 -1 ports/devel/fam/pkg-message 1.3 +1 -0 ports/devel/fam/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 Jun 7 21: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 4F67E37B405; Fri, 7 Jun 2002 21:27:54 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584Rsd68154; Fri, 7 Jun 2002 21:27:54 -0700 (PDT) (envelope-from pat) Message-Id: <200206080427.g584Rsd68154@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 21:27:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/cmatrix 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/06/07 21:27:54 PDT Modified files: misc/cmatrix Makefile distinfo pkg-plist Log: Update to 1.2a Update maintainer email address DOCSDIR and PLIST NOPORTDOCS support PR: 38990 Submitted by: maintainer Revision Changes Path 1.9 +7 -6 ports/misc/cmatrix/Makefile 1.5 +1 -1 ports/misc/cmatrix/distinfo 1.4 +4 -4 ports/misc/cmatrix/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 Jun 7 21:32: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 3C14737B400; Fri, 7 Jun 2002 21:32:34 -0700 (PDT) Received: (from motoyuki@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584WYD68966; Fri, 7 Jun 2002 21:32:34 -0700 (PDT) (envelope-from motoyuki) Message-Id: <200206080432.g584WYD68966@freefall.freebsd.org> From: Motoyuki Konno Date: Fri, 7 Jun 2002 21:32:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/emiclock Makefile pkg-plist pkg-plist.nosound X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/07 21:32:34 PDT Modified files: x11-clocks/emiclock Makefile pkg-plist pkg-plist.nosound Log: Follow the Japanese EUC locale rename: ja_JP.EUC -> ja_JP.eucJP. Bump PORTREVISION. Revision Changes Path 1.20 +6 -2 ports/x11-clocks/emiclock/Makefile 1.6 +2 -0 ports/x11-clocks/emiclock/pkg-plist 1.2 +1 -0 ports/x11-clocks/emiclock/pkg-plist.nosound To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 21:33: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 A7E4837B409; Fri, 7 Jun 2002 21:33:15 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584XFV69069; Fri, 7 Jun 2002 21:33:15 -0700 (PDT) (envelope-from pat) Message-Id: <200206080433.g584XFV69069@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 21:33:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/bsdsar 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/06/07 21:33:15 PDT Modified files: sysutils/bsdsar Makefile distinfo Log: Update to 1.00 Give maintainership to original author PR: 38984 Submitted by: old maintainer Revision Changes Path 1.2 +2 -2 ports/sysutils/bsdsar/Makefile 1.2 +1 -1 ports/sysutils/bsdsar/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 21: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 27ECB37B41C; Fri, 7 Jun 2002 21:33:33 -0700 (PDT) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584XWd69179; Fri, 7 Jun 2002 21:33:32 -0700 (PDT) (envelope-from clive) Message-Id: <200206080433.g584XWd69179@freefall.freebsd.org> From: Clive Lin Date: Fri, 7 Jun 2002 21:33:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/06/07 21:33:32 PDT Modified files: en/commercial consulting.raw Log: Take away Cyberwork Solution Inc. CSI stopped their business since "The Dot Com Collapse." Its web site and contact email listed here are both unreachable for a long time. Submitted by: many Revision Changes Path 1.67 +0 -12 www/en/commercial/consulting.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 21:41:17 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 1F38237B405; Fri, 7 Jun 2002 21:41:12 -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 OAA30562; Sat, 8 Jun 2002 14:38:30 +1000 Date: Sat, 8 Jun 2002 14:39:12 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "M. Warner Losh" Cc: jhb@FreeBSD.org, , , Subject: Re: cvs commit: src/sys/kern kern_sig.c In-Reply-To: <20020607.095516.116907129.imp@village.org> Message-ID: <20020608143156.K18237-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 Fri, 7 Jun 2002, M. Warner Losh wrote: > In message: > John Baldwin writes: > : You mean the SIGXCPU that is commented out in mi_switch()? It will > : be turned back on when I or someone else figures out how to do it > : safely. :) > > I thought that was commented out due to a bug where time would go > backwards every so often, causing there to be 2^32 or so time to be > charged to the process, which put it over the limit. The quick fix for a locking bug in certain console driver(s) (of turning off the printfs) just broke the warning about the timecounter going backwards. The warning and the panic are still live in calcru(), but calcru() is not called nearly as often as mi_switch() so the problem is rarely detected there. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 21:43: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 F345E37B401; Fri, 7 Jun 2002 21:43:49 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584hnE70261; Fri, 7 Jun 2002 21:43:49 -0700 (PDT) (envelope-from petef) Message-Id: <200206080443.g584hnE70261@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 21:43:49 -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 petef 2002/06/07 21:43:49 PDT Modified files: mail/stuphead Makefile Log: Make sure ${PREFIX}/share/pixmaps exists before we try to install a file into it. Submitted by: bento Revision Changes Path 1.12 +1 -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 Jun 7 21: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 D569737B404; Fri, 7 Jun 2002 21:53:26 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584rQp71266; Fri, 7 Jun 2002 21:53:26 -0700 (PDT) (envelope-from petef) Message-Id: <200206080453.g584rQp71266@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 21:53:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms Makefile ports/comms/acfax Makefile distinfo pkg-comment pkg-descr pkg-plist ports/comms/acfax/files patch-RegExp.c patch-fax_funcs.c patch-mod_demod.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 petef 2002/06/07 21:53:26 PDT Modified files: comms Makefile Added files: comms/acfax Makefile distinfo pkg-comment pkg-descr pkg-plist comms/acfax/files patch-RegExp.c patch-fax_funcs.c patch-mod_demod.c Log: Add acfax 0.981011, recieve faxes using sound card and radio. PR: 34792 Submitted by: Darren Revision Changes Path 1.67 +1 -0 ports/comms/Makefile 1.1 +35 -0 ports/comms/acfax/Makefile (new) 1.1 +1 -0 ports/comms/acfax/distinfo (new) 1.1 +12 -0 ports/comms/acfax/files/patch-RegExp.c (new) 1.1 +13 -0 ports/comms/acfax/files/patch-fax_funcs.c (new) 1.1 +13 -0 ports/comms/acfax/files/patch-mod_demod.c (new) 1.1 +1 -0 ports/comms/acfax/pkg-comment (new) 1.1 +2 -0 ports/comms/acfax/pkg-descr (new) 1.1 +1 -0 ports/comms/acfax/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 Jun 7 21: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 A4A9637B401; Fri, 7 Jun 2002 21:53:42 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584rg771321; Fri, 7 Jun 2002 21:53:42 -0700 (PDT) (envelope-from petef) Message-Id: <200206080453.g584rg771321@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 21:53: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 petef 2002/06/07 21:53:42 PDT Modified files: . modules Log: acfax --> ports/comms/acfax Revision Changes Path 1.5300 +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 Jun 7 21: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 BBCE237B40E; Fri, 7 Jun 2002 21:53:57 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584rss71410; Fri, 7 Jun 2002 21:53:54 -0700 (PDT) (envelope-from pat) Message-Id: <200206080453.g584rss71410@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 21:53:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/openwebmail 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/06/07 21:53:53 PDT Modified files: mail/openwebmail Makefile distinfo pkg-plist Log: Update to 1.65 PR: 38972 Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/mail/openwebmail/Makefile 1.6 +1 -1 ports/mail/openwebmail/distinfo 1.5 +295 -18 ports/mail/openwebmail/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 Jun 7 21:57: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 5DF6B37B406; Fri, 7 Jun 2002 21:57:07 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584v7371729; Fri, 7 Jun 2002 21:57:07 -0700 (PDT) (envelope-from pat) Message-Id: <200206080457.g584v7371729@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 21:57:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/py-tarfile 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/06/07 21:57:07 PDT Modified files: archivers/py-tarfile Makefile distinfo pkg-plist Log: Update to 0.4.2 PR: 38971 Submitted by: maintainer Revision Changes Path 1.4 +2 -14 ports/archivers/py-tarfile/Makefile 1.3 +1 -1 ports/archivers/py-tarfile/distinfo 1.2 +0 -3 ports/archivers/py-tarfile/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 Jun 7 21:59: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 A5D0C37B403; Fri, 7 Jun 2002 21:59:31 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g584xV371939; Fri, 7 Jun 2002 21:59:31 -0700 (PDT) (envelope-from pat) Message-Id: <200206080459.g584xV371939@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 21:59:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/py-serial 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/06/07 21:59:31 PDT Modified files: comms/py-serial Makefile distinfo Log: Update to 1.15 PR: 38970 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/comms/py-serial/Makefile 1.4 +1 -1 ports/comms/py-serial/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 22: 2: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 CBCA237B404; Fri, 7 Jun 2002 22:02:37 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5852b672679; Fri, 7 Jun 2002 22:02:37 -0700 (PDT) (envelope-from pat) Message-Id: <200206080502.g5852b672679@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 22:02:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/py-xmms Makefile distinfo ports/audio/py-xmms/files patch-setup.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/07 22:02:37 PDT Modified files: audio/py-xmms Makefile distinfo audio/py-xmms/files patch-setup.py Log: Update to 1.05 PR: ports/38969 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/audio/py-xmms/Makefile 1.4 +1 -1 ports/audio/py-xmms/distinfo 1.4 +1 -1 ports/audio/py-xmms/files/patch-setup.py To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 22:11: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 0BC0037B400; Fri, 7 Jun 2002 22:11:34 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g585BYa77455; Fri, 7 Jun 2002 22:11:34 -0700 (PDT) (envelope-from pat) Message-Id: <200206080511.g585BYa77455@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 22:11:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/jing 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 pat 2002/06/07 22:11:33 PDT Modified files: textproc/jing Makefile distinfo pkg-descr Log: - Update to 2002.05.31 - Change maintainer's address PR: ports/38964 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/textproc/jing/Makefile 1.4 +1 -1 ports/textproc/jing/distinfo 1.2 +1 -1 ports/textproc/jing/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 Jun 7 22:20: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 4877B37B404; Fri, 7 Jun 2002 22:20:28 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g585KSj78443; Fri, 7 Jun 2002 22:20:28 -0700 (PDT) (envelope-from petef) Message-Id: <200206080520.g585KSj78443@freefall.freebsd.org> From: Pete Fritchman Date: Fri, 7 Jun 2002 22:20:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/log4cpp 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/06/07 22:20:28 PDT Modified files: devel/log4cpp Makefile Log: Fix build on -current with gcc 3.1. Submitted by: bento Revision Changes Path 1.5 +4 -0 ports/devel/log4cpp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 22:22: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 9406037B400; Fri, 7 Jun 2002 22:22:20 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g585MKC79013; Fri, 7 Jun 2002 22:22:20 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206080522.g585MKC79013@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 7 Jun 2002 22:22:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh-portable 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 dinoex 2002/06/07 22:22:20 PDT Modified files: security/openssh-portable Makefile Log: Fix typing error in OPTION Submitted by: joseph@randomnetworks.com Revision Changes Path 1.37 +1 -1 ports/security/openssh-portable/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 22:24: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 0A20B37B403; Fri, 7 Jun 2002 22:24:36 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g585Oaf79166; Fri, 7 Jun 2002 22:24:36 -0700 (PDT) (envelope-from pat) Message-Id: <200206080524.g585Oaf79166@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 22:24:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/scid 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/06/07 22:24:35 PDT Modified files: games/scid Makefile distinfo pkg-plist Log: Update to 3.3 PR: 38881 Submitted by: maintainer Revision Changes Path 1.3 +2 -4 ports/games/scid/Makefile 1.2 +1 -1 ports/games/scid/distinfo 1.2 +1 -0 ports/games/scid/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 Jun 7 22: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 027F337B404; Fri, 7 Jun 2002 22:31:08 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g585V8o80239; Fri, 7 Jun 2002 22:31:08 -0700 (PDT) (envelope-from pat) Message-Id: <200206080531.g585V8o80239@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 22:31:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ml 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/06/07 22:31:07 PDT Modified files: mail/ml Makefile Log: Add working download site PR: 38701 Submitted by: Oliver Braun Revision Changes Path 1.9 +3 -2 ports/mail/ml/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 22:34: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 EE2F337B403; Fri, 7 Jun 2002 22:34:48 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g585Ymc80543; Fri, 7 Jun 2002 22:34:48 -0700 (PDT) (envelope-from bmah) Message-Id: <200206080534.g585Ymc80543@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 7 Jun 2002 22:34:48 -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/06/07 22:34:48 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: Add a note for an ata(4) MFC, which required remaking device nodes. Suggested by: Larry Rosenman Approved by: re (bmah) Revision Changes Path 1.73.2.69 +7 -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 Fri Jun 7 22:37: 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 ABB9737B404; Fri, 7 Jun 2002 22:37:00 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g585b0J80741; Fri, 7 Jun 2002 22:37:00 -0700 (PDT) (envelope-from bmah) Message-Id: <200206080537.g585b0J80741@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 7 Jun 2002 22:37:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-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/06/07 22:37:00 PDT Modified files: (Branch: RELENG_4_6) . UPDATING Log: Add a note for an ata(4) MFC, which required remaking device nodes. Suggested by: Larry Rosenman Approved by: re (bmah) Revision Changes Path 1.73.2.68.2.1 +7 -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 Fri Jun 7 22:39: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 DFC7737B400; Fri, 7 Jun 2002 22:39:05 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g585d5o80859; Fri, 7 Jun 2002 22:39:05 -0700 (PDT) (envelope-from pat) Message-Id: <200206080539.g585d5o80859@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 22:39:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/objprelink 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/06/07 22:39:05 PDT Modified files: devel/objprelink Makefile Log: Portlint compliance - use tab to make indentation PR: 38623 Submitted by: maintainer Revision Changes Path 1.8 +4 -4 ports/devel/objprelink/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 22:47: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 EB10C37B400; Fri, 7 Jun 2002 22:47:46 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g585lkt81911; Fri, 7 Jun 2002 22:47:46 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206080547.g585lkt81911@freefall.freebsd.org> From: "J. Mallett" Date: Fri, 7 Jun 2002 22:47:46 -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 jmallett 2002/06/07 22:47:46 PDT Modified files: bin/ps ps.1 Log: Don't say that the list of formats can be space delimited, it no longer can be. Mention that more than one -o will concatenate formats. Submitted by: Jun Kuriyama Revision Changes Path 1.52 +5 -2 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 Fri Jun 7 23: 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 174B237B404; Fri, 7 Jun 2002 23:08:41 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5868fg88009; Fri, 7 Jun 2002 23:08:41 -0700 (PDT) (envelope-from pat) Message-Id: <200206080608.g5868fg88009@freefall.freebsd.org> From: Patrick Li Date: Fri, 7 Jun 2002 23:08:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/libmcrypt 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/06/07 23:08:40 PDT Modified files: security/libmcrypt Makefile distinfo Log: Update to 2.5.1 PR: 39000 Submitted by: KATO Tsuguru Revision Changes Path 1.31 +8 -3 ports/security/libmcrypt/Makefile 1.11 +1 -1 ports/security/libmcrypt/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 23:27: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 5F82D37B403; Fri, 7 Jun 2002 23:27:49 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g586Rn489941; Fri, 7 Jun 2002 23:27:49 -0700 (PDT) (envelope-from fenner) Message-Id: <200206080627.g586Rn489941@freefall.freebsd.org> From: Bill Fenner Date: Fri, 7 Jun 2002 23:27:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmountains 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 fenner 2002/06/07 23:27:49 PDT Modified files: graphics/xmountains Makefile Log: Julian does not want to be the MAINTAINER any more. Revision Changes Path 1.7 +2 -2 ports/graphics/xmountains/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jun 7 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 50BD237B405; Fri, 7 Jun 2002 23:49:15 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g586nFw91656; Fri, 7 Jun 2002 23:49:15 -0700 (PDT) (envelope-from bde) Message-Id: <200206080649.g586nFw91656@freefall.freebsd.org> From: Bruce Evans Date: Fri, 7 Jun 2002 23:49:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps extern.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 bde 2002/06/07 23:49:15 PDT Modified files: bin/ps extern.h Log: Fixed unsorting. Revision Changes Path 1.24 +1 -1 src/bin/ps/extern.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0: 1:19 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id B2B0237B403; Sat, 8 Jun 2002 00:01:09 -0700 (PDT) Date: Sat, 8 Jun 2002 00:01:09 -0700 From: "J. Mallett" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ps extern.h Message-ID: <20020608000108.A42463@FreeBSD.ORG> References: <200206080649.g586nFw91656@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: <200206080649.g586nFw91656@freefall.freebsd.org>; from bde@FreeBSD.org on Fri, Jun 07, 2002 at 11:49:15PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From Bruce Evans > bde 2002/06/07 23:49:15 PDT > > Modified files: > bin/ps extern.h > Log: > Fixed unsorting. Now, I understand this project has a hard time deciding what exactly it means "to sort" something, but nonetheless I would have to say that this appears to replace one possibly acceptable sorting method (sorting by type) with a wrong sort order of another sorting method (sorting by variable name). In my mind, we should be sorting as per LANG=C, and in that case, 'ra' definitely comes a bit after 'no', however 'no' comes happily after 'nl', therefore the lines in this locate could be written as: %%% extern int cflag, eval, fscale, mempages, nlistread; extern time_t now; extern int rawcpu, sumrusage, termwidth, totwidth; %%% But I don't think revision 1.24 fixes unsorting. If I'm wrong I'd like to know so I don't wrongly sort things in the future. Thanks. -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0: 1: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 707C737B400; Sat, 8 Jun 2002 00:01:07 -0700 (PDT) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58717b92814; Sat, 8 Jun 2002 00:01:07 -0700 (PDT) (envelope-from dinoex) Message-Id: <200206080701.g58717b92814@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 8 Jun 2002 00:01:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/unix-connect 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 dinoex 2002/06/08 00:01:07 PDT Modified files: german/unix-connect Makefile distinfo Log: Update to: unix-connect-0.94 Revision Changes Path 1.8 +2 -1 ports/german/unix-connect/Makefile 1.3 +1 -1 ports/german/unix-connect/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0:10: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 A022B37B404; Sat, 8 Jun 2002 00:10:29 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587ATV97738; Sat, 8 Jun 2002 00:10:29 -0700 (PDT) (envelope-from jake) Message-Id: <200206080710.g587ATV97738@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 8 Jun 2002 00:10:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include tlb.h src/sys/sparc64/sparc64 machdep.c mp_machdep.c pmap.c tlb.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/06/08 00:10:29 PDT Modified files: sys/sparc64/include tlb.h sys/sparc64/sparc64 machdep.c mp_machdep.c pmap.c tlb.c Log: Fix bizarre SMP problems. The secondary cpus sometimes start up with junk in their tlb which the prom doesn't clear out, so we have to do so manually before mapping the kernel page table or the cpu can hang due various conditions which cause undefined behaviour from the tlb. Revision Changes Path 1.20 +3 -0 src/sys/sparc64/include/tlb.h 1.54 +2 -0 src/sys/sparc64/sparc64/machdep.c 1.11 +19 -0 src/sys/sparc64/sparc64/mp_machdep.c 1.59 +1 -1 src/sys/sparc64/sparc64/pmap.c 1.2 +26 -0 src/sys/sparc64/sparc64/tlb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0: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 476C037B40C; Sat, 8 Jun 2002 00:17:19 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587HJU98291; Sat, 8 Jun 2002 00:17:19 -0700 (PDT) (envelope-from jake) Message-Id: <200206080717.g587HJU98291@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 8 Jun 2002 00:17:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/include fp.h src/sys/sparc64/sparc64 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 jake 2002/06/08 00:17:19 PDT Modified files: sys/conf files.sparc64 sys/sparc64/include fp.h sys/sparc64/sparc64 machdep.c trap.c Log: Remove code from trap which is handled in userland now. Revision Changes Path 1.21 +0 -2 src/sys/conf/files.sparc64 1.8 +0 -3 src/sys/sparc64/include/fp.h 1.55 +2 -5 src/sys/sparc64/sparc64/machdep.c 1.39 +3 -19 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 Sat Jun 8 0: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 1CEA537B403; Sat, 8 Jun 2002 00:21:53 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587Lrc99024; Sat, 8 Jun 2002 00:21:53 -0700 (PDT) (envelope-from jake) Message-Id: <200206080721.g587Lrc99024@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 8 Jun 2002 00:21:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include smp.h src/sys/sparc64/sparc64 mp_exception.s mp_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/06/08 00:21:53 PDT Modified files: sys/sparc64/include smp.h sys/sparc64/sparc64 mp_exception.s mp_machdep.c Log: Remove test code. Revision Changes Path 1.11 +0 -1 src/sys/sparc64/include/smp.h 1.6 +0 -15 src/sys/sparc64/sparc64/mp_exception.s 1.12 +0 -2 src/sys/sparc64/sparc64/mp_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 Jun 8 0:22: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 F0C5237B40C; Sat, 8 Jun 2002 00:22:36 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587Ma199088; Sat, 8 Jun 2002 00:22:36 -0700 (PDT) (envelope-from jake) Message-Id: <200206080722.g587Ma199088@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 8 Jun 2002 00:22:36 -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/06/08 00:22:36 PDT Modified files: sys/sparc64/conf GENERIC Log: Re-enable SMP by default. Revision Changes Path 1.20 +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 Sat Jun 8 0:27: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 6BF3037B400; Sat, 8 Jun 2002 00:27:21 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587RLw99405; Sat, 8 Jun 2002 00:27:21 -0700 (PDT) (envelope-from tjr) Message-Id: <200206080727.g587RLw99405@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 8 Jun 2002 00:27:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cut cut.1 cut.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/06/08 00:27:21 PDT Modified files: usr.bin/cut cut.1 cut.c Log: Don't split multibyte characters when the -n option is specified. Revision Changes Path 1.16 +13 -0 src/usr.bin/cut/cut.1 1.20 +84 -4 src/usr.bin/cut/cut.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0: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 011DC37B403; Sat, 8 Jun 2002 00:32:39 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587Wcd00230; Sat, 8 Jun 2002 00:32:38 -0700 (PDT) (envelope-from alc) Message-Id: <200206080732.g587Wcd00230@freefall.freebsd.org> From: Alan Cox Date: Sat, 8 Jun 2002 00:32:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_map.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 alc 2002/06/08 00:32:38 PDT Modified files: sys/vm vm_map.c vm_map.h Log: o Remove an unnecessary call to vm_map_wakeup() from vm_map_unwire(). o Add a stub for vm_map_wire(). Note: the description of the previous commit had an error. The in- transition flag actually blocks the deallocation of a vm_map_entry by vm_map_delete() and vm_map_simplify_entry(). Revision Changes Path 1.244 +15 -6 src/sys/vm/vm_map.c 1.86 +2 -0 src/sys/vm/vm_map.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0: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 B78EE37B401; Sat, 8 Jun 2002 00:33:18 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587XIq00281; Sat, 8 Jun 2002 00:33:18 -0700 (PDT) (envelope-from knu) Message-Id: <200206080733.g587XIq00281@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 00:33:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-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 knu 2002/06/08 00:33:18 PDT Modified files: lang/ruby-devel Makefile pkg-plist Log: Funnily enough, missing.h was missing in the pkg-plist. Revision Changes Path 1.35 +1 -0 ports/lang/ruby-devel/Makefile 1.23 +1 -0 ports/lang/ruby-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 Sat Jun 8 0:36: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 5488937B400; Sat, 8 Jun 2002 00:36:28 -0700 (PDT) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587aSS00541; Sat, 8 Jun 2002 00:36:28 -0700 (PDT) (envelope-from jake) Message-Id: <200206080736.g587aSS00541@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 8 Jun 2002 00:36:28 -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 jake 2002/06/08 00:36:28 PDT Modified files: sys/sparc64/sparc64 trap.c Log: Add code to drop to ddb when a process gets a fatal signal that usually suggests kernel bugs (4, 10, 11). Add a sysctl debug.debugger_on_signal which turns this on and off, default off. Revision Changes Path 1.40 +8 -0 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 Sat Jun 8 0:39: 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 6959137B400; Sat, 8 Jun 2002 00:39:02 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587d2e00643; Sat, 8 Jun 2002 00:39:02 -0700 (PDT) (envelope-from knu) Message-Id: <200206080739.g587d2e00643@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 00:39:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_roaming 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/06/08 00:39:02 PDT Modified files: www/mod_roaming Makefile Log: Release maintainership. I'm not using this any more. Revision Changes Path 1.4 +2 -2 ports/www/mod_roaming/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0:39: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 46A3D37B408; Sat, 8 Jun 2002 00:39:20 -0700 (PDT) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587dKJ00688; Sat, 8 Jun 2002 00:39:20 -0700 (PDT) (envelope-from yoichi) Message-Id: <200206080739.g587dKJ00688@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sat, 8 Jun 2002 00:39:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xface.el 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 yoichi 2002/06/08 00:39:20 PDT Modified files: graphics/xface.el Makefile distinfo Log: Update to X-Face utils 1.3.6.20 Revision Changes Path 1.9 +1 -1 ports/graphics/xface.el/Makefile 1.7 +1 -1 ports/graphics/xface.el/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0:47:12 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 7BD5737B400; Sat, 8 Jun 2002 00:47:09 -0700 (PDT) Date: Sat, 8 Jun 2002 00:47:09 -0700 From: "J. Mallett" To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/cut cut.1 cut.c Message-ID: <20020608004709.A48763@FreeBSD.ORG> References: <200206080727.g587RLw99405@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: <200206080727.g587RLw99405@freefall.freebsd.org>; from tjr@FreeBSD.org on Sat, Jun 08, 2002 at 12:27:21AM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From "Tim J. Robbins" > tjr 2002/06/08 00:27:21 PDT > > Modified files: > usr.bin/cut cut.1 cut.c > Log: > Don't split multibyte characters when the -n option is specified. Thanks! :) -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0:47: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 A8F6A37B4CE; Sat, 8 Jun 2002 00:47:23 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587lNF01564; Sat, 8 Jun 2002 00:47:23 -0700 (PDT) (envelope-from ache) Message-Id: <200206080747.g587lNF01564@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 8 Jun 2002 00:47:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gnu-sort - Imported sources 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 ache 2002/06/08 00:47:23 PDT src/contrib/gnu-sort - Imported sources Update of /home/ncvs/src/contrib/gnu-sort In directory freefall.freebsd.org:/d/home/ache/gnu-sort Log Message: Virgin import (trimmed) of GNU Sort, textutils 2.0.21 Status: Vendor Tag: FSF Release Tags: SORT_v2_0_21 N src/contrib/gnu-sort/TODO N src/contrib/gnu-sort/ChangeLog N src/contrib/gnu-sort/COPYING N src/contrib/gnu-sort/THANKS N src/contrib/gnu-sort/NEWS N src/contrib/gnu-sort/README-alpha N src/contrib/gnu-sort/README N src/contrib/gnu-sort/AUTHORS N src/contrib/gnu-sort/INSTALL N src/contrib/gnu-sort/ABOUT-NLS N src/contrib/gnu-sort/src/sort.c N src/contrib/gnu-sort/src/system.h N src/contrib/gnu-sort/src/sys2.h N src/contrib/gnu-sort/man/sort.1 N src/contrib/gnu-sort/lib/dup-safer.c N src/contrib/gnu-sort/lib/error.c N src/contrib/gnu-sort/lib/error.h N src/contrib/gnu-sort/lib/fopen-safer.c N src/contrib/gnu-sort/lib/getopt.c N src/contrib/gnu-sort/lib/getopt.h N src/contrib/gnu-sort/lib/getopt1.c N src/contrib/gnu-sort/lib/hard-locale.c N src/contrib/gnu-sort/lib/hard-locale.h N src/contrib/gnu-sort/lib/human.c N src/contrib/gnu-sort/lib/human.h N src/contrib/gnu-sort/lib/long-options.c N src/contrib/gnu-sort/lib/long-options.h N src/contrib/gnu-sort/lib/memcoll.c N src/contrib/gnu-sort/lib/memcoll.h N src/contrib/gnu-sort/lib/pathmax.h N src/contrib/gnu-sort/lib/physmem.c N src/contrib/gnu-sort/lib/physmem.h N src/contrib/gnu-sort/lib/posixver.c N src/contrib/gnu-sort/lib/posixver.h N src/contrib/gnu-sort/lib/quotearg.c N src/contrib/gnu-sort/lib/quotearg.h N src/contrib/gnu-sort/lib/quote.h N src/contrib/gnu-sort/lib/stdio-safer.h N src/contrib/gnu-sort/lib/closeout.h N src/contrib/gnu-sort/lib/unistd-safer.h N src/contrib/gnu-sort/lib/version-etc.c N src/contrib/gnu-sort/lib/version-etc.h N src/contrib/gnu-sort/lib/xalloc.h N src/contrib/gnu-sort/lib/xmemcoll.c N src/contrib/gnu-sort/lib/xmemcoll.h N src/contrib/gnu-sort/lib/xstrtoul.c N src/contrib/gnu-sort/lib/xstrtol.h N src/contrib/gnu-sort/lib/xmalloc.c N src/contrib/gnu-sort/lib/argmatch.h N src/contrib/gnu-sort/lib/argmatch.c N src/contrib/gnu-sort/lib/quote.c N src/contrib/gnu-sort/lib/xstrtoumax.c N src/contrib/gnu-sort/lib/xstrtol.c 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 Sat Jun 8 0:48:17 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 98E3B37B415; Sat, 8 Jun 2002 00:48:08 -0700 (PDT) Date: Sat, 8 Jun 2002 00:48:08 -0700 From: "J. Mallett" To: Jake Burkholder Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sparc64/sparc64 trap.c Message-ID: <20020608004808.B48763@FreeBSD.ORG> References: <200206080736.g587aSS00541@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: <200206080736.g587aSS00541@freefall.freebsd.org>; from jake@FreeBSD.org on Sat, Jun 08, 2002 at 12:36:28AM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From Jake Burkholder > jake 2002/06/08 00:36:28 PDT > > Modified files: > sys/sparc64/sparc64 trap.c > Log: > Add code to drop to ddb when a process gets a fatal signal that usually > suggests kernel bugs (4, 10, 11). Add a sysctl debug.debugger_on_signal > which turns this on and off, default off. Can you do this generally? As long as it's tunable, it'd be nice to see it everywhere. Could you possibly implement it as a struct with bitfields for each signal so they could be turned on and off individually? Just a thought :) Thanks. -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0:49:47 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 3866337B403; Sat, 8 Jun 2002 00:49:43 -0700 (PDT) Date: Sat, 8 Jun 2002 00:49:43 -0700 From: "J. Mallett" To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/gnu-sort - Imported sources Message-ID: <20020608004943.C48763@FreeBSD.ORG> References: <200206080747.g587lNF01564@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: <200206080747.g587lNF01564@freefall.freebsd.org>; from ache@FreeBSD.org on Sat, Jun 08, 2002 at 12:47:23AM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From "Andrey A. Chernov" > ache 2002/06/08 00:47:23 PDT > > src/contrib/gnu-sort - Imported sources > Update of /home/ncvs/src/contrib/gnu-sort > In directory freefall.freebsd.org:/d/home/ache/gnu-sort > > Log Message: > Virgin import (trimmed) of GNU Sort, textutils 2.0.21 > Thanks! Can't wait to see this tied in to the build. -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 0:50: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 C484E37B407; Sat, 8 Jun 2002 00:49:49 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587nnL01643; Sat, 8 Jun 2002 00:49:49 -0700 (PDT) (envelope-from ache) Message-Id: <200206080749.g587nnL01643@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 8 Jun 2002 00:49:49 -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 ache 2002/06/08 00:49:49 PDT Modified files: . modules Log: Add contrib_gnu-sort Revision Changes Path 1.5301 +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 Jun 8 0:52: 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 B4A3C37B406; Sat, 8 Jun 2002 00:51:53 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g587prK02219; Sat, 8 Jun 2002 00:51:53 -0700 (PDT) (envelope-from ache) Message-Id: <200206080751.g587prK02219@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 8 Jun 2002 00:51:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gnu-sort FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/08 00:51:53 PDT Added files: contrib/gnu-sort FREEBSD-upgrade Log: Some upgrade instructions Revision Changes Path 1.1 +13 -0 src/contrib/gnu-sort/FREEBSD-upgrade (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 1: 8: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 B5F4837B403; Sat, 8 Jun 2002 01:08:47 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5888l407221; Sat, 8 Jun 2002 01:08:47 -0700 (PDT) (envelope-from tjr) Message-Id: <200206080808.g5888l407221@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 8 Jun 2002 01:08:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cut cut.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/06/08 01:08:47 PDT Modified files: usr.bin/cut cut.1 Log: Document cut(1)'s deficiencies in dealing with multibyte characters in the BUGS section. These will be easy to fix when we have wide character stdio. Revision Changes Path 1.17 +14 -0 src/usr.bin/cut/cut.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 1:16: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 C7AD637B403; Sat, 8 Jun 2002 01:16:22 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g588GMm08169; Sat, 8 Jun 2002 01:16:22 -0700 (PDT) (envelope-from ache) Message-Id: <200206080816.g588GMm08169@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 8 Jun 2002 01:16:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gnu-sort/lib hard-locale.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/06/08 01:16:22 PDT Modified files: contrib/gnu-sort/lib hard-locale.c Log: Use easy way to sense C and POSIX locales, like in GLIBC Revision Changes Path 1.2 +2 -1 src/contrib/gnu-sort/lib/hard-locale.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 1: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 1D88C37B401; Sat, 8 Jun 2002 01:37:28 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g588bS810034; Sat, 8 Jun 2002 01:37:28 -0700 (PDT) (envelope-from tjr) Message-Id: <200206080837.g588bS810034@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 8 Jun 2002 01:37:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cut cut.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/06/08 01:37:27 PDT Modified files: usr.bin/cut cut.1 Log: Add an examples section. Avoid beginning a sentence with a lowercase letter. Revision Changes Path 1.18 +14 -0 src/usr.bin/cut/cut.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 1:54: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 60CE337B404; Sat, 8 Jun 2002 01:54:50 -0700 (PDT) Received: (from ue@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g588soH11794; Sat, 8 Jun 2002 01:54:50 -0700 (PDT) (envelope-from ue) Message-Id: <200206080854.g588soH11794@freefall.freebsd.org> From: Udo Erdelhoff Date: Sat, 8 Jun 2002 01:54:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/share/sgml release.dsl X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2002/06/08 01:54:50 PDT Modified files: (Branch: RELENG_4_6) release/doc/de_DE.ISO8859-1/share/sgml release.dsl Log: MFen 1.1.2.5.2.2: drop pointer to freebsd-stable, use 4.6-RELEASE manpages Approved by: re@ Revision Changes Path 1.1.2.1.2.1 +3 -15 src/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 1:57: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 3A78337B404; Sat, 8 Jun 2002 01:57:34 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g588vYN11954; Sat, 8 Jun 2002 01:57:34 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206080857.g588vYN11954@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 8 Jun 2002 01:57:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libtool Makefile ports/devel/libtool/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 sobomax 2002/06/08 01:57:34 PDT Modified files: devel/libtool Makefile devel/libtool/files patch-ac Log: Recognise ar(1) archives (.a) as a valid entities to link with. This fixes many places when it is necessary to link shared object with a static library. Revision Changes Path 1.17 +1 -1 ports/devel/libtool/Makefile 1.11 +8 -3 ports/devel/libtool/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 Sat Jun 8 2:45: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 C663437B409; Sat, 8 Jun 2002 02:45:35 -0700 (PDT) Received: (from gioria@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g589jZs20100; Sat, 8 Jun 2002 02:45:35 -0700 (PDT) (envelope-from gioria) Message-Id: <200206080945.g589jZs20100@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 8 Jun 2002 02:45:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines 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 gioria 2002/06/08 02:45:35 PDT Modified files: fr_FR.ISO8859-1/articles/pr-guidelines article.sgml Log: Typo fix Submitted by: Marc fonvieille PR: docs/38825 Revision Changes Path 1.2 +1 -1 doc/fr_FR.ISO8859-1/articles/pr-guidelines/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 Jun 8 2:55: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 883F437B406; Sat, 8 Jun 2002 02:55:07 -0700 (PDT) Received: (from gioria@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g589t7X21166; Sat, 8 Jun 2002 02:55:07 -0700 (PDT) (envelope-from gioria) Message-Id: <200206080955.g589t7X21166@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 8 Jun 2002 02:55:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/filtering-bridges Makefile 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 gioria 2002/06/08 02:55:07 PDT Added files: fr_FR.ISO8859-1/articles/filtering-bridges Makefile article.sgml Log: New translation PR:docs/38943 Submitted by: Marc fonvieille Revision Changes Path 1.1 +22 -0 doc/fr_FR.ISO8859-1/articles/filtering-bridges/Makefile (new) 1.1 +483 -0 doc/fr_FR.ISO8859-1/articles/filtering-bridges/article.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 2:55: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 1FAE337B406; Sat, 8 Jun 2002 02:55:47 -0700 (PDT) Received: (from gioria@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g589tk321223; Sat, 8 Jun 2002 02:55:46 -0700 (PDT) (envelope-from gioria) Message-Id: <200206080955.g589tk321223@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 8 Jun 2002 02:55:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles 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 gioria 2002/06/08 02:55:46 PDT Modified files: fr_FR.ISO8859-1/articles Makefile Log: Adding filtering-bridges to the build Revision Changes Path 1.11 +1 -0 doc/fr_FR.ISO8859-1/articles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 2:59: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 47AE937B439; Sat, 8 Jun 2002 02:59:09 -0700 (PDT) Received: (from gioria@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g589x7i21410; Sat, 8 Jun 2002 02:59:07 -0700 (PDT) (envelope-from gioria) Message-Id: <200206080959.g589x7i21410@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 8 Jun 2002 02:59:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/problem-reports Makefile 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 gioria 2002/06/08 02:59:07 PDT Added files: fr_FR.ISO8859-1/articles/problem-reports Makefile article.sgml Log: New translation PR: docs/38838 Submitted by: Marc Fonvieille Revision Changes Path 1.1 +22 -0 doc/fr_FR.ISO8859-1/articles/problem-reports/Makefile (new) 1.1 +588 -0 doc/fr_FR.ISO8859-1/articles/problem-reports/article.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 3: 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 44C0037B401; Sat, 8 Jun 2002 02:59:49 -0700 (PDT) Received: (from gioria@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g589xnk21443; Sat, 8 Jun 2002 02:59:49 -0700 (PDT) (envelope-from gioria) Message-Id: <200206080959.g589xnk21443@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 8 Jun 2002 02:59:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles 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 gioria 2002/06/08 02:59:49 PDT Modified files: fr_FR.ISO8859-1/articles Makefile Log: Adding problem-reports to the build Revision Changes Path 1.12 +1 -0 doc/fr_FR.ISO8859-1/articles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 3:16: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 632C237B409; Sat, 8 Jun 2002 03:16:21 -0700 (PDT) Received: (from netchild@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58AGLh27537; Sat, 8 Jun 2002 03:16:21 -0700 (PDT) (envelope-from netchild) Message-Id: <200206081016.g58AGLh27537@freefall.freebsd.org> From: Alexander Leidinger Date: Sat, 8 Jun 2002 03:16:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL ports/lang/icc 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 netchild 2002/06/08 03:16:21 PDT Modified files: . LEGAL lang/icc Makefile distinfo pkg-plist Log: - update to icc 6.0.149 - use an empty MASTER_SITES to not get mail from fenner's distfile survey Suggested by: fenner - correct the message in IGNORE after obrien's change to linux-base - fill in the product name in docs/csupport Revision Changes Path 1.249 +2 -2 ports/LEGAL 1.9 +15 -14 ports/lang/icc/Makefile 1.3 +1 -1 ports/lang/icc/distinfo 1.4 +1 -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 Sat Jun 8 3:19: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 2888437B403; Sat, 8 Jun 2002 03:19:08 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58AJ8H27748; Sat, 8 Jun 2002 03:19:08 -0700 (PDT) (envelope-from tjr) Message-Id: <200206081019.g58AJ8H27748@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 8 Jun 2002 03:19:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/talk talk.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/06/08 03:19:08 PDT Modified files: usr.bin/talk talk.1 Log: nroff and pr no longer try to disallow messages. Revision Changes Path 1.11 +1 -7 src/usr.bin/talk/talk.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 3:34: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 8769E37B409; Sat, 8 Jun 2002 03:34:13 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58AYDj29444; Sat, 8 Jun 2002 03:34:13 -0700 (PDT) (envelope-from ache) Message-Id: <200206081034.g58AYDj29444@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 8 Jun 2002 03:34:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/sort COPYING Makefile config.h error.c error.h getopt.c getopt.h getopt1.c libintl.h long-options.c long-options.h sort.1 sort.c system.h unlocked-io.h version.c version.h xstrtod.c xstrtod.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 ache 2002/06/08 03:34:13 PDT Modified files: gnu/usr.bin/sort Makefile config.h Added files: gnu/usr.bin/sort libintl.h unlocked-io.h Removed files: gnu/usr.bin/sort COPYING error.c error.h getopt.c getopt.h getopt1.c long-options.c long-options.h sort.1 sort.c system.h version.c version.h xstrtod.c xstrtod.h Log: Activate new GNU sort from contrib Revision Changes Path 1.4 +0 -341 src/gnu/usr.bin/sort/COPYING (dead) 1.7 +25 -2 src/gnu/usr.bin/sort/Makefile 1.4 +1266 -74 src/gnu/usr.bin/sort/config.h 1.7 +0 -130 src/gnu/usr.bin/sort/error.c (dead) 1.4 +0 -46 src/gnu/usr.bin/sort/error.h (dead) 1.5 +0 -772 src/gnu/usr.bin/sort/getopt.c (dead) 1.5 +0 -131 src/gnu/usr.bin/sort/getopt.h (dead) 1.5 +0 -182 src/gnu/usr.bin/sort/getopt1.c (dead) 1.1 +6 -0 src/gnu/usr.bin/sort/libintl.h (new) 1.6 +0 -80 src/gnu/usr.bin/sort/long-options.c (dead) 1.5 +0 -11 src/gnu/usr.bin/sort/long-options.h (dead) 1.9 +0 -231 src/gnu/usr.bin/sort/sort.1 (dead) 1.22 +0 -2190 src/gnu/usr.bin/sort/sort.c (dead) 1.9 +0 -207 src/gnu/usr.bin/sort/system.h (dead) 1.1 +2 -0 src/gnu/usr.bin/sort/unlocked-io.h (new) 1.5 +0 -4 src/gnu/usr.bin/sort/version.c (dead) 1.4 +0 -2 src/gnu/usr.bin/sort/version.h (dead) 1.4 +0 -49 src/gnu/usr.bin/sort/xstrtod.c (dead) 1.4 +0 -16 src/gnu/usr.bin/sort/xstrtod.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 3:45: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 C542E37B401; Sat, 8 Jun 2002 03:45:53 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Ajr230338; Sat, 8 Jun 2002 03:45:53 -0700 (PDT) (envelope-from murray) Message-Id: <200206081045.g58Ajr230338@freefall.freebsd.org> From: Murray Stokely Date: Sat, 8 Jun 2002 03:45: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 murray 2002/06/08 03:45:53 PDT Modified files: en/releases/4.6R schedule.sgml Log: Update schedule with our progress. Delay release by 2 more days. We're not ready to release tonight. We need : * a repo copy of 16 ports files (cvs@ pinged again). * resolution to sysinstall/X11 issue (O'Brien is working on this). * more testing with the final package set. * more ata(4) testing. Revision Changes Path 1.16 +14 -13 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 Jun 8 3:56: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 8517937B406; Sat, 8 Jun 2002 03:56:11 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58AuB431127; Sat, 8 Jun 2002 03:56:11 -0700 (PDT) (envelope-from murray) Message-Id: <200206081056.g58AuB431127@freefall.freebsd.org> From: Murray Stokely Date: Sat, 8 Jun 2002 03:56:11 -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/06/08 03:56:11 PDT Modified files: en/releng index.sgml Log: Release is not ready. Update release date June 8th -> June 10th. Revision Changes Path 1.9 +2 -2 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 Sat Jun 8 4:33: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 6CCC137B401; Sat, 8 Jun 2002 04:33:23 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58BXN442270; Sat, 8 Jun 2002 04:33:23 -0700 (PDT) (envelope-from tjr) Message-Id: <200206081133.g58BXN442270@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 8 Jun 2002 04:33:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tabs tabs.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/06/08 04:33:23 PDT Modified files: usr.bin/tabs tabs.c Log: Support the "--" end-of-options marker. Revision Changes Path 1.3 +3 -0 src/usr.bin/tabs/tabs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 4:40: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 BC55C37B404; Sat, 8 Jun 2002 04:40:12 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58BeCi42736; Sat, 8 Jun 2002 04:40:12 -0700 (PDT) (envelope-from tjr) Message-Id: <200206081140.g58BeCi42736@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 8 Jun 2002 04:40:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tabs tabs.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/06/08 04:40:12 PDT Modified files: usr.bin/tabs tabs.1 Log: Use the Tn macro for COBOL, FORTRAN, PL/1, SNOBOL. Revision Changes Path 1.4 +12 -6 src/usr.bin/tabs/tabs.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 6:13:24 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 04DB837B406; Sat, 8 Jun 2002 06:13: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 XAA26349; Sat, 8 Jun 2002 23:13:11 +1000 Date: Sat, 8 Jun 2002 23:13:53 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "J. Mallett" Cc: Bruce Evans , , Subject: Re: cvs commit: src/bin/ps extern.h In-Reply-To: <20020608000108.A42463@FreeBSD.ORG> Message-ID: <20020608225458.Q19691-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 Sat, 8 Jun 2002, J. Mallett wrote: > * From Bruce Evans > > bde 2002/06/07 23:49:15 PDT > > > > Modified files: > > bin/ps extern.h > > Log: > > Fixed unsorting. > > Now, I understand this project has a hard time deciding what exactly it means > "to sort" something, but nonetheless I would have to say that this appears to > replace one possibly acceptable sorting method (sorting by type) with a wrong > sort order of another sorting method (sorting by variable name). In my mind, I think sorting by type makes no sense for extern declarations. (style.9 only says how to sort structs and local variables. It says to sort by size [largest first] (not type), then by name. Sorting struct members by size gives better packing, and sorting local variables by size (perhaps smallest instead of largest first) may give gives better packing for primitive compilers, but extern declarations don't allocate space so size considerations don't apply.) > we should be sorting as per LANG=C, and in that case, 'ra' definitely comes a > bit after 'no', however 'no' comes happily after 'nl', therefore the lines in > this locate could be written as: > > %%% > extern int cflag, eval, fscale, mempages, nlistread; > extern time_t now; > extern int rawcpu, sumrusage, termwidth, totwidth; > %%% > > But I don't think revision 1.24 fixes unsorting. I didn't want to restructure the declarations to have only one variable per line, so I followed my usual rule for insertion "sorting" in unsorted list: insert before the first line whose first item is after the item being inserted. Since this gave a very trivial change, I should have restructured the declarations. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 6:21: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 CAF9337B401; Sat, 8 Jun 2002 06:21:48 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58DLm873443; Sat, 8 Jun 2002 06:21:48 -0700 (PDT) (envelope-from petef) Message-Id: <200206081321.g58DLm873443@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 06:21:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/spin Makefile distinfo pkg-plist ports/math/spin/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 petef 2002/06/08 06:21:48 PDT Modified files: math/spin Makefile distinfo pkg-plist math/spin/files patch-aa Log: - update to 3.4.16 - update maintainer's email address PR: 39020 Submitted by: Jonathan Hanna Revision Changes Path 1.26 +7 -7 ports/math/spin/Makefile 1.19 +1 -1 ports/math/spin/distinfo 1.13 +13 -4 ports/math/spin/files/patch-aa 1.11 +1 -1 ports/math/spin/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 Jun 8 6: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 9B5E237B403; Sat, 8 Jun 2002 06:31:28 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58DVSh74620; Sat, 8 Jun 2002 06:31:28 -0700 (PDT) (envelope-from tobez) Message-Id: <200206081331.g58DVSh74620@freefall.freebsd.org> From: Anton Berezin Date: Sat, 8 Jun 2002 06:31:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-Admin-Config 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 tobez 2002/06/08 06:31:28 PDT Modified files: www/p5-Apache-Admin-Config Makefile distinfo Log: Update to 0.50. Revision Changes Path 1.6 +1 -1 ports/www/p5-Apache-Admin-Config/Makefile 1.4 +1 -1 ports/www/p5-Apache-Admin-Config/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 6: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 4DD6E37B40A; Sat, 8 Jun 2002 06:32:08 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58DW8s74771; Sat, 8 Jun 2002 06:32:08 -0700 (PDT) (envelope-from petef) Message-Id: <200206081332.g58DW8s74771@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 06:32:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/asmail Makefile ports/mail/asmail/files patch-asmail-pop.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 petef 2002/06/08 06:32:07 PDT Modified files: mail/asmail Makefile Added files: mail/asmail/files patch-asmail-pop.c Log: Fix a bug where asmail wouldn't correctly parse the imap4 port number correctly. PR: 34804 Submitted by: Fuyuhiko Maruyama Approved by: maintainer timeout Revision Changes Path 1.15 +2 -1 ports/mail/asmail/Makefile 1.1 +45 -0 ports/mail/asmail/files/patch-asmail-pop.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 Jun 8 6:36:25 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 655F737B401; Sat, 8 Jun 2002 06:36:21 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id B04505361; Sat, 8 Jun 2002 15:36:19 +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: Sebastien Gioria Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines article.sgml References: <200206080945.g589jZs20100@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 08 Jun 2002 15:36:18 +0200 In-Reply-To: <200206080945.g589jZs20100@freefall.freebsd.org> Message-ID: Lines: 26 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 Sebastien Gioria writes: > Log: > Typo fix > Submitted by: Marc fonvieille > PR: docs/38825 More fixes: s/si appropri=E9/le cas =E9ch=E9ant/ s/probl=E8me contenu dans/probl=E8me d=E9crit par/ s/r=E9solu, ou s'est produit =E0 nouveau/r=E9solu ni reproduit/ s/significative/consid=E9rable/ s/davantage/d'avantage/ devrait =EAtre ... s/r=E9assigner/r=E9assign=E9/ s/avec les r=E9f=E9rences/{avec,faisant} r=E9f=E9rence/ s/quand il a =E9t=E9 corrig=E9/quand elle a =E9t=E9 corrig=E9e/ (*une* erre= ur) and maybe also s/commis/soumis/, but I'm not sure what the conventional term is. All in all, excellent work! I'm impressed by the quality of the French translations :) 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 Sat Jun 8 7: 5: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 E6E2637B401; Sat, 8 Jun 2002 07:05:51 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58E5pt82001; Sat, 8 Jun 2002 07:05:51 -0700 (PDT) (envelope-from tobez) Message-Id: <200206081405.g58E5pt82001@freefall.freebsd.org> From: Anton Berezin Date: Sat, 8 Jun 2002 07:05:51 -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 tobez 2002/06/08 07:05:51 PDT Modified files: Mk bsd.sites.mk Log: Remove gatekeeper.dec.com from CPAN mirrors, since it is a) unavailable, and b) is not listed at http://www.cpan.org/SITES.html. Revision Changes Path 1.89 +1 -2 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 Jun 8 7: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 E792537B405; Sat, 8 Jun 2002 07:23:09 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58EN9Y84534; Sat, 8 Jun 2002 07:23:09 -0700 (PDT) (envelope-from tobez) Message-Id: <200206081423.g58EN9Y84534@freefall.freebsd.org> From: Anton Berezin Date: Sat, 8 Jun 2002 07:23:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Getopt-Long 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 tobez 2002/06/08 07:23:09 PDT Modified files: devel/p5-Getopt-Long Makefile distinfo pkg-plist Log: Update to 2.31. PR: 38298 Submitted by: David Lay Revision Changes Path 1.4 +2 -2 ports/devel/p5-Getopt-Long/Makefile 1.3 +1 -1 ports/devel/p5-Getopt-Long/distinfo 1.2 +0 -8 ports/devel/p5-Getopt-Long/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 Jun 8 7: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 BC52537B406; Sat, 8 Jun 2002 07:30:51 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58EUpp85246; Sat, 8 Jun 2002 07:30:51 -0700 (PDT) (envelope-from tobez) Message-Id: <200206081430.g58EUpp85246@freefall.freebsd.org> From: Anton Berezin Date: Sat, 8 Jun 2002 07:30:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Getopt-Long/files patch-Makefile.PL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2002/06/08 07:30:51 PDT Added files: devel/p5-Getopt-Long/files patch-Makefile.PL Log: Add a patch to get around the interactive intelligence built into the Makefile.PL. We know better in this instance. PORTREVISION is not bumped since there so little time passed since the last commit. Revision Changes Path 1.1 +39 -0 ports/devel/p5-Getopt-Long/files/patch-Makefile.PL (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 7:31: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 65F2937B406; Sat, 8 Jun 2002 07:31:36 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58EVaq85641; Sat, 8 Jun 2002 07:31:36 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081431.g58EVaq85641@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 07:31:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/xtheater Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/xtheater/files patch-smpeg::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/06/08 07:31:36 PDT Modified files: graphics Makefile Added files: graphics/xtheater Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/xtheater/files patch-smpeg::Makefile.in Log: add xtheater 1.0.0p1 MPEG-1 player in GTK+ capable of playing MPEG-1 format streams Revision Changes Path 1.457 +1 -0 ports/graphics/Makefile 1.1 +33 -0 ports/graphics/xtheater/Makefile (new) 1.1 +1 -0 ports/graphics/xtheater/distinfo (new) 1.1 +11 -0 ports/graphics/xtheater/files/patch-smpeg::Makefile.in (new) 1.1 +1 -0 ports/graphics/xtheater/pkg-comment (new) 1.1 +6 -0 ports/graphics/xtheater/pkg-descr (new) 1.1 +13 -0 ports/graphics/xtheater/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 Jun 8 7:32: 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 34A8A37B40B; Sat, 8 Jun 2002 07:31:40 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58EVet85672; Sat, 8 Jun 2002 07:31:40 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081431.g58EVet85672@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 07:31: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 ijliao 2002/06/08 07:31:40 PDT Modified files: . modules Log: xtheater --> ports/graphics/xtheater Revision Changes Path 1.5302 +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 Jun 8 7:39:22 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 241E337B406; Sat, 8 Jun 2002 07:39:14 -0700 (PDT) Date: Sat, 8 Jun 2002 07:39:14 -0700 From: "J. Mallett" To: Bruce Evans Cc: Bruce Evans , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/ps extern.h Message-ID: <20020608073913.A89596@FreeBSD.ORG> References: <20020608000108.A42463@FreeBSD.ORG> <20020608225458.Q19691-100000@gamplex.bde.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: <20020608225458.Q19691-100000@gamplex.bde.org>; from bde@zeta.org.au on Sat, Jun 08, 2002 at 11:13:53PM +1000 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From Bruce Evans > > I think sorting by type makes no sense for extern declarations. (style.9 > only says how to sort structs and local variables. It says to sort > by size [largest first] (not type), then by name. Sorting struct members > by size gives better packing, and sorting local variables by size > (perhaps smallest instead of largest first) may give gives better packing > for primitive compilers, but extern declarations don't allocate space so > size considerations don't apply.) Okay. > > we should be sorting as per LANG=C, and in that case, 'ra' definitely comes a > > bit after 'no', however 'no' comes happily after 'nl', therefore the lines in > > this locate could be written as: > > > > %%% > > extern int cflag, eval, fscale, mempages, nlistread; > > extern time_t now; > > extern int rawcpu, sumrusage, termwidth, totwidth; > > %%% > > > > But I don't think revision 1.24 fixes unsorting. > > I didn't want to restructure the declarations to have only one variable > per line, so I followed my usual rule for insertion "sorting" in unsorted > list: insert before the first line whose first item is after the item > being inserted. Since this gave a very trivial change, I should have > restructured the declarations. Ah ha, okay. Thanks. -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 8: 0:23 2002 Delivered-To: cvs-all@freebsd.org Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by hub.freebsd.org (Postfix) with ESMTP id 630E237B400; Sat, 8 Jun 2002 08:00:09 -0700 (PDT) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g58Ew4fA026086; Sat, 8 Jun 2002 16:58:04 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.3/8.12.3/Submit) id g58Ew3MA026085; Sat, 8 Jun 2002 16:58:03 +0200 (CEST) (envelope-from marc) Date: Sat, 8 Jun 2002 16:58:03 +0200 From: Marc Fonvieille To: Dag-Erling Smorgrav Cc: Sebastien Gioria , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines article.sgml Message-ID: <20020608165803.A19312@abigail.blackend.org> References: <200206080945.g589jZs20100@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from des@ofug.org on Sat, Jun 08, 2002 at 03:36:18PM +0200 X-Useless-Header: blackend.org 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 On Sat, Jun 08, 2002 at 03:36:18PM +0200, Dag-Erling Smorgrav wrote: > > More fixes: Hi, i'm the translator of the article. > > s/si approprié/le cas échéant/ "si approprié" is more close to the english meaning > s/problème contenu dans/problème décrit par/ indeed better :) > s/résolu, ou s'est produit à nouveau/résolu ni reproduit/ it's "or has occurred again" so it should be "ou s'est reproduit" instead of "ou s'est produit à nouveau", better style. > s/significative/considérable/ hehe very close, but "considérable" is better > s/davantage/d'avantage/ "davantage" is right, not "d'avantage", have a look to http://grammaire.reverso.net/index_alpha/Fiches/Fiche73.htm > devrait être ... s/réassigner/réassigné/ right > s/avec les références/{avec,faisant} référence/ indeed better style > s/quand il a été corrigé/quand elle a été corrigée/ (*une* erreur) > i will even say that "quand cela a été corrigé" is better because just before in the sentence we talk about the PR so it's a bit confusing to w say "elle" there. > and maybe also s/commis/soumis/, but I'm not sure what the > conventional term is. Well there are no real conventions, it's really difficult to translate the difference between submit and commit. > > All in all, excellent work! I'm impressed by the quality of the > French translations :) > hehe thanks :) I'm going to submit a PR for these changes :) Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 8: 4: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 3C16537B407; Sat, 8 Jun 2002 08:04:43 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58F4hO89214; Sat, 8 Jun 2002 08:04:43 -0700 (PDT) (envelope-from pat) Message-Id: <200206081504.g58F4hO89214@freefall.freebsd.org> From: Patrick Li Date: Sat, 8 Jun 2002 08:04:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/swish++ 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/06/08 08:04:42 PDT Modified files: www/swish++ Makefile distinfo Log: Update to 5.9.1 PR: ports/39022 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/www/swish++/Makefile 1.6 +1 -1 ports/www/swish++/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 8:15: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 97F2637B404; Sat, 8 Jun 2002 08:15:27 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58FFRb94501; Sat, 8 Jun 2002 08:15:27 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200206081515.g58FFRb94501@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sat, 8 Jun 2002 08:15:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/emacs-w3m 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 nobutaka 2002/06/08 08:15:27 PDT Modified files: www/emacs-w3m Makefile distinfo Log: Update to 1.2.7. Revision Changes Path 1.14 +1 -1 ports/www/emacs-w3m/Makefile 1.10 +1 -1 ports/www/emacs-w3m/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 8:35:54 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 7B68F37B401; Sat, 8 Jun 2002 08:35:46 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id E78955361; Sat, 8 Jun 2002 17:35:44 +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: Sebastien Gioria Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/problem-reports Makefile article.sgml References: <200206080959.g589x7i21410@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 08 Jun 2002 17:35:44 +0200 In-Reply-To: <200206080959.g589x7i21410@freefall.freebsd.org> Message-ID: Lines: 43 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 Sebastien Gioria writes: > Log: > New translation > PR: docs/38838 > Submitted by: Marc Fonvieille une des exp=E9riences s/la plus frustrante/les plus frustrantes/ (twice in the first paragraph) s/sur lequel vous exp=E9rimentez le bogue/sur lequel s=E9vit le bogue/, possibly "se produit" instead of "s=E9vit" s/ou l'=E9tait r=E9cemment/ou que l'on en a discut=E9 r=E9cemment/ s/que vous n'avez pas remarqu=E9/qui vous a =E9chapp=E9/ s/favoris/favori/ s/r=E9cent ou obscure/r=E9cent ou obscur/ s/d'=E9mail/de mel/ or whatever this week's French word for "email" is. I'm pretty sure I wrote "email" and not "enamel" :) s/avec d'obscures sujets/au sujet obscur/ s/le plus exactememnt que possible/le plus exactement possible/ s/par courrier/par mel/ or whatever, we don't actually snail-mail PR confirmations. s/statut/=E9tat/ or s/v=E9rifier son statut/suivre son progr=E8s/ s/sera interess=E9 par/s'interessera =E0/ s/quand ce sera le cas/le cas =E9ch=E9ant/ s/des copies/une copie/ s/ainsi le syst=E8me/ainsi que le syst=E8me/ and s/conna=EEtra/sache/ 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 Sat Jun 8 8:54: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 F31AB37B40A; Sat, 8 Jun 2002 08:54:40 -0700 (PDT) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Fsev98823; Sat, 8 Jun 2002 08:54:40 -0700 (PDT) (envelope-from nobutaka) Message-Id: <200206081554.g58Fsev98823@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sat, 8 Jun 2002 08:54:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdvdnav 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 nobutaka 2002/06/08 08:54:40 PDT Modified files: graphics/libdvdnav Makefile Log: Link libcrypt to suppress compiler warnings. Pointed out by: nork Revision Changes Path 1.3 +2 -1 ports/graphics/libdvdnav/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 9: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 7E6DE37B408; Sat, 8 Jun 2002 09:09:50 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58G9oN04447; Sat, 8 Jun 2002 09:09:50 -0700 (PDT) (envelope-from brian) Message-Id: <200206081609.g58G9oN04447@freefall.freebsd.org> From: Brian Somers Date: Sat, 8 Jun 2002 09:09:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vlc Makefile distinfo pkg-plist ports/graphics/vlc/files patch-Makefile.opts.in patch-configure patch-libdvdcss X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/08 09:09:50 PDT Modified files: graphics/vlc Makefile distinfo pkg-plist Removed files: graphics/vlc/files patch-Makefile.opts.in patch-configure patch-libdvdcss Log: Update to 0.4.1 This version uses graphics/libdvdread rather than insisting on using the internal libdvdread as previous versions did. Mostly submitted by: Scott Lambert Revision Changes Path 1.14 +8 -17 ports/graphics/vlc/Makefile 1.6 +1 -1 ports/graphics/vlc/distinfo 1.2 +0 -18 ports/graphics/vlc/files/patch-Makefile.opts.in (dead) 1.2 +0 -14 ports/graphics/vlc/files/patch-configure (dead) 1.2 +0 -21 ports/graphics/vlc/files/patch-libdvdcss (dead) 1.8 +59 -15 ports/graphics/vlc/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 Jun 8 9: 9: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 1630937B401; Sat, 8 Jun 2002 09:09:49 -0700 (PDT) Received: (from gioria@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58G9nG04397; Sat, 8 Jun 2002 09:09:49 -0700 (PDT) (envelope-from gioria) Message-Id: <200206081609.g58G9nG04397@freefall.freebsd.org> From: Sebastien Gioria Date: Sat, 8 Jun 2002 09:09:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines 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 gioria 2002/06/08 09:09:48 PDT Modified files: fr_FR.ISO8859-1/articles/pr-guidelines article.sgml Log: Some fixes PR: doc/39029 Submitted by: Marc Fonvieille Revision Changes Path 1.3 +6 -6 doc/fr_FR.ISO8859-1/articles/pr-guidelines/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 Jun 8 9:15:51 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 2269237B404; Sat, 8 Jun 2002 09:15:46 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 398E35361; Sat, 8 Jun 2002 18:15: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: Marc Fonvieille Cc: Sebastien Gioria , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines article.sgml References: <200206080945.g589jZs20100@freefall.freebsd.org> <20020608165803.A19312@abigail.blackend.org> From: Dag-Erling Smorgrav In-Reply-To: <20020608165803.A19312@abigail.blackend.org> User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 Date: 08 Jun 2002 18:15:40 +0200 Message-ID: Lines: 17 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Marc Fonvieille writes: > On Sat, Jun 08, 2002 at 03:36:18PM +0200, Dag-Erling Smorgrav wrote: > > s/si appropri=E9/le cas =E9ch=E9ant/ > "si appropri=E9" is more close to the english meaning --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Except it doesn't mean anything. Please change to "le cas =E9ch=E9ant". --=-=-= Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable > > s/r=E9solu, ou s'est produit =E0 nouveau/r=E9solu ni reproduit/ > it's "or has occurred again" so it should be "ou s'est reproduit" > instead of "ou s'est produit =E0 nouveau", better style. --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Oh, you're right, I misremembered the original text. BTW, shouldn't it be s/rouvrir/r=E9ouvrir/? 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 Sat Jun 8 9:16:25 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 EF58237B400; Sat, 8 Jun 2002 09:16:17 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id ECDC75361; Sat, 8 Jun 2002 18:16:16 +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: Marc Fonvieille Cc: Sebastien Gioria , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines article.sgml References: <200206080945.g589jZs20100@freefall.freebsd.org> <20020608165803.A19312@abigail.blackend.org> From: Dag-Erling Smorgrav Date: 08 Jun 2002 18:16:07 +0200 In-Reply-To: <20020608165803.A19312@abigail.blackend.org> Message-ID: Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-=-= Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Marc Fonvieille writes: > On Sat, Jun 08, 2002 at 03:36:18PM +0200, Dag-Erling Smorgrav wrote: > > s/si appropri=E9/le cas =E9ch=E9ant/ > "si appropri=E9" is more close to the english meaning --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Except it doesn't mean anything. Please change to "le cas =E9ch=E9ant". --=-=-= Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable > > s/r=E9solu, ou s'est produit =E0 nouveau/r=E9solu ni reproduit/ > it's "or has occurred again" so it should be "ou s'est reproduit" > instead of "ou s'est produit =E0 nouveau", better style. --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Oh, you're right, I misremembered the original text. BTW, shouldn't it be s/rouvrir/r=E9ouvrir/? 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 Sat Jun 8 9:45:13 2002 Delivered-To: cvs-all@freebsd.org Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by hub.freebsd.org (Postfix) with ESMTP id 34C5937B400; Sat, 8 Jun 2002 09:45:09 -0700 (PDT) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g58GgofA026680; Sat, 8 Jun 2002 18:42:50 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.3/8.12.3/Submit) id g58Ggos3026679; Sat, 8 Jun 2002 18:42:50 +0200 (CEST) (envelope-from marc) Date: Sat, 8 Jun 2002 18:42:49 +0200 From: Marc Fonvieille To: Dag-Erling Smorgrav Cc: Sebastien Gioria , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines article.sgml Message-ID: <20020608184249.C26179@abigail.blackend.org> References: <200206080945.g589jZs20100@freefall.freebsd.org> <20020608165803.A19312@abigail.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from des@ofug.org on Sat, Jun 08, 2002 at 06:15:40PM +0200 X-Useless-Header: blackend.org 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 On Sat, Jun 08, 2002 at 06:15:40PM +0200, Dag-Erling Smorgrav wrote: > > "si approprié" is more close to the english meaning > > Except it doesn't mean anything. Please change to "le cas échéant". it means "si adapté", if you want "le cas échéant" let's go for it :) > Oh, you're right, I misremembered the original text. BTW, shouldn't > it be s/rouvrir/réouvrir/? > Both are correct but "rouvrir" is often prefered to "réouvrir" Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10: 0:18 2002 Delivered-To: cvs-all@freebsd.org Received: from tomts19-srv.bellnexxia.net (tomts19.bellnexxia.net [209.226.175.73]) by hub.freebsd.org (Postfix) with ESMTP id 8938437B406; Sat, 8 Jun 2002 10:00:11 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.178.175]) by tomts19-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020608170010.PXKJ15871.tomts19-srv.bellnexxia.net@shall.anarcat.ath.cx>; Sat, 8 Jun 2002 13:00:10 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id AF2F15; Sat, 8 Jun 2002 13:04:38 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Sat, 8 Jun 2002 12:58:24 -0400 Date: Sat, 8 Jun 2002 12:58:24 -0400 From: The Anarcat To: Marc Fonvieille Cc: Dag-Erling Smorgrav , Sebastien Gioria , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines article.sgml Message-ID: <20020608165824.GC292@lenny.anarcat.ath.cx> Mail-Followup-To: Marc Fonvieille , Dag-Erling Smorgrav , Sebastien Gioria , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206080945.g589jZs20100@freefall.freebsd.org> <20020608165803.A19312@abigail.blackend.org> <20020608184249.C26179@abigail.blackend.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Md/poaVZ8hnGTzuv" Content-Disposition: inline In-Reply-To: <20020608184249.C26179@abigail.blackend.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 --Md/poaVZ8hnGTzuv Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat Jun 08, 2002 at 06:42:49PM +0200, Marc Fonvieille wrote: > On Sat, Jun 08, 2002 at 06:15:40PM +0200, Dag-Erling Smorgrav wrote: > > > > Oh, you're right, I misremembered the original text. BTW, shouldn't > > it be s/rouvrir/r=E9ouvrir/? > >=20 > Both are correct but "rouvrir" is often prefered to "r=E9ouvrir" I don't think "rouvrir" is valid. Heck, I wouldn't use it, and I'm french speaking. :) A. --=20 =46rom the age of uniformity, from the age of solitude, from the age of Big Brother, from the age of doublethink - greetings! --Md/poaVZ8hnGTzuv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9AjevttcWHAnWiGcRAgfaAKCBjt9LcYZO/WjuZHEY/zNtgrDXBQCfd5jj 5aBUnca3QHgjgjcce0jxW3Q= =d2Zc -----END PGP SIGNATURE----- --Md/poaVZ8hnGTzuv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10: 7: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 79C6237B403; Sat, 8 Jun 2002 10:07:42 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58H7gs15353; Sat, 8 Jun 2002 10:07:42 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081707.g58H7gs15353@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:07:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gdb52 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/06/08 10:07:42 PDT Modified files: devel/gdb52 Makefile Log: Mark Peek is doing good things with GDB, so hand it over to him. Revision Changes Path 1.12 +1 -1 ports/devel/gdb52/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10:25: 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 91C3437B400; Sat, 8 Jun 2002 10:24:56 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HOuB17185; Sat, 8 Jun 2002 10:24:56 -0700 (PDT) (envelope-from knu) Message-Id: <200206081724.g58HOuB17185@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 10:24:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/ruby16-shim-ruby18 Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/lang/ruby16-shim-ruby18/files patch-install.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/08 10:24:56 PDT Modified files: lang Makefile Added files: lang/ruby16-shim-ruby18 Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist lang/ruby16-shim-ruby18/files patch-install.rb Log: Add ruby16-shim-ruby18, version 1.7.2.2002.05.21. Ruby Shim is a set of modules that provide the libraries and the additional features that will appear in the next version of Ruby. Shim between 1.6 and 1.8 includes: features/ruby18 Hooks to support ruby 1.8 extensions dl Interface to dynamic linker racc-runtime Racc runtime module stringio IO interface for String strscan Fast string scanner benchmark Benchmark module fileutils File & directory manipulation pp Pretty printer (prettier version of `p') tsort Topological sorter Accordingly, this port obsoletes and replaces the following ports: devel/ruby-dl devel/ruby-fileutils devel/ruby-fnmatch devel/ruby-racc-runtime devel/ruby-strscan They will be automatically deinstalled during the installation process of this port. Revision Changes Path 1.297 +1 -0 ports/lang/Makefile 1.1 +39 -0 ports/lang/ruby16-shim-ruby18/Makefile (new) 1.1 +1 -0 ports/lang/ruby16-shim-ruby18/distinfo (new) 1.1 +11 -0 ports/lang/ruby16-shim-ruby18/files/patch-install.rb (new) 1.1 +1 -0 ports/lang/ruby16-shim-ruby18/pkg-comment (new) 1.1 +14 -0 ports/lang/ruby16-shim-ruby18/pkg-descr (new) 1.1 +53 -0 ports/lang/ruby16-shim-ruby18/pkg-install (new) 1.1 +50 -0 ports/lang/ruby16-shim-ruby18/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 Jun 8 10: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 01B9337B411; Sat, 8 Jun 2002 10:25:03 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HP2G17236; Sat, 8 Jun 2002 10:25:02 -0700 (PDT) (envelope-from knu) Message-Id: <200206081725.g58HP2G17236@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 10:25: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 knu 2002/06/08 10:25:02 PDT Modified files: . modules Log: ruby16-shim-ruby18 --> ports/lang/ruby16-shim-ruby18 Revision Changes Path 1.5303 +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 Jun 8 10:25: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 9905237B407; Sat, 8 Jun 2002 10:25:14 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HPE817295; Sat, 8 Jun 2002 10:25:14 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081725.g58HPE817295@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:25:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gindent Makefile ports/devel/libg++ 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/06/08 10:25:13 PDT Modified files: devel/gindent Makefile devel/libg++ Makefile Log: To ports@freebsd.org. Revision Changes Path 1.15 +2 -2 ports/devel/gindent/Makefile 1.11 +2 -2 ports/devel/libg++/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10:26: 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 B6F5837B416; Sat, 8 Jun 2002 10:25:44 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HPi517464; Sat, 8 Jun 2002 10:25:44 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081725.g58HPi517464@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:25:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/conserver 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/06/08 10:25:44 PDT Modified files: comms/conserver Makefile Log: To ports@freebsd.org. Revision Changes Path 1.20 +1 -1 ports/comms/conserver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10: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 6F49537B404; Sat, 8 Jun 2002 10:26:35 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HQZK17619; Sat, 8 Jun 2002 10:26:35 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081726.g58HQZK17619@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:26:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/dlx 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/06/08 10:26:35 PDT Modified files: emulators/dlx Makefile Log: To ports@freebsd.org. Revision Changes Path 1.11 +2 -2 ports/emulators/dlx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10: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 4654437B403; Sat, 8 Jun 2002 10:28:19 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HSJU17800; Sat, 8 Jun 2002 10:28:19 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081728.g58HSJU17800@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:28:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pgcc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/pgcc/files freebsd.h patch-aa patch-ab patch-ac patch-ad patch-af patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ap patch-aq patch-bc ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/08 10:28:19 PDT Removed files: lang/pgcc Makefile distinfo pkg-comment pkg-descr pkg-plist lang/pgcc/files freebsd.h patch-aa patch-ab patch-ac patch-ad patch-af patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ap patch-aq patch-bc patch-fa patch-fb patch-fc patch-va patch-vb Log: This was still at the GCC 2.95.2 level. GCC 3.1 has really subsumed the optimization work the PGCC group did based on the closed development GCC versions. Revision Changes Path 1.32 +0 -119 ports/lang/pgcc/Makefile (dead) 1.11 +0 -6 ports/lang/pgcc/distinfo (dead) 1.2 +0 -120 ports/lang/pgcc/files/freebsd.h (dead) 1.4 +0 -12 ports/lang/pgcc/files/patch-aa (dead) 1.5 +0 -11 ports/lang/pgcc/files/patch-ab (dead) 1.4 +0 -13 ports/lang/pgcc/files/patch-ac (dead) 1.4 +0 -93 ports/lang/pgcc/files/patch-ad (dead) 1.4 +0 -83 ports/lang/pgcc/files/patch-af (dead) 1.3 +0 -54 ports/lang/pgcc/files/patch-ah (dead) 1.2 +0 -54 ports/lang/pgcc/files/patch-ai (dead) 1.4 +0 -14 ports/lang/pgcc/files/patch-aj (dead) 1.3 +0 -42 ports/lang/pgcc/files/patch-ak (dead) 1.3 +0 -47 ports/lang/pgcc/files/patch-al (dead) 1.3 +0 -7 ports/lang/pgcc/files/patch-am (dead) 1.2 +0 -11 ports/lang/pgcc/files/patch-an (dead) 1.2 +0 -26 ports/lang/pgcc/files/patch-ap (dead) 1.2 +0 -11 ports/lang/pgcc/files/patch-aq (dead) 1.3 +0 -34 ports/lang/pgcc/files/patch-bc (dead) 1.2 +0 -232 ports/lang/pgcc/files/patch-fa (dead) 1.3 +0 -13 ports/lang/pgcc/files/patch-fb (dead) 1.3 +0 -21 ports/lang/pgcc/files/patch-fc (dead) 1.3 +0 -29 ports/lang/pgcc/files/patch-va (dead) 1.2 +0 -11 ports/lang/pgcc/files/patch-vb (dead) 1.7 +0 -1 ports/lang/pgcc/pkg-comment (dead) 1.8 +0 -13 ports/lang/pgcc/pkg-descr (dead) 1.14 +0 -251 ports/lang/pgcc/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 Sat Jun 8 10: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 5E09937B439; Sat, 8 Jun 2002 10:28:39 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HSdH17836; Sat, 8 Jun 2002 10:28:39 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081728.g58HSdH17836@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:28:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang 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/06/08 10:28:39 PDT Modified files: lang Makefile Log: bye-bye to PGCC Revision Changes Path 1.298 +0 -1 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10: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 47D6937B40D; Sat, 8 Jun 2002 10:29:31 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HTVK17914; Sat, 8 Jun 2002 10:29:31 -0700 (PDT) (envelope-from knu) Message-Id: <200206081729.g58HTVK17914@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 10:29:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-dl 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/06/08 10:29:30 PDT Removed files: devel/ruby-dl Makefile distinfo pkg-comment pkg-descr pkg-plist Log: devel/ruby-dl has been replaced with lang/ruby16-shim-ruby18. Revision Changes Path 1.12 +0 -43 ports/devel/ruby-dl/Makefile (dead) 1.11 +0 -1 ports/devel/ruby-dl/distinfo (dead) 1.2 +0 -1 ports/devel/ruby-dl/pkg-comment (dead) 1.2 +0 -5 ports/devel/ruby-dl/pkg-descr (dead) 1.6 +0 -11 ports/devel/ruby-dl/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 Sat Jun 8 10:29: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 72DBF37B407; Sat, 8 Jun 2002 10:29:28 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HTSM17881; Sat, 8 Jun 2002 10:29:28 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081729.g58HTSM17881@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:29:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/cwish 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/06/08 10:29:28 PDT Modified files: misc/cwish Makefile Log: To ports@freebsd.org. Revision Changes Path 1.10 +2 -2 ports/misc/cwish/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10:30: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 D2D0C37B429; Sat, 8 Jun 2002 10:30:05 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HU5g18034; Sat, 8 Jun 2002 10:30:05 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081730.g58HU5g18034@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:30:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pathchar 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/06/08 10:30:05 PDT Modified files: net/pathchar Makefile Log: To ports@freebsd.org. Revision Changes Path 1.20 +2 -2 ports/net/pathchar/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10:30: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 6678237B42F; Sat, 8 Jun 2002 10:30:22 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HUMk18347; Sat, 8 Jun 2002 10:30:22 -0700 (PDT) (envelope-from knu) Message-Id: <200206081730.g58HUMk18347@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 10:30:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-fileutils 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/06/08 10:30:22 PDT Removed files: devel/ruby-fileutils Makefile distinfo pkg-comment pkg-descr pkg-plist Log: devel/ruby-fileutils has been replaced with lang/ruby16-shim-ruby18. Revision Changes Path 1.5 +0 -49 ports/devel/ruby-fileutils/Makefile (dead) 1.3 +0 -1 ports/devel/ruby-fileutils/distinfo (dead) 1.2 +0 -1 ports/devel/ruby-fileutils/pkg-comment (dead) 1.2 +0 -3 ports/devel/ruby-fileutils/pkg-descr (dead) 1.3 +0 -7 ports/devel/ruby-fileutils/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 Sat Jun 8 10:31: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 1DC4337B447; Sat, 8 Jun 2002 10:31:08 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HV7818583; Sat, 8 Jun 2002 10:31:07 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081731.g58HV7818583@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:31:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/bro 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/06/08 10:31:07 PDT Modified files: security/bro Makefile Log: To ports@freebsd.org. Revision Changes Path 1.18 +2 -2 ports/security/bro/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10:32: 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 96AD737B434; Sat, 8 Jun 2002 10:31:32 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HVWn18620; Sat, 8 Jun 2002 10:31:32 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081731.g58HVWn18620@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:31:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/star 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/06/08 10:31:32 PDT Modified files: sysutils/star Makefile Log: To ports@freebsd.org. Revision Changes Path 1.26 +2 -2 ports/sysutils/star/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10: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 1111C37B422; Sat, 8 Jun 2002 10:31:59 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HVxo18705; Sat, 8 Jun 2002 10:31:59 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081731.g58HVxo18705@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:31:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xcpustate 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/06/08 10:31:58 PDT Modified files: sysutils/xcpustate Makefile Log: To ports@freebsd.org. Revision Changes Path 1.20 +2 -2 ports/sysutils/xcpustate/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10: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 8D10A37B421; Sat, 8 Jun 2002 10:33:41 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HXfT18860; Sat, 8 Jun 2002 10:33:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081733.g58HXfT18860@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 10:33:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/setcdboot 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/06/08 10:33:41 PDT Modified files: sysutils/setcdboot Makefile Log: To ports@freebsd.org. Revision Changes Path 1.6 +2 -2 ports/sysutils/setcdboot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10: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 4CB8437B40D; Sat, 8 Jun 2002 10:40:26 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58HeQw19310; Sat, 8 Jun 2002 10:40:26 -0700 (PDT) (envelope-from knu) Message-Id: <200206081740.g58HeQw19310@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 10:40:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-racc Makefile ports/devel/ruby-racc-runtime 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 knu 2002/06/08 10:40:26 PDT Modified files: devel/ruby-racc Makefile Removed files: devel/ruby-racc-runtime Makefile pkg-comment pkg-descr pkg-plist Log: devel/ruby-racc-runtime has been replaced with lang/ruby16-shim-ruby18. Revision Changes Path 1.3 +0 -16 ports/devel/ruby-racc-runtime/Makefile (dead) 1.2 +0 -1 ports/devel/ruby-racc-runtime/pkg-comment (dead) 1.2 +0 -5 ports/devel/ruby-racc-runtime/pkg-descr (dead) 1.3 +0 -4 ports/devel/ruby-racc-runtime/pkg-plist (dead) 1.34 +8 -10 ports/devel/ruby-racc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 10:45:18 2002 Delivered-To: cvs-all@freebsd.org Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by hub.freebsd.org (Postfix) with ESMTP id B5C1637B401; Sat, 8 Jun 2002 10:45:09 -0700 (PDT) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g58HiUfA026861; Sat, 8 Jun 2002 19:44:30 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.3/8.12.3/Submit) id g58HiTow026860; Sat, 8 Jun 2002 19:44:29 +0200 (CEST) (envelope-from marc) Date: Sat, 8 Jun 2002 19:44:29 +0200 From: Marc Fonvieille To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/problem-reports Makefile article.sgml Message-ID: <20020608194429.D26179@abigail.blackend.org> References: <200206080959.g589x7i21410@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from des@ofug.org on Sat, Jun 08, 2002 at 05:35:44PM +0200 X-Useless-Header: blackend.org 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 On Sat, Jun 08, 2002 at 05:35:44PM +0200, Dag-Erling Smorgrav wrote: > s/sur lequel vous expérimentez le bogue/sur lequel sévit le bogue/, > possibly "se produit" instead of "sévit" Well, it's the big problem of translation, it depends what feeling you wanted to make sense in the sentence. When i read it, i feel the person is *victim* of the bug "you experimented", i don't see it as "the system on which occured the bug" Only you can help me on that point; if it's "sur lequel sévit le bogue" you will have to change the original text then. > > s/d'émail/de mel/ or whatever this week's French word for "email" is. > I'm pretty sure I wrote "email" and not "enamel" :) > You enter in the big war against "anglicismes" ;) email is not the best solution, but better than "mel", this is like "cédérom" for "cdrom", in my opinion giving a french writing of english word is a silly. For example, CDROM is an acronym so we have two choices: keeping it or translating it, like OTAN for NATO. It should be the same for email. Some people use "courriel" which is far better than "mel" and it's in some way a translation of "email", however maybe "courrier électronique" is the best solution. > s/statut/état/ or s/vérifier son statut/suivre son progrès/ > "suivre son évolution" is maybe the best choice > s/ainsi le système/ainsi que le système/ and s/connaîtra/sache/ > If you add "que" you have to change "ainsi" for "afin", but once again there are many ways to tell the same thing. Thanks for the help. I will submit all typos and change on sunday. Please mail me directly your remarks or add a cc Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11: 0:23 2002 Delivered-To: cvs-all@freebsd.org Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by hub.freebsd.org (Postfix) with ESMTP id 7747E37B408; Sat, 8 Jun 2002 11:00:12 -0700 (PDT) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g58HtJfA026942; Sat, 8 Jun 2002 19:55:19 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.3/8.12.3/Submit) id g58HtJqv026941; Sat, 8 Jun 2002 19:55:19 +0200 (CEST) (envelope-from marc) Date: Sat, 8 Jun 2002 19:55:19 +0200 From: Marc Fonvieille To: The Anarcat Cc: Dag-Erling Smorgrav , Sebastien Gioria , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines article.sgml Message-ID: <20020608195519.E26179@abigail.blackend.org> References: <200206080945.g589jZs20100@freefall.freebsd.org> <20020608165803.A19312@abigail.blackend.org> <20020608184249.C26179@abigail.blackend.org> <20020608165824.GC292@lenny.anarcat.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020608165824.GC292@lenny.anarcat.ath.cx>; from anarcat@anarcat.ath.cx on Sat, Jun 08, 2002 at 12:58:24PM -0400 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.6-PRERELEASE Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by abigail.blackend.org id g58HtJfA026942 Sender: owner-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, Jun 08, 2002 at 12:58:24PM -0400, The Anarcat wrote: > > I don't think "rouvrir" is valid. Heck, I wouldn't use it, and I'm > french speaking. :) > Sorry, "rouvrir" is correct, and as i said often prefered to "réouvrir" according to "Le Robert" dictionary which is one of the reference, to not say *the* reference, of french language. You can even look at http://www.francophonie.hachette-livre.fr/cgi-bin/sgmlex2?R.SCIP.RL0364400 if you doubt. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11: 3:10 2002 Delivered-To: cvs-all@freebsd.org Received: from tomts11-srv.bellnexxia.net (tomts11.bellnexxia.net [209.226.175.55]) by hub.freebsd.org (Postfix) with ESMTP id 3641D37B401; Sat, 8 Jun 2002 11:03:03 -0700 (PDT) Received: from shall.anarcat.ath.cx ([65.94.178.175]) by tomts11-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020608180302.OCAH3699.tomts11-srv.bellnexxia.net@shall.anarcat.ath.cx>; Sat, 8 Jun 2002 14:03:02 -0400 Received: from lenny.anarcat.ath.cx (lenny.anarcat.ath.cx [192.168.0.4]) by shall.anarcat.ath.cx (Postfix) with SMTP id 41AC55; Sat, 8 Jun 2002 14:07:30 -0400 (EDT) Received: by lenny.anarcat.ath.cx (sSMTP sendmail emulation); Sat, 8 Jun 2002 14:01:15 -0400 Date: Sat, 8 Jun 2002 14:01:15 -0400 From: The Anarcat To: Marc Fonvieille Cc: Dag-Erling Smorgrav , Sebastien Gioria , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines article.sgml Message-ID: <20020608180115.GE292@lenny.anarcat.ath.cx> Mail-Followup-To: Marc Fonvieille , Dag-Erling Smorgrav , Sebastien Gioria , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200206080945.g589jZs20100@freefall.freebsd.org> <20020608165803.A19312@abigail.blackend.org> <20020608184249.C26179@abigail.blackend.org> <20020608165824.GC292@lenny.anarcat.ath.cx> <20020608195519.E26179@abigail.blackend.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="brEuL7wsLY8+TuWz" Content-Disposition: inline In-Reply-To: <20020608195519.E26179@abigail.blackend.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 --brEuL7wsLY8+TuWz Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat Jun 08, 2002 at 07:55:19PM +0200, Marc Fonvieille wrote: > On Sat, Jun 08, 2002 at 12:58:24PM -0400, The Anarcat wrote: > >=20 > > I don't think "rouvrir" is valid. Heck, I wouldn't use it, and I'm > > french speaking. :) > > > Sorry, "rouvrir" is correct, and as i said often prefered to "r=E9ouvrir" > according to "Le Robert" dictionary which is one of the reference, > to not say *the* reference, of french language. > You can even look at > http://www.francophonie.hachette-livre.fr/cgi-bin/sgmlex2?R.SCIP.RL0364400 > if you doubt. THAT DICTIONNARY LIES! DON'T LISTEN TO IT! :) I always thought rouvrir sounded like shit, but oh well. A. --=20 Pemature optimization is the root of all evil - Donald Knuth --brEuL7wsLY8+TuWz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9AkZqttcWHAnWiGcRAjJAAJ4h3J6/srgaiikMRpAN07NZKaWySgCeKAJ7 0Fv7TNcu9K/qyAKog7Jp37Y= =kZe2 -----END PGP SIGNATURE----- --brEuL7wsLY8+TuWz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11: 8: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 6FB5437B403; Sat, 8 Jun 2002 11:08:38 -0700 (PDT) Received: (from roberto@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58I8c526025; Sat, 8 Jun 2002 11:08:38 -0700 (PDT) (envelope-from roberto) Message-Id: <200206081808.g58I8c526025@freefall.freebsd.org> From: Ollivier Robert Date: Sat, 8 Jun 2002 11:08:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nnap 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 roberto 2002/06/08 11:08:38 PDT Added files: news/nnap Makefile distinfo pkg-comment pkg-descr pkg-plist Log: A small program that implements just enough of the NNTP protocol to authenticate client requests. After authentication nnap bounces the client TCP connection to an open NNTP server. PR: ports/38578 Submitted by: Lasse L. Johnsen Revision Changes Path 1.1 +31 -0 ports/news/nnap/Makefile (new) 1.1 +1 -0 ports/news/nnap/distinfo (new) 1.1 +1 -0 ports/news/nnap/pkg-comment (new) 1.1 +3 -0 ports/news/nnap/pkg-descr (new) 1.1 +1 -0 ports/news/nnap/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 Jun 8 11: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 9EACD37B408; Sat, 8 Jun 2002 11:11:52 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IBqX26724; Sat, 8 Jun 2002 11:11:52 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206081811.g58IBqX26724@freefall.freebsd.org> From: "J. Mallett" Date: Sat, 8 Jun 2002 11:11:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps keyword.c 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 jmallett 2002/06/08 11:11:52 PDT Modified files: bin/ps keyword.c ps.1 Log: Allow whitespace to act as a delimiter in the keywords list given to the -o, again, but also allow it in the user-specified header, too. This is far more backwards compatible and SUSv3-happy than allowing only comma to seperate the keywords list. Submitted by: tjr Revision Changes Path 1.48 +12 -3 src/bin/ps/keyword.c 1.53 +2 -2 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 Sat Jun 8 11: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 44BFE37B401; Sat, 8 Jun 2002 11:13:59 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IDx626873; Sat, 8 Jun 2002 11:13:59 -0700 (PDT) (envelope-from tegge) Message-Id: <200206081813.g58IDx626873@freefall.freebsd.org> From: Tor Egge Date: Sat, 8 Jun 2002 11:13:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads/files clone.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 tegge 2002/06/08 11:13:59 PDT Modified files: devel/linuxthreads/files clone.S Log: Fix malformed preprocessor directive. Revision Changes Path 1.7 +1 -1 ports/devel/linuxthreads/files/clone.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11:15: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 F1E9437B405; Sat, 8 Jun 2002 11:15:54 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IFsX27062; Sat, 8 Jun 2002 11:15:54 -0700 (PDT) (envelope-from tegge) Message-Id: <200206081815.g58IFsX27062@freefall.freebsd.org> From: Tor Egge Date: Sat, 8 Jun 2002 11:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads/files localtime.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 tegge 2002/06/08 11:15:54 PDT Modified files: devel/linuxthreads/files localtime.c Log: Track changes in -current (remove register keyword, ansify). Revision Changes Path 1.2 +115 -115 ports/devel/linuxthreads/files/localtime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11: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 610DF37B406; Sat, 8 Jun 2002 11:18:05 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58II5727258; Sat, 8 Jun 2002 11:18:05 -0700 (PDT) (envelope-from tegge) Message-Id: <200206081818.g58II5727258@freefall.freebsd.org> From: Tor Egge Date: Sat, 8 Jun 2002 11:18:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads/files freebsd-compat.h lclone.c sched.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 tegge 2002/06/08 11:18:05 PDT Modified files: devel/linuxthreads/files freebsd-compat.h lclone.c sched.c Log: Remove #pragma weak usage. Revision Changes Path 1.5 +8 -6 ports/devel/linuxthreads/files/freebsd-compat.h 1.4 +4 -3 ports/devel/linuxthreads/files/lclone.c 1.3 +28 -14 ports/devel/linuxthreads/files/sched.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11:18: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 9B78137B406; Sat, 8 Jun 2002 11:18:52 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IIqQ27385; Sat, 8 Jun 2002 11:18:52 -0700 (PDT) (envelope-from knu) Message-Id: <200206081818.g58IIqQ27385@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 11:18:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-fnmatch Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/ruby_static Makefile ports/lang/ruby_static-devel Makefile ports/sysutils/portupgrade 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/06/08 11:18:52 PDT Modified files: lang/ruby_static Makefile lang/ruby_static-devel Makefile sysutils/portupgrade Makefile distinfo Removed files: devel/ruby-fnmatch Makefile distinfo pkg-comment pkg-descr pkg-plist Log: devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18. Revision Changes Path 1.4 +0 -24 ports/devel/ruby-fnmatch/Makefile (dead) 1.3 +0 -1 ports/devel/ruby-fnmatch/distinfo (dead) 1.2 +0 -1 ports/devel/ruby-fnmatch/pkg-comment (dead) 1.2 +0 -3 ports/devel/ruby-fnmatch/pkg-descr (dead) 1.2 +0 -1 ports/devel/ruby-fnmatch/pkg-plist (dead) 1.4 +0 -2 ports/lang/ruby_static-devel/Makefile 1.15 +0 -4 ports/lang/ruby_static/Makefile 1.138 +8 -3 ports/sysutils/portupgrade/Makefile 1.124 +1 -0 ports/sysutils/portupgrade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11:21: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 C561937B408; Sat, 8 Jun 2002 11:21:46 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58ILk228097; Sat, 8 Jun 2002 11:21:46 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081821.g58ILk228097@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 11:21:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/muse Makefile pkg-plist ports/audio/muse/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/06/08 11:21:46 PDT Modified files: audio/muse Makefile pkg-plist Removed files: audio/muse/files patch-Makefile.in Log: - Support CFLAGS/CXXFLAGS properly - Utilize NOPORTDOCS bump portrevision PR: 38991 Submitted by: Ports Fury Revision Changes Path 1.2 +22 -8 ports/audio/muse/Makefile 1.2 +0 -22 ports/audio/muse/files/patch-Makefile.in (dead) 1.2 +8 -9 ports/audio/muse/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 Jun 8 11:24: 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 0BEE637B404; Sat, 8 Jun 2002 11:23:55 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58INtr28314; Sat, 8 Jun 2002 11:23:55 -0700 (PDT) (envelope-from knu) Message-Id: <200206081823.g58INtr28314@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 11:23:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-rdtool 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 knu 2002/06/08 11:23:55 PDT Modified files: textproc/ruby-rdtool Makefile pkg-plist Log: devel/ruby-racc-runtime and devel/ruby-strscan have been replaced with lang/ruby16-shim-ruby18. Revision Changes Path 1.24 +10 -5 ports/textproc/ruby-rdtool/Makefile 1.14 +0 -1 ports/textproc/ruby-rdtool/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 Jun 8 11: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 92E4537B410; Sat, 8 Jun 2002 11:24:16 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IOGw28389; Sat, 8 Jun 2002 11:24:16 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081824.g58IOGw28389@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 11:24:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/osalp 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/06/08 11:24:16 PDT Modified files: audio/osalp Makefile pkg-plist Log: - GNU_CONFIGURE -> USE_LIBTOOL - Support PREFIX properly bump portrevision PR: 38992 Submitted by: Ports Fury Revision Changes Path 1.2 +11 -4 ports/audio/osalp/Makefile 1.2 +7 -12 ports/audio/osalp/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 Jun 8 11:25: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 0929637B404; Sat, 8 Jun 2002 11:25:33 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IPXc28552; Sat, 8 Jun 2002 11:25:33 -0700 (PDT) (envelope-from knu) Message-Id: <200206081825.g58IPXc28552@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 11:25:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-strscan 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/06/08 11:25:32 PDT Removed files: devel/ruby-strscan Makefile distinfo pkg-comment pkg-descr pkg-plist Log: devel/ruby-strscan has been replaced with lang/ruby16-shim-ruby18. Revision Changes Path 1.26 +0 -42 ports/devel/ruby-strscan/Makefile (dead) 1.11 +0 -1 ports/devel/ruby-strscan/distinfo (dead) 1.2 +0 -1 ports/devel/ruby-strscan/pkg-comment (dead) 1.4 +0 -5 ports/devel/ruby-strscan/pkg-descr (dead) 1.7 +0 -16 ports/devel/ruby-strscan/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 Sat Jun 8 11: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 8C0B437B406; Sat, 8 Jun 2002 11:27:19 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IRJ828734; Sat, 8 Jun 2002 11:27:19 -0700 (PDT) (envelope-from tegge) Message-Id: <200206081827.g58IRJ828734@freefall.freebsd.org> From: Tor Egge Date: Sat, 8 Jun 2002 11:27:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads Makefile pkg-plist ports/devel/linuxthreads/files Makefile.libgcc_r Makefile.libstdc++ Makefile.libsupc++ README.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 tegge 2002/06/08 11:27:19 PDT Modified files: devel/linuxthreads Makefile pkg-plist devel/linuxthreads/files Makefile.libgcc_r README.FreeBSD patch-aa Added files: devel/linuxthreads/files Makefile.libstdc++ Makefile.libsupc++ Log: Build linuxthreads version of libstdc++ and libsupc++ under 5.0-CURRENT. Don't misuse DESTDIR when building linuxthreads version of libgcc. Fix varargs warning under 5.0-CURRENT. Don't try to register profiled libraries when NOPROFILE has been specified. Don't try to register shared libraries when NOPIC has been specified. Bump port revision. PR: 38876 Revision Changes Path 1.27 +85 -8 ports/devel/linuxthreads/Makefile 1.4 +8 -9 ports/devel/linuxthreads/files/Makefile.libgcc_r 1.1 +18 -0 ports/devel/linuxthreads/files/Makefile.libstdc++ (new) 1.1 +18 -0 ports/devel/linuxthreads/files/Makefile.libsupc++ (new) 1.8 +12 -0 ports/devel/linuxthreads/files/README.FreeBSD 1.17 +17 -4 ports/devel/linuxthreads/files/patch-aa 1.7 +10 -4 ports/devel/linuxthreads/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 Jun 8 11:27: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 E198937B40B; Sat, 8 Jun 2002 11:27:34 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IRY628793; Sat, 8 Jun 2002 11:27:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081827.g58IRY628793@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 11:27:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/rawrec 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 ijliao 2002/06/08 11:27:34 PDT Modified files: audio/rawrec Makefile pkg-comment Log: - Support CC properly - Fix pkg-comment format PR: 38993 Submitted by: Ports Fury Revision Changes Path 1.3 +9 -10 ports/audio/rawrec/Makefile 1.2 +1 -1 ports/audio/rawrec/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11: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 6A9C037B40C; Sat, 8 Jun 2002 11:27:41 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IRf628874; Sat, 8 Jun 2002 11:27:41 -0700 (PDT) (envelope-from knu) Message-Id: <200206081827.g58IRf628874@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 11:27:41 -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 knu 2002/06/08 11:27:41 PDT Modified files: devel Makefile Log: Deactivate the following ports: ruby-dl ruby-fileutils ruby-fnmatch ruby-racc-runtime ruby-strscan Revision Changes Path 1.839 +0 -5 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 Sat Jun 8 11: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 0AC8437B401; Sat, 8 Jun 2002 11:30:04 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IU4q29129; Sat, 8 Jun 2002 11:30:04 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081830.g58IU4q29129@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 11:30:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/libvm68k 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/06/08 11:30:03 PDT Modified files: emulators/libvm68k Makefile pkg-plist Log: - GNU_CONFIGURE -> USE_LIBTOOL PR: 38994 Submitted by: Ports Fury Revision Changes Path 1.2 +3 -1 ports/emulators/libvm68k/Makefile 1.2 +4 -6 ports/emulators/libvm68k/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 Jun 8 11: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 2B57937B406; Sat, 8 Jun 2002 11:31:39 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IVdN29686; Sat, 8 Jun 2002 11:31:39 -0700 (PDT) (envelope-from knu) Message-Id: <200206081831.g58IVdN29686@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 11:31:39 -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/06/08 11:31:39 PDT Modified files: . modules Log: Unlink the following shortcuts: ruby-dl ruby-fileutils ruby-fnmatch ruby-racc-runtime ruby-strscan Revision Changes Path 1.5304 +0 -5 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 Jun 8 11:33: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 B1C7237B403; Sat, 8 Jun 2002 11:33:56 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IXuS29872; Sat, 8 Jun 2002 11:33:56 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081833.g58IXuS29872@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 11:33:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vx68k 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/06/08 11:33:56 PDT Modified files: emulators/vx68k Makefile pkg-plist Log: - GNU_CONFIGURE -> USE_LIBTOOL - Remove unneeded USE_BISON PR: 38995 Submitted by: Ports Fury Revision Changes Path 1.2 +10 -5 ports/emulators/vx68k/Makefile 1.2 +3 -5 ports/emulators/vx68k/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 Jun 8 11:36: 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 BDD5937B405; Sat, 8 Jun 2002 11:36:03 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Ia3a30185; Sat, 8 Jun 2002 11:36:03 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081836.g58Ia3a30185@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 11:36:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/vamos Makefile pkg-plist ports/games/vamos/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 ijliao 2002/06/08 11:36:03 PDT Modified files: games/vamos Makefile pkg-plist Added files: games/vamos/files patch-configure Log: - GNU_CONFIGURE -> USE_LIBTOOL PR: 38997 Submitted by: Ports Fury Revision Changes Path 1.3 +5 -3 ports/games/vamos/Makefile 1.1 +10 -0 ports/games/vamos/files/patch-configure (new) 1.3 +6 -10 ports/games/vamos/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 Jun 8 11: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 2C75437B403; Sat, 8 Jun 2002 11:39:44 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IdiM30513; Sat, 8 Jun 2002 11:39:44 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081839.g58IdiM30513@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 11:39:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/wxbasic Makefile pkg-comment pkg-plist ports/lang/wxbasic/files patch-makefile.unx X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/08 11:39:44 PDT Modified files: lang/wxbasic Makefile pkg-comment pkg-plist lang/wxbasic/files patch-makefile.unx Log: - Unbreak - Utilize NOPORTDOCS - Fix pkg-comment format PR: 38998 Submitted by: Ports Fury Revision Changes Path 1.2 +10 -3 ports/lang/wxbasic/Makefile 1.2 +1 -1 ports/lang/wxbasic/files/patch-makefile.unx 1.2 +1 -1 ports/lang/wxbasic/pkg-comment 1.2 +11 -0 ports/lang/wxbasic/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 Jun 8 11:40:25 2002 Delivered-To: cvs-all@freebsd.org Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by hub.freebsd.org (Postfix) with ESMTP id 2BB3137B419; Sat, 8 Jun 2002 11:40:12 -0700 (PDT) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.12.3/8.12.3/ - 15/04/02) with ESMTP id g58IbXfA027188; Sat, 8 Jun 2002 20:37:33 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.3/8.12.3/Submit) id g58IbWrU027187; Sat, 8 Jun 2002 20:37:32 +0200 (CEST) (envelope-from marc) Date: Sat, 8 Jun 2002 20:37:32 +0200 From: Marc Fonvieille To: The Anarcat Cc: Dag-Erling Smorgrav , Sebastien Gioria , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/fr_FR.ISO8859-1/articles/pr-guidelines article.sgml Message-ID: <20020608203732.F26179@abigail.blackend.org> References: <200206080945.g589jZs20100@freefall.freebsd.org> <20020608165803.A19312@abigail.blackend.org> <20020608184249.C26179@abigail.blackend.org> <20020608165824.GC292@lenny.anarcat.ath.cx> <20020608195519.E26179@abigail.blackend.org> <20020608180115.GE292@lenny.anarcat.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020608180115.GE292@lenny.anarcat.ath.cx>; from anarcat@anarcat.ath.cx on Sat, Jun 08, 2002 at 02:01:15PM -0400 X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.6-PRERELEASE Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by abigail.blackend.org id g58IbXfA027188 Sender: owner-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, Jun 08, 2002 at 02:01:15PM -0400, The Anarcat wrote: > > THAT DICTIONNARY LIES! DON'T LISTEN TO IT! :) > > I always thought rouvrir sounded like shit, but oh well. > hehe I'm sure you used it :) In fact the verb "réouvrir" does NOT exist in french language it's just a bad use from medias most of time. But the "substantif" from "rouvrir" is "réouverture". You can read http://www.francophonie.ch/ddf/no401.htm about that. So it's wrong to use "réouvrir". Marc Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11:41:50 2002 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 2F44737B403; Sat, 8 Jun 2002 11:41:45 -0700 (PDT) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.3/8.12.3) with ESMTP id g58IfiCV082208; Sat, 8 Jun 2002 11:41:44 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.3/8.12.3/Submit) id g58Ifipe082207; Sat, 8 Jun 2002 11:41:44 -0700 (PDT) (envelope-from dillon) Date: Sat, 8 Jun 2002 11:41:44 -0700 (PDT) From: Matthew Dillon Message-Id: <200206081841.g58Ifipe082207@apollo.backplane.com> To: Bruce Evans Cc: "J. Mallett" , Bruce Evans , , Subject: Re: cvs commit: src/bin/ps extern.h References: <20020608225458.Q19691-100000@gamplex.bde.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 Arguing over variable ordering for the sake of style(9) in this context is a complete waste of time. There are no readability issues here no matter how the variables are ordered. The list's time (and yours too) would be better spent on other things I think... or perhaps private email if the parties can't let it go. IMHO, -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11: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 B61A637B400; Sat, 8 Jun 2002 11:42:40 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IgeV31313; Sat, 8 Jun 2002 11:42:40 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081842.g58IgeV31313@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 11:42:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/kcd Makefile distinfo pkg-plist ports/misc/kcd/files patch-ac patch-ad patch-ae patch-af 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 ijliao 2002/06/08 11:42:40 PDT Modified files: misc/kcd Makefile distinfo pkg-plist Removed files: misc/kcd/files patch-ac patch-ad patch-ae patch-af patch-ag Log: upgrade to 6.0.0 PR: 38999 Submitted by: Ports Fury Revision Changes Path 1.10 +21 -20 ports/misc/kcd/Makefile 1.6 +1 -1 ports/misc/kcd/distinfo 1.2 +0 -13 ports/misc/kcd/files/patch-ac (dead) 1.2 +0 -25 ports/misc/kcd/files/patch-ad (dead) 1.2 +0 -13 ports/misc/kcd/files/patch-ae (dead) 1.2 +0 -14 ports/misc/kcd/files/patch-af (dead) 1.2 +0 -13 ports/misc/kcd/files/patch-ag (dead) 1.5 +7 -3 ports/misc/kcd/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 Jun 8 11:44: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 E983537B404; Sat, 8 Jun 2002 11:44:18 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IiIA31554; Sat, 8 Jun 2002 11:44:18 -0700 (PDT) (envelope-from petef) Message-Id: <200206081844.g58IiIA31554@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 11:44:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news 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/06/08 11:44:18 PDT Modified files: news Makefile Log: Add nnap. Pointy hat to: roberto Revision Changes Path 1.74 +1 -0 ports/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11:45: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 3F3F637B401; Sat, 8 Jun 2002 11:45:10 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IjAS31698; Sat, 8 Jun 2002 11:45:10 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081845.g58IjAS31698@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 11:45:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bcpp Makefile distinfo pkg-comment ports/devel/bcpp/files patch-bcpp.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 ijliao 2002/06/08 11:45:10 PDT Modified files: devel/bcpp Makefile distinfo pkg-comment devel/bcpp/files patch-bcpp.cpp Log: upgrade to 20020518 PR: 39001 Submitted by: maintainer Revision Changes Path 1.3 +2 -1 ports/devel/bcpp/Makefile 1.2 +1 -1 ports/devel/bcpp/distinfo 1.3 +8 -8 ports/devel/bcpp/files/patch-bcpp.cpp 1.3 +1 -1 ports/devel/bcpp/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11:45: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 16CEE37B407; Sat, 8 Jun 2002 11:45:13 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58IjDH31731; Sat, 8 Jun 2002 11:45:13 -0700 (PDT) (envelope-from petef) Message-Id: <200206081845.g58IjDH31731@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 11:45: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 petef 2002/06/08 11:45:13 PDT Modified files: . modules Log: nnap --> ports/news/nnap Revision Changes Path 1.5305 +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 Jun 8 11: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 1CF7B37B403; Sat, 8 Jun 2002 11:48:41 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Imf232149; Sat, 8 Jun 2002 11:48:41 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081848.g58Imf232149@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 11:48:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/f77 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/06/08 11:48:40 PDT Modified files: gnu/usr.bin/cc/f77 Makefile Log: Fix compiling FORTRAN77 programs. Revision Changes Path 1.18 +1 -0 src/gnu/usr.bin/cc/f77/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 11:51: 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 1662737B400; Sat, 8 Jun 2002 11:51:04 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Ip4D32759; Sat, 8 Jun 2002 11:51:04 -0700 (PDT) (envelope-from sobomax) Message-Id: <200206081851.g58Ip4D32759@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 8 Jun 2002 11:51:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnumeric 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/06/08 11:51:04 PDT Modified files: math/gnumeric pkg-plist Log: Put back python support (requires up to date libtool). Revision Changes Path 1.46 +21 -1 ports/math/gnumeric/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 Jun 8 11:54: 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 C73C537B403; Sat, 8 Jun 2002 11:54:01 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Is1F32977; Sat, 8 Jun 2002 11:54:01 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081854.g58Is1F32977@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 11:54:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier Makefile Makefile.man distinfo pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist ports/mail/courier/files patch-courier::module.fax patch-courier::perms.sh.in patch-courier_perms.sh.in ports/mail/courier/scripts configure.courier X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/08 11:54:01 PDT Modified files: mail/courier Makefile Makefile.man distinfo pkg-descr pkg-install pkg-message pkg-plist mail/courier/scripts configure.courier Added files: mail/courier pkg-deinstall mail/courier/files patch-courier::module.fax patch-courier::perms.sh.in Removed files: mail/courier/files patch-courier_perms.sh.in Log: upgrade to 0.38.2 fix deinstall problem PR: 39003 Submitted by: maintainer Revision Changes Path 1.9 +25 -12 ports/mail/courier/Makefile 1.3 +4 -0 ports/mail/courier/Makefile.man 1.6 +1 -1 ports/mail/courier/distinfo 1.1 +35 -0 ports/mail/courier/files/patch-courier::module.fax (new) 1.1 +36 -0 ports/mail/courier/files/patch-courier::perms.sh.in (new) 1.4 +0 -36 ports/mail/courier/files/patch-courier_perms.sh.in (dead) 1.1 +28 -0 ports/mail/courier/pkg-deinstall (new) 1.2 +2 -3 ports/mail/courier/pkg-descr 1.3 +7 -7 ports/mail/courier/pkg-install 1.3 +3 -2 ports/mail/courier/pkg-message 1.5 +149 -23 ports/mail/courier/pkg-plist 1.3 +99 -54 ports/mail/courier/scripts/configure.courier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 12: 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 3F61B37B406; Sat, 8 Jun 2002 12:00:41 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58J0fI33734; Sat, 8 Jun 2002 12:00:41 -0700 (PDT) (envelope-from alc) Message-Id: <200206081900.g58J0fI33734@freefall.freebsd.org> From: Alan Cox Date: Sat, 8 Jun 2002 12:00:41 -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/06/08 12:00:40 PDT Modified files: sys/vm vm_map.c Log: o Simplify vm_map_unwire() by merging the second and third passes over the caller-specified region. Revision Changes Path 1.245 +11 -17 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 Sat Jun 8 12: 0: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 43A8237B405; Sat, 8 Jun 2002 12:00:40 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58J0eU33701; Sat, 8 Jun 2002 12:00:40 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081900.g58J0eU33701@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 12:00:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vm 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/06/08 12:00:40 PDT Modified files: mail/vm Makefile distinfo Log: upgrade to 7.07 PR: 39012 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/mail/vm/Makefile 1.5 +1 -1 ports/mail/vm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 12:13: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 07C5C37B407; Sat, 8 Jun 2002 12:13:35 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58JDYF39322; Sat, 8 Jun 2002 12:13:34 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081913.g58JDYF39322@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 12:13:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jetty Makefile distinfo 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 ijliao 2002/06/08 12:13:34 PDT Modified files: www/jetty Makefile distinfo pkg-message pkg-plist Log: upgrade to 4.0.2 PR: 39028 Submitted by: maintainer Revision Changes Path 1.5 +4 -4 ports/www/jetty/Makefile 1.4 +1 -1 ports/www/jetty/distinfo 1.3 +1 -1 ports/www/jetty/pkg-message 1.4 +637 -200 ports/www/jetty/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 Jun 8 12:17: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 73CAC37B409; Sat, 8 Jun 2002 12:17:14 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58JHEU39686; Sat, 8 Jun 2002 12:17:14 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081917.g58JHEU39686@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 12:17:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Devel-StackTrace 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 ijliao 2002/06/08 12:17:14 PDT Modified files: devel/p5-Devel-StackTrace Makefile distinfo pkg-descr Log: upgrade to 0.9 assume maintainership PR: 39033 Submitted by: Erwin Lansing (new maintainer) Revision Changes Path 1.3 +3 -3 ports/devel/p5-Devel-StackTrace/Makefile 1.2 +1 -1 ports/devel/p5-Devel-StackTrace/distinfo 1.2 +6 -4 ports/devel/p5-Devel-StackTrace/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 12: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 DC3ED37B40B; Sat, 8 Jun 2002 12:20:00 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58JK0J39977; Sat, 8 Jun 2002 12:20:00 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081920.g58JK0J39977@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 12:20:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Filter 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 ijliao 2002/06/08 12:20:00 PDT Modified files: devel/p5-Filter Makefile distinfo pkg-descr Log: upgrade to 1.28 assume maintainership PR: 39034 Submitted by: Erwin Lansing (new maintainer) Revision Changes Path 1.14 +3 -3 ports/devel/p5-Filter/Makefile 1.6 +1 -1 ports/devel/p5-Filter/distinfo 1.3 +2 -0 ports/devel/p5-Filter/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 12:22: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 6E92937B403; Sat, 8 Jun 2002 12:22:10 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58JMAf40679; Sat, 8 Jun 2002 12:22:10 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081922.g58JMAf40679@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 12:22:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-IO-Tty 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/06/08 12:22:10 PDT Modified files: devel/p5-IO-Tty Makefile distinfo pkg-descr pkg-plist Log: upgrade to 1.02 assume maintainership PR: 39035 Submitted by: Erwin Lansing (new maintainer) Revision Changes Path 1.9 +7 -5 ports/devel/p5-IO-Tty/Makefile 1.4 +1 -1 ports/devel/p5-IO-Tty/distinfo 1.2 +2 -0 ports/devel/p5-IO-Tty/pkg-descr 1.2 +2 -0 ports/devel/p5-IO-Tty/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 Jun 8 12:24: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 1F5F637B409; Sat, 8 Jun 2002 12:24:40 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58JOeQ40870; Sat, 8 Jun 2002 12:24:40 -0700 (PDT) (envelope-from ijliao) Message-Id: <200206081924.g58JOeQ40870@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 8 Jun 2002 12:24:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/p5-Imager 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/06/08 12:24:40 PDT Modified files: graphics/p5-Imager Makefile distinfo pkg-plist Log: upgrade to 0.41 assume maintainership PR: 39036 Submitted by: Erwin Lansing (new maintainer) Revision Changes Path 1.6 +5 -3 ports/graphics/p5-Imager/Makefile 1.3 +1 -1 ports/graphics/p5-Imager/distinfo 1.3 +6 -0 ports/graphics/p5-Imager/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 Jun 8 12:39: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 6DA9F37B403; Sat, 8 Jun 2002 12:39:40 -0700 (PDT) Received: (from cy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58JdeH42238; Sat, 8 Jun 2002 12:39:40 -0700 (PDT) (envelope-from cy) Message-Id: <200206081939.g58JdeH42238@freefall.freebsd.org> From: Cy Schubert Date: Sat, 8 Jun 2002 12:39:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/aide Makefile ports/security/aide/files aide.conf.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 cy 2002/06/08 12:39:40 PDT Modified files: security/aide Makefile security/aide/files aide.conf.freebsd Log: The default aide.conf silently fails to check subdirectories, even though it appears to be configured to do so. Submitted by: Oliver Crow Revision Changes Path 1.8 +1 -0 ports/security/aide/Makefile 1.3 +2 -2 ports/security/aide/files/aide.conf.freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 12:41: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 35BA537B400; Sat, 8 Jun 2002 12:41:10 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58JfAo42672; Sat, 8 Jun 2002 12:41:10 -0700 (PDT) (envelope-from pat) Message-Id: <200206081941.g58JfAo42672@freefall.freebsd.org> From: Patrick Li Date: Sat, 8 Jun 2002 12:41:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/bitchx Makefile pkg-plist ports/irc/bitchx/files patch-az 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 pat 2002/06/08 12:41:10 PDT Modified files: irc/bitchx Makefile pkg-plist Added files: irc/bitchx/files patch-configure Removed files: irc/bitchx/files patch-az Log: - Fix plist and portlint compliance - Fix IPv6 support - Remove WANT_GNOME because the Gtkfrontend is buggy and unmaintained - ECHO -> ECHO_CMD PR: ports/38654 Submitted by: maintainer Revision Changes Path 1.41 +26 -22 ports/irc/bitchx/Makefile 1.3 +0 -82 ports/irc/bitchx/files/patch-az (dead) 1.1 +58 -0 ports/irc/bitchx/files/patch-configure (new) 1.11 +0 -1 ports/irc/bitchx/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 Jun 8 12:46:47 2002 Delivered-To: cvs-all@freebsd.org Received: from spqr.osg.gov.bc.ca (spqr.osg.gov.bc.ca [142.32.102.24]) by hub.freebsd.org (Postfix) with ESMTP id 6A31237B403; Sat, 8 Jun 2002 12:46:37 -0700 (PDT) Received: from passer.osg.gov.bc.ca (passer.osg.gov.bc.ca [142.32.110.29]) by spqr.osg.gov.bc.ca (Postfix) with ESMTP id 056659EF08; Sat, 8 Jun 2002 12:46:37 -0700 (PDT) Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.4/8.12.3) with ESMTP id g58Jka0j015201; Sat, 8 Jun 2002 12:46:36 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.4/8.12.3) with ESMTP id g58JkZu5097750; Sat, 8 Jun 2002 12:46:35 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200206081946.g58JkZu5097750@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: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Oliver Crow Subject: Re: cvs commit: ports/security/aide Makefile ports/security/aide/files aide.conf.freebsd In-Reply-To: Message from Cy Schubert of "Sat, 08 Jun 2002 12:39:40 PDT." <200206081939.g58JdeH42238@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 08 Jun 2002 12:46:35 -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 <200206081939.g58JdeH42238@freefall.freebsd.org>, Cy Schubert writes : > cy 2002/06/08 12:39:40 PDT > > Modified files: > security/aide Makefile > security/aide/files aide.conf.freebsd > Log: > The default aide.conf silently fails to check subdirectories, even though > it appears to be configured to do so. > > Submitted by: Oliver Crow > > Revision Changes Path > 1.8 +1 -0 ports/security/aide/Makefile > 1.3 +2 -2 ports/security/aide/files/aide.conf.freebsd The ultimate solution would be to translate the tripwire config into an aide config file. When this port is upgraded to aide 0.9, this port will get a brand new config file based upon my work on the tripwire (2.3.1) port. -- 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 Sat Jun 8 12: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 564A737B405; Sat, 8 Jun 2002 12:48:09 -0700 (PDT) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Jm9N43612; Sat, 8 Jun 2002 12:48:09 -0700 (PDT) (envelope-from deischen) Message-Id: <200206081948.g58Jm9N43612@freefall.freebsd.org> From: Daniel Eischen Date: Sat, 8 Jun 2002 12:48:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmcd Makefile distinfo pkg-plist ports/audio/xmcd/files patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/06/08 12:48:09 PDT Modified files: audio/xmcd Makefile distinfo pkg-plist audio/xmcd/files patch-ae Added files: audio/xmcd/files patch-ad Log: Upgrade to xmcd-3.1 patchlevel 1. Revision Changes Path 1.33 +4 -3 ports/audio/xmcd/Makefile 1.16 +1 -1 ports/audio/xmcd/distinfo 1.5 +15 -0 ports/audio/xmcd/files/patch-ad (new) 1.4 +11 -20 ports/audio/xmcd/files/patch-ae 1.17 +22 -13 ports/audio/xmcd/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 Jun 8 12:49: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 5CECE37B400; Sat, 8 Jun 2002 12:49:22 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58JnMZ43826; Sat, 8 Jun 2002 12:49:22 -0700 (PDT) (envelope-from ume) Message-Id: <200206081949.g58JnMZ43826@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 8 Jun 2002 12:49:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/route route.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/06/08 12:49:22 PDT Modified files: sbin/route route.c Log: Don't have -prefixlen 128 on host routes. Obtained from: KAME Revision Changes Path 1.66 +5 -8 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 12:50: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 52AB337B405; Sat, 8 Jun 2002 12:50:02 -0700 (PDT) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Jo2U43900; Sat, 8 Jun 2002 12:50:02 -0700 (PDT) (envelope-from pat) Message-Id: <200206081950.g58Jo2U43900@freefall.freebsd.org> From: Patrick Li Date: Sat, 8 Jun 2002 12:50:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bcpp 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/06/08 12:50:02 PDT Modified files: devel/bcpp Makefile Log: Use date as PORTVERSION instead whenever theres a new build bump PORTREVISION and fix DISTNAME. Approved by: maintainer Revision Changes Path 1.4 +1 -3 ports/devel/bcpp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 12:52: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 DA3F537B401; Sat, 8 Jun 2002 12:52:50 -0700 (PDT) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58JqoL44570; Sat, 8 Jun 2002 12:52:50 -0700 (PDT) (envelope-from olgeni) Message-Id: <200206081952.g58JqoL44570@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 8 Jun 2002 12:52:50 -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/06/08 12:52:50 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update modules: postgresql, lpadmin. Revision Changes Path 1.113 +3 -2 ports/sysutils/webmin/Makefile 1.87 +2 -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 Sat Jun 8 12:58: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 74DD237B409; Sat, 8 Jun 2002 12:58:31 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58JwVQ45001; Sat, 8 Jun 2002 12:58:31 -0700 (PDT) (envelope-from obrien) Message-Id: <200206081958.g58JwVQ45001@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 12:58:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 obrien 2002/06/08 12:58:31 PDT Modified files: gnu/usr.bin/cc/cc_tools freebsd-native.h Log: Restore revision 1.15 (use profiled C++ libs) which wasn't on the WIP_GCC31 branch and thus was lost in the shuffle on the move to Gcc 3.1. Revision Changes Path 1.20 +3 -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 Sat Jun 8 13:34: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 7F32637B408; Sat, 8 Jun 2002 13:34:28 -0700 (PDT) Received: (from tobez@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58KYSt53010; Sat, 8 Jun 2002 13:34:28 -0700 (PDT) (envelope-from tobez) Message-Id: <200206082034.g58KYSt53010@freefall.freebsd.org> From: Anton Berezin Date: Sat, 8 Jun 2002 13:34:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Net-SMTP-Server 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 tobez 2002/06/08 13:34:28 PDT Modified files: mail/p5-Net-SMTP-Server Makefile Log: change MASTER_SITES to CPAN assume maintainership PR: 39040 Submitted by: Erwin Lansing Revision Changes Path 1.2 +5 -2 ports/mail/p5-Net-SMTP-Server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 13:49: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by hub.freebsd.org (Postfix) with ESMTP id F042137B404; Sat, 8 Jun 2002 13:49:05 -0700 (PDT) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 107543F35; Sat, 8 Jun 2002 16:50:29 -0400 (EDT) From: "Dan Langille" Organization: DVL Software Limited To: Ollivier Robert Date: Sat, 8 Jun 2002 16:49:04 -0400 MIME-Version: 1.0 Subject: Re: cvs commit: ports/news/nnap Makefile distinfo pkg-comment pkg-descr pkg-plist Reply-To: dan@langille.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <200206081808.g58I8c526025@freefall.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Message-Id: <20020608205029.107543F35@bast.unixathome.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 8 Jun 2002 at 11:08, Ollivier Robert wrote: > roberto 2002/06/08 11:08:38 PDT > > Added files: > news/nnap Makefile distinfo pkg-comment pkg-descr > pkg-plist FreshPorts tells me that there is a problem with this Makefile: [dan@nezlok:/home/listsfp/ports/news/nnap] $ make -V VERSION "Makefile", line 22: Missing dependency operator "Makefile", line 23: Missing dependency operator "Makefile", line 26: Missing dependency operator "Makefile", line 29: Need an operator make: fatal errors encountered -- cannot continue [dan@nezlok:/home/listsfp/ports/news/nnap] $ cheers -- Dan Langille To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 13: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 77C9E37B40F; Sat, 8 Jun 2002 13:58:53 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Kwrc55377; Sat, 8 Jun 2002 13:58:53 -0700 (PDT) (envelope-from tegge) Message-Id: <200206082058.g58Kwrc55377@freefall.freebsd.org> From: Tor Egge Date: Sat, 8 Jun 2002 13:58:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linuxthreads 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 tegge 2002/06/08 13:58:53 PDT Modified files: devel/linuxthreads Makefile Log: Reduce number of portlint errors/warnings. Revision Changes Path 1.28 +19 -20 ports/devel/linuxthreads/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 14: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 A40F237B406; Sat, 8 Jun 2002 14:33:42 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58LXga62949; Sat, 8 Jun 2002 14:33:42 -0700 (PDT) (envelope-from sos) Message-Id: <200206082133.g58LXga62949@freefall.freebsd.org> From: Søren Schmidt Date: Sat, 8 Jun 2002 14:33:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.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 sos 2002/06/08 14:33:42 PDT Modified files: sys/dev/ata ata-all.c Log: Fix a '<<' that should have been a '>>' in the 48bit case. Fortunately we only have had 32bit block counts until recently, and no 2TB disks :) Revision Changes Path 1.150 +1 -1 src/sys/dev/ata/ata-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 14:44: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 DF04837B403; Sat, 8 Jun 2002 14:44:56 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58LiuB63976; Sat, 8 Jun 2002 14:44:56 -0700 (PDT) (envelope-from petef) Message-Id: <200206082144.g58LiuB63976@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 14:44:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pflogsumm 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/06/08 14:44:56 PDT Modified files: mail/pflogsumm Makefile Log: - add a backup master site - give maintainership to submitter - use INSTALL_SCRIPT instead of INSTALL_DATA to install the script PR: 39042 Submitted by: Erwin Lansing Revision Changes Path 1.7 +5 -4 ports/mail/pflogsumm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 14:48: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 1997737B406; Sat, 8 Jun 2002 14:48:30 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58LmUD64333; Sat, 8 Jun 2002 14:48:30 -0700 (PDT) (envelope-from petef) Message-Id: <200206082148.g58LmUD64333@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 14:48:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_trigger 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/06/08 14:48:30 PDT Modified files: www/mod_trigger Makefile distinfo Log: Update to 1.1. PR: 39046 Submitted by: maintainer Revision Changes Path 1.3 +1 -2 ports/www/mod_trigger/Makefile 1.3 +1 -1 ports/www/mod_trigger/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 14:53: 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 592D337B406; Sat, 8 Jun 2002 14:53:04 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Lr4465186; Sat, 8 Jun 2002 14:53:04 -0700 (PDT) (envelope-from petef) Message-Id: <200206082153.g58Lr4465186@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 14:53:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nnap 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/06/08 14:53:04 PDT Modified files: news/nnap Makefile Log: Clean up style, use tabs instead of spaces. Noticed by: freshports.org Revision Changes Path 1.2 +12 -13 ports/news/nnap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 14:54:14 2002 Delivered-To: cvs-all@freebsd.org Received: from hex.databits.net (hex.csh.rit.edu [129.21.60.134]) by hub.freebsd.org (Postfix) with ESMTP id 39F8937B406; Sat, 8 Jun 2002 14:54:08 -0700 (PDT) Received: by hex.databits.net (Postfix, from userid 1001) id 9136721115; Sat, 8 Jun 2002 17:54:07 -0400 (EDT) Date: Sat, 8 Jun 2002 17:54:07 -0400 From: Pete Fritchman To: Dan Langille Cc: Ollivier Robert , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/news/nnap Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20020608175407.A18179@absolutbsd.org> References: <200206081808.g58I8c526025@freefall.freebsd.org> <20020608205029.107543F35@bast.unixathome.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020608205029.107543F35@bast.unixathome.org>; from dan@langille.org on Sat, Jun 08, 2002 at 04:49:04PM -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 ++ 08/06/02 16:49 -0400 - Dan Langille: | On 8 Jun 2002 at 11:08, Ollivier Robert wrote: | | > roberto 2002/06/08 11:08:38 PDT | > | > Added files: | > news/nnap Makefile distinfo pkg-comment pkg-descr | > pkg-plist | | FreshPorts tells me that there is a problem with this Makefile: | | [dan@nezlok:/home/listsfp/ports/news/nnap] $ make -V VERSION | "Makefile", line 22: Missing dependency operator | "Makefile", line 23: Missing dependency operator | "Makefile", line 26: Missing dependency operator | "Makefile", line 29: Need an operator | make: fatal errors encountered -- cannot continue | [dan@nezlok:/home/listsfp/ports/news/nnap] $ The Makefile was all spaces, I just committed a cleanup fix so it uses tabs now and things look better. Please, use portlint(1) before committing... --pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 15:11: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 70D5637B403; Sat, 8 Jun 2002 15:11:21 -0700 (PDT) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58MBLe70850; Sat, 8 Jun 2002 15:11:21 -0700 (PDT) (envelope-from lioux) Message-Id: <200206082211.g58MBLe70850@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 8 Jun 2002 15:11:21 -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/06/08 15:11:21 PDT Modified files: net/edonkey-gui-java Makefile distinfo Log: Update to 1.1.2 Revision Changes Path 1.8 +1 -1 ports/net/edonkey-gui-java/Makefile 1.6 +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 Sat Jun 8 15:20: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 F08DC37B403; Sat, 8 Jun 2002 15:20:17 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58MKHK71611; Sat, 8 Jun 2002 15:20:17 -0700 (PDT) (envelope-from knu) Message-Id: <200206082220.g58MKHK71611@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 15:20:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade 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/06/08 15:20:17 PDT Modified files: sysutils/portupgrade Makefile Log: Now that introducing ruby-shim is done, bump PORTREVISION to let users proceed with the transition. Revision Changes Path 1.139 +1 -0 ports/sysutils/portupgrade/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 15:25: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 2D10F37B409; Sat, 8 Jun 2002 15:25:21 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58MPKx72454; Sat, 8 Jun 2002 15:25:20 -0700 (PDT) (envelope-from petef) Message-Id: <200206082225.g58MPKx72454@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 15:25:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cricket Makefile distinfo pkg-install pkg-plist ports/net/cricket/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/08 15:25:20 PDT Modified files: net/cricket Makefile distinfo pkg-plist Added files: net/cricket pkg-install net/cricket/files patch-cricket-conf.pl.sample patch-sample-config::news-server::Defaults pkg-message.in Removed files: net/cricket/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao net/cricket/scripts configure Log: - update to 1.0.4.p1 - remove NO_PACKAGE; the customization isn't done at build/install time - remove the old patches & configure script; use cricket's own scripts to tell it our version of perl. - revamp the install so it matches the docs more closely: * things go in ${PREFIX}/cricket * scripts go in cricket/cricket-${PORTVERSION}, cricket/cricket symlink created for convenience * cricket/cricket-{config,data,logs} created - create a "cricket" user to run the collectors - use pkg-message instead of ${ECHO}'ing things in post-install PR: 38932 (with a few modifications) Submitted by: Janos Mohacsi Revision Changes Path 1.9 +31 -16 ports/net/cricket/Makefile 1.3 +1 -1 ports/net/cricket/distinfo 1.2 +0 -19 ports/net/cricket/files/patch-aa (dead) 1.2 +0 -31 ports/net/cricket/files/patch-ab (dead) 1.2 +0 -40 ports/net/cricket/files/patch-ac (dead) 1.2 +0 -31 ports/net/cricket/files/patch-ad (dead) 1.2 +0 -13 ports/net/cricket/files/patch-ae (dead) 1.2 +0 -13 ports/net/cricket/files/patch-af (dead) 1.2 +0 -28 ports/net/cricket/files/patch-ag (dead) 1.2 +0 -31 ports/net/cricket/files/patch-ah (dead) 1.2 +0 -13 ports/net/cricket/files/patch-ai (dead) 1.2 +0 -31 ports/net/cricket/files/patch-aj (dead) 1.2 +0 -31 ports/net/cricket/files/patch-ak (dead) 1.2 +0 -31 ports/net/cricket/files/patch-al (dead) 1.2 +0 -44 ports/net/cricket/files/patch-am (dead) 1.2 +0 -31 ports/net/cricket/files/patch-an (dead) 1.2 +0 -31 ports/net/cricket/files/patch-ao (dead) 1.1 +19 -0 ports/net/cricket/files/patch-cricket-conf.pl.sample (new) 1.1 +19 -0 ports/net/cricket/files/patch-sample-config::news-server::Defaults (new) 1.1 +7 -0 ports/net/cricket/files/pkg-message.in (new) 1.1 +24 -0 ports/net/cricket/pkg-install (new) 1.4 +158 -114 ports/net/cricket/pkg-plist 1.2 +0 -23 ports/net/cricket/scripts/configure (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 15:33: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 7299737B401; Sat, 8 Jun 2002 15:33:42 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58MXgu73779; Sat, 8 Jun 2002 15:33:42 -0700 (PDT) (envelope-from petef) Message-Id: <200206082233.g58MXgu73779@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 15:33:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Lingua-EN-MatchNames 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 petef 2002/06/08 15:33:42 PDT Modified files: textproc Makefile Added files: textproc/p5-Lingua-EN-MatchNames Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Lingua-EN-MatchNames 1.1, smart matching for human names. PR: 33379 Submitted by: Seamus Venasse Revision Changes Path 1.368 +1 -0 ports/textproc/Makefile 1.1 +29 -0 ports/textproc/p5-Lingua-EN-MatchNames/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Lingua-EN-MatchNames/distinfo (new) 1.1 +1 -0 ports/textproc/p5-Lingua-EN-MatchNames/pkg-comment (new) 1.1 +14 -0 ports/textproc/p5-Lingua-EN-MatchNames/pkg-descr (new) 1.1 +7 -0 ports/textproc/p5-Lingua-EN-MatchNames/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 Jun 8 15: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 EB21E37B401; Sat, 8 Jun 2002 15:33:53 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58MXrk73824; Sat, 8 Jun 2002 15:33:53 -0700 (PDT) (envelope-from petef) Message-Id: <200206082233.g58MXrk73824@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 15:33: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 petef 2002/06/08 15:33:53 PDT Modified files: . modules Log: p5-Lingua-EN-MatchNames --> ports/textproc/p5-Lingua-EN-MatchNames Revision Changes Path 1.5306 +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 Jun 8 15: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 697D837B403; Sat, 8 Jun 2002 15:41:36 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Mfab74926; Sat, 8 Jun 2002 15:41:36 -0700 (PDT) (envelope-from petef) Message-Id: <200206082241.g58Mfab74926@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 15:41:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-XML-Grove 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 petef 2002/06/08 15:41:36 PDT Modified files: textproc Makefile Added files: textproc/p5-XML-Grove Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-XML-Grove 0.46.a, perl-style XML objects. PR: 33423 Submitted by: Seamus Venasse Revision Changes Path 1.369 +1 -0 ports/textproc/Makefile 1.1 +39 -0 ports/textproc/p5-XML-Grove/Makefile (new) 1.1 +1 -0 ports/textproc/p5-XML-Grove/distinfo (new) 1.1 +1 -0 ports/textproc/p5-XML-Grove/pkg-comment (new) 1.1 +8 -0 ports/textproc/p5-XML-Grove/pkg-descr (new) 1.1 +17 -0 ports/textproc/p5-XML-Grove/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 Jun 8 15:42: 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 0265A37B403; Sat, 8 Jun 2002 15:41:47 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58MfkQ74960; Sat, 8 Jun 2002 15:41:46 -0700 (PDT) (envelope-from petef) Message-Id: <200206082241.g58MfkQ74960@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 15:41:46 -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/06/08 15:41:46 PDT Modified files: . modules Log: p5-XML-Grove --> ports/textproc/p5-XML-Grove Revision Changes Path 1.5307 +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 Jun 8 15:49: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 5FDF937B404; Sat, 8 Jun 2002 15:49:17 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58MnHI75405; Sat, 8 Jun 2002 15:49:17 -0700 (PDT) (envelope-from horikawa) Message-Id: <200206082249.g58MnHI75405@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 8 Jun 2002 15:49:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 wicontrol.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/06/08 15:49:17 PDT Modified files: ja_JP.eucJP/man/man8 wicontrol.8 Log: Diff from rev 1.14.2.8 to 1.14.2.9 Revision Changes Path 1.19 +3 -3 doc/ja_JP.eucJP/man/man8/wicontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 16:43: 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 6D59037B400; Sat, 8 Jun 2002 16:43:05 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Nh5r84217; Sat, 8 Jun 2002 16:43:05 -0700 (PDT) (envelope-from petef) Message-Id: <200206082343.g58Nh5r84217@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 16:43:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBIx-Table 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 petef 2002/06/08 16:43:05 PDT Modified files: databases Makefile Added files: databases/p5-DBIx-Table Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-DBIx-Table 0.04, class used to represent DBI database tables. PR: 33429 Submitted by: Seamus Venasse Revision Changes Path 1.186 +1 -0 ports/databases/Makefile 1.1 +22 -0 ports/databases/p5-DBIx-Table/Makefile (new) 1.1 +1 -0 ports/databases/p5-DBIx-Table/distinfo (new) 1.1 +1 -0 ports/databases/p5-DBIx-Table/pkg-comment (new) 1.1 +11 -0 ports/databases/p5-DBIx-Table/pkg-descr (new) 1.1 +5 -0 ports/databases/p5-DBIx-Table/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 Jun 8 16:43: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 0778A37B405; Sat, 8 Jun 2002 16:43:17 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58NhHM84264; Sat, 8 Jun 2002 16:43:17 -0700 (PDT) (envelope-from petef) Message-Id: <200206082343.g58NhHM84264@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 16:43:16 -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/06/08 16:43:16 PDT Modified files: . modules Log: p5-DBIx-Table --> ports/databases/p5-DBIx-Table Revision Changes Path 1.5308 +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 Jun 8 16:47: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 A847137B400; Sat, 8 Jun 2002 16:47:37 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58NlbE84666; Sat, 8 Jun 2002 16:47:37 -0700 (PDT) (envelope-from petef) Message-Id: <200206082347.g58NlbE84666@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 16:47:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Lingua-Conjunction 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 petef 2002/06/08 16:47:37 PDT Modified files: textproc Makefile Added files: textproc/p5-Lingua-Conjunction Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Lingua-Conjunction 1.99, convert Perl lists into linguistic conjunctions. PR: 33431 Submitted by: Seamus Venasse Revision Changes Path 1.370 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/p5-Lingua-Conjunction/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Lingua-Conjunction/distinfo (new) 1.1 +1 -0 ports/textproc/p5-Lingua-Conjunction/pkg-comment (new) 1.1 +6 -0 ports/textproc/p5-Lingua-Conjunction/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-Lingua-Conjunction/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 Jun 8 16:48: 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 E358E37B411; Sat, 8 Jun 2002 16:47:48 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Nlmk84700; Sat, 8 Jun 2002 16:47:48 -0700 (PDT) (envelope-from petef) Message-Id: <200206082347.g58Nlmk84700@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 16:47: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 petef 2002/06/08 16:47:48 PDT Modified files: . modules Log: p5-Lingua-Conjunction --> ports/textproc/p5-Lingua-Conjunction Revision Changes Path 1.5309 +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 Jun 8 16: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 8EB7237B401; Sat, 8 Jun 2002 16:52:05 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58Nq5085507; Sat, 8 Jun 2002 16:52:05 -0700 (PDT) (envelope-from petef) Message-Id: <200206082352.g58Nq5085507@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 16:52:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Lingua-EN-Numbers 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 petef 2002/06/08 16:52:05 PDT Modified files: textproc Makefile Added files: textproc/p5-Lingua-EN-Numbers Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Lingua-EN-Numbers 0.01, converts numeric values into their English string equivalents. PR: 33433 Submitted by: Seamus Venasse Revision Changes Path 1.371 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/p5-Lingua-EN-Numbers/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Lingua-EN-Numbers/distinfo (new) 1.1 +1 -0 ports/textproc/p5-Lingua-EN-Numbers/pkg-comment (new) 1.1 +10 -0 ports/textproc/p5-Lingua-EN-Numbers/pkg-descr (new) 1.1 +7 -0 ports/textproc/p5-Lingua-EN-Numbers/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 Jun 8 16:52: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 B3BAE37B405; Sat, 8 Jun 2002 16:52:16 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58NqGs85549; Sat, 8 Jun 2002 16:52:16 -0700 (PDT) (envelope-from petef) Message-Id: <200206082352.g58NqGs85549@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 16:52:16 -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/06/08 16:52:16 PDT Modified files: . modules Log: p5-Lingua-EN-Numbers --> ports/textproc/p5-Lingua-EN-Numbers Revision Changes Path 1.5310 +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 Jun 8 16: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 8CCBD37B407; Sat, 8 Jun 2002 16:59:56 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g58NxuE85983; Sat, 8 Jun 2002 16:59:56 -0700 (PDT) (envelope-from petef) Message-Id: <200206082359.g58NxuE85983@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 16:59:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Lingua-EN-Squeeze 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 petef 2002/06/08 16:59:56 PDT Modified files: textproc Makefile Added files: textproc/p5-Lingua-EN-Squeeze Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Lingua-EN-Squeeze 0.1998.1204, shorten text to minimum syllables by using hash table. PR: 33434 Submitted by: Seamus Venasse Revision Changes Path 1.372 +1 -0 ports/textproc/Makefile 1.1 +23 -0 ports/textproc/p5-Lingua-EN-Squeeze/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Lingua-EN-Squeeze/distinfo (new) 1.1 +1 -0 ports/textproc/p5-Lingua-EN-Squeeze/pkg-comment (new) 1.1 +8 -0 ports/textproc/p5-Lingua-EN-Squeeze/pkg-descr (new) 1.1 +7 -0 ports/textproc/p5-Lingua-EN-Squeeze/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 Jun 8 17: 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 D080B37B409; Sat, 8 Jun 2002 17:00:19 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5900IZ86098; Sat, 8 Jun 2002 17:00:18 -0700 (PDT) (envelope-from petef) Message-Id: <200206090000.g5900IZ86098@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 17:00:18 -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/06/08 17:00:18 PDT Modified files: . modules Log: p5-Lingua-EN-Squeeze --> ports/textproc/p5-Lingua-EN-Squeeze Revision Changes Path 1.5311 +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 Jun 8 17: 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 0140737B408; Sat, 8 Jun 2002 17:00:55 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5900sK86629; Sat, 8 Jun 2002 17:00:54 -0700 (PDT) (envelope-from obrien) Message-Id: <200206090000.g5900sK86629@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 17:00:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/f g77spec.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/06/08 17:00:54 PDT Modified files: contrib/gcc/f g77spec.c Log: Allow one to profile FORTRAN77 programs. Revision Changes Path 1.2 +106 -94 src/contrib/gcc/f/g77spec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 17: 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 95C1637B409; Sat, 8 Jun 2002 17:03:56 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5903uK86805; Sat, 8 Jun 2002 17:03:56 -0700 (PDT) (envelope-from obrien) Message-Id: <200206090003.g5903uK86805@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 17:03:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools freebsd-native.h src/gnu/usr.bin/cc/f77 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/06/08 17:03:56 PDT Modified files: gnu/usr.bin/cc/cc_tools freebsd-native.h gnu/usr.bin/cc/f77 Makefile Log: Allow one to profile FORTRAN77 programs. Revision Changes Path 1.21 +1 -0 src/gnu/usr.bin/cc/cc_tools/freebsd-native.h 1.19 +1 -1 src/gnu/usr.bin/cc/f77/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 17: 6: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 96C4A37B400; Sat, 8 Jun 2002 17:06:36 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5906aY91000; Sat, 8 Jun 2002 17:06:36 -0700 (PDT) (envelope-from petef) Message-Id: <200206090006.g5906aY91000@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 17:06:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Lingua-EN-Summarize 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 petef 2002/06/08 17:06:36 PDT Modified files: textproc Makefile Added files: textproc/p5-Lingua-EN-Summarize Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Lingua-EN-Summarize 0.2, a simple tool for summarizing bodies of English text. PR: 33435 Submitted by: Seamus Venasse Revision Changes Path 1.373 +1 -0 ports/textproc/Makefile 1.1 +27 -0 ports/textproc/p5-Lingua-EN-Summarize/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Lingua-EN-Summarize/distinfo (new) 1.1 +1 -0 ports/textproc/p5-Lingua-EN-Summarize/pkg-comment (new) 1.1 +10 -0 ports/textproc/p5-Lingua-EN-Summarize/pkg-descr (new) 1.1 +9 -0 ports/textproc/p5-Lingua-EN-Summarize/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 Jun 8 17: 6: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 D4C0937B40A; Sat, 8 Jun 2002 17:06:48 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5906mX91051; Sat, 8 Jun 2002 17:06:48 -0700 (PDT) (envelope-from petef) Message-Id: <200206090006.g5906mX91051@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 17:06: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 petef 2002/06/08 17:06:48 PDT Modified files: . modules Log: p5-Lingua-EN-Summarize --> ports/textproc/p5-Lingua-EN-Summarize Revision Changes Path 1.5312 +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 Jun 8 17: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 83D5F37B406; Sat, 8 Jun 2002 17:14:06 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g590E6l92088; Sat, 8 Jun 2002 17:14:06 -0700 (PDT) (envelope-from petef) Message-Id: <200206090014.g590E6l92088@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 17:14:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-Lingua-EN-Syllable 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 petef 2002/06/08 17:14:06 PDT Modified files: textproc Makefile Added files: textproc/p5-Lingua-EN-Syllable Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Lingua-EN-Syllable 0.251, routine for estimating syllable count in words. PR: 33436 Submitted by: Seamus Venasse Revision Changes Path 1.374 +1 -0 ports/textproc/Makefile 1.1 +22 -0 ports/textproc/p5-Lingua-EN-Syllable/Makefile (new) 1.1 +1 -0 ports/textproc/p5-Lingua-EN-Syllable/distinfo (new) 1.1 +1 -0 ports/textproc/p5-Lingua-EN-Syllable/pkg-comment (new) 1.1 +6 -0 ports/textproc/p5-Lingua-EN-Syllable/pkg-descr (new) 1.1 +7 -0 ports/textproc/p5-Lingua-EN-Syllable/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 Jun 8 17:14: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 A4EE037B403; Sat, 8 Jun 2002 17:14:17 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g590EHl92137; Sat, 8 Jun 2002 17:14:17 -0700 (PDT) (envelope-from petef) Message-Id: <200206090014.g590EHl92137@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 17:14:17 -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/06/08 17:14:17 PDT Modified files: . modules Log: p5-Lingua-EN-Syllable --> ports/textproc/p5-Lingua-EN-Syllable Revision Changes Path 1.5313 +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 Jun 8 17:35: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 89B5D37B400; Sat, 8 Jun 2002 17:35:39 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g590Zdh94538; Sat, 8 Jun 2002 17:35:39 -0700 (PDT) (envelope-from petef) Message-Id: <200206090035.g590Zdh94538@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 17:35:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/rdfdb Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist ports/databases/rdfdb/files patch-librdf::rdflib.c patch-makefile patch-query-processQuery.c rdfdb-server.sh.tmpl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/08 17:35:39 PDT Modified files: databases Makefile Added files: databases/rdfdb Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist databases/rdfdb/files patch-librdf::rdflib.c patch-makefile patch-query-processQuery.c rdfdb-server.sh.tmpl Log: Add rdfdb 0.46, a lightweight RDF database. PR: 33281 Submitted by: Philip Jenvey Revision Changes Path 1.187 +1 -0 ports/databases/Makefile 1.1 +48 -0 ports/databases/rdfdb/Makefile (new) 1.1 +1 -0 ports/databases/rdfdb/distinfo (new) 1.1 +15 -0 ports/databases/rdfdb/files/patch-librdf::rdflib.c (new) 1.1 +16 -0 ports/databases/rdfdb/files/patch-makefile (new) 1.1 +12 -0 ports/databases/rdfdb/files/patch-query-processQuery.c (new) 1.1 +22 -0 ports/databases/rdfdb/files/rdfdb-server.sh.tmpl (new) 1.1 +1 -0 ports/databases/rdfdb/pkg-comment (new) 1.1 +24 -0 ports/databases/rdfdb/pkg-descr (new) 1.1 +48 -0 ports/databases/rdfdb/pkg-install (new) 1.1 +4 -0 ports/databases/rdfdb/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 Jun 8 17:36: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 1BB2B37B408; Sat, 8 Jun 2002 17:35:51 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g590Zpk94575; Sat, 8 Jun 2002 17:35:51 -0700 (PDT) (envelope-from petef) Message-Id: <200206090035.g590Zpk94575@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 17:35:50 -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/06/08 17:35:50 PDT Modified files: . modules Log: rdfdb --> ports/databases/rdfdb Revision Changes Path 1.5314 +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 Jun 8 17:46: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 7A3E737B400; Sat, 8 Jun 2002 17:46:24 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g590kO395688; Sat, 8 Jun 2002 17:46:24 -0700 (PDT) (envelope-from mike) Message-Id: <200206090046.g590kO395688@freefall.freebsd.org> From: Mike Barcroft Date: Sat, 8 Jun 2002 17:46:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/realpath realpath.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 mike 2002/06/08 17:46:24 PDT Modified files: bin/realpath realpath.c Log: Check the return value of getcwd() to avoid printf()ing a NULL. Mark usage() as __dead2 to avoid a GCC warning. Spotted by: keramida Revision Changes Path 1.2 +5 -4 src/bin/realpath/realpath.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 17:56:47 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 5D43337B40A; Sat, 8 Jun 2002 17:56:43 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 2D9BB81458; Sun, 9 Jun 2002 10:26:41 +0930 (CST) Date: Sun, 9 Jun 2002 10:26:41 +0930 From: Greg 'groggy' Lehey To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ps ps.1 Message-ID: <20020609005641.GA73554@wantadilla.lemis.com> References: <200206080547.g585lkt81911@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206080547.g585lkt81911@freefall.freebsd.org> User-Agent: Mutt/1.3.99i 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 Friday, 7 June 2002 at 22:47:46 -0700, J. Mallett wrote: > jmallett 2002/06/07 22:47:46 PDT > > Modified files: > bin/ps ps.1 > Log: > Don't say that the list of formats can be space delimited, it no longer can be. > > Mention that more than one -o will concatenate formats. Are there other surprises in the command line processing? 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 Sat Jun 8 17:57:52 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id A828E37B407; Sat, 8 Jun 2002 17:57:46 -0700 (PDT) Date: Sat, 8 Jun 2002 17:57:46 -0700 From: "J. Mallett" To: Greg 'groggy' Lehey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/ps ps.1 Message-ID: <20020608175746.A69213@FreeBSD.ORG> References: <200206080547.g585lkt81911@freefall.freebsd.org> <20020609005641.GA73554@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020609005641.GA73554@wantadilla.lemis.com>; from grog@FreeBSD.org on Sun, Jun 09, 2002 at 10:26:41AM +0930 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From Greg 'groggy' Lehey > On Friday, 7 June 2002 at 22:47:46 -0700, J. Mallett wrote: > > jmallett 2002/06/07 22:47:46 PDT > > > > Modified files: > > bin/ps ps.1 > > Log: > > Don't say that the list of formats can be space delimited, it no longer can be. > > > > Mention that more than one -o will concatenate formats. > > Are there other surprises in the command line processing? tjr gave me patches to allow space-delimited format lists as long as the space does not come after a user header override. That should restore enough to not surprise people. -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 17:59: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 6A9A537B409; Sat, 8 Jun 2002 17:59:34 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g590xYF96915; Sat, 8 Jun 2002 17:59:34 -0700 (PDT) (envelope-from petef) Message-Id: <200206090059.g590xYF96915@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 17:59:34 -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 petef 2002/06/08 17:59:34 PDT Modified files: x11-clocks/mouseclock Makefile Log: Unbreak: allow this port to build with XFree86-4. Revision Changes Path 1.9 +3 -2 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 Sat Jun 8 18: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 8651737B400; Sat, 8 Jun 2002 18:12:07 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g591C7s02552; Sat, 8 Jun 2002 18:12:07 -0700 (PDT) (envelope-from petef) Message-Id: <200206090112.g591C7s02552@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 18:12:07 -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 petef 2002/06/08 18:12:07 PDT Modified files: security/lsh Makefile Log: Unbreak: look in the current + the "old" subdirectories on the master site (currently the distfile is in the "old" subdir) Revision Changes Path 1.5 +2 -3 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 Sat Jun 8 18:34: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 9F85B37B400; Sat, 8 Jun 2002 18:34:40 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g591Yep04544; Sat, 8 Jun 2002 18:34:40 -0700 (PDT) (envelope-from petef) Message-Id: <200206090134.g591Yep04544@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 18:34:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/larbin Makefile ports/www/larbin/files patch-aa patch-utils::SyncFifo.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 petef 2002/06/08 18:34:40 PDT Modified files: www/larbin Makefile www/larbin/files patch-aa Added files: www/larbin/files patch-utils::SyncFifo.h Log: Unbreak: add a patch to let this build on -current with gcc 3.1. While I'm here, make the port respect CC/CXX/CFLAGS/CXXFLAGS. Revision Changes Path 1.3 +6 -2 ports/www/larbin/Makefile 1.2 +13 -3 ports/www/larbin/files/patch-aa 1.1 +13 -0 ports/www/larbin/files/patch-utils::SyncFifo.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 Jun 8 18:37: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 56C9E37B404; Sat, 8 Jun 2002 18:37:52 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g591bqj04788; Sat, 8 Jun 2002 18:37:52 -0700 (PDT) (envelope-from petef) Message-Id: <200206090137.g591bqj04788@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 18:37:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/vcheck 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/06/08 18:37:52 PDT Modified files: ftp/vcheck Makefile distinfo Log: Update to 1.2.1. PR: 39052 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/ftp/vcheck/Makefile 1.4 +1 -1 ports/ftp/vcheck/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 18: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 1CC1C37B406; Sat, 8 Jun 2002 18:51:00 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g591p0h06360; Sat, 8 Jun 2002 18:51:00 -0700 (PDT) (envelope-from petef) Message-Id: <200206090151.g591p0h06360@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 18:51:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xmon 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/06/08 18:51:00 PDT Modified files: x11/xmon Makefile distinfo Log: Unbreak: switch to a working master site & distname. Revision Changes Path 1.3 +2 -3 ports/x11/xmon/Makefile 1.2 +1 -1 ports/x11/xmon/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 19:21: 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 CB76037B405; Sat, 8 Jun 2002 19:20:58 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g592KwN13112; Sat, 8 Jun 2002 19:20:58 -0700 (PDT) (envelope-from keramida) Message-Id: <200206090220.g592KwN13112@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 8 Jun 2002 19:20:58 -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 keramida 2002/06/08 19:20:58 PDT Modified files: sbin/vinum vext.h Log: ANSIfy a few prototypes, thus fixing a few warnings. Reviewed by: grog Revision Changes Path 1.24 +5 -5 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 Sat Jun 8 19:21: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 8421F37B403; Sat, 8 Jun 2002 19:21:26 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g592LQ413170; Sat, 8 Jun 2002 19:21:26 -0700 (PDT) (envelope-from obrien) Message-Id: <200206090221.g592LQ413170@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jun 2002 19:21:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/XFree86-4-Server Makefile ports/x11-servers/XFree86-4-Server/files patch-text-mode.c patch-xf86Configure.c patch-xf86config.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/06/08 19:21:26 PDT Modified files: x11-servers/XFree86-4-Server Makefile Added files: x11-servers/XFree86-4-Server/files patch-text-mode.c patch-xf86Configure.c patch-xf86config.c Log: FreeBSD'ize the XFree86 v4 server configuration programs. Sponsored by: FreeBSD Mall, Inc. Revision Changes Path 1.112 +4 -1 ports/x11-servers/XFree86-4-Server/Makefile 1.1 +11 -0 ports/x11-servers/XFree86-4-Server/files/patch-text-mode.c (new) 1.1 +12 -0 ports/x11-servers/XFree86-4-Server/files/patch-xf86Configure.c (new) 1.1 +37 -0 ports/x11-servers/XFree86-4-Server/files/patch-xf86config.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 Jun 8 19:30: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 5D99D37B403; Sat, 8 Jun 2002 19:30:34 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g592UYp14104; Sat, 8 Jun 2002 19:30:34 -0700 (PDT) (envelope-from dd) Message-Id: <200206090230.g592UYp14104@freefall.freebsd.org> From: Dima Dorfman Date: Sat, 8 Jun 2002 19:30:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gawk Makefile distinfo pkg-plist ports/lang/gawk/files patch-Makefile patch-sec1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2002/06/08 19:30:34 PDT Modified files: lang/gawk Makefile distinfo pkg-plist lang/gawk/files patch-Makefile patch-sec1 Log: Update to 3.1.1. PR: 38712 Submitted by: KATO Tsuguru Revision Changes Path 1.14 +9 -5 ports/lang/gawk/Makefile 1.5 +1 -1 ports/lang/gawk/distinfo 1.2 +4 -4 ports/lang/gawk/files/patch-Makefile 1.3 +72 -16 ports/lang/gawk/files/patch-sec1 1.7 +17 -10 ports/lang/gawk/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 Jun 8 19:52: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 4428C37B40B; Sat, 8 Jun 2002 19:52:40 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g592qe316205; Sat, 8 Jun 2002 19:52:40 -0700 (PDT) (envelope-from bde) Message-Id: <200206090252.g592qe316205@freefall.freebsd.org> From: Bruce Evans Date: Sat, 8 Jun 2002 19:52:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _mutex.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 bde 2002/06/08 19:52:40 PDT Modified files: sys/sys _mutex.h Log: Renamed the idempotency identifier to match the file name. Cleaned up indentation and comments. Revision Changes Path 1.7 +14 -15 src/sys/sys/_mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 20:16: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 C912A37B401; Sat, 8 Jun 2002 20:16:07 -0700 (PDT) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g593G7w22213; Sat, 8 Jun 2002 20:16:07 -0700 (PDT) (envelope-from petef) Message-Id: <200206090316.g593G7w22213@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 8 Jun 2002 20:16:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nam Makefile ports/net/nam/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 petef 2002/06/08 20:16:07 PDT Modified files: net/nam Makefile net/nam/files patch-aa Log: Unbreak: use TCL 8.3 (and actually add the dependency on it). While I'm here, unbreak compile on -current with gcc 3.1. Revision Changes Path 1.11 +8 -3 ports/net/nam/Makefile 1.4 +13 -11 ports/net/nam/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 Sat Jun 8 20:57: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 AC3E637B405; Sat, 8 Jun 2002 20:57:34 -0700 (PDT) Received: (from hsu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g593vYD25867; Sat, 8 Jun 2002 20:57:34 -0700 (PDT) (envelope-from hsu) Message-Id: <200206090357.g593vYD25867@freefall.freebsd.org> From: Jeffrey Hsu Date: Sat, 8 Jun 2002 20:57:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netns spp_usrreq.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 hsu 2002/06/08 20:57:34 PDT Modified files: sys/netns spp_usrreq.c Log: Fix bug which has been there since rev 1.1 where && was used instead of &. Revision Changes Path 1.15 +1 -1 src/sys/netns/spp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 21:15: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 934E837B400; Sat, 8 Jun 2002 21:15:40 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g594Feg31741; Sat, 8 Jun 2002 21:15:40 -0700 (PDT) (envelope-from keramida) Message-Id: <200206090415.g594Feg31741@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 8 Jun 2002 21:15:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd misc.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 keramida 2002/06/08 21:15:40 PDT Modified files: bin/dd misc.c Log: Replace with . No functions from the former are used in this file, and strlen() needs to be prototyped by the latter, for this to compile without warnings. Reviewed by: mike Revision Changes Path 1.24 +1 -1 src/bin/dd/misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 21:18: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 7027A37B400; Sat, 8 Jun 2002 21:18:45 -0700 (PDT) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g594IjB31932; Sat, 8 Jun 2002 21:18:45 -0700 (PDT) (envelope-from keramida) Message-Id: <200206090418.g594IjB31932@freefall.freebsd.org> From: Giorgos Keramidas Date: Sat, 8 Jun 2002 21:18:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date netdate.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 keramida 2002/06/08 21:18:45 PDT Modified files: bin/date netdate.c Log: Use socklen_t for the length of a socket structure instead of `int'. Reviewed by: mike Revision Changes Path 1.15 +2 -1 src/bin/date/netdate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 21:19:59 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id D57B237B406; Sat, 8 Jun 2002 21:19:51 -0700 (PDT) Date: Sat, 8 Jun 2002 21:19:51 -0700 From: "J. Mallett" To: Giorgos Keramidas Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/dd misc.c Message-ID: <20020608211951.A88347@FreeBSD.ORG> References: <200206090415.g594Feg31741@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: <200206090415.g594Feg31741@freefall.freebsd.org>; from keramida@FreeBSD.org on Sat, Jun 08, 2002 at 09:15:40PM -0700 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , X-Affiliated-Projects: FreeBSD, xMach, ircd-hybrid-7 X-Towel: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * From Giorgos Keramidas > keramida 2002/06/08 21:15:40 PDT > > Modified files: > bin/dd misc.c > Log: > Replace with . No functions from the former are > used in this file, and strlen() needs to be prototyped by the latter, > for this to compile without warnings. > > Reviewed by: mike I seem to recall seeing green listed as the MAINTAINER. As of revision 1.8, two years and a half ago. Is this obsolete? If so, can the MAINTAINER line be removed? -- J. Mallett FreeBSD: The Power To Serve "I've coined new words, like, misunderstanding and Hispanically." -- George W. Bush, Radio-Television Correspondents Association dinner, Washington, D.C., March 29, 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 21:26:22 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 3A4A237B411; Sat, 8 Jun 2002 21:26:17 -0700 (PDT) Received: from hades.hell.gr (patr530-a175.otenet.gr [212.205.215.175]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g594QEZN022431; Sun, 9 Jun 2002 07:26:15 +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 g594QEUP001216; Sun, 9 Jun 2002 07:26:14 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g594QDJR001215; Sun, 9 Jun 2002 07:26:13 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Sun, 9 Jun 2002 07:26:13 +0300 From: Giorgos Keramidas To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/dd misc.c Message-ID: <20020609042613.GB98441@hades.hell.gr> References: <200206090415.g594Feg31741@freefall.freebsd.org> <20020608211951.A88347@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020608211951.A88347@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 2002-06-08 21:19 -0700, J. Mallett wrote: > * From Giorgos Keramidas > > keramida 2002/06/08 21:15:40 PDT > > > > Modified files: > > bin/dd misc.c > > Log: > > Replace with . No functions from the former are > > used in this file, and strlen() needs to be prototyped by the latter, > > for this to compile without warnings. > > > > Reviewed by: mike > > I seem to recall seeing green listed as the MAINTAINER. > > As of revision 1.8, two years and a half ago. > > Is this obsolete? If so, can the MAINTAINER line be removed? Indeed. I can see it now, and should have checked with the Makefile to see if this should wait. It's a small change, but thanks for pointing this out. No need to remove anything. It was just me that forgot to check both src/MAINTAINERS and ./Makefile. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 21:28:27 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 C05C137B405; Sat, 8 Jun 2002 21:28:20 -0700 (PDT) Received: from hades.hell.gr (patr530-a175.otenet.gr [212.205.215.175]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g594SIZN023680; Sun, 9 Jun 2002 07:28:19 +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 g594SHUP001249; Sun, 9 Jun 2002 07:28:18 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g594SHP2001248; Sun, 9 Jun 2002 07:28:17 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Sun, 9 Jun 2002 07:28:17 +0300 From: Giorgos Keramidas To: committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: FILTERED: cvs commit: src/bin/date netdate.c Message-ID: <20020609042817.GC98441@hades.hell.gr> References: <20020609041851.7C84337B410@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020609041851.7C84337B410@hub.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 2002-06-08 21:18 -0700, Giorgos Keramidas wrote: > keramida 2002/06/08 21:18:45 PDT > > Modified files: > bin/date netdate.c > Log: > Use socklen_t for the length of a socket structure instead of `int'. > > Reviewed by: mike > > Revision Changes Path > 1.15 +2 -1 src/bin/date/netdate.c Mike has done some testing of this change on sparc64, but if Alpha has problems with this, I will back it out. I tried testing this on beast but it takes an Alpha machine with -CURRENT to compile bin/date :-/ - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 21:33: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 099D837B400; Sat, 8 Jun 2002 21:33:37 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g594XbX33635; Sat, 8 Jun 2002 21:33:37 -0700 (PDT) (envelope-from knu) Message-Id: <200206090433.g594XbX33635@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 21:33:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ruby-tmail 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/06/08 21:33:36 PDT Modified files: mail/ruby-tmail Makefile Log: devel/ruby-racc-runtime has been replaced with lang/ruby16-shim-ruby18. Reported by: make index Revision Changes Path 1.26 +7 -3 ports/mail/ruby-tmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 22:44:11 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 41E9037B405; Sat, 8 Jun 2002 22:44:07 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id WAA01122; Sat, 8 Jun 2002 22:48:16 -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 WAA01115; Sat, 8 Jun 2002 22:48:15 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Sat, 8 Jun 2002 22:48:15 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: "David E. O'Brien" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/comms/conserver Makefile In-Reply-To: <200206081725.g58HPi517464@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 Sat, 8 Jun 2002, David E. O'Brien wrote: # obrien 2002/06/08 10:25:44 PDT # # Modified files: # comms/conserver Makefile # Log: # To ports@freebsd.org. Anyone care to take a look at : ports/14977 - I believe this PR has already been addressed and can be closed. ports/20499 - Patch to support MD5 passwords. ports/22550 - Patch to support log file rotation. ports/28432 - Patch to support MD5 passwords (differently that 20499). ports/28803 - Patch to support ##user password. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 22:48: 6 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 17B8037B404; Sat, 8 Jun 2002 22:48:02 -0700 (PDT) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id WAA01187; Sat, 8 Jun 2002 22:52:11 -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 WAA01180; Sat, 8 Jun 2002 22:52:10 -0700 (PDT) (envelope-from joseph.scott@owp.csus.edu) Date: Sat, 8 Jun 2002 22:52:10 -0700 (PDT) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: "David E. O'Brien" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/sysutils/star Makefile In-Reply-To: <200206081731.g58HVWn18620@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 Sat, 8 Jun 2002, David E. O'Brien wrote: # obrien 2002/06/08 10:31:32 PDT # # Modified files: # sysutils/star Makefile # Log: # To ports@freebsd.org. Any committer willing to spear head moving star to archivers instead of sysutils? This is listed as PR ports/37145. CVS gods already go ahead, just want a committer to follow it up. I have to admit, I was just recently looking for star and looked in archivers first :-) -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 23: 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 1987537B405; Sat, 8 Jun 2002 23:04:01 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g59641I46030; Sat, 8 Jun 2002 23:04:01 -0700 (PDT) (envelope-from marcus) Message-Id: <200206090604.g59641I46030@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 8 Jun 2002 23:04:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/esound Makefile distinfo ports/audio/esound/files patch-ab patch-audio_oss.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/06/08 23:04:00 PDT Modified files: audio/esound Makefile distinfo audio/esound/files patch-audio_oss.c Removed files: audio/esound/files patch-ab Log: Update to 0.2.27. Revision Changes Path 1.35 +4 -2 ports/audio/esound/Makefile 1.16 +1 -1 ports/audio/esound/distinfo 1.10 +0 -18 ports/audio/esound/files/patch-ab (dead) 1.2 +10 -6 ports/audio/esound/files/patch-audio_oss.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 23: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 1900137B406; Sat, 8 Jun 2002 23:10:06 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g596A5750430; Sat, 8 Jun 2002 23:10:05 -0700 (PDT) (envelope-from knu) Message-Id: <200206090610.g596A5750430@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jun 2002 23:10:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-xmlscan 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/06/08 23:10:04 PDT Modified files: textproc/ruby-xmlscan Makefile Log: devel/ruby-racc-runtime has been replaced with lang/ruby16-shim-ruby18. Reported by: make index Revision Changes Path 1.2 +7 -2 ports/textproc/ruby-xmlscan/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 23:23: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 54A9537B404; Sat, 8 Jun 2002 23:23:50 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g596NoG52175; Sat, 8 Jun 2002 23:23:50 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206090623.g596NoG52175@freefall.freebsd.org> From: Joseph Koshy Date: Sat, 8 Jun 2002 23:23:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/uclmmbase Makefile distinfo ports/devel/uclmmbase/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 jkoshy 2002/06/08 23:23:50 PDT Modified files: devel/uclmmbase Makefile distinfo Removed files: devel/uclmmbase/files patch-aa patch-ab Log: Upgrade to v1.2.8. Approved by: fenner@freebsd.org [MAINTAINER] Revision Changes Path 1.7 +4 -4 ports/devel/uclmmbase/Makefile 1.3 +1 -1 ports/devel/uclmmbase/distinfo 1.2 +0 -14 ports/devel/uclmmbase/files/patch-aa (dead) 1.5 +0 -11 ports/devel/uclmmbase/files/patch-ab (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 23: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 51D7637B408; Sat, 8 Jun 2002 23:27:17 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g596RHQ52702; Sat, 8 Jun 2002 23:27:17 -0700 (PDT) (envelope-from marcus) Message-Id: <200206090627.g596RHQ52702@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 8 Jun 2002 23:27:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/scrollkeeper 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/06/08 23:27:17 PDT Modified files: textproc/scrollkeeper Makefile Log: Add dependency on gettext after it was removed from gmake. Reported by: bento Revision Changes Path 1.8 +2 -1 ports/textproc/scrollkeeper/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 23:28: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 835A237B403; Sat, 8 Jun 2002 23:28:09 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g596S9352776; Sat, 8 Jun 2002 23:28:09 -0700 (PDT) (envelope-from marcus) Message-Id: <200206090628.g596S9352776@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 8 Jun 2002 23:28:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/scrollkeeper 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/06/08 23:28:09 PDT Modified files: textproc/scrollkeeper Makefile Log: Chase the _right_ version number for libintl. Revision Changes Path 1.9 +1 -1 ports/textproc/scrollkeeper/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 23: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 D4B6837B404; Sat, 8 Jun 2002 23:35:21 -0700 (PDT) Received: (from marcus@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g596ZL053694; Sat, 8 Jun 2002 23:35:21 -0700 (PDT) (envelope-from marcus) Message-Id: <200206090635.g596ZL053694@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 8 Jun 2002 23:35:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/g-wrap/files patch-Makefile.in patch-test::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/06/08 23:35:21 PDT Added files: devel/g-wrap/files patch-Makefile.in Removed files: devel/g-wrap/files patch-test::Makefile.in Log: Do not compile the g-wrap tests. This works around a build problem on -CURRENT. Revision Changes Path 1.1 +11 -0 ports/devel/g-wrap/files/patch-Makefile.in (new) 1.2 +0 -26 ports/devel/g-wrap/files/patch-test::Makefile.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jun 8 23: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 5E6B937B404; Sat, 8 Jun 2002 23:52:52 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g596qqI55869; Sat, 8 Jun 2002 23:52:52 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206090652.g596qqI55869@freefall.freebsd.org> From: Joseph Koshy Date: Sat, 8 Jun 2002 23:52:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/moscow_ml Makefile ports/lang/moscow_ml/files patch-dynlibs::msocket::msocket.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 jkoshy 2002/06/08 23:52:52 PDT Modified files: lang/moscow_ml Makefile Added files: lang/moscow_ml/files patch-dynlibs::msocket::msocket.c Log: Make dynlibs/msocket/libmsocket.so work. Bump PORTREVISION. Revision Changes Path 1.15 +1 -0 ports/lang/moscow_ml/Makefile 1.1 +26 -0 ports/lang/moscow_ml/files/patch-dynlibs::msocket::msocket.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 Jun 9 0: 0: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 1905137B407; Sun, 9 Jun 2002 00:00:10 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g59709G56343; Sun, 9 Jun 2002 00:00:09 -0700 (PDT) (envelope-from jkoshy) Message-Id: <200206090700.g59709G56343@freefall.freebsd.org> From: Joseph Koshy Date: Sun, 9 Jun 2002 00:00:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/sml-nj-devel Makefile distinfo pkg-plist ports/lang/sml-nj-devel/files do-patch-src-makeml optional-patch-flint-access patch-ab plist-everything plist-flint X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/06/09 00:00:09 PDT Modified files: lang/sml-nj-devel Makefile distinfo pkg-plist lang/sml-nj-devel/files do-patch-src-makeml optional-patch-flint-access patch-ab plist-everything Removed files: lang/sml-nj-devel/files plist-flint Log: Upgrade to v110.40. Submitted by: Johannes 5 Joemann [MAINTAINER] Revision Changes Path 1.18 +4 -5 ports/lang/sml-nj-devel/Makefile 1.7 +17 -17 ports/lang/sml-nj-devel/distinfo 1.2 +5 -5 ports/lang/sml-nj-devel/files/do-patch-src-makeml 1.4 +0 -50 ports/lang/sml-nj-devel/files/optional-patch-flint-access 1.8 +5 -47 ports/lang/sml-nj-devel/files/patch-ab 1.2 +12 -12 ports/lang/sml-nj-devel/files/plist-everything 1.2 +0 -1 ports/lang/sml-nj-devel/files/plist-flint (dead) 1.7 +5 -0 ports/lang/sml-nj-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message