From owner-cvs-all@FreeBSD.ORG Sun Nov 28 00:26:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D87A16A4CE; Sun, 28 Nov 2004 00:26:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 153CC43D68; Sun, 28 Nov 2004 00:26:12 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0QBJ6058538; Sun, 28 Nov 2004 00:26:11 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS0QBRa058537; Sun, 28 Nov 2004 00:26:11 GMT (envelope-from marcel) Message-Id: <200411280026.iAS0QBRa058537@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 28 Nov 2004 00:26:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ia64/efi Makefile efimd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:26:12 -0000 marcel 2004-11-28 00:26:11 UTC FreeBSD src repository Modified files: sys/boot/ia64/efi Makefile Added files: sys/boot/ia64/efi efimd.c Log: Add efimd.c. This file contains MD code used by the EFI library. While changing the Makefile, fail the creation of loader.efi when there are unresolved symbols in loader.sym. This avoids silently creating a faulty EFI binary. Revision Changes Path 1.24 +7 -2 src/sys/boot/ia64/efi/Makefile 1.1 +40 -0 src/sys/boot/ia64/efi/efimd.c (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 00:30:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A36416A4CE; Sun, 28 Nov 2004 00:30:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0118B43D55; Sun, 28 Nov 2004 00:30:23 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0UMWb058729; Sun, 28 Nov 2004 00:30:22 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS0UMQG058728; Sun, 28 Nov 2004 00:30:22 GMT (envelope-from marcel) Message-Id: <200411280030.iAS0UMQG058728@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 28 Nov 2004 00:30:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/efi/include efilib.hsrc/sys/boot/efi/libefi Makefile copy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:30:23 -0000 marcel 2004-11-28 00:30:22 UTC FreeBSD src repository Modified files: sys/boot/efi/include efilib.h sys/boot/efi/libefi Makefile copy.c Log: o Introduce efimd_va2pa() to translate addresses in efi_copy{in|out}() and efi_readin(). This removes MD code from copy.c. o Don't unconditionally add pal.S to SRCS. It's specific to ia64. Revision Changes Path 1.4 +2 -0 src/sys/boot/efi/include/efilib.h 1.16 +9 -9 src/sys/boot/efi/libefi/Makefile 1.6 +10 -23 src/sys/boot/efi/libefi/copy.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 00:36:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1A9716A4CE; Sun, 28 Nov 2004 00:36:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0D5843D2D; Sun, 28 Nov 2004 00:36:57 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0avH8058984; Sun, 28 Nov 2004 00:36:57 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS0avcH058983; Sun, 28 Nov 2004 00:36:57 GMT (envelope-from alc) Message-Id: <200411280036.iAS0avcH058983@repoman.freebsd.org> From: Alan Cox Date: Sun, 28 Nov 2004 00:36:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:36:57 -0000 alc 2004-11-28 00:36:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_fault.c Log: MFC revision 1.198 Remove unnecessary check for curthread == NULL. MFC revision 1.197 System maps are prohibited from mapping vnode-backed objects. Take advantage of this restriction to avoid acquiring and releasing Giant when wiring pages within a system map. MFC revisions 1.193 and 1.194 Further reduce the use of Giant by vm_fault(): Giant is held only when manipulating a vnode, e.g., calling vput(). This reduces contention for Giant during many copy-on-write faults, resulting in some additional speedup on SMPs. Revision Changes Path 1.192.2.1 +11 -7 src/sys/vm/vm_fault.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 00:39:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A658916A4CE; Sun, 28 Nov 2004 00:39:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FD6443D2D; Sun, 28 Nov 2004 00:39:32 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0dWVA059096; Sun, 28 Nov 2004 00:39:32 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS0dW5h059095; Sun, 28 Nov 2004 00:39:32 GMT (envelope-from mlaier) Message-Id: <200411280039.iAS0dW5h059095@repoman.freebsd.org> From: Max Laier Date: Sun, 28 Nov 2004 00:39:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 altq.4 src/sys/dev/ed if_ed.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:39:32 -0000 mlaier 2004-11-28 00:39:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 altq.4 sys/dev/ed if_ed.c Log: MFC, if_ed.c rev 1.236 ALTQ-patch for ed(4). Requested and tested by: pav Revision Changes Path 1.2.2.3 +2 -1 src/share/man/man4/altq.4 1.233.2.3 +4 -2 src/sys/dev/ed/if_ed.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 00:54:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56CFD16A4CE; Sun, 28 Nov 2004 00:54:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CAD743D5A; Sun, 28 Nov 2004 00:54:57 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0suS5066003; Sun, 28 Nov 2004 00:54:56 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS0suBU066002; Sun, 28 Nov 2004 00:54:56 GMT (envelope-from lofi) Message-Id: <200411280054.iAS0suBU066002@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 28 Nov 2004 00:54:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/postgresql-libpqxx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:54:57 -0000 lofi 2004-11-28 00:54:56 UTC FreeBSD ports repository Modified files: databases/postgresql-libpqxx Makefile Log: Fix configure checks for C++ headers on 4.x PR: ????? (¹) Submitted by: maintainer (¹) PR was cc'd to me six hours ago, but hasn't made it into GNATS yet. Assemble an away team, number one! Revision Changes Path 1.14 +3 -2 ports/databases/postgresql-libpqxx/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 00:57:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E548F16A4CE; Sun, 28 Nov 2004 00:57:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEB443D48; Sun, 28 Nov 2004 00:57:56 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS0vuSN066130; Sun, 28 Nov 2004 00:57:56 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS0vuOP066129; Sun, 28 Nov 2004 00:57:56 GMT (envelope-from pav) Message-Id: <200411280057.iAS0vuOP066129@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 28 Nov 2004 00:57:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/glflow Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:57:57 -0000 pav 2004-11-28 00:57:56 UTC FreeBSD ports repository Modified files: net/glflow Makefile distinfo Log: - Update to 0.1.1 PR: ports/74443 Submitted by: David Thiel (maintainer) Revision Changes Path 1.6 +2 -2 ports/net/glflow/Makefile 1.6 +2 -2 ports/net/glflow/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 28 01:09:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D06C16A4CE; Sun, 28 Nov 2004 01:09:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4273C43D5F; Sun, 28 Nov 2004 01:09:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS19IUX066556; Sun, 28 Nov 2004 01:09:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS19IKh066555; Sun, 28 Nov 2004 01:09:18 GMT (envelope-from pav) Message-Id: <200411280109.iAS19IKh066555@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 28 Nov 2004 01:09:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dspam-devel Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/dspam-devel/files 310_to_320.my.sql 310_to_320.pg.sql UPDATING mysql.data patch-Makefile.in patch-configure pgsql.data X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 01:09:18 -0000 pav 2004-11-28 01:09:18 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile distinfo pkg-descr pkg-message pkg-plist Added files: mail/dspam-devel/files 310_to_320.my.sql 310_to_320.pg.sql UPDATING Removed files: mail/dspam-devel/files mysql.data patch-Makefile.in patch-configure pgsql.data Log: - Update to 3.3.0.20041125.0945 snapshot PR: ports/74429 Submitted by: Ion-Mihai "IOnut" Tetcu (maintainer) Revision Changes Path 1.24 +347 -185 ports/mail/dspam-devel/Makefile 1.11 +2 -2 ports/mail/dspam-devel/distinfo 1.1 +6 -0 ports/mail/dspam-devel/files/310_to_320.my.sql (new) 1.1 +35 -0 ports/mail/dspam-devel/files/310_to_320.pg.sql (new) 1.1 +123 -0 ports/mail/dspam-devel/files/UPDATING (new) 1.2 +0 -5 ports/mail/dspam-devel/files/mysql.data (dead) 1.2 +0 -11 ports/mail/dspam-devel/files/patch-Makefile.in (dead) 1.6 +0 -12 ports/mail/dspam-devel/files/patch-configure (dead) 1.2 +0 -5 ports/mail/dspam-devel/files/pgsql.data (dead) 1.3 +1 -1 ports/mail/dspam-devel/pkg-descr 1.8 +46 -40 ports/mail/dspam-devel/pkg-message 1.12 +27 -8 ports/mail/dspam-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 01:11:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C6916A4CE; Sun, 28 Nov 2004 01:11:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC5D43D2F; Sun, 28 Nov 2004 01:11:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS1BZZs066698; Sun, 28 Nov 2004 01:11:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS1BZGn066697; Sun, 28 Nov 2004 01:11:35 GMT (envelope-from pav) Message-Id: <200411280111.iAS1BZGn066697@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 28 Nov 2004 01:11:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 01:11:36 -0000 pav 2004-11-28 01:11:35 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Drop few words for dspam users Revision Changes Path 1.106 +8 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Nov 28 01:17:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 844B116A4CE; Sun, 28 Nov 2004 01:17:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA0A43D60; Sun, 28 Nov 2004 01:17:22 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS1HMce066941; Sun, 28 Nov 2004 01:17:22 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS1HMvB066940; Sun, 28 Nov 2004 01:17:22 GMT (envelope-from pav) Message-Id: <200411280117.iAS1HMvB066940@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 28 Nov 2004 01:17:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/ctetris Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 01:17:22 -0000 pav 2004-11-28 01:17:22 UTC FreeBSD ports repository Modified files: games/ctetris Makefile distinfo Log: - Update to 0.30 PR: ports/74356 Submitted by: Travis Poppe (maintainer) Revision Changes Path 1.2 +1 -1 ports/games/ctetris/Makefile 1.2 +2 -2 ports/games/ctetris/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 28 02:25:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4DBE16A4CE; Sun, 28 Nov 2004 02:25:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F68343D3F; Sun, 28 Nov 2004 02:25:20 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS2PKG3068830; Sun, 28 Nov 2004 02:25:20 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS2PKVG068829; Sun, 28 Nov 2004 02:25:20 GMT (envelope-from kensmith) Message-Id: <200411280225.iAS2PKVG068829@repoman.freebsd.org> From: Ken Smith Date: Sun, 28 Nov 2004 02:25:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/gnu/usr.bin/cvs/lib Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 02:25:20 -0000 kensmith 2004-11-28 02:25:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) gnu/usr.bin/cvs/lib Makefile Log: Remove single-quotes from around version number, it breaks scripts that parse the version number. Approved by: peter Revision Changes Path 1.19.2.6 +1 -1 src/gnu/usr.bin/cvs/lib/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 02:51:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5447616A4CE; Sun, 28 Nov 2004 02:51:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA8443D39; Sun, 28 Nov 2004 02:51:11 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS2pBk2069639; Sun, 28 Nov 2004 02:51:11 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS2pBov069638; Sun, 28 Nov 2004 02:51:11 GMT (envelope-from ahze) Message-Id: <200411280251.iAS2pBov069638@repoman.freebsd.org> From: Michael Johnson Date: Sun, 28 Nov 2004 02:51:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/faac Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 02:51:11 -0000 ahze 2004-11-28 02:51:10 UTC FreeBSD ports repository Modified files: audio/faac Makefile Log: Back out of last commit, this causes major problems with mpeg4ip with an endless loop on build. We'll just have to wait for mpeg4ip & mpeg4ip-libmp4v2 to be fixed. Revision Changes Path 1.14 +1 -7 ports/audio/faac/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 04:27:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041A816A4CF; Sun, 28 Nov 2004 04:27:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D164F43D60; Sun, 28 Nov 2004 04:27:20 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS4RKTF072664; Sun, 28 Nov 2004 04:27:20 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS4RKHm072663; Sun, 28 Nov 2004 04:27:20 GMT (envelope-from lofi) Message-Id: <200411280427.iAS4RKHm072663@repoman.freebsd.org> From: Michael Nottebrock Date: Sun, 28 Nov 2004 04:27:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/gtk-qt-engine Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 04:27:21 -0000 lofi 2004-11-28 04:27:20 UTC FreeBSD ports repository Modified files: x11-themes/gtk-qt-engine Makefile Log: Things got shuffled around on freedesktop.org a bit, chase MASTER_SITES. Revision Changes Path 1.7 +1 -1 ports/x11-themes/gtk-qt-engine/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 04:34:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63CD716A4CF; Sun, 28 Nov 2004 04:34:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D24643D3F; Sun, 28 Nov 2004 04:34:17 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS4YHSt072900; Sun, 28 Nov 2004 04:34:17 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS4YHOC072899; Sun, 28 Nov 2004 04:34:17 GMT (envelope-from marcel) Message-Id: <200411280434.iAS4YHOC072899@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 28 Nov 2004 04:34:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/include bootinfo.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 04:34:17 -0000 marcel 2004-11-28 04:34:17 UTC FreeBSD src repository Modified files: sys/ia64/include bootinfo.h Log: Whitespace fixes: o Remove a bogus comment that relates to alpha. o s/u_int64_t/uint64_t/g o Add bi_spare2 to make the internal padding explicit. o Move BOOTINFO_MAGIC after the field it applies to. Revision Changes Path 1.7 +18 -33 src/sys/ia64/include/bootinfo.h From owner-cvs-all@FreeBSD.ORG Sun Nov 28 04:49:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 307CC16A4D0; Sun, 28 Nov 2004 04:49:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A5443D55; Sun, 28 Nov 2004 04:49:04 +0000 (GMT) (envelope-from pat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS4n4FT079795; Sun, 28 Nov 2004 04:49:04 GMT (envelope-from pat@repoman.freebsd.org) Received: (from pat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS4n4xH079794; Sun, 28 Nov 2004 04:49:04 GMT (envelope-from pat) Message-Id: <200411280449.iAS4n4xH079794@repoman.freebsd.org> From: Patrick Li Date: Sun, 28 Nov 2004 04:49:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/wmmaiload/files patch-src::imapclient.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 04:49:05 -0000 pat 2004-11-28 04:49:04 UTC FreeBSD ports repository Added files: mail/wmmaiload/files patch-src::imapclient.c Log: Fix build on 4.x Reported by: pointyhat (kris) Revision Changes Path 1.1 +10 -0 ports/mail/wmmaiload/files/patch-src::imapclient.c (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 05:08:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF0316A4CE; Sun, 28 Nov 2004 05:08:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1DED43D64; Sun, 28 Nov 2004 05:08:02 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS5828v080409; Sun, 28 Nov 2004 05:08:02 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS5822l080408; Sun, 28 Nov 2004 05:08:02 GMT (envelope-from alc) Message-Id: <200411280508.iAS5822l080408@repoman.freebsd.org> From: Alan Cox Date: Sun, 28 Nov 2004 05:08:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern kern_fork.c sysv_shm.c src/sys/vm vm_glue.c vm_map.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 05:08:03 -0000 alc 2004-11-28 05:08:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_fork.c sysv_shm.c sys/vm vm_glue.c vm_map.c Log: MFC Push Giant deep into vm_forkproc(), acquiring it only if the process has mapped System V shared memory segments (see shmfork_myhook()). Revision Changes Path 1.234.2.5 +12 -16 src/sys/kern/kern_fork.c 1.96.2.1 +2 -0 src/sys/kern/sysv_shm.c 1.202.2.1 +0 -2 src/sys/vm/vm_glue.c 1.360.2.1 +0 -3 src/sys/vm/vm_map.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 05:17:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05C416A4CE; Sun, 28 Nov 2004 05:17:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B5843D41; Sun, 28 Nov 2004 05:17:36 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS5HaEi080773; Sun, 28 Nov 2004 05:17:36 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS5HaRa080772; Sun, 28 Nov 2004 05:17:36 GMT (envelope-from linimon) Message-Id: <200411280517.iAS5HaRa080772@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 05:17:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 05:17:36 -0000 linimon 2004-11-28 05:17:36 UTC FreeBSD ports repository Modified files: print Makefile Log: As previously announced, remove print/acroread due to security problems. Please upgrade to print/acroread5 instead. Revision Changes Path 1.346 +0 -1 ports/print/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 05:18:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C894216A4CE; Sun, 28 Nov 2004 05:18:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A114943D54; Sun, 28 Nov 2004 05:18:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS5INBv080814; Sun, 28 Nov 2004 05:18:23 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS5INv4080813; Sun, 28 Nov 2004 05:18:23 GMT (envelope-from linimon) Message-Id: <200411280518.iAS5INv4080813@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 05:18:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 05:18:23 -0000 linimon 2004-11-28 05:18:23 UTC FreeBSD ports repository Modified files: . MOVED Log: Remove ports/print/acroread. Revision Changes Path 1.567 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sun Nov 28 05:19:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1BF616A4CE; Sun, 28 Nov 2004 05:19:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA2543D48; Sun, 28 Nov 2004 05:19:03 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS5J31W080864; Sun, 28 Nov 2004 05:19:03 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS5J3ZK080863; Sun, 28 Nov 2004 05:19:03 GMT (envelope-from linimon) Message-Id: <200411280519.iAS5J3ZK080863@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 05:19:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 05:19:03 -0000 linimon 2004-11-28 05:19:03 UTC FreeBSD ports repository Modified files: . modules Log: Remove ports/print/acroread. Revision Changes Path 1.11448 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 05:29:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1DB916A4CE; Sun, 28 Nov 2004 05:29:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7766443D4C; Sun, 28 Nov 2004 05:29:25 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS5TPUd081184; Sun, 28 Nov 2004 05:29:25 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS5TP7d081183; Sun, 28 Nov 2004 05:29:25 GMT (envelope-from glewis) Message-Id: <200411280529.iAS5TP7d081183@repoman.freebsd.org> From: Greg Lewis Date: Sun, 28 Nov 2004 05:29:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jdk13/files patch-_pth.h patch-monitor_md.c patch-os_bsd.hpp patch-os_linux.hpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 05:29:25 -0000 glewis 2004-11-28 05:29:25 UTC FreeBSD ports repository Added files: java/jdk13/files patch-_pth.h patch-monitor_md.c patch-os_bsd.hpp patch-os_linux.hpp Log: . Make sure that all calls to pthread_mutex_trylock handle EDEADLK as well as EBUSY. These are taken from equivalent patches to jdk14 by green and myself. Revision Changes Path 1.1 +13 -0 ports/java/jdk13/files/patch-_pth.h (new) 1.1 +13 -0 ports/java/jdk13/files/patch-monitor_md.c (new) 1.1 +22 -0 ports/java/jdk13/files/patch-os_bsd.hpp (new) 1.1 +22 -0 ports/java/jdk13/files/patch-os_linux.hpp (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 05:38:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B5416A4CE; Sun, 28 Nov 2004 05:38:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8E243D55; Sun, 28 Nov 2004 05:38:00 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS5c0fk081468; Sun, 28 Nov 2004 05:38:00 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS5c0gm081467; Sun, 28 Nov 2004 05:38:00 GMT (envelope-from glewis) Message-Id: <200411280538.iAS5c0gm081467@repoman.freebsd.org> From: Greg Lewis Date: Sun, 28 Nov 2004 05:38:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jdk13 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 05:38:01 -0000 glewis 2004-11-28 05:38:00 UTC FreeBSD ports repository Modified files: java/jdk13 Makefile Log: . Mark FORBIDDEN when building the browser plugin. Revision Changes Path 1.77 +1 -0 ports/java/jdk13/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 07:09:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E1416A4CE; Sun, 28 Nov 2004 07:09:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C34643D1F; Sun, 28 Nov 2004 07:09:13 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS79CbU084157; Sun, 28 Nov 2004 07:09:12 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS79Cd2084156; Sun, 28 Nov 2004 07:09:12 GMT (envelope-from ume) Message-Id: <200411280709.iAS79Cd2084156@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 28 Nov 2004 07:09:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/cyrus-sasl2 Makefile ports/security/cyrus-sasl2-saslauthd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:09:13 -0000 ume 2004-11-28 07:09:12 UTC FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile security/cyrus-sasl2-saslauthd Makefile Log: cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42. PR: ports/74463 Submitted by: NIIMI Satoshi Revision Changes Path 1.33 +6 -1 ports/security/cyrus-sasl2-saslauthd/Makefile 1.109 +6 -1 ports/security/cyrus-sasl2/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 07:30:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F61E16A4CF; Sun, 28 Nov 2004 07:30:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A72543D46; Sun, 28 Nov 2004 07:30:16 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS7UFXg084887; Sun, 28 Nov 2004 07:30:15 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS7UF94084886; Sun, 28 Nov 2004 07:30:15 GMT (envelope-from glewis) Message-Id: <200411280730.iAS7UF94084886@repoman.freebsd.org> From: Greg Lewis Date: Sun, 28 Nov 2004 07:30:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/xcpustate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 07:30:16 -0000 glewis 2004-11-28 07:30:15 UTC FreeBSD ports repository Modified files: sysutils/xcpustate Makefile distinfo Log: . Update to 2.8. PR: 74433 Submitted by: Andrej Zverev Revision Changes Path 1.29 +1 -1 ports/sysutils/xcpustate/Makefile 1.6 +2 -2 ports/sysutils/xcpustate/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 28 09:42:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 262A316A4DD; Sun, 28 Nov 2004 09:42:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027D243D49; Sun, 28 Nov 2004 09:42:04 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS9g3Km095066; Sun, 28 Nov 2004 09:42:03 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS9g3LN095065; Sun, 28 Nov 2004 09:42:03 GMT (envelope-from ume) Message-Id: <200411280942.iAS9g3LN095065@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 28 Nov 2004 09:42:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/cyrus-sasl2 Makefile ports/security/cyrus-sasl2-saslauthd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 09:42:04 -0000 ume 2004-11-28 09:42:03 UTC FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile security/cyrus-sasl2-saslauthd Makefile Log: remove needless definition. Revision Changes Path 1.34 +0 -5 ports/security/cyrus-sasl2-saslauthd/Makefile 1.110 +0 -5 ports/security/cyrus-sasl2/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 09:53:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4C9816A4CE; Sun, 28 Nov 2004 09:53:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A24C243D68; Sun, 28 Nov 2004 09:53:26 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAS9rQIK095400; Sun, 28 Nov 2004 09:53:26 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAS9rQ92095399; Sun, 28 Nov 2004 09:53:26 GMT (envelope-from blackend) Message-Id: <200411280953.iAS9rQ92095399@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 28 Nov 2004 09:53:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/flyer flyer.tex X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 09:53:26 -0000 blackend 2004-11-28 09:53:26 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/flyer flyer.tex Log: Update the trademark. Revision Changes Path 1.6 +1 -2 doc/en_US.ISO8859-1/flyer/flyer.tex From owner-cvs-all@FreeBSD.ORG Sun Nov 28 10:03:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5AAF16A4CE; Sun, 28 Nov 2004 10:03:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2ABE43D39; Sun, 28 Nov 2004 10:03:46 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASA3kwE095749; Sun, 28 Nov 2004 10:03:46 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASA3kNx095748; Sun, 28 Nov 2004 10:03:46 GMT (envelope-from krion) Message-Id: <200411281003.iASA3kNx095748@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 28 Nov 2004 10:03:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-wma Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:03:46 -0000 krion 2004-11-28 10:03:46 UTC FreeBSD ports repository Modified files: audio/xmms-wma Makefile distinfo Log: Update to 1.0.4 PR: ports/74472 Submitted by: maintainer Revision Changes Path 1.13 +1 -2 ports/audio/xmms-wma/Makefile 1.7 +2 -2 ports/audio/xmms-wma/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 28 10:07:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5F4716A4CE; Sun, 28 Nov 2004 10:07:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C34443D5C; Sun, 28 Nov 2004 10:07:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASA78ig095947; Sun, 28 Nov 2004 10:07:08 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASA78Lh095946; Sun, 28 Nov 2004 10:07:08 GMT (envelope-from krion) Message-Id: <200411281007.iASA78Lh095946@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 28 Nov 2004 10:07:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/kodos Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:07:08 -0000 krion 2004-11-28 10:07:08 UTC FreeBSD ports repository Modified files: devel/kodos Makefile distinfo Log: Update to 2.4.5 Assign maintainership to submitter. PR: ports/74452 Submitted by: Dryice Liu Revision Changes Path 1.2 +2 -2 ports/devel/kodos/Makefile 1.2 +2 -2 ports/devel/kodos/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 28 10:11:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E81616A4CF; Sun, 28 Nov 2004 10:11:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC91643D68; Sun, 28 Nov 2004 10:11:57 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASABv09096102; Sun, 28 Nov 2004 10:11:57 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASABv2O096101; Sun, 28 Nov 2004 10:11:57 GMT (envelope-from krion) Message-Id: <200411281011.iASABv2O096101@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 28 Nov 2004 10:11:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/fceu Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:11:58 -0000 krion 2004-11-28 10:11:57 UTC FreeBSD ports repository Modified files: emulators/fceu Makefile Log: Mark BROKEN on sparc64 - doesn't compile. PR: ports/74325 Submitted by: maintainer Revision Changes Path 1.14 +4 -1 ports/emulators/fceu/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 10:15:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F01A516A4CE; Sun, 28 Nov 2004 10:15:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF80E43D68; Sun, 28 Nov 2004 10:15:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASAFn5G096319; Sun, 28 Nov 2004 10:15:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASAFn97096318; Sun, 28 Nov 2004 10:15:49 GMT (envelope-from krion) Message-Id: <200411281015.iASAFn97096318@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 28 Nov 2004 10:15:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ecl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:15:50 -0000 krion 2004-11-28 10:15:49 UTC FreeBSD ports repository Modified files: lang/ecl Makefile Log: Add missing dependency and fix build. PR: ports/74345 Submitted by: maintainer Revision Changes Path 1.6 +1 -0 ports/lang/ecl/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 10:24:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A989A16A4CE; Sun, 28 Nov 2004 10:24:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8479C43D5C; Sun, 28 Nov 2004 10:24:23 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASAONcP096561; Sun, 28 Nov 2004 10:24:23 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASAONKK096560; Sun, 28 Nov 2004 10:24:23 GMT (envelope-from mezz) Message-Id: <200411281024.iASAONKK096560@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 28 Nov 2004 10:24:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/bless Makefile distinfo pkg-plist patch-src::gui::Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:24:23 -0000 mezz 2004-11-28 10:24:23 UTC FreeBSD ports repository Modified files: editors/bless Makefile distinfo pkg-plist editors/bless/files patch-src::Makefile Removed files: editors/bless/files patch-src::gui::Makefile Log: Update to 0.2.2. Revision Changes Path 1.2 +4 -6 ports/editors/bless/Makefile 1.2 +2 -2 ports/editors/bless/distinfo 1.2 +5 -17 ports/editors/bless/files/patch-src::Makefile 1.2 +0 -40 ports/editors/bless/files/patch-src::gui::Makefile (dead) 1.2 +2 -1 ports/editors/bless/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 10:27:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A603216A4CE; Sun, 28 Nov 2004 10:27:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8403243D39; Sun, 28 Nov 2004 10:27:08 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASAR84W096678; Sun, 28 Nov 2004 10:27:08 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASAR879096677; Sun, 28 Nov 2004 10:27:08 GMT (envelope-from krion) Message-Id: <200411281027.iASAR879096677@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 28 Nov 2004 10:27:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/sdig pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:27:08 -0000 krion 2004-11-28 10:27:08 UTC FreeBSD ports repository Modified files: net-mgmt/sdig pkg-descr Log: Update WWW: line and maintainer's email. PR: ports/74475 Submitted by: maintainer Revision Changes Path 1.3 +4 -4 ports/net-mgmt/sdig/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Nov 28 10:37:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 068BA16A4CE; Sun, 28 Nov 2004 10:37:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F1D43D54; Sun, 28 Nov 2004 10:37:13 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASAbD6l097125; Sun, 28 Nov 2004 10:37:13 GMT (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASAbDM7097124; Sun, 28 Nov 2004 10:37:13 GMT (envelope-from clive) Message-Id: <200411281037.iASAbDM7097124@repoman.freebsd.org> From: Clive Lin Date: Sun, 28 Nov 2004 10:37:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/java/phpeclipse Makefile distinfo pkg-plist ports/java/phpeclipse_phphelp Makefile distinfo pkg-descr pkg-plist ports/java/phpeclipse_sql Makefile distinfo... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:37:14 -0000 clive 2004-11-28 10:37:13 UTC FreeBSD ports repository Modified files: . MOVED java/phpeclipse Makefile distinfo pkg-plist Removed files: java/phpeclipse_phphelp Makefile distinfo pkg-descr pkg-plist java/phpeclipse_sql Makefile distinfo pkg-descr pkg-plist java/phpeclipse_tidy Makefile distinfo pkg-descr pkg-plist Log: Update phpeclipse to 1.1.1, with removal of phpeclipse_phphelp, phpeclipse_sql, and phpeclipse_tidy (merged.) Submitted by: Avalon third-chance at gmx.de Revision Changes Path 1.568 +4 -1 ports/MOVED 1.6 +5 -11 ports/java/phpeclipse/Makefile 1.3 +2 -2 ports/java/phpeclipse/distinfo 1.2 +840 -92 ports/java/phpeclipse/pkg-plist 1.7 +0 -32 ports/java/phpeclipse_phphelp/Makefile (dead) 1.3 +0 -2 ports/java/phpeclipse_phphelp/distinfo (dead) 1.2 +0 -3 ports/java/phpeclipse_phphelp/pkg-descr (dead) 1.2 +0 -6 ports/java/phpeclipse_phphelp/pkg-plist (dead) 1.6 +0 -34 ports/java/phpeclipse_sql/Makefile (dead) 1.3 +0 -2 ports/java/phpeclipse_sql/distinfo (dead) 1.2 +0 -3 ports/java/phpeclipse_sql/pkg-descr (dead) 1.2 +0 -35 ports/java/phpeclipse_sql/pkg-plist (dead) 1.6 +0 -36 ports/java/phpeclipse_tidy/Makefile (dead) 1.3 +0 -2 ports/java/phpeclipse_tidy/distinfo (dead) 1.2 +0 -3 ports/java/phpeclipse_tidy/pkg-descr (dead) 1.2 +0 -8 ports/java/phpeclipse_tidy/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 10:42:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E9016A4CE; Sun, 28 Nov 2004 10:42:23 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B33E43D41; Sun, 28 Nov 2004 10:42:23 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.43 (FreeBSD)) id 1CYMVO-000PO0-A4; Sun, 28 Nov 2004 11:42:10 +0100 Date: Sun, 28 Nov 2004 11:42:10 +0100 From: Kirill Ponomarew To: Clive Lin Message-ID: <20041128104210.GA90301@voodoo.oberon.net> References: <200411281037.iASAbDM7097124@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline In-Reply-To: <200411281037.iASAbDM7097124@repoman.freebsd.org> X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports MOVED ports/java/phpeclipse Makefile distinfo pkg-plist ports/java/phpeclipse_phphelp Makefile distinfo pkg-descr pkg-plist ports/java/phpeclipse_sql Makefile distinfo pkg-descr pkg-plist ports/java/phpeclipse_tidy Makefile distinfo ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 10:42:23 -0000 --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2004 at 10:37:13AM +0000, Clive Lin wrote: > clive 2004-11-28 10:37:13 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > . MOVED=20 > java/phpeclipse Makefile distinfo pkg-plist=20 > Removed files: > java/phpeclipse_phphelp Makefile distinfo pkg-descr pkg-plist=20 > java/phpeclipse_sql Makefile distinfo pkg-descr pkg-plist=20 > java/phpeclipse_tidy Makefile distinfo pkg-descr pkg-plist=20 > Log: > Update phpeclipse to 1.1.1, with removal of phpeclipse_phphelp, > phpeclipse_sql, and phpeclipse_tidy (merged.) Don't forget about java/Makefile and modules. -Kirill --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqauCQC1G6a60JuURAo+9AKCiuQudS9b006d5Ou/x2l8n4SAMqgCeI9o4 xvaoduq83C6AkDlILQO3Wg0= =75hE -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP-- From owner-cvs-all@FreeBSD.ORG Sun Nov 28 11:01:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA03C16A4CE; Sun, 28 Nov 2004 11:01:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C818343D5A; Sun, 28 Nov 2004 11:01:31 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASB1VWk097872; Sun, 28 Nov 2004 11:01:31 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASB1VhC097871; Sun, 28 Nov 2004 11:01:31 GMT (envelope-from rwatson) Message-Id: <200411281101.iASB1VhC097871@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Nov 2004 11:01:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:01:32 -0000 rwatson 2004-11-28 11:01:31 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Expand coverage of the receive socket buffer lock when handling urgent pointer updates: test available space while holding the socket buffer mutex, and continue to hold until until the pointer update has been performed. MFC after: 2 weeks Revision Changes Path 1.260 +3 -2 src/sys/netinet/tcp_input.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 11:06:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E960916A4CE; Sun, 28 Nov 2004 11:06:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAE3643D4C; Sun, 28 Nov 2004 11:06:01 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASB61lX098137; Sun, 28 Nov 2004 11:06:01 GMT (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASB61sR098136; Sun, 28 Nov 2004 11:06:01 GMT (envelope-from clive) Message-Id: <200411281106.iASB61sR098136@repoman.freebsd.org> From: Clive Lin Date: Sun, 28 Nov 2004 11:06:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/nullmailer Makefileports/mail/nullmailer/files patch-smtp_authentication patch-src-send.cc remotes.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:06:02 -0000 clive 2004-11-28 11:06:01 UTC FreeBSD ports repository Modified files: mail/nullmailer Makefile mail/nullmailer/files remotes.sample Added files: mail/nullmailer/files patch-smtp_authentication patch-src-send.cc Log: + Add smtp authentication support. - files/patch-smtp_authentication - files/remotes.sample (READ THIS) + fix a argument passing bug. - files/patch-src-send.cc Obtained from: Nullmailer Mailing List Revision Changes Path 1.12 +1 -1 ports/mail/nullmailer/Makefile 1.1 +130 -0 ports/mail/nullmailer/files/patch-smtp_authentication (new) 1.1 +11 -0 ports/mail/nullmailer/files/patch-src-send.cc (new) 1.2 +1 -1 ports/mail/nullmailer/files/remotes.sample From owner-cvs-all@FreeBSD.ORG Sun Nov 28 11:06:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E669716A4CE; Sun, 28 Nov 2004 11:06:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C504943D46; Sun, 28 Nov 2004 11:06:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASB6Mcm098166; Sun, 28 Nov 2004 11:06:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASB6Mcn098165; Sun, 28 Nov 2004 11:06:22 GMT (envelope-from rwatson) Message-Id: <200411281106.iASB6Mcn098165@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Nov 2004 11:06:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:06:23 -0000 rwatson 2004-11-28 11:06:22 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Assert the inpcb lock in tcp_xmit_timer() as it performs read-modify- write of various time/rtt-related fields in the tcpcb. Revision Changes Path 1.261 +2 -0 src/sys/netinet/tcp_input.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 11:08:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C57DE16A4CE; Sun, 28 Nov 2004 11:08:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A555843D45; Sun, 28 Nov 2004 11:08:23 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASB8N1G098222; Sun, 28 Nov 2004 11:08:23 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASB8NwV098221; Sun, 28 Nov 2004 11:08:23 GMT (envelope-from phk) Message-Id: <200411281108.iASB8NwV098221@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 11:08:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys pioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:08:23 -0000 phk 2004-11-28 11:08:23 UTC FreeBSD src repository Modified files: sys/sys pioctl.h Log: #define the ioctls that take no arguments correctly. Revision Changes Path 1.13 +4 -4 src/sys/sys/pioctl.h From owner-cvs-all@FreeBSD.ORG Sun Nov 28 11:14:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25D6A16A4CE; Sun, 28 Nov 2004 11:14:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 043EB43D46; Sun, 28 Nov 2004 11:14:46 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASBEjR4098550; Sun, 28 Nov 2004 11:14:45 GMT (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASBEjrE098549; Sun, 28 Nov 2004 11:14:45 GMT (envelope-from clive) Message-Id: <200411281114.iASBEjrE098549@repoman.freebsd.org> From: Clive Lin Date: Sun, 28 Nov 2004 11:14:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/java Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:14:46 -0000 clive 2004-11-28 11:14:45 UTC FreeBSD ports repository Modified files: . modules java Makefile Log: Finish update phpeclipse to 1.1.1, with removal of phpeclipse_phphelp, phpeclipse_sql, and phpeclipse_tidy (merged.) Reminded by: krion Revision Changes Path 1.11449 +0 -3 CVSROOT/modules 1.145 +0 -3 ports/java/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 11:26:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E2D16A4CE; Sun, 28 Nov 2004 11:26:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D8A43D5D; Sun, 28 Nov 2004 11:26:43 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASBQh82098883; Sun, 28 Nov 2004 11:26:43 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASBQh3d098882; Sun, 28 Nov 2004 11:26:43 GMT (envelope-from phk) Message-Id: <200411281126.iASBQh3d098882@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 11:26:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:26:43 -0000 phk 2004-11-28 11:26:43 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Use FILEDESC_LOCK_FAST in checkdirs() Revision Changes Path 1.153 +5 -5 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 11:46:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D69B16A4CE; Sun, 28 Nov 2004 11:46:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD0943D2F; Sun, 28 Nov 2004 11:46:01 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASBk1uE099545; Sun, 28 Nov 2004 11:46:01 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASBk1ml099544; Sun, 28 Nov 2004 11:46:01 GMT (envelope-from simon) Message-Id: <200411281146.iASBk1ml099544@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 28 Nov 2004 11:46:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/cgi ports.cgi X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:46:01 -0000 simon 2004-11-28 11:46:01 UTC FreeBSD doc repository Modified files: en/cgi ports.cgi Log: The package directory for 5-STABLE is now called packages-5-stable. Revision Changes Path 1.81 +7 -7 www/en/cgi/ports.cgi From owner-cvs-all@FreeBSD.ORG Sun Nov 28 11:53:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D062E16A4CE; Sun, 28 Nov 2004 11:53:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE32543D60; Sun, 28 Nov 2004 11:53:46 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASBrkNZ099766; Sun, 28 Nov 2004 11:53:46 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASBrkDd099765; Sun, 28 Nov 2004 11:53:46 GMT (envelope-from perky) Message-Id: <200411281153.iASBrkDd099765@repoman.freebsd.org> From: Hye-Shik Chang Date: Sun, 28 Nov 2004 11:53:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/pycodec Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 11:53:47 -0000 perky 2004-11-28 11:53:46 UTC FreeBSD ports repository Modified files: japanese/pycodec Makefile distinfo Log: Update to 1.4.11 Revision Changes Path 1.17 +1 -1 ports/japanese/pycodec/Makefile 1.12 +2 -2 ports/japanese/pycodec/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 28 12:34:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61D616A4CE; Sun, 28 Nov 2004 12:34:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F7943D2F; Sun, 28 Nov 2004 12:34:56 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASCYuXi001037; Sun, 28 Nov 2004 12:34:56 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASCYunB001036; Sun, 28 Nov 2004 12:34:56 GMT (envelope-from simon) Message-Id: <200411281234.iASCYunB001036@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 28 Nov 2004 12:34:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/copyright trademarks.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 12:34:57 -0000 simon 2004-11-28 12:34:56 UTC FreeBSD doc repository Modified files: en/copyright trademarks.sgml Log: The 'FreeBSD' trademark is now owned by The FreeBSD Foundation. Revision Changes Path 1.11 +2 -3 www/en/copyright/trademarks.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 28 13:04:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F34B916A4CE; Sun, 28 Nov 2004 13:04:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E294643D31; Sun, 28 Nov 2004 13:04:55 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASD4tbv008397; Sun, 28 Nov 2004 13:04:55 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASD4tDB008396; Sun, 28 Nov 2004 13:04:55 GMT (envelope-from hq) Message-Id: <200411281304.iASD4tDB008396@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 28 Nov 2004 13:04:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/java Makefile ports/devel Makefile ports/java/jakarta-log4j Makefile distinfo pkg-descr pkg-plist ports/devel/log4j Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 13:04:56 -0000 hq 2004-11-28 13:04:55 UTC FreeBSD ports repository Modified files: . MOVED java Makefile devel Makefile devel/log4j Makefile distinfo Removed files: java/jakarta-log4j Makefile distinfo pkg-descr pkg-plist devel/log4j pkg-plist Log: - Update to 1.2.9 - Rename port as it is no longer port of the Jakarta project - Dynamic plist PR: 74468 Submitted by: me Revision Changes Path 1.569 +2 -1 ports/MOVED 1.1752 +1 -0 ports/devel/Makefile 1.10 +25 -21 ports/devel/log4j/Makefile 1.5 +2 -2 ports/devel/log4j/distinfo 1.5 +0 -50 ports/devel/log4j/pkg-plist (dead) 1.146 +0 -1 ports/java/Makefile 1.10 +0 -49 ports/java/jakarta-log4j/Makefile (dead) 1.5 +0 -2 ports/java/jakarta-log4j/distinfo (dead) 1.3 +0 -10 ports/java/jakarta-log4j/pkg-descr (dead) 1.5 +0 -50 ports/java/jakarta-log4j/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 13:14:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 279BF16A4CE; Sun, 28 Nov 2004 13:14:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0689F43D48; Sun, 28 Nov 2004 13:14:23 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASDEMaj008770; Sun, 28 Nov 2004 13:14:22 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASDEMR2008765; Sun, 28 Nov 2004 13:14:22 GMT (envelope-from hq) Message-Id: <200411281314.iASDEMR2008765@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 28 Nov 2004 13:14:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 13:14:23 -0000 hq 2004-11-28 13:14:21 UTC FreeBSD ports repository Modified files: . modules Log: Port renamed Revision Changes Path 1.11450 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 13:23:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D11316A4CE; Sun, 28 Nov 2004 13:23:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F07E543D5F; Sun, 28 Nov 2004 13:23:46 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASDNkMd009032; Sun, 28 Nov 2004 13:23:46 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASDNk9O009031; Sun, 28 Nov 2004 13:23:46 GMT (envelope-from hq) Message-Id: <200411281323.iASDNk9O009031@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 28 Nov 2004 13:23:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/erserver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 13:23:47 -0000 hq 2004-11-28 13:23:46 UTC FreeBSD ports repository Modified files: databases/erserver Makefile Log: Chase recent Log4J port rename Revision Changes Path 1.5 +1 -1 ports/databases/erserver/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 13:28:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE89116A4CE; Sun, 28 Nov 2004 13:28:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D62043D41; Sun, 28 Nov 2004 13:28:04 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASDS4at009193; Sun, 28 Nov 2004 13:28:04 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASDS48c009192; Sun, 28 Nov 2004 13:28:04 GMT (envelope-from phk) Message-Id: <200411281328.iASDS48c009192@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 13:28:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 13:28:04 -0000 phk 2004-11-28 13:28:04 UTC FreeBSD src repository Modified files: tools/tools/nanobsd Makefile Log: Reduce -j12 to -j3 Revision Changes Path 1.9 +1 -1 src/tools/tools/nanobsd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 13:32:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2D3B16A4CE; Sun, 28 Nov 2004 13:32:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9108643D5C; Sun, 28 Nov 2004 13:32:55 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASDWtsk009378; Sun, 28 Nov 2004 13:32:55 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASDWtfS009377; Sun, 28 Nov 2004 13:32:55 GMT (envelope-from hq) Message-Id: <200411281332.iASDWtfS009377@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 28 Nov 2004 13:32:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jakarta-commons-logging Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 13:32:55 -0000 hq 2004-11-28 13:32:55 UTC FreeBSD ports repository Modified files: java/jakarta-commons-logging Makefile distinfo Log: - Update to 1.0.4 - Use %%JAVAJARDIR%% - Use USE_ANT - Chase recent Log4J port rename - Use INSTALL_DATA rather than CP - Use ECHO_MSG rather than ECHO_CMD - Use JAVALIBDIR in place of JAVAJARDIR where appropriate - Various cosmetic improvements Revision Changes Path 1.7 +19 -23 ports/java/jakarta-commons-logging/Makefile 1.4 +2 -2 ports/java/jakarta-commons-logging/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 28 13:45:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B0DE16A4CE; Sun, 28 Nov 2004 13:45:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AFC043D46; Sun, 28 Nov 2004 13:45:32 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASDjVRJ009800; Sun, 28 Nov 2004 13:45:31 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASDjVUJ009799; Sun, 28 Nov 2004 13:45:31 GMT (envelope-from phk) Message-Id: <200411281345.iASDjVUJ009799@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 13:45:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd customize.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 13:45:32 -0000 phk 2004-11-28 13:45:31 UTC FreeBSD src repository Modified files: tools/tools/nanobsd customize.sh Log: don't mv(1) nonexistent directories. Revision Changes Path 1.2 +1 -1 src/tools/tools/nanobsd/customize.sh From owner-cvs-all@FreeBSD.ORG Sun Nov 28 13:47:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213E816A4CE; Sun, 28 Nov 2004 13:47:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F32FE43D1D; Sun, 28 Nov 2004 13:47:12 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASDlClP009861; Sun, 28 Nov 2004 13:47:12 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASDlCpM009860; Sun, 28 Nov 2004 13:47:12 GMT (envelope-from bz) Message-Id: <200411281347.iASDlCpM009860@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 28 Nov 2004 13:47:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man5 make.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 13:47:13 -0000 bz 2004-11-28 13:47:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man5 make.conf.5 Log: MFC rev. 1.101 Document NO_NIS variable. Approved by: rwatson (mentor) Revision Changes Path 1.89.2.5 +6 -1 src/share/man/man5/make.conf.5 From owner-cvs-all@FreeBSD.ORG Sun Nov 28 14:10:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 049A316A4CE; Sun, 28 Nov 2004 14:10:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C6543D5A; Sun, 28 Nov 2004 14:10:21 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASEAKuj011500; Sun, 28 Nov 2004 14:10:20 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASEAKWB011499; Sun, 28 Nov 2004 14:10:20 GMT (envelope-from bz) Message-Id: <200411281410.iASEAKWB011499@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 28 Nov 2004 14:10:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src Makefile.inc1 src/lib Makefile src/lib/libc Makefile src/lib/libc/gen getnetgrent.c src/lib/libc/net rcmd.c src/lib/libc/rpc netnamer.c src/lib/libpam/modules/pam_unix Makefile src/lib/librpcsvc Makefile src/lib/libwrap Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:10:22 -0000 bz 2004-11-28 14:10:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . Makefile.inc1 lib Makefile lib/libc Makefile lib/libc/gen getnetgrent.c lib/libc/net rcmd.c lib/libc/rpc netnamer.c lib/libpam/modules/pam_unix Makefile lib/librpcsvc Makefile lib/libwrap Makefile libexec Makefile rescue/librescue Makefile share/examples/etc make.conf share/mk bsd.libnames.mk tools/tools/nanobsd make.conf usr.bin Makefile usr.bin/chkey Makefile usr.bin/chpass Makefile usr.bin/newkey Makefile usr.sbin Makefile usr.sbin/amd Makefile.inc usr.sbin/amd/amd Makefile usr.sbin/amd/include Makefile usr.sbin/bootparamd/bootparamd Makefile bootparamd.c usr.sbin/sendmail Makefile Log: MFC knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. If turned on no NIS support and related programs will be built. Approved by: rwatson (mentor) Revision Changes Path 1.438.2.10 +5 -1 src/Makefile.inc1 1.189.2.3 +1 -1 src/lib/Makefile 1.52.2.1 +1 -1 src/lib/libc/Makefile 1.31.2.1 +1 -1 src/lib/libc/gen/getnetgrent.c 1.38.6.1 +1 -1 src/lib/libc/net/rcmd.c 1.9.8.1 +2 -0 src/lib/libc/rpc/netnamer.c 1.18.6.1 +7 -3 src/lib/libpam/modules/pam_unix/Makefile 1.16.8.1 +5 -1 src/lib/librpcsvc/Makefile 1.14.4.1 +3 -0 src/lib/libwrap/Makefile 1.67.2.2 +7 -2 src/libexec/Makefile 1.4.4.1 +4 -1 src/rescue/librescue/Makefile 1.229.2.6 +1 -0 src/share/examples/etc/make.conf 1.85.2.2 +6 -2 src/share/mk/bsd.libnames.mk 1.3.2.1 +1 -1 src/tools/tools/nanobsd/make.conf 1.266.2.4 +9 -3 src/usr.bin/Makefile 1.9.2.1 +4 -1 src/usr.bin/chkey/Makefile 1.28.6.1 +9 -3 src/usr.bin/chpass/Makefile 1.12.2.1 +2 -0 src/usr.bin/newkey/Makefile 1.303.2.5 +21 -9 src/usr.sbin/Makefile 1.10.6.1 +3 -0 src/usr.sbin/amd/Makefile.inc 1.23.2.1 +5 -1 src/usr.sbin/amd/amd/Makefile 1.8.8.1 +8 -0 src/usr.sbin/amd/include/Makefile 1.14.4.1 +3 -0 src/usr.sbin/bootparamd/bootparamd/Makefile 1.11.4.1 +14 -0 src/usr.sbin/bootparamd/bootparamd/bootparamd.c 1.46.2.1 +2 -0 src/usr.sbin/sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 14:19:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F19716A4CE; Sun, 28 Nov 2004 14:19:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D64A43D45; Sun, 28 Nov 2004 14:19:21 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASEJKTp011912; Sun, 28 Nov 2004 14:19:20 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASEJKTr011911; Sun, 28 Nov 2004 14:19:20 GMT (envelope-from delphij) Message-Id: <200411281419.iASEJKTr011911@repoman.freebsd.org> From: Xin LI Date: Sun, 28 Nov 2004 14:19:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/bin/rm rm.1 rm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:19:21 -0000 delphij 2004-11-28 14:19:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) bin/rm rm.1 rm.c Log: MFC rm.1,v 1.32-1.33; rm.c 1.51: -I option which asks for confirmation once if recursively removing directories or if more than 3 files are listed in the command line. Revision Changes Path 1.29.2.1 +7 -1 src/bin/rm/rm.1 1.47.2.1 +62 -3 src/bin/rm/rm.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 14:35:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A211216A4D1; Sun, 28 Nov 2004 14:35:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933F743D45; Sun, 28 Nov 2004 14:35:02 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASEZ2Lf012883; Sun, 28 Nov 2004 14:35:02 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASEZ2Yn012882; Sun, 28 Nov 2004 14:35:02 GMT (envelope-from lioux) Message-Id: <200411281435.iASEZ2Yn012882@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 28 Nov 2004 14:35:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-xmltv Makefile distinfo pkg-plist patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:35:02 -0000 lioux 2004-11-28 14:35:02 UTC FreeBSD ports repository Modified files: textproc/p5-xmltv Makefile distinfo pkg-plist textproc/p5-xmltv/files extra-noportdocs-patch-Makefile.PL patch-Makefile.PL Log: Update to 0.5.36 Submitted by: Adrian Colley Revision Changes Path 1.15 +26 -21 ports/textproc/p5-xmltv/Makefile 1.11 +2 -2 ports/textproc/p5-xmltv/distinfo 1.2 +4 -4 ports/textproc/p5-xmltv/files/extra-noportdocs-patch-Makefile.PL 1.3 +8 -8 ports/textproc/p5-xmltv/files/patch-Makefile.PL 1.11 +14 -4 ports/textproc/p5-xmltv/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 14:37:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EB1716A4CE; Sun, 28 Nov 2004 14:37:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F14643D39; Sun, 28 Nov 2004 14:37:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASEbHlc013007; Sun, 28 Nov 2004 14:37:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASEbHvP013006; Sun, 28 Nov 2004 14:37:17 GMT (envelope-from rwatson) Message-Id: <200411281437.iASEbHvP013006@repoman.freebsd.org> From: Robert Watson Date: Sun, 28 Nov 2004 14:37:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:37:18 -0000 rwatson 2004-11-28 14:37:17 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Don't acquire Giant before calling closef() in close() (and elsewhere); instead acquire it conditionally in closef() if it is required for advisory locking. This removes Giant from the close() path of sockets and pipes (and any other objects that don't acquire Giant in their fo_close path, such as kqueues). Giant will still be acquired twice for vnodes -- once for advisory lock teardown, and a second time in the fo_close method. Both Poul-Henning and I believe that the advisory lock teardown code can be moved into the vn_closefile path shortly. This trims a percent or two off the cost of most non-vnode close operations on SMP, but has a fairly minimal impact on UP where the cost of a single mutex operation is pretty low. Revision Changes Path 1.258 +7 -7 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 14:41:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42CB716A4CE; Sun, 28 Nov 2004 14:41:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F04643D3F; Sun, 28 Nov 2004 14:41:56 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASEftUD013223; Sun, 28 Nov 2004 14:41:56 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASEftds013222; Sun, 28 Nov 2004 14:41:55 GMT (envelope-from ahze) Message-Id: <200411281441.iASEftds013222@repoman.freebsd.org> From: Michael Johnson Date: Sun, 28 Nov 2004 14:41:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mpeg4ip Makefile pkg-plist ports/multimedia/mpeg4ip-libmp4v2 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 14:41:56 -0000 ahze 2004-11-28 14:41:55 UTC FreeBSD ports repository Modified files: multimedia/mpeg4ip Makefile pkg-plist multimedia/mpeg4ip-libmp4v2 Makefile pkg-plist Log: - Fix header problem - Bump PORTREVISION Approved by: lioux Revision Changes Path 1.3 +6 -0 ports/multimedia/mpeg4ip-libmp4v2/Makefile 1.2 +3 -0 ports/multimedia/mpeg4ip-libmp4v2/pkg-plist 1.47 +6 -0 ports/multimedia/mpeg4ip/Makefile 1.8 +0 -3 ports/multimedia/mpeg4ip/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 15:11:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE27F16A4CE; Sun, 28 Nov 2004 15:11:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5E1F43D48; Sun, 28 Nov 2004 15:11:45 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASFBjKX014127; Sun, 28 Nov 2004 15:11:45 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASFBj6S014126; Sun, 28 Nov 2004 15:11:45 GMT (envelope-from lioux) Message-Id: <200411281511.iASFBj6S014126@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 28 Nov 2004 15:11:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gtksubtitler Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:11:46 -0000 lioux 2004-11-28 15:11:45 UTC FreeBSD ports repository Modified files: multimedia/gtksubtitler Makefile distinfo pkg-plist Log: Update to 0.2.4 PR: 71319 Submitted by: ahze Revision Changes Path 1.8 +3 -5 ports/multimedia/gtksubtitler/Makefile 1.4 +2 -2 ports/multimedia/gtksubtitler/distinfo 1.3 +3 -0 ports/multimedia/gtksubtitler/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 15:11:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECC4B16A4CE; Sun, 28 Nov 2004 15:11:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB74A43D3F; Sun, 28 Nov 2004 15:11:55 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASFBtJ2014156; Sun, 28 Nov 2004 15:11:55 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASFBtge014155; Sun, 28 Nov 2004 15:11:55 GMT (envelope-from ahze) Message-Id: <200411281511.iASFBtge014155@repoman.freebsd.org> From: Michael Johnson Date: Sun, 28 Nov 2004 15:11:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/faac Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:11:56 -0000 ahze 2004-11-28 15:11:55 UTC FreeBSD ports repository Modified files: audio/faac Makefile Log: - Add option for mpeg4 audio coding via mpeg4ip-libmp4v2 (WITH_MPEG4IP) - Bump PORTREVISION Revision Changes Path 1.15 +14 -2 ports/audio/faac/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 15:47:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A056416A4CE; Sun, 28 Nov 2004 15:47:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC7143D2D; Sun, 28 Nov 2004 15:47:57 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASFlvFR015214; Sun, 28 Nov 2004 15:47:57 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASFlvsC015213; Sun, 28 Nov 2004 15:47:57 GMT (envelope-from pav) Message-Id: <200411281547.iASFlvsC015213@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 28 Nov 2004 15:47:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/gtk-send-pr Makefile distinfo ports/sysutils/gtk-send-pr/files patch-gtk_ui.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:47:57 -0000 pav 2004-11-28 15:47:57 UTC FreeBSD ports repository Modified files: sysutils/gtk-send-pr Makefile distinfo Removed files: sysutils/gtk-send-pr/files patch-gtk_ui.c Log: - Update to 0.4.1 PR: ports/74476 Submitted by: Miguel Mendez (maintainer) Revision Changes Path 1.21 +1 -2 ports/sysutils/gtk-send-pr/Makefile 1.11 +2 -2 ports/sysutils/gtk-send-pr/distinfo 1.2 +0 -68 ports/sysutils/gtk-send-pr/files/patch-gtk_ui.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 15:50:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 416D316A4CF; Sun, 28 Nov 2004 15:50:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDFC43D46; Sun, 28 Nov 2004 15:50:14 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASFoER4015289; Sun, 28 Nov 2004 15:50:14 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASFoDcA015288; Sun, 28 Nov 2004 15:50:13 GMT (envelope-from lioux) Message-Id: <200411281550.iASFoDcA015288@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 28 Nov 2004 15:50:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/libmovtar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:50:14 -0000 lioux 2004-11-28 15:50:13 UTC FreeBSD ports repository Modified files: multimedia/libmovtar Makefile Log: o Add graphics/jpeg-mmx support o Deploy OPTIONS Revision Changes Path 1.15 +25 -7 ports/multimedia/libmovtar/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 15:51:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F169816A4CF; Sun, 28 Nov 2004 15:51:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C483843D5F; Sun, 28 Nov 2004 15:51:22 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASFpMvb015406; Sun, 28 Nov 2004 15:51:22 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASFpMl9015405; Sun, 28 Nov 2004 15:51:22 GMT (envelope-from lioux) Message-Id: <200411281551.iASFpMl9015405@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 28 Nov 2004 15:51:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/libmovtar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 15:51:23 -0000 lioux 2004-11-28 15:51:22 UTC FreeBSD ports repository Modified files: multimedia/libmovtar Makefile Log: - Forced commit to fix previous commit message o Add graphics/jpeg-mmx support o Deploy OPTIONS PR: 72742 Submitted by: ahze Revision Changes Path 1.16 +0 -0 ports/multimedia/libmovtar/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 16:00:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3FAD16A4CE; Sun, 28 Nov 2004 16:00:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D279E43D2D; Sun, 28 Nov 2004 16:00:36 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASG0aH8015679; Sun, 28 Nov 2004 16:00:36 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASG0aHv015678; Sun, 28 Nov 2004 16:00:36 GMT (envelope-from marius) Message-Id: <200411281600.iASG0aHv015678@repoman.freebsd.org> From: Marius Strobl Date: Sun, 28 Nov 2004 16:00:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/uart uart_cpu_sparc64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:00:37 -0000 marius 2004-11-28 16:00:36 UTC FreeBSD src repository Modified files: sys/dev/uart uart_cpu_sparc64.c Log: - Don't blindly use the return value of uart_cpu_channel() to calculate the address of a channel on a SCC, it returns 0 on failure. [1] - Hardcode channel 1 for the keyboard on Z8530, the information present in the Open Firmware device tree doesn't allow to determine this via uart_cpu_channel(). This makes the keyboard (if one backs out rev. 1.5 of sys/dev/puc/puc_sbus.c and has both keyboard and mouse plugged in to avoid the hang that revision works around) and consequently syscons(4) on Ultra 2 work. There's a problem with the keyboard LEDs similar to the one on Ultra 60 (LEDs don't get lit under X) though, instead of lighting just a specific single one all get lit and can't be turned off again. [1] - Add comments about what uart_cpu_channel() and uart_cpu_getdev_keyboard() do and their constraints. - Improve the comments about what uart_cpu_getdev_[console,dbgport]() do, they don't return an address (as in bus) but an Open Firmware package handle. Reviewed by: marcel (modulo the comments) [1] Revision Changes Path 1.15 +33 -7 src/sys/dev/uart/uart_cpu_sparc64.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 16:01:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C76316A50D; Sun, 28 Nov 2004 16:01:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5673643D41; Sun, 28 Nov 2004 16:01:17 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASG1Hpb015785; Sun, 28 Nov 2004 16:01:17 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASG1HG8015784; Sun, 28 Nov 2004 16:01:17 GMT (envelope-from oliver) Message-Id: <200411281601.iASG1HG8015784@repoman.freebsd.org> From: Oliver Lehmann Date: Sun, 28 Nov 2004 16:01:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/jam Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:01:33 -0000 oliver 2004-11-28 16:01:17 UTC FreeBSD ports repository Modified files: devel/jam Makefile distinfo Log: update from 2.5rc3 to 2.5 (the distfile got rerolled - diff done, only one function declaration got changed) Bump PORTREVISION Revision Changes Path 1.16 +2 -0 ports/devel/jam/Makefile 1.6 +2 -2 ports/devel/jam/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 28 16:03:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A7B316A4CE; Sun, 28 Nov 2004 16:03:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 644A743D46; Sun, 28 Nov 2004 16:03:23 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASG3NLw015852; Sun, 28 Nov 2004 16:03:23 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASG3N55015851; Sun, 28 Nov 2004 16:03:23 GMT (envelope-from rushani) Message-Id: <200411281603.iASG3N55015851@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sun, 28 Nov 2004 16:03:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/books/fdp-primer/translations chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:03:23 -0000 rushani 2004-11-28 16:03:23 UTC FreeBSD doc repository Added files: ja_JP.eucJP/books/fdp-primer/translations chapter.sgml Log: Initial translation. (new) -> 1.25 books/fdp-primer/translations/chapter.sgml Submitted by: TAOKA Fumiyoshi Reference: [doc-jp-work 866] Revision Changes Path 1.1 +461 -0 doc/ja_JP.eucJP/books/fdp-primer/translations/chapter.sgml (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 16:10:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A16016A4CE; Sun, 28 Nov 2004 16:10:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA14343D5F; Sun, 28 Nov 2004 16:10:02 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGA2DS016101; Sun, 28 Nov 2004 16:10:02 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASGA21h016100; Sun, 28 Nov 2004 16:10:02 GMT (envelope-from pav) Message-Id: <200411281610.iASGA21h016100@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 28 Nov 2004 16:10:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/gnupod Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:10:03 -0000 pav 2004-11-28 16:10:02 UTC FreeBSD ports repository Modified files: audio/gnupod Makefile distinfo pkg-plist Log: - Update to 0.96 PR: ports/74343 Submitted by: David Le Brun (maintainer) Revision Changes Path 1.14 +3 -2 ports/audio/gnupod/Makefile 1.9 +2 -2 ports/audio/gnupod/distinfo 1.13 +2 -0 ports/audio/gnupod/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 16:15:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A02616A4CE; Sun, 28 Nov 2004 16:15:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DF343D3F; Sun, 28 Nov 2004 16:15:44 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGFi0T016387; Sun, 28 Nov 2004 16:15:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASGFh6C016386; Sun, 28 Nov 2004 16:15:43 GMT (envelope-from phk) Message-Id: <200411281615.iASGFh6C016386@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 16:15:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd i386.diskimage X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:15:44 -0000 phk 2004-11-28 16:15:43 UTC FreeBSD src repository Modified files: tools/tools/nanobsd i386.diskimage Log: Hardlink the generated /etc/fstab to /conf/base/etc/fstab Revision Changes Path 1.10 +1 -0 src/tools/tools/nanobsd/i386.diskimage From owner-cvs-all@FreeBSD.ORG Sun Nov 28 16:25:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D197316A4CE; Sun, 28 Nov 2004 16:25:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAC9C43D1F; Sun, 28 Nov 2004 16:25:53 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGPrHC016632; Sun, 28 Nov 2004 16:25:53 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASGPrm1016631; Sun, 28 Nov 2004 16:25:53 GMT (envelope-from simon) Message-Id: <200411281625.iASGPrm1016631@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 28 Nov 2004 16:25:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/network-servers chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:25:54 -0000 simon 2004-11-28 16:25:53 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/network-servers chapter.sgml Log: Make it more clear that an example of how not to use /etc/exports, is in fact invalid. Suggested by: Johan Kuuse Revision Changes Path 1.39 +2 -1 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 28 16:37:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 197DC16A4CE; Sun, 28 Nov 2004 16:37:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0663643D1D; Sun, 28 Nov 2004 16:37:28 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGbRpP017039; Sun, 28 Nov 2004 16:37:27 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASGbRv2017038; Sun, 28 Nov 2004 16:37:27 GMT (envelope-from ahze) Message-Id: <200411281637.iASGbRv2017038@repoman.freebsd.org> From: Michael Johnson Date: Sun, 28 Nov 2004 16:37:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/kazehakase Makefile distinfo pkg-plist patch-src::main.c patch-src::prefs_ui::prefs_privacy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:37:28 -0000 ahze 2004-11-28 16:37:27 UTC FreeBSD ports repository Modified files: www/kazehakase Makefile distinfo pkg-plist Removed files: www/kazehakase/files patch-src::actions::kz-actions.c patch-src::main.c patch-src::prefs_ui::prefs_privacy.c Log: Update to 0.2.2 Revision Changes Path 1.12 +2 -3 ports/www/kazehakase/Makefile 1.5 +2 -2 ports/www/kazehakase/distinfo 1.2 +0 -14 ports/www/kazehakase/files/patch-src::actions::kz-actions.c (dead) 1.3 +0 -14 ports/www/kazehakase/files/patch-src::main.c (dead) 1.2 +0 -11 ports/www/kazehakase/files/patch-src::prefs_ui::prefs_privacy.c (dead) 1.5 +1 -0 ports/www/kazehakase/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 16:39:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E735316A4CE; Sun, 28 Nov 2004 16:39:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D542643D54; Sun, 28 Nov 2004 16:39:01 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGd16g017133; Sun, 28 Nov 2004 16:39:01 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASGd1kc017132; Sun, 28 Nov 2004 16:39:01 GMT (envelope-from lkoeller) Message-Id: <200411281639.iASGd1kc017132@repoman.freebsd.org> From: Lars Koeller Date: Sun, 28 Nov 2004 16:39:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula Makefile distinfo pkg-message pkg-plist ports/sysutils/bacula/files patch-scripts-Makefile.in patch-src-wx-console X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:39:02 -0000 lkoeller 2004-11-28 16:39:01 UTC FreeBSD ports repository Modified files: sysutils/bacula Makefile distinfo pkg-plist sysutils/bacula/files patch-scripts-Makefile.in Added files: sysutils/bacula pkg-message Removed files: sysutils/bacula/files patch-src-wx-console Log: o) Update to version 1.36.1 Revision Changes Path 1.35 +5 -3 ports/sysutils/bacula/Makefile 1.13 +2 -2 ports/sysutils/bacula/distinfo 1.6 +20 -11 ports/sysutils/bacula/files/patch-scripts-Makefile.in 1.2 +0 -31 ports/sysutils/bacula/files/patch-src-wx-console (dead) 1.3 +10 -0 ports/sysutils/bacula/pkg-message (new) 1.12 +3 -0 ports/sysutils/bacula/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 16:40:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A39BF16A4CE; Sun, 28 Nov 2004 16:40:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B81743D5F; Sun, 28 Nov 2004 16:40:01 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASGe1xu017170; Sun, 28 Nov 2004 16:40:01 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASGe1Ge017169; Sun, 28 Nov 2004 16:40:01 GMT (envelope-from rushani) Message-Id: <200411281640.iASGe1Ge017169@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Sun, 28 Nov 2004 16:40:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 16:40:01 -0000 rushani 2004-11-28 16:40:01 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/handbook/ports chapter.sgml Log: Merge the following from the English version: 1.144 -> 1.146 books/handbook/ports/chapter.sgml Submitted by: Ryusuke Suzuki Reviewed by: Hiroo Ono , hrs Reference: [doc-jp-work 975, 981, 982, 983] Revision Changes Path 1.34 +128 -15 doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:02:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0813B16A4CE; Sun, 28 Nov 2004 17:02:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5EC043D49; Sun, 28 Nov 2004 17:02:58 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASH2wjs024262; Sun, 28 Nov 2004 17:02:58 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASH2w8M024261; Sun, 28 Nov 2004 17:02:58 GMT (envelope-from hq) Message-Id: <200411281702.iASH2w8M024261@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 28 Nov 2004 17:02:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jakarta-commons-cli Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:02:59 -0000 hq 2004-11-28 17:02:58 UTC FreeBSD ports repository Modified files: java/jakarta-commons-cli Makefile Log: - Use %%JAVAJARDIR%% - Use USE_ANT - Use INSTALL_DATA rather than CP - Use ECHO_MSG rather than ECHO - Use JAVALIBDIR in place of JAVAJARDIR where appropriate - Add 'devel' category - Various cosmetic improvements Revision Changes Path 1.10 +22 -24 ports/java/jakarta-commons-cli/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:03:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C81A16A4CE; Sun, 28 Nov 2004 17:03:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2731543D54; Sun, 28 Nov 2004 17:03:16 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASH3G1S024303; Sun, 28 Nov 2004 17:03:16 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASH3G4J024302; Sun, 28 Nov 2004 17:03:16 GMT (envelope-from simon) Message-Id: <200411281703.iASH3G4J024302@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 28 Nov 2004 17:03:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:03:16 -0000 simon 2004-11-28 17:03:16 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Add Bugtraq ID for SA-04:16.fetch entry. Revision Changes Path 1.381 +2 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:10:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C0FE16A4CE; Sun, 28 Nov 2004 17:10:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8E3A43D69; Sun, 28 Nov 2004 17:10:44 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHAiDD024613; Sun, 28 Nov 2004 17:10:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHAiBw024612; Sun, 28 Nov 2004 17:10:44 GMT (envelope-from phk) Message-Id: <200411281710.iASHAiBw024612@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 17:10:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd/Customize NET4801 comconsole default nobeastie X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:10:45 -0000 phk 2004-11-28 17:10:44 UTC FreeBSD src repository Added files: tools/tools/nanobsd/Customize NET4801 comconsole default nobeastie Log: Add various customize scripts. Revision Changes Path 1.1 +27 -0 src/tools/tools/nanobsd/Customize/NET4801 (new) 1.1 +30 -0 src/tools/tools/nanobsd/Customize/comconsole (new) 1.1 +64 -0 src/tools/tools/nanobsd/Customize/default (new) 1.1 +25 -0 src/tools/tools/nanobsd/Customize/nobeastie (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:12:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6657216A4CE; Sun, 28 Nov 2004 17:12:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4041943D31; Sun, 28 Nov 2004 17:12:16 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHCGms024671; Sun, 28 Nov 2004 17:12:16 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHCGw7024670; Sun, 28 Nov 2004 17:12:16 GMT (envelope-from phk) Message-Id: <200411281712.iASHCGw7024670@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 17:12:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:12:16 -0000 phk 2004-11-28 17:12:15 UTC FreeBSD src repository Modified files: tools/tools/nanobsd Makefile Log: Make it possible to specify a list of customize scripts. Look for them in ./Customize first, then relative to . and then absolute. Revision Changes Path 1.10 +8 -7 src/tools/tools/nanobsd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:14:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9376C16A4CE; Sun, 28 Nov 2004 17:14:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DECB43D62; Sun, 28 Nov 2004 17:14:03 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHE3hd024742; Sun, 28 Nov 2004 17:14:03 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHE3H6024741; Sun, 28 Nov 2004 17:14:03 GMT (envelope-from phk) Message-Id: <200411281714.iASHE3H6024741@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 17:14:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/nanobsd make.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:14:03 -0000 phk 2004-11-28 17:14:03 UTC FreeBSD src repository Modified files: tools/tools/nanobsd make.conf Log: Change CUSTOMIZE example. Revision Changes Path 1.10 +2 -3 src/tools/tools/nanobsd/make.conf From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:26:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A433116A4CE; Sun, 28 Nov 2004 17:26:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE4643D49; Sun, 28 Nov 2004 17:26:53 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHQrDJ025193; Sun, 28 Nov 2004 17:26:53 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHQrcX025192; Sun, 28 Nov 2004 17:26:53 GMT (envelope-from pav) Message-Id: <200411281726.iASHQrcX025192@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 28 Nov 2004 17:26:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/listener Makefile distinfo pkg-descr pkg-plist ports/audio/listener/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:26:53 -0000 pav 2004-11-28 17:26:53 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/listener Makefile distinfo pkg-descr pkg-plist audio/listener/files patch-Makefile Log: Add listener, a typical security-related program like the motion package (which detects motion on a Webcam): it listens for sound. If it detects any, it starts recording until the sound stops (or a bit later, which is configurable). It stores the audio in .WAV files. PR: ports/74348 Submitted by: David Thiel Revision Changes Path 1.570 +1 -0 ports/audio/Makefile 1.1 +28 -0 ports/audio/listener/Makefile (new) 1.1 +2 -0 ports/audio/listener/distinfo (new) 1.1 +34 -0 ports/audio/listener/files/patch-Makefile (new) 1.1 +6 -0 ports/audio/listener/pkg-descr (new) 1.1 +5 -0 ports/audio/listener/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:27:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C58F116A4CE; Sun, 28 Nov 2004 17:27:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A02A343D2F; Sun, 28 Nov 2004 17:27:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHRlIj025242; Sun, 28 Nov 2004 17:27:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHRlYx025241; Sun, 28 Nov 2004 17:27:47 GMT (envelope-from pav) Message-Id: <200411281727.iASHRlYx025241@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 28 Nov 2004 17:27:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:27:47 -0000 pav 2004-11-28 17:27:47 UTC FreeBSD ports repository Modified files: . modules Log: listener --> ports/audio/listener Revision Changes Path 1.11451 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:42:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 368DC16A4CE; Sun, 28 Nov 2004 17:42:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F46343D54; Sun, 28 Nov 2004 17:42:54 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHgrx8025750; Sun, 28 Nov 2004 17:42:53 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHgrkO025749; Sun, 28 Nov 2004 17:42:53 GMT (envelope-from marck) Message-Id: <200411281742.iASHgrkO025749@repoman.freebsd.org> From: Dmitry Morozovsky Date: Sun, 28 Nov 2004 17:42:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/share/sgml trademarks.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:42:54 -0000 marck 2004-11-28 17:42:53 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/share/sgml trademarks.ent Log: MFen: 1.23 -> 1.24: FreeBSD trademark has been transferred to FF. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +3 -4 doc/ru_RU.KOI8-R/share/sgml/trademarks.ent From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:44:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B87DB16A4CE; Sun, 28 Nov 2004 17:44:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90DE943D41; Sun, 28 Nov 2004 17:44:22 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHiMEA025854; Sun, 28 Nov 2004 17:44:22 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHiMoO025853; Sun, 28 Nov 2004 17:44:22 GMT (envelope-from ceri) Message-Id: <200411281744.iASHiMoO025853@repoman.freebsd.org> From: Ceri Davies Date: Sun, 28 Nov 2004 17:44:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:44:22 -0000 ceri 2004-11-28 17:44:22 UTC FreeBSD src repository (doc committer) Modified files: sbin/devd devd.8 Log: Clarify that devd will only parse files whose names end in .conf. Prompted by PR: docs/73668 Submitted by: Dan Pelleg MFC After: 3 days Revision Changes Path 1.13 +3 -1 src/sbin/devd/devd.8 From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:49:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A2B516A4CE; Sun, 28 Nov 2004 17:49:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540DB43D5A; Sun, 28 Nov 2004 17:49:39 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHnd2s026042; Sun, 28 Nov 2004 17:49:39 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHndxE026041; Sun, 28 Nov 2004 17:49:39 GMT (envelope-from kientzle) Message-Id: <200411281749.iASHndxE026041@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 28 Nov 2004 17:49:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_write_set_format_pax.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:49:39 -0000 kientzle 2004-11-28 17:49:39 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c Log: Correct the spelling of "archive_write_pax_header" in an error message. Thanks to: Michal Listos Inspired by, but doesn't fix: bin/74385 Revision Changes Path 1.22 +1 -1 src/lib/libarchive/archive_write_set_format_pax.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:51:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC57F16A4CE; Sun, 28 Nov 2004 17:51:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C639143D55; Sun, 28 Nov 2004 17:51:05 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHp5Jg026197; Sun, 28 Nov 2004 17:51:05 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHp5gk026196; Sun, 28 Nov 2004 17:51:05 GMT (envelope-from ceri) Message-Id: <200411281751.iASHp5gk026196@repoman.freebsd.org> From: Ceri Davies Date: Sun, 28 Nov 2004 17:51:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.sbin/ancontrol ancontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:51:06 -0000 ceri 2004-11-28 17:51:05 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) usr.sbin/ancontrol ancontrol.c Log: MFC r1.25: Allow the -f argument to work. PR: bin/73229 Submitted by: Irina Liakh Revision Changes Path 1.1.2.11 +1 -1 src/usr.sbin/ancontrol/ancontrol.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:57:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CBF716A4CE; Sun, 28 Nov 2004 17:57:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15F1E43D49; Sun, 28 Nov 2004 17:57:07 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHv6k3026393; Sun, 28 Nov 2004 17:57:06 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHv6Fh026392; Sun, 28 Nov 2004 17:57:06 GMT (envelope-from marck) Message-Id: <200411281757.iASHv6Fh026392@repoman.freebsd.org> From: Dmitry Morozovsky Date: Sun, 28 Nov 2004 17:57:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:57:07 -0000 marck 2004-11-28 17:57:06 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/committers-guide article.sgml Log: MFen: 1.215 -> 1.216 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.3 +3 -2 doc/ru_RU.KOI8-R/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 28 17:57:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A097716A4D8; Sun, 28 Nov 2004 17:57:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E0243D2D; Sun, 28 Nov 2004 17:57:11 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASHvBL1026422; Sun, 28 Nov 2004 17:57:11 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASHvBlY026421; Sun, 28 Nov 2004 17:57:11 GMT (envelope-from kientzle) Message-Id: <200411281757.iASHvBlY026421@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 28 Nov 2004 17:57:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libarchive archive_write_set_format_pax.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 17:57:11 -0000 kientzle 2004-11-28 17:57:11 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c Log: When determining whether filename is too long for a regular 'ustar' entry, use narrow-character version, not wide-character version, as the ustar entry always uses the narrow-character filename. Thanks to: Michal Listos Inspired by, but doesn't fix: bin/74385 Revision Changes Path 1.23 +6 -6 src/lib/libarchive/archive_write_set_format_pax.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 18:12:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 530DE16A4CE; Sun, 28 Nov 2004 18:12:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C1B643D39; Sun, 28 Nov 2004 18:12:00 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIC0TW026904; Sun, 28 Nov 2004 18:12:00 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASIC0C8026903; Sun, 28 Nov 2004 18:12:00 GMT (envelope-from marck) Message-Id: <200411281812.iASIC0C8026903@repoman.freebsd.org> From: Dmitry Morozovsky Date: Sun, 28 Nov 2004 18:11:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/mirrors chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:12:00 -0000 marck 2004-11-28 18:11:59 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/mirrors chapter.sgml Log: MFen: 1.367 -> 1.368 Revision Changes Path 1.17 +13 -13 doc/ru_RU.KOI8-R/books/handbook/mirrors/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 28 18:30:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D89AE16A522; Sun, 28 Nov 2004 18:30:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF09D43D4C; Sun, 28 Nov 2004 18:30:03 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIU3cA027492; Sun, 28 Nov 2004 18:30:03 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASIU3iJ027491; Sun, 28 Nov 2004 18:30:03 GMT (envelope-from dinoex) Message-Id: <200411281830.iASIU3iJ027491@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 28 Nov 2004 18:30:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/frodo Makefileports/emulators/frodo/files patch-SID.cpp patch-SID_linux.i X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:30:04 -0000 dinoex 2004-11-28 18:30:03 UTC FreeBSD ports repository Modified files: emulators/frodo Makefile Added files: emulators/frodo/files patch-SID.cpp patch-SID_linux.i Log: - Fix Sound support Submitted by: Rob Andrews Revision Changes Path 1.30 +1 -1 ports/emulators/frodo/Makefile 1.1 +20 -0 ports/emulators/frodo/files/patch-SID.cpp (new) 1.1 +15 -0 ports/emulators/frodo/files/patch-SID_linux.i (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 18:46:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B5C16A4CE; Sun, 28 Nov 2004 18:46:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF6443D5F; Sun, 28 Nov 2004 18:46:47 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIkl9G028156; Sun, 28 Nov 2004 18:46:47 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASIklxq028155; Sun, 28 Nov 2004 18:46:47 GMT (envelope-from kwm) Message-Id: <200411281846.iASIklxq028155@repoman.freebsd.org> From: Koop Mast Date: Sun, 28 Nov 2004 18:46:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/liboil Makefile distinfo pkg-descr pkg-plist ports/devel/liboil/files patch-configure patch-liboil_dct_dct.h patch-liboil_liboilcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:46:47 -0000 kwm 2004-11-28 18:46:47 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/liboil Makefile distinfo pkg-descr pkg-plist devel/liboil/files patch-configure patch-liboil_dct_dct.h patch-liboil_liboilcpu.c Log: Add liboil a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithmes. Grab maintainer-ship PR: 74361 Submitted by: ijliao Approved by: pav (mentor) Revision Changes Path 1.1753 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/liboil/Makefile (new) 1.1 +2 -0 ports/devel/liboil/distinfo (new) 1.1 +18 -0 ports/devel/liboil/files/patch-configure (new) 1.1 +13 -0 ports/devel/liboil/files/patch-liboil_dct_dct.h (new) 1.1 +10 -0 ports/devel/liboil/files/patch-liboil_liboilcpu.c (new) 1.1 +13 -0 ports/devel/liboil/pkg-descr (new) 1.1 +16 -0 ports/devel/liboil/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 18:46:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B459416A4CF; Sun, 28 Nov 2004 18:46:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD5343D41; Sun, 28 Nov 2004 18:46:54 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIks08028208; Sun, 28 Nov 2004 18:46:54 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASIksiv028207; Sun, 28 Nov 2004 18:46:54 GMT (envelope-from lioux) Message-Id: <200411281846.iASIksiv028207@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 28 Nov 2004 18:46:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/freenet Makefile distinfo ports/net/freenet/files wrapper.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:46:54 -0000 lioux 2004-11-28 18:46:54 UTC FreeBSD ports repository Modified files: net/freenet Makefile distinfo net/freenet/files wrapper.sh Log: o Update to Freenet Stable build 5100 released 20041122 snapshot [1] o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper behavior PR: 74479 [1] Submitted by: Francis GUDIN [1] Revision Changes Path 1.19 +4 -3 ports/net/freenet/Makefile 1.13 +2 -2 ports/net/freenet/distinfo 1.5 +4 -1 ports/net/freenet/files/wrapper.sh From owner-cvs-all@FreeBSD.ORG Sun Nov 28 18:49:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6696516A4CE; Sun, 28 Nov 2004 18:49:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4088243D3F; Sun, 28 Nov 2004 18:49:02 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIn2Oh028269; Sun, 28 Nov 2004 18:49:02 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASIn2Ta028268; Sun, 28 Nov 2004 18:49:02 GMT (envelope-from kwm) Message-Id: <200411281849.iASIn2Ta028268@repoman.freebsd.org> From: Koop Mast Date: Sun, 28 Nov 2004 18:49:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 18:49:02 -0000 kwm 2004-11-28 18:49:02 UTC FreeBSD ports repository Modified files: . modules Log: liboil --> ports/devel/liboil Approved by: pav (mentor) Revision Changes Path 1.11452 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 19:14:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E0D716A4CE; Sun, 28 Nov 2004 19:14:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA0B143D41; Sun, 28 Nov 2004 19:14:36 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASJEaft029174; Sun, 28 Nov 2004 19:14:36 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASJEamD029173; Sun, 28 Nov 2004 19:14:36 GMT (envelope-from kensmith) Message-Id: <200411281914.iASJEamD029173@repoman.freebsd.org> From: Ken Smith Date: Sun, 28 Nov 2004 19:14:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:14:37 -0000 kensmith 2004-11-28 19:14:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/add main.c Log: Partial MFC of v1.60 I think. Switch it so 5-stable package fetches look in packages-5-stable instead of packages-5-current. Requested by: kris Revision Changes Path 1.59.2.2 +1 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 19:16:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A6AB16A4CE; Sun, 28 Nov 2004 19:16:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 625A443D64; Sun, 28 Nov 2004 19:16:00 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASJG001029276; Sun, 28 Nov 2004 19:16:00 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASJG0RS029275; Sun, 28 Nov 2004 19:16:00 GMT (envelope-from cperciva) Message-Id: <200411281916.iASJG0RS029275@repoman.freebsd.org> From: Colin Percival Date: Sun, 28 Nov 2004 19:16:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_export.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 19:16:00 -0000 cperciva 2004-11-28 19:16:00 UTC FreeBSD src repository Modified files: sys/kern vfs_export.c Log: Check that saddr->sa_family is a sensible value before using it. Reported by: Bryan Fulton and Ted Unangst, Coverity, Inc. Found by: The SWAT analysis tool Revision Changes Path 1.328 +4 -0 src/sys/kern/vfs_export.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:30:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51EC216A4CE; Sun, 28 Nov 2004 20:30:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C59843D41; Sun, 28 Nov 2004 20:30:35 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKUZxv031401; Sun, 28 Nov 2004 20:30:35 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKUZB9031400; Sun, 28 Nov 2004 20:30:35 GMT (envelope-from dinoex) Message-Id: <200411282030.iASKUZB9031400@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 28 Nov 2004 20:30:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sendmail811 Makefile ports/mail/sendmail812 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:30:35 -0000 dinoex 2004-11-28 20:30:35 UTC FreeBSD ports repository Modified files: mail/sendmail811 Makefile mail/sendmail812 Makefile Log: - set NO_CDROM - option SENDMAIL_WITH_LDAP defaults to 22 Revision Changes Path 1.55 +3 -1 ports/mail/sendmail811/Makefile 1.95 +2 -1 ports/mail/sendmail812/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:31:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6832816A4CE; Sun, 28 Nov 2004 20:31:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43FAF43D4C; Sun, 28 Nov 2004 20:31:48 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKVmfM031476; Sun, 28 Nov 2004 20:31:48 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKVm04031475; Sun, 28 Nov 2004 20:31:48 GMT (envelope-from dinoex) Message-Id: <200411282031.iASKVm04031475@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 28 Nov 2004 20:31:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/bind9-dlz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:31:48 -0000 dinoex 2004-11-28 20:31:48 UTC FreeBSD ports repository Modified files: dns/bind9-dlz Makefile Log: - option WITH_LDAP defaults to 22 Revision Changes Path 1.35 +1 -1 ports/dns/bind9-dlz/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:36:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 902F316A4CE; Sun, 28 Nov 2004 20:36:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B6EC43D3F; Sun, 28 Nov 2004 20:36:19 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKaJZv031618; Sun, 28 Nov 2004 20:36:19 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKaJxA031617; Sun, 28 Nov 2004 20:36:19 GMT (envelope-from iedowse) Message-Id: <200411282036.iASKaJxA031617@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 20:36:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/usbd usbd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:36:19 -0000 iedowse 2004-11-28 20:36:19 UTC FreeBSD src repository Modified files: usr.sbin/usbd usbd.c Log: Fix a few coding errors that caused compiler warnings. PR: bin/71615 Submitted by: Craig Rodrigues (original patch by Dan Lukes) Revision Changes Path 1.30 +6 -5 src/usr.sbin/usbd/usbd.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:44:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3ED216A4CE; Sun, 28 Nov 2004 20:44:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8E143D1D; Sun, 28 Nov 2004 20:44:28 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKiSeS031885; Sun, 28 Nov 2004 20:44:28 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKiShK031884; Sun, 28 Nov 2004 20:44:28 GMT (envelope-from iedowse) Message-Id: <200411282044.iASKiShK031884@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 20:44:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc usbd.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:44:28 -0000 iedowse 2004-11-28 20:44:28 UTC FreeBSD src repository Modified files: etc usbd.conf Log: Add axe(4) devices to the USB ethernet regular expression. MFC after: 1 week PR: conf/73239 Submitted by: Daan Vreeken Revision Changes Path 1.14 +1 -1 src/etc/usbd.conf From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:50:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 622C816A4CE; Sun, 28 Nov 2004 20:50:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CA7643D3F; Sun, 28 Nov 2004 20:50:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKouAh038498; Sun, 28 Nov 2004 20:50:56 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKoua2038497; Sun, 28 Nov 2004 20:50:56 GMT (envelope-from linimon) Message-Id: <200411282050.iASKoua2038497@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 20:50:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:50:56 -0000 linimon 2004-11-28 20:50:56 UTC FreeBSD ports repository Modified files: sysutils Makefile Log: As previously announced, remove sysutils/3dm. It was obsolete and unmaintained. Revision Changes Path 1.599 +0 -1 ports/sysutils/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:51:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBCC916A4CE; Sun, 28 Nov 2004 20:51:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5F9F43D39; Sun, 28 Nov 2004 20:51:25 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKpP2E038547; Sun, 28 Nov 2004 20:51:25 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKpPl2038546; Sun, 28 Nov 2004 20:51:25 GMT (envelope-from linimon) Message-Id: <200411282051.iASKpPl2038546@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 20:51:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:51:26 -0000 linimon 2004-11-28 20:51:25 UTC FreeBSD ports repository Modified files: . modules Log: Remove ports/sysutils/3dm. Revision Changes Path 1.11453 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:52:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98DFC16A4CF; Sun, 28 Nov 2004 20:52:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 521B743D1F; Sun, 28 Nov 2004 20:52:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKqFdd038595; Sun, 28 Nov 2004 20:52:15 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKqFNw038594; Sun, 28 Nov 2004 20:52:15 GMT (envelope-from linimon) Message-Id: <200411282052.iASKqFNw038594@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 20:52:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:52:15 -0000 linimon 2004-11-28 20:52:15 UTC FreeBSD ports repository Modified files: . MOVED Log: add sysutils/3dm. Revision Changes Path 1.570 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:52:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4236B16A534; Sun, 28 Nov 2004 20:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D50643D1D; Sun, 28 Nov 2004 20:52:17 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKqHFK038624; Sun, 28 Nov 2004 20:52:17 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKqHNE038623; Sun, 28 Nov 2004 20:52:17 GMT (envelope-from alc) Message-Id: <200411282052.iASKqHNE038623@repoman.freebsd.org> From: Alan Cox Date: Sun, 28 Nov 2004 20:52:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:52:18 -0000 alc 2004-11-28 20:52:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_mmap.c Log: MFC revisions 1.193 and 1.195 Remove dead code. Don't clear flags we just checked were not set. Revision Changes Path 1.192.2.1 +0 -5 src/sys/vm/vm_mmap.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:56:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A2616A4CF; Sun, 28 Nov 2004 20:56:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7058F43D39; Sun, 28 Nov 2004 20:56:47 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKulQS038793; Sun, 28 Nov 2004 20:56:47 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKul5u038792; Sun, 28 Nov 2004 20:56:47 GMT (envelope-from linimon) Message-Id: <200411282056.iASKul5u038792@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 20:56:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:56:47 -0000 linimon 2004-11-28 20:56:47 UTC FreeBSD ports repository Modified files: . modules Log: Remove more expiring ports. Revision Changes Path 1.11454 +0 -4 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:57:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E37516A4CE; Sun, 28 Nov 2004 20:57:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 609A643D6E; Sun, 28 Nov 2004 20:57:05 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKv4ET038837; Sun, 28 Nov 2004 20:57:04 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKv4b4038836; Sun, 28 Nov 2004 20:57:04 GMT (envelope-from linimon) Message-Id: <200411282057.iASKv4b4038836@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 20:57:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:57:05 -0000 linimon 2004-11-28 20:57:04 UTC FreeBSD ports repository Modified files: textproc Makefile Log: Remove more expiring ports from the build. Revision Changes Path 1.763 +0 -4 ports/textproc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:57:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346C916A4CE; Sun, 28 Nov 2004 20:57:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA1D43D2F; Sun, 28 Nov 2004 20:57:26 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKvPrS038866; Sun, 28 Nov 2004 20:57:25 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKvPPs038865; Sun, 28 Nov 2004 20:57:25 GMT (envelope-from phk) Message-Id: <200411282057.iASKvPPs038865@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 28 Nov 2004 20:57:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_mbr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:57:26 -0000 phk 2004-11-28 20:57:25 UTC FreeBSD src repository Modified files: sys/geom geom_mbr.c Log: Fix a long standing bug in geom_mbr which is only now exposed by the correct open/close behaviour of filesystems: When an ioctl to modify the MBR arrives, we cannot take for granted that we have the consumer open. The symptom is that one cannot run 'boot0cfg -s2 /dev/ad0' in single-user mode because / is the only open partition in only open r1w0e1. If it is not, we attempt to increase the write count by one and decrease it again afterwards. Presumably most if not all other slices suffer from the same problem. Revision Changes Path 1.62 +14 -4 src/sys/geom/geom_mbr.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 20:58:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 906E716A4CE; Sun, 28 Nov 2004 20:58:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC5C43D5C; Sun, 28 Nov 2004 20:58:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASKwKTN038956; Sun, 28 Nov 2004 20:58:20 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASKwK17038955; Sun, 28 Nov 2004 20:58:20 GMT (envelope-from linimon) Message-Id: <200411282058.iASKwK17038955@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 20:58:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/ruby-wordnet Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 20:58:20 -0000 linimon 2004-11-28 20:58:20 UTC FreeBSD ports repository Removed files: textproc/ruby-wordnet Makefile distinfo pkg-descr pkg-plist Log: Remove textproc/ruby-wordnet due to long-standing build failure. Revision Changes Path 1.6 +0 -63 ports/textproc/ruby-wordnet/Makefile (dead) 1.3 +0 -2 ports/textproc/ruby-wordnet/distinfo (dead) 1.2 +0 -4 ports/textproc/ruby-wordnet/pkg-descr (dead) 1.2 +0 -205 ports/textproc/ruby-wordnet/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:00:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A156016A4CE; Sun, 28 Nov 2004 21:00:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C0F043D64; Sun, 28 Nov 2004 21:00:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASL03YB039055; Sun, 28 Nov 2004 21:00:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASL03FT039054; Sun, 28 Nov 2004 21:00:03 GMT (envelope-from marcus) Message-Id: <200411282100.iASL03FT039054@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 28 Nov 2004 21:00:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/gnucash-docs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:00:03 -0000 marcus 2004-11-28 21:00:03 UTC FreeBSD ports repository Modified files: finance/gnucash-docs Makefile Log: Mark BROKEN on alpha for the time being. The build causes xsltproc to dump core. Revision Changes Path 1.11 +7 -1 ports/finance/gnucash-docs/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:00:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A24516A569; Sun, 28 Nov 2004 21:00:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3772943D39; Sun, 28 Nov 2004 21:00:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASL0KCX039110; Sun, 28 Nov 2004 21:00:20 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASL0Jif039109; Sun, 28 Nov 2004 21:00:19 GMT (envelope-from linimon) Message-Id: <200411282100.iASL0Jif039109@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:00:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/se-ispell Makefile distinfo pkg-descr pkg-plist ports/textproc/se-ispell/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:00:20 -0000 linimon 2004-11-28 21:00:19 UTC FreeBSD ports repository Removed files: textproc/se-ispell Makefile distinfo pkg-descr pkg-plist textproc/se-ispell/files patch-aa Log: As previously announced, remove se-ispell; it installs files in the wrong place. Use textproc/ispell with ISPELL_SE=yes instead. Revision Changes Path 1.8 +0 -22 ports/textproc/se-ispell/Makefile (dead) 1.3 +0 -2 ports/textproc/se-ispell/distinfo (dead) 1.2 +0 -16 ports/textproc/se-ispell/files/patch-aa (dead) 1.2 +0 -5 ports/textproc/se-ispell/pkg-descr (dead) 1.2 +0 -2 ports/textproc/se-ispell/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:03:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 318A116A4CE; Sun, 28 Nov 2004 21:03:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C95A43D58; Sun, 28 Nov 2004 21:03:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASL3viY039635; Sun, 28 Nov 2004 21:03:58 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASL3vgg039634; Sun, 28 Nov 2004 21:03:57 GMT (envelope-from linimon) Message-Id: <200411282103.iASL3vgg039634@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:03:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/tei-xsl-fo Makefile distinfo pkg-descr pkg-plist ports/textproc/tei-xsl-html Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:03:58 -0000 linimon 2004-11-28 21:03:57 UTC FreeBSD ports repository Removed files: textproc/tei-xsl-fo Makefile distinfo pkg-descr pkg-plist textproc/tei-xsl-html Makefile distinfo pkg-descr pkg-plist Log: As previously announced, remove these ports due to long-standing checksum failures. Revision Changes Path 1.11 +0 -32 ports/textproc/tei-xsl-fo/Makefile (dead) 1.6 +0 -1 ports/textproc/tei-xsl-fo/distinfo (dead) 1.2 +0 -6 ports/textproc/tei-xsl-fo/pkg-descr (dead) 1.3 +0 -23 ports/textproc/tei-xsl-fo/pkg-plist (dead) 1.15 +0 -32 ports/textproc/tei-xsl-html/Makefile (dead) 1.6 +0 -1 ports/textproc/tei-xsl-html/distinfo (dead) 1.2 +0 -6 ports/textproc/tei-xsl-html/pkg-descr (dead) 1.3 +0 -32 ports/textproc/tei-xsl-html/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:07:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2735816A4CE; Sun, 28 Nov 2004 21:07:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1099E43D58; Sun, 28 Nov 2004 21:07:45 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASL7iix039868; Sun, 28 Nov 2004 21:07:44 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASL7iQv039867; Sun, 28 Nov 2004 21:07:44 GMT (envelope-from linimon) Message-Id: <200411282107.iASL7iQv039867@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:07:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/jonah Makefile distinfo pkg-deinstall pkg-descr pkg-message pkg-plist ports/www/jonah/files httpd.conf.jonah patch-cli-backend.php X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:07:45 -0000 linimon 2004-11-28 21:07:44 UTC FreeBSD ports repository Modified files: www Makefile Removed files: www/jonah Makefile distinfo pkg-deinstall pkg-descr pkg-message pkg-plist www/jonah/files httpd.conf.jonah patch-cli-backend.php Log: As previously announced, remove www/jonah. It does not run with horde 2.x, which is one of its dependencies. Revision Changes Path 1.1008 +0 -1 ports/www/Makefile 1.8 +0 -115 ports/www/jonah/Makefile (dead) 1.3 +0 -2 ports/www/jonah/distinfo (dead) 1.2 +0 -23 ports/www/jonah/files/httpd.conf.jonah (dead) 1.2 +0 -11 ports/www/jonah/files/patch-cli-backend.php (dead) 1.2 +0 -27 ports/www/jonah/pkg-deinstall (dead) 1.2 +0 -6 ports/www/jonah/pkg-descr (dead) 1.2 +0 -23 ports/www/jonah/pkg-message (dead) 1.3 +0 -71 ports/www/jonah/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:08:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F4716A4CE; Sun, 28 Nov 2004 21:08:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6F143D4C; Sun, 28 Nov 2004 21:08:48 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASL8mJE039963; Sun, 28 Nov 2004 21:08:48 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASL8mXf039962; Sun, 28 Nov 2004 21:08:48 GMT (envelope-from linimon) Message-Id: <200411282108.iASL8mXf039962@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:08:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/mkfontalias Makefile distinfo pkg-descr ports/x11-fonts/mkfontalias/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:08:48 -0000 linimon 2004-11-28 21:08:48 UTC FreeBSD ports repository Modified files: x11-fonts Makefile Removed files: x11-fonts/mkfontalias Makefile distinfo pkg-descr x11-fonts/mkfontalias/files patch-aa Log: As previously announced, remove x11-fonts/mkfontalias. Its mastersite has disappeared, and it is claimed that it is no longer useful. Revision Changes Path 1.64 +0 -1 ports/x11-fonts/Makefile 1.6 +0 -47 ports/x11-fonts/mkfontalias/Makefile (dead) 1.3 +0 -2 ports/x11-fonts/mkfontalias/distinfo (dead) 1.2 +0 -41 ports/x11-fonts/mkfontalias/files/patch-aa (dead) 1.2 +0 -4 ports/x11-fonts/mkfontalias/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:09:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F7116A4CF; Sun, 28 Nov 2004 21:09:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98FE543D58; Sun, 28 Nov 2004 21:09:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASL9E8C040004; Sun, 28 Nov 2004 21:09:14 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASL9EsX040003; Sun, 28 Nov 2004 21:09:14 GMT (envelope-from linimon) Message-Id: <200411282109.iASL9EsX040003@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:09:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:09:15 -0000 linimon 2004-11-28 21:09:14 UTC FreeBSD ports repository Modified files: . MOVED Log: Add the latest list of expired ports. Revision Changes Path 1.571 +7 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:09:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B029616A4CE; Sun, 28 Nov 2004 21:09:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A59E43D2D; Sun, 28 Nov 2004 21:09:39 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASL9de7040045; Sun, 28 Nov 2004 21:09:39 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASL9doP040044; Sun, 28 Nov 2004 21:09:39 GMT (envelope-from linimon) Message-Id: <200411282109.iASL9doP040044@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:09:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:09:39 -0000 linimon 2004-11-28 21:09:39 UTC FreeBSD ports repository Modified files: . modules Log: Remove www/jonah and x11-fonts/mkfontalias (expired). Revision Changes Path 1.11455 +0 -2 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:15:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 228D116A4D8; Sun, 28 Nov 2004 21:15:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD3A43D46; Sun, 28 Nov 2004 21:15:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLFC2p040385; Sun, 28 Nov 2004 21:15:12 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLFCVc040384; Sun, 28 Nov 2004 21:15:12 GMT (envelope-from linimon) Message-Id: <200411282115.iASLFCVc040384@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:15:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/quakeserver Makefile distinfo pkg-descr pkg-install pkg-plist ports/games/quakeserver/files qserver.sh quakeserver.sh readme.port stopserver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:15:28 -0000 linimon 2004-11-28 21:15:12 UTC FreeBSD ports repository Modified files: games Makefile Removed files: games/quakeserver Makefile distinfo pkg-descr pkg-install pkg-plist games/quakeserver/files qserver.sh quakeserver.sh readme.port stopserver.sh Log: As previously announced, remove games/quakeserver. It used an unregistered UID, and in addition the original distfiles were no longer available. Revision Changes Path 1.723 +0 -1 ports/games/Makefile 1.38 +0 -67 ports/games/quakeserver/Makefile (dead) 1.4 +0 -4 ports/games/quakeserver/distinfo (dead) 1.4 +0 -39 ports/games/quakeserver/files/qserver.sh (dead) 1.3 +0 -21 ports/games/quakeserver/files/quakeserver.sh (dead) 1.4 +0 -58 ports/games/quakeserver/files/readme.port (dead) 1.3 +0 -11 ports/games/quakeserver/files/stopserver.sh (dead) 1.4 +0 -24 ports/games/quakeserver/pkg-descr (dead) 1.2 +0 -11 ports/games/quakeserver/pkg-install (dead) 1.7 +0 -18 ports/games/quakeserver/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:16:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 299A316A4CE; Sun, 28 Nov 2004 21:16:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0625043D46; Sun, 28 Nov 2004 21:16:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLG0ba040475; Sun, 28 Nov 2004 21:16:00 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLG0AK040474; Sun, 28 Nov 2004 21:16:00 GMT (envelope-from linimon) Message-Id: <200411282116.iASLG0AK040474@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:16:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:16:01 -0000 linimon 2004-11-28 21:16:00 UTC FreeBSD ports repository Modified files: . MOVED Log: Expire games/quakeserver. Revision Changes Path 1.572 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:16:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C15CC16A4CE; Sun, 28 Nov 2004 21:16:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F99843D55; Sun, 28 Nov 2004 21:16:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLGNkY040514; Sun, 28 Nov 2004 21:16:23 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLGNZM040513; Sun, 28 Nov 2004 21:16:23 GMT (envelope-from linimon) Message-Id: <200411282116.iASLGNZM040513@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:16:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:16:23 -0000 linimon 2004-11-28 21:16:23 UTC FreeBSD ports repository Modified files: . modules Log: Expire games/quakeserver. Revision Changes Path 1.11456 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:26:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF4BC16A4CE; Sun, 28 Nov 2004 21:26:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 912D643D39; Sun, 28 Nov 2004 21:26:06 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLQ6X4040798; Sun, 28 Nov 2004 21:26:06 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLQ6TB040797; Sun, 28 Nov 2004 21:26:06 GMT (envelope-from marcus) Message-Id: <200411282126.iASLQ6TB040797@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 28 Nov 2004 21:26:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/gnome/docs faq2.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:26:07 -0000 marcus 2004-11-28 21:26:06 UTC FreeBSD doc repository Modified files: en/gnome/docs faq2.sgml Log: Expand the nautilus-cd-burner question to include totem, goobox, and sound-juicer as well. Revision Changes Path 1.83 +19 -15 www/en/gnome/docs/faq2.sgml From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:26:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFEA016A4CE; Sun, 28 Nov 2004 21:26:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B891943D1F; Sun, 28 Nov 2004 21:26:33 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLQXL3040835; Sun, 28 Nov 2004 21:26:33 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLQX9s040834; Sun, 28 Nov 2004 21:26:33 GMT (envelope-from clement) Message-Id: <200411282126.iASLQX9s040834@repoman.freebsd.org> From: Clement Laforet Date: Sun, 28 Nov 2004 21:26:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/py-soappy Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:26:34 -0000 clement 2004-11-28 21:26:33 UTC FreeBSD ports repository Modified files: net/py-soappy Makefile distinfo pkg-plist Log: - Update to 0.11.5 PR: ports/71545 Submitted by: Marcus Grando Revision Changes Path 1.2 +1 -1 ports/net/py-soappy/Makefile 1.2 +2 -2 ports/net/py-soappy/distinfo 1.2 +3 -0 ports/net/py-soappy/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:36:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1560B16A4CE; Sun, 28 Nov 2004 21:36:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E449043D31; Sun, 28 Nov 2004 21:36:39 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLadYX041177; Sun, 28 Nov 2004 21:36:39 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLadrJ041176; Sun, 28 Nov 2004 21:36:39 GMT (envelope-from iedowse) Message-Id: <200411282136.iASLadrJ041176@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 21:36:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:36:40 -0000 iedowse 2004-11-28 21:36:39 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c usbdevs Log: Add support for the Trumpion/Comotron C3310 MP3 player. Revision Changes Path 1.116 +4 -0 src/sys/dev/usb/umass.c 1.208 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:40:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E831416A4CE; Sun, 28 Nov 2004 21:40:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C476643D55; Sun, 28 Nov 2004 21:40:36 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLea7G041472; Sun, 28 Nov 2004 21:40:36 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLea13041471; Sun, 28 Nov 2004 21:40:36 GMT (envelope-from iedowse) Message-Id: <200411282140.iASLea13041471@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 21:40:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:40:37 -0000 iedowse 2004-11-28 21:40:36 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Log: Add the device ID for the 3Com 3CRSHEW696 wireless adapter. PR: kern/73286 Submitted by: Daan Vreeken Revision Changes Path 1.209 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:43:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67EF816A4CE; Sun, 28 Nov 2004 21:43:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BAA343D5A; Sun, 28 Nov 2004 21:43:53 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLhrel041656; Sun, 28 Nov 2004 21:43:53 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLhqbI041655; Sun, 28 Nov 2004 21:43:53 GMT (envelope-from clement) Message-Id: <200411282143.iASLhqbI041655@repoman.freebsd.org> From: Clement Laforet Date: Sun, 28 Nov 2004 21:43:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/py-MySQLdb Makefile ports/databases/py-MySQLdb/files patch-_mysql.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:43:53 -0000 clement 2004-11-28 21:43:52 UTC FreeBSD ports repository Modified files: databases/py-MySQLdb Makefile databases/py-MySQLdb/files patch-_mysql.c Log: - Use OPTIONS and add various knob [1] - Fix build with mysql-client-5.0.x [2] - Pass maintainership to submitter of [1] PRs: ports/72656 [1], ports/70082 [2] Submitted by: Marcus Grando [1], Roman Bogorodskiy [2] Revision Changes Path 1.26 +29 -2 ports/databases/py-MySQLdb/Makefile 1.5 +1 -1 ports/databases/py-MySQLdb/files/patch-_mysql.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:49:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE22716A4CE; Sun, 28 Nov 2004 21:49:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B04E643D31; Sun, 28 Nov 2004 21:49:30 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLnU9U041877; Sun, 28 Nov 2004 21:49:30 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLnUlb041876; Sun, 28 Nov 2004 21:49:30 GMT (envelope-from iedowse) Message-Id: <200411282149.iASLnUlb041876@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 21:49:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umass.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:49:31 -0000 iedowse 2004-11-28 21:49:30 UTC FreeBSD src repository Modified files: sys/dev/usb umass.c usbdevs Log: Add support for the TwinMOS Memory Disk IV. PR: kern/73766 Submitted by: Valentin Nechayev MFC after: 1 week Revision Changes Path 1.117 +4 -0 src/sys/dev/usb/umass.c 1.210 +4 -0 src/sys/dev/usb/usbdevs From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:51:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD40B16A4CE; Sun, 28 Nov 2004 21:51:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D4143D1D; Sun, 28 Nov 2004 21:51:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLpZ8v042043; Sun, 28 Nov 2004 21:51:35 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLpZn0042042; Sun, 28 Nov 2004 21:51:35 GMT (envelope-from linimon) Message-Id: <200411282151.iASLpZn0042042@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:51:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:51:35 -0000 linimon 2004-11-28 21:51:35 UTC FreeBSD ports repository Modified files: . modules Log: As previously announced, remove ports/picobsd/ssh-picobsd due to long- standing build problems. Since it was the last port in the picobsd category, remove it, too. Discussed with: kris Revision Changes Path 1.11457 +0 -2 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:51:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2F4416A4CE; Sun, 28 Nov 2004 21:51:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5D743D31; Sun, 28 Nov 2004 21:51:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLpvmn042080; Sun, 28 Nov 2004 21:51:57 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLpvH6042079; Sun, 28 Nov 2004 21:51:57 GMT (envelope-from linimon) Message-Id: <200411282151.iASLpvH6042079@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:51:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:51:57 -0000 linimon 2004-11-28 21:51:57 UTC FreeBSD ports repository Modified files: . MOVED Log: Remove picobsd/ssh-picobsd due to build problems. Revision Changes Path 1.573 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:53:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 196F416A4CE; Sun, 28 Nov 2004 21:53:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD2F343D46; Sun, 28 Nov 2004 21:53:08 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLr8Wk042289; Sun, 28 Nov 2004 21:53:08 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLr8UP042288; Sun, 28 Nov 2004 21:53:08 GMT (envelope-from linimon) Message-Id: <200411282153.iASLr8UP042288@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 21:53:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports Makefile ports/picobsd Makefile ports/picobsd/ssh-picobsd Makefile distinfo pkg-descr ports/picobsd/ssh-picobsd/files patch-aa patch-ac patch-ad patch-ae patch-af patch-ag patch-al patch-ao patch-aw patch-ax ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:53:09 -0000 linimon 2004-11-28 21:53:08 UTC FreeBSD ports repository Modified files: . Makefile Removed files: picobsd Makefile picobsd/ssh-picobsd Makefile distinfo pkg-descr picobsd/ssh-picobsd/files patch-aa patch-ac patch-ad patch-ae patch-af patch-ag patch-al patch-ao patch-aw patch-ax patch-ay patch-az patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bl patch-bm patch-bn patch-bo patch-bp patch-br patch-bs patch-xa patch-ya patch-yb patch-yc sshd.sh Log: As previously announced, remove ports/picobsd/ssh-picobsd due to long- standing build problems. Since it was the last port in the picobsd category, remove it, too. Discussed with: kris Revision Changes Path 1.89 +0 -1 ports/Makefile 1.3 +0 -8 ports/picobsd/Makefile (dead) 1.9 +0 -76 ports/picobsd/ssh-picobsd/Makefile (dead) 1.3 +0 -2 ports/picobsd/ssh-picobsd/distinfo (dead) 1.2 +0 -19 ports/picobsd/ssh-picobsd/files/patch-aa (dead) 1.2 +0 -121 ports/picobsd/ssh-picobsd/files/patch-ac (dead) 1.2 +0 -13 ports/picobsd/ssh-picobsd/files/patch-ad (dead) 1.2 +0 -58 ports/picobsd/ssh-picobsd/files/patch-ae (dead) 1.2 +0 -809 ports/picobsd/ssh-picobsd/files/patch-af (dead) 1.2 +0 -54 ports/picobsd/ssh-picobsd/files/patch-ag (dead) 1.2 +0 -408 ports/picobsd/ssh-picobsd/files/patch-al (dead) 1.2 +0 -583 ports/picobsd/ssh-picobsd/files/patch-ao (dead) 1.2 +0 -73 ports/picobsd/ssh-picobsd/files/patch-aw (dead) 1.2 +0 -25 ports/picobsd/ssh-picobsd/files/patch-ax (dead) 1.2 +0 -20 ports/picobsd/ssh-picobsd/files/patch-ay (dead) 1.2 +0 -12 ports/picobsd/ssh-picobsd/files/patch-az (dead) 1.2 +0 -176 ports/picobsd/ssh-picobsd/files/patch-ba (dead) 1.2 +0 -29 ports/picobsd/ssh-picobsd/files/patch-bb (dead) 1.2 +0 -401 ports/picobsd/ssh-picobsd/files/patch-bc (dead) 1.2 +0 -60 ports/picobsd/ssh-picobsd/files/patch-bd (dead) 1.2 +0 -370 ports/picobsd/ssh-picobsd/files/patch-be (dead) 1.2 +0 -17 ports/picobsd/ssh-picobsd/files/patch-bf (dead) 1.2 +0 -120 ports/picobsd/ssh-picobsd/files/patch-bg (dead) 1.2 +0 -66 ports/picobsd/ssh-picobsd/files/patch-bh (dead) 1.2 +0 -56 ports/picobsd/ssh-picobsd/files/patch-bi (dead) 1.2 +0 -16 ports/picobsd/ssh-picobsd/files/patch-bj (dead) 1.2 +0 -66 ports/picobsd/ssh-picobsd/files/patch-bl (dead) 1.2 +0 -14 ports/picobsd/ssh-picobsd/files/patch-bm (dead) 1.2 +0 -191 ports/picobsd/ssh-picobsd/files/patch-bn (dead) 1.2 +0 -197 ports/picobsd/ssh-picobsd/files/patch-bo (dead) 1.2 +0 -45 ports/picobsd/ssh-picobsd/files/patch-bp (dead) 1.2 +0 -97 ports/picobsd/ssh-picobsd/files/patch-br (dead) 1.2 +0 -94 ports/picobsd/ssh-picobsd/files/patch-bs (dead) 1.2 +0 -167 ports/picobsd/ssh-picobsd/files/patch-xa (dead) 1.2 +0 -54 ports/picobsd/ssh-picobsd/files/patch-ya (dead) 1.2 +0 -260 ports/picobsd/ssh-picobsd/files/patch-yb (dead) 1.2 +0 -11 ports/picobsd/ssh-picobsd/files/patch-yc (dead) 1.2 +0 -27 ports/picobsd/ssh-picobsd/files/sshd.sh (dead) 1.2 +0 -7 ports/picobsd/ssh-picobsd/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 21:55:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A36516A4CF; Sun, 28 Nov 2004 21:55:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC0EB43D1D; Sun, 28 Nov 2004 21:55:24 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASLtO9I042462; Sun, 28 Nov 2004 21:55:24 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASLtOX7042452; Sun, 28 Nov 2004 21:55:24 GMT (envelope-from clement) Message-Id: <200411282155.iASLtOX7042452@repoman.freebsd.org> From: Clement Laforet Date: Sun, 28 Nov 2004 21:55:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/databases Makefile ports/databases/py-MySQLdb-devel Makefile distinfo pkg-plist ports/databases/py-MySQLdb-devel/files patch-_mysql.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 21:55:25 -0000 clement 2004-11-28 21:55:24 UTC FreeBSD ports repository Modified files: . modules databases Makefile databases/py-MySQLdb-devel Makefile distinfo pkg-plist Removed files: databases/py-MySQLdb-devel/files patch-_mysql.c Log: Add databases/py-MySQLdb-devel 1.1.7, devel version of py-MySQLdb PR: ports/73562 Submitted by: Marcus Grando Repo-copied by: marcus Revision Changes Path 1.11458 +1 -0 CVSROOT/modules 1.397 +1 -0 ports/databases/Makefile 1.26 +32 -3 ports/databases/py-MySQLdb-devel/Makefile 1.16 +2 -2 ports/databases/py-MySQLdb-devel/distinfo 1.5 +0 -21 ports/databases/py-MySQLdb-devel/files/patch-_mysql.c (dead) 1.11 +0 -3 ports/databases/py-MySQLdb-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 22:12:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 115DC16A4CE; Sun, 28 Nov 2004 22:12:31 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5F4343D1D; Sun, 28 Nov 2004 22:12:30 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id 96A5F1A; Sun, 28 Nov 2004 23:12:29 +0100 (CET) Date: Sun, 28 Nov 2004 23:12:29 +0100 From: Andrea Campi To: Poul-Henning Kamp Message-ID: <20041128221228.GA11656@webcom.it> References: <200411281710.iASHAiBw024612@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411281710.iASHAiBw024612@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd/Customize NET4801 comconsole default nobeastie X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:12:31 -0000 On Sun, Nov 28, 2004 at 05:10:44PM +0000, Poul-Henning Kamp wrote: > phk 2004-11-28 17:10:44 UTC > > FreeBSD src repository > > Added files: > tools/tools/nanobsd/Customize NET4801 comconsole default > nobeastie > Log: > Add various customize scripts. I have't had the look at the actual implementation, but I have to say: wow! That's a nice idea, and I'm sure it'll save quite a bit of tweaking. Thanks for working on this (and everything else)! Oh, by the way: do you plan on MFCing it? Given that they are still inline, it's periferal area and totally optional to boot, I'd say there's no reason not to. Bye, Andrea -- Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks. From owner-cvs-all@FreeBSD.ORG Sun Nov 28 22:35:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A0116A4CE; Sun, 28 Nov 2004 22:35:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A2843D54; Sun, 28 Nov 2004 22:35:36 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASMZaTL043641; Sun, 28 Nov 2004 22:35:36 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASMZaE9043640; Sun, 28 Nov 2004 22:35:36 GMT (envelope-from perky) Message-Id: <200411282235.iASMZaE9043640@repoman.freebsd.org> From: Hye-Shik Chang Date: Sun, 28 Nov 2004 22:35:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/cadaver Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:35:38 -0000 perky 2004-11-28 22:35:36 UTC FreeBSD ports repository Modified files: www/cadaver Makefile distinfo Log: - Add a mirror site. - Utilize SIG_FILE. PR: 74490 Submitted by: Jason Harris Revision Changes Path 1.31 +7 -2 ports/www/cadaver/Makefile 1.12 +1 -0 ports/www/cadaver/distinfo From owner-cvs-all@FreeBSD.ORG Sun Nov 28 22:40:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D033D16A4CF; Sun, 28 Nov 2004 22:40:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFE743D46; Sun, 28 Nov 2004 22:40:21 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASMeLeg043812; Sun, 28 Nov 2004 22:40:21 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASMeLIR043810; Sun, 28 Nov 2004 22:40:21 GMT (envelope-from wes) Message-Id: <200411282240.iASMeLIR043810@repoman.freebsd.org> From: Wes Peters Date: Sun, 28 Nov 2004 22:40:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/phpbt Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:40:22 -0000 wes 2004-11-28 22:40:21 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/phpbt Makefile distinfo pkg-descr pkg-message pkg-plist Log: Add phpBugTracker, a bug database designed to provide the features of Bugzilla with better performance and maintainability. phpBT is (obviously) developed in PHP and uses the PEAR database library for database independence; currently PostgreSQL and MySQL are supported. Revision Changes Path 1.1754 +1 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/phpbt/Makefile (new) 1.1 +2 -0 ports/devel/phpbt/distinfo (new) 1.1 +9 -0 ports/devel/phpbt/pkg-descr (new) 1.1 +22 -0 ports/devel/phpbt/pkg-message (new) 1.1 +239 -0 ports/devel/phpbt/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 22:40:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C150416A4CE; Sun, 28 Nov 2004 22:40:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E42C43D46; Sun, 28 Nov 2004 22:40:39 +0000 (GMT) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASMed3S043898; Sun, 28 Nov 2004 22:40:39 GMT (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASMedac043897; Sun, 28 Nov 2004 22:40:39 GMT (envelope-from wes) Message-Id: <200411282240.iASMedac043897@repoman.freebsd.org> From: Wes Peters Date: Sun, 28 Nov 2004 22:40:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 22:40:39 -0000 wes 2004-11-28 22:40:39 UTC FreeBSD ports repository Modified files: . modules Log: phpbt --> ports/devel/phpbt Revision Changes Path 1.11459 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:10:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0697716A4D1; Sun, 28 Nov 2004 23:10:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A498C43D2F; Sun, 28 Nov 2004 23:10:51 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNApPG044859; Sun, 28 Nov 2004 23:10:51 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNApvH044857; Sun, 28 Nov 2004 23:10:51 GMT (envelope-from thierry) Message-Id: <200411282310.iASNApvH044857@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 28 Nov 2004 23:10:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gambas Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:10:52 -0000 thierry 2004-11-28 23:10:51 UTC FreeBSD ports repository Modified files: lang/gambas Makefile distinfo pkg-plist Log: Upgrade to 1.0-RC4. Revision Changes Path 1.21 +2 -2 ports/lang/gambas/Makefile 1.15 +2 -2 ports/lang/gambas/distinfo 1.13 +0 -2 ports/lang/gambas/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:11:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A772916A4CE; Sun, 28 Nov 2004 23:11:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82F1943D1D; Sun, 28 Nov 2004 23:11:37 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNBbYJ044903; Sun, 28 Nov 2004 23:11:37 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNBbtJ044902; Sun, 28 Nov 2004 23:11:37 GMT (envelope-from kwm) Message-Id: <200411282311.iASNBbtJ044902@repoman.freebsd.org> From: Koop Mast Date: Sun, 28 Nov 2004 23:11:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/liboil/files patch-liboil_dct_dct.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:11:37 -0000 kwm 2004-11-28 23:11:37 UTC FreeBSD ports repository Removed files: devel/liboil/files patch-liboil_dct_dct.h Log: This patch is not needed. Approved by: pav (mentor) Revision Changes Path 1.2 +0 -13 ports/devel/liboil/files/patch-liboil_dct_dct.h (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:11:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BCF716A4FF; Sun, 28 Nov 2004 23:11:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1516443D39; Sun, 28 Nov 2004 23:11:39 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNBcFW044936; Sun, 28 Nov 2004 23:11:38 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNBclU044935; Sun, 28 Nov 2004 23:11:38 GMT (envelope-from thierry) Message-Id: <200411282311.iASNBclU044935@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 28 Nov 2004 23:11:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/grisbi Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:11:41 -0000 thierry 2004-11-28 23:11:38 UTC FreeBSD ports repository Modified files: finance/grisbi Makefile distinfo pkg-plist Log: Upgrade to 0.5.3. Revision Changes Path 1.19 +1 -2 ports/finance/grisbi/Makefile 1.12 +2 -2 ports/finance/grisbi/distinfo 1.7 +8 -3 ports/finance/grisbi/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:12:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41CDE16A4CE; Sun, 28 Nov 2004 23:12:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD8643D58; Sun, 28 Nov 2004 23:12:55 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNCsJL044985; Sun, 28 Nov 2004 23:12:55 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNCsdR044984; Sun, 28 Nov 2004 23:12:54 GMT (envelope-from thierry) Message-Id: <200411282312.iASNCsdR044984@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 28 Nov 2004 23:12:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/SciPlot/files patch-Imakefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:12:55 -0000 thierry 2004-11-28 23:12:54 UTC FreeBSD ports repository Modified files: graphics/SciPlot/files patch-Imakefile Log: -std1 is not supported on alpha. Reported by: Kris / pointyhat. Revision Changes Path 1.2 +8 -4 ports/graphics/SciPlot/files/patch-Imakefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:16:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB9816A4CE; Sun, 28 Nov 2004 23:16:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4844443D55; Sun, 28 Nov 2004 23:16:00 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNG0EQ045176; Sun, 28 Nov 2004 23:16:00 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNG0Oq045175; Sun, 28 Nov 2004 23:16:00 GMT (envelope-from iedowse) Message-Id: <200411282316.iASNG0Oq045175@repoman.freebsd.org> From: Ian Dowse Date: Sun, 28 Nov 2004 23:16:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc devd.conf usbd.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:16:00 -0000 iedowse 2004-11-28 23:16:00 UTC FreeBSD src repository Modified files: etc devd.conf usbd.conf Log: Move the purely device-name based entries for mice and ethernet adapters from usbd.conf to devd.conf. USB ethernet devices were already handled in devd.conf so this just removes their usbd.conf entry. PR: conf/73799 Revision Changes Path 1.19 +7 -0 src/etc/devd.conf 1.15 +0 -16 src/etc/usbd.conf From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:20:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EB416A4CE; Sun, 28 Nov 2004 23:20:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE52E43D55; Sun, 28 Nov 2004 23:20:31 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNKV6c045288; Sun, 28 Nov 2004 23:20:31 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNKVir045287; Sun, 28 Nov 2004 23:20:31 GMT (envelope-from brueffer) Message-Id: <200411282320.iASNKVir045287@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 28 Nov 2004 23:20:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci if_sf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:20:32 -0000 brueffer 2004-11-28 23:20:31 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sys/pci if_sf.c Log: MFC: rev. 1.75 Add altq support. Patch by mlaier. Approved by: mlaier Revision Changes Path 1.72.2.3 +9 -7 src/sys/pci/if_sf.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:21:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C6616A4CE; Sun, 28 Nov 2004 23:21:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B14C843D58; Sun, 28 Nov 2004 23:21:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNLCc8045562; Sun, 28 Nov 2004 23:21:12 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNLCtQ045561; Sun, 28 Nov 2004 23:21:12 GMT (envelope-from linimon) Message-Id: <200411282321.iASNLCtQ045561@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 23:21:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/bjfilter360 distinfo pkg-plist ports/print/bjfilter850 distinfo pkg-plist ports/print/bjfilter850ug distinfo pkg-plist... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:21:13 -0000 linimon 2004-11-28 23:21:12 UTC FreeBSD ports repository Modified files: print/bjfilter360 distinfo pkg-plist print/bjfilter850 distinfo pkg-plist print/bjfilter850ug distinfo pkg-plist print/bjfilter860 distinfo pkg-plist print/bjfilter870 distinfo pkg-plist print/bjfiltercom Makefile distinfo pkg-plist print/bjfilters600 distinfo pkg-plist print/bjfilters630 distinfo pkg-plist print/bjfilters6300 distinfo pkg-plist Log: Fix mastersite and checksum to save these ports from the grim reaper. Since the maintainer had not responded in many months, reset maintainer. While here, tweak plists for proper deinstallation. PR: ports/70666 Submitted by: FUJIMOTO Kou Revision Changes Path 1.4 +2 -2 ports/print/bjfilter360/distinfo 1.4 +1 -1 ports/print/bjfilter360/pkg-plist 1.5 +2 -2 ports/print/bjfilter850/distinfo 1.5 +1 -1 ports/print/bjfilter850/pkg-plist 1.4 +2 -2 ports/print/bjfilter850ug/distinfo 1.4 +1 -1 ports/print/bjfilter850ug/pkg-plist 1.5 +2 -2 ports/print/bjfilter860/distinfo 1.5 +1 -1 ports/print/bjfilter860/pkg-plist 1.5 +2 -2 ports/print/bjfilter870/distinfo 1.5 +1 -1 ports/print/bjfilter870/pkg-plist 1.20 +3 -7 ports/print/bjfiltercom/Makefile 1.9 +8 -8 ports/print/bjfiltercom/distinfo 1.8 +11 -10 ports/print/bjfiltercom/pkg-plist 1.3 +2 -2 ports/print/bjfilters600/distinfo 1.2 +1 -1 ports/print/bjfilters600/pkg-plist 1.3 +2 -2 ports/print/bjfilters630/distinfo 1.2 +1 -1 ports/print/bjfilters630/pkg-plist 1.3 +2 -2 ports/print/bjfilters6300/distinfo 1.2 +1 -1 ports/print/bjfilters6300/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:23:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB4B816A4CE; Sun, 28 Nov 2004 23:23:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 879F743D3F; Sun, 28 Nov 2004 23:23:00 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNN039045614; Sun, 28 Nov 2004 23:23:00 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNN0FC045613; Sun, 28 Nov 2004 23:23:00 GMT (envelope-from brueffer) Message-Id: <200411282323.iASNN0FC045613@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 28 Nov 2004 23:23:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:23:00 -0000 brueffer 2004-11-28 23:23:00 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 altq.4 Log: MFC: rev. 1.5 sf(4) supports altq Revision Changes Path 1.2.2.4 +1 -0 src/share/man/man4/altq.4 From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:29:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C46A16A4CE; Sun, 28 Nov 2004 23:29:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0847143D1D; Sun, 28 Nov 2004 23:29:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNTkiE045865; Sun, 28 Nov 2004 23:29:46 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNTkl2045864; Sun, 28 Nov 2004 23:29:46 GMT (envelope-from brueffer) Message-Id: <200411282329.iASNTkl2045864@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 28 Nov 2004 23:29:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 dc.4 em.4 fxp.4 ixgb.4 nge.4 re.4 rl.4 sf.4 sis.4 ste.4 vge.4 vr.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:29:47 -0000 brueffer 2004-11-28 23:29:46 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 dc.4 em.4 fxp.4 ixgb.4 nge.4 re.4 rl.4 sf.4 sis.4 ste.4 vge.4 vr.4 Log: MFC: Xref polling.4 and bump .Dd Revision Changes Path 1.29.2.2 +2 -1 src/share/man/man4/dc.4 1.13.6.2 +2 -1 src/share/man/man4/em.4 1.32.2.1 +2 -1 src/share/man/man4/fxp.4 1.2.2.2 +2 -1 src/share/man/man4/ixgb.4 1.13.2.2 +2 -1 src/share/man/man4/nge.4 1.6.2.5 +2 -1 src/share/man/man4/re.4 1.36.2.2 +2 -1 src/share/man/man4/rl.4 1.17.6.2 +2 -1 src/share/man/man4/sf.4 1.16.2.2 +2 -1 src/share/man/man4/sis.4 1.15.2.3 +2 -1 src/share/man/man4/ste.4 1.5.2.2 +2 -1 src/share/man/man4/vge.4 1.21.2.3 +2 -1 src/share/man/man4/vr.4 From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:31:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B1DC16A4CE; Sun, 28 Nov 2004 23:31:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1448F43D46; Sun, 28 Nov 2004 23:31:08 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNV7AZ046016; Sun, 28 Nov 2004 23:31:07 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNV7BR046015; Sun, 28 Nov 2004 23:31:07 GMT (envelope-from trevor) Message-Id: <200411282331.iASNV7BR046015@repoman.freebsd.org> From: Trevor Johnson Date: Sun, 28 Nov 2004 23:31:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-mozilla Makefile distinfo pkg-descr ports/www/linux-mozilla/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:31:08 -0000 trevor 2004-11-28 23:31:07 UTC FreeBSD ports repository Modified files: www/linux-mozilla Makefile distinfo pkg-descr Removed files: www/linux-mozilla/scripts configure Log: Update to 1.7.3. Make deflenus and psm components mandatory. Add choices for Chatzilla and the spell-checker. Revision Changes Path 1.32 +3 -27 ports/www/linux-mozilla/Makefile 1.14 +23 -23 ports/www/linux-mozilla/distinfo 1.4 +6 -12 ports/www/linux-mozilla/pkg-descr 1.10 +0 -48 ports/www/linux-mozilla/scripts/configure (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:31:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA60316A4CE; Sun, 28 Nov 2004 23:31:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52BE43D48; Sun, 28 Nov 2004 23:31:54 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNVspr046057; Sun, 28 Nov 2004 23:31:54 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNVs01046056; Sun, 28 Nov 2004 23:31:54 GMT (envelope-from brueffer) Message-Id: <200411282331.iASNVs01046056@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 28 Nov 2004 23:31:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:31:54 -0000 brueffer 2004-11-28 23:31:54 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 Makefile Log: MFC: rev. 1.294 MLINK vge.4 to if_vge.4 Revision Changes Path 1.276.2.7 +1 -0 src/share/man/man4/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:35:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 997ED16A4CE; Sun, 28 Nov 2004 23:35:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F5E43D5E; Sun, 28 Nov 2004 23:35:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNZ83B046132; Sun, 28 Nov 2004 23:35:08 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNZ8J9046131; Sun, 28 Nov 2004 23:35:08 GMT (envelope-from brueffer) Message-Id: <200411282335.iASNZ8J9046131@repoman.freebsd.org> From: Christian Brueffer Date: Sun, 28 Nov 2004 23:35:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci if_sf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:35:08 -0000 brueffer 2004-11-28 23:35:08 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sys/pci if_sf.c Log: MFC: rev. 1.76 Correct URL of the programming manual. Revision Changes Path 1.72.2.4 +1 -1 src/sys/pci/if_sf.c From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:38:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8798316A4CE; Sun, 28 Nov 2004 23:38:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C6343D41; Sun, 28 Nov 2004 23:38:43 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNchQQ046340; Sun, 28 Nov 2004 23:38:43 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNch2r046339; Sun, 28 Nov 2004 23:38:43 GMT (envelope-from trevor) Message-Id: <200411282338.iASNch2r046339@repoman.freebsd.org> From: Trevor Johnson Date: Sun, 28 Nov 2004 23:38:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-mozilla/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:38:43 -0000 trevor 2004-11-28 23:38:43 UTC FreeBSD ports repository Added files: www/linux-mozilla/scripts configure Log: I removed this file by mistake. Revision Changes Path 1.11 +47 -0 ports/www/linux-mozilla/scripts/configure (new) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:42:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4BAC16A4CE; Sun, 28 Nov 2004 23:42:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF3DB43D31; Sun, 28 Nov 2004 23:42:14 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNgEnM046491; Sun, 28 Nov 2004 23:42:14 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNgE6Q046490; Sun, 28 Nov 2004 23:42:14 GMT (envelope-from arved) Message-Id: <200411282342.iASNgE6Q046490@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 28 Nov 2004 23:42:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmradio Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:42:15 -0000 arved 2004-11-28 23:42:14 UTC FreeBSD ports repository Modified files: audio/xmradio Makefile pkg-descr Log: - bktr(4) seems to be available on all 5.x architectures, so remove ONLY_FOR_ARCHS. - Fix location of bktr headers on 5.x - Fix WWW PR: 74486 Revision Changes Path 1.21 +6 -2 ports/audio/xmradio/Makefile 1.6 +1 -4 ports/audio/xmradio/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:44:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8947C16A4CE; Sun, 28 Nov 2004 23:44:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 656B443D2F; Sun, 28 Nov 2004 23:44:07 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNi7kF046594; Sun, 28 Nov 2004 23:44:07 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNi74n046593; Sun, 28 Nov 2004 23:44:07 GMT (envelope-from trevor) Message-Id: <200411282344.iASNi74n046593@repoman.freebsd.org> From: Trevor Johnson Date: Sun, 28 Nov 2004 23:44:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/linux-png10 pkg-plist.i386 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:44:07 -0000 trevor 2004-11-28 23:44:07 UTC FreeBSD ports repository Removed files: graphics/linux-png10 pkg-plist.i386 Log: I forgot to remove this file (pointyhat log forwarded by kris). Revision Changes Path 1.7 +0 -10 ports/graphics/linux-png10/pkg-plist.i386 (dead) From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:47:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 886FD16A4CE; Sun, 28 Nov 2004 23:47:33 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB15243D54; Sun, 28 Nov 2004 23:47:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 90C52512BF; Sun, 28 Nov 2004 15:52:25 -0800 (PST) Date: Sun, 28 Nov 2004 15:52:25 -0800 From: Kris Kennaway To: Tilman Linneweh Message-ID: <20041128235225.GA93642@xor.obsecurity.org> References: <200411282342.iASNgE6Q046490@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: <200411282342.iASNgE6Q046490@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/xmradio Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:47:33 -0000 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 28, 2004 at 11:42:14PM +0000, Tilman Linneweh wrote: > arved 2004-11-28 23:42:14 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > audio/xmradio Makefile pkg-descr=20 > Log: > - bktr(4) seems to be available on all 5.x architectures, so remove > ONLY_FOR_ARCHS. I don't think so..e.g. some arches only have the MI headers, not the MD ones. Kris --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqmS5Wry0BWjoQKURAmYeAKDdOifkUfKBAZpscKJN8kg954yKvgCfZpav Zfgoe/p7gmS8d9G6G4s6o4I= =NNGY -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:56:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF90916A4CE; Sun, 28 Nov 2004 23:56:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C72743D2D; Sun, 28 Nov 2004 23:56:15 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNuFJZ046953; Sun, 28 Nov 2004 23:56:15 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNuFlT046952; Sun, 28 Nov 2004 23:56:15 GMT (envelope-from linimon) Message-Id: <200411282356.iASNuFlT046952@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 23:56:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:56:15 -0000 linimon 2004-11-28 23:56:15 UTC FreeBSD ports repository Modified files: . modules Log: Remove ports/net/partysip. Revision Changes Path 1.11460 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:56:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 601E516A4CE; Sun, 28 Nov 2004 23:56:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D4EA43D1F; Sun, 28 Nov 2004 23:56:50 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNuoU9046991; Sun, 28 Nov 2004 23:56:50 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNuoI3046990; Sun, 28 Nov 2004 23:56:50 GMT (envelope-from linimon) Message-Id: <200411282356.iASNuoI3046990@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 23:56:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:56:50 -0000 linimon 2004-11-28 23:56:50 UTC FreeBSD ports repository Modified files: net Makefile Log: As previously announced, remove net/partysip. It has failed to keep up with the changes in one of its dependencies. Revision Changes Path 1.1379 +0 -1 ports/net/Makefile From owner-cvs-all@FreeBSD.ORG Sun Nov 28 23:57:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84F8A16A4CE; Sun, 28 Nov 2004 23:57:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E9443D58; Sun, 28 Nov 2004 23:57:35 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASNvZdq047033; Sun, 28 Nov 2004 23:57:35 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASNvZlc047032; Sun, 28 Nov 2004 23:57:35 GMT (envelope-from linimon) Message-Id: <200411282357.iASNvZlc047032@repoman.freebsd.org> From: Mark Linimon Date: Sun, 28 Nov 2004 23:57:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 23:57:35 -0000 linimon 2004-11-28 23:57:35 UTC FreeBSD ports repository Modified files: . MOVED Log: Remove net/partysip. Revision Changes Path 1.574 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Mon Nov 29 00:01:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB1C16A4CE; Mon, 29 Nov 2004 00:01:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9814243D1F; Mon, 29 Nov 2004 00:01:56 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT01uaR047279; Mon, 29 Nov 2004 00:01:56 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT01uQW047278; Mon, 29 Nov 2004 00:01:56 GMT (envelope-from linimon) Message-Id: <200411290001.iAT01uQW047278@repoman.freebsd.org> From: Mark Linimon Date: Mon, 29 Nov 2004 00:01:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/acroread Makefile distinfo pkg-descr pkg-plist ports/print/acroread/files acroread.diff patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:01:56 -0000 linimon 2004-11-29 00:01:56 UTC FreeBSD ports repository Removed files: print/acroread Makefile distinfo pkg-descr pkg-plist print/acroread/files acroread.diff patch-aa Log: As previously announced, remove print/acroread due to security problems. Use print/acroread5 instead. Revision Changes Path 1.32 +0 -81 ports/print/acroread/Makefile (dead) 1.7 +0 -4 ports/print/acroread/distinfo (dead) 1.3 +0 -17 ports/print/acroread/files/acroread.diff (dead) 1.4 +0 -38 ports/print/acroread/files/patch-aa (dead) 1.2 +0 -6 ports/print/acroread/pkg-descr (dead) 1.7 +0 -69 ports/print/acroread/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 00:04:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1796816A4CE; Mon, 29 Nov 2004 00:04:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E599743D54; Mon, 29 Nov 2004 00:04:14 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT04EYf047387; Mon, 29 Nov 2004 00:04:14 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT04EEu047386; Mon, 29 Nov 2004 00:04:14 GMT (envelope-from linimon) Message-Id: <200411290004.iAT04EEu047386@repoman.freebsd.org> From: Mark Linimon Date: Mon, 29 Nov 2004 00:04:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/3dm Makefile distinfo pkg-descr pkg-install pkg-plist ports/sysutils/3dm/files 3dmd.conf 3dmd.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:04:15 -0000 linimon 2004-11-29 00:04:14 UTC FreeBSD ports repository Removed files: sysutils/3dm Makefile distinfo pkg-descr pkg-install pkg-plist sysutils/3dm/files 3dmd.conf 3dmd.sh Log: As previously announced, remove sysutils/3dm. It is obsolete. Revision Changes Path 1.8 +0 -81 ports/sysutils/3dm/Makefile (dead) 1.3 +0 -2 ports/sysutils/3dm/distinfo (dead) 1.2 +0 -21 ports/sysutils/3dm/files/3dmd.conf (dead) 1.2 +0 -21 ports/sysutils/3dm/files/3dmd.sh (dead) 1.2 +0 -18 ports/sysutils/3dm/pkg-descr (dead) 1.2 +0 -14 ports/sysutils/3dm/pkg-install (dead) 1.2 +0 -33 ports/sysutils/3dm/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 00:06:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EA5116A4CE; Mon, 29 Nov 2004 00:06:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEBBE43D2F; Mon, 29 Nov 2004 00:06:11 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT06B3k047534; Mon, 29 Nov 2004 00:06:11 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT06Bgx047533; Mon, 29 Nov 2004 00:06:11 GMT (envelope-from trevor) Message-Id: <200411290006.iAT06Bgx047533@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 29 Nov 2004 00:06:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-mozilla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:06:12 -0000 trevor 2004-11-29 00:06:11 UTC FreeBSD ports repository Modified files: www/linux-mozilla Makefile Log: Fix ownership and permissions on extracted files. Revision Changes Path 1.33 +2 -0 ports/www/linux-mozilla/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 00:10:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4625C16A4CE; Mon, 29 Nov 2004 00:10:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18B1643D5D; Mon, 29 Nov 2004 00:10:27 +0000 (GMT) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT0AQ9D047854; Mon, 29 Nov 2004 00:10:26 GMT (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT0AQep047853; Mon, 29 Nov 2004 00:10:26 GMT (envelope-from mheinen) Message-Id: <200411290010.iAT0AQep047853@repoman.freebsd.org> From: Martin Heinen Date: Mon, 29 Nov 2004 00:10:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/de_DE.ISO8859-1/share/sgml articles.ent catalog mailing-lists.ent newsgroups.ent teams.ent doc/de_DE.ISO8859-1/books/handbook/advanced-networking... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:10:27 -0000 mheinen 2004-11-29 00:10:26 UTC FreeBSD doc repository Modified files: de_DE.ISO8859-1/share/sgml articles.ent catalog teams.ent mailing-lists.ent de_DE.ISO8859-1/books/handbook/multimedia chapter.sgml de_DE.ISO8859-1/books/handbook/advanced-networking chapter.sgml de_DE.ISO8859-1/books/handbook/users chapter.sgml de_DE.ISO8859-1/books/handbook/disks chapter.sgml de_DE.ISO8859-1/books/handbook/network-servers chapter.sgml de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml de_DE.ISO8859-1/books/handbook/config chapter.sgml de_DE.ISO8859-1/books/handbook/linuxemu chapter.sgml de_DE.ISO8859-1/books/handbook/security chapter.sgml de_DE.ISO8859-1/books/handbook/eresources chapter.sgml de_DE.ISO8859-1/books/handbook/mail chapter.sgml de_DE.ISO8859-1/books/handbook/pgpkeys chapter.sgml Added files: de_DE.ISO8859-1/share/sgml newsgroups.ent Log: MFbed: Update the German Handbook. share/sgml/newsgroups.ent new books/handbook/multimedia/chapter.sgml 1.98 -> 1.99 books/handbook/advanced-networking/chapter.sgml 1.344 -> 1.350 books/handbook/users/chapter.sgml 1.47 -> 1.48 share/sgml/articles.ent fixes only books/handbook/disks/chapter.sgml 1.221 -> 1.223 books/handbook/network-servers/chapter.sgml 1.29 -> 1.38 share/sgml/catalog fixes only books/handbook/mirrors/chapter.sgml 1.356 -> 1.358 books/handbook/config/chapter.sgml 1.174 -> 1.181 books/handbook/linuxemu/chapter.sgml 1.114 -> 1.115 books/handbook/security/chapter.sgml 1.225 -> 1.229 share/sgml/teams.ent 1.12 -> 1.15 share/sgml/mailing-lists.ent 1.36 -> 1.38 books/handbook/eresources/chapter.sgml 1.148 -> 1.150 books/handbook/mail/chapter.sgml 1.120 -> 1.121 books/handbook/pgpkeys/chapter.sgml 1.242 -> 1.249 Obtained from: The FreeBSD German Documentation Project. Revision Changes Path 1.24 +132 -3 doc/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.35 +5 -5 doc/de_DE.ISO8859-1/books/handbook/config/chapter.sgml 1.40 +3 -3 doc/de_DE.ISO8859-1/books/handbook/disks/chapter.sgml 1.25 +48 -9 doc/de_DE.ISO8859-1/books/handbook/eresources/chapter.sgml 1.22 +3 -3 doc/de_DE.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.26 +3 -3 doc/de_DE.ISO8859-1/books/handbook/mail/chapter.sgml 1.35 +16 -2 doc/de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml 1.21 +3 -3 doc/de_DE.ISO8859-1/books/handbook/multimedia/chapter.sgml 1.4 +210 -18 doc/de_DE.ISO8859-1/books/handbook/network-servers/chapter.sgml 1.21 +32 -2 doc/de_DE.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.36 +9 -12 doc/de_DE.ISO8859-1/books/handbook/security/chapter.sgml 1.18 +3 -3 doc/de_DE.ISO8859-1/books/handbook/users/chapter.sgml 1.2 +2 -2 doc/de_DE.ISO8859-1/share/sgml/articles.ent 1.11 +4 -1 doc/de_DE.ISO8859-1/share/sgml/catalog 1.18 +10 -2 doc/de_DE.ISO8859-1/share/sgml/mailing-lists.ent 1.1 +11 -0 doc/de_DE.ISO8859-1/share/sgml/newsgroups.ent (new) 1.10 +11 -3 doc/de_DE.ISO8859-1/share/sgml/teams.ent From owner-cvs-all@FreeBSD.ORG Mon Nov 29 00:15:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2494A16A4CE; Mon, 29 Nov 2004 00:15:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F254543D1D; Mon, 29 Nov 2004 00:15:38 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT0FcVu048218; Mon, 29 Nov 2004 00:15:38 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT0FcYO048217; Mon, 29 Nov 2004 00:15:38 GMT (envelope-from trevor) Message-Id: <200411290015.iAT0FcYO048217@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 29 Nov 2004 00:15:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-mozilla-devel Makefile distinfo pkg-descr ports/www/linux-mozilla-devel/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:15:39 -0000 trevor 2004-11-29 00:15:38 UTC FreeBSD ports repository Modified files: www/linux-mozilla-devel Makefile distinfo pkg-descr www/linux-mozilla-devel/scripts configure Log: Update to 1.8a5. Add choices for Chatzilla and the spell-checker. Make deflenus and psm components mandatory. Use UNZIP_CMD macro. Revision Changes Path 1.33 +7 -29 ports/www/linux-mozilla-devel/Makefile 1.16 +23 -23 ports/www/linux-mozilla-devel/distinfo 1.5 +6 -8 ports/www/linux-mozilla-devel/pkg-descr 1.11 +7 -8 ports/www/linux-mozilla-devel/scripts/configure From owner-cvs-all@FreeBSD.ORG Mon Nov 29 00:22:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B0D116A4CE; Mon, 29 Nov 2004 00:22:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB34343D55; Mon, 29 Nov 2004 00:22:37 +0000 (GMT) (envelope-from trevor@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT0MbvF048402; Mon, 29 Nov 2004 00:22:37 GMT (envelope-from trevor@repoman.freebsd.org) Received: (from trevor@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT0MbGE048401; Mon, 29 Nov 2004 00:22:37 GMT (envelope-from trevor) Message-Id: <200411290022.iAT0MbGE048401@repoman.freebsd.org> From: Trevor Johnson Date: Mon, 29 Nov 2004 00:22:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-mozilla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:22:38 -0000 trevor 2004-11-29 00:22:37 UTC FreeBSD ports repository Modified files: www/linux-mozilla Makefile Log: cosmetics: use UNZIP_CMD, alphabetize distfiles, use WRKSRC for permissions Revision Changes Path 1.34 +4 -4 ports/www/linux-mozilla/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 00:29:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CDB416A4CE; Mon, 29 Nov 2004 00:29:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E5243D41; Mon, 29 Nov 2004 00:29:41 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT0TfxC048613; Mon, 29 Nov 2004 00:29:41 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT0TfAj048612; Mon, 29 Nov 2004 00:29:41 GMT (envelope-from rwatson) Message-Id: <200411290029.iAT0TfAj048612@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Nov 2004 00:29:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet tcp_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:29:41 -0000 rwatson 2004-11-29 00:29:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_input.c Log: Merge tcp_input.c:1.256 from HEAD to RELENG_5: date: 2004/11/22 13:16:27; author: rwatson; state: Exp; lines: +0 -3 Remove "Unlocked read" annotations associated with previously unlocked use of socket buffer fields in the TCP input code. These references are now protected by use of the receive socket buffer lock. MFC after: 1 week Revision Changes Path 1.252.2.2 +0 -3 src/sys/netinet/tcp_input.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 00:39:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7B616A4CE; Mon, 29 Nov 2004 00:39:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A3343D58; Mon, 29 Nov 2004 00:39:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT0d2Cc048929; Mon, 29 Nov 2004 00:39:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT0d2oX048928; Mon, 29 Nov 2004 00:39:02 GMT (envelope-from rwatson) Message-Id: <200411290039.iAT0d2oX048928@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Nov 2004 00:39:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern subr_witness.c src/sys/dev/random randomdev_soft.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 00:39:03 -0000 rwatson 2004-11-29 00:39:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern subr_witness.c sys/dev/random randomdev_soft.c Log: Merge randomdev_soft.c:1.5, 1.6, 1.7 from HEAD to RELENG_5: ---------------------------- revision 1.7 date: 2004/11/03 10:02:50; author: rwatson; state: Exp; lines: +11 -14 (1) Move from O(n) list copies to O(1) list concatenation, which is supported for STAILQ via STAILQ_CONCAT(). (2) Maintain a count of the number of entries in the thread-local entropy fifo so that we can keep the other fifo counts in synch. MFC after: 3 weeks MFC with: randomdev_soft.c revisions 1.5 and 1.6 Suggested by: jhb (1) ---------------------------- revision 1.6 date: 2004/10/12 14:57:14; author: rwatson; state: Exp; lines: +6 -0 Assert that the entropy source category provided by a caller submitting entropy is valid, as an invalid source will cause dereferencing of an array of queues to an incorrect memory location. ---------------------------- revision 1.5 date: 2004/10/09 22:04:13; author: rwatson; state: Exp; lines: +41 -50 Modify entropy harvesting locking strategy: - Trade off granularity to reduce overhead, since the current model doesn't appear to reduce contention substantially: move to a single harvest mutex protecting harvesting queues, rather than one mutex per source plus a mutex for the free list. - Reduce mutex operations in a harvesting event to 2 from 4, and maintain lockless read to avoid mutex operations if the queue is full. - When reaping harvested entries from the queue, move all entries from the queue at once, and when done with them, insert them all into a thread-local queue for processing; then insert them all into the empty fifo at once. This reduces O(4n) mutex operations to O(2) mutex operations per wakeup. In the future, we may want to look at re-introducing granularity, although perhaps at the granularity of the source rather than the source class; both the new and old strategies would cause contention between different instances of the same source (i.e., multiple network interfaces). Reviewed by: markm Also merge subr_witness.c:1.182 from HEAD to RELENG_5: date: 2004/10/11 08:26:18; author: rwatson; state: Exp; lines: +1 -2 Add entropy harvest mutex to hard-coded spin lock witness lock order, remove previous entropy harvesting mutex names as they are no longer present. Commit to this file was ommitted when randomdev_soft.c:1.5 was made. Feet shot: Robert Huff Revision Changes Path 1.4.2.2 +52 -58 src/sys/dev/random/randomdev_soft.c 1.178.2.3 +1 -2 src/sys/kern/subr_witness.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 01:25:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD9B416A4CE; Mon, 29 Nov 2004 01:25:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C4943D3F; Mon, 29 Nov 2004 01:25:32 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT1PWbt056700; Mon, 29 Nov 2004 01:25:32 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT1PWId056699; Mon, 29 Nov 2004 01:25:32 GMT (envelope-from hq) Message-Id: <200411290125.iAT1PWId056699@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 29 Nov 2004 01:25:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/squeak Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 01:25:33 -0000 hq 2004-11-29 01:25:32 UTC FreeBSD ports repository Modified files: lang/squeak Makefile Log: Disable the port on sparc64 temporary until the problem has been fixed by the developers. PR: 74491 Submitted by: maintainer Reported by: kris Revision Changes Path 1.3 +1 -1 ports/lang/squeak/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 01:32:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A1016A4CE; Mon, 29 Nov 2004 01:32:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF9A743D41; Mon, 29 Nov 2004 01:32:10 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT1WAKs056943; Mon, 29 Nov 2004 01:32:10 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT1WAse056942; Mon, 29 Nov 2004 01:32:10 GMT (envelope-from scottl) Message-Id: <200411290132.iAT1WAse056942@repoman.freebsd.org> From: Scott Long Date: Mon, 29 Nov 2004 01:32:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 01:32:11 -0000 scottl 2004-11-29 01:32:10 UTC FreeBSD src repository Modified files: sys/boot/i386/loader Makefile Removed files: sys/boot/i386/loader loader.rc Log: Disable the beastie menu. It offends some and annoys everyone else, and I'm frankly tired of the controversy. When people ask me why FreeBSD isn't user- friendly, I'll tell them that I tried. RIP. Revision Changes Path 1.77 +1 -1 src/sys/boot/i386/loader/Makefile 1.3 +0 -17 src/sys/boot/i386/loader/loader.rc (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 01:42:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8806316A4CE; Mon, 29 Nov 2004 01:42:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75CF843D2D; Mon, 29 Nov 2004 01:42:28 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT1gSh8057288; Mon, 29 Nov 2004 01:42:28 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT1gSdv057287; Mon, 29 Nov 2004 01:42:28 GMT (envelope-from hq) Message-Id: <200411290142.iAT1gSdv057287@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 29 Nov 2004 01:42:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefileports/textproc/jakarta-commons-digester Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 01:42:28 -0000 hq 2004-11-29 01:42:28 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/jakarta-commons-digester Makefile distinfo pkg-descr Log: The Digester package lets you configure an XML -> Java object mapping module, which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. A rich set of predefined rules is available for your use, or you can also create your own. Advanced features of Digester include: - Ability to plug in your own pattern matching engine, if the standard one is not sufficient for your requirements. - Optional namespace-aware processing, so that you can define rules that are relevant only to a particular XML namespace. - Encapsulation of Rules into RuleSets that can be easily and conveniently reused in more than one application that requires the same type of processing WWW: http://jakarta.apache.org/commons/digester/ Revision Changes Path 1.764 +1 -0 ports/textproc/Makefile 1.1 +83 -0 ports/textproc/jakarta-commons-digester/Makefile (new) 1.1 +2 -0 ports/textproc/jakarta-commons-digester/distinfo (new) 1.1 +15 -0 ports/textproc/jakarta-commons-digester/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 01:42:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FA9016A4CE; Mon, 29 Nov 2004 01:42:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EADC43D49; Mon, 29 Nov 2004 01:42:36 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT1gaLC057338; Mon, 29 Nov 2004 01:42:36 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT1gaRi057337; Mon, 29 Nov 2004 01:42:36 GMT (envelope-from hq) Message-Id: <200411290142.iAT1gaRi057337@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 29 Nov 2004 01:42:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 01:42:36 -0000 hq 2004-11-29 01:42:36 UTC FreeBSD ports repository Modified files: . modules Log: jakarta-commons-digester --> ports/textproc/jakarta-commons-digester Revision Changes Path 1.11461 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 29 01:51:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DB0316A4CE; Mon, 29 Nov 2004 01:51:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF2543D46; Mon, 29 Nov 2004 01:51:44 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT1pi78057644; Mon, 29 Nov 2004 01:51:44 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT1pi4t057643; Mon, 29 Nov 2004 01:51:44 GMT (envelope-from ahze) Message-Id: <200411290151.iAT1pi4t057643@repoman.freebsd.org> From: Michael Johnson Date: Mon, 29 Nov 2004 01:51:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/kazehakase/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 01:51:44 -0000 ahze 2004-11-29 01:51:44 UTC FreeBSD ports repository Added files: www/kazehakase/files patch-configure Log: Fix build with mozilla-devel and add support for future version 1.8a5 Revision Changes Path 1.6 +11 -0 ports/www/kazehakase/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 02:17:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6EC416A4CE; Mon, 29 Nov 2004 02:17:25 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4392A43D64; Mon, 29 Nov 2004 02:17:25 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAT2KlSh098672; Sun, 28 Nov 2004 19:20:48 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AA86D1.7070105@freebsd.org> Date: Sun, 28 Nov 2004 19:17:53 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> In-Reply-To: <41AA850E.9010208@freebsd.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:17:25 -0000 David Xu wrote: > Scott Long wrote: > >> scottl 2004-11-29 01:32:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/boot/i386/loader Makefile Removed files: >> sys/boot/i386/loader loader.rc Log: >> Disable the beastie menu. It offends some and annoys everyone else, >> and I'm >> frankly tired of the controversy. When people ask me why FreeBSD >> isn't user- >> friendly, I'll tell them that I tried. RIP. >> Revision Changes Path >> 1.77 +1 -1 src/sys/boot/i386/loader/Makefile >> 1.3 +0 -17 src/sys/boot/i386/loader/loader.rc (dead) >> >> > The main problem is broken ACPI code will cause kernel to crash > at booting time, my AMD64 machine constantly crashes at the time > when I am typing. If one day, a broken ACPI code is committed, and > I forget what exactly words like: hint...acpi.0.disablexxx=1 should > be set, I will can not boot it until I go to another machine and type > "man acpi", how about if he is a newbie? :-( > > David > > > For the past 1+ years I've recieved nothing but complaints from developers who have told me that the beastie menu was silly, unprofessional, annoying, and/or confusing. I originally created it precisely because ACPI was causing significant problems. I was also getting tired of telling people how to get 'bootverbose' set, so I figured that a nice menu that took care of these problems would be a good thing to have. I made it as non-obtrusive as possible; it responds to the same keys and the same variables as the non-menu prompt, and it delays the boot for exactly the same period of time. I liked it and I had plans to make it more useful by allowing you to control the serial console settings and have it search out and offer to boot alternate kernels, but I have better things to do with my time that defend it and tell people how to turn it off. For those who think that ease-of-use is important, please accept my apologies. Scott From owner-cvs-all@FreeBSD.ORG Mon Nov 29 02:17:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4288016A4D0; Mon, 29 Nov 2004 02:17:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3131943D5A; Mon, 29 Nov 2004 02:17:38 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT2HcOL058461; Mon, 29 Nov 2004 02:17:38 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT2Hbe5058460; Mon, 29 Nov 2004 02:17:38 GMT (envelope-from linimon) Message-Id: <200411290217.iAT2Hbe5058460@repoman.freebsd.org> From: Mark Linimon Date: Mon, 29 Nov 2004 02:17:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/partysip Makefile distinfo pkg-descr pkg-plist ports/net/partysip/files patch-ltmain.sh patch-ppldns.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:17:38 -0000 linimon 2004-11-29 02:17:37 UTC FreeBSD ports repository Removed files: net/partysip Makefile distinfo pkg-descr pkg-plist net/partysip/files patch-ltmain.sh patch-ppldns.c Log: As previously announced, remove net/partysip. It has failed to keep up with the changes in one of its dependencies. Revision Changes Path 1.7 +0 -30 ports/net/partysip/Makefile (dead) 1.4 +0 -2 ports/net/partysip/distinfo (dead) 1.2 +0 -15 ports/net/partysip/files/patch-ltmain.sh (dead) 1.2 +0 -88 ports/net/partysip/files/patch-ppldns.c (dead) 1.2 +0 -12 ports/net/partysip/pkg-descr (dead) 1.2 +0 -46 ports/net/partysip/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 02:41:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A87B16A4CE; Mon, 29 Nov 2004 02:41:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F6043D46; Mon, 29 Nov 2004 02:41:14 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT2fDHh059220; Mon, 29 Nov 2004 02:41:13 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT2fDBn059219; Mon, 29 Nov 2004 02:41:13 GMT (envelope-from hq) Message-Id: <200411290241.iAT2fDBn059219@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 29 Nov 2004 02:41:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jakarta-commons-beanutils Makefile distinfo pkg-descr pkg-plist ports/java/jakarta-commons-beanutils/files LICENSE X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:41:14 -0000 hq 2004-11-29 02:41:13 UTC FreeBSD ports repository Modified files: java/jakarta-commons-beanutils Makefile distinfo pkg-descr Removed files: java/jakarta-commons-beanutils pkg-plist java/jakarta-commons-beanutils/files LICENSE Log: - Update to 1.7.0 - Dynamic plist - Use USE_ANT - remove files/LICENSE: the project is now under Apache 2.0 license (which is included in the distribution) - New feature: API documentation is now cross-linked with API documentation from dependency packages, such as commons-collections, if installed - Use MASTER_SITE_APACHE_JAKARTA - Use INSTALL_DATA rather than CP and ECHO_MSG rather than ECHO - Use JAVALIBDIR in place of JAVAJARDIR where appropriate - Fix URL is pkg-descr Revision Changes Path 1.8 +50 -33 ports/java/jakarta-commons-beanutils/Makefile 1.5 +2 -2 ports/java/jakarta-commons-beanutils/distinfo 1.2 +0 -56 ports/java/jakarta-commons-beanutils/files/LICENSE (dead) 1.2 +1 -1 ports/java/jakarta-commons-beanutils/pkg-descr 1.3 +0 -98 ports/java/jakarta-commons-beanutils/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 02:41:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74AF416A4D1; Mon, 29 Nov 2004 02:41:20 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEEB943D1D; Mon, 29 Nov 2004 02:41:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAT2dhEu023059; Sun, 28 Nov 2004 19:39:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 28 Nov 2004 19:40:40 -0700 (MST) Message-Id: <20041128.194040.04241039.imp@bsdimp.com> To: scottl@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <41AA86D1.7070105@freebsd.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: davidxu@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:41:20 -0000 In message: <41AA86D1.7070105@freebsd.org> Scott Long writes: : For those who think that ease-of-use is important, please accept my : apologies. One could easily have a 'safeboot' command, which would disable all the things that the safe boot menu item used to do. Warner From owner-cvs-all@FreeBSD.ORG Mon Nov 29 02:42:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C7416A4D1; Mon, 29 Nov 2004 02:42:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA9E043D55; Mon, 29 Nov 2004 02:42:01 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT2g126059266; Mon, 29 Nov 2004 02:42:01 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT2g1Ji059265; Mon, 29 Nov 2004 02:42:01 GMT (envelope-from hq) Message-Id: <200411290242.iAT2g1Ji059265@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 29 Nov 2004 02:42:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jakarta-commons-beanutils/files patch-build.xml patch-optional-build.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:42:02 -0000 hq 2004-11-29 02:42:01 UTC FreeBSD ports repository Added files: java/jakarta-commons-beanutils/files patch-build.xml patch-optional-build.xml Log: Add missing patch files from last commit Revision Changes Path 1.1 +13 -0 ports/java/jakarta-commons-beanutils/files/patch-build.xml (new) 1.1 +13 -0 ports/java/jakarta-commons-beanutils/files/patch-optional-build.xml (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 02:46:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 189FE16A4CE; Mon, 29 Nov 2004 02:46:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D126C43D58; Mon, 29 Nov 2004 02:46:40 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT2keov059453; Mon, 29 Nov 2004 02:46:40 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT2ke8J059452; Mon, 29 Nov 2004 02:46:40 GMT (envelope-from hq) Message-Id: <200411290246.iAT2ke8J059452@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 29 Nov 2004 02:46:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jakarta-commons-logging Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:46:41 -0000 hq 2004-11-29 02:46:40 UTC FreeBSD ports repository Modified files: java/jakarta-commons-logging Makefile Log: Project is now under the Apache 2.0 license, which is included in the distribution. Revision Changes Path 1.8 +3 -5 ports/java/jakarta-commons-logging/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 02:57:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AFA816A4CE; Mon, 29 Nov 2004 02:57:55 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6EB443D5C; Mon, 29 Nov 2004 02:57:54 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAT31HQB098856; Sun, 28 Nov 2004 20:01:17 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AA904F.708@freebsd.org> Date: Sun, 28 Nov 2004 19:58:23 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> In-Reply-To: <20041128.194040.04241039.imp@bsdimp.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: davidxu@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:57:55 -0000 M. Warner Losh wrote: > In message: <41AA86D1.7070105@freebsd.org> > Scott Long writes: > : For those who think that ease-of-use is important, please accept my > : apologies. > > One could easily have a 'safeboot' command, which would disable all > the things that the safe boot menu item used to do. > > Warner safeboot isn't the same as 'disable acpi'. It was actually quite useful to disable ACPI but still leave ATA-DMA and SMP enabled. Scott From owner-cvs-all@FreeBSD.ORG Mon Nov 29 03:02:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DDA216A4CE; Mon, 29 Nov 2004 03:02:20 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC94543D1D; Mon, 29 Nov 2004 03:02:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAT319Iw023348; Sun, 28 Nov 2004 20:01:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 28 Nov 2004 20:02:06 -0700 (MST) Message-Id: <20041128.200206.114580739.imp@bsdimp.com> To: scottl@freebsd.org From: "M. Warner Losh" In-Reply-To: <41AA904F.708@freebsd.org> References: <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: davidxu@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:02:20 -0000 In message: <41AA904F.708@freebsd.org> Scott Long writes: : M. Warner Losh wrote: : > In message: <41AA86D1.7070105@freebsd.org> : > Scott Long writes: : > : For those who think that ease-of-use is important, please accept my : > : apologies. : > : > One could easily have a 'safeboot' command, which would disable all : > the things that the safe boot menu item used to do. : > : > Warner : : safeboot isn't the same as 'disable acpi'. It was actually quite useful : to disable ACPI but still leave ATA-DMA and SMP enabled. Agreed. A few wrappers would go a long way is all I'm saying.. Warner From owner-cvs-all@FreeBSD.ORG Mon Nov 29 03:07:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88B5216A4CE; Mon, 29 Nov 2004 03:07:31 +0000 (GMT) Received: from smtp2.server.rpi.edu (smtp2.server.rpi.edu [128.113.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E1CC43D2F; Mon, 29 Nov 2004 03:07:31 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp2.server.rpi.edu (8.13.0/8.13.0) with ESMTP id iAT37SCS011946; Sun, 28 Nov 2004 22:07:29 -0500 Mime-Version: 1.0 Message-Id: In-Reply-To: <200411290132.iAT1WAse056942@repoman.freebsd.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> Date: Sun, 28 Nov 2004 22:07:28 -0500 To: Scott Long , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:07:31 -0000 At 1:32 AM +0000 11/29/04, Scott Long wrote: > > Log: > Disable the beastie menu. It offends some and annoys everyone > else, and I'm frankly tired of the controversy. When people > ask me why FreeBSD isn't user-friendly, I'll tell them that I > tried. RIP. Huh. I liked the idea of a menu of options there. I could do without the beastie image, and thus maybe have a much shorter menu. And I think the timer would work better at the top, so that the *first* thing you read is how to pause the timer. But I liked the idea of the menu there, with a few common options. I even listed that as "one of the nice things added to 5.3" (compared to 4.x- series) at some recent presentations... -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Mon Nov 29 03:10:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F4F316A4CE; Mon, 29 Nov 2004 03:10:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC3D43D1D; Mon, 29 Nov 2004 03:10:36 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT3AaQB060395; Mon, 29 Nov 2004 03:10:36 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT3AaJg060394; Mon, 29 Nov 2004 03:10:36 GMT (envelope-from gnn) Message-Id: <200411290310.iAT3AaJg060394@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Mon, 29 Nov 2004 03:10:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet6 scope6.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:10:36 -0000 gnn 2004-11-29 03:10:35 UTC FreeBSD src repository Modified files: sys/netinet6 scope6.c Log: Reviewed by: SUZUKI Shinsuke Approved by: Robert Watson Add locking to the IPv6 scoping code. All spl() like calls have also been removed. Cleaning up the handling of ifnet data will happen at a later date. Revision Changes Path 1.11 +34 -17 src/sys/netinet6/scope6.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 03:30:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1890216A4CE; Mon, 29 Nov 2004 03:30:33 +0000 (GMT) Received: from freebsd3.cimlogic.com.au (adsl-20-121.swiftdsl.com.au [218.214.20.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A1443D3F; Mon, 29 Nov 2004 03:30:32 +0000 (GMT) (envelope-from jb@cimlogic.com.au) Received: by freebsd3.cimlogic.com.au (Postfix, from userid 102) id 8D7A66AA01; Mon, 29 Nov 2004 14:30:30 +1100 (EST) Date: Mon, 29 Nov 2004 14:30:30 +1100 From: John Birrell To: Scott Long Message-ID: <20041129033030.GD25035@freebsd3.cimlogic.com.au> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41AA86D1.7070105@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:30:33 -0000 On Sun, Nov 28, 2004 at 07:17:53PM -0700, Scott Long wrote: > For the past 1+ years I've recieved nothing but complaints from > developers who have told me that the beastie menu was silly, > unprofessional, annoying, and/or confusing. I originally created it > precisely because ACPI was causing significant problems. I was also > getting tired of telling people how to get 'bootverbose' set, so I > figured that a nice menu that took care of these problems would be a > good thing to have. I made it as non-obtrusive as possible; it responds > to the same keys and the same variables as the non-menu prompt, and it > delays the boot for exactly the same period of time. I liked it and I > had plans to make it more useful by allowing you to control the serial > console settings and have it search out and offer to boot alternate > kernels, but I have better things to do with my time that defend it and > tell people how to turn it off. > > For those who think that ease-of-use is important, please accept my > apologies. I thought the Beastie menu was useful/appropriate (I'm not into religion, so the beastie is just the image of FreeBSD to me). It's a shame that people grumble about things they can tweak - and don't tell me developers don't tweak! The bit about the serial console settings would have been very useful for me. Also the booting of alternate kernels, possibly including a test boot of an installed kernel before making if the permanently installed one. Whistle had a neat fallback kernel boot if I remember correctly. -- John Birrell From owner-cvs-all@FreeBSD.ORG Mon Nov 29 04:02:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DC0816A4CE; Mon, 29 Nov 2004 04:02:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDFFF43D1D; Mon, 29 Nov 2004 04:02:04 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT424m7064440; Mon, 29 Nov 2004 04:02:04 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT424UM064439; Mon, 29 Nov 2004 04:02:04 GMT (envelope-from linimon) Message-Id: <200411290402.iAT424UM064439@repoman.freebsd.org> From: Mark Linimon Date: Mon, 29 Nov 2004 04:02:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:02:05 -0000 linimon 2004-11-29 04:02:04 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Update portmgr members to reflect Will Andrews' resignation. Revision Changes Path 1.436 +0 -1 doc/en_US.ISO8859-1/articles/contributors/article.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 04:08:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C01916A4CE; Mon, 29 Nov 2004 04:08:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0793943D2D; Mon, 29 Nov 2004 04:08:30 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT48TX5064694; Mon, 29 Nov 2004 04:08:29 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT48TX9064693; Mon, 29 Nov 2004 04:08:29 GMT (envelope-from kuriyama) Message-Id: <200411290408.iAT48TX9064693@repoman.freebsd.org> From: Jun Kuriyama Date: Mon, 29 Nov 2004 04:08:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/net-snmp Makefile distinfo pkg-message extra-patch-local:Makefile.in patch-Makefile.in patch-configure.in patch-freebsd6.h patch-hr_storage.c patch-ipv6.c patch-local:mib2c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:08:30 -0000 kuriyama 2004-11-29 04:08:29 UTC FreeBSD ports repository Modified files: net-mgmt/net-snmp Makefile distinfo pkg-message pkg-plist net-mgmt/net-snmp/files extra-patch-local:Makefile.in patch-Makefile.in patch-configure.in patch-freebsd6.h patch-hr_storage.c patch-ipv6.c patch-local:mib2c patch-local:snmpconf patch-snmpTCPIPv6Domain.c patch-snmpUCDIPv6Domain.c Log: - Upgrade to 5.2. - Fix build problem on current (1) - Fix module availability problem on current (2) - Disable perl completely with WITHOUT_PERL knob (3) - Install sample file and improve pkg-message and pkg-plist (4) PR: ports/71071 (1), ports/71522 (2), ports/71315 (3), ports/72779 (4) Submitted by: Matthew Thyer (1), Dominic Mitchell (2), oliver (3), Fumihiko Kimura (4) Revision Changes Path 1.119 +10 -6 ports/net-mgmt/net-snmp/Makefile 1.28 +2 -2 ports/net-mgmt/net-snmp/distinfo 1.2 +4 -4 ports/net-mgmt/net-snmp/files/extra-patch-local:Makefile.in 1.5 +0 -11 ports/net-mgmt/net-snmp/files/patch-Makefile.in 1.3 +9 -9 ports/net-mgmt/net-snmp/files/patch-configure.in 1.2 +0 -5 ports/net-mgmt/net-snmp/files/patch-freebsd6.h 1.12 +17 -23 ports/net-mgmt/net-snmp/files/patch-hr_storage.c 1.5 +41 -46 ports/net-mgmt/net-snmp/files/patch-ipv6.c 1.2 +8 -7 ports/net-mgmt/net-snmp/files/patch-local:mib2c 1.5 +22 -22 ports/net-mgmt/net-snmp/files/patch-local:snmpconf 1.3 +4 -4 ports/net-mgmt/net-snmp/files/patch-snmpTCPIPv6Domain.c 1.3 +4 -4 ports/net-mgmt/net-snmp/files/patch-snmpUCDIPv6Domain.c 1.4 +2 -2 ports/net-mgmt/net-snmp/pkg-message 1.39 +86 -0 ports/net-mgmt/net-snmp/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 29 04:10:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D0C16A4CE; Mon, 29 Nov 2004 04:10:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DDA343D1F; Mon, 29 Nov 2004 04:10:59 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT4Ax35064831; Mon, 29 Nov 2004 04:10:59 GMT (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT4AxoS064830; Mon, 29 Nov 2004 04:10:59 GMT (envelope-from clive) Message-Id: <200411290410.iAT4AxoS064830@repoman.freebsd.org> From: Clive Lin Date: Mon, 29 Nov 2004 04:10:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/phpeclipse Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:10:59 -0000 clive 2004-11-29 04:10:59 UTC FreeBSD ports repository Modified files: java/phpeclipse Makefile Removed files: java/phpeclipse pkg-plist Log: Switch to auto-generated plist. PR: ports/74464 Submitted by: Gerrit Beine tux at pinguru.net Revision Changes Path 1.7 +14 -2 ports/java/phpeclipse/Makefile 1.3 +0 -840 ports/java/phpeclipse/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 04:11:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6F716A4CE; Mon, 29 Nov 2004 04:11:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC6DE43D1F; Mon, 29 Nov 2004 04:11:20 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT4BKId064865; Mon, 29 Nov 2004 04:11:20 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT4BKQb064864; Mon, 29 Nov 2004 04:11:20 GMT (envelope-from linimon) Message-Id: <200411290411.iAT4BKQb064864@repoman.freebsd.org> From: Mark Linimon Date: Mon, 29 Nov 2004 04:11:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:11:21 -0000 linimon 2004-11-29 04:11:20 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Update portmgr members to reflect Will Andrews' resignation. Revision Changes Path 1.126 +2 -2 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 04:19:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5536716A4CE; Mon, 29 Nov 2004 04:19:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3097C43D49; Mon, 29 Nov 2004 04:19:07 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT4J7qh065111; Mon, 29 Nov 2004 04:19:07 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT4J7bV065110; Mon, 29 Nov 2004 04:19:07 GMT (envelope-from linimon) Message-Id: <200411290419.iAT4J7bV065110@repoman.freebsd.org> From: Mark Linimon Date: Mon, 29 Nov 2004 04:19:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:19:07 -0000 linimon 2004-11-29 04:19:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Update portmgr members to reflect Will Andrews' resignation. Revision Changes Path 1.19 +0 -4 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 04:24:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E328B16A4CE; Mon, 29 Nov 2004 04:24:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC34143D60; Mon, 29 Nov 2004 04:24:07 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT4O7Rr065262; Mon, 29 Nov 2004 04:24:07 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT4O73L065261; Mon, 29 Nov 2004 04:24:07 GMT (envelope-from krion) Message-Id: <200411290424.iAT4O73L065261@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 29 Nov 2004 04:24:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gsasl Makefile Makefile.man distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:24:08 -0000 krion 2004-11-29 04:24:07 UTC FreeBSD ports repository Modified files: security/gsasl Makefile Makefile.man distinfo pkg-plist Log: Update to 0.2.2 Revision Changes Path 1.22 +1 -1 ports/security/gsasl/Makefile 1.4 +2 -0 ports/security/gsasl/Makefile.man 1.14 +2 -2 ports/security/gsasl/distinfo 1.9 +3 -0 ports/security/gsasl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 29 04:53:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4516116A4CE; Mon, 29 Nov 2004 04:53:56 +0000 (GMT) Received: from smtp3.server.rpi.edu (smtp3.server.rpi.edu [128.113.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D1843D45; Mon, 29 Nov 2004 04:53:55 +0000 (GMT) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by smtp3.server.rpi.edu (8.13.0/8.13.0) with ESMTP id iAT4rdXu003806; Sun, 28 Nov 2004 23:53:39 -0500 Mime-Version: 1.0 Message-Id: In-Reply-To: <20041128.200206.114580739.imp@bsdimp.com> References: <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> <20041128.200206.114580739.imp@bsdimp.com> Date: Sun, 28 Nov 2004 23:53:38 -0500 To: "M. Warner Losh" , scottl@FreeBSD.org From: Garance A Drosihn Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-CanItPRO-Stream: default X-RPI-SA-Score: undef - spam-scanning disabled X-Scanned-By: CanIt (www . canit . ca) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: davidxu@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:53:56 -0000 At 8:02 PM -0700 11/28/04, M. Warner Losh wrote: >In message: <41AA904F.708@freebsd.org> > Scott Long writes: >: M. Warner Losh wrote: >: > In message: <41AA86D1.7070105@freebsd.org> >: > Scott Long writes: >: > : For those who think that ease-of-use is important, please >: > : accept my apologies. >: > >: > One could easily have a 'safeboot' command, which would disable >: > all the things that the safe boot menu item used to do. >: > >: > Warner >: >: safeboot isn't the same as 'disable acpi'. It was actually quite >: useful to disable ACPI but still leave ATA-DMA and SMP enabled. > >Agreed. A few wrappers would go a long way is all I'm saying.. A few wrappers would, in my opinion, be irrelevant. By the time someone tracks down what wrapper to type in, they might as well track down what full-blown commands to type in. The menu was an advantage when a user just installed some new kernel, and now their machine is having problems. That is not a good time to go reading web or man pages to try to figure out what magic words *might* be worth typing in. I admit that I would prefer a smaller (quicker-to-display) menu, but completely removing the menu seems (to me) to be a step backwards. However, I do notice that few people have objected to the menu being removed, so I guess I'll just leave the topic alone. But I will note that most users probably won't realize this change has even happened until their next clean-install of some future release... -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-cvs-all@FreeBSD.ORG Mon Nov 29 04:54:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6BA16A4CE; Mon, 29 Nov 2004 04:54:19 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B9543D39; Mon, 29 Nov 2004 04:54:18 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id B295472DF9; Sun, 28 Nov 2004 20:54:18 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id B01AD72DF8; Sun, 28 Nov 2004 20:54:18 -0800 (PST) Date: Sun, 28 Nov 2004 20:54:18 -0800 (PST) From: Doug White To: Colin Percival In-Reply-To: <200411281916.iASJG0RS029275@repoman.freebsd.org> Message-ID: <20041128205113.W40277@carver.gumbysoft.com> References: <200411281916.iASJG0RS029275@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_export.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:54:19 -0000 On Sun, 28 Nov 2004, Colin Percival wrote: > cperciva 2004-11-28 19:16:00 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_export.c > Log: > Check that saddr->sa_family is a sensible value before using it. > > Reported by: Bryan Fulton and Ted Unangst, Coverity, Inc. > Found by: The SWAT analysis tool This does not compile (on sparc64 at least): cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/a/src/sys -I/a/src/sys/contrib/dev/acpica -I/a/src/sys/contrib/altq -I/a/src/sys/contrib/ipfilter -I/a/src/sys/contrib/pf -I/a/src/sys/contrib/dev/ath -I/a/src/sys/contrib/dev/ath/freebsd -I/a/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=medlow -msoft-float -ffreestanding -Werror /a/src/sys/kern/vfs_export.c /a/src/sys/kern/vfs_export.c: In function `vfs_hang_addrlist': /a/src/sys/kern/vfs_export.c:132: error: `SA_MAX' undeclared (first use in this function) /a/src/sys/kern/vfs_export.c:132: error: (Each undeclared identifier is reported only once /a/src/sys/kern/vfs_export.c:132: error: for each function it appears in.) I can't find a reference to an SA_MAX constant. Did you mean AF_MAX? -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Nov 29 04:54:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21D9C16A4CE; Mon, 29 Nov 2004 04:54:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC3E43D49; Mon, 29 Nov 2004 04:54:32 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT4sVNT072561; Mon, 29 Nov 2004 04:54:31 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT4sVZS072560; Mon, 29 Nov 2004 04:54:31 GMT (envelope-from gnn) Message-Id: <200411290454.iAT4sVZS072560@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Mon, 29 Nov 2004 04:54:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects Makefile www/en/projects/dingo Makefile index.sgml style.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 04:54:32 -0000 gnn 2004-11-29 04:54:31 UTC FreeBSD doc repository (src committer) Modified files: en/projects Makefile Added files: en/projects/dingo Makefile index.sgml style.css Log: Add a new project (Dingo) to the list of projects that are being worked on. Dingo aims to clean up the networking code and to add several features, all of which are listed in the pages that are being checked in. Reviewed by: Scott Long Approved by: Scott Long Revision Changes Path 1.19 +1 -1 www/en/projects/Makefile 1.1 +17 -0 www/en/projects/dingo/Makefile (new) 1.1 +217 -0 www/en/projects/dingo/index.sgml (new) 1.1 +38 -0 www/en/projects/dingo/style.css (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 05:07:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6953B16A4CE; Mon, 29 Nov 2004 05:07:20 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A59C43D45; Mon, 29 Nov 2004 05:07:20 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAT5AgQv099263; Sun, 28 Nov 2004 22:10:43 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AAAE9F.1080108@freebsd.org> Date: Sun, 28 Nov 2004 22:07:43 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> <20041128.200206.114580739.imp@bsdimp.com> In-Reply-To: <20041128.200206.114580739.imp@bsdimp.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: davidxu@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 05:07:20 -0000 M. Warner Losh wrote: > In message: <41AA904F.708@freebsd.org> > Scott Long writes: > : M. Warner Losh wrote: > : > In message: <41AA86D1.7070105@freebsd.org> > : > Scott Long writes: > : > : For those who think that ease-of-use is important, please accept my > : > : apologies. > : > > : > One could easily have a 'safeboot' command, which would disable all > : > the things that the safe boot menu item used to do. > : > > : > Warner > : > : safeboot isn't the same as 'disable acpi'. It was actually quite useful > : to disable ACPI but still leave ATA-DMA and SMP enabled. > > Agreed. A few wrappers would go a long way is all I'm saying.. > > Warner Where would these 'wrappers' be documented? Scott From owner-cvs-all@FreeBSD.ORG Mon Nov 29 06:07:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0488416A4CF for ; Mon, 29 Nov 2004 06:07:52 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBEEE43D55 for ; Mon, 29 Nov 2004 06:07:45 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so141678rns for ; Sun, 28 Nov 2004 22:07:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=t4cTJTSg6r/gwtxU6KoBQidtN1d9127I4+B+LQL6cYUhS898SYr+SZp936UM4SWeBlH86HmeqJmKaqSUt4vF+WVJ8G824WZBdJQG9ryjJ/xGW0Qa6kPD1HBTKydcpCd022f4u+rVHLWtdgTSzrl4SJthPWtY5QVAe6mjA9p8DIY= Received: by 10.38.179.40 with SMTP id b40mr985560rnf; Sun, 28 Nov 2004 22:07:45 -0800 (PST) Received: by 10.38.8.31 with HTTP; Sun, 28 Nov 2004 22:07:45 -0800 (PST) Message-ID: Date: Mon, 29 Nov 2004 14:07:45 +0800 From: Jiawei Ye To: Garance A Drosihn In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> <20041128.200206.114580739.imp@bsdimp.com> cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: scottl@freebsd.org cc: cvs-all@freebsd.org cc: davidxu@freebsd.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:07:52 -0000 On Sun, 28 Nov 2004 23:53:38 -0500, Garance A Drosihn wrote: > At 8:02 PM -0700 11/28/04, M. Warner Losh wrote: > > > >In message: <41AA904F.708@freebsd.org> > > Scott Long writes: > >: M. Warner Losh wrote: > >: > In message: <41AA86D1.7070105@freebsd.org> > >: > Scott Long writes: > >: > : For those who think that ease-of-use is important, please > >: > : accept my apologies. > >: > > >: > One could easily have a 'safeboot' command, which would disable > >: > all the things that the safe boot menu item used to do. > >: > > >: > Warner > >: > >: safeboot isn't the same as 'disable acpi'. It was actually quite > >: useful to disable ACPI but still leave ATA-DMA and SMP enabled. > > > >Agreed. A few wrappers would go a long way is all I'm saying.. > > A few wrappers would, in my opinion, be irrelevant. By the time > someone tracks down what wrapper to type in, they might as well track > down what full-blown commands to type in. The menu was an advantage > when a user just installed some new kernel, and now their machine is > having problems. That is not a good time to go reading web or man > pages to try to figure out what magic words *might* be worth typing in. > I admit that I would prefer a smaller (quicker-to-display) menu, but > completely removing the menu seems (to me) to be a step backwards. > > However, I do notice that few people have objected to the menu being > removed, so I guess I'll just leave the topic alone. But I will note > that most users probably won't realize this change has even happened > until their next clean-install of some future release... > > -- > Garance Alistair Drosehn = gad@gilead.netel.rpi.edu > Senior Systems Programmer or gad@freebsd.org > Rensselaer Polytechnic Institute or drosih@rpi.edu > > > Actually I do feel sorry to see this commit message. It saved my ass a few days ago with the acpi_link change with just one key pressed. It seems strange to me that some people associate "being professional" and "difficult to use". I vote for keeping the boot screen even if it seems to be a little late. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming From owner-cvs-all@FreeBSD.ORG Mon Nov 29 06:10:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8906516A4CE; Mon, 29 Nov 2004 06:10:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 663A943D66; Mon, 29 Nov 2004 06:10:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT6AeB0074728; Mon, 29 Nov 2004 06:10:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT6AeHV074727; Mon, 29 Nov 2004 06:10:40 GMT (envelope-from ahze) Message-Id: <200411290610.iAT6AeHV074727@repoman.freebsd.org> From: Michael Johnson Date: Mon, 29 Nov 2004 06:10:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/libgnomeprint Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:10:40 -0000 ahze 2004-11-29 06:10:40 UTC FreeBSD ports repository Modified files: print/libgnomeprint Makefile distinfo Log: Update to 2.8.1 Revision Changes Path 1.87 +1 -1 ports/print/libgnomeprint/Makefile 1.40 +2 -2 ports/print/libgnomeprint/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 29 06:11:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6634316A4CE; Mon, 29 Nov 2004 06:11:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4403643D1F; Mon, 29 Nov 2004 06:11:57 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT6BvMf074792; Mon, 29 Nov 2004 06:11:57 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT6BvAg074791; Mon, 29 Nov 2004 06:11:57 GMT (envelope-from ahze) Message-Id: <200411290611.iAT6BvAg074791@repoman.freebsd.org> From: Michael Johnson Date: Mon, 29 Nov 2004 06:11:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/libgnomeprintui Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:11:57 -0000 ahze 2004-11-29 06:11:57 UTC FreeBSD ports repository Modified files: x11-toolkits/libgnomeprintui Makefile distinfo Log: Update to 2.8.1 Revision Changes Path 1.37 +1 -1 ports/x11-toolkits/libgnomeprintui/Makefile 1.18 +2 -2 ports/x11-toolkits/libgnomeprintui/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 29 06:13:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648A916A4CE; Mon, 29 Nov 2004 06:13:43 +0000 (GMT) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id B00B943D39; Mon, 29 Nov 2004 06:13:42 +0000 (GMT) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.13.1/8.13.1) with ESMTP id iAT6DepP085509; Mon, 29 Nov 2004 07:13:40 +0100 (CET) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.13.1/8.13.1/Submit) id iAT6DeEW085508; Mon, 29 Nov 2004 07:13:40 +0100 (CET) (envelope-from k) Date: Mon, 29 Nov 2004 07:13:40 +0100 From: Johan Karlsson To: Scott Long Message-ID: <20041129061340.GA85355@numeri.campus.luth.se> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41AA86D1.7070105@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:13:43 -0000 On Sun, Nov 28, 2004 at 19:17 (-0700), Scott Long wrote: > For the past 1+ years I've recieved nothing but complaints from > developers who have told me that the beastie menu was silly, > unprofessional, annoying, and/or confusing. I guess that people like me who found it usefull and realy like it did not say anything since it worked well for us. I'm sad to see this removed, and you have my vote for putting it back. /Johan K > For those who think that ease-of-use is important, please accept my > apologies. > > Scott -- Johan Karlsson mailto:johan@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Nov 29 06:16:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEDA516A4CE; Mon, 29 Nov 2004 06:16:24 +0000 (GMT) Received: from pastinakel.tue.nl (pastinakel.tue.nl [131.155.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CB1943D3F; Mon, 29 Nov 2004 06:16:24 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: by pastinakel.tue.nl (Postfix, from userid 40) id 49AE914BCBD; Mon, 29 Nov 2004 07:16:23 +0100 (CET) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by pastinakel.tue.nl (Postfix) with ESMTP id 1E6FD14BB2F; Mon, 29 Nov 2004 07:16:19 +0100 (CET) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.1/8.13.1/Submit) id iAT6GIUs054187; Mon, 29 Nov 2004 07:16:18 +0100 (CET) (envelope-from stijn) Date: Mon, 29 Nov 2004 07:16:18 +0100 From: Stijn Hoop To: Scott Long Message-ID: <20041129061618.GW4025@pcwin002.win.tue.nl> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4wkndigzIeYF6Hbg" Content-Disposition: inline In-Reply-To: <200411290132.iAT1WAse056942@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on mailhost.tue.nl X-Spam-DCC: dmv.com: mailhost.tue.nl 1181; Body=1 Fuz1=1 Fuz2=1 X-Spam-Status: No, hits=-4.9 required=6.3 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Level: cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:16:24 -0000 --4wkndigzIeYF6Hbg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 29, 2004 at 01:32:10AM +0000, Scott Long wrote: > scottl 2004-11-29 01:32:10 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/boot/i386/loader Makefile=20 > Removed files: > sys/boot/i386/loader loader.rc=20 > Log: > Disable the beastie menu. It offends some and annoys everyone else, and > I'm frankly tired of the controversy. When people ask me why FreeBSD > isn't userfriendly, I'll tell them that I tried. RIP. I'm sorry to see this go; the menu is very useful IMHO. Are you sure that people weren't complaining about the beastie image alone? (which, although = nice in my opinion, might indeed raise unfortunate questions when seen by the wr= ong person) --Stijn --=20 The sexual urge of the camel is stranger than anyone thinks. He's lived for years on the desert, and tried to seduce the Sphinx. But the Sphinxs center of pleasure lies buried deep in the Nile, which accounts for the hump on the camel and the Sphinxs inscrutable smile. -- Frantic Fran, http://www.franticfran.com/jokes.htm --4wkndigzIeYF6Hbg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBqr6yY3r/tLQmfWcRAhZRAJ9xLezlwGI8XKGCWvs/LXbAnJ0mRgCfe+ZK 7I1Xyzzim+c/UJHjJ+chK1A= =kI60 -----END PGP SIGNATURE----- --4wkndigzIeYF6Hbg-- From owner-cvs-all@FreeBSD.ORG Mon Nov 29 06:23:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 472DC16A4CE; Mon, 29 Nov 2004 06:23:30 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC09F43D2F; Mon, 29 Nov 2004 06:23:29 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAT6Qp0a099513; Sun, 28 Nov 2004 23:26:53 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AAC07C.1010009@freebsd.org> Date: Sun, 28 Nov 2004 23:23:56 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stijn Hoop References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <20041129061618.GW4025@pcwin002.win.tue.nl> In-Reply-To: <20041129061618.GW4025@pcwin002.win.tue.nl> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:23:30 -0000 Stijn Hoop wrote: > On Mon, Nov 29, 2004 at 01:32:10AM +0000, Scott Long wrote: > >>scottl 2004-11-29 01:32:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/boot/i386/loader Makefile >> Removed files: >> sys/boot/i386/loader loader.rc >> Log: >> Disable the beastie menu. It offends some and annoys everyone else, and >> I'm frankly tired of the controversy. When people ask me why FreeBSD >> isn't userfriendly, I'll tell them that I tried. RIP. > > > I'm sorry to see this go; the menu is very useful IMHO. Are you sure that > people weren't complaining about the beastie image alone? (which, although nice > in my opinion, might indeed raise unfortunate questions when seen by the wrong > person) > > --Stijn > I had patches in the works to make the image optional. Without it the screen is a bit off balance and bare, so I was trying to figure out a different layout that looked ok. However, there were a quite a few complaints about the timer, text, options, and keys that had nothing to do with the image. I won't object to someone else picking this up and seeing what they can do with it. Unfortunately, I just don't have time or energy anymore to fight this fight. Scott From owner-cvs-all@FreeBSD.ORG Mon Nov 29 06:34:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91A7B16A4CE; Mon, 29 Nov 2004 06:34:57 +0000 (GMT) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E24743D4C; Mon, 29 Nov 2004 06:34:57 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.1/8.12.9) with ESMTP id iAT6Yt0h004809; Sun, 28 Nov 2004 22:34:56 -0800 (PST) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.13.1/8.12.9) with ESMTP id iAT6YtD1039836; Sun, 28 Nov 2004 22:34:55 -0800 (PST) (envelope-from frank@realtime.exit.com) Received: (from frank@localhost) by realtime.exit.com (8.13.1/8.13.1/Submit) id iAT6YtCm039835; Sun, 28 Nov 2004 22:34:55 -0800 (PST) (envelope-from frank) From: Frank Mayhar Message-Id: <200411290634.iAT6YtCm039835@realtime.exit.com> In-Reply-To: <200411290132.iAT1WAse056942@repoman.freebsd.org> To: Scott Long Date: Sun, 28 Nov 2004 22:34:55 -0800 (PST) X-Copyright0: Copyright 2004 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL119 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: frank@exit.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 06:34:57 -0000 Scott Long wrote: > Disable the beastie menu. It offends some and annoys everyone else, and I'm > frankly tired of the controversy. When people ask me why FreeBSD isn't user- > friendly, I'll tell them that I tried. RIP. Dammit, Scott, some of us would have liked to keep it, seeing as how we consider those offended and/or annoyed to be not worth our attention. Bring it back. At the very least make it so that we can turn it on if we want. And to those who are offended or annoyed by the beastie menu: Get a clue, learn a thing or two and go hack it out if you hate it so damned much. It's not like you don't have the source sitting there in front of you. (Better yet, learn that a text image of a _cartoon_ isn't going to eat your soul.) This is particularly directed at the guy who was so concerned about getting in trouble with his fellow believers-in-myths that he whined to the mailing list rather than taking the trouble to fix it himself. (Stijn, personally I think that those "unfortunate questions" are worthy only of being ignored. Scott, I would be happy to pick it up; shoot me a pointer to your bits and pieces and I'll hack something together.) Tempest, meet teapot. Sorry, I've just had way too damned much of the "Christian morality" shoved in my face lately. If these people want to believe that the Devil lives in their computer, let them. -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/ From owner-cvs-all@FreeBSD.ORG Mon Nov 29 07:04:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5B0A16A4CE; Mon, 29 Nov 2004 07:04:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 934B943D45; Mon, 29 Nov 2004 07:04:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT74avZ076299; Mon, 29 Nov 2004 07:04:36 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT74aBH076298; Mon, 29 Nov 2004 07:04:36 GMT (envelope-from kris) Message-Id: <200411290704.iAT74aBH076298@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 29 Nov 2004 07:04:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/xmame Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:04:36 -0000 kris 2004-11-29 07:04:36 UTC FreeBSD ports repository Modified files: emulators/xmame Makefile Log: Fix build of xmess on 4.x Submitted by: maintainer Revision Changes Path 1.79 +4 -0 ports/emulators/xmame/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 07:34:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7924916A4CE; Mon, 29 Nov 2004 07:34:10 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B7443D49; Mon, 29 Nov 2004 07:34:09 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAT7Y8ei026166; Mon, 29 Nov 2004 08:34:08 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Scott Long From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 28 Nov 2004 19:17:53 MST." <41AA86D1.7070105@freebsd.org> Date: Mon, 29 Nov 2004 08:34:08 +0100 Message-ID: <26165.1101713648@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:34:10 -0000 In message <41AA86D1.7070105@freebsd.org>, Scott Long writes: >For the past 1+ years I've recieved nothing but complaints from >developers who have told me that the beastie menu was silly, >unprofessional, annoying, and/or confusing. Since nanobsd commit probably was the straw that broke the back of the camel: The reason why I disable the beastie menu in some of my nanobsd builds are that a couple of those systems sit with a 2400bps GSM phone as console connection. I'm absolutely certain that I am not the person to judge if the beastie menu is a good thing or not in general, and whatever happens in nanobsd should not be taken as indicative of anything related to user-friendlyness as most nanobsd boxes have no on-line users. -- 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. From owner-cvs-all@FreeBSD.ORG Mon Nov 29 07:37:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FBEF16A4CE; Mon, 29 Nov 2004 07:37:22 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id C472543D5A; Mon, 29 Nov 2004 07:37:21 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAT7ejAL099782; Mon, 29 Nov 2004 00:40:45 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AAD1CD.5080606@freebsd.org> Date: Mon, 29 Nov 2004 00:37:49 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <26165.1101713648@critter.freebsd.dk> In-Reply-To: <26165.1101713648@critter.freebsd.dk> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: David Xu cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 07:37:22 -0000 Poul-Henning Kamp wrote: > In message <41AA86D1.7070105@freebsd.org>, Scott Long writes: > > >>For the past 1+ years I've recieved nothing but complaints from >>developers who have told me that the beastie menu was silly, >>unprofessional, annoying, and/or confusing. > > > Since nanobsd commit probably was the straw that broke the back of > the camel: > > The reason why I disable the beastie menu in some of my nanobsd > builds are that a couple of those systems sit with a 2400bps GSM > phone as console connection. > > I'm absolutely certain that I am not the person to judge if the > beastie menu is a good thing or not in general, and whatever happens > in nanobsd should not be taken as indicative of anything related > to user-friendlyness as most nanobsd boxes have no on-line users. > It actually had nothing to do with nanobsd. It has everything to do with many months of conversations with many people. Scott From owner-cvs-all@FreeBSD.ORG Mon Nov 29 08:31:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD9516A4CE; Mon, 29 Nov 2004 08:31:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BF943D55; Mon, 29 Nov 2004 08:31:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT8VS15079248; Mon, 29 Nov 2004 08:31:28 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT8VSSg079247; Mon, 29 Nov 2004 08:31:28 GMT (envelope-from marcus) Message-Id: <200411290831.iAT8VSSg079247@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 29 Nov 2004 08:31:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/gnumeric2 Makefile distinfo pkg-plist patch-configurepatch-templates_autoformat_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 08:31:29 -0000 marcus 2004-11-29 08:31:28 UTC FreeBSD ports repository Modified files: math/gnumeric2 Makefile distinfo pkg-plist math/gnumeric2/files patch-configure Added files: math/gnumeric2/files extra-patch-plugins_Makefile.in patch-src_tools_solver_lp_solve_commonlib.c patch-templates_autoformat_Makefile.in Removed files: math/gnumeric2/files patch-doc_xmldocs.make Log: Update to 1.4.0. This update also represents work on the 1.3.x branch by adamw, ahze, and mezz. Revision Changes Path 1.134 +21 -14 ports/math/gnumeric2/Makefile 1.74 +2 -2 ports/math/gnumeric2/distinfo 1.1 +21 -0 ports/math/gnumeric2/files/extra-patch-plugins_Makefile.in (new) 1.5 +3 -11 ports/math/gnumeric2/files/patch-configure 1.5 +0 -11 ports/math/gnumeric2/files/patch-doc_xmldocs.make (dead) 1.1 +25 -0 ports/math/gnumeric2/files/patch-src_tools_solver_lp_solve_commonlib.c (new) 1.1 +20 -0 ports/math/gnumeric2/files/patch-templates_autoformat_Makefile.in (new) 1.69 +431 -350 ports/math/gnumeric2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 29 08:38:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E2816A4CF; Mon, 29 Nov 2004 08:38:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0717743D54; Mon, 29 Nov 2004 08:38:17 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT8cGIT079547; Mon, 29 Nov 2004 08:38:16 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT8cGdw079546; Mon, 29 Nov 2004 08:38:16 GMT (envelope-from harti) Message-Id: <200411290838.iAT8cGdw079546@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 29 Nov 2004 08:38:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make Makefile lst.h src/usr.bin/make/lst.lib lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c lstFirst.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 08:38:17 -0000 harti 2004-11-29 08:38:16 UTC FreeBSD src repository Modified files: usr.bin/make Makefile lst.h usr.bin/make/lst.lib lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c lstInit.c lstInsert.c lstIsAtEnd.c lstLast.c lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c Removed files: usr.bin/make/lst.lib lstInt.h lstIsEmpty.c Log: Merge the contents of lstInt.h into the public lst.h. This let's us get rid of a lot of uneccesary casts and temporary variables that have just obfuscated the code. This also let's us implement a couple of the one- liner list functions as macros (the first one is Lst_IsEmpty) and simplify life once we start to throw consts on the code. Revision Changes Path 1.37 +1 -1 src/usr.bin/make/Makefile 1.16 +56 -4 src/usr.bin/make/lst.h 1.12 +12 -16 src/usr.bin/make/lst.lib/lstAppend.c 1.11 +2 -1 src/usr.bin/make/lst.lib/lstAtEnd.c 1.11 +2 -1 src/usr.bin/make/lst.lib/lstAtFront.c 1.10 +5 -6 src/usr.bin/make/lst.lib/lstClose.c 1.13 +15 -17 src/usr.bin/make/lst.lib/lstConcat.c 1.11 +4 -3 src/usr.bin/make/lst.lib/lstDatum.c 1.12 +7 -6 src/usr.bin/make/lst.lib/lstDeQueue.c 1.14 +8 -8 src/usr.bin/make/lst.lib/lstDestroy.c 1.14 +5 -5 src/usr.bin/make/lst.lib/lstDupl.c 1.11 +3 -2 src/usr.bin/make/lst.lib/lstEnQueue.c 1.13 +2 -1 src/usr.bin/make/lst.lib/lstFind.c 1.14 +7 -6 src/usr.bin/make/lst.lib/lstFindFrom.c 1.10 +4 -3 src/usr.bin/make/lst.lib/lstFirst.c 1.12 +2 -1 src/usr.bin/make/lst.lib/lstForEach.c 1.14 +15 -16 src/usr.bin/make/lst.lib/lstForEachFrom.c 1.11 +6 -5 src/usr.bin/make/lst.lib/lstInit.c 1.12 +11 -12 src/usr.bin/make/lst.lib/lstInsert.c 1.11 +0 -108 src/usr.bin/make/lst.lib/lstInt.h (dead) 1.9 +5 -5 src/usr.bin/make/lst.lib/lstIsAtEnd.c 1.10 +0 -71 src/usr.bin/make/lst.lib/lstIsEmpty.c (dead) 1.9 +6 -6 src/usr.bin/make/lst.lib/lstLast.c 1.12 +7 -7 src/usr.bin/make/lst.lib/lstMember.c 1.11 +11 -12 src/usr.bin/make/lst.lib/lstNext.c 1.10 +6 -5 src/usr.bin/make/lst.lib/lstOpen.c 1.12 +19 -22 src/usr.bin/make/lst.lib/lstRemove.c 1.11 +3 -3 src/usr.bin/make/lst.lib/lstReplace.c 1.10 +3 -2 src/usr.bin/make/lst.lib/lstSucc.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 08:52:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9286016A4CE; Mon, 29 Nov 2004 08:52:39 +0000 (GMT) Received: from relay.bestcom.ru (relay.bestcom.ru [217.72.144.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6DE643D39; Mon, 29 Nov 2004 08:52:38 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (root@cell.sick.ru [217.72.144.68]) by relay.bestcom.ru (8.13.1/8.12.9) with ESMTP id iAT8qWWX033693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 29 Nov 2004 11:52:37 +0300 (MSK) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id iAT8qVa5001353 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Nov 2004 11:52:31 +0300 (MSK) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id iAT8qVcK001352; Mon, 29 Nov 2004 11:52:31 +0300 (MSK) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Mon, 29 Nov 2004 11:52:30 +0300 From: Gleb Smirnoff To: Johan Karlsson Message-ID: <20041129085230.GE879@cell.sick.ru> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> <20041129061340.GA85355@numeri.campus.luth.se> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20041129061340.GA85355@numeri.campus.luth.se> User-Agent: Mutt/1.5.6i X-Virus-Scanned: clamd / ClamAV version devel-20041013, clamav-milter version 0.75l on 127.0.0.1 X-Virus-Status: Clean cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: David Xu cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 08:52:39 -0000 On Mon, Nov 29, 2004 at 07:13:40AM +0100, Johan Karlsson wrote: J> On Sun, Nov 28, 2004 at 19:17 (-0700), Scott Long wrote: J> > For the past 1+ years I've recieved nothing but complaints from J> > developers who have told me that the beastie menu was silly, J> > unprofessional, annoying, and/or confusing. J> J> I guess that people like me who found it usefull and realy like it J> did not say anything since it worked well for us. J> J> I'm sad to see this removed, and you have my vote for putting it back. And my vote. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Mon Nov 29 08:58:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DD4416A4CE; Mon, 29 Nov 2004 08:58:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A13043D2F; Mon, 29 Nov 2004 08:58:59 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT8wxF4086562; Mon, 29 Nov 2004 08:58:59 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT8wwns086561; Mon, 29 Nov 2004 08:58:58 GMT (envelope-from tobez) Message-Id: <200411290858.iAT8wwns086561@repoman.freebsd.org> From: Anton Berezin Date: Mon, 29 Nov 2004 08:58:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mathopd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 08:58:59 -0000 tobez 2004-11-29 08:58:58 UTC FreeBSD ports repository Modified files: www/mathopd Makefile distinfo Log: Update to 1.5p4. Revision Changes Path 1.16 +1 -1 ports/www/mathopd/Makefile 1.10 +2 -2 ports/www/mathopd/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:03:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B07FC16A4CE; Mon, 29 Nov 2004 09:03:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB8A43D58; Mon, 29 Nov 2004 09:03:55 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT93tiD086711; Mon, 29 Nov 2004 09:03:55 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT93tYT086710; Mon, 29 Nov 2004 09:03:55 GMT (envelope-from bland) Message-Id: <200411290903.iAT93tYT086710@repoman.freebsd.org> From: Alexander Nedotsukov Date: Mon, 29 Nov 2004 09:03:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xrestop Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:03:55 -0000 bland 2004-11-29 09:03:55 UTC FreeBSD ports repository Modified files: x11/xrestop Makefile distinfo Log: Update 0.3 Revision Changes Path 1.5 +2 -3 ports/x11/xrestop/Makefile 1.3 +2 -2 ports/x11/xrestop/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:11:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8D2416A4CE; Mon, 29 Nov 2004 09:11:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C50C043D6A; Mon, 29 Nov 2004 09:11:33 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9BXdf086985; Mon, 29 Nov 2004 09:11:33 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9BXAt086984; Mon, 29 Nov 2004 09:11:33 GMT (envelope-from sergei) Message-Id: <200411290911.iAT9BXAt086984@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 29 Nov 2004 09:11:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/bglibs Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:11:34 -0000 sergei 2004-11-29 09:11:33 UTC FreeBSD ports repository Modified files: devel/bglibs Makefile Log: - bglibs continues to coredump in self-tests phase on alpha; thus, mark this port broken on alpha Revision Changes Path 1.16 +2 -0 ports/devel/bglibs/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:19:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E70C16A4D0 for ; Mon, 29 Nov 2004 09:19:40 +0000 (GMT) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.FreeBSD.org (Postfix) with SMTP id 638FD43D64 for ; Mon, 29 Nov 2004 09:19:39 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 67739 invoked from network); 29 Nov 2004 09:19:38 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 29 Nov 2004 09:19:38 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 29 Nov 2004 03:19:37 -0600 (CST) From: Mike Silbersack To: Garance A Drosihn In-Reply-To: Message-ID: <20041129030909.X57216@odysseus.silby.com> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:19:40 -0000 On Sun, 28 Nov 2004, Garance A Drosihn wrote: > Huh. I liked the idea of a menu of options there. I could do > without the beastie image, and thus maybe have a much shorter menu. > And I think the timer would work better at the top, so that the > *first* thing you read is how to pause the timer. But I liked the > idea of the menu there, with a few common options. I even listed > that as "one of the nice things added to 5.3" (compared to 4.x- > series) at some recent presentations... > > -- > Garance Alistair Drosehn = gad@gilead.netel.rpi.edu I can't say that I showed the beastie menu to many people, but the response from the linux admin who saw it was positive. I can understand the beastie image being a problem in some cultures / environments, but I can't see why the rest of the menu would be a problem. Ah well. Mike "Silby" Silbersack From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:31:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5C5F16A4CF; Mon, 29 Nov 2004 09:31:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A27FB43D49; Mon, 29 Nov 2004 09:31:04 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9V4Ia087572; Mon, 29 Nov 2004 09:31:04 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9V4L5087571; Mon, 29 Nov 2004 09:31:04 GMT (envelope-from ru) Message-Id: <200411290931.iAT9V4L5087571@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 29 Nov 2004 09:31:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/loader Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:31:04 -0000 ru 2004-11-29 09:31:04 UTC FreeBSD src repository Modified files: sys/boot/i386/loader Makefile Log: Pick up loader.rc from its old home. Revision Changes Path 1.78 +1 -1 src/sys/boot/i386/loader/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:34:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D89116A4D3; Mon, 29 Nov 2004 09:34:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086C243D4C; Mon, 29 Nov 2004 09:34:21 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9YKpL087642; Mon, 29 Nov 2004 09:34:20 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9YKnd087641; Mon, 29 Nov 2004 09:34:20 GMT (envelope-from tobez) Message-Id: <200411290934.iAT9YKnd087641@repoman.freebsd.org> From: Anton Berezin Date: Mon, 29 Nov 2004 09:34:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/coq Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:34:21 -0000 tobez 2004-11-29 09:34:20 UTC FreeBSD ports repository Modified files: math/coq Makefile Log: Mark broken on ia64 and amd64. PR: 74502 Submitted by: maintainer Revision Changes Path 1.3 +4 -0 ports/math/coq/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:35:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08E2A16A4CE; Mon, 29 Nov 2004 09:35:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FA043D55; Mon, 29 Nov 2004 09:35:01 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9Z1ns087709; Mon, 29 Nov 2004 09:35:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9Z17L087708; Mon, 29 Nov 2004 09:35:01 GMT (envelope-from ru) Message-Id: <200411290935.iAT9Z17L087708@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 29 Nov 2004 09:35:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:35:02 -0000 ru 2004-11-29 09:35:01 UTC FreeBSD src repository Modified files: sbin/mount mntopts.h mount.8 mount.c sbin/mount_std mount_std.8 Log: Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero). Asked to commit by: phk Revision Changes Path 1.23 +0 -2 src/sbin/mount/mntopts.h 1.69 +1 -7 src/sbin/mount/mount.8 1.67 +0 -2 src/sbin/mount/mount.c 1.23 +1 -2 src/sbin/mount_std/mount_std.8 From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:38:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F064D16A4CF; Mon, 29 Nov 2004 09:38:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7FBF43D1F; Mon, 29 Nov 2004 09:38:45 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9cjq0087993; Mon, 29 Nov 2004 09:38:45 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9cjoI087992; Mon, 29 Nov 2004 09:38:45 GMT (envelope-from clement) Message-Id: <200411290938.iAT9cjoI087992@repoman.freebsd.org> From: Clement Laforet Date: Mon, 29 Nov 2004 09:38:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 pkg-plist ports/www/apache2/files patch-support:apxs.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:38:46 -0000 clement 2004-11-29 09:38:45 UTC FreeBSD ports repository Modified files: www/apache2 pkg-plist Added files: www/apache2/files patch-support:apxs.in Log: - As discussed on apache@, don't create httpd.conf.bak, and remove stalled httpd.conf.bak file at deinstall time. Revision Changes Path 1.8 +12 -0 ports/www/apache2/files/patch-support:apxs.in (new) 1.72 +2 -1 ports/www/apache2/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:39:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E74816A4CE; Mon, 29 Nov 2004 09:39:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E60E43D1D; Mon, 29 Nov 2004 09:39:52 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9dqhC088085; Mon, 29 Nov 2004 09:39:52 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9dqRT088084; Mon, 29 Nov 2004 09:39:52 GMT (envelope-from thierry) Message-Id: <200411290939.iAT9dqRT088084@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 29 Nov 2004 09:39:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefile ports/deskutils/freemind Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:39:52 -0000 thierry 2004-11-29 09:39:52 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/freemind Makefile distinfo pkg-descr pkg-plist Log: Add freemind 0.7.1, free mind-mapping software written in Java. PR: 72806 Submitted by: cartola (Carlos E. G. Carvalho) Revision Changes Path 1.167 +1 -0 ports/deskutils/Makefile 1.1 +54 -0 ports/deskutils/freemind/Makefile (new) 1.1 +2 -0 ports/deskutils/freemind/distinfo (new) 1.1 +24 -0 ports/deskutils/freemind/pkg-descr (new) 1.1 +12 -0 ports/deskutils/freemind/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:40:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CBBB16A4CE; Mon, 29 Nov 2004 09:40:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F99B43D4C; Mon, 29 Nov 2004 09:40:27 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9eRG3088171; Mon, 29 Nov 2004 09:40:27 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9eRpa088170; Mon, 29 Nov 2004 09:40:27 GMT (envelope-from thierry) Message-Id: <200411290940.iAT9eRpa088170@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 29 Nov 2004 09:40:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:40:27 -0000 thierry 2004-11-29 09:40:27 UTC FreeBSD ports repository Modified files: . modules Log: freemind --> ports/deskutils/freemind Revision Changes Path 1.11462 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:46:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1297916A4CE; Mon, 29 Nov 2004 09:46:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C7143D48; Mon, 29 Nov 2004 09:46:10 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9kA9O088420; Mon, 29 Nov 2004 09:46:10 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9kAVp088419; Mon, 29 Nov 2004 09:46:10 GMT (envelope-from thierry) Message-Id: <200411290946.iAT9kAVp088419@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 29 Nov 2004 09:46:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:46:11 -0000 thierry 2004-11-29 09:46:10 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add an entry for Carlos Eduardo G. Carvalho. PR: ports/72806. Revision Changes Path 1.293 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:47:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 7670516A4CF; Mon, 29 Nov 2004 09:47:14 +0000 (GMT) Date: Mon, 29 Nov 2004 09:47:14 +0000 From: Alexey Dokuchaev To: Gleb Smirnoff Message-ID: <20041129094714.GA52476@FreeBSD.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> <20041129061340.GA85355@numeri.campus.luth.se> <20041129085230.GE879@cell.sick.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20041129085230.GE879@cell.sick.ru> User-Agent: Mutt/1.4.2.1i cc: src-committers@freebsd.org cc: Johan Karlsson cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: David Xu Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:47:14 -0000 On Mon, Nov 29, 2004 at 11:52:30AM +0300, Gleb Smirnoff wrote: > On Mon, Nov 29, 2004 at 07:13:40AM +0100, Johan Karlsson wrote: > J> On Sun, Nov 28, 2004 at 19:17 (-0700), Scott Long wrote: > J> > For the past 1+ years I've recieved nothing but complaints from > J> > developers who have told me that the beastie menu was silly, > J> > unprofessional, annoying, and/or confusing. > J> > J> I guess that people like me who found it usefull and realy like it > J> did not say anything since it worked well for us. > J> > J> I'm sad to see this removed, and you have my vote for putting it back. > > And my vote. Mine too. ./danfe From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:49:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07CBD16A568; Mon, 29 Nov 2004 09:49:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D52C43D49; Mon, 29 Nov 2004 09:49:34 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9nYNO088491; Mon, 29 Nov 2004 09:49:34 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9nYXk088490; Mon, 29 Nov 2004 09:49:34 GMT (envelope-from sergei) Message-Id: <200411290949.iAT9nYXk088490@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 29 Nov 2004 09:49:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/qmail-qfilter Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:49:36 -0000 sergei 2004-11-29 09:49:34 UTC FreeBSD ports repository Modified files: mail/qmail-qfilter Makefile distinfo Log: - Update to 2.0 - see http://untroubled.org/qmail-qfilter/NEWS for details - Add devel/bglibs as build-time dependency (starting from this version) Revision Changes Path 1.2 +7 -1 ports/mail/qmail-qfilter/Makefile 1.2 +4 -2 ports/mail/qmail-qfilter/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:49:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F2C416A50F for ; Mon, 29 Nov 2004 09:49:37 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EBB043D49 for ; Mon, 29 Nov 2004 09:49:36 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id iAT9rBVV045233 for cvs-all@FreeBSD.org.checked; Mon, 29 Nov 2004 12:53:11 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from [144.206.181.94] (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id iAT9op4T045199; Mon, 29 Nov 2004 12:50:51 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41AAF087.7050505@cronyx.ru> Date: Mon, 29 Nov 2004 12:48:55 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Silbersack References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <20041129030909.X57216@odysseus.silby.com> In-Reply-To: <20041129030909.X57216@odysseus.silby.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Garance A Drosihn cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:49:39 -0000 Mike Silbersack wrote: > > On Sun, 28 Nov 2004, Garance A Drosihn wrote: > >> Huh. I liked the idea of a menu of options there. I could do >> without the beastie image, and thus maybe have a much shorter menu. >> And I think the timer would work better at the top, so that the >> *first* thing you read is how to pause the timer. But I liked the >> idea of the menu there, with a few common options. I even listed >> that as "one of the nice things added to 5.3" (compared to 4.x- >> series) at some recent presentations... >> >> -- >> Garance Alistair Drosehn = gad@gilead.netel.rpi.edu > > > I can't say that I showed the beastie menu to many people, but the > response from the linux admin who saw it was positive. I can > understand the beastie image being a problem in some cultures / > environments, but I can't see why the rest of the menu would be a problem. I also do not see any problems, except our logo. I gave my old PC to my father and first thing he did - he strip off all stickers with beastie that were on it. ... but I heard that Vatican use our OS and even from the words of person who told me that our logo was on its web site for a while. I don't know if this true, cause I didn't saw it by my own eyes. rik > > > Ah well. > > Mike "Silby" Silbersack From owner-cvs-all@FreeBSD.ORG Mon Nov 29 09:56:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9F716A4CE; Mon, 29 Nov 2004 09:56:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D938343D5E; Mon, 29 Nov 2004 09:56:12 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAT9uCsW088784; Mon, 29 Nov 2004 09:56:12 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAT9uCE3088783; Mon, 29 Nov 2004 09:56:12 GMT (envelope-from ru) Message-Id: <200411290956.iAT9uCE3088783@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 29 Nov 2004 09:56:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys mount.2 statfs.2 src/share/man/man7 security.7 src/share/man/man9 vfs_mount.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 09:56:13 -0000 ru 2004-11-29 09:56:12 UTC FreeBSD src repository Modified files: lib/libc/sys mount.2 statfs.2 share/man/man7 security.7 share/man/man9 vfs_mount.9 Log: MNT_NODEV is deprecated. Revision Changes Path 1.41 +1 -4 src/lib/libc/sys/mount.2 1.26 +1 -3 src/lib/libc/sys/statfs.2 1.40 +4 -6 src/share/man/man7/security.7 1.12 +2 -2 src/share/man/man9/vfs_mount.9 From owner-cvs-all@FreeBSD.ORG Mon Nov 29 10:27:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 500B716A4CE; Mon, 29 Nov 2004 10:27:16 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE6BA43D1F; Mon, 29 Nov 2004 10:27:15 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iATAPE77018091; Mon, 29 Nov 2004 05:25:14 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)iATAPE5l018088; Mon, 29 Nov 2004 10:25:14 GMT (envelope-from robert@fledge.watson.org) Date: Mon, 29 Nov 2004 10:25:14 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Scott Long In-Reply-To: <200411290132.iAT1WAse056942@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 10:27:16 -0000 On Mon, 29 Nov 2004, Scott Long wrote: > Disable the beastie menu. It offends some and annoys everyone else, and I'm > frankly tired of the controversy. When people ask me why FreeBSD isn't user- > friendly, I'll tell them that I tried. RIP. I thought that most of the objections I heard were to the Beastie, not the menu, but perhaps I misunderstood... The only technical objection I've had to the menu is that the clear screen it issues before rendering causes some terminal emulators to loose some scroll back, suggesting we might want to generate a CR, 25 LF's, then pick up with the menu to push the console contents present previously outside the area cleared. I've seen one or two bug reports where panic messages have been obscured as a result of the clear screen but that's easy to work around. FWIW, I think the menu is a very good idea, as it provides users wth an easy option to disable ACPI and try variations on hardware probing on i386, which sadly, is highly necessary. Especially with the 2-4 year old generation of machine that is typically available to "experiment with" and suffers from the worst ACPI quirkiness. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Mon Nov 29 10:42:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6561A16A4CE; Mon, 29 Nov 2004 10:42:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40BC943D31; Mon, 29 Nov 2004 10:42:42 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATAgghT090147; Mon, 29 Nov 2004 10:42:42 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATAggWT090146; Mon, 29 Nov 2004 10:42:42 GMT (envelope-from philip) Message-Id: <200411291042.iATAggWT090146@repoman.freebsd.org> From: Philip Paeps Date: Mon, 29 Nov 2004 10:42:42 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 10:42:42 -0000 philip 2004-11-29 10:42:42 UTC FreeBSD doc repository (src committer) Modified files: en/donations donors.sgml Log: Santa brueffer sent me a nice token ring adapter to play with. Now I just need to get it to work... Christmas project! Thanks! Revision Changes Path 1.233 +8 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 10:46:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D5116A4CE; Mon, 29 Nov 2004 10:46:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 518E943D1F; Mon, 29 Nov 2004 10:46:48 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATAkmAG090334; Mon, 29 Nov 2004 10:46:48 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATAkmD6090333; Mon, 29 Nov 2004 10:46:48 GMT (envelope-from philip) Message-Id: <200411291046.iATAkmD6090333@repoman.freebsd.org> From: Philip Paeps Date: Mon, 29 Nov 2004 10:46:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 10:46:48 -0000 philip 2004-11-29 10:46:48 UTC FreeBSD doc repository (src committer) Modified files: en/donations donors.sgml Log: Santa Daniel sent me some shiny networking gear. This will allow me to give easy console and root access to hackers on the numerous sparc64 gadgets I have here that are too heavy to ship. Great stuff Santa :-) Revision Changes Path 1.234 +9 -1 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 10:51:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2170016A4CE; Mon, 29 Nov 2004 10:51:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E4843D49; Mon, 29 Nov 2004 10:51:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATApia0090490; Mon, 29 Nov 2004 10:51:44 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATApidh090489; Mon, 29 Nov 2004 10:51:44 GMT (envelope-from vs) Message-Id: <200411291051.iATApidh090489@repoman.freebsd.org> From: Volker Stolz Date: Mon, 29 Nov 2004 10:51:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/emacs-chess Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 10:51:45 -0000 vs 2004-11-29 10:51:44 UTC FreeBSD ports repository Modified files: games/emacs-chess Makefile Log: Fix missing BUILD_DEPENDS on tree-widget I didn't catch last time PR: ports/74451 Submitted by: mainainter Revision Changes Path 1.5 +4 -0 ports/games/emacs-chess/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 11:45:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A9A16A4CE; Mon, 29 Nov 2004 11:45:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5BF43D39; Mon, 29 Nov 2004 11:45:36 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATBjaaC093071; Mon, 29 Nov 2004 11:45:36 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATBjaOn093070; Mon, 29 Nov 2004 11:45:36 GMT (envelope-from den) Message-Id: <200411291145.iATBjaOn093070@repoman.freebsd.org> From: Denis Peplin Date: Mon, 29 Nov 2004 11:45:36 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 11:45:37 -0000 den 2004-11-29 11:45:36 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Remove duplication Revision Changes Path 1.352 +1 -1 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 11:54:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C26516A4CE; Mon, 29 Nov 2004 11:54:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67CB543D45; Mon, 29 Nov 2004 11:54:42 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATBsgO1093278; Mon, 29 Nov 2004 11:54:42 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATBsg3C093277; Mon, 29 Nov 2004 11:54:42 GMT (envelope-from nyan) Message-Id: <200411291154.iATBsg3C093277@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 29 Nov 2004 11:54:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/btx/btx btx.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 11:54:42 -0000 nyan 2004-11-29 11:54:42 UTC FreeBSD src repository Modified files: sys/boot/pc98/btx/btx btx.S Log: MFi386: revision 1.38. Revision Changes Path 1.20 +10 -5 src/sys/boot/pc98/btx/btx/btx.S From owner-cvs-all@FreeBSD.ORG Mon Nov 29 11:55:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD57516A4CE; Mon, 29 Nov 2004 11:55:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3D743D3F; Mon, 29 Nov 2004 11:55:14 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATBtExU093326; Mon, 29 Nov 2004 11:55:14 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATBtEQb093325; Mon, 29 Nov 2004 11:55:14 GMT (envelope-from nyan) Message-Id: <200411291155.iATBtEQb093325@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Mon, 29 Nov 2004 11:55:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/loader Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 11:55:14 -0000 nyan 2004-11-29 11:55:14 UTC FreeBSD src repository Modified files: sys/boot/pc98/loader Makefile Log: MFi386: revisions 1.77 and 1.78. Revision Changes Path 1.36 +2 -2 src/sys/boot/pc98/loader/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 12:00:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D574716A4CF; Mon, 29 Nov 2004 12:00:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E5443D1F; Mon, 29 Nov 2004 12:00:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATC0OZ1093541; Mon, 29 Nov 2004 12:00:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATC0OjN093540; Mon, 29 Nov 2004 12:00:24 GMT (envelope-from rwatson) Message-Id: <200411291200.iATC0OjN093540@repoman.freebsd.org> From: Robert Watson Date: Mon, 29 Nov 2004 12:00:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ps ps.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:00:25 -0000 rwatson 2004-11-29 12:00:24 UTC FreeBSD src repository Modified files: bin/ps ps.1 Log: Point at the mac(4) man page when describing the -Z option. Remove reference to /dev/lomac, which is no longer used by mac_lomac(4). MFC after: 3 days Revision Changes Path 1.80 +4 -5 src/bin/ps/ps.1 From owner-cvs-all@FreeBSD.ORG Mon Nov 29 12:05:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49ECA16A4CE; Mon, 29 Nov 2004 12:05:28 +0000 (GMT) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9934C43D5D; Mon, 29 Nov 2004 12:05:09 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 909EA1FF9AD; Mon, 29 Nov 2004 13:05:07 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 9E2841FF92F; Mon, 29 Nov 2004 13:05:05 +0100 (CET) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id 1128315714; Mon, 29 Nov 2004 12:00:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 0E1E915705; Mon, 29 Nov 2004 12:00:36 +0000 (UTC) Date: Mon, 29 Nov 2004 12:00:35 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Robert Watson In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:05:28 -0000 On Mon, 29 Nov 2004, Robert Watson wrote: > I thought that most of the objections I heard were to the Beastie, not the > menu, but perhaps I misunderstood... The only technical objection I've > had to the menu is that the clear screen it issues before rendering causes > some terminal emulators to loose some scroll back, suggesting we might > want to generate a CR, 25 LF's, then pick up with the menu to push the > console contents present previously outside the area cleared. I've seen also lots of ^H are quite annoying in serial console logs. > FWIW, I think the menu is a very good idea, as it provides users wth an > easy option to disable ACPI and try variations on hardware probing on > i386, which sadly, is highly necessary. Especially with the 2-4 year old what about changing the interactive menu to a simple print-out banner with some good advises for the most common options/settings needed: how to disable ACPI or set bootverbose in loader. I always liked the hints given in motd; so why not have some static texts ? -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-all@FreeBSD.ORG Mon Nov 29 12:17:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA6216A4CE; Mon, 29 Nov 2004 12:17:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AC2543D5D; Mon, 29 Nov 2004 12:17:13 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCHDO2094147; Mon, 29 Nov 2004 12:17:13 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATCHDsx094146; Mon, 29 Nov 2004 12:17:13 GMT (envelope-from harti) Message-Id: <200411291217.iATCHDsx094146@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 29 Nov 2004 12:17:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make for.c lst.h main.c parse.c src/usr.bin/make/lst.lib lstDestroy.c lstDupl.c lstFind.c lstFindFrom.c lstForEach.c lstForEachFrom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:17:13 -0000 harti 2004-11-29 12:17:13 UTC FreeBSD src repository Modified files: usr.bin/make for.c lst.h main.c parse.c usr.bin/make/lst.lib lstDestroy.c lstDupl.c lstFind.c lstFindFrom.c lstForEach.c lstForEachFrom.c Log: Use typedefs for the types of the functions that are passed as arguments to the list functions for better readability. Submitted by: Max Okumoto Revision Changes Path 1.22 +1 -1 src/usr.bin/make/for.c 1.17 +13 -8 src/usr.bin/make/lst.h 1.15 +1 -1 src/usr.bin/make/lst.lib/lstDestroy.c 1.15 +1 -1 src/usr.bin/make/lst.lib/lstDupl.c 1.14 +1 -1 src/usr.bin/make/lst.lib/lstFind.c 1.15 +1 -1 src/usr.bin/make/lst.lib/lstFindFrom.c 1.13 +1 -1 src/usr.bin/make/lst.lib/lstForEach.c 1.15 +1 -1 src/usr.bin/make/lst.lib/lstForEachFrom.c 1.101 +1 -1 src/usr.bin/make/main.c 1.59 +1 -1 src/usr.bin/make/parse.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 12:36:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA1EE16A4CE; Mon, 29 Nov 2004 12:36:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8474543D5D; Mon, 29 Nov 2004 12:36:30 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATCaUIS094699; Mon, 29 Nov 2004 12:36:30 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATCaU5K094698; Mon, 29 Nov 2004 12:36:30 GMT (envelope-from sergei) Message-Id: <200411291236.iATCaU5K094698@repoman.freebsd.org> From: Sergei Kolobov Date: Mon, 29 Nov 2004 12:36:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/sks Makefile ports/security/sks/files sks.numerix.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 12:36:30 -0000 sergei 2004-11-29 12:36:30 UTC FreeBSD ports repository Modified files: security/sks Makefile security/sks/files sks.numerix.patch Log: - Teach configure about ia64 platform (similar to the recent amd64 fix) - Propagate the detached GPG signature to distfiles mirrors PR: ports/74510 Submitted by: Johan van Selst (maintainer) Revision Changes Path 1.3 +6 -5 ports/security/sks/Makefile 1.3 +2 -2 ports/security/sks/files/sks.numerix.patch From owner-cvs-all@FreeBSD.ORG Mon Nov 29 13:05:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5235616A4CE; Mon, 29 Nov 2004 13:05:54 +0000 (GMT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F31D43D1D; Mon, 29 Nov 2004 13:05:53 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1])iATD5pbo086069; Mon, 29 Nov 2004 14:05:51 +0100 (CET) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.1/8.13.1/Submit) id iATD5pDF086068; Mon, 29 Nov 2004 14:05:51 +0100 (CET) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Mon, 29 Nov 2004 14:05:51 +0100 From: Tilman Linneweh To: Kris Kennaway Message-ID: <20041129130551.GL674@arved.at> References: <200411282342.iASNgE6Q046490@repoman.freebsd.org> <20041128235225.GA93642@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041128235225.GA93642@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/xmradio Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:05:54 -0000 * Kris Kennaway [2004-11-29 00:47]: > > arved 2004-11-28 23:42:14 UTC > > > > FreeBSD ports repository > > > > Modified files: > > audio/xmradio Makefile pkg-descr > > Log: > > - bktr(4) seems to be available on all 5.x architectures, so remove > > ONLY_FOR_ARCHS. > > I don't think so..e.g. some arches only have the MI headers, not the > MD ones. The port builds fine, as it seems to use only the MI headers. But i think you are right, without a driver the port is not very useful. I don't understand why the headers are installed, if there is no corresponding driver. From owner-cvs-all@FreeBSD.ORG Mon Nov 29 13:10:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A876C16A4CE; Mon, 29 Nov 2004 13:10:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8382943D45; Mon, 29 Nov 2004 13:10:56 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATDAuAx002249; Mon, 29 Nov 2004 13:10:56 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATDAuKc002248; Mon, 29 Nov 2004 13:10:56 GMT (envelope-from skv) Message-Id: <200411291310.iATDAuKc002248@repoman.freebsd.org> From: Sergey Skvortsov Date: Mon, 29 Nov 2004 13:10:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Getopt-Popt Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:10:56 -0000 skv 2004-11-29 13:10:56 UTC FreeBSD ports repository Modified files: devel/p5-Getopt-Popt Makefile distinfo Log: Updated to 0.02 Revision Changes Path 1.3 +1 -1 ports/devel/p5-Getopt-Popt/Makefile 1.2 +2 -2 ports/devel/p5-Getopt-Popt/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 29 13:35:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AADC616A4CE; Mon, 29 Nov 2004 13:35:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86BF043D2D; Mon, 29 Nov 2004 13:35:04 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATDZ4av004052; Mon, 29 Nov 2004 13:35:04 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATDZ4SG004051; Mon, 29 Nov 2004 13:35:04 GMT (envelope-from arved) Message-Id: <200411291335.iATDZ4SG004051@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 29 Nov 2004 13:35:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmradio Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:35:04 -0000 arved 2004-11-29 13:35:04 UTC FreeBSD ports repository Modified files: audio/xmradio Makefile Log: - Readd ONLY_FOR_ARCHS. Although this port builds on all architectures only i386 and ia64 seem to have the bktr(4) driver. - Add a more accurate OSVERSION for the bktr header reorganization. Revision Changes Path 1.22 +3 -6 ports/audio/xmradio/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 13:47:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91C3616A4CE; Mon, 29 Nov 2004 13:47:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E4B543D39; Mon, 29 Nov 2004 13:47:51 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATDlpD3004491; Mon, 29 Nov 2004 13:47:51 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATDlpl2004490; Mon, 29 Nov 2004 13:47:51 GMT (envelope-from den) Message-Id: <200411291347.iATDlpl2004490@repoman.freebsd.org> From: Denis Peplin Date: Mon, 29 Nov 2004 13:47:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml doc/ru_RU.KOI8-R/books/handbook/bibliographychapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 13:47:51 -0000 den 2004-11-29 13:47:51 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml ru_RU.KOI8-R/books/handbook/bibliography chapter.sgml ru_RU.KOI8-R/books/handbook/network-servers chapter.sgml Log: Merge the following from the English version: 1.344 -> 1.352 advanced-networking/chapter.sgml 1.72 -> 1.73 bibliography/chapter.sgml 1.38 -> 1.39 network-servers/chapter.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.19 +117 -4 doc/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.sgml 1.12 +4 -4 doc/ru_RU.KOI8-R/books/handbook/bibliography/chapter.sgml 1.11 +3 -2 doc/ru_RU.KOI8-R/books/handbook/network-servers/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 14:00:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2014A16A4CE; Mon, 29 Nov 2004 14:00:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEAC643D2D; Mon, 29 Nov 2004 14:00:08 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATE08tC004886; Mon, 29 Nov 2004 14:00:08 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATE08CE004885; Mon, 29 Nov 2004 14:00:08 GMT (envelope-from cperciva) Message-Id: <200411291400.iATE08CE004885@repoman.freebsd.org> From: Colin Percival Date: Mon, 29 Nov 2004 14:00:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_export.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:00:09 -0000 cperciva 2004-11-29 14:00:08 UTC FreeBSD src repository Modified files: sys/kern vfs_export.c Log: Sigh. I really need to get an internet connection which is less than 2km away from where I'm living, so that I can fix these typos sooner. s/SA_MAX/AF_MAX/ is previous commit. Reported by: marcus, ups, Yiawei Ye, dwhite Revision Changes Path 1.329 +1 -1 src/sys/kern/vfs_export.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 14:03:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93C716A4CE; Mon, 29 Nov 2004 14:03:30 +0000 (GMT) Received: from srv01.sparkit.no (srv01.sparkit.no [193.69.116.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F06FC43D2D; Mon, 29 Nov 2004 14:03:29 +0000 (GMT) (envelope-from eivind@FreeBSD.org) Received: from ws.nada ([193.69.114.88]) by srv01.sparkit.no (8.12.11/8.12.11) with ESMTP id iATE3P1Z086634; Mon, 29 Nov 2004 15:03:25 +0100 (CET) (envelope-from eivind@FreeBSD.org) Received: from ws.nada (localhost [127.0.0.1]) by ws.nada (8.12.9/8.12.10) with ESMTP id iATE2On4074542; Mon, 29 Nov 2004 14:02:24 GMT (envelope-from eivind@ws.nada) Received: (from eivind@localhost) by ws.nada (8.12.9/8.12.10/Submit) id iATE2OFp074541; Mon, 29 Nov 2004 14:02:24 GMT (envelope-from eivind) Date: Mon, 29 Nov 2004 14:02:23 +0000 From: Eivind Eklund To: Scott Long Message-ID: <20041129140223.GA73964@FreeBSD.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411290132.iAT1WAse056942@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:03:31 -0000 On Mon, Nov 29, 2004 at 01:32:10AM +0000, Scott Long wrote: > scottl 2004-11-29 01:32:10 UTC > > FreeBSD src repository > > Modified files: > sys/boot/i386/loader Makefile > Removed files: > sys/boot/i386/loader loader.rc > Log: > Disable the beastie menu. It offends some and annoys everyone else, and I'm > frankly tired of the controversy. When people ask me why FreeBSD isn't user- > friendly, I'll tell them that I tried. RIP. I've for a long time been thinking of the benefits of creating a "user friendliness officer" similar to the security officer / tech advisory board we have now. In other words: Give the authority to somebody to Just Decide. As it is, we end up with bikesheds over UI issues all the time, grumbling, and a user interface that's the result of who shouts loudest. We also end up with developers that are less-than-motivated to work on anything user interface related, because we know we'll just get shouted at no matter what we do... Eivind. From owner-cvs-all@FreeBSD.ORG Mon Nov 29 14:49:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A917E16A4CE; Mon, 29 Nov 2004 14:49:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB7043D54; Mon, 29 Nov 2004 14:49:27 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATEnRWP006380; Mon, 29 Nov 2004 14:49:27 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATEnRHq006379; Mon, 29 Nov 2004 14:49:27 GMT (envelope-from scottl) Message-Id: <200411291449.iATEnRHq006379@repoman.freebsd.org> From: Scott Long Date: Mon, 29 Nov 2004 14:49:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 busdma_machdep.c src/sys/amd64/amd64 busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 14:49:27 -0000 scottl 2004-11-29 14:49:27 UTC FreeBSD src repository Modified files: sys/i386/i386 busdma_machdep.c sys/amd64/amd64 busdma_machdep.c Log: Don't flag alignment constraints as a reason for bouncing. This fixes the trigger for other misbehaviour in the sym driver that was causing freezes at boot. Thanks to phk@ for reporting and testing this. Revision Changes Path 1.64 +1 -1 src/sys/amd64/amd64/busdma_machdep.c 1.68 +1 -1 src/sys/i386/i386/busdma_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 15:03:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 278A816A4CE; Mon, 29 Nov 2004 15:03:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F364F43D66; Mon, 29 Nov 2004 15:03:09 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATF39RM006924; Mon, 29 Nov 2004 15:03:09 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATF39Sr006923; Mon, 29 Nov 2004 15:03:09 GMT (envelope-from ache) Message-Id: <200411291503.iATF39Sr006923@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 29 Nov 2004 15:03:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/unarj Makefile distinfo pkg-descr pkg-plist ports/archivers/unarj/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:03:10 -0000 ache 2004-11-29 15:03:09 UTC FreeBSD ports repository Modified files: archivers/unarj Makefile distinfo pkg-descr pkg-plist archivers/unarj/files patch-ab Log: Upgrade to 2.65 Revision Changes Path 1.19 +4 -4 ports/archivers/unarj/Makefile 1.4 +2 -2 ports/archivers/unarj/distinfo 1.2 +5 -16 ports/archivers/unarj/files/patch-ab 1.4 +6 -19 ports/archivers/unarj/pkg-descr 1.5 +2 -2 ports/archivers/unarj/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 29 15:12:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0A2616A4CE; Mon, 29 Nov 2004 15:12:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE02443D5D; Mon, 29 Nov 2004 15:12:18 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATFCIUG007218; Mon, 29 Nov 2004 15:12:18 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATFCI0N007217; Mon, 29 Nov 2004 15:12:18 GMT (envelope-from lkoeller) Message-Id: <200411291512.iATFCI0N007217@repoman.freebsd.org> From: Lars Koeller Date: Mon, 29 Nov 2004 15:12:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:12:19 -0000 lkoeller 2004-11-29 15:12:18 UTC FreeBSD ports repository Modified files: sysutils/bacula Makefile Log: o) Allow to overwrite BACULA_DIR (?= instead of = in Makefile) PR: - Submitted by: Dmitry Sivachenko Revision Changes Path 1.36 +1 -1 ports/sysutils/bacula/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 15:32:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91EF016A4CE; Mon, 29 Nov 2004 15:32:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CECF43D49; Mon, 29 Nov 2004 15:32:31 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATFWV77007850; Mon, 29 Nov 2004 15:32:31 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATFWVpQ007849; Mon, 29 Nov 2004 15:32:31 GMT (envelope-from rik) Message-Id: <200411291532.iATFWVpQ007849@repoman.freebsd.org> From: Roman Kurakin Date: Mon, 29 Nov 2004 15:32:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sconfig sconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:32:31 -0000 rik 2004-11-29 15:32:31 UTC FreeBSD src repository Modified files: sbin/sconfig sconfig.8 Log: Fix typo. Submitted by: Janusz Muc'ka (Defacto) MFC after: 3 days Revision Changes Path 1.6 +1 -1 src/sbin/sconfig/sconfig.8 From owner-cvs-all@FreeBSD.ORG Mon Nov 29 15:47:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7DF16A4CE; Mon, 29 Nov 2004 15:47:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 430C043D2F; Mon, 29 Nov 2004 15:47:54 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATFlsae008366; Mon, 29 Nov 2004 15:47:54 GMT (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATFlsnX008365; Mon, 29 Nov 2004 15:47:54 GMT (envelope-from archie) Message-Id: <200411291547.iATFlsnX008365@repoman.freebsd.org> From: Archie Cobbs Date: Mon, 29 Nov 2004 15:47:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jc Makefile distinfo pkg-descr pkg-plist ports/java/jc/files patch-classpath-0.10-20040726 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 15:47:54 -0000 archie 2004-11-29 15:47:54 UTC FreeBSD ports repository Modified files: java/jc Makefile distinfo pkg-descr pkg-plist Removed files: java/jc/files patch-classpath-0.10-20040726 Log: Upgrade to version 1.2.3. Revision Changes Path 1.12 +7 -9 ports/java/jc/Makefile 1.7 +4 -4 ports/java/jc/distinfo 1.2 +0 -14 ports/java/jc/files/patch-classpath-0.10-20040726 (dead) 1.2 +2 -2 ports/java/jc/pkg-descr 1.6 +1450 -987 ports/java/jc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 29 16:01:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B7616A4CE; Mon, 29 Nov 2004 16:01:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C0943D49; Mon, 29 Nov 2004 16:01:44 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATG1iGV008813; Mon, 29 Nov 2004 16:01:44 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATG1ipw008812; Mon, 29 Nov 2004 16:01:44 GMT (envelope-from oliver) Message-Id: <200411291601.iATG1ipw008812@repoman.freebsd.org> From: Oliver Lehmann Date: Mon, 29 Nov 2004 16:01:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/gftp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:01:45 -0000 oliver 2004-11-29 16:01:44 UTC FreeBSD ports repository Modified files: ftp/gftp Makefile Log: define USE_X_PREFIX before bsd.port.pre.mk gets included Pointed out by: kris Revision Changes Path 1.49 +4 -1 ports/ftp/gftp/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 16:03:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB9A016A4CE; Mon, 29 Nov 2004 16:03:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D7643D41; Mon, 29 Nov 2004 16:03:29 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATG3TcY008866; Mon, 29 Nov 2004 16:03:29 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATG3TmX008865; Mon, 29 Nov 2004 16:03:29 GMT (envelope-from den) Message-Id: <200411291603.iATG3TmX008865@repoman.freebsd.org> From: Denis Peplin Date: Mon, 29 Nov 2004 16:03:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:03:29 -0000 den 2004-11-29 16:03:29 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Update synopsis according to new "firewalls" section, where PF and IPFILTER also described Revision Changes Path 1.244 +2 -1 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 16:19:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E2BB16A4CE; Mon, 29 Nov 2004 16:19:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A04143D3F; Mon, 29 Nov 2004 16:19:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATGIxMc009426; Mon, 29 Nov 2004 16:18:59 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATGIxqe009425; Mon, 29 Nov 2004 16:18:59 GMT (envelope-from pav) Message-Id: <200411291618.iATGIxqe009425@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 29 Nov 2004 16:18:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/glflow Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:19:00 -0000 pav 2004-11-29 16:18:59 UTC FreeBSD ports repository Modified files: net/glflow Makefile distinfo Log: - Chase rerolled distfile, cosmetic change in printf Submitted by: author Plotted behind: maintainer's back Revision Changes Path 1.7 +1 -0 ports/net/glflow/Makefile 1.7 +2 -2 ports/net/glflow/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 29 16:23:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FDE16A4CE; Mon, 29 Nov 2004 16:23:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D9CC43D45; Mon, 29 Nov 2004 16:23:35 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATGNZE8009584; Mon, 29 Nov 2004 16:23:35 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATGNYu8009583; Mon, 29 Nov 2004 16:23:35 GMT (envelope-from harti) Message-Id: <200411291623.iATGNYu8009583@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 29 Nov 2004 16:23:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make arch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:23:35 -0000 harti 2004-11-29 16:23:34 UTC FreeBSD src repository Modified files: usr.bin/make arch.c Log: Fix a bug that would truncate the full name of an archive member if the length of happens to be larger than MAXPATHLEN. PR: bin/74368 Submitted by: Max Okumoto Obtained from: DragonFlyBSD Revision Changes Path 1.34 +5 -2 src/usr.bin/make/arch.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 16:39:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F6B516A4CF; Mon, 29 Nov 2004 16:39:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1678143D67; Mon, 29 Nov 2004 16:39:47 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATGdk9M010177; Mon, 29 Nov 2004 16:39:46 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATGdkDe010176; Mon, 29 Nov 2004 16:39:46 GMT (envelope-from den) Message-Id: <200411291639.iATGdkDe010176@repoman.freebsd.org> From: Denis Peplin Date: Mon, 29 Nov 2004 16:39:46 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml doc/ru_RU.KOI8-R/books/handbook/config chapter.sgml doc/ru_RU.KOI8-R/books/handbook/preface preface.sgml doc/ru_RU.KOI8-R/books/handbook/network-servers chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:39:47 -0000 den 2004-11-29 16:39:46 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml ru_RU.KOI8-R/books/handbook/config chapter.sgml ru_RU.KOI8-R/books/handbook/preface preface.sgml ru_RU.KOI8-R/books/handbook/network-servers chapter.sgml Log: Use short translation for "firewall" word Revision Changes Path 1.20 +19 -19 doc/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.sgml 1.15 +4 -4 doc/ru_RU.KOI8-R/books/handbook/config/chapter.sgml 1.12 +2 -2 doc/ru_RU.KOI8-R/books/handbook/network-servers/chapter.sgml 1.6 +2 -2 doc/ru_RU.KOI8-R/books/handbook/preface/preface.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 16:40:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91EF716A4CE; Mon, 29 Nov 2004 16:40:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB5743D67; Mon, 29 Nov 2004 16:40:30 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATGeUZ1010248; Mon, 29 Nov 2004 16:40:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATGeUlF010247; Mon, 29 Nov 2004 16:40:30 GMT (envelope-from imp) Message-Id: <200411291640.iATGeUlF010247@repoman.freebsd.org> From: Warner Losh Date: Mon, 29 Nov 2004 16:40:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpi_support acpi_sony.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 16:40:30 -0000 imp 2004-11-29 16:40:30 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_sony.c Log: Attach the device at acpi_sony instead of acpi_snc. Rename some internal variables as well to reflect the change. Revision Changes Path 1.6 +39 -39 src/sys/dev/acpi_support/acpi_sony.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 17:11:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94B2D16A4CE; Mon, 29 Nov 2004 17:11:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8320643D1F; Mon, 29 Nov 2004 17:11:15 +0000 (GMT) (envelope-from brian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATHBFUF017664; Mon, 29 Nov 2004 17:11:15 GMT (envelope-from brian@repoman.freebsd.org) Received: (from brian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATHBFav017663; Mon, 29 Nov 2004 17:11:15 GMT (envelope-from brian) Message-Id: <200411291711.iATHBFav017663@repoman.freebsd.org> From: Brian Somers Date: Mon, 29 Nov 2004 17:11:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c main.c ppp.8.m4 radius.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:11:15 -0000 brian 2004-11-29 17:11:15 UTC FreeBSD src repository Modified files: usr.sbin/ppp bundle.c bundle.h command.c main.c ppp.8.m4 radius.c Log: Send NAS-IP-Address as well as NAS-Identifier Add ``disable NAS-IP-Address'' and ``disable NAS-Identifier'' options to support pre-rfc2865 RADIUS servers. This pushes our enable/disable items over the 32 bit limit, so reoganise things to allow a bunch more options. Go to version 3.4.1 so that any compatability problems can be identified. Revision Changes Path 1.136 +14 -7 src/usr.sbin/ppp/bundle.c 1.52 +29 -24 src/usr.sbin/ppp/bundle.h 1.303 +25 -13 src/usr.sbin/ppp/command.c 1.192 +1 -1 src/usr.sbin/ppp/main.c 1.314 +43 -0 src/usr.sbin/ppp/ppp.8.m4 1.51 +8 -12 src/usr.sbin/ppp/radius.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 17:33:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862B016A4CE; Mon, 29 Nov 2004 17:33:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77EE543D48; Mon, 29 Nov 2004 17:33:42 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATHXgGI018295; Mon, 29 Nov 2004 17:33:42 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATHXg4C018294; Mon, 29 Nov 2004 17:33:42 GMT (envelope-from hq) Message-Id: <200411291733.iATHXg4C018294@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 29 Nov 2004 17:33:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.java.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:33:42 -0000 hq 2004-11-29 17:33:42 UTC FreeBSD ports repository Modified files: Mk bsd.java.mk Log: When USE_ANT is defined, JAVA_BUILD is automatically set to 'jdk' but this conflicts with the default values for JAVA_BUILD and JAVA_RUN. Those variables are indeed set a default value when none of the them (together with JAVA_EXTRACT) is defined. Having USE_ANT set a value for JAVA_BUILD will cause JAVA_RUN not to be set its default value. This has RUN_DEPENDS not correctly set (missing the JDK entry) on many ports that use USE_ANT. This patch addresses this issue by moving the statements dealing with default values to have them executed before USE_ANT handling. Approved by: glewis (co-maintainer) Revision Changes Path 1.59 +11 -9 ports/Mk/bsd.java.mk From owner-cvs-all@FreeBSD.ORG Mon Nov 29 17:40:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54CD416A4CE; Mon, 29 Nov 2004 17:40:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3226A43D4C; Mon, 29 Nov 2004 17:40:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATHegBJ018567; Mon, 29 Nov 2004 17:40:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATHegji018566; Mon, 29 Nov 2004 17:40:42 GMT (envelope-from pav) Message-Id: <200411291740.iATHegji018566@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 29 Nov 2004 17:40:42 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:40:42 -0000 pav 2004-11-29 17:40:42 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - In CFLAGS section, suggest stripping optimization flags from original CFLAGS Inspired by: debate with krion over fisg PR which seems to be lost in transition Wordsmithing: throdes Revision Changes Path 1.496 +14 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 17:47:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD32D16A4CE; Mon, 29 Nov 2004 17:47:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89EBE43D31; Mon, 29 Nov 2004 17:47:32 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATHlW4e018779; Mon, 29 Nov 2004 17:47:32 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATHlWfk018778; Mon, 29 Nov 2004 17:47:32 GMT (envelope-from mat) Message-Id: <200411291747.iATHlWfk018778@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 29 Nov 2004 17:47:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Devel-Cover Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 17:47:32 -0000 mat 2004-11-29 17:47:32 UTC FreeBSD ports repository Modified files: devel/p5-Devel-Cover Makefile distinfo Log: Update to 0.51 Revision Changes Path 1.19 +10 -1 ports/devel/p5-Devel-Cover/Makefile 1.20 +2 -2 ports/devel/p5-Devel-Cover/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 29 18:06:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3F0716A4CF; Mon, 29 Nov 2004 18:06:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90DD543D1D; Mon, 29 Nov 2004 18:06:42 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATI6ghi019379; Mon, 29 Nov 2004 18:06:42 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATI6gKN019378; Mon, 29 Nov 2004 18:06:42 GMT (envelope-from mat) Message-Id: <200411291806.iATI6gKN019378@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 29 Nov 2004 18:06:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Devel-Size Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:06:42 -0000 mat 2004-11-29 18:06:42 UTC FreeBSD ports repository Modified files: devel/p5-Devel-Size Makefile distinfo Log: Update to 0.59 Revision Changes Path 1.2 +10 -1 ports/devel/p5-Devel-Size/Makefile 1.3 +2 -2 ports/devel/p5-Devel-Size/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 29 18:12:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 717C516A4CE; Mon, 29 Nov 2004 18:12:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C83643D5C; Mon, 29 Nov 2004 18:12:43 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIChgu019552; Mon, 29 Nov 2004 18:12:43 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATIChYC019551; Mon, 29 Nov 2004 18:12:43 GMT (envelope-from seanc) Message-Id: <200411291812.iATIChYC019551@repoman.freebsd.org> From: Sean Chittenden Date: Mon, 29 Nov 2004 18:12:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/tcshrc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:12:43 -0000 seanc 2004-11-29 18:12:42 UTC FreeBSD ports repository Modified files: shells/tcshrc Makefile distinfo pkg-plist Log: Update to 1.6.0 PR: ports/72760 Submitted by: Pawel Pekala c0rn - a t - gazeta dotty pl Revision Changes Path 1.3 +3 -4 ports/shells/tcshrc/Makefile 1.3 +2 -2 ports/shells/tcshrc/distinfo 1.2 +2 -1 ports/shells/tcshrc/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 29 18:47:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E5116A4CE; Mon, 29 Nov 2004 18:47:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2494143D69; Mon, 29 Nov 2004 18:47:28 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATIlRgn020534; Mon, 29 Nov 2004 18:47:28 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATIlRFY020533; Mon, 29 Nov 2004 18:47:27 GMT (envelope-from ps) Message-Id: <200411291847.iATIlRFY020533@repoman.freebsd.org> From: Paul Saab Date: Mon, 29 Nov 2004 18:47:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:47:28 -0000 ps 2004-11-29 18:47:27 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: Fixes a bug in SACK causing us to send data beyond the receive window. Found by: Pawel Worach and Daniel Hartmeier Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Revision Changes Path 1.106 +4 -2 src/sys/netinet/tcp_output.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 18:48:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51E0116A4CE; Mon, 29 Nov 2004 18:48:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0769343D4C; Mon, 29 Nov 2004 18:48:52 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATImpux020577; Mon, 29 Nov 2004 18:48:51 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATImpbk020576; Mon, 29 Nov 2004 18:48:51 GMT (envelope-from njl) Message-Id: <200411291848.iATImpbk020576@repoman.freebsd.org> From: Nate Lawson Date: Mon, 29 Nov 2004 18:48:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 18:48:52 -0000 njl 2004-11-29 18:48:51 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci.c Log: Instead of translating PCI to ACPI power states, just use a CTASSERT that they are equivalent. Revision Changes Path 1.25 +10 -18 src/sys/dev/acpica/acpi_pci.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 19:11:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1B016A4CE; Mon, 29 Nov 2004 19:11:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 362B543D6B; Mon, 29 Nov 2004 19:11:37 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATJBbC8021309; Mon, 29 Nov 2004 19:11:37 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATJBbib021308; Mon, 29 Nov 2004 19:11:37 GMT (envelope-from njl) Message-Id: <200411291911.iATJBbib021308@repoman.freebsd.org> From: Nate Lawson Date: Mon, 29 Nov 2004 19:11:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:11:37 -0000 njl 2004-11-29 19:11:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_shutdown.c Log: MFC 1.169 - 1.171: Run shutdown code on the BSP. This is only active for i386 and amd64 until jhb@ MFCs the alpha cpuid code. Revision Changes Path 1.163.2.3 +16 -3 src/sys/kern/kern_shutdown.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 19:51:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7149116A4CE; Mon, 29 Nov 2004 19:51:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB3843D48; Mon, 29 Nov 2004 19:51:51 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATJppcf022505; Mon, 29 Nov 2004 19:51:51 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATJppxk022504; Mon, 29 Nov 2004 19:51:51 GMT (envelope-from ceri) Message-Id: <200411291951.iATJppxk022504@repoman.freebsd.org> From: Ceri Davies Date: Mon, 29 Nov 2004 19:51:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 smp.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:51:51 -0000 ceri 2004-11-29 19:51:50 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 smp.4 Log: Add amd64 to the list of supported platforms. PR: docs/74529 Submitted by: Jason Bacon Revision Changes Path 1.20 +1 -1 src/share/man/man4/smp.4 From owner-cvs-all@FreeBSD.ORG Mon Nov 29 19:54:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ABCF16A4CE; Mon, 29 Nov 2004 19:54:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36ACA43D46; Mon, 29 Nov 2004 19:54:11 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATJsBWB022604; Mon, 29 Nov 2004 19:54:11 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATJsBuu022603; Mon, 29 Nov 2004 19:54:11 GMT (envelope-from ceri) Message-Id: <200411291954.iATJsBuu022603@repoman.freebsd.org> From: Ceri Davies Date: Mon, 29 Nov 2004 19:54:11 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/overview chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:54:11 -0000 ceri 2004-11-29 19:54:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/fdp-primer/overview chapter.sgml Log: Use "cp -R" in an example over the stated-to-be-undesirable-in-the-manual "cp -r". PR: docs/74533 Submitted by: Joel Dahl Revision Changes Path 1.22 +1 -1 doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 19:56:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2EB916A4CF; Mon, 29 Nov 2004 19:56:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E4E443D55; Mon, 29 Nov 2004 19:56:09 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATJu9Bc022713; Mon, 29 Nov 2004 19:56:09 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATJu93W022712; Mon, 29 Nov 2004 19:56:09 GMT (envelope-from danfe) Message-Id: <200411291956.iATJu93W022712@repoman.freebsd.org> From: Alexey Dokuchaev Date: Mon, 29 Nov 2004 19:56:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/x48/files patch-src+serial.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 19:56:09 -0000 danfe 2004-11-29 19:56:09 UTC FreeBSD ports repository Modified files: emulators/x48/files patch-src+serial.c Log: Fix build with GCC 2.95.4. Reported by: kris Approved by: fjoe (mentor, implicit) Revision Changes Path 1.3 +12 -16 ports/emulators/x48/files/patch-src+serial.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:08:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B025A16A4CE; Mon, 29 Nov 2004 20:08:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E48843D5E; Mon, 29 Nov 2004 20:08:05 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATK85aR023216; Mon, 29 Nov 2004 20:08:05 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATK855T023215; Mon, 29 Nov 2004 20:08:05 GMT (envelope-from thierry) Message-Id: <200411292008.iATK855T023215@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 29 Nov 2004 20:08:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/pdftk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:08:05 -0000 thierry 2004-11-29 20:08:05 UTC FreeBSD ports repository Modified files: print/pdftk Makefile Log: gcc33 is broken on amd64 and gcc34 have problem, then remove support of amd64. Submitted by: maintainer. Revision Changes Path 1.7 +2 -2 ports/print/pdftk/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:08:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1381D16A4CE; Mon, 29 Nov 2004 20:08:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E309E43D60; Mon, 29 Nov 2004 20:08:17 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATK8HMb023251; Mon, 29 Nov 2004 20:08:17 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATK8HSt023250; Mon, 29 Nov 2004 20:08:17 GMT (envelope-from kwm) Message-Id: <200411292008.iATK8HSt023250@repoman.freebsd.org> From: Koop Mast Date: Mon, 29 Nov 2004 20:08:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/py-gstreamer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:08:18 -0000 kwm 2004-11-29 20:08:17 UTC FreeBSD ports repository Modified files: multimedia/py-gstreamer Makefile distinfo Log: Update to version 0.8.1. Changelog: http://gstreamer.freedesktop.org/releases/gst-python/0.8.1.html Approved by: pav (mentor) Revision Changes Path 1.9 +1 -1 ports/multimedia/py-gstreamer/Makefile 1.4 +2 -2 ports/multimedia/py-gstreamer/distinfo From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:12:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2244316A4CE; Mon, 29 Nov 2004 20:12:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C7543D5D; Mon, 29 Nov 2004 20:12:57 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATKCvSp023418; Mon, 29 Nov 2004 20:12:57 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATKCvV1023416; Mon, 29 Nov 2004 20:12:57 GMT (envelope-from ceri) Message-Id: <200411292012.iATKCvV1023416@repoman.freebsd.org> From: Ceri Davies Date: Mon, 29 Nov 2004 20:12:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/users chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:12:58 -0000 ceri 2004-11-29 20:12:57 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/users chapter.sgml Log: It is better not to mistype a password incorrectly at all, rather than twice, so change a sentence to reflect that. Also improve some grammar, while I'm changing the sentence anyway. Revision Changes Path 1.50 +1 -1 doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:14:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 346DE16A4CE; Mon, 29 Nov 2004 20:14:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F3B443D49; Mon, 29 Nov 2004 20:14:53 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATKEqwp023589; Mon, 29 Nov 2004 20:14:52 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATKEqE2023588; Mon, 29 Nov 2004 20:14:52 GMT (envelope-from clement) Message-Id: <200411292014.iATKEqE2023588@repoman.freebsd.org> From: Clement Laforet Date: Mon, 29 Nov 2004 20:14:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache13-ssl pkg-plistports/www/apache13-ssl/files patch-src:support:apxs.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:14:53 -0000 clement 2004-11-29 20:14:52 UTC FreeBSD ports repository Modified files: www/apache13-ssl pkg-plist Added files: www/apache13-ssl/files patch-src:support:apxs.pl Log: - Deal with httpsd.conf.bak files, like we did for apache2 previously in the day. Revision Changes Path 1.1 +15 -0 ports/www/apache13-ssl/files/patch-src:support:apxs.pl (new) 1.22 +3 -1 ports/www/apache13-ssl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:19:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB3B16A4CF; Mon, 29 Nov 2004 20:19:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B592B43D5F; Mon, 29 Nov 2004 20:19:51 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATKJpoo023819; Mon, 29 Nov 2004 20:19:51 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATKJpCH023818; Mon, 29 Nov 2004 20:19:51 GMT (envelope-from marcus) Message-Id: <200411292019.iATKJpCH023818@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 29 Nov 2004 20:19:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libglade2 Makefile distinfo ports/devel/libglade2/files patch-ab patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:19:52 -0000 marcus 2004-11-29 20:19:51 UTC FreeBSD ports repository Modified files: devel/libglade2 Makefile distinfo devel/libglade2/files patch-ab Removed files: devel/libglade2/files patch-configure Log: Update to 2.4.1. Revision Changes Path 1.58 +4 -4 ports/devel/libglade2/Makefile 1.23 +2 -2 ports/devel/libglade2/distinfo 1.10 +3 -12 ports/devel/libglade2/files/patch-ab 1.4 +0 -13 ports/devel/libglade2/files/patch-configure (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:21:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35E5A16A4CE; Mon, 29 Nov 2004 20:21:26 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 939A943D58; Mon, 29 Nov 2004 20:21:25 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id iATKLO1p084928; Mon, 29 Nov 2004 12:21:25 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <200411291911.iATJBbib021308@repoman.freebsd.org> References: <200411291911.iATJBbib021308@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3CBF92CA-4244-11D9-AA01-000D93C47836@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Mon, 29 Nov 2004 12:21:22 -0800 To: Nate Lawson X-Mailer: Apple Mail (2.619) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:21:26 -0000 On Nov 29, 2004, at 11:11 AM, Nate Lawson wrote: > njl 2004-11-29 19:11:36 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/kern kern_shutdown.c > Log: > MFC 1.169 - 1.171: Run shutdown code on the BSP. This is only > active > for i386 and amd64 until jhb@ MFCs the alpha cpuid code. I *really* appreciate it if this was made conditional upon !__alpha__, as it should be. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:27:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A91F716A4CE; Mon, 29 Nov 2004 20:27:51 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C45F43D39; Mon, 29 Nov 2004 20:27:51 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])iATKRsp8014849; Mon, 29 Nov 2004 15:27:55 -0500 Message-ID: <41AB8645.2050506@root.org> Date: Mon, 29 Nov 2004 12:27:49 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <200411291911.iATJBbib021308@repoman.freebsd.org> <3CBF92CA-4244-11D9-AA01-000D93C47836@xcllnt.net> In-Reply-To: <3CBF92CA-4244-11D9-AA01-000D93C47836@xcllnt.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:27:51 -0000 Marcel Moolenaar wrote: > On Nov 29, 2004, at 11:11 AM, Nate Lawson wrote: > >> njl 2004-11-29 19:11:36 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_5) >> sys/kern kern_shutdown.c >> Log: >> MFC 1.169 - 1.171: Run shutdown code on the BSP. This is only active >> for i386 and amd64 until jhb@ MFCs the alpha cpuid code. > > I *really* appreciate it if this was made conditional upon !__alpha__, > as it should be. I just MFCd as it was before. Once jhb or someone with alpha knowledge (you? :) decides to MFC his commit, this can be removed completely, as it is in -current. -Nate From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:29:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 505C816A4CE; Mon, 29 Nov 2004 20:29:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DB4343D54; Mon, 29 Nov 2004 20:29:45 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATKTjX4024135; Mon, 29 Nov 2004 20:29:45 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATKTiwB024134; Mon, 29 Nov 2004 20:29:44 GMT (envelope-from ceri) Message-Id: <200411292029.iATKTiwB024134@repoman.freebsd.org> From: Ceri Davies Date: Mon, 29 Nov 2004 20:29:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:29:45 -0000 ceri 2004-11-29 20:29:44 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: Correct a small grammatical error. Revision Changes Path 1.228 +1 -1 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:32:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9326616A4CE; Mon, 29 Nov 2004 20:32:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD7C43D5A; Mon, 29 Nov 2004 20:32:37 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATKWb4E024301; Mon, 29 Nov 2004 20:32:37 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATKWb9H024300; Mon, 29 Nov 2004 20:32:37 GMT (envelope-from marcus) Message-Id: <200411292032.iATKWb9H024300@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 29 Nov 2004 20:32:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libglade2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:32:37 -0000 marcus 2004-11-29 20:32:37 UTC FreeBSD ports repository Modified files: devel/libglade2 Makefile Log: I misread a configure variable. Correct the path to the XML catalog. Revision Changes Path 1.59 +3 -3 ports/devel/libglade2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:34:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0613416A4CE; Mon, 29 Nov 2004 20:34:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D62AA43D68; Mon, 29 Nov 2004 20:34:51 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATKYpr0024404; Mon, 29 Nov 2004 20:34:51 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATKYpat024403; Mon, 29 Nov 2004 20:34:51 GMT (envelope-from ceri) Message-Id: <200411292034.iATKYpat024403@repoman.freebsd.org> From: Ceri Davies Date: Mon, 29 Nov 2004 20:34:51 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:34:52 -0000 ceri 2004-11-29 20:34:51 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Correct a small whitespace nit within a programlisting element. Revision Changes Path 1.245 +2 -2 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:37:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F94016A4CE; Mon, 29 Nov 2004 20:37:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7710343D2D; Mon, 29 Nov 2004 20:37:10 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATKbAKJ024590; Mon, 29 Nov 2004 20:37:10 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATKbAHd024589; Mon, 29 Nov 2004 20:37:10 GMT (envelope-from lkoeller) Message-Id: <200411292037.iATKbAHd024589@repoman.freebsd.org> From: Lars Koeller Date: Mon, 29 Nov 2004 20:37:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/bacula-client Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:37:10 -0000 lkoeller 2004-11-29 20:37:10 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bacula-client Makefile Log: o) Client part after split of bacula port into a -server and -client part. Submitted by: Andy Wettstein Revision Changes Path 1.600 +1 -0 ports/sysutils/Makefile 1.1 +13 -0 ports/sysutils/bacula-client/Makefile (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:37:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8559E16A4CF; Mon, 29 Nov 2004 20:37:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C19643D31; Mon, 29 Nov 2004 20:37:35 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATKbZvf024666; Mon, 29 Nov 2004 20:37:35 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATKbZnZ024665; Mon, 29 Nov 2004 20:37:35 GMT (envelope-from ceri) Message-Id: <200411292037.iATKbZnZ024665@repoman.freebsd.org> From: Ceri Davies Date: Mon, 29 Nov 2004 20:37:35 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/printing chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:37:35 -0000 ceri 2004-11-29 20:37:35 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/printing chapter.sgml Log: Correct a grammatical error. Revision Changes Path 1.90 +1 -1 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 20:37:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8388416A4CE; Mon, 29 Nov 2004 20:37:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6100243D48; Mon, 29 Nov 2004 20:37:29 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATKbTFX024641; Mon, 29 Nov 2004 20:37:29 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATKbTAp024640; Mon, 29 Nov 2004 20:37:29 GMT (envelope-from lkoeller) Message-Id: <200411292037.iATKbTAp024640@repoman.freebsd.org> From: Lars Koeller Date: Mon, 29 Nov 2004 20:37:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 20:37:29 -0000 lkoeller 2004-11-29 20:37:29 UTC FreeBSD ports repository Modified files: . modules Log: bacula-client --> ports/sysutils/bacula-client Revision Changes Path 1.11463 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 29 21:03:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4933616A4CE; Mon, 29 Nov 2004 21:03:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB2243D49; Mon, 29 Nov 2004 21:03:27 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATL3Q7u031853; Mon, 29 Nov 2004 21:03:26 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATL3QQt031852; Mon, 29 Nov 2004 21:03:26 GMT (envelope-from josef) Message-Id: <200411292103.iATL3QQt031852@repoman.freebsd.org> From: Josef El-Rayes Date: Mon, 29 Nov 2004 21:03:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/opendchub Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:03:27 -0000 josef 2004-11-29 21:03:26 UTC FreeBSD ports repository (doc committer) Modified files: net/opendchub Makefile Log: Mark port forbidden, due to security vulnerability[1]. There is a patch available but it has not been verified yet. With hat: secteam [1] http://www.vuxml.org/freebsd/cdf14b68-3ff9-11d9-8405-00065be4b5b6.html Revision Changes Path 1.13 +2 -0 ports/net/opendchub/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 21:05:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711F616A4CE; Mon, 29 Nov 2004 21:05:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA4143D58; Mon, 29 Nov 2004 21:05:00 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATL50S0031903; Mon, 29 Nov 2004 21:05:00 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATL50Zc031902; Mon, 29 Nov 2004 21:05:00 GMT (envelope-from josef) Message-Id: <200411292105.iATL50Zc031902@repoman.freebsd.org> From: Josef El-Rayes Date: Mon, 29 Nov 2004 21:05:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:05:00 -0000 josef 2004-11-29 21:05:00 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document vulnerability in net/opendchub. Based on submission by: Niels Heinen Revision Changes Path 1.382 +27 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 21:15:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAA2C16A540; Mon, 29 Nov 2004 21:15:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE3243D6D; Mon, 29 Nov 2004 21:15:29 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATLFTe9033128; Mon, 29 Nov 2004 21:15:29 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATLFTo9033127; Mon, 29 Nov 2004 21:15:29 GMT (envelope-from krion) Message-Id: <200411292115.iATLFTo9033127@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 29 Nov 2004 21:15:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/beecrypt/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:15:33 -0000 krion 2004-11-29 21:15:29 UTC FreeBSD ports repository Added files: security/beecrypt/files patch-configure Log: Fix build with native java. Submitted by: glewis Revision Changes Path 1.1 +13 -0 ports/security/beecrypt/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 21:23:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A831E16A4CE; Mon, 29 Nov 2004 21:23:17 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B7143D3F; Mon, 29 Nov 2004 21:23:16 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 710C05312; Mon, 29 Nov 2004 22:23:15 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 4F9E25310; Mon, 29 Nov 2004 22:23:08 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 17FCBB85E; Mon, 29 Nov 2004 22:23:08 +0100 (CET) To: frank@exit.com References: <200411290634.iAT6YtCm039835@realtime.exit.com> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 29 Nov 2004 22:23:07 +0100 In-Reply-To: <200411290634.iAT6YtCm039835@realtime.exit.com> (Frank Mayhar's message of "Sun, 28 Nov 2004 22:34:55 -0800 (PST)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:23:17 -0000 Frank Mayhar writes: > Scott Long wrote: > > Disable the beastie menu. It offends some and annoys everyone > > else, and I'm frankly tired of the controversy. When people ask > > me why FreeBSD isn't user- friendly, I'll tell them that I tried. > > RIP. > Dammit, Scott, some of us would have liked to keep it, seeing as how > we consider those offended and/or annoyed to be not worth our > attention. You are making unwarranted assumptions about why people object to the menu. I would like to see it come back, but without the fancy frames, escape sequences and ascii art. Just one line per option, and instructions. The Escape key (instead of 6) should drop you to the loader prompt. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Nov 29 21:28:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F213816A4CE; Mon, 29 Nov 2004 21:28:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E119843D49; Mon, 29 Nov 2004 21:28:13 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATLSDa4033512; Mon, 29 Nov 2004 21:28:13 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATLSDMp033511; Mon, 29 Nov 2004 21:28:13 GMT (envelope-from ache) Message-Id: <200411292128.iATLSDMp033511@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 29 Nov 2004 21:28:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/unarj Makefileports/archivers/unarj/files patch-00-over-unarj.c patch-01-path-Makefile patch-01-path-unarj.c sanitize.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:28:14 -0000 ache 2004-11-29 21:28:13 UTC FreeBSD ports repository Modified files: archivers/unarj Makefile Added files: archivers/unarj/files patch-00-over-unarj.c patch-01-path-Makefile patch-01-path-unarj.c sanitize.c Log: Close two vulnerabilities Submitted by: simon Revision Changes Path 1.20 +4 -0 ports/archivers/unarj/Makefile 1.1 +47 -0 ports/archivers/unarj/files/patch-00-over-unarj.c (new) 1.1 +13 -0 ports/archivers/unarj/files/patch-01-path-Makefile (new) 1.1 +25 -0 ports/archivers/unarj/files/patch-01-path-unarj.c (new) 1.1 +81 -0 ports/archivers/unarj/files/sanitize.c (new) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 21:30:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B2D916A4CE; Mon, 29 Nov 2004 21:30:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 168E743D5D; Mon, 29 Nov 2004 21:30:54 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATLUrGh033675; Mon, 29 Nov 2004 21:30:53 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATLUrgT033674; Mon, 29 Nov 2004 21:30:53 GMT (envelope-from mux) Message-Id: <200411292130.iATLUrgT033674@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 29 Nov 2004 21:30:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:30:54 -0000 mux 2004-11-29 21:30:53 UTC FreeBSD src repository Modified files: . access Log: Please welcome Jean-Sebastien Pedron (dumbbell@) as a new src committer. Jean-Sebastien has implemented read-only reiserfs support for FreeBSD and will continue working on this, as well as anything that he thinks may be interesting. I'll be his mentor. Approved by: core Revision Changes Path 1.684 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Mon Nov 29 21:43:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EF8416A4F3; Mon, 29 Nov 2004 21:43:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A42543D39; Mon, 29 Nov 2004 21:43:39 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATLhc8F034692; Mon, 29 Nov 2004 21:43:39 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATLhcZd034691; Mon, 29 Nov 2004 21:43:38 GMT (envelope-from ceri) Message-Id: <200411292143.iATLhcZd034691@repoman.freebsd.org> From: Ceri Davies Date: Mon, 29 Nov 2004 21:43:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide article.sgml doc/en_US.ISO8859-1/articles/diskless-x article.sgml doc/en_US.ISO8859-1/articles/java-tomcat article.sgml doc/en_US.ISO8859-1/articles/serial-uart... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:43:39 -0000 ceri 2004-11-29 21:43:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml en_US.ISO8859-1/articles/diskless-x article.sgml en_US.ISO8859-1/articles/java-tomcat article.sgml en_US.ISO8859-1/articles/pxe article.sgml en_US.ISO8859-1/articles/serial-uart article.sgml en_US.ISO8859-1/articles/solid-state article.sgml en_US.ISO8859-1/articles/storage-devices article.sgml en_US.ISO8859-1/books/arch-handbook/boot chapter.sgml en_US.ISO8859-1/books/arch-handbook/mac chapter.sgml en_US.ISO8859-1/books/corp-net-guide book.sgml en_US.ISO8859-1/books/developers-handbook/dma chapter.sgml en_US.ISO8859-1/books/developers-handbook/introduction chapter.sgml en_US.ISO8859-1/books/developers-handbook/secure chapter.sgml en_US.ISO8859-1/books/faq book.sgml en_US.ISO8859-1/books/fdp-primer book.sgml en_US.ISO8859-1/books/fdp-primer/sgml-markup chapter.sgml en_US.ISO8859-1/books/fdp-primer/sgml-primer chapter.sgml en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml en_US.ISO8859-1/books/handbook/basics chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/desktop chapter.sgml en_US.ISO8859-1/books/handbook/eresources chapter.sgml en_US.ISO8859-1/books/handbook/l10n chapter.sgml en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml en_US.ISO8859-1/books/handbook/mail chapter.sgml en_US.ISO8859-1/books/handbook/multimedia chapter.sgml en_US.ISO8859-1/books/handbook/network-servers chapter.sgml en_US.ISO8859-1/books/handbook/ports chapter.sgml en_US.ISO8859-1/books/handbook/printing chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml en_US.ISO8859-1/books/handbook/users chapter.sgml en_US.ISO8859-1/books/handbook/x11 chapter.sgml en_US.ISO8859-1/books/porters-handbook book.sgml Log: Internet Explorer fails to render some tables generated by the informaltable element properly, unless the pgwide attribute is explicitly set to 1. Use this consistently within the (en) tree, and update the FDP accordingly. This should finally silence the demons in: PR: docs/73095 Submitted by: Hilko Meyer Revision Changes Path 1.217 +6 -6 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml 1.17 +1 -1 doc/en_US.ISO8859-1/articles/diskless-x/article.sgml 1.25 +1 -1 doc/en_US.ISO8859-1/articles/java-tomcat/article.sgml 1.25 +1 -1 doc/en_US.ISO8859-1/articles/pxe/article.sgml 1.13 +4 -4 doc/en_US.ISO8859-1/articles/serial-uart/article.sgml 1.13 +3 -3 doc/en_US.ISO8859-1/articles/solid-state/article.sgml 1.15 +1 -1 doc/en_US.ISO8859-1/articles/storage-devices/article.sgml 1.22 +2 -2 doc/en_US.ISO8859-1/books/arch-handbook/boot/chapter.sgml 1.38 +151 -151 doc/en_US.ISO8859-1/books/arch-handbook/mac/chapter.sgml 1.11 +2 -2 doc/en_US.ISO8859-1/books/corp-net-guide/book.sgml 1.6 +6 -6 doc/en_US.ISO8859-1/books/developers-handbook/dma/chapter.sgml 1.13 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/introduction/chapter.sgml 1.24 +1 -1 doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml 1.672 +5 -5 doc/en_US.ISO8859-1/books/faq/book.sgml 1.26 +2 -2 doc/en_US.ISO8859-1/books/fdp-primer/book.sgml 1.67 +9 -3 doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml 1.42 +1 -1 doc/en_US.ISO8859-1/books/fdp-primer/sgml-primer/chapter.sgml 1.353 +6 -6 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml 1.127 +4 -4 doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml 1.191 +2 -2 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.43 +6 -6 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml 1.151 +6 -6 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml 1.105 +3 -3 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1.116 +17 -17 doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.123 +1 -1 doc/en_US.ISO8859-1/books/handbook/mail/chapter.sgml 1.102 +2 -2 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml 1.40 +5 -5 doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml 1.229 +1 -1 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 1.91 +3 -3 doc/en_US.ISO8859-1/books/handbook/printing/chapter.sgml 1.246 +1 -1 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml 1.96 +4 -4 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml 1.51 +1 -1 doc/en_US.ISO8859-1/books/handbook/users/chapter.sgml 1.156 +1 -1 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml 1.497 +4 -4 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 21:49:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A4AA16A4D0 for ; Mon, 29 Nov 2004 21:49:13 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D70743D41 for ; Mon, 29 Nov 2004 21:49:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 27016 invoked from network); 29 Nov 2004 21:49:12 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 29 Nov 2004 21:49:12 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iATLn1CR081672; Mon, 29 Nov 2004 16:49:09 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Poul-Henning Kamp Date: Mon, 29 Nov 2004 15:59:19 -0500 User-Agent: KMail/1.6.2 References: <200411251207.iAPC7SuZ018630@repoman.freebsd.org> In-Reply-To: <200411251207.iAPC7SuZ018630@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411291559.19275.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:49:13 -0000 On Thursday 25 November 2004 07:07 am, Poul-Henning Kamp wrote: > phk 2004-11-25 12:07:28 UTC > > FreeBSD src repository > > Modified files: > sys/kern syscalls.master > Log: > Mark mount, unmount and nmount MPSAFE compat32? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Nov 29 21:49:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1BD416A4EE for ; Mon, 29 Nov 2004 21:49:14 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F70643D41 for ; Mon, 29 Nov 2004 21:49:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 27055 invoked from network); 29 Nov 2004 21:49:14 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 29 Nov 2004 21:49:13 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iATLn1CS081672; Mon, 29 Nov 2004 16:49:10 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Robert Watson Date: Mon, 29 Nov 2004 16:48:09 -0500 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411291648.10387.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 21:49:17 -0000 On Monday 29 November 2004 05:25 am, Robert Watson wrote: > On Mon, 29 Nov 2004, Scott Long wrote: > > Disable the beastie menu. It offends some and annoys everyone else, > > and I'm frankly tired of the controversy. When people ask me why FreeBSD > > isn't user- friendly, I'll tell them that I tried. RIP. > > I thought that most of the objections I heard were to the Beastie, not the > menu, but perhaps I misunderstood... The only technical objection I've > had to the menu is that the clear screen it issues before rendering causes > some terminal emulators to loose some scroll back, suggesting we might > want to generate a CR, 25 LF's, then pick up with the menu to push the > console contents present previously outside the area cleared. I've seen > one or two bug reports where panic messages have been obscured as a result > of the clear screen but that's easy to work around. > > FWIW, I think the menu is a very good idea, as it provides users wth an > easy option to disable ACPI and try variations on hardware probing on > i386, which sadly, is highly necessary. Especially with the 2-4 year old > generation of machine that is typically available to "experiment with" and > suffers from the worst ACPI quirkiness. I personally don't use the menu on my machines as I have 'set blah' and 'boot blah -x' hardcoded into my brain/hands, but I do think the menu is very useful for users doing installs, esp. the disable ACPI and safe mode options. I even explicitly made sure it was there on the newer splitfs-based boot floppies. I know that I've said I didn't personally use the menu in the past, but I probably didn't mention in the same breath that it does make it easier for non-eccentric users (i.e., people who aren't weird like me) to use and install FreeBSD, and I'm sorry I didn't mention that earlier. As far as the Beastie image is concerned: I wear BSD T-shirts all the time. As far as what I believe and know about Christianity, Beastie artwork, ASCII and otherwise, has basically zero impact on things like eternal fate of my soul, etc. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Mon Nov 29 22:58:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F2AA16A4CE; Mon, 29 Nov 2004 22:58:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE2943D31; Mon, 29 Nov 2004 22:58:32 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATMwW8f036960; Mon, 29 Nov 2004 22:58:32 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATMwW8J036959; Mon, 29 Nov 2004 22:58:32 GMT (envelope-from ps) Message-Id: <200411292258.iATMwW8J036959@repoman.freebsd.org> From: Paul Saab Date: Mon, 29 Nov 2004 22:58:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 22:58:33 -0000 ps 2004-11-29 22:58:32 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: When upgrading the shared lock to an exclusive lock, if we discover that the exclusive lock is already held, then we call panic. Don't clobber internal lock state before panic'ing. This change improves debugging if this case were to happen. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.77 +2 -3 src/sys/kern/kern_lock.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:05:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B850E16A4CE; Mon, 29 Nov 2004 23:05:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C9F43D55; Mon, 29 Nov 2004 23:05:30 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATN5Uqq037178; Mon, 29 Nov 2004 23:05:30 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATN5Us7037177; Mon, 29 Nov 2004 23:05:30 GMT (envelope-from ps) Message-Id: <200411292305.iATN5Us7037177@repoman.freebsd.org> From: Paul Saab Date: Mon, 29 Nov 2004 23:05:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:05:30 -0000 ps 2004-11-29 23:05:30 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Fix for a bug in nfs_mkdir() that called vrele() instead of vput() in the error cases, causing panics. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.227 +2 -2 src/sys/nfsclient/nfs_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:09:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2478216A4CE; Mon, 29 Nov 2004 23:09:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F355243D5C; Mon, 29 Nov 2004 23:09:07 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATN97oD037334; Mon, 29 Nov 2004 23:09:07 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATN97B1037333; Mon, 29 Nov 2004 23:09:07 GMT (envelope-from ps) Message-Id: <200411292309.iATN97B1037333@repoman.freebsd.org> From: Paul Saab Date: Mon, 29 Nov 2004 23:09:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:09:08 -0000 ps 2004-11-29 23:09:07 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Make soreceive(MSG_DONTWAIT) nonblocking. If MSG_DONTWAIT is passed into soreceive(), then pass in M_DONTWAIT to m_copym(). Also fix up error handling for the case where m_copym() returns failure. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.218 +21 -3 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:10:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FE2316A4CE; Mon, 29 Nov 2004 23:10:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7AA43D1F; Mon, 29 Nov 2004 23:10:59 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNAxj2037508; Mon, 29 Nov 2004 23:10:59 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNAxqZ037507; Mon, 29 Nov 2004 23:10:59 GMT (envelope-from ps) Message-Id: <200411292310.iATNAxqZ037507@repoman.freebsd.org> From: Paul Saab Date: Mon, 29 Nov 2004 23:10:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys socket.h src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:10:59 -0000 ps 2004-11-29 23:10:59 UTC FreeBSD src repository Modified files: sys/sys socket.h sys/kern uipc_socket.c Log: If soreceive() is called from a socket callback, there's no reason to do a window update to the peer (thru an ACK) from soreceive() itself. TCP will do that upon return from the socket callback. Sending a window update from soreceive() results in a lock reversal. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.219 +7 -1 src/sys/kern/uipc_socket.c 1.84 +3 -0 src/sys/sys/socket.h From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:23:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9F616A4CE; Mon, 29 Nov 2004 23:23:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A7643D45; Mon, 29 Nov 2004 23:23:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNNIn6037893; Mon, 29 Nov 2004 23:23:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNNIX8037892; Mon, 29 Nov 2004 23:23:18 GMT (envelope-from marcus) Message-Id: <200411292323.iATNNIX8037892@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 29 Nov 2004 23:23:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.gnome.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:23:18 -0000 marcus 2004-11-29 23:23:18 UTC FreeBSD ports repository Modified files: Mk bsd.gnome.mk Log: Don't always create a ${PREFIX}/etc/gconf directory if gconf is one of the port's dependencies. Instead, only create this directory if the port will actually install GConf schemas. Also, do the creation in pre-su-install as we may not be root in pre-install. Spotted by: pav Tested by: pav Revision Changes Path 1.84 +8 -10 ports/Mk/bsd.gnome.mk From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:25:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1268616A4CE; Mon, 29 Nov 2004 23:25:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E477143D45; Mon, 29 Nov 2004 23:25:56 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNPuZ8038001; Mon, 29 Nov 2004 23:25:56 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNPuLw038000; Mon, 29 Nov 2004 23:25:56 GMT (envelope-from peter) Message-Id: <200411292325.iATNPuLw038000@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Nov 2004 23:25:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:25:57 -0000 peter 2004-11-29 23:25:56 UTC FreeBSD src repository Modified files: sys/amd64/amd64 vm_machdep.c Log: Take advantage of the shutdown processing being wired to the BSP and eliminate the evil cpu_reset_proxy code now that it will never be activated. i386 should pick this up as well. Revision Changes Path 1.239 +3 -45 src/sys/amd64/amd64/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:27:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C0616A4CE; Mon, 29 Nov 2004 23:27:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3410443D41; Mon, 29 Nov 2004 23:27:08 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNR8Jt038048; Mon, 29 Nov 2004 23:27:08 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNR8cH038047; Mon, 29 Nov 2004 23:27:08 GMT (envelope-from peter) Message-Id: <200411292327.iATNR8cH038047@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Nov 2004 23:27:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:27:08 -0000 peter 2004-11-29 23:27:08 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: MFi386: join the %cr0 setup line now that i386 has lost the I386 ifdefs. Revision Changes Path 1.625 +1 -2 src/sys/amd64/amd64/machdep.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:40:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 508A516A4CE; Mon, 29 Nov 2004 23:40:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC5A43D66; Mon, 29 Nov 2004 23:40:18 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNeHaX039217; Mon, 29 Nov 2004 23:40:17 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNeHVA039216; Mon, 29 Nov 2004 23:40:17 GMT (envelope-from peter) Message-Id: <200411292340.iATNeHVA039216@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Nov 2004 23:40:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/vinum vinumio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:40:18 -0000 peter 2004-11-29 23:40:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/vinum vinumio.c Log: Teach vinum that amd64 has slices. I'm lost for words. Submitted by: Javier Ramirez PR: 72333 Revision Changes Path 1.100.2.1 +2 -2 src/sys/dev/vinum/vinumio.c From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:42:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBFA316A4CE; Mon, 29 Nov 2004 23:42:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97FE743D46; Mon, 29 Nov 2004 23:42:59 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNgx3S039335; Mon, 29 Nov 2004 23:42:59 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNgxMu039334; Mon, 29 Nov 2004 23:42:59 GMT (envelope-from josef) Message-Id: <200411292342.iATNgxMu039334@repoman.freebsd.org> From: Josef El-Rayes Date: Mon, 29 Nov 2004 23:42:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:42:59 -0000 josef 2004-11-29 23:42:59 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Add my wishes for santa claus and christmas. Revision Changes Path 1.280 +9 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:48:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2154B16A4CE; Mon, 29 Nov 2004 23:48:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF22F43D55; Mon, 29 Nov 2004 23:48:33 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNmXYW039625; Mon, 29 Nov 2004 23:48:33 GMT (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNmXR1039623; Mon, 29 Nov 2004 23:48:33 GMT (envelope-from archie) Message-Id: <200411292348.iATNmXR1039623@repoman.freebsd.org> From: Archie Cobbs Date: Mon, 29 Nov 2004 23:48:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/classpath Makefile distinfo patch-native::jni::gtk-peer::gthread-jni.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:48:34 -0000 archie 2004-11-29 23:48:33 UTC FreeBSD ports repository Modified files: java/classpath Makefile distinfo Removed files: java/classpath/files patch-native::jni::gtk-peer::gthread-jni.c Log: Update to version 0.12. Revision Changes Path 1.5 +2 -3 ports/java/classpath/Makefile 1.2 +2 -2 ports/java/classpath/distinfo 1.2 +0 -14 ports/java/classpath/files/patch-native::jni::gtk-peer::gthread-jni.c (dead) From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:51:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C4816A4CF; Mon, 29 Nov 2004 23:51:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F32AA43D68; Mon, 29 Nov 2004 23:51:28 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNpS7Z039789; Mon, 29 Nov 2004 23:51:28 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNpSgS039788; Mon, 29 Nov 2004 23:51:28 GMT (envelope-from peter) Message-Id: <200411292351.iATNpSgS039788@repoman.freebsd.org> From: Peter Wemm Date: Mon, 29 Nov 2004 23:51:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/gnu/lib/libobjc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:51:30 -0000 peter 2004-11-29 23:51:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/lib/libobjc Makefile Log: MFC: Turn libobjc.so on for amd64. GNUstep needs it, for example. The original reason libobjc.so was disabled has almost been lost in time. PR: 71674 Submitted by: Pete French Revision Changes Path 1.20.2.1 +6 -1 src/gnu/lib/libobjc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:51:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61DF716A4DF; Mon, 29 Nov 2004 23:51:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBE243D41; Mon, 29 Nov 2004 23:51:43 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNphTw039849; Mon, 29 Nov 2004 23:51:43 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNphok039848; Mon, 29 Nov 2004 23:51:43 GMT (envelope-from ahze) Message-Id: <200411292351.iATNphok039848@repoman.freebsd.org> From: Michael Johnson Date: Mon, 29 Nov 2004 23:51:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:51:43 -0000 ahze 2004-11-29 23:51:43 UTC FreeBSD ports repository Modified files: . MOVED Log: move audio/mBox --> audio/mbox Revision Changes Path 1.575 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:52:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2728E16A4CE; Mon, 29 Nov 2004 23:52:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0328F43D48; Mon, 29 Nov 2004 23:52:07 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNq6gS039888; Mon, 29 Nov 2004 23:52:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNq6fS039887; Mon, 29 Nov 2004 23:52:06 GMT (envelope-from ahze) Message-Id: <200411292352.iATNq6fS039887@repoman.freebsd.org> From: Michael Johnson Date: Mon, 29 Nov 2004 23:52:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:52:07 -0000 ahze 2004-11-29 23:52:06 UTC FreeBSD ports repository Modified files: . modules Log: Remove ports/audio/mBox Revision Changes Path 1.11464 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Nov 29 23:52:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F14AB16A4CE; Mon, 29 Nov 2004 23:52:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E099A43D3F; Mon, 29 Nov 2004 23:52:29 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iATNqTZZ039972; Mon, 29 Nov 2004 23:52:29 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iATNqTVV039971; Mon, 29 Nov 2004 23:52:29 GMT (envelope-from ahze) Message-Id: <200411292352.iATNqTVV039971@repoman.freebsd.org> From: Michael Johnson Date: Mon, 29 Nov 2004 23:52:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/mbox Makefile pkg-descr ports/audio/mBox Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 23:52:30 -0000 ahze 2004-11-29 23:52:29 UTC FreeBSD ports repository Modified files: audio Makefile audio/mbox Makefile pkg-descr Removed files: audio/mBox Makefile distinfo pkg-descr pkg-plist Log: - Remove audio/mBox and merge changes in to audio/mbox since these ports are duplicate with same maintainer as audio/mBox Revision Changes Path 1.571 +0 -1 ports/audio/Makefile 1.3 +0 -34 ports/audio/mBox/Makefile (dead) 1.2 +0 -2 ports/audio/mBox/distinfo (dead) 1.2 +0 -18 ports/audio/mBox/pkg-descr (dead) 1.2 +0 -44 ports/audio/mBox/pkg-plist (dead) 1.3 +13 -14 ports/audio/mbox/Makefile 1.2 +15 -15 ports/audio/mbox/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Nov 30 00:06:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54A216A4CE; Tue, 30 Nov 2004 00:06:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A37DF43D2F; Tue, 30 Nov 2004 00:06:04 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU064eK040459; Tue, 30 Nov 2004 00:06:04 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU064ER040458; Tue, 30 Nov 2004 00:06:04 GMT (envelope-from kris) Message-Id: <200411300006.iAU064ER040458@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 30 Nov 2004 00:06:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/p-interp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:06:04 -0000 kris 2004-11-30 00:06:04 UTC FreeBSD ports repository Modified files: emulators/p-interp Makefile Log: BROKEN on 5.x: Does not compile Revision Changes Path 1.10 +4 -0 ports/emulators/p-interp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 00:21:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD7C716A4CE; Tue, 30 Nov 2004 00:21:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC49C43D48; Tue, 30 Nov 2004 00:21:23 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU0LNgh040965; Tue, 30 Nov 2004 00:21:23 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU0LNvL040964; Tue, 30 Nov 2004 00:21:23 GMT (envelope-from pav) Message-Id: <200411300021.iAU0LNvL040964@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 30 Nov 2004 00:21:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/science/gchempaint Makefile distinfo patch-libgcpcanvas-gcp-canvas-rich-text.c patch-libgcpcanvas-gcp-canvas-text.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:21:23 -0000 pav 2004-11-30 00:21:23 UTC FreeBSD ports repository Modified files: science/gchempaint Makefile distinfo Added files: science/gchempaint/files patch-libgcpcanvas-gcp-canvas-rich-text.c patch-libgcpcanvas-gcp-canvas-text.c Log: - Update to 0.4.9 Revision Changes Path 1.24 +1 -1 ports/science/gchempaint/Makefile 1.15 +2 -2 ports/science/gchempaint/distinfo 1.3 +31 -0 ports/science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-rich-text.c (new) 1.1 +19 -0 ports/science/gchempaint/files/patch-libgcpcanvas-gcp-canvas-text.c (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 00:25:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A11816A4CE; Tue, 30 Nov 2004 00:25:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B4243D60; Tue, 30 Nov 2004 00:25:26 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU0PQ2G041081; Tue, 30 Nov 2004 00:25:26 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU0PQZ1041080; Tue, 30 Nov 2004 00:25:26 GMT (envelope-from peter) Message-Id: <200411300025.iAU0PQZ1041080@repoman.freebsd.org> From: Peter Wemm Date: Tue, 30 Nov 2004 00:25:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_param.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:25:27 -0000 peter 2004-11-30 00:25:26 UTC FreeBSD src repository Modified files: sys/kern subr_param.c Log: Switch from 1024hz to 1000hz on amd64 to match i386. 1024 is a bad choice because it is so in sync with stathz (128hz or 4096hz etc). Revision Changes Path 1.68 +1 -3 src/sys/kern/subr_param.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 00:29:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7741316A4CE; Tue, 30 Nov 2004 00:29:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 542DE43D3F; Tue, 30 Nov 2004 00:29:03 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU0T34C041216; Tue, 30 Nov 2004 00:29:03 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU0T3Iq041215; Tue, 30 Nov 2004 00:29:03 GMT (envelope-from kris) Message-Id: <200411300029.iAU0T3Iq041215@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 30 Nov 2004 00:29:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/xbl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:29:03 -0000 kris 2004-11-30 00:29:03 UTC FreeBSD ports repository Modified files: games/xbl Makefile Log: BROKEN: Missing dependency Revision Changes Path 1.20 +2 -0 ports/games/xbl/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 00:55:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ACA916A4CE; Tue, 30 Nov 2004 00:55:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA75643D2F; Tue, 30 Nov 2004 00:55:49 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU0tn33048398; Tue, 30 Nov 2004 00:55:49 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU0tnB0048397; Tue, 30 Nov 2004 00:55:49 GMT (envelope-from peter) Message-Id: <200411300055.iAU0tnB0048397@repoman.freebsd.org> From: Peter Wemm Date: Tue, 30 Nov 2004 00:55:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 gdb_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 00:55:50 -0000 peter 2004-11-30 00:55:49 UTC FreeBSD src repository Modified files: sys/amd64/amd64 gdb_machdep.c Log: Update the gdb register extraction support to use the pcb wherever possible, like on i386. Registers are handled differently for caller vs callee saved registers. Revision Changes Path 1.2 +33 -23 src/sys/amd64/amd64/gdb_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 01:22:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 236F316A4CE; Tue, 30 Nov 2004 01:22:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B95A243D45; Tue, 30 Nov 2004 01:22:23 +0000 (GMT) (envelope-from mharo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU1MN0J049309; Tue, 30 Nov 2004 01:22:23 GMT (envelope-from mharo@repoman.freebsd.org) Received: (from mharo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU1MN27049308; Tue, 30 Nov 2004 01:22:23 GMT (envelope-from mharo) Message-Id: <200411300122.iAU1MN27049308@repoman.freebsd.org> From: Michael Haro Date: Tue, 30 Nov 2004 01:22:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/sudo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 01:22:24 -0000 mharo 2004-11-30 01:22:23 UTC FreeBSD ports repository Modified files: security/sudo Makefile distinfo Log: Update to 1.6.8p5 Revision Changes Path 1.70 +2 -2 ports/security/sudo/Makefile 1.43 +2 -2 ports/security/sudo/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 01:50:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98E516A4CE; Tue, 30 Nov 2004 01:50:02 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1BF643D1D; Tue, 30 Nov 2004 01:50:02 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id B73055CA0F; Mon, 29 Nov 2004 17:50:02 -0800 (PST) Date: Mon, 29 Nov 2004 17:50:02 -0800 From: Alfred Perlstein To: Scott Long Message-ID: <20041130015002.GK69608@elvis.mu.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41AA904F.708@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: src-committers@freebsd.org cc: davidxu@freebsd.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 01:50:03 -0000 * Scott Long [041128 18:57] wrote: > M. Warner Losh wrote: > >In message: <41AA86D1.7070105@freebsd.org> > > Scott Long writes: > >: For those who think that ease-of-use is important, please accept my > >: apologies. > > > >One could easily have a 'safeboot' command, which would disable all > >the things that the safe boot menu item used to do. > > > >Warner > > safeboot isn't the same as 'disable acpi'. It was actually quite useful > to disable ACPI but still leave ATA-DMA and SMP enabled. Agreed. -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Tue Nov 30 01:54:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29F4516A4CE; Tue, 30 Nov 2004 01:54:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F9443D58; Tue, 30 Nov 2004 01:54:13 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU1sC8f050241; Tue, 30 Nov 2004 01:54:12 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU1sCAT050240; Tue, 30 Nov 2004 01:54:12 GMT (envelope-from ahze) Message-Id: <200411300154.iAU1sCAT050240@repoman.freebsd.org> From: Michael Johnson Date: Tue, 30 Nov 2004 01:54:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/rpc2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 01:54:13 -0000 ahze 2004-11-30 01:54:12 UTC FreeBSD ports repository Modified files: devel/rpc2 Makefile distinfo pkg-plist Log: Update to 1.23 PR: ports/74036 Submitted by: maintainer Revision Changes Path 1.15 +2 -2 ports/devel/rpc2/Makefile 1.10 +2 -2 ports/devel/rpc2/distinfo 1.8 +0 -3 ports/devel/rpc2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 02:56:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94CFD16A4CE; Tue, 30 Nov 2004 02:56:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A99D43D55; Tue, 30 Nov 2004 02:56:53 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU2urnP052400; Tue, 30 Nov 2004 02:56:53 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU2urva052399; Tue, 30 Nov 2004 02:56:53 GMT (envelope-from marcel) Message-Id: <200411300256.iAU2urva052399@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 30 Nov 2004 02:56:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 02:56:53 -0000 marcel 2004-11-30 02:56:53 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/kgdb Makefile Log: s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files for libgdb and should do so here as well. Revision Changes Path 1.2 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 03:23:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52D016A4CE; Tue, 30 Nov 2004 03:23:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 917AD43D1D; Tue, 30 Nov 2004 03:23:35 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU3NZwp053500; Tue, 30 Nov 2004 03:23:35 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU3NZrW053499; Tue, 30 Nov 2004 03:23:35 GMT (envelope-from bms) Message-Id: <200411300323.iAU3NZrW053499@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 30 Nov 2004 03:23:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_param.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:23:35 -0000 bms 2004-11-30 03:23:35 UTC FreeBSD src repository Modified files: sys/kern subr_param.c Log: Fix the build. Revision Changes Path 1.69 +2 -2 src/sys/kern/subr_param.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 03:25:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B968916A4CE; Tue, 30 Nov 2004 03:25:45 +0000 (GMT) Received: from daintree.corp.yahoo.com (daintree.corp.yahoo.com [216.145.52.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id A24CC43D3F; Tue, 30 Nov 2004 03:25:45 +0000 (GMT) (envelope-from peter@wemm.org) Received: by daintree.corp.yahoo.com (Postfix, from userid 2154) id 997AC19767; Mon, 29 Nov 2004 19:25:45 -0800 (PST) From: Peter Wemm To: Bruce M Simpson Date: Mon, 29 Nov 2004 19:25:44 -0800 User-Agent: KMail/1.7.1 References: <200411300323.iAU3NZrW053499@repoman.freebsd.org> In-Reply-To: <200411300323.iAU3NZrW053499@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411291925.45161.peter@wemm.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_param.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 03:25:45 -0000 On Monday 29 November 2004 07:23 pm, Bruce M Simpson wrote: > bms 2004-11-30 03:23:35 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_param.c > Log: > Fix the build. Reviewed by: dumbass who broke the build -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Tue Nov 30 04:27:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A57616A4CE; Tue, 30 Nov 2004 04:27:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 474E843D45; Tue, 30 Nov 2004 04:27:05 +0000 (GMT) (envelope-from pat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU4R5Fp055387; Tue, 30 Nov 2004 04:27:05 GMT (envelope-from pat@repoman.freebsd.org) Received: (from pat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU4R5fU055386; Tue, 30 Nov 2004 04:27:05 GMT (envelope-from pat) Message-Id: <200411300427.iAU4R5fU055386@repoman.freebsd.org> From: Patrick Li Date: Tue, 30 Nov 2004 04:27:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/wmapmload Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 04:27:05 -0000 pat 2004-11-30 04:27:05 UTC FreeBSD ports repository Modified files: sysutils/wmapmload Makefile distinfo Log: Update to 0.3.3 Revision Changes Path 1.7 +1 -5 ports/sysutils/wmapmload/Makefile 1.5 +2 -2 ports/sysutils/wmapmload/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 04:34:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 299C716A4CE; Tue, 30 Nov 2004 04:34:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 054E043D1F; Tue, 30 Nov 2004 04:34:59 +0000 (GMT) (envelope-from pat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU4Ywdg055642; Tue, 30 Nov 2004 04:34:58 GMT (envelope-from pat@repoman.freebsd.org) Received: (from pat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU4YwPM055641; Tue, 30 Nov 2004 04:34:58 GMT (envelope-from pat) Message-Id: <200411300434.iAU4YwPM055641@repoman.freebsd.org> From: Patrick Li Date: Tue, 30 Nov 2004 04:34:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/wmupmon Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 04:34:59 -0000 pat 2004-11-30 04:34:58 UTC FreeBSD ports repository Modified files: sysutils/wmupmon Makefile distinfo pkg-descr Log: Update to 0.1.2 Revision Changes Path 1.4 +3 -3 ports/sysutils/wmupmon/Makefile 1.3 +2 -2 ports/sysutils/wmupmon/distinfo 1.2 +1 -1 ports/sysutils/wmupmon/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Nov 30 05:04:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 575C016A4CE; Tue, 30 Nov 2004 05:04:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3238E43D54; Tue, 30 Nov 2004 05:04:26 +0000 (GMT) (envelope-from pat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU54QhR062992; Tue, 30 Nov 2004 05:04:26 GMT (envelope-from pat@repoman.freebsd.org) Received: (from pat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU54PoS062991; Tue, 30 Nov 2004 05:04:25 GMT (envelope-from pat) Message-Id: <200411300504.iAU54PoS062991@repoman.freebsd.org> From: Patrick Li Date: Tue, 30 Nov 2004 05:04:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/wmblob Makefile distinfo ports/x11/wmblob/files patch-Makefile patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:04:26 -0000 pat 2004-11-30 05:04:25 UTC FreeBSD ports repository Modified files: x11/wmblob Makefile distinfo Added files: x11/wmblob/files patch-configure Removed files: x11/wmblob/files patch-Makefile Log: Update to 1.0.3 Revision Changes Path 1.3 +9 -4 ports/x11/wmblob/Makefile 1.3 +2 -2 ports/x11/wmblob/distinfo 1.2 +0 -14 ports/x11/wmblob/files/patch-Makefile (dead) 1.1 +28 -0 ports/x11/wmblob/files/patch-configure (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 05:12:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF3B716A4CE; Tue, 30 Nov 2004 05:12:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C754D43D31; Tue, 30 Nov 2004 05:12:37 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU5Cbg3063505; Tue, 30 Nov 2004 05:12:37 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU5CbrV063504; Tue, 30 Nov 2004 05:12:37 GMT (envelope-from marcel) Message-Id: <200411300512.iAU5CbrV063504@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 30 Nov 2004 05:12:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/gdb Makefile.incsrc/gnu/usr.bin/gdb/arch/alpha Makefile src/gnu/usr.bin/gdb/arch/amd64 Makefile src/gnu/usr.bin/gdb/arch/ia64 Makefile src/gnu/usr.bin/gdb/arch/sparc64 Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:12:38 -0000 marcel 2004-11-30 05:12:37 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb Makefile.inc gnu/usr.bin/gdb/arch/alpha Makefile gnu/usr.bin/gdb/arch/amd64 Makefile gnu/usr.bin/gdb/arch/i386 Makefile gnu/usr.bin/gdb/arch/ia64 Makefile gnu/usr.bin/gdb/arch/sparc64 Makefile gnu/usr.bin/gdb/gdb Makefile gnu/usr.bin/gdb/gdbtui Makefile gnu/usr.bin/gdb/kgdb Makefile gnu/usr.bin/gdb/libgdb Makefile Log: Makefile (only) changes to allow building a cross debugger. Revision Changes Path 1.11 +6 -0 src/gnu/usr.bin/gdb/Makefile.inc 1.2 +4 -2 src/gnu/usr.bin/gdb/arch/alpha/Makefile 1.2 +6 -4 src/gnu/usr.bin/gdb/arch/amd64/Makefile 1.3 +5 -3 src/gnu/usr.bin/gdb/arch/i386/Makefile 1.2 +4 -1 src/gnu/usr.bin/gdb/arch/ia64/Makefile 1.2 +4 -2 src/gnu/usr.bin/gdb/arch/sparc64/Makefile 1.43 +1 -1 src/gnu/usr.bin/gdb/gdb/Makefile 1.4 +1 -1 src/gnu/usr.bin/gdb/gdbtui/Makefile 1.3 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile 1.6 +18 -6 src/gnu/usr.bin/gdb/libgdb/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 05:12:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5AD516A4D2; Tue, 30 Nov 2004 05:12:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAB0143D55; Tue, 30 Nov 2004 05:12:40 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU5CeRA063535; Tue, 30 Nov 2004 05:12:40 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU5CeYl063534; Tue, 30 Nov 2004 05:12:40 GMT (envelope-from kensmith) Message-Id: <200411300512.iAU5CeYl063534@repoman.freebsd.org> From: Ken Smith Date: Tue, 30 Nov 2004 05:12:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/4.11R Makefile docbook.css schedule.sgml todo.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 05:12:43 -0000 kensmith 2004-11-30 05:12:40 UTC FreeBSD doc repository Added files: en/releases/4.11R Makefile docbook.css schedule.sgml todo.sgml Log: Initial pass at setting up the 4.11 release docs. Schedule might need a 'reality check' from Scott. Not hooking it up to the build yet. Revision Changes Path 1.1 +15 -0 www/en/releases/4.11R/Makefile (new) 1.1 +165 -0 www/en/releases/4.11R/docbook.css (new) 1.1 +304 -0 www/en/releases/4.11R/schedule.sgml (new) 1.1 +63 -0 www/en/releases/4.11R/todo.sgml (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 06:07:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E29BE16A4CE; Tue, 30 Nov 2004 06:07:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C00FC43D1D; Tue, 30 Nov 2004 06:07:56 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU67uUC065165; Tue, 30 Nov 2004 06:07:56 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU67uKW065164; Tue, 30 Nov 2004 06:07:56 GMT (envelope-from lofi) Message-Id: <200411300607.iAU67uKW065164@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 30 Nov 2004 06:07:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/kkbswitch distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:07:57 -0000 lofi 2004-11-30 06:07:56 UTC FreeBSD ports repository Modified files: sysutils/kkbswitch distinfo Log: Distfile rerolled (changes to included RPM specfile), new checksum. PR: 74545 Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/sysutils/kkbswitch/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 06:10:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DDF16A4CE; Tue, 30 Nov 2004 06:10:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F88643D48; Tue, 30 Nov 2004 06:10:59 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6AxVM065325; Tue, 30 Nov 2004 06:10:59 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6AxDa065324; Tue, 30 Nov 2004 06:10:59 GMT (envelope-from marcus) Message-Id: <200411300610.iAU6AxDa065324@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 30 Nov 2004 06:10:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/accessibility/gnopernicus Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:10:59 -0000 marcus 2004-11-30 06:10:59 UTC FreeBSD ports repository Modified files: accessibility/gnopernicus Makefile distinfo Log: Update to 0.9.18. Revision Changes Path 1.17 +2 -2 ports/accessibility/gnopernicus/Makefile 1.10 +2 -2 ports/accessibility/gnopernicus/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 06:12:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9084416A4CE; Tue, 30 Nov 2004 06:12:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C7E343D64; Tue, 30 Nov 2004 06:12:30 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6CUcE065381; Tue, 30 Nov 2004 06:12:30 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6CUHg065380; Tue, 30 Nov 2004 06:12:30 GMT (envelope-from lkoeller) Message-Id: <200411300612.iAU6CUHg065380@repoman.freebsd.org> From: Lars Koeller Date: Tue, 30 Nov 2004 06:12:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:12:30 -0000 lkoeller 2004-11-30 06:12:30 UTC FreeBSD ports repository Modified files: sysutils/bacula Makefile Log: o) Output pkg-message only when server components are build. Revision Changes Path 1.37 +2 -1 ports/sysutils/bacula/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 06:18:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C28F16A4CE; Tue, 30 Nov 2004 06:18:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E941A43D45; Tue, 30 Nov 2004 06:18:46 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6IkQZ065610; Tue, 30 Nov 2004 06:18:46 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6IkQX065609; Tue, 30 Nov 2004 06:18:46 GMT (envelope-from njl) Message-Id: <200411300618.iAU6IkQX065609@repoman.freebsd.org> From: Nate Lawson Date: Tue, 30 Nov 2004 06:18:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:18:47 -0000 njl 2004-11-30 06:18:46 UTC FreeBSD src repository Modified files: sys/i386/i386 vm_machdep.c Log: MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on cpu 0. Also, restructure cpu_reset to be cleaner (no functional change.) Revision Changes Path 1.245 +12 -66 src/sys/i386/i386/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 06:21:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60D0716A4CE; Tue, 30 Nov 2004 06:21:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D3E843D62; Tue, 30 Nov 2004 06:21:06 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6L6R9065770; Tue, 30 Nov 2004 06:21:06 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6L66b065769; Tue, 30 Nov 2004 06:21:06 GMT (envelope-from lofi) Message-Id: <200411300621.iAU6L66b065769@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 30 Nov 2004 06:21:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/akregator Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:21:06 -0000 lofi 2004-11-30 06:21:06 UTC FreeBSD ports repository Modified files: www/akregator Makefile distinfo pkg-plist Log: Update to 1.0.b8 Revision Changes Path 1.8 +5 -3 ports/www/akregator/Makefile 1.6 +2 -2 ports/www/akregator/distinfo 1.5 +114 -3 ports/www/akregator/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 06:21:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45DDA16A4CE; Tue, 30 Nov 2004 06:21:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2309243D5E; Tue, 30 Nov 2004 06:21:39 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6LdPG065807; Tue, 30 Nov 2004 06:21:39 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6Ld7g065806; Tue, 30 Nov 2004 06:21:39 GMT (envelope-from njl) Message-Id: <200411300621.iAU6Ld7g065806@repoman.freebsd.org> From: Nate Lawson Date: Tue, 30 Nov 2004 06:21:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_shutdown.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:21:39 -0000 njl 2004-11-30 06:21:38 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c Log: Replace a printf with a KASSERT that we are indeed running on the BSP. Revision Changes Path 1.173 +1 -4 src/sys/kern/kern_shutdown.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 06:29:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD08A16A4CE; Tue, 30 Nov 2004 06:29:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B802243D41; Tue, 30 Nov 2004 06:29:40 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6TewG066088; Tue, 30 Nov 2004 06:29:40 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6Te5Y066087; Tue, 30 Nov 2004 06:29:40 GMT (envelope-from marcus) Message-Id: <200411300629.iAU6Te5Y066087@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 30 Nov 2004 06:29:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/epiphany Makefile distinfo pkg-plist ports/www/epiphany/files patch-embed_mozilla_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:29:41 -0000 marcus 2004-11-30 06:29:40 UTC FreeBSD ports repository Modified files: www/epiphany Makefile distinfo pkg-plist Removed files: www/epiphany/files patch-embed_mozilla_Makefile.in Log: Update to 1.4.6. Revision Changes Path 1.62 +1 -1 ports/www/epiphany/Makefile 1.33 +2 -2 ports/www/epiphany/distinfo 1.2 +0 -18 ports/www/epiphany/files/patch-embed_mozilla_Makefile.in (dead) 1.29 +3 -3 ports/www/epiphany/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 06:30:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6059C16A4CE; Tue, 30 Nov 2004 06:30:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3988543D39; Tue, 30 Nov 2004 06:30:29 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6UTGo066201; Tue, 30 Nov 2004 06:30:29 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6UTfA066200; Tue, 30 Nov 2004 06:30:29 GMT (envelope-from marcus) Message-Id: <200411300630.iAU6UTfA066200@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 30 Nov 2004 06:30:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/epiphany-extensions Makefile distinfo patch-extensions_smart-bookmarks_mozilla_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:30:29 -0000 marcus 2004-11-30 06:30:29 UTC FreeBSD ports repository Modified files: www/epiphany-extensions Makefile distinfo Removed files: www/epiphany-extensions/files patch-extensions_smart-bookmarks_mozilla_Makefile.in Log: Update to 1.4.3. Revision Changes Path 1.10 +1 -1 ports/www/epiphany-extensions/Makefile 1.6 +2 -2 ports/www/epiphany-extensions/distinfo 1.2 +0 -10 ports/www/epiphany-extensions/files/patch-extensions_smart-bookmarks_mozilla_Makefile.in (dead) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 06:50:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A014016A4CE; Tue, 30 Nov 2004 06:50:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CFEC43D55; Tue, 30 Nov 2004 06:50:56 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6oul5066795; Tue, 30 Nov 2004 06:50:56 GMT (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6ouCQ066794; Tue, 30 Nov 2004 06:50:56 GMT (envelope-from sf) Message-Id: <200411300650.iAU6ouCQ066794@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 30 Nov 2004 06:50:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/linux-mozilla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:50:56 -0000 sf 2004-11-30 06:50:56 UTC FreeBSD ports repository Modified files: www/linux-mozilla Makefile Log: don't assume superuser privilege at do-extract. Revision Changes Path 1.35 +2 -2 ports/www/linux-mozilla/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 06:55:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB8E016A4CE; Tue, 30 Nov 2004 06:55:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F6943D46; Tue, 30 Nov 2004 06:55:43 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU6thQJ066951; Tue, 30 Nov 2004 06:55:43 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU6th5L066950; Tue, 30 Nov 2004 06:55:43 GMT (envelope-from njl) Message-Id: <200411300655.iAU6th5L066950@repoman.freebsd.org> From: Nate Lawson Date: Tue, 30 Nov 2004 06:55:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 06:55:43 -0000 njl 2004-11-30 06:55:43 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Make sure the link array is big enough to hold both _CRS and _PRS resource lists. It used to be sized based only on _CRS, hence _PRS could perform an out-of-bounds access if it was larger (i.e., when there are dependent functions). Add asserts to detect this case. Note, this is only a temporary fix and I believe _PRS and _CRS should have separate arrays. Also, fix a typo where the wrong irq was being check for the APIC case. Submitted by: tegge Revision Changes Path 1.36 +30 -8 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 07:14:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61D3516A4CE; Tue, 30 Nov 2004 07:14:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF3B43D39; Tue, 30 Nov 2004 07:14:22 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU7ELlO067601; Tue, 30 Nov 2004 07:14:22 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU7ELv0067600; Tue, 30 Nov 2004 07:14:21 GMT (envelope-from lkoeller) Message-Id: <200411300714.iAU7ELv0067600@repoman.freebsd.org> From: Lars Koeller Date: Tue, 30 Nov 2004 07:14:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/palm/syncal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:14:22 -0000 lkoeller 2004-11-30 07:14:21 UTC FreeBSD ports repository Modified files: palm/syncal Makefile Log: o) I'm not using syncal anymore for several month so it would be best to give it back to ports. Revision Changes Path 1.17 +1 -1 ports/palm/syncal/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 07:35:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C538C16A4CE; Tue, 30 Nov 2004 07:35:18 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D682D43D2D; Tue, 30 Nov 2004 07:35:17 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU7ZEjk042203; Tue, 30 Nov 2004 09:35:14 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 39681-19; Tue, 30 Nov 2004 09:35:14 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU7ZENh042200 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 09:35:14 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAU7ZGoT093272; Tue, 30 Nov 2004 09:35:16 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 09:35:16 +0200 From: Ruslan Ermilov To: Marcel Moolenaar Message-ID: <20041130073515.GA92857@ip.net.ua> References: <200411300256.iAU2urva052399@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <200411300256.iAU2urva052399@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:35:18 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Marcel, On Tue, Nov 30, 2004 at 02:56:53AM +0000, Marcel Moolenaar wrote: > marcel 2004-11-30 02:56:53 UTC >=20 > FreeBSD src repository >=20 > Modified files: > gnu/usr.bin/gdb/kgdb Makefile=20 > Log: > s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files > for libgdb and should do so here as well. > =20 > Revision Changes Path > 1.2 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile >=20 We use TARGET_ARCH only for cross-tools. Once upon a time, gdb was a cross-tool (as part of gnu/usr.bin/binutils). Not anymore. If it's not going to change then we should be using MACHINE_ARCH. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrCKzqRfpzJluFF4RArGBAKCVM+aBGu5w9KHErcRh9JWk6nt2VgCgjLQ7 3/se1SzqV1HoyKy3OzY5MTM= =kwnx -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 07:55:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4347616A4CE; Tue, 30 Nov 2004 07:55:51 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE3643D5C; Tue, 30 Nov 2004 07:55:50 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id iAU7toOi088829; Mon, 29 Nov 2004 23:55:50 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <20041130073515.GA92857@ip.net.ua> References: <200411300256.iAU2urva052399@repoman.freebsd.org> <20041130073515.GA92857@ip.net.ua> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Mon, 29 Nov 2004 23:55:51 -0800 To: Ruslan Ermilov X-Mailer: Apple Mail (2.619) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:55:51 -0000 On Nov 29, 2004, at 11:35 PM, Ruslan Ermilov wrote: > On Tue, Nov 30, 2004 at 02:56:53AM +0000, Marcel Moolenaar wrote: >> marcel 2004-11-30 02:56:53 UTC >> >> FreeBSD src repository >> >> Modified files: >> gnu/usr.bin/gdb/kgdb Makefile >> Log: >> s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files >> for libgdb and should do so here as well. >> >> Revision Changes Path >> 1.2 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile >> > We use TARGET_ARCH only for cross-tools. Once upon a time, gdb > was a cross-tool (as part of gnu/usr.bin/binutils). Not anymore. > If it's not going to change then we should be using MACHINE_ARCH. I disagree. The fact that gdb is not a cross-tool in the buildworld sense of the meaning is because we don't need gdb to cross-build world. This does not mean that gdb cannot be a cross-tool from a developers point of view. In fact, it's really handy to be able to debug a kernel remotely when the debugger doesn't run on the same architecture as the kernel. I for one do not want to have 2 machines per architecture for the only reason that I want to debug a kernel remotely. So, I made some changes to work towards that goal. I see no problems or harm, especially since I'm not misusing TARGET_ARCH. The ability to build a cross-debugger is simply not utilized as part of a buildworld. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Nov 30 07:56:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B372F16A4DE; Tue, 30 Nov 2004 07:56:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9BE43D5A; Tue, 30 Nov 2004 07:56:11 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU7uBPH068933; Tue, 30 Nov 2004 07:56:11 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU7uBCQ068932; Tue, 30 Nov 2004 07:56:11 GMT (envelope-from seanc) Message-Id: <200411300756.iAU7uBCQ068932@repoman.freebsd.org> From: Sean Chittenden Date: Tue, 30 Nov 2004 07:56:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pmk Makefile pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 07:56:11 -0000 seanc 2004-11-30 07:56:10 UTC FreeBSD ports repository Modified files: devel/pmk Makefile pkg-plist Added files: devel/pmk pkg-install Log: Update pmk to run pmksetup by default and remove pmk.conf only if it's the same as the default config. Bump port version. Revision Changes Path 1.4 +12 -0 ports/devel/pmk/Makefile 1.1 +16 -0 ports/devel/pmk/pkg-install (new) 1.3 +3 -0 ports/devel/pmk/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:00:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 178EC16A4CE; Tue, 30 Nov 2004 08:00:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC9543D31; Tue, 30 Nov 2004 08:00:14 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU80ErA069108; Tue, 30 Nov 2004 08:00:14 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU80EBA069107; Tue, 30 Nov 2004 08:00:14 GMT (envelope-from imp) Message-Id: <200411300800.iAU80EBA069107@repoman.freebsd.org> From: Warner Losh Date: Tue, 30 Nov 2004 08:00:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_pc98.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:00:15 -0000 imp 2004-11-30 08:00:14 UTC FreeBSD src repository Modified files: sys/geom geom_pc98.c Log: Reject tasting of this provider if the sector size isn't a multiple of 512. If I had an audio cdrom in my cd player when I booted my system, I'd get a panic from geom because you can't read 8192 bytes from an audio cdrom. Remove XXX comment about IPL1 and replace it with some information from my soon to be published web page on the pc98 disk layout. The IPL1 test was the result of an observation of a disk with FreeBSD's boot0 program. It was testing part of an area what appears to be reserved for a boot loader name, which comes after a jump over this area. I don't yet know if it is required to be any specific jump instruction, or if the destination has to be location 11. [1] [1] FreeBSD Press No. 13, page 115, poorly translated by myself. The picture there shows offset 8 as the destination of the jump, but FreeBSD's boot0 program has three padding NULs after the IPL1 name and uses a 16-bit 'jmp' instruction. Revision Changes Path 1.50 +6 -3 src/sys/geom/geom_pc98.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:05:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C1DF16A4CE; Tue, 30 Nov 2004 08:05:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 191A043D45; Tue, 30 Nov 2004 08:05:49 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU85mxN069359; Tue, 30 Nov 2004 08:05:48 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU85m77069358; Tue, 30 Nov 2004 08:05:48 GMT (envelope-from marck) Message-Id: <200411300805.iAU85m77069358@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 30 Nov 2004 08:05:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/articles/committers-guide article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:05:49 -0000 marck 2004-11-30 08:05:48 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/articles/committers-guide article.sgml Log: MFen: 1.216 -> 1.217 Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.4 +8 -8 doc/ru_RU.KOI8-R/articles/committers-guide/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:07:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F3316A4CE; Tue, 30 Nov 2004 08:07:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7319243D45; Tue, 30 Nov 2004 08:07:02 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU872LX069440; Tue, 30 Nov 2004 08:07:02 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU872Oq069439; Tue, 30 Nov 2004 08:07:02 GMT (envelope-from wilko) Message-Id: <200411300807.iAU872Oq069439@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 30 Nov 2004 08:07:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/internal new-account.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:07:02 -0000 wilko 2004-11-30 08:07:02 UTC FreeBSD doc repository Modified files: en/internal new-account.sgml Log: In case of a new ports or doc committer the account request email should be CC:-ed to core. With hat: core-secretary Revision Changes Path 1.10 +4 -2 www/en/internal/new-account.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:18:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F01F16A4CE; Tue, 30 Nov 2004 08:18:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C29543D3F; Tue, 30 Nov 2004 08:18:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU8ISA2069801; Tue, 30 Nov 2004 08:18:28 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU8IShk069800; Tue, 30 Nov 2004 08:18:28 GMT (envelope-from pav) Message-Id: <200411300818.iAU8IShk069800@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 30 Nov 2004 08:18:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/openrm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:18:28 -0000 pav 2004-11-30 08:18:28 UTC FreeBSD ports repository Modified files: graphics/openrm Makefile Log: - Try to fix build on 5.x, it uses perl script to generate documentation Reported by: pointyhat via kris Revision Changes Path 1.10 +1 -0 ports/graphics/openrm/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:24:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 474CB16A4CE; Tue, 30 Nov 2004 08:24:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 247EC43D5D; Tue, 30 Nov 2004 08:24:00 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU8O0BS069992; Tue, 30 Nov 2004 08:24:00 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU8O0K9069991; Tue, 30 Nov 2004 08:24:00 GMT (envelope-from kris) Message-Id: <200411300824.iAU8O0K9069991@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 30 Nov 2004 08:24:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libmcve Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:24:00 -0000 kris 2004-11-30 08:24:00 UTC FreeBSD ports repository Modified files: devel/libmcve Makefile Log: Belatedly bump PORTREVISION for previous fix to pkg-plist, so that the packages that depend on this package will be buildable. Submitted by: ale Revision Changes Path 1.12 +1 -1 ports/devel/libmcve/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:35:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC4C016A4CE; Tue, 30 Nov 2004 08:35:53 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6606343D49; Tue, 30 Nov 2004 08:35:53 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAU8XTe1044492; Tue, 30 Nov 2004 01:33:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 30 Nov 2004 01:34:28 -0700 (MST) Message-Id: <20041130.013428.25281327.imp@bsdimp.com> To: marcel@xcllnt.net From: "M. Warner Losh" In-Reply-To: <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> References: <200411300256.iAU2urva052399@repoman.freebsd.org> <20041130073515.GA92857@ip.net.ua> <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: ru@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:35:54 -0000 In message: <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> Marcel Moolenaar writes: : On Nov 29, 2004, at 11:35 PM, Ruslan Ermilov wrote: : : > On Tue, Nov 30, 2004 at 02:56:53AM +0000, Marcel Moolenaar wrote: : >> marcel 2004-11-30 02:56:53 UTC : >> : >> FreeBSD src repository : >> : >> Modified files: : >> gnu/usr.bin/gdb/kgdb Makefile : >> Log: : >> s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files : >> for libgdb and should do so here as well. : >> : >> Revision Changes Path : >> 1.2 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile : >> : > We use TARGET_ARCH only for cross-tools. Once upon a time, gdb : > was a cross-tool (as part of gnu/usr.bin/binutils). Not anymore. : > If it's not going to change then we should be using MACHINE_ARCH. : : I disagree. The fact that gdb is not a cross-tool in the buildworld : sense of the meaning is because we don't need gdb to cross-build world. : This does not mean that gdb cannot be a cross-tool from a developers : point of view. In fact, it's really handy to be able to debug a kernel : remotely when the debugger doesn't run on the same architecture as : the kernel. I for one do not want to have 2 machines per architecture : for the only reason that I want to debug a kernel remotely. So, I made : some changes to work towards that goal. I see no problems or harm, : especially since I'm not misusing TARGET_ARCH. The ability to build a : cross-debugger is simply not utilized as part of a buildworld. But MACHINE_ARCH is set correctly during the build of gdb when you've set TARGET_ARCH to build the rest of the world you need to build gdb with. Or am I missing something? Warner From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:41:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC79016A4CE; Tue, 30 Nov 2004 08:41:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F7343D67; Tue, 30 Nov 2004 08:41:38 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU8fcem070576; Tue, 30 Nov 2004 08:41:38 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU8fc7T070575; Tue, 30 Nov 2004 08:41:38 GMT (envelope-from seanc) Message-Id: <200411300841.iAU8fc7T070575@repoman.freebsd.org> From: Sean Chittenden Date: Tue, 30 Nov 2004 08:41:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/share/pgpkeys seanc.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:41:38 -0000 seanc 2004-11-30 08:41:38 UTC FreeBSD doc repository Modified files: share/pgpkeys seanc.key Log: Update pgp key to recent key Revision Changes Path 1.4 +30 -179 doc/share/pgpkeys/seanc.key From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:45:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95BF016A4CE; Tue, 30 Nov 2004 08:45:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC3143D66; Tue, 30 Nov 2004 08:45:17 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU8jHE9070787; Tue, 30 Nov 2004 08:45:17 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU8jHIo070786; Tue, 30 Nov 2004 08:45:17 GMT (envelope-from osa) Message-Id: <200411300845.iAU8jHIo070786@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 30 Nov 2004 08:45:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/fastdb Makefile distinfo pkg-plist ports/databases/fastdb/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:45:17 -0000 osa 2004-11-30 08:45:17 UTC FreeBSD ports repository Modified files: databases/fastdb Makefile distinfo pkg-plist databases/fastdb/files patch-makefile Log: Update to latest release - 3.08. Revision Changes Path 1.52 +1 -1 ports/databases/fastdb/Makefile 1.49 +2 -2 ports/databases/fastdb/distinfo 1.12 +7 -4 ports/databases/fastdb/files/patch-makefile 1.10 +1 -0 ports/databases/fastdb/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:45:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E63A16A4CE; Tue, 30 Nov 2004 08:45:51 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB59543D62; Tue, 30 Nov 2004 08:45:50 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [196.7.12.168] (pc168-12.icanncapetown.co.za[196.7.12.168]) by comcast.net (rwcrmhc13) with ESMTP id <2004113008454601500bcteve>; Tue, 30 Nov 2004 08:45:48 +0000 Message-ID: <41AC3332.7040809@DougBarton.net> Date: Tue, 30 Nov 2004 10:45:38 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200411290935.iAT9Z17L087708@repoman.freebsd.org> In-Reply-To: <200411290935.iAT9Z17L087708@repoman.freebsd.org> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: phk@freebsd.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:45:51 -0000 Ruslan Ermilov wrote: > ru 2004-11-29 09:35:01 UTC > > FreeBSD src repository > > Modified files: > sbin/mount mntopts.h mount.8 mount.c > sbin/mount_std mount_std.8 > Log: > Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero). > > Asked to commit by: phk > > Revision Changes Path > 1.23 +0 -2 src/sbin/mount/mntopts.h > 1.69 +1 -7 src/sbin/mount/mount.8 > 1.67 +0 -2 src/sbin/mount/mount.c > 1.23 +1 -2 src/sbin/mount_std/mount_std.8 > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mntopts.h.diff?&r1=1.22&r2=1.23&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.8.diff?&r1=1.68&r2=1.69&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.c.diff?&r1=1.66&r2=1.67&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount_std/mount_std.8.diff?&r1=1.22&r2=1.23&f=h FYI, this commit seems to have broken my line in fstab which has worked for a long time: md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 Is it useful for the nodev option to cause a hard failure here? Note, I'm not arguing against either change, just pointing out a side effect. HTH, Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:48:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E18916A4CE; Tue, 30 Nov 2004 08:48:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4624243D41; Tue, 30 Nov 2004 08:48:35 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU8mZxO077444; Tue, 30 Nov 2004 08:48:35 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU8mZh1077443; Tue, 30 Nov 2004 08:48:35 GMT (envelope-from osa) Message-Id: <200411300848.iAU8mZh1077443@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 30 Nov 2004 08:48:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/gigabase Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:48:35 -0000 osa 2004-11-30 08:48:35 UTC FreeBSD ports repository Modified files: databases/gigabase Makefile distinfo Log: Update to latest release - 3.30. Revision Changes Path 1.87 +1 -1 ports/databases/gigabase/Makefile 1.83 +2 -2 ports/databases/gigabase/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:51:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0706116A4CE; Tue, 30 Nov 2004 08:51:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D60B943D4C; Tue, 30 Nov 2004 08:51:52 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU8pqgV077780; Tue, 30 Nov 2004 08:51:52 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU8pqea077779; Tue, 30 Nov 2004 08:51:52 GMT (envelope-from linimon) Message-Id: <200411300851.iAU8pqea077779@repoman.freebsd.org> From: Mark Linimon Date: Tue, 30 Nov 2004 08:51:52 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/pr-guidelines article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:51:53 -0000 linimon 2004-11-30 08:51:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/pr-guidelines article.sgml Log: Add text about handling unassigned PRs. Add text about default assignees and common assignees (specifically to address the continuing confusion about assigning to mailing lists vs. assigning to aliases). Add more text about how misfiled PRs occur. Add more text about how to kill spam PRs. Discussed on: freebsd-doc Reviewed by: mheinen, ceri Revision Changes Path 1.18 +246 -5 doc/en_US.ISO8859-1/articles/pr-guidelines/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:52:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B3A16A4CE; Tue, 30 Nov 2004 08:52:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398B143D60; Tue, 30 Nov 2004 08:52:13 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU8qDdh078083; Tue, 30 Nov 2004 08:52:13 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU8qDGS078082; Tue, 30 Nov 2004 08:52:13 GMT (envelope-from marck) Message-Id: <200411300852.iAU8qDGS078082@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 30 Nov 2004 08:52:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml doc/ru_RU.KOI8-R/books/handbook/basics chapter.sgml doc/ru_RU.KOI8-R/books/handbook/config chapter.sgml doc/ru_RU.KOI8-R/books/handbook/eresources chapter.sgml doc/ru_RU.KOI8-R/books/handbook/l10n chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:52:13 -0000 marck 2004-11-30 08:52:13 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml ru_RU.KOI8-R/books/handbook/basics chapter.sgml ru_RU.KOI8-R/books/handbook/config chapter.sgml ru_RU.KOI8-R/books/handbook/desktop chapter.sgml ru_RU.KOI8-R/books/handbook/eresources chapter.sgml ru_RU.KOI8-R/books/handbook/l10n chapter.sgml ru_RU.KOI8-R/books/handbook/linuxemu chapter.sgml ru_RU.KOI8-R/books/handbook/mail chapter.sgml ru_RU.KOI8-R/books/handbook/multimedia chapter.sgml ru_RU.KOI8-R/books/handbook/network-servers chapter.sgml ru_RU.KOI8-R/books/handbook/ports chapter.sgml ru_RU.KOI8-R/books/handbook/printing chapter.sgml ru_RU.KOI8-R/books/handbook/security chapter.sgml ru_RU.KOI8-R/books/handbook/serialcomms chapter.sgml ru_RU.KOI8-R/books/handbook/users chapter.sgml ru_RU.KOI8-R/books/handbook/x11 chapter.sgml Log: MFen informaltable pgwide fix for MSIE: 1.352 -> 1.353 advanced-networking/chapter.sgml 1.126 -> 1.127 basics/chapter.sgml 1.190 -> 1.191 config/chapter.sgml 1.42 -> 1.43 desktop/chapter.sgml 1.150 -> 1.151 eresources/chapter.sgml 1.104 -> 1.105 l10n/chapter.sgml 1.115 -> 1.116 linuxemu/chapter.sgml 1.122 -> 1.123 mail/chapter.sgml 1.101 -> 1.102 multimedia/chapter.sgml 1.39 -> 1.40 network-servers/chapter.sgml 1.227 -> 1.229 ports/chapter.sgml 1.89 -> 1.90 printing/chapter.sgml 1.95 -> 1.96 serialcomms/chapter.sgml 1.49 -> 1.51 users/chapter.sgml 1.155 -> 1.156 x11/chapter.sgml Security chapter missed because of temporary translation sync loss. Approved by: The FreeBSD Russian Documentation Project Revision Changes Path 1.21 +8 -8 doc/ru_RU.KOI8-R/books/handbook/advanced-networking/chapter.sgml 1.13 +6 -6 doc/ru_RU.KOI8-R/books/handbook/basics/chapter.sgml 1.16 +4 -4 doc/ru_RU.KOI8-R/books/handbook/config/chapter.sgml 1.6 +8 -8 doc/ru_RU.KOI8-R/books/handbook/desktop/chapter.sgml 1.13 +8 -8 doc/ru_RU.KOI8-R/books/handbook/eresources/chapter.sgml 1.8 +5 -5 doc/ru_RU.KOI8-R/books/handbook/l10n/chapter.sgml 1.10 +19 -19 doc/ru_RU.KOI8-R/books/handbook/linuxemu/chapter.sgml 1.13 +3 -3 doc/ru_RU.KOI8-R/books/handbook/mail/chapter.sgml 1.8 +3 -3 doc/ru_RU.KOI8-R/books/handbook/multimedia/chapter.sgml 1.13 +7 -7 doc/ru_RU.KOI8-R/books/handbook/network-servers/chapter.sgml 1.10 +12 -12 doc/ru_RU.KOI8-R/books/handbook/ports/chapter.sgml 1.6 +5 -5 doc/ru_RU.KOI8-R/books/handbook/printing/chapter.sgml 1.10 +290 -924 doc/ru_RU.KOI8-R/books/handbook/security/chapter.sgml 1.6 +6 -6 doc/ru_RU.KOI8-R/books/handbook/serialcomms/chapter.sgml 1.8 +4 -4 doc/ru_RU.KOI8-R/books/handbook/users/chapter.sgml 1.12 +3 -3 doc/ru_RU.KOI8-R/books/handbook/x11/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:54:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 485E116A4CE; Tue, 30 Nov 2004 08:54:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12BC543D49; Tue, 30 Nov 2004 08:54:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU8sTSh078152; Tue, 30 Nov 2004 08:54:29 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU8sTmh078151; Tue, 30 Nov 2004 08:54:29 GMT (envelope-from linimon) Message-Id: <200411300854.iAU8sTmh078151@repoman.freebsd.org> From: Mark Linimon Date: Tue, 30 Nov 2004 08:54:29 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/pr-guidelines article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:54:30 -0000 linimon 2004-11-30 08:54:29 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/pr-guidelines article.sgml Log: Fix up whitespace and remove contractions. Revision Changes Path 1.19 +7 -7 doc/en_US.ISO8859-1/articles/pr-guidelines/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 08:55:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F350C16A4CE; Tue, 30 Nov 2004 08:55:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D11C943D1F; Tue, 30 Nov 2004 08:55:49 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU8tnOY078267; Tue, 30 Nov 2004 08:55:49 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU8tnwi078266; Tue, 30 Nov 2004 08:55:49 GMT (envelope-from osa) Message-Id: <200411300855.iAU8tnwi078266@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 30 Nov 2004 08:55:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 08:55:50 -0000 osa 2004-11-30 08:55:49 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to latest release: 2004.11.30. Revision Changes Path 1.153 +1 -1 ports/net/liveMedia/Makefile 1.144 +2 -2 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:01:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 530B816A4CE; Tue, 30 Nov 2004 09:01:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E65043D39; Tue, 30 Nov 2004 09:01:54 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU91s6r078512; Tue, 30 Nov 2004 09:01:54 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU91sPh078511; Tue, 30 Nov 2004 09:01:54 GMT (envelope-from marck) Message-Id: <200411300901.iAU91sPh078511@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 30 Nov 2004 09:01:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:01:54 -0000 marck 2004-11-30 09:01:53 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/security chapter.sgml Log: Back out unintentional backout of den's translation. Pointy hat to: marck Revision Changes Path 1.11 +924 -290 doc/ru_RU.KOI8-R/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:04:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F16416A4CE; Tue, 30 Nov 2004 09:04:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B65043D3F; Tue, 30 Nov 2004 09:04:41 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU94fQc078578; Tue, 30 Nov 2004 09:04:41 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU94fMK078577; Tue, 30 Nov 2004 09:04:41 GMT (envelope-from grehan) Message-Id: <200411300904.iAU94fMK078577@repoman.freebsd.org> From: Peter Grehan Date: Tue, 30 Nov 2004 09:04:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include psl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:04:41 -0000 grehan 2004-11-30 09:04:41 UTC FreeBSD src repository Modified files: sys/powerpc/include psl.h Log: Create a new definition, PSL_KERNSET, which is used for setting the MSR in kernel mode. Redefine PSL_USERSET in terms of this by or'ing in PSL_PR. Revision Changes Path 1.3 +2 -1 src/sys/powerpc/include/psl.h From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:05:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D2D016A4CE; Tue, 30 Nov 2004 09:05:59 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7012043D2D; Tue, 30 Nov 2004 09:05:58 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU95tWp047243; Tue, 30 Nov 2004 11:05:55 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 48506-10; Tue, 30 Nov 2004 11:05:54 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU95rPZ047240 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 11:05:54 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAU95r9a000741; Tue, 30 Nov 2004 11:05:53 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 11:05:53 +0200 From: Ruslan Ermilov To: Doug Barton Message-ID: <20041130090553.GA691@ip.net.ua> References: <200411290935.iAT9Z17L087708@repoman.freebsd.org> <41AC3332.7040809@DougBarton.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <41AC3332.7040809@DougBarton.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: phk@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:05:59 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Doug, On Tue, Nov 30, 2004 at 10:45:38AM +0200, Doug Barton wrote: > Ruslan Ermilov wrote: > > ru 2004-11-29 09:35:01 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sbin/mount mntopts.h mount.8 mount.c=20 > > sbin/mount_std mount_std.8=20 > > Log: > > Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zer= o). > > =20 > > Asked to commit by: phk > > =20 > > Revision Changes Path > > 1.23 +0 -2 src/sbin/mount/mntopts.h > > 1.69 +1 -7 src/sbin/mount/mount.8 > > 1.67 +0 -2 src/sbin/mount/mount.c > > 1.23 +1 -2 src/sbin/mount_std/mount_std.8 > >=20 > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mntopts.h.diff?&r1= =3D1.22&r2=3D1.23&f=3Dh > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.8.diff?&r1= =3D1.68&r2=3D1.69&f=3Dh > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.c.diff?&r1= =3D1.66&r2=3D1.67&f=3Dh > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount_std/mount_std.8.di= ff?&r1=3D1.22&r2=3D1.23&f=3Dh >=20 > FYI, this commit seems to have broken my line in fstab which has worked f= or > a long time: >=20 > md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 >=20 > Is it useful for the nodev option to cause a hard failure here? Note, I'm > not arguing against either change, just pointing out a side effect. >=20 There's no longer a "nodev" option, please ask Poul-Henning for details. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrDfxqRfpzJluFF4RAiTRAJwJKYExBlOli7Pnn6tFs/g9Ew+fwwCgkr5a UvRBuo6V3j8BoIKbBVgdDWs= =UZ1X -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:08:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05B316A4CE; Tue, 30 Nov 2004 09:08:07 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED53F43D46; Tue, 30 Nov 2004 09:08:06 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU986Ih047339; Tue, 30 Nov 2004 11:08:06 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 48681-14; Tue, 30 Nov 2004 11:08:05 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAU985NW047336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 11:08:05 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAU984bo000761; Tue, 30 Nov 2004 11:08:04 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 11:08:04 +0200 From: Ruslan Ermilov To: Marcel Moolenaar Message-ID: <20041130090804.GB691@ip.net.ua> References: <200411300256.iAU2urva052399@repoman.freebsd.org> <20041130073515.GA92857@ip.net.ua> <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uQr8t48UFsdbeI+V" Content-Disposition: inline In-Reply-To: <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:08:07 -0000 --uQr8t48UFsdbeI+V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Marcel, On Mon, Nov 29, 2004 at 11:55:51PM -0800, Marcel Moolenaar wrote: > On Nov 29, 2004, at 11:35 PM, Ruslan Ermilov wrote: >=20 > >On Tue, Nov 30, 2004 at 02:56:53AM +0000, Marcel Moolenaar wrote: > >>marcel 2004-11-30 02:56:53 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> gnu/usr.bin/gdb/kgdb Makefile > >> Log: > >> s/MACHINE_ARCH/TARGET_ARCH/. We use TARGET_ARCH to pick the MD files > >> for libgdb and should do so here as well. > >> > >> Revision Changes Path > >> 1.2 +1 -1 src/gnu/usr.bin/gdb/kgdb/Makefile > >> > >We use TARGET_ARCH only for cross-tools. Once upon a time, gdb > >was a cross-tool (as part of gnu/usr.bin/binutils). Not anymore. > >If it's not going to change then we should be using MACHINE_ARCH. >=20 > I disagree. The fact that gdb is not a cross-tool in the buildworld > sense of the meaning is because we don't need gdb to cross-build world. > This does not mean that gdb cannot be a cross-tool from a developers > point of view. In fact, it's really handy to be able to debug a kernel > remotely when the debugger doesn't run on the same architecture as > the kernel. I for one do not want to have 2 machines per architecture > for the only reason that I want to debug a kernel remotely. So, I made > some changes to work towards that goal. I see no problems or harm, > especially since I'm not misusing TARGET_ARCH. The ability to build a > cross-debugger is simply not utilized as part of a buildworld. >=20 As long as it's possible to build gdb(1) suitable for a different platform (eiher as part of cross-"buildworld" or manually), I'm happy -- this fits into my defitinion of a cross-tool. ;) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --uQr8t48UFsdbeI+V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrDh0qRfpzJluFF4RAvS7AJ42ZKJrN1Q67M3sMuAvxF1WaDZMBACcC7jt uXTPNdVsTDzy572aZSXWid4= =5PBm -----END PGP SIGNATURE----- --uQr8t48UFsdbeI+V-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:09:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B74816A4CE; Tue, 30 Nov 2004 09:09:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 747E843D64; Tue, 30 Nov 2004 09:09:27 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU99R4q078890; Tue, 30 Nov 2004 09:09:27 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU99RI6078889; Tue, 30 Nov 2004 09:09:27 GMT (envelope-from seanc) Message-Id: <200411300909.iAU99RI6078889@repoman.freebsd.org> From: Sean Chittenden Date: Tue, 30 Nov 2004 09:09:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases Makefile ports/databases/libmemcache Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:09:27 -0000 seanc 2004-11-30 09:09:27 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/libmemcache Makefile distinfo pkg-descr pkg-plist Log: Add a port for libmemcache, a C API for memcached. Revision Changes Path 1.398 +1 -0 ports/databases/Makefile 1.1 +23 -0 ports/databases/libmemcache/Makefile (new) 1.1 +2 -0 ports/databases/libmemcache/distinfo (new) 1.1 +6 -0 ports/databases/libmemcache/pkg-descr (new) 1.1 +3 -0 ports/databases/libmemcache/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:12:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAC3E16A4CE; Tue, 30 Nov 2004 09:12:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9857C43D45; Tue, 30 Nov 2004 09:12:31 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU9CVr6079058; Tue, 30 Nov 2004 09:12:31 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU9CVr7079057; Tue, 30 Nov 2004 09:12:31 GMT (envelope-from seanc) Message-Id: <200411300912.iAU9CVr7079057@repoman.freebsd.org> From: Sean Chittenden Date: Tue, 30 Nov 2004 09:12:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:12:31 -0000 seanc 2004-11-30 09:12:31 UTC FreeBSD ports repository Modified files: . modules Log: libmemcache -> ports/databases/libmemcache Revision Changes Path 1.11465 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:12:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BAEA16A4CE; Tue, 30 Nov 2004 09:12:39 +0000 (GMT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6389B43D54; Tue, 30 Nov 2004 09:12:38 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.1/8.13.1) with ESMTP id iAU9Cb7o024973; Tue, 30 Nov 2004 12:12:37 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Tue, 30 Nov 2004 12:12:37 +0300 (MSK) From: Dmitry Morozovsky To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200411300852.iAU8qDGS078082@repoman.freebsd.org> Message-ID: <20041130121043.A22393@woozle.rinet.ru> References: <200411300852.iAU8qDGS078082@repoman.freebsd.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: doc/ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml doc/ru_RU.KOI8-R/books/handbook/basics chapter.sgml doc/ru_RU.KOI8-R/books/handbook/config chapter.sgml doc/ru_RU.KOI8-R/books/handbook/eresources chapter.sgml doc/ru_RU.KOI8-R/books/handbook/l10n chapter.sgml ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:12:39 -0000 On Tue, 30 Nov 2004, Dmitry Morozovsky wrote: DM> marck 2004-11-30 08:52:13 UTC DM> DM> FreeBSD doc repository DM> DM> Modified files: [snip] DM> Approved by: The FreeBSD Russian Documentation Project This should be 'Obtained from:' of course. Also, this DM> 1.10 +290 -924 doc/ru_RU.KOI8-R/books/handbook/security/chapter.sgml is unintentional backout (slipped in old version), which has been corrected. My apoligies to den. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:13:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA1B716A4CE; Tue, 30 Nov 2004 09:13:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B687F43D41; Tue, 30 Nov 2004 09:13:01 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU9D1xm079102; Tue, 30 Nov 2004 09:13:01 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU9D1Cg079101; Tue, 30 Nov 2004 09:13:01 GMT (envelope-from maho) Message-Id: <200411300913.iAU9D1Cg079101@repoman.freebsd.org> From: Maho Nakata Date: Tue, 30 Nov 2004 09:13:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/epm Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:13:02 -0000 maho 2004-11-30 09:13:01 UTC FreeBSD ports repository Modified files: devel/epm Makefile pkg-plist Log: Remove trailing newlines Submitted by: kris Revision Changes Path 1.3 +0 -1 ports/devel/epm/Makefile 1.3 +0 -1 ports/devel/epm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:20:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F4416A4CE; Tue, 30 Nov 2004 09:20:00 +0000 (GMT) Received: from mail.trippynames.com (mail.trippynames.com [38.113.223.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFC843D5E; Tue, 30 Nov 2004 09:20:00 +0000 (GMT) (envelope-from sean@chittenden.org) Received: from localhost (localhost [127.0.0.1]) by mail.trippynames.com (Postfix) with ESMTP id D6C9DC9A32; Tue, 30 Nov 2004 01:19:59 -0800 (PST) Received: from mail.trippynames.com ([127.0.0.1]) by localhost (rand.nxad.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 02354-02; Tue, 30 Nov 2004 01:19:58 -0800 (PST) Received: from [192.168.102.100] (c-67-168-93-230.client.comcast.net [67.168.93.230]) by mail.trippynames.com (Postfix) with ESMTP id 68B33C9A31; Tue, 30 Nov 2004 01:19:58 -0800 (PST) In-Reply-To: <200411300909.iAU99RI6078889@repoman.freebsd.org> References: <200411300909.iAU99RI6078889@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <001DA520-42B1-11D9-9C6A-000A95C705DC@chittenden.org> Content-Transfer-Encoding: 7bit From: Sean Chittenden Date: Tue, 30 Nov 2004 01:19:56 -0800 To: Sean Chittenden X-Mailer: Apple Mail (2.619) cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases Makefile ports/databases/libmemcache Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:20:01 -0000 > Modified files: > databases Makefile > Added files: > databases/libmemcache Makefile distinfo pkg-descr pkg-plist > Log: > Add a port for libmemcache, a C API for memcached. Two things I noticed doing this port and while writing libmemcache: 1) pmk is a fantastic alternative to auto* and is vastly faster. pmkshgen is coming in the next version so there won't be the build dependency on pmk. 2) pkg_version seems to want to shorten libmemcache.so.1.0 to libmemcache.so.1, which is rather broken. I'm using the @unexec directive as a workaround, but it appears as though there's a problem with pkg_version's parsing of pkg-plist files. I haven't dug into this too much beyond noting there's a problem. -sc -- Sean Chittenden From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:23:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B61116A4CE; Tue, 30 Nov 2004 09:23:51 +0000 (GMT) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id A32DB43D5A; Tue, 30 Nov 2004 09:23:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1])iAU9NaWT039467; Tue, 30 Nov 2004 10:23:36 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.1/8.13.1/Submit) id iAU9NQFw039466; Tue, 30 Nov 2004 10:23:26 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Sean Chittenden In-Reply-To: <001DA520-42B1-11D9-9C6A-000A95C705DC@chittenden.org> References: <200411300909.iAU99RI6078889@repoman.freebsd.org> <001DA520-42B1-11D9-9C6A-000A95C705DC@chittenden.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-56TyviGKIcMbDHDKcFT/" Date: Tue, 30 Nov 2004 10:23:25 +0100 Message-Id: <1101806605.38078.9.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port cc: Sean Chittenden cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases Makefile ports/databases/libmemcache Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:23:51 -0000 --=-56TyviGKIcMbDHDKcFT/ Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Sean Chittenden p=ED=B9e v =FAt 30. 11. 2004 v 01:19 -0800: > 2) pkg_version seems to want to shorten libmemcache.so.1.0 to=20 > libmemcache.so.1, which is rather broken. >=20 > I'm using the @unexec directive as a workaround, but it appears as=20 > though there's a problem with pkg_version's parsing of pkg-plist files.=20 > I haven't dug into this too much beyond noting there's a problem. -sc That's not a bug, that's a feature. We don't do libfoo.so.X.Y on FreeBSD, we do libfoo.so.X only. Please fix your software :) --=20 Pav Lucistnik An arrow (+0,+0) {@f0} finds a mark. It dies. --=-56TyviGKIcMbDHDKcFT/ Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBrDwNntdYP8FOsoIRAhqXAKC3bBTz8Sm5u/pQ7ITZg81wROCmsgCguNQM o3BAy372JadF6/J4ZVhKWGc= =YmYu -----END PGP SIGNATURE----- --=-56TyviGKIcMbDHDKcFT/-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:34:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1EC316A4CE; Tue, 30 Nov 2004 09:34:31 +0000 (GMT) Received: from mail.trippynames.com (mail.trippynames.com [38.113.223.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A612343D31; Tue, 30 Nov 2004 09:34:31 +0000 (GMT) (envelope-from sean@chittenden.org) Received: from localhost (localhost [127.0.0.1]) by mail.trippynames.com (Postfix) with ESMTP id C5D85C9A27; Tue, 30 Nov 2004 01:34:30 -0800 (PST) Received: from mail.trippynames.com ([127.0.0.1]) by localhost (rand.nxad.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03760-06; Tue, 30 Nov 2004 01:34:29 -0800 (PST) Received: from [192.168.102.100] (c-67-168-93-230.client.comcast.net [67.168.93.230]) by mail.trippynames.com (Postfix) with ESMTP id 5386EABAD4; Tue, 30 Nov 2004 01:34:29 -0800 (PST) In-Reply-To: <1101806605.38078.9.camel@pav.hide.vol.cz> References: <200411300909.iAU99RI6078889@repoman.freebsd.org> <001DA520-42B1-11D9-9C6A-000A95C705DC@chittenden.org> <1101806605.38078.9.camel@pav.hide.vol.cz> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <074899D0-42B3-11D9-9C6A-000A95C705DC@chittenden.org> Content-Transfer-Encoding: 7bit From: Sean Chittenden Date: Tue, 30 Nov 2004 01:34:27 -0800 To: pav@FreeBSD.org X-Mailer: Apple Mail (2.619) cc: Sean Chittenden cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases Makefile ports/databases/libmemcache Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:34:32 -0000 >> 2) pkg_version seems to want to shorten libmemcache.so.1.0 to >> libmemcache.so.1, which is rather broken. >> >> I'm using the @unexec directive as a workaround, but it appears as >> though there's a problem with pkg_version's parsing of pkg-plist >> files. >> I haven't dug into this too much beyond noting there's a problem. >> -sc > > That's not a bug, that's a feature. We don't do libfoo.so.X.Y on > FreeBSD, we do libfoo.so.X only. Please fix your software :) Yikes! You're probably not joking... but could you be? Please? pkg-plist should pass bits through to +CONTENTS and not "mother knows best" me. qmake(1) supports major, minor, and micro version numbering of libraries. pmk(1) supports major and minor. I consider this a rather large malfeature that had good intentions, but isn't serving any real purpose beyond being a shortcut. -sc -- Sean Chittenden From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:34:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1576716A4CE; Tue, 30 Nov 2004 09:34:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0217843D5C; Tue, 30 Nov 2004 09:34:58 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU9YvIM079774; Tue, 30 Nov 2004 09:34:57 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU9Yv21079773; Tue, 30 Nov 2004 09:34:57 GMT (envelope-from ahze) Message-Id: <200411300934.iAU9Yv21079773@repoman.freebsd.org> From: Michael Johnson Date: Tue, 30 Nov 2004 09:34:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gcompris2 Makefile distinfo pkg-descr patch-src_boards_click_on_letter.c patch-src_boards_gletters.c patch-src_boards_wordsgame.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:34:58 -0000 ahze 2004-11-30 09:34:57 UTC FreeBSD ports repository Modified files: games/gcompris2 Makefile distinfo pkg-descr pkg-plist Added files: games/gcompris2/files patch-src_boards_click_on_letter.c patch-src_boards_gletters.c patch-src_boards_wordsgame.c Log: Update to 6.4 Revision Changes Path 1.45 +1 -2 ports/games/gcompris2/Makefile 1.18 +2 -2 ports/games/gcompris2/distinfo 1.1 +27 -0 ports/games/gcompris2/files/patch-src_boards_click_on_letter.c (new) 1.1 +32 -0 ports/games/gcompris2/files/patch-src_boards_gletters.c (new) 1.1 +76 -0 ports/games/gcompris2/files/patch-src_boards_wordsgame.c (new) 1.7 +1 -1 ports/games/gcompris2/pkg-descr 1.22 +17 -6 ports/games/gcompris2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:40:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E55416A4CE; Tue, 30 Nov 2004 09:40:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A8C43D55; Tue, 30 Nov 2004 09:40:12 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAU9eC2a079952; Tue, 30 Nov 2004 09:40:12 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAU9eCLa079951; Tue, 30 Nov 2004 09:40:12 GMT (envelope-from imp) Message-Id: <200411300940.iAU9eCLa079951@repoman.freebsd.org> From: Warner Losh Date: Tue, 30 Nov 2004 09:40:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom_pc98.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:40:12 -0000 imp 2004-11-30 09:40:11 UTC FreeBSD src repository Modified files: sys/geom geom_pc98.c Log: Add observations of the Linux98 and Grub/98 boot loaders. These observations lead me to believe that the convetion for pc98 boot loaders is to have a jump unstruction, followed by a string, followed by code. The jump usually doesn't have a nop after it and usually the string is NUL terminated, but Grub/98 breaks both of these rules. # I looked for, but failed to find the Minux boot blocks for PC-9801 port. Revision Changes Path 1.51 +15 -5 src/sys/geom/geom_pc98.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 09:52:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AA6E16A4CE; Tue, 30 Nov 2004 09:52:17 +0000 (GMT) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id C886A43D41; Tue, 30 Nov 2004 09:52:16 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1])iAU9q8fL039827; Tue, 30 Nov 2004 10:52:09 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.1/8.13.1/Submit) id iAU9q80b039826; Tue, 30 Nov 2004 10:52:08 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Sean Chittenden In-Reply-To: <074899D0-42B3-11D9-9C6A-000A95C705DC@chittenden.org> References: <200411300909.iAU99RI6078889@repoman.freebsd.org> <001DA520-42B1-11D9-9C6A-000A95C705DC@chittenden.org> <1101806605.38078.9.camel@pav.hide.vol.cz> <074899D0-42B3-11D9-9C6A-000A95C705DC@chittenden.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-91gL3il9N9tK8XGpLFDS" Date: Tue, 30 Nov 2004 10:52:08 +0100 Message-Id: <1101808328.38078.12.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port cc: Sean Chittenden cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases Makefile ports/databases/libmemcache Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 09:52:17 -0000 --=-91gL3il9N9tK8XGpLFDS Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Sean Chittenden p=ED=B9e v =FAt 30. 11. 2004 v 01:34 -0800: > >> 2) pkg_version seems to want to shorten libmemcache.so.1.0 to > >> libmemcache.so.1, which is rather broken. > >> > >> I'm using the @unexec directive as a workaround, but it appears as > >> though there's a problem with pkg_version's parsing of pkg-plist=20 > >> files. > >> I haven't dug into this too much beyond noting there's a problem. =20 > >> -sc > > > > That's not a bug, that's a feature. We don't do libfoo.so.X.Y on > > FreeBSD, we do libfoo.so.X only. Please fix your software :) >=20 > Yikes! You're probably not joking... but could you be? Please? >=20 > pkg-plist should pass bits through to +CONTENTS and not "mother knows=20 > best" me. qmake(1) supports major, minor, and micro version numbering=20 > of libraries. pmk(1) supports major and minor. I consider this a=20 > rather large malfeature that had good intentions, but isn't serving any=20 > real purpose beyond being a shortcut. -sc If you really can't live without so.X.Y, define NO_FILTER_SHLIBS in your port's Makefile. But you should *really* teach your software to use so.X on FreeBSD. --=20 Pav Lucistnik Any sufficiently advanced technology is indistinguishable from magic. -- Arthur C. Clarke --=-91gL3il9N9tK8XGpLFDS Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBrELHntdYP8FOsoIRAp/eAKC3iTLXLlf0eZXKsctV1nBWw9jgvwCfY1H9 2lauXUAoUPVWcdCoHBAjnV0= =uyXs -----END PGP SIGNATURE----- --=-91gL3il9N9tK8XGpLFDS-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 10:10:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32ABC16A4D1; Tue, 30 Nov 2004 10:10:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2164043D5A; Tue, 30 Nov 2004 10:10:49 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUAAmZC081065; Tue, 30 Nov 2004 10:10:49 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUAAmcV081064; Tue, 30 Nov 2004 10:10:48 GMT (envelope-from vs) Message-Id: <200411301010.iAUAAmcV081064@repoman.freebsd.org> From: Volker Stolz Date: Tue, 30 Nov 2004 10:10:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-clocks Makefile ports/x11-clocks/osdclock Makefile distinfo pkg-descr ports/x11-clocks/osdclock/files patch-osd_clock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:10:49 -0000 vs 2004-11-30 10:10:48 UTC FreeBSD ports repository Modified files: x11-clocks Makefile Added files: x11-clocks/osdclock Makefile distinfo pkg-descr x11-clocks/osdclock/files patch-osd_clock.c Log: Add osdclock 0.5, small clock which uses libxosd to render text to the root window. PR: ports/70061 Submitted by: Roman Bogorodskiy Revision Changes Path 1.46 +1 -0 ports/x11-clocks/Makefile 1.1 +33 -0 ports/x11-clocks/osdclock/Makefile (new) 1.1 +2 -0 ports/x11-clocks/osdclock/distinfo (new) 1.1 +34 -0 ports/x11-clocks/osdclock/files/patch-osd_clock.c (new) 1.1 +4 -0 ports/x11-clocks/osdclock/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 10:11:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E38916A4CE; Tue, 30 Nov 2004 10:11:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1E243D5C; Tue, 30 Nov 2004 10:11:02 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUAB2ZX081116; Tue, 30 Nov 2004 10:11:02 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUAB2rb081115; Tue, 30 Nov 2004 10:11:02 GMT (envelope-from vs) Message-Id: <200411301011.iAUAB2rb081115@repoman.freebsd.org> From: Volker Stolz Date: Tue, 30 Nov 2004 10:11:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:11:02 -0000 vs 2004-11-30 10:11:02 UTC FreeBSD ports repository Modified files: . modules Log: osdclock --> ports/x11-clocks/osdclock Revision Changes Path 1.11466 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 30 10:17:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B0FB16A4CE; Tue, 30 Nov 2004 10:17:11 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id C439743D46; Tue, 30 Nov 2004 10:17:10 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [196.7.12.168] (pc168-12.icanncapetown.co.za[196.7.12.168]) by comcast.net (rwcrmhc11) with ESMTP id <2004113010170801300bvpp7e>; Tue, 30 Nov 2004 10:17:10 +0000 Message-ID: <41AC489E.7050108@DougBarton.net> Date: Tue, 30 Nov 2004 12:17:02 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200411290935.iAT9Z17L087708@repoman.freebsd.org> <41AC3332.7040809@DougBarton.net> <20041130090553.GA691@ip.net.ua> In-Reply-To: <20041130090553.GA691@ip.net.ua> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: phk@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.csrc/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:17:11 -0000 Ruslan Ermilov wrote: > Hi Doug, > > On Tue, Nov 30, 2004 at 10:45:38AM +0200, Doug Barton wrote: > >>Ruslan Ermilov wrote: >> >>>ru 2004-11-29 09:35:01 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sbin/mount mntopts.h mount.8 mount.c >>> sbin/mount_std mount_std.8 >>> Log: >>> Fix the mount(8) status reporting, now that MNT_NODEV is a no-op (zero). >>> >>> Asked to commit by: phk >>> >>> Revision Changes Path >>> 1.23 +0 -2 src/sbin/mount/mntopts.h >>> 1.69 +1 -7 src/sbin/mount/mount.8 >>> 1.67 +0 -2 src/sbin/mount/mount.c >>> 1.23 +1 -2 src/sbin/mount_std/mount_std.8 >>> >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mntopts.h.diff?&r1=1.22&r2=1.23&f=h >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.8.diff?&r1=1.68&r2=1.69&f=h >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount/mount.c.diff?&r1=1.66&r2=1.67&f=h >>>http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sbin/mount_std/mount_std.8.diff?&r1=1.22&r2=1.23&f=h >> >>FYI, this commit seems to have broken my line in fstab which has worked for >>a long time: >> >>md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 >> >>Is it useful for the nodev option to cause a hard failure here? Note, I'm >>not arguing against either change, just pointing out a side effect. >> > > There's no longer a "nodev" option, please ask Poul-Henning for details. ;) Yes, I understand the mechanics, I'm just curious if you think that this should result in a fatal error. It sounds like you think that the answer to that is yes, which if that is the correct answer I'm fine with that. Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-all@FreeBSD.ORG Tue Nov 30 10:29:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D49C16A4D0 for ; Tue, 30 Nov 2004 10:29:51 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1DB1543D39 for ; Tue, 30 Nov 2004 10:29:50 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 3965 invoked by uid 65534); 30 Nov 2004 10:29:48 -0000 Received: from pD95D8E21.dip.t-dialin.net (EHLO lofi.dyndns.org) (217.93.142.33) by mail.gmx.net (mp017) with SMTP; 30 Nov 2004 11:29:48 +0100 X-Authenticated: #443188 Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id iAUATgDM037513 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 30 Nov 2004 11:29:44 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: pav@freebsd.org Date: Tue, 30 Nov 2004 11:29:34 +0100 User-Agent: KMail/1.7.1 References: <200411300909.iAU99RI6078889@repoman.freebsd.org> <074899D0-42B3-11D9-9C6A-000A95C705DC@chittenden.org> <1101808328.38078.12.camel@pav.hide.vol.cz> In-Reply-To: <1101808328.38078.12.camel@pav.hide.vol.cz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1769625.rPXp3BD3E6"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200411301129.41752.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: cvs-ports@freebsd.org cc: Sean Chittenden cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/databases Makefile ports/databases/libmemcache Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:29:51 -0000 --nextPart1769625.rPXp3BD3E6 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday, 30. November 2004 10:52, Pav Lucistnik wrote: > Sean Chittenden p=ED=A8e v =FAt 30. 11. 2004 v 01:34 -0800: > > >> 2) pkg_version seems to want to shorten libmemcache.so.1.0 to > > >> libmemcache.so.1, which is rather broken. > > >> > > >> I'm using the @unexec directive as a workaround, but it appears as > > >> though there's a problem with pkg_version's parsing of pkg-plist > > >> files. > > >> I haven't dug into this too much beyond noting there's a problem. > > >> -sc > > > > > > That's not a bug, that's a feature. We don't do libfoo.so.X.Y on > > > FreeBSD, we do libfoo.so.X only. Please fix your software :) > > > > Yikes! You're probably not joking... but could you be? Please? It's not really a feature. It was introduced to help with the a.out->elf=20 transition, reasoning being that elf shared objects don't really _require_= =20 the complete versioning to be represented in the filename and they'd be eas= y=20 to distinguis from a.out libs with x.y. However, the a.out days are past long enough now to seriously consider=20 allowing elf shared objects to have more freefrom (and possibly more=20 meaningful) names again (just like on that other OS). The main reason we're= =20 getting away with our funny naming for elf shared objects so easily in port= s=20 is that libtool deals with it for us. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1769625.rPXp3BD3E6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBrEuVXhc68WspdLARAvWjAJ9IkSGSTkPCF14cApTffNi62PrTBQCfSUAD jyudaADDj3OCbQ2gui0BOSo= =aHrA -----END PGP SIGNATURE----- --nextPart1769625.rPXp3BD3E6-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 10:35:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B306A16A4CE; Tue, 30 Nov 2004 10:35:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99EB343D49; Tue, 30 Nov 2004 10:35:05 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUAZ5Xn082440; Tue, 30 Nov 2004 10:35:05 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUAZ5OQ082439; Tue, 30 Nov 2004 10:35:05 GMT (envelope-from harti) Message-Id: <200411301035.iAUAZ5OQ082439@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 30 Nov 2004 10:35:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make Makefile dir.c lst.h src/usr.bin/make/lst.lib lstAtEnd.c lstAtFront.c lstDatum.c lstEnQueue.c lstFind.c lstFirst.c lstForEach.c lstLast.c lstReplace.c lstSucc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:35:05 -0000 harti 2004-11-30 10:35:05 UTC FreeBSD src repository Modified files: usr.bin/make Makefile dir.c lst.h Removed files: usr.bin/make/lst.lib lstAtEnd.c lstAtFront.c lstDatum.c lstEnQueue.c lstFind.c lstFirst.c lstForEach.c lstLast.c lstReplace.c lstSucc.c Log: Change a couple of the primitve list functions to be macros. This changes the semantic of Lst_Datum which formerly returned NULL when the argument node was NULL. There was only one place in the source that relied on this so change that place. Revision Changes Path 1.38 +3 -5 src/usr.bin/make/Makefile 1.33 +4 -2 src/usr.bin/make/dir.c 1.18 +16 -9 src/usr.bin/make/lst.h 1.12 +0 -76 src/usr.bin/make/lst.lib/lstAtEnd.c (dead) 1.12 +0 -73 src/usr.bin/make/lst.lib/lstAtFront.c (dead) 1.12 +0 -74 src/usr.bin/make/lst.lib/lstDatum.c (dead) 1.12 +0 -75 src/usr.bin/make/lst.lib/lstEnQueue.c (dead) 1.15 +0 -71 src/usr.bin/make/lst.lib/lstFind.c (dead) 1.11 +0 -74 src/usr.bin/make/lst.lib/lstFirst.c (dead) 1.14 +0 -72 src/usr.bin/make/lst.lib/lstForEach.c (dead) 1.10 +0 -74 src/usr.bin/make/lst.lib/lstLast.c (dead) 1.12 +0 -75 src/usr.bin/make/lst.lib/lstReplace.c (dead) 1.11 +0 -76 src/usr.bin/make/lst.lib/lstSucc.c (dead) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 10:45:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C88FE16A4CE; Tue, 30 Nov 2004 10:45:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22AF43D41; Tue, 30 Nov 2004 10:45:08 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUAj67k082806; Tue, 30 Nov 2004 10:45:06 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUAj6Z5082805; Tue, 30 Nov 2004 10:45:06 GMT (envelope-from marck) Message-Id: <200411301045.iAUAj6Z5082805@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 30 Nov 2004 10:45:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/internal doceng.sgml machines.sgml new-account.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:45:08 -0000 marck 2004-11-30 10:45:06 UTC FreeBSD doc repository Modified files: ru/internal doceng.sgml machines.sgml new-account.sgml Log: MFen: 1.4 -> 1.5 doceng.sgml 1.49 -> 1.53 machines.sgml 1.8 -> 1.10 new-account.sgml Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.5 +3 -3 www/ru/internal/doceng.sgml 1.10 +21 -19 www/ru/internal/machines.sgml 1.6 +12 -3 www/ru/internal/new-account.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 10:46:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25A8516A4CE; Tue, 30 Nov 2004 10:46:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C9143D54; Tue, 30 Nov 2004 10:46:08 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUAk7Cp082898; Tue, 30 Nov 2004 10:46:07 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUAk7DF082897; Tue, 30 Nov 2004 10:46:07 GMT (envelope-from dinoex) Message-Id: <200411301046.iAUAk7DF082897@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 30 Nov 2004 10:46:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/frodo/files patch-SID_linux.i X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:46:08 -0000 dinoex 2004-11-30 10:46:07 UTC FreeBSD ports repository Modified files: emulators/frodo/files patch-SID_linux.i Log: - use real location for soundcard.h (instead of symlink) Revision Changes Path 1.2 +1 -1 ports/emulators/frodo/files/patch-SID_linux.i From owner-cvs-all@FreeBSD.ORG Tue Nov 30 10:59:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E4DB16A4CE; Tue, 30 Nov 2004 10:59:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E6543D58; Tue, 30 Nov 2004 10:59:46 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUAxkVV083267; Tue, 30 Nov 2004 10:59:46 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUAxk95083266; Tue, 30 Nov 2004 10:59:46 GMT (envelope-from dinoex) Message-Id: <200411301059.iAUAxk95083266@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 30 Nov 2004 10:59:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/vice pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 10:59:47 -0000 dinoex 2004-11-30 10:59:46 UTC FreeBSD ports repository Modified files: emulators/vice pkg-descr Log: - update URL Revision Changes Path 1.7 +1 -1 ports/emulators/vice/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Nov 30 11:01:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50C5016A4CE; Tue, 30 Nov 2004 11:01:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D93943D48; Tue, 30 Nov 2004 11:01:38 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUB1c79083385; Tue, 30 Nov 2004 11:01:38 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUB1ciq083384; Tue, 30 Nov 2004 11:01:38 GMT (envelope-from dinoex) Message-Id: <200411301101.iAUB1ciq083384@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 30 Nov 2004 11:01:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/vice Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 11:01:38 -0000 dinoex 2004-11-30 11:01:38 UTC FreeBSD ports repository Modified files: emulators/vice Makefile Log: - extend MASTER_SITES (master server is down) Revision Changes Path 1.37 +2 -1 ports/emulators/vice/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 11:35:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C08B16A4CE; Tue, 30 Nov 2004 11:35:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7758843D54; Tue, 30 Nov 2004 11:35:30 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUBZUcu084395; Tue, 30 Nov 2004 11:35:30 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUBZUet084394; Tue, 30 Nov 2004 11:35:30 GMT (envelope-from scottl) Message-Id: <200411301135.iAUBZUet084394@repoman.freebsd.org> From: Scott Long Date: Tue, 30 Nov 2004 11:35:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ficl ficl.h loader.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 11:35:30 -0000 scottl 2004-11-30 11:35:30 UTC FreeBSD src repository Modified files: sys/boot/ficl ficl.h loader.c Log: Instead of just not defining a bunch of words when TESTMAIN is set, provide stubs that at least handle the stack correctly. This makes it much easier to experiment with loader scripts from userland. Revision Changes Path 1.21 +2 -2 src/sys/boot/ficl/ficl.h 1.11 +43 -12 src/sys/boot/ficl/loader.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 12:02:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09DB516A4CE; Tue, 30 Nov 2004 12:02:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE79043D31; Tue, 30 Nov 2004 12:02:53 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUC2rHo085212; Tue, 30 Nov 2004 12:02:53 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUC2rAd085211; Tue, 30 Nov 2004 12:02:53 GMT (envelope-from davidxu) Message-Id: <200411301202.iAUC2rAd085211@repoman.freebsd.org> From: David Xu Date: Tue, 30 Nov 2004 12:02:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_umtx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:02:54 -0000 davidxu 2004-11-30 12:02:53 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: 1. use per-chain mutex instead of global mutex to reduce lock collision. 2. Fix two race conditions. One is between _umtx_unlock and signal, also a thread was marked TDF_UMTXWAKEUP by _umtx_unlock, it is possible a signal delivered to the thread will cause msleep returns EINTR, and the thread breaks out of loop, this causes umtx ownership is not transfered to the thread. Another is in _umtx_unlock itself, when the function sets the umtx to UMTX_UNOWNED state, a new thread can come in and lock the umtx, also the function tries to set contested bit flag, but it will fail. Although the function will wake a blocked thread, if that thread breaks out of loop by signal, no contested bit will be set. Revision Changes Path 1.17 +212 -115 src/sys/kern/kern_umtx.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 12:12:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D94A216A4CE; Tue, 30 Nov 2004 12:12:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D6743D49; Tue, 30 Nov 2004 12:12:19 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUCCJHC085576; Tue, 30 Nov 2004 12:12:19 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUCCJtd085575; Tue, 30 Nov 2004 12:12:19 GMT (envelope-from osa) Message-Id: <200411301212.iAUCCJtd085575@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 30 Nov 2004 12:12:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/polygraph Makefile distinfo pkg-plist patch-src::loganalyzers::SideInfo.cc patch-src::xparser::SynSym.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:12:20 -0000 osa 2004-11-30 12:12:19 UTC FreeBSD ports repository Modified files: benchmarks/polygraph Makefile distinfo pkg-plist Removed files: benchmarks/polygraph/files patch-src::loganalyzers::SideInfo.cc patch-src::xparser::SynSym.h Log: Update to 2.8.1, remove needless patches. Also welcome back ReportGen subdir. Approved by: maintainer (timeout > 3 weeks) Revision Changes Path 1.16 +1 -1 ports/benchmarks/polygraph/Makefile 1.7 +2 -2 ports/benchmarks/polygraph/distinfo 1.2 +0 -15 ports/benchmarks/polygraph/files/patch-src::loganalyzers::SideInfo.cc (dead) 1.2 +0 -13 ports/benchmarks/polygraph/files/patch-src::xparser::SynSym.h (dead) 1.6 +14 -0 ports/benchmarks/polygraph/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 12:18:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B941516A4CF; Tue, 30 Nov 2004 12:18:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C3543D49; Tue, 30 Nov 2004 12:18:53 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUCIrHE085801; Tue, 30 Nov 2004 12:18:53 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUCIrTj085800; Tue, 30 Nov 2004 12:18:53 GMT (envelope-from davidxu) Message-Id: <200411301218.iAUCIrTj085800@repoman.freebsd.org> From: David Xu Date: Tue, 30 Nov 2004 12:18:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_umtx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:18:53 -0000 davidxu 2004-11-30 12:18:53 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: Forgot to inline umtxq_unlock. Revision Changes Path 1.18 +1 -1 src/sys/kern/kern_umtx.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 12:24:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 986B416A4CE; Tue, 30 Nov 2004 12:24:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 852EB43D2D; Tue, 30 Nov 2004 12:24:35 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUCOUiI049517; Tue, 30 Nov 2004 12:24:32 GMT (envelope-from davidxu@freebsd.org) Message-ID: <41AC667E.7030108@freebsd.org> Date: Tue, 30 Nov 2004 20:24:30 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040921 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200411301202.iAUC2rAd085211@repoman.freebsd.org> In-Reply-To: <200411301202.iAUC2rAd085211@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_umtx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:24:35 -0000 Thanks to jhb@, he had reviewed earlier version for me. David Xu wrote: >davidxu 2004-11-30 12:02:53 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_umtx.c > Log: > 1. use per-chain mutex instead of global mutex to reduce > lock collision. > 2. Fix two race conditions. One is between _umtx_unlock and signal, > also a thread was marked TDF_UMTXWAKEUP by _umtx_unlock, it is > possible a signal delivered to the thread will cause msleep > returns EINTR, and the thread breaks out of loop, this causes > umtx ownership is not transfered to the thread. Another is in > _umtx_unlock itself, when the function sets the umtx to > UMTX_UNOWNED state, a new thread can come in and lock the umtx, > also the function tries to set contested bit flag, but it will > fail. Although the function will wake a blocked thread, if that > thread breaks out of loop by signal, no contested bit will be set. > > Revision Changes Path > 1.17 +212 -115 src/sys/kern/kern_umtx.c > > > > From owner-cvs-all@FreeBSD.ORG Tue Nov 30 12:35:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA7FF16A4CE; Tue, 30 Nov 2004 12:35:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 882A043D46; Tue, 30 Nov 2004 12:35:35 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUCZZgl086323; Tue, 30 Nov 2004 12:35:35 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUCZZPd086322; Tue, 30 Nov 2004 12:35:35 GMT (envelope-from mat) Message-Id: <200411301235.iAUCZZPd086322@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 30 Nov 2004 12:35:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-DateTime-Set Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:35:35 -0000 mat 2004-11-30 12:35:35 UTC FreeBSD ports repository Modified files: devel/p5-DateTime-Set Makefile distinfo Log: Update to 0.19 Revision Changes Path 1.16 +1 -1 ports/devel/p5-DateTime-Set/Makefile 1.16 +2 -2 ports/devel/p5-DateTime-Set/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 12:44:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E30A916A4CE; Tue, 30 Nov 2004 12:44:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C168843D39; Tue, 30 Nov 2004 12:44:33 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUCiXVo086587; Tue, 30 Nov 2004 12:44:33 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUCiXqS086586; Tue, 30 Nov 2004 12:44:33 GMT (envelope-from sem) Message-Id: <200411301244.iAUCiXqS086586@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 30 Nov 2004 12:44:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/sdig Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:44:34 -0000 sem 2004-11-30 12:44:33 UTC FreeBSD ports repository Modified files: net-mgmt/sdig Makefile Log: net-snmp lib version bump PR: ports/74524 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/net-mgmt/sdig/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 12:58:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC1E716A4CE; Tue, 30 Nov 2004 12:58:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B9943D46; Tue, 30 Nov 2004 12:58:19 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUCwJCg093368; Tue, 30 Nov 2004 12:58:19 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUCwJV0093367; Tue, 30 Nov 2004 12:58:19 GMT (envelope-from sem) Message-Id: <200411301258.iAUCwJV0093367@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 30 Nov 2004 12:58:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/nsd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 12:58:20 -0000 sem 2004-11-30 12:58:19 UTC FreeBSD ports repository Modified files: dns/nsd Makefile distinfo Log: - Update to 2.1.5 BUG FIXES: - Bug #90: handle \000 in TXT records correctly - Fixed undefined behavior in the use of vsnprintf when logging messages. PR: ports/74517 Submitted by: maintainer Revision Changes Path 1.20 +1 -1 ports/dns/nsd/Makefile 1.13 +2 -2 ports/dns/nsd/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 13:44:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78AA116A4CF; Tue, 30 Nov 2004 13:44:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5584743D49; Tue, 30 Nov 2004 13:44:33 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUDiXZX094720; Tue, 30 Nov 2004 13:44:33 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUDiXu0094719; Tue, 30 Nov 2004 13:44:33 GMT (envelope-from gerald) Message-Id: <200411301344.iAUDiXu0094719@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 30 Nov 2004 13:44:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc40 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 13:44:33 -0000 gerald 2004-11-30 13:44:33 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo Log: Update to the 20041128 snapshot of GCC 4.0.0. Revision Changes Path 1.186 +1 -1 ports/lang/gcc40/Makefile 1.95 +10 -10 ports/lang/gcc40/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 14:05:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9727816A4CE; Tue, 30 Nov 2004 14:05:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736E543D41; Tue, 30 Nov 2004 14:05:17 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUE5HiK095307; Tue, 30 Nov 2004 14:05:17 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUE5HsI095306; Tue, 30 Nov 2004 14:05:17 GMT (envelope-from vs) Message-Id: <200411301405.iAUE5HsI095306@repoman.freebsd.org> From: Volker Stolz Date: Tue, 30 Nov 2004 14:05:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/drweb-sendmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:05:17 -0000 vs 2004-11-30 14:05:16 UTC FreeBSD ports repository Modified files: security/drweb-sendmail Makefile Log: Chase MASTER_SITES PR: ports/74501 Submitted by: maintainer Revision Changes Path 1.67 +2 -1 ports/security/drweb-sendmail/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 14:13:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4619116A4CF; Tue, 30 Nov 2004 14:13:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2329F43D41; Tue, 30 Nov 2004 14:13:34 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUEDYdC095641; Tue, 30 Nov 2004 14:13:34 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUEDXbq095640; Tue, 30 Nov 2004 14:13:33 GMT (envelope-from den) Message-Id: <200411301413.iAUEDXbq095640@repoman.freebsd.org> From: Denis Peplin Date: Tue, 30 Nov 2004 14:13:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/release/doc/ru_RU.KOI8-R/errata article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:13:34 -0000 den 2004-11-30 14:13:33 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/ru_RU.KOI8-R/errata article.sgml Log: Update to 1.69.2.15 Revision Changes Path 1.1.2.3 +17 -4 src/release/doc/ru_RU.KOI8-R/errata/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 14:15:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D0B216A4CE; Tue, 30 Nov 2004 14:15:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A99C43D2D; Tue, 30 Nov 2004 14:15:31 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUEFVxf095798; Tue, 30 Nov 2004 14:15:31 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUEFVNL095797; Tue, 30 Nov 2004 14:15:31 GMT (envelope-from den) Message-Id: <200411301415.iAUEFVNL095797@repoman.freebsd.org> From: Denis Peplin Date: Tue, 30 Nov 2004 14:15:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/ru/releases/5.3R errata.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:15:31 -0000 den 2004-11-30 14:15:31 UTC FreeBSD doc repository Modified files: ru/releases/5.3R errata.html Log: Regen from 1.69.2.15 Revision Changes Path 1.3 +20 -8 www/ru/releases/5.3R/errata.html From owner-cvs-all@FreeBSD.ORG Tue Nov 30 14:27:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29FFD16A4CE; Tue, 30 Nov 2004 14:27:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1822B43D3F; Tue, 30 Nov 2004 14:27:01 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUER0nC096107; Tue, 30 Nov 2004 14:27:00 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUER00o096106; Tue, 30 Nov 2004 14:27:00 GMT (envelope-from eik) Message-Id: <200411301427.iAUER00o096106@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 30 Nov 2004 14:27:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/openldap22-server Makefile distinfopatch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:27:01 -0000 eik 2004-11-30 14:27:00 UTC FreeBSD ports repository Modified files: net/openldap22-server Makefile distinfo net/openldap22-server/files extrapatch-Makefile.in patch-configure Log: update to OpenLDAP 2.2.19: - Fixed back-bdb cache bugs (OpenLDAP ITS#3356, #3358), ctxcsn memory leak - Added support for BDB 4.3 (depends on PR 73790) NOTE: Don't use BDB 4.3 in production environments yet: For a complete change log see: /usr/local/share/doc/openldap/CHANGES Revision Changes Path 1.101 +8 -2 ports/net/openldap22-server/Makefile 1.47 +2 -2 ports/net/openldap22-server/distinfo 1.2 +3 -3 ports/net/openldap22-server/files/extrapatch-Makefile.in 1.5 +5 -5 ports/net/openldap22-server/files/patch-configure From owner-cvs-all@FreeBSD.ORG Tue Nov 30 14:27:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C900416A4CE; Tue, 30 Nov 2004 14:27:33 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D6843D49; Tue, 30 Nov 2004 14:27:33 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 2C0665312; Tue, 30 Nov 2004 15:27:32 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 551075310; Tue, 30 Nov 2004 15:27:25 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 18812B85E; Tue, 30 Nov 2004 15:27:25 +0100 (CET) To: Scott Long References: <200411301135.iAUBZUet084394@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 30 Nov 2004 15:27:25 +0100 In-Reply-To: <200411301135.iAUBZUet084394@repoman.freebsd.org> (Scott Long's message of "Tue, 30 Nov 2004 11:35:30 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/ficl ficl.h loader.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:27:33 -0000 Scott Long writes: > Log: > Instead of just not defining a bunch of words when TESTMAIN is set, pro= vide > stubs that at least handle the stack correctly. This makes it much eas= ier to > experiment with loader scripts from userland. How do you do that? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Tue Nov 30 14:41:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1BE016A4CE; Tue, 30 Nov 2004 14:41:59 +0000 (GMT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3394543D31; Tue, 30 Nov 2004 14:41:59 +0000 (GMT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.13.1/8.13.1) with ESMTP id iAUEdqEW046864; Tue, 30 Nov 2004 09:39:52 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)iAUEdqEI046861; Tue, 30 Nov 2004 14:39:52 GMT (envelope-from robert@fledge.watson.org) Date: Tue, 30 Nov 2004 14:39:52 +0000 (GMT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Doug Barton In-Reply-To: <41AC489E.7050108@DougBarton.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: phk@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:41:59 -0000 On Tue, 30 Nov 2004, Doug Barton wrote: > >>FYI, this commit seems to have broken my line in fstab which has worked for > >>a long time: > >> > >>md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 > >> > >>Is it useful for the nodev option to cause a hard failure here? Note, I'm > >>not arguing against either change, just pointing out a side effect. > > > > There's no longer a "nodev" option, please ask Poul-Henning for details. ;) > > Yes, I understand the mechanics, I'm just curious if you think that this > should result in a fatal error. It sounds like you think that the answer > to that is yes, which if that is the correct answer I'm fine with that. I think a reasonable alternative would be for use of the nodev option to silently no-op in all cases but (perhaps) devfs, since the behavior described for nodev is in fact now simply the way the system behaves. Maybe the middle ground is to print a warning? Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Principal Research Scientist, McAfee Research From owner-cvs-all@FreeBSD.ORG Tue Nov 30 14:54:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA0FF16A4CE; Tue, 30 Nov 2004 14:54:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7BF843D58; Tue, 30 Nov 2004 14:54:14 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUEsEWI096975; Tue, 30 Nov 2004 14:54:14 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUEsEuN096974; Tue, 30 Nov 2004 14:54:14 GMT (envelope-from tobez) Message-Id: <200411301454.iAUEsEuN096974@repoman.freebsd.org> From: Anton Berezin Date: Tue, 30 Nov 2004 14:54:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:54:15 -0000 tobez 2004-11-30 14:54:14 UTC FreeBSD ports repository Modified files: devel Makefile Log: Fix jude-community directory name in devel/Makefile. PR: 74554 Submitted by: Renato Botelho Revision Changes Path 1.1755 +1 -1 ports/devel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 14:59:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A24EE16A4CE; Tue, 30 Nov 2004 14:59:04 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22A3543D46; Tue, 30 Nov 2004 14:59:04 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iAUF2Xjt007387; Tue, 30 Nov 2004 08:02:33 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AC8AD0.3080502@freebsd.org> Date: Tue, 30 Nov 2004 07:59:28 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200411301135.iAUBZUet084394@repoman.freebsd.org> In-Reply-To: X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/ficl ficl.h loader.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 14:59:04 -0000 Dag-Erling Smørgrav wrote: > Scott Long writes: > >> Log: >> Instead of just not defining a bunch of words when TESTMAIN is set, provide >> stubs that at least handle the stack correctly. This makes it much easier to >> experiment with loader scripts from userland. > > > How do you do that? > > DES Go to /sys/boot/ficl and do 'make testmain'. That will give you the interpreter in the form of the ./testmain binary. There are still some pieces missing that prevent support.4th from loading, so you won't have the 'include', 'boot', or 'reboot' keywords. I make up for this by doing the following: init.4th: : boot drop exit ; : reboot drop exit ; load screen.4th load frames.4th load beastie.4th This also means that you need to comment out the 'include' lines in beastie.4th. Again, it's not perfect, but it's enough to do useful prototyping and experimentation. The 'getenv' word will also always return -1 (meaning the requested variable was not found) since it's just stubbed out. Scott From owner-cvs-all@FreeBSD.ORG Tue Nov 30 15:13:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D48B16A4CE; Tue, 30 Nov 2004 15:13:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1299543D58; Tue, 30 Nov 2004 15:13:54 +0000 (GMT) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFDrof097672; Tue, 30 Nov 2004 15:13:53 GMT (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFDrn2097671; Tue, 30 Nov 2004 15:13:53 GMT (envelope-from archie) Message-Id: <200411301513.iAUFDrn2097671@repoman.freebsd.org> From: Archie Cobbs Date: Tue, 30 Nov 2004 15:13:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/classpath Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:13:54 -0000 archie 2004-11-30 15:13:53 UTC FreeBSD ports repository Modified files: java/classpath Makefile Log: Add CONFIGURE_ARGS to fix build problem. Revision Changes Path 1.6 +1 -0 ports/java/classpath/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 15:19:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0171216A4CE; Tue, 30 Nov 2004 15:19:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D124843D60; Tue, 30 Nov 2004 15:19:58 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFJwlv097869; Tue, 30 Nov 2004 15:19:58 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFJwav097868; Tue, 30 Nov 2004 15:19:58 GMT (envelope-from perky) Message-Id: <200411301519.iAUFJwav097868@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 30 Nov 2004 15:19:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/xosd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:19:59 -0000 perky 2004-11-30 15:19:58 UTC FreeBSD ports repository Modified files: misc/xosd Makefile distinfo Log: Update to 2.2.12 PR: 73662 Submitted by: Roman Bogorodskiy Revision Changes Path 1.30 +1 -1 ports/misc/xosd/Makefile 1.15 +2 -2 ports/misc/xosd/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 15:25:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02F6C16A4CE; Tue, 30 Nov 2004 15:25:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D319643D66; Tue, 30 Nov 2004 15:25:48 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFPmNE098131; Tue, 30 Nov 2004 15:25:48 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFPm9n098130; Tue, 30 Nov 2004 15:25:48 GMT (envelope-from perky) Message-Id: <200411301525.iAUFPm9n098130@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 30 Nov 2004 15:25:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/scons Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:25:49 -0000 perky 2004-11-30 15:25:48 UTC FreeBSD ports repository Modified files: devel/scons Makefile distinfo pkg-plist Log: Update to 0.96.1 PR: 74236 Submitted by: Stefan Walter Revision Changes Path 1.22 +1 -1 ports/devel/scons/Makefile 1.18 +2 -2 ports/devel/scons/distinfo 1.15 +3 -0 ports/devel/scons/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 15:30:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 807F516A4CE; Tue, 30 Nov 2004 15:30:34 +0000 (GMT) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id D411F43D60; Tue, 30 Nov 2004 15:30:33 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from fwd07.aul.t-online.de by mailout11.sul.t-online.com with smtp id 1CZ9xX-0000tL-03; Tue, 30 Nov 2004 16:30:31 +0100 Received: from Andro-Beta.Leidinger.net (SUawgaZYZeYMyi4Rkhvheyhthc+a5mlUQMDFidgZupVvqIBzZsGqoV@[84.128.201.219]) by fmrl07.sul.t-online.com with esmtp id 1CZ9xG-23Z2fo0; Tue, 30 Nov 2004 16:30:14 +0100 Received: from Andro-Beta.Leidinger.net (localhost [127.0.0.1]) iAUFU5wo055646; Tue, 30 Nov 2004 16:30:05 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: (from www@localhost)iAUFU5pq055645; Tue, 30 Nov 2004 16:30:05 +0100 (CET) (envelope-from Alexander@Leidinger.net) X-Authentication-Warning: Andro-Beta.Leidinger.net: www set sender to Alexander@Leidinger.net using -f Received: from 141.113.101.32 ([141.113.101.32]) by netchild.homeip.net (IMP) with HTTP for ; Tue, 30 Nov 2004 16:30:05 +0100 Message-ID: <1101828605.41ac91fd4678c@netchild.homeip.net> Date: Tue, 30 Nov 2004 16:30:05 +0100 From: Alexander Leidinger To: Scott Long References: <200411301135.iAUBZUet084394@repoman.freebsd.org> <41AC8AD0.3080502@freebsd.org> In-Reply-To: <41AC8AD0.3080502@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.6 / FreeBSD-4.10 X-Originating-IP: 141.113.101.32 X-ID: SUawgaZYZeYMyi4Rkhvheyhthc+a5mlUQMDFidgZupVvqIBzZsGqoV@t-dialin.net X-TOI-MSGID: 6ee8efb8-8e12-41ae-a550-bf97c83e3e58 cc: Dag-Erling =?iso-8859-1?b?U234cmdyYXY=?= cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/boot/ficl ficl.h loader.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:30:34 -0000 Zitat von Scott Long : > > How do you do that? [HOWTO] > Again, it's not perfect, but it's enough to do useful prototyping and > experimentation. The 'getenv' word will also always return -1 (meaning > the requested variable was not found) since it's just stubbed out. What about adding this to the man-page? This way interested souls don't get scared to have to reboot every time they want to test a change. Bye, Alexander. -- http://www.Leidinger.net/ Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org/ netchild @ FreeBSD.org : PGP ID = 72077137 From owner-cvs-all@FreeBSD.ORG Tue Nov 30 15:33:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBA8316A4CE; Tue, 30 Nov 2004 15:33:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A78F043D2F; Tue, 30 Nov 2004 15:33:04 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFX4Pr098391; Tue, 30 Nov 2004 15:33:04 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFX4M8098390; Tue, 30 Nov 2004 15:33:04 GMT (envelope-from tobez) Message-Id: <200411301533.iAUFX4M8098390@repoman.freebsd.org> From: Anton Berezin Date: Tue, 30 Nov 2004 15:33:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:33:04 -0000 tobez 2004-11-30 15:33:04 UTC FreeBSD ports repository Modified files: textproc Makefile Log: We don't have csv2txt, we do have csv2xml. PR: 74556 Submitted by: Renato Botelho < renato a@t galle d.t com d.t br > Revision Changes Path 1.765 +1 -1 ports/textproc/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 15:33:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C593616A4CE; Tue, 30 Nov 2004 15:33:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A012A43D5A; Tue, 30 Nov 2004 15:33:18 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFXINU098424; Tue, 30 Nov 2004 15:33:18 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFXIRW098423; Tue, 30 Nov 2004 15:33:18 GMT (envelope-from harti) Message-Id: <200411301533.iAUFXIRW098423@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 30 Nov 2004 15:33:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/usr.bin/make Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:33:18 -0000 harti 2004-11-30 15:33:18 UTC FreeBSD src repository Modified files: tools/regression/usr.bin/make Makefile Log: Chmod the shell testscript to be executable if it isn't already. According to the CVS-Meisters x-mode just happens to work, but is not guaranteed to do so. Try to be on the safe side. Revision Changes Path 1.24 +1 -0 src/tools/regression/usr.bin/make/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 15:35:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0561616A4CE; Tue, 30 Nov 2004 15:35:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D58A243D1D; Tue, 30 Nov 2004 15:35:51 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFZp5h098568; Tue, 30 Nov 2004 15:35:51 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFZpCt098567; Tue, 30 Nov 2004 15:35:51 GMT (envelope-from harti) Message-Id: <200411301535.iAUFZpCt098567@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 30 Nov 2004 15:35:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make job.c job.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:35:52 -0000 harti 2004-11-30 15:35:51 UTC FreeBSD src repository Modified files: usr.bin/make job.c job.h Log: Constify the array of predefined shells. It turns out that we need two versions of the structure definition for this: one with const char pointers, because otherwise gcc won't let us initialize the fields with constant strings, and one without the const, because we need to work with the structure. Revision Changes Path 1.61 +36 -21 src/usr.bin/make/job.c 1.27 +27 -24 src/usr.bin/make/job.h From owner-cvs-all@FreeBSD.ORG Tue Nov 30 15:37:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05D8216A4CE; Tue, 30 Nov 2004 15:37:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D553143D5D; Tue, 30 Nov 2004 15:37:05 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFb5jY098648; Tue, 30 Nov 2004 15:37:05 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFb5CB098647; Tue, 30 Nov 2004 15:37:05 GMT (envelope-from gerald) Message-Id: <200411301537.iAUFb5CB098647@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 30 Nov 2004 15:37:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/gcc34 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:37:06 -0000 gerald 2004-11-30 15:37:05 UTC FreeBSD ports repository Modified files: lang/gcc34 Makefile distinfo Log: Update to the 20041126 snapshot of GCC 3.4.4. Revision Changes Path 1.184 +1 -1 ports/lang/gcc34/Makefile 1.95 +12 -12 ports/lang/gcc34/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 15:37:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DBF516A4CE; Tue, 30 Nov 2004 15:37:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC9C43D5A; Tue, 30 Nov 2004 15:37:36 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFbaxL098703; Tue, 30 Nov 2004 15:37:36 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFba9K098702; Tue, 30 Nov 2004 15:37:36 GMT (envelope-from perky) Message-Id: <200411301537.iAUFba9K098702@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 30 Nov 2004 15:37:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/py-snmp Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:37:37 -0000 perky 2004-11-30 15:37:36 UTC FreeBSD ports repository Modified files: net-mgmt/py-snmp Makefile pkg-plist Log: Fix plist. Spotted by: kris Revision Changes Path 1.15 +1 -0 ports/net-mgmt/py-snmp/Makefile 1.7 +40 -0 ports/net-mgmt/py-snmp/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 15:52:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 294D516A4CE; Tue, 30 Nov 2004 15:52:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0551D43D55; Tue, 30 Nov 2004 15:52:32 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUFqV6U099201; Tue, 30 Nov 2004 15:52:31 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUFqVr2099200; Tue, 30 Nov 2004 15:52:31 GMT (envelope-from perky) Message-Id: <200411301552.iAUFqVr2099200@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 30 Nov 2004 15:52:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/liferea Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:52:32 -0000 perky 2004-11-30 15:52:31 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo pkg-plist Log: Update to 0.6.4 Revision Changes Path 1.34 +1 -1 ports/net/liferea/Makefile 1.28 +2 -2 ports/net/liferea/distinfo 1.23 +2 -0 ports/net/liferea/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:09:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE18A16A4CE; Tue, 30 Nov 2004 16:09:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8976F43D5E; Tue, 30 Nov 2004 16:09:07 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUG974l099708; Tue, 30 Nov 2004 16:09:07 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUG97gs099707; Tue, 30 Nov 2004 16:09:07 GMT (envelope-from tobez) Message-Id: <200411301609.iAUG97gs099707@repoman.freebsd.org> From: Anton Berezin Date: Tue, 30 Nov 2004 16:09:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/p5-URI Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:09:07 -0000 tobez 2004-11-30 16:09:07 UTC FreeBSD ports repository Modified files: net/p5-URI Makefile distinfo Log: Update to 1.35 (1.34 disappeared from CPAN & mirrors). Approved by: maintainer (well, at least I've read his mail as an approval) Revision Changes Path 1.37 +1 -1 ports/net/p5-URI/Makefile 1.26 +2 -2 ports/net/p5-URI/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:16:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E684F16A4CE; Tue, 30 Nov 2004 16:16:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C7643D41; Tue, 30 Nov 2004 16:16:34 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGGYSe000220; Tue, 30 Nov 2004 16:16:34 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGGYbW000218; Tue, 30 Nov 2004 16:16:34 GMT (envelope-from brueffer) Message-Id: <200411301616.iAUGGYbW000218@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 30 Nov 2004 16:16:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:16:35 -0000 brueffer 2004-11-30 16:16:34 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 Makefile Log: MLINK crypto.4 to cryptodev.4 Stumbled upon by: markus MFC after: 3 days Revision Changes Path 1.296 +1 -0 src/share/man/man4/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:17:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D3A316A4CE; Tue, 30 Nov 2004 16:17:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FF143D54; Tue, 30 Nov 2004 16:17:31 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGHV9Y000287; Tue, 30 Nov 2004 16:17:31 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGHV9c000275; Tue, 30 Nov 2004 16:17:31 GMT (envelope-from perky) Message-Id: <200411301617.iAUGHV9c000275@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 30 Nov 2004 16:17:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/rhtvision Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:17:31 -0000 perky 2004-11-30 16:17:31 UTC FreeBSD ports repository Modified files: devel/rhtvision Makefile distinfo pkg-plist Log: Update to 2.0.3 and unmark BROKEN. Revision Changes Path 1.13 +1 -6 ports/devel/rhtvision/Makefile 1.6 +2 -2 ports/devel/rhtvision/distinfo 1.7 +2 -2 ports/devel/rhtvision/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:20:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 373BF16A4CE; Tue, 30 Nov 2004 16:20:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 133B943D3F; Tue, 30 Nov 2004 16:20:54 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGKr8U000446; Tue, 30 Nov 2004 16:20:53 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGKroQ000445; Tue, 30 Nov 2004 16:20:53 GMT (envelope-from vs) Message-Id: <200411301620.iAUGKroQ000445@repoman.freebsd.org> From: Volker Stolz Date: Tue, 30 Nov 2004 16:20:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xlockmore Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:20:54 -0000 vs 2004-11-30 16:20:53 UTC FreeBSD ports repository Modified files: x11/xlockmore Makefile distinfo Log: Update to 5.14.1 PR: ports/74466 Submitted by: UMENO Takashi Revision Changes Path 1.88 +3 -2 ports/x11/xlockmore/Makefile 1.47 +2 -2 ports/x11/xlockmore/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:25:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0925116A4CE; Tue, 30 Nov 2004 16:25:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8C3C43D6A; Tue, 30 Nov 2004 16:25:27 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGPRmO000639; Tue, 30 Nov 2004 16:25:27 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGPRwM000638; Tue, 30 Nov 2004 16:25:27 GMT (envelope-from nobutaka) Message-Id: <200411301625.iAUGPRwM000638@repoman.freebsd.org> From: MANTANI Nobutaka Date: Tue, 30 Nov 2004 16:25:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese Makefile ports/japanese/scim-uim Makefile distinfo pkg-descr pkg-message pkg-plist ports/japanese/scim-uim/files extra-patch-4-stable X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:25:28 -0000 nobutaka 2004-11-30 16:25:27 UTC FreeBSD ports repository Modified files: japanese Makefile Added files: japanese/scim-uim Makefile distinfo pkg-descr pkg-message pkg-plist japanese/scim-uim/files extra-patch-4-stable Log: Add scim-uim, a SCIM IMEngine module using UIM input method library. PR: ports/74064 Submitted by: Seiya Yanagita Revision Changes Path 1.558 +1 -0 ports/japanese/Makefile 1.1 +50 -0 ports/japanese/scim-uim/Makefile (new) 1.1 +2 -0 ports/japanese/scim-uim/distinfo (new) 1.1 +10 -0 ports/japanese/scim-uim/files/extra-patch-4-stable (new) 1.1 +10 -0 ports/japanese/scim-uim/pkg-descr (new) 1.1 +11 -0 ports/japanese/scim-uim/pkg-message (new) 1.1 +6 -0 ports/japanese/scim-uim/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:25:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB6C316A4CE; Tue, 30 Nov 2004 16:25:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D8743D46; Tue, 30 Nov 2004 16:25:37 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGPbCc000712; Tue, 30 Nov 2004 16:25:37 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGPbDp000711; Tue, 30 Nov 2004 16:25:37 GMT (envelope-from nobutaka) Message-Id: <200411301625.iAUGPbDp000711@repoman.freebsd.org> From: MANTANI Nobutaka Date: Tue, 30 Nov 2004 16:25:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:25:38 -0000 nobutaka 2004-11-30 16:25:37 UTC FreeBSD ports repository Modified files: . modules Log: ja-scim-uim --> ports/japanese/scim-uim Revision Changes Path 1.11467 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:38:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C6D816A4CE; Tue, 30 Nov 2004 16:38:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F92843D5F; Tue, 30 Nov 2004 16:38:37 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGcbZ6001170; Tue, 30 Nov 2004 16:38:37 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGcbmY001169; Tue, 30 Nov 2004 16:38:37 GMT (envelope-from nobutaka) Message-Id: <200411301638.iAUGcbmY001169@repoman.freebsd.org> From: MANTANI Nobutaka Date: Tue, 30 Nov 2004 16:38:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:38:37 -0000 nobutaka 2004-11-30 16:38:37 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Seiya Yanagita for his japanese/scim-uim port. Revision Changes Path 1.294 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:41:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73E4716A4CE; Tue, 30 Nov 2004 16:41:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FEAB43D39; Tue, 30 Nov 2004 16:41:40 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGfeRk001331; Tue, 30 Nov 2004 16:41:40 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGfecv001330; Tue, 30 Nov 2004 16:41:40 GMT (envelope-from wollman) Message-Id: <200411301641.iAUGfecv001330@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 30 Nov 2004 16:41:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ncal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:41:40 -0000 wollman 2004-11-30 16:41:40 UTC FreeBSD src repository Modified files: usr.bin/ncal Makefile Log: Use ?= with WARNS. Requested by: ru Revision Changes Path 1.7 +1 -1 src/usr.bin/ncal/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:42:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A0E16A4CE; Tue, 30 Nov 2004 16:42:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FA7143D31; Tue, 30 Nov 2004 16:42:36 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGgaEI001385; Tue, 30 Nov 2004 16:42:36 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGgaKb001384; Tue, 30 Nov 2004 16:42:36 GMT (envelope-from ume) Message-Id: <200411301642.iAUGgaKb001384@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 30 Nov 2004 16:42:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/cyrus-sasl2-saslauthd Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:42:36 -0000 ume 2004-11-30 16:42:36 UTC FreeBSD ports repository Modified files: security/cyrus-sasl2-saslauthd Makefile pkg-plist Log: build & install two useful programs; testsaslauthd and saslcache. Submitted by: Yuri Ryazantsev Revision Changes Path 1.35 +7 -1 ports/security/cyrus-sasl2-saslauthd/Makefile 1.4 +2 -0 ports/security/cyrus-sasl2-saslauthd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:47:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582A816A4CE; Tue, 30 Nov 2004 16:47:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3253C43D55; Tue, 30 Nov 2004 16:47:28 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGlSGW008003; Tue, 30 Nov 2004 16:47:28 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGlSsq008002; Tue, 30 Nov 2004 16:47:28 GMT (envelope-from wollman) Message-Id: <200411301647.iAUGlSsq008002@repoman.freebsd.org> From: Garrett Wollman Date: Tue, 30 Nov 2004 16:47:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.bin/ncal Makefile ncal.1 ncal.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:47:28 -0000 wollman 2004-11-30 16:47:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/ncal Makefile ncal.1 ncal.c Log: MFC: add a `-m' flag to specify the month without specifying the year. Revision Changes Path 1.5.2.1 +1 -0 src/usr.bin/ncal/Makefile 1.16.2.1 +13 -3 src/usr.bin/ncal/ncal.1 1.18.8.1 +31 -25 src/usr.bin/ncal/ncal.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:48:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A8316A4CF; Tue, 30 Nov 2004 16:48:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA0543D5E; Tue, 30 Nov 2004 16:48:24 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGmO2o008048; Tue, 30 Nov 2004 16:48:24 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGmOAd008047; Tue, 30 Nov 2004 16:48:24 GMT (envelope-from kensmith) Message-Id: <200411301648.iAUGmOAd008047@repoman.freebsd.org> From: Ken Smith Date: Tue, 30 Nov 2004 16:48:24 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/4.11R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:48:25 -0000 kensmith 2004-11-30 16:48:24 UTC FreeBSD doc repository Modified files: en/releases/4.11R schedule.sgml Log: Adjust dates based on discussion with scottl. Try to get first RC out before the Holidays when testers might have more time to throw in a CD and give it a try. But still keep release itself late January so we hopefully don't cause Holiday grief for portmgr@ folks. Revision Changes Path 1.2 +9 -9 www/en/releases/4.11R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 16:49:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B481516A4CE; Tue, 30 Nov 2004 16:49:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 902DC43D31; Tue, 30 Nov 2004 16:49:55 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUGntkb008098; Tue, 30 Nov 2004 16:49:55 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUGntSZ008097; Tue, 30 Nov 2004 16:49:55 GMT (envelope-from kensmith) Message-Id: <200411301649.iAUGntSZ008097@repoman.freebsd.org> From: Ken Smith Date: Tue, 30 Nov 2004 16:49:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:49:55 -0000 kensmith 2004-11-30 16:49:55 UTC FreeBSD doc repository Modified files: en/releases Makefile Log: Hook the 4.11R docs up to the build. Revision Changes Path 1.45 +2 -2 www/en/releases/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 17:15:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6996F16A4CE; Tue, 30 Nov 2004 17:15:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A1FB43D54; Tue, 30 Nov 2004 17:15:50 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUHFonp009024; Tue, 30 Nov 2004 17:15:50 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUHFolr009023; Tue, 30 Nov 2004 17:15:50 GMT (envelope-from adamw) Message-Id: <200411301715.iAUHFolr009023@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 30 Nov 2004 17:15:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:15:50 -0000 adamw 2004-11-30 17:15:50 UTC FreeBSD ports repository Modified files: www/mozilla-devel Makefile distinfo Log: Update to 1.8a5. Revision Changes Path 1.206 +5 -10 ports/www/mozilla-devel/Makefile 1.78 +2 -4 ports/www/mozilla-devel/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 17:19:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F7D16A4CF; Tue, 30 Nov 2004 17:19:13 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEBB43D48; Tue, 30 Nov 2004 17:19:13 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CZBei-000OjH-46; Tue, 30 Nov 2004 17:19:12 +0000 Date: Tue, 30 Nov 2004 17:19:12 +0000 From: Ceri Davies To: Robert Watson Message-ID: <20041130171911.GR60679@submonkey.net> Mail-Followup-To: Ceri Davies , Robert Watson , Doug Barton , Ruslan Ermilov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, phk@FreeBSD.org References: <41AC489E.7050108@DougBarton.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LfQcPIWFRhGivmDw" Content-Disposition: inline In-Reply-To: X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: Ruslan Ermilov cc: phk@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:19:13 -0000 --LfQcPIWFRhGivmDw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 02:39:52PM +0000, Robert Watson wrote: >=20 > On Tue, 30 Nov 2004, Doug Barton wrote: >=20 > > >>FYI, this commit seems to have broken my line in fstab which has work= ed for > > >>a long time: > > >> > > >>md /tmp mfs rw,-s16m,noatime,nosuid,nodev= 2 0 > > >> > > >>Is it useful for the nodev option to cause a hard failure here? Note,= I'm > > >>not arguing against either change, just pointing out a side effect. > > >=20 > > > There's no longer a "nodev" option, please ask Poul-Henning for detai= ls. ;) > >=20 > > Yes, I understand the mechanics, I'm just curious if you think that this > > should result in a fatal error. It sounds like you think that the answer > > to that is yes, which if that is the correct answer I'm fine with that.= =20 >=20 > I think a reasonable alternative would be for use of the nodev option to > silently no-op in all cases but (perhaps) devfs, since the behavior > described for nodev is in fact now simply the way the system behaves. > Maybe the middle ground is to print a warning? If it's intended behaviour then it's probably ok as is for -HEAD. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --LfQcPIWFRhGivmDw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrKuPocfcwTS3JF8RAopXAJ9Ar889lS4SbLW2atQX5SbfQYi2YQCgq8ch 1HGRw/XCXKbzgz3VbdTot+8= =3JEg -----END PGP SIGNATURE----- --LfQcPIWFRhGivmDw-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 17:22:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1276416A4CE; Tue, 30 Nov 2004 17:22:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E46F943D2F; Tue, 30 Nov 2004 17:22:33 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUHMXJ2009198; Tue, 30 Nov 2004 17:22:33 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUHMX4W009197; Tue, 30 Nov 2004 17:22:33 GMT (envelope-from murray) Message-Id: <200411301722.iAUHMX4W009197@repoman.freebsd.org> From: Murray Stokely Date: Tue, 30 Nov 2004 17:22:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/events events.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:22:34 -0000 murray 2004-11-30 17:22:33 UTC FreeBSD doc repository Modified files: en/events events.xml Log: Add information about Turkish FreeBSD event on December 10. Submitted by: Omer Faruk Sen Revision Changes Path 1.41 +29 -1 www/en/events/events.xml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 17:25:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD5116A4D0; Tue, 30 Nov 2004 17:25:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E98A43D54; Tue, 30 Nov 2004 17:25:33 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUHPXn3009318; Tue, 30 Nov 2004 17:25:33 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUHPX7V009317; Tue, 30 Nov 2004 17:25:33 GMT (envelope-from krion) Message-Id: <200411301725.iAUHPX7V009317@repoman.freebsd.org> From: Kirill Ponomarew Date: Tue, 30 Nov 2004 17:25:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/cad/oregano Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:25:33 -0000 krion 2004-11-30 17:25:33 UTC FreeBSD ports repository Modified files: cad/oregano Makefile Log: Add missing dependency. Reported by: pointyhat Revision Changes Path 1.12 +1 -1 ports/cad/oregano/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 17:39:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CE3016A4CE; Tue, 30 Nov 2004 17:39:06 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFB843D41; Tue, 30 Nov 2004 17:39:04 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 21F13ACB34; Tue, 30 Nov 2004 18:39:02 +0100 (CET) Date: Tue, 30 Nov 2004 18:39:02 +0100 From: Pawel Jakub Dawidek To: John Baldwin Message-ID: <20041130173902.GA56431@darkness.comp.waw.pl> References: <200411232226.iANMQioc077290@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <200411232226.iANMQioc077290@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:39:06 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 23, 2004 at 10:26:44PM +0000, John Baldwin wrote: +> jhb 2004-11-23 22:26:44 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/dev/acpica acpi_pci_link.c acpi_pcib.c=20 +> acpi_pcib_acpi.c acpi_pcib_pci.c=20 +> acpi_pcibvar.h=20 +> Log: +> Rework the ACPI PCI link code. [...] Is this related to: FreeBSD 6.0-CURRENT #14: Tue Nov 30 18:17:51 CET 1999 root@slayer.hell.invalid:/usr/obj/usr/src/HEAD/src/sys/LCF Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) XEON(TM) CPU 1.80GHz (1799.76-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf24 Stepping =3D 4 Features=3D0x3febfbff Hyperthreading: 2 logical CPUs real memory =3D 1073741824 (1024 MB) avail memory =3D 1046126592 (997 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 MADT: Forcing active-low polarity and level trigger for SCI ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: Power Button (fixed) can't fetch resources for \_SB_.LN1_ - AE_AML_INVALID_RESOURCE_TYPE acpi_ec0: port 0xca7,0xca6 on acpi0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_button0: on acpi0 pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pci_link1: irq 16 on acpi0 panic: _sx_xlock (ACPI PCI link): xlock already held @ /usr/src/HEAD/src/sy= s/modules/acpi/acpi/../../../dev/acpica/acpi_pci_link.c:297 cpuid =3D 0 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at kdb_enter+0x2c: leave =20 db> tr Tracing pid 0 tid 0 td 0xc0617d80 kdb_enter(c05cfba7,100,c0617d80,c0721440,c1f7f2a0) at kdb_enter+0x2c panic(c05d022e,c05bb298,c071cdb6,c071cdeb,129) at panic+0x17f _sx_xlock(c0721440,c071cdeb,129,c1f1e680,0) at _sx_xlock+0x9b acpi_pci_link_attach(c1f1e680,c1f1e680,c1f7a500,c1f1ee00,c0820cc8) at acpi_= pci_link_attach+0x27 device_attach(c1f1e680,0,c0820d04,c0708d72,c1f1ee00) at device_attach+0x1be bus_generic_attach(c1f1ee00,61f,600,c1f3e728,4) at bus_generic_attach+0x12 acpi_attach(c1f1ee00,c1f1ee00,c1f1f000,c1f16dc0,c0820d2c) at acpi_attach+0x= 546 device_attach(c1f1ee00,c1f1f000,c0820d40,c05a5247,c1f1f000) at device_attac= h+0x1be bus_generic_attach(c1f1f000,c1f1f000,c1f1f04c,c0820d58,c04ab18e) at bus_gen= eric_attach+0x12 nexus_attach(c1f1f000,c1f1f000,c1e70e70,0,c0820d68) at nexus_attach+0x13 device_attach(c1f1f000,c0606650,c0820d7c,c0594f2f,c1e81e00) at device_attac= h+0x1be root_bus_configure(c1e81e00,c05e5efb,0,c0820d98,c0472337) at root_bus_confi= gure+0x16 configure(0,c1e70f70,81ec00,81e000,828000) at configure+0x1b mi_startup() at mi_startup+0xb3 begin() at begin+0x2c db>=20 --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrLA2ForvXbEpPzQRApYWAKDac2mBOQ0kykp11UavPVQbHQKf+ACfXuKd 0o3d87hjIcGMu5QRTRRxUJg= =JIhd -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 17:46:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0ABD16A4CE; Tue, 30 Nov 2004 17:46:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A311A43D48; Tue, 30 Nov 2004 17:46:29 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUHkTKU010111; Tue, 30 Nov 2004 17:46:29 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUHkT07010110; Tue, 30 Nov 2004 17:46:29 GMT (envelope-from harti) Message-Id: <200411301746.iAUHkT07010110@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 30 Nov 2004 17:46:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make arch.c buf.c buf.h compat.c cond.c dir.c dir.h for.c hash.c hash.h job.c job.h main.c make.c parse.c str.c suff.c targ.c util.c var.c var.h var_modify.c src/usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDeQueue.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:46:30 -0000 harti 2004-11-30 17:46:29 UTC FreeBSD src repository Modified files: usr.bin/make arch.c buf.c buf.h compat.c cond.c dir.c dir.h for.c hash.c hash.h job.c job.h main.c make.c parse.c str.c suff.c targ.c util.c var.c var.h var_modify.c usr.bin/make/lst.lib lstAppend.c lstConcat.c lstDeQueue.c lstDestroy.c lstDupl.c lstFindFrom.c lstForEachFrom.c lstInsert.c lstIsAtEnd.c lstNext.c lstOpen.c lstRemove.c Log: Stylification: missing spaces, extra space after function names, casts and the sizeof operator, missing empty lines, void casts, extra empty lines. Checked by: diff on make *.o lst.lib/*.o Submitted by: Max Okumoto (partly) Revision Changes Path 1.35 +121 -125 src/usr.bin/make/arch.c 1.19 +40 -39 src/usr.bin/make/buf.c 1.13 +1 -1 src/usr.bin/make/buf.h 1.40 +60 -59 src/usr.bin/make/compat.c 1.29 +57 -57 src/usr.bin/make/cond.c 1.34 +107 -100 src/usr.bin/make/dir.c 1.12 +1 -1 src/usr.bin/make/dir.h 1.23 +34 -38 src/usr.bin/make/for.c 1.19 +7 -6 src/usr.bin/make/hash.c 1.13 +2 -2 src/usr.bin/make/hash.h 1.62 +143 -135 src/usr.bin/make/job.c 1.28 +0 -2 src/usr.bin/make/job.h 1.13 +2 -2 src/usr.bin/make/lst.lib/lstAppend.c 1.14 +3 -2 src/usr.bin/make/lst.lib/lstConcat.c 1.13 +2 -2 src/usr.bin/make/lst.lib/lstDeQueue.c 1.16 +5 -5 src/usr.bin/make/lst.lib/lstDestroy.c 1.16 +3 -3 src/usr.bin/make/lst.lib/lstDupl.c 1.16 +2 -2 src/usr.bin/make/lst.lib/lstFindFrom.c 1.16 +4 -4 src/usr.bin/make/lst.lib/lstForEachFrom.c 1.13 +2 -2 src/usr.bin/make/lst.lib/lstInsert.c 1.10 +1 -1 src/usr.bin/make/lst.lib/lstIsAtEnd.c 1.12 +1 -1 src/usr.bin/make/lst.lib/lstNext.c 1.11 +2 -2 src/usr.bin/make/lst.lib/lstOpen.c 1.13 +1 -1 src/usr.bin/make/lst.lib/lstRemove.c 1.102 +39 -38 src/usr.bin/make/main.c 1.26 +93 -84 src/usr.bin/make/make.c 1.60 +211 -197 src/usr.bin/make/parse.c 1.30 +24 -23 src/usr.bin/make/str.c 1.30 +216 -213 src/usr.bin/make/suff.c 1.27 +84 -75 src/usr.bin/make/targ.c 1.13 +22 -19 src/usr.bin/make/util.c 1.49 +129 -129 src/usr.bin/make/var.c 1.2 +2 -2 src/usr.bin/make/var.h 1.3 +29 -27 src/usr.bin/make/var_modify.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 17:48:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF4516A4CE; Tue, 30 Nov 2004 17:48:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCC643D5A; Tue, 30 Nov 2004 17:48:10 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUHmAHP010162; Tue, 30 Nov 2004 17:48:10 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUHmAiK010161; Tue, 30 Nov 2004 17:48:10 GMT (envelope-from njl) Message-Id: <200411301748.iAUHmAiK010161@repoman.freebsd.org> From: Nate Lawson Date: Tue, 30 Nov 2004 17:48:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:48:11 -0000 njl 2004-11-30 17:48:10 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Don't bother locking in attach(). At boot time, we're single-threaded anyway and for some reason, witness seems confused about what's already locked and triggers a false panic. Revision Changes Path 1.37 +1 -4 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 17:49:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7048416A4CE; Tue, 30 Nov 2004 17:49:36 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 156CC43D5D; Tue, 30 Nov 2004 17:49:36 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])iAUHndp8029901; Tue, 30 Nov 2004 12:49:39 -0500 Message-ID: <41ACB2A3.1010107@root.org> Date: Tue, 30 Nov 2004 09:49:23 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200411232226.iANMQioc077290@repoman.freebsd.org> <20041130173902.GA56431@darkness.comp.waw.pl> In-Reply-To: <20041130173902.GA56431@darkness.comp.waw.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:49:36 -0000 Pawel Jakub Dawidek wrote: > On Tue, Nov 23, 2004 at 10:26:44PM +0000, John Baldwin wrote: > +> jhb 2004-11-23 22:26:44 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/dev/acpica acpi_pci_link.c acpi_pcib.c > +> acpi_pcib_acpi.c acpi_pcib_pci.c > +> acpi_pcibvar.h > +> Log: > +> Rework the ACPI PCI link code. > [...] > > Is this related to: > > FreeBSD 6.0-CURRENT #14: Tue Nov 30 18:17:51 CET 1999 > root@slayer.hell.invalid:/usr/obj/usr/src/HEAD/src/sys/LCF > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) XEON(TM) CPU 1.80GHz (1799.76-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 > Features=0x3febfbff > Hyperthreading: 2 logical CPUs > real memory = 1073741824 (1024 MB) > avail memory = 1046126592 (997 MB) > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu2 (AP): APIC ID: 6 > cpu3 (AP): APIC ID: 7 > MADT: Forcing active-low polarity and level trigger for SCI > ioapic0 irqs 0-15 on motherboard > ioapic1 irqs 16-31 on motherboard > npx0: [FAST] > npx0: on motherboard > npx0: INT 16 interface > acpi0: on motherboard > acpi0: Power Button (fixed) > can't fetch resources for \_SB_.LN1_ - AE_AML_INVALID_RESOURCE_TYPE > acpi_ec0: port 0xca7,0xca6 on acpi0 > Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 > acpi_timer0: <32-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 > cpu0: on acpi0 > cpu1: on acpi0 > cpu2: on acpi0 > cpu3: on acpi0 > acpi_button0: on acpi0 > pci_link0: on acpi0 > device_attach: pci_link0 attach returned 6 > pci_link1: irq 16 on acpi0 > panic: _sx_xlock (ACPI PCI link): xlock already held @ /usr/src/HEAD/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_pci_link.c:297 > cpuid = 0 > KDB: enter: panic > [thread pid 0 tid 0 ] > Stopped at kdb_enter+0x2c: leave > This is a fake panic I think. In any case, there is no need to lock in attach since the the boot code is single-threaded. I committed this change. There is another error above for LN1_ that should be examined separately. -Nate From owner-cvs-all@FreeBSD.ORG Tue Nov 30 17:51:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AEFE16A4CE; Tue, 30 Nov 2004 17:51:28 +0000 (GMT) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB5A843D41; Tue, 30 Nov 2004 17:51:27 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id ADA2B1A; Tue, 30 Nov 2004 18:51:26 +0100 (CET) Date: Tue, 30 Nov 2004 18:51:26 +0100 From: Andrea Campi To: Ceri Davies , Robert Watson , Doug Barton , Ruslan Ermilov , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, phk@FreeBSD.org Message-ID: <20041130175126.GD12379@webcom.it> References: <41AC489E.7050108@DougBarton.net> <20041130171911.GR60679@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041130171911.GR60679@submonkey.net> User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:51:28 -0000 On Tue, Nov 30, 2004 at 05:19:12PM +0000, Ceri Davies wrote: > > > >>Is it useful for the nodev option to cause a hard failure here? Note, I'm > > > >>not arguing against either change, just pointing out a side effect. > > > > > > > > There's no longer a "nodev" option, please ask Poul-Henning for details. ;) > > > > > > Yes, I understand the mechanics, I'm just curious if you think that this > > > should result in a fatal error. It sounds like you think that the answer > > > to that is yes, which if that is the correct answer I'm fine with that. > > > > I think a reasonable alternative would be for use of the nodev option to > > silently no-op in all cases but (perhaps) devfs, since the behavior > > described for nodev is in fact now simply the way the system behaves. > > Maybe the middle ground is to print a warning? > > If it's intended behaviour then it's probably ok as is for -HEAD. ... although a HEADSUP would be nice... Still, it was my impression that phk@ was trying to do what Robert suggested. -- Give a man a fish and you feed him for a day; teach him to use the Net and he won't bother you for weeks. From owner-cvs-all@FreeBSD.ORG Tue Nov 30 17:53:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C6716A4CE for ; Tue, 30 Nov 2004 17:53:41 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BFD43D58 for ; Tue, 30 Nov 2004 17:53:40 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 1593 invoked from network); 30 Nov 2004 17:53:40 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 30 Nov 2004 17:53:40 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iAUHrJ0A088272; Tue, 30 Nov 2004 12:53:35 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Tue, 30 Nov 2004 12:53:26 -0500 User-Agent: KMail/1.6.2 References: <200411300655.iAU6th5L066950@repoman.freebsd.org> In-Reply-To: <200411300655.iAU6th5L066950@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200411301253.26797.jhb@FreeBSD.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 17:53:41 -0000 On Tuesday 30 November 2004 01:55 am, Nate Lawson wrote: > njl 2004-11-30 06:55:43 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_pci_link.c > Log: > Make sure the link array is big enough to hold both _CRS and _PRS > resource lists. It used to be sized based only on _CRS, hence _PRS could > perform an out-of-bounds access if it was larger (i.e., when there are > dependent functions). Add asserts to detect this case. Note, this is > only a temporary fix and I believe _PRS and _CRS should have separate > arrays. > > Also, fix a typo where the wrong irq was being check for the APIC case. > > Submitted by: tegge The real fix is not separate arrays per se but real dependent function support. We need a resource management concept of resource sets, so that each set of dependent resources with a dependent start/end pair are considered a set, and a driver can query 1) how many sets there are and 2) set the current set of resources. Trying to use more resources than are in _CRS is probably a bug and might break _SRS on these machines. Hmm, also, the code assumes when doing _SRS that the link indices are the resource indices, so you just broke _SRS for any link devices that have a non-IRQ resource. :( What I think we should do for now is to only include the first resource set as the current resources for an ACPI device that has multiple resource sets instead of just including all the resources. I'll try to work on this. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Nov 30 18:07:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F5D616A4CE; Tue, 30 Nov 2004 18:07:15 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0DE43D5A; Tue, 30 Nov 2004 18:07:14 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAUI7BXC052203; Tue, 30 Nov 2004 19:07:11 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 30 Nov 2004 11:05:53 +0200." <20041130090553.GA691@ip.net.ua> Date: Tue, 30 Nov 2004 19:07:11 +0100 Message-ID: <52202.1101838031@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: Doug Barton cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:07:15 -0000 In message <20041130090553.GA691@ip.net.ua>, Ruslan Ermilov writes: >> FYI, this commit seems to have broken my line in fstab which has worked f >or >> a long time: >> >> md /tmp mfs rw,-s16m,noatime,nosuid,nodev 2 0 >> >> Is it useful for the nodev option to cause a hard failure here? Note, I'm >> not arguing against either change, just pointing out a side effect. >> >There's no longer a "nodev" option, please ask Poul-Henning for details. ;) The reason I did not remove MNT_NODEV but only #defined it to zero was to make it silently ignored. -- 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. From owner-cvs-all@FreeBSD.ORG Tue Nov 30 18:10:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3076116A4CE; Tue, 30 Nov 2004 18:10:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 079DC43D39; Tue, 30 Nov 2004 18:10:46 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUIAj2L010962; Tue, 30 Nov 2004 18:10:45 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUIAjb3010961; Tue, 30 Nov 2004 18:10:45 GMT (envelope-from eik) Message-Id: <200411301810.iAUIAjb3010961@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 30 Nov 2004 18:10:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/nmap Makefile distinfo ports/security/nmap/files patch-configure patch-nbase::configure patch-nmapfe::nmapfe_sig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:10:46 -0000 eik 2004-11-30 18:10:45 UTC FreeBSD ports repository Modified files: security/nmap Makefile distinfo security/nmap/files patch-configure patch-nbase::configure patch-nmapfe::nmapfe_sig.c Log: update to version 3.77 Revision Changes Path 1.86 +1 -1 ports/security/nmap/Makefile 1.56 +2 -2 ports/security/nmap/distinfo 1.7 +1 -1 ports/security/nmap/files/patch-configure 1.8 +1 -1 ports/security/nmap/files/patch-nbase::configure 1.4 +1 -1 ports/security/nmap/files/patch-nmapfe::nmapfe_sig.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 18:25:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B579F16A4CE; Tue, 30 Nov 2004 18:25:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91ABF43D48; Tue, 30 Nov 2004 18:25:38 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUIPcA5012319; Tue, 30 Nov 2004 18:25:38 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUIPcDp012318; Tue, 30 Nov 2004 18:25:38 GMT (envelope-from kensmith) Message-Id: <200411301825.iAUIPcDp012318@repoman.freebsd.org> From: Ken Smith Date: Tue, 30 Nov 2004 18:25:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releases/4.11R schedule.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:25:38 -0000 kensmith 2004-11-30 18:25:38 UTC FreeBSD doc repository Modified files: en/releases/4.11R schedule.sgml Log: bento -> pointyhat. Revision Changes Path 1.3 +2 -2 www/en/releases/4.11R/schedule.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 18:42:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61E4816A4CE; Tue, 30 Nov 2004 18:42:27 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD1A43D54; Tue, 30 Nov 2004 18:42:26 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id C6AD3ACB34; Tue, 30 Nov 2004 19:42:24 +0100 (CET) Date: Tue, 30 Nov 2004 19:42:24 +0100 From: Pawel Jakub Dawidek To: Nate Lawson Message-ID: <20041130184224.GB56431@darkness.comp.waw.pl> References: <200411232226.iANMQioc077290@repoman.freebsd.org> <20041130173902.GA56431@darkness.comp.waw.pl> <41ACB2A3.1010107@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JP+T4n/bALQSJXh8" Content-Disposition: inline In-Reply-To: <41ACB2A3.1010107@root.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:42:27 -0000 --JP+T4n/bALQSJXh8 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 09:49:23AM -0800, Nate Lawson wrote: +> Pawel Jakub Dawidek wrote: +> >panic: _sx_xlock (ACPI PCI link): xlock already held @=20 +> >/usr/src/HEAD/src/sys/modules/acpi/acpi/../../../dev/acpica/acpi_pci_li= nk.c:297 +>=20 +> This is a fake panic I think. In any case, there is no need to lock in= =20 +> attach since the the boot code is single-threaded. I committed this cha= nge. +>=20 +> There is another error above for LN1_ that should be examined separately. Here is another: panic: Lock ACPI PCI link not exclusively locked @ /usr/src/HEAD/src/sys/mo= dules/acpi/acpi/../../../dev/acpica/acpi_pci_link.c:153 cpuid =3D 0 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at kdb_enter+0x2c: leave =20 db> tr Tracing pid 0 tid 0 td 0xc0617d80 kdb_enter(c05cfba7,100,c0617d80,4,c0721440) at kdb_enter+0x2c panic(c05d029d,c071ccf6,c071cd2b,99,c071cd2b) at panic+0x17f _sx_assert(c0721440,4,c071cd2b,99,c1f79080) at _sx_assert+0x132 link_add_crs(c1f79080,c0820c80,38,c1f79080,c1f1ee00) at link_add_crs+0x21 [...] After removing assertion there we have another one: panic: Lock ACPI PCI link not exclusively locked @ /usr/src/HEAD/src/sys/mo= dules/acpi/acpi/../../../dev/acpica/acpi_pci_link.c:194 cpuid =3D 0 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at kdb_enter+0x2c: leave =20 db> tr Tracing pid 0 tid 0 td 0xc0617d80 kdb_enter(c05cfba7,100,c0617d80,4,c0721440) at kdb_enter+0x2c panic(c05d029d,c071ccd6,c071cd4a,c2,c071cd4a) at panic+0x17f _sx_assert(c0721440,4,c071cd4a,c2,c1f79040) at _sx_assert+0x132 link_add_prs(c1f79040,c0820c80,38,c1f79040,c1f1ee00) at link_add_prs+0x22 [...] and next one: panic: Lock ACPI PCI link not exclusively locked @ /usr/src/HEAD/src/sys/mo= dules/acpi/acpi/../../../dev/acpica/acpi_pci_link.c:242 cpuid =3D 0 KDB: enter: panic [thread pid 0 tid 0 ] Stopped at kdb_enter+0x2c: leave =20 db> tr Tracing pid 0 tid 0 td 0xc0617d80 kdb_enter(c05cfba7,100,c0617d80,4,c0721440) at kdb_enter+0x2c panic(c05d029d,c071cc96,c071cd31,f2,c071cd31) at panic+0x17f _sx_assert(c0721440,4,c071cd31,f2,0) at _sx_assert+0x132 link_valid_irq(0,c1ec85a0,c1ec85a0,c1f7f2a0,1) at link_valid_irq+0x1f not sure how to handle this one: acpi0: on motherboard acpi0: Power Button (fixed) can't fetch resources for \_SB_.LN1_ - AE_AML_INVALID_RESOURCE_TYPE acpi_ec0: port 0xca7,0xca6 on acpi0 Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 acpi_button0: on acpi0 pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pci_link1: irq 16 on acpi0 pci_link2: irq 17 on acpi0 pci_link3: irq 18 on acpi0 pci_link4: irq 19 on acpi0 pci_link5: irq 20 on acpi0 pci_link6: irq 21 on acpi0 pci_link7: irq 22 on acpi0 pci_link8: irq 23 on acpi0 pci_link9: irq 24 on acpi0 pci_link10: irq 25 on acpi0 pci_link11: irq 26 on acpi0 pci_link12: irq 27 on acpi0 pci_link13: irq 28 on acpi0 pci_link14: irq 29 on acpi0 pci_link15: irq 30 on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pcib0: failed to force attach of \_SB_.LN1_ pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pcib0: failed to force attach of \_SB_.LN1_ pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pcib0: failed to force attach of \_SB_.LN1_ pci_link0: on acpi0 device_attach: pci_link0 attach returned 6 pcib0: failed to force attach of \_SB_.LN1_ pci0: on pcib0 Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x0 fault code =3D supervisor read, page not present instruction pointer =3D 0x8:0xc070dc0e stack pointer =3D 0x10:0xc0820a10 frame pointer =3D 0x10:0xc0820b00 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 0 (swapper) [thread pid 0 tid 0 ] Stopped at acpi_pci_link_route_interrupt+0x36: cmpl %ebx,0(%eax) db> tr Tracing pid 0 tid 0 td 0xc0617d80 acpi_pci_link_route_interrupt(c1f1e300,0,24,ff,0) at acpi_pci_link_route_in= terrupt+0x36 acpi_pcib_route_interrupt(c1f73480,c1f80c00,1,c1f782f4,c1f73480) at acpi_pc= ib_route_interrupt+0x28c acpi_pcib_acpi_route_interrupt(c1f73480,c1f80c00,1) at acpi_pcib_acpi_route= _interrupt+0x1d pci_assign_interrupt_method(c1f73b80,c1f80c00,c0820bcc,8a,f) at pci_assign_= interrupt_method+0x52 pci_add_child(c1f73b80) at pci_add_child+0x19c pci_add_children(c1f73b80,0,80,c04aef9d,0) at pci_add_children+0xdb acpi_pci_attach(c1f73b80,c1f73b80,0,c1f73480,c0820c4c) at acpi_pci_attach+0= x66 device_attach(c1f73b80,c1f1ee00,c0820c70,c070afa3,c1f73480) at device_attac= h+0x1be bus_generic_attach(c1f73480,c1f73480,0,c1ecb6a0,c1f782e0) at bus_generic_at= tach+0x12 acpi_pcib_attach(c1f73480,c1f782f4,0,c05ecfbc,c1f73480) at acpi_pcib_attach= +0x12f acpi_pcib_acpi_attach(c1f73480,c1f73480,c1f7a500,c1f1ee00,c0820cc8) at acpi= _pcib_acpi_attach+0xcf device_attach(c1f73480,0,c0820d04,c0708cca,c1f1ee00) at device_attach+0x1be bus_generic_attach(c1f1ee00,61f,600,c1f3e728,4) at bus_generic_attach+0x12 acpi_attach(c1f1ee00,c1f1ee00,c1f1f000,c1f16dc0,c0820d2c) at acpi_attach+0x= 546 device_attach(c1f1ee00,c1f1f000,c0820d40,c05a5247,c1f1f000) at device_attac= h+0x1be bus_generic_attach(c1f1f000,c1f1f000,c1f1f04c,c0820d58,c04ab18e) at bus_gen= eric_attach+0x12 nexus_attach(c1f1f000,c1f1f000,c1e70e70,0,c0820d68) at nexus_attach+0x13 device_attach(c1f1f000,c0606650,c0820d7c,c0594f2f,c1e81e00) at device_attac= h+0x1be root_bus_configure(c1e81e00,c05e5efb,0,c0820d98,c0472337) at root_bus_confi= gure+0x16 configure(0,c1e70f70,81ec00,81e000,828000) at configure+0x1b mi_startup() at mi_startup+0xb3 begin() at begin+0x2c db>=20 --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --JP+T4n/bALQSJXh8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrL8QForvXbEpPzQRAtVIAKDOacAi86QD+sLZhI60HNfrd3CiPwCeNPlR A4baZ9+CN1+LIZskDqPbjhQ= =PyUj -----END PGP SIGNATURE----- --JP+T4n/bALQSJXh8-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 18:45:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C80BF16A4D6; Tue, 30 Nov 2004 18:45:13 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E0C643D2D; Tue, 30 Nov 2004 18:45:13 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id iAUIj5rZ092466; Tue, 30 Nov 2004 10:45:05 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <20041130.013428.25281327.imp@bsdimp.com> References: <200411300256.iAU2urva052399@repoman.freebsd.org> <20041130073515.GA92857@ip.net.ua> <41690958-42A5-11D9-A383-000D93C47836@xcllnt.net> <20041130.013428.25281327.imp@bsdimp.com> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Tue, 30 Nov 2004 10:45:04 -0800 To: "M. Warner Losh" X-Mailer: Apple Mail (2.619) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: ru@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/gdb/kgdb Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:45:14 -0000 On Nov 30, 2004, at 12:34 AM, M. Warner Losh wrote: > : I disagree. The fact that gdb is not a cross-tool in the buildworld > : sense of the meaning is because we don't need gdb to cross-build > world. > : This does not mean that gdb cannot be a cross-tool from a developers > : point of view. In fact, it's really handy to be able to debug a > kernel > : remotely when the debugger doesn't run on the same architecture as > : the kernel. I for one do not want to have 2 machines per architecture > : for the only reason that I want to debug a kernel remotely. So, I > made > : some changes to work towards that goal. I see no problems or harm, > : especially since I'm not misusing TARGET_ARCH. The ability to build a > : cross-debugger is simply not utilized as part of a buildworld. > > But MACHINE_ARCH is set correctly during the build of gdb when you've > set TARGET_ARCH to build the rest of the world you need to build gdb > with. Or am I missing something? I'm having problems figuring out what exactly you mean and thus what your point is. I think the following addresses your presumed point: As soon as we do the _everything part of a buildworld both MACHINE_ARCH and TARGET_ARCH represent the architecture we're doing the buildworld *for* (if TARGET_ARCH is undefined, we define it as MACHINE_ARCH). Hence, we cannot build a cross debugger as part of buildworld if we don't do it as part of the cross-tools phase. This is also not my immediate goal. Rather, I'm working towards an easy recipe involving binutils, gdb and libkvm that allows building and installing a cross debugger. By hand for now. This may or may not be given a target in src/Makefile and may or may not evolve into something that allows doing it during a buildworld. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Nov 30 18:54:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25F5F16A4CE; Tue, 30 Nov 2004 18:54:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00C6F43D1D; Tue, 30 Nov 2004 18:54:18 +0000 (GMT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUIsH5q013278; Tue, 30 Nov 2004 18:54:17 GMT (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUIsHln013277; Tue, 30 Nov 2004 18:54:17 GMT (envelope-from seanc) Message-Id: <200411301854.iAUIsHln013277@repoman.freebsd.org> From: Sean Chittenden Date: Tue, 30 Nov 2004 18:54:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/libmemcache Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:54:18 -0000 seanc 2004-11-30 18:54:17 UTC FreeBSD ports repository Modified files: databases/libmemcache Makefile pkg-plist Log: Backout plist hack in favor of a Makefile hack and define NO_FILTER_SHLIBS Revision Changes Path 1.2 +1 -0 ports/databases/libmemcache/Makefile 1.2 +1 -1 ports/databases/libmemcache/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 18:58:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8BB416A4CE; Tue, 30 Nov 2004 18:58:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E4A43D5C; Tue, 30 Nov 2004 18:58:31 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUIwVx0013472; Tue, 30 Nov 2004 18:58:31 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUIwVdV013471; Tue, 30 Nov 2004 18:58:31 GMT (envelope-from gerald) Message-Id: <200411301858.iAUIwVdV013471@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 30 Nov 2004 18:58:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/bibtex2html Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:58:31 -0000 gerald 2004-11-30 18:58:31 UTC FreeBSD ports repository Modified files: textproc/bibtex2html Makefile distinfo Log: Update to version 1.74. Revision Changes Path 1.13 +1 -1 ports/textproc/bibtex2html/Makefile 1.12 +2 -2 ports/textproc/bibtex2html/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 19:13:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC3BD16A4CE; Tue, 30 Nov 2004 19:13:27 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6955543D5A; Tue, 30 Nov 2004 19:13:27 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iAUJDPC4008890 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Nov 2004 11:13:26 -0800 Message-ID: <41ACC64B.9010702@root.org> Date: Tue, 30 Nov 2004 11:13:15 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200411232226.iANMQioc077290@repoman.freebsd.org> <20041130173902.GA56431@darkness.comp.waw.pl> <41ACB2A3.1010107@root.org> <20041130184224.GB56431@darkness.comp.waw.pl> In-Reply-To: <20041130184224.GB56431@darkness.comp.waw.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:13:27 -0000 Pawel Jakub Dawidek wrote: > pcib0: port 0xcf8-0xcff on acpi0 > pci_link0: on acpi0 > device_attach: pci_link0 attach returned 6 > pcib0: failed to force attach of \_SB_.LN1_ > pci_link0: on acpi0 > device_attach: pci_link0 attach returned 6 > pcib0: failed to force attach of \_SB_.LN1_ > pci_link0: on acpi0 > device_attach: pci_link0 attach returned 6 > pcib0: failed to force attach of \_SB_.LN1_ > pci_link0: on acpi0 > device_attach: pci_link0 attach returned 6 > pcib0: failed to force attach of \_SB_.LN1_ > pci0: on pcib0 > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x0 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc070dc0e > stack pointer = 0x10:0xc0820a10 > frame pointer = 0x10:0xc0820b00 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 0 (swapper) > [thread pid 0 tid 0 ] > Stopped at acpi_pci_link_route_interrupt+0x36: cmpl %ebx,0(%eax) > db> tr > Tracing pid 0 tid 0 td 0xc0617d80 > acpi_pci_link_route_interrupt(c1f1e300,0,24,ff,0) at acpi_pci_link_route_interrupt+0x36 > acpi_pcib_route_interrupt(c1f73480,c1f80c00,1,c1f782f4,c1f73480) at acpi_pcib_route_interrupt+0x28c > acpi_pcib_acpi_route_interrupt(c1f73480,c1f80c00,1) at acpi_pcib_acpi_route_interrupt+0x1d > pci_assign_interrupt_method(c1f73b80,c1f80c00,c0820bcc,8a,f) at pci_assign_interrupt_method+0x52 There are two problems: attaching LN1_ and failing gracefully when it doesn't. As I said privately, send me your asl so we can figure out what's going on with LN1_. For the latter, we need to figure out what the null pointer is so do "l *acpi_pci_link_route_interrupt+0x36". -- Nate From owner-cvs-all@FreeBSD.ORG Tue Nov 30 19:23:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B3816A4CE; Tue, 30 Nov 2004 19:23:27 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C6B43D2F; Tue, 30 Nov 2004 19:23:26 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUJNL2Q085630; Tue, 30 Nov 2004 21:23:21 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 13608-18; Tue, 30 Nov 2004 21:23:20 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUJNKtu085627 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 21:23:20 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAUJNGiL003997; Tue, 30 Nov 2004 21:23:16 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 21:23:16 +0200 From: Ruslan Ermilov To: Poul-Henning Kamp Message-ID: <20041130192316.GB3845@ip.net.ua> References: <20041130090553.GA691@ip.net.ua> <52202.1101838031@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tjCHc7DPkfUGtrlw" Content-Disposition: inline In-Reply-To: <52202.1101838031@critter.freebsd.dk> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: Doug Barton cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:23:27 -0000 --tjCHc7DPkfUGtrlw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 07:07:11PM +0100, Poul-Henning Kamp wrote: > In message <20041130090553.GA691@ip.net.ua>, Ruslan Ermilov writes: >=20 > >> FYI, this commit seems to have broken my line in fstab which has worke= d f > >or > >> a long time: > >>=20 > >> md /tmp mfs rw,-s16m,noatime,nosuid,nodev = 2 0 > >>=20 > >> Is it useful for the nodev option to cause a hard failure here? Note, = I'm > >> not arguing against either change, just pointing out a side effect. > >>=20 > >There's no longer a "nodev" option, please ask Poul-Henning for details.= ;) >=20 > The reason I did not remove MNT_NODEV but only #defined it to zero was > to make it silently ignored. >=20 To make it silently ignored, you should have left it with its old value. Most operations with MNT_* constants are "bitwise AND", and so zero was not a good choice. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --tjCHc7DPkfUGtrlw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrMikqRfpzJluFF4RAvKfAJ99HKm5JF4MBxwc49R/RBk+3JSH6wCaAx5A 4ytEEnE2qzEMVnAedRMnn3g= =F6G0 -----END PGP SIGNATURE----- --tjCHc7DPkfUGtrlw-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 19:36:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0549616A4CE; Tue, 30 Nov 2004 19:36:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D353343D3F; Tue, 30 Nov 2004 19:36:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUJaeMh015593; Tue, 30 Nov 2004 19:36:40 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUJaeW3015592; Tue, 30 Nov 2004 19:36:40 GMT (envelope-from ru) Message-Id: <200411301936.iAUJaeW3015592@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 30 Nov 2004 19:36:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mntopts.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:36:41 -0000 ru 2004-11-30 19:36:40 UTC FreeBSD src repository Modified files: sbin/mount mntopts.h Log: Revert last change. It doesn't break mount(8) reporting but allows a "nodev" in /etc/fstab, etc. Revision Changes Path 1.24 +2 -0 src/sbin/mount/mntopts.h From owner-cvs-all@FreeBSD.ORG Tue Nov 30 19:36:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF1A16A4E7; Tue, 30 Nov 2004 19:36:50 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5FAF43D7D; Tue, 30 Nov 2004 19:36:49 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iAUJakC4009644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 30 Nov 2004 11:36:47 -0800 Message-ID: <41ACCBC4.8030201@root.org> Date: Tue, 30 Nov 2004 11:36:36 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200411300655.iAU6th5L066950@repoman.freebsd.org> <200411301253.26797.jhb@FreeBSD.org> In-Reply-To: <200411301253.26797.jhb@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:36:50 -0000 John Baldwin wrote: > On Tuesday 30 November 2004 01:55 am, Nate Lawson wrote: > >>njl 2004-11-30 06:55:43 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/acpica acpi_pci_link.c >> Log: >> Make sure the link array is big enough to hold both _CRS and _PRS >> resource lists. It used to be sized based only on _CRS, hence _PRS could >> perform an out-of-bounds access if it was larger (i.e., when there are >> dependent functions). Add asserts to detect this case. Note, this is >> only a temporary fix and I believe _PRS and _CRS should have separate >> arrays. >> >> Also, fix a typo where the wrong irq was being check for the APIC case. >> >> Submitted by: tegge > > > The real fix is not separate arrays per se but real dependent function > support. I agree and that's what the XXX comment says in my commit. However, they may need to be different sizes if _CRS gives us an irq resource and _PRS gives an extended irq resource, not just for DPFs. This could occur if the link was boot-configured in PIC mode and then we went to APIC mode. I think it's best to handle each separately for this case. > We need a resource management concept of resource sets, so that > each set of dependent resources with a dependent start/end pair are > considered a set, and a driver can query 1) how many sets there are and 2) > set the current set of resources. For now, we should just skip dependent functions (both start and end). For PCI irq routing, I've never seen them used for anything. I've only seen them used for multiple resources in the case of _PRS for ACPI devices like lpt and sio, like this for sio: Name (_PRS, ResourceTemplate () { StartDependentFn (0x00, 0x00) { IO (Decode16, 0x03F8, 0x03F8, 0x01, 0x08) IRQNoFlags () {4} } StartDependentFn (0x01, 0x00) { IO (Decode16, 0x02F8, 0x02F8, 0x01, 0x08) IRQNoFlags () {3} } etc. > Trying to use more resources than are in > _CRS is probably a bug and might break _SRS on these machines. Hmm, also, the > code assumes when doing _SRS that the link indices are the resource indices, > so you just broke _SRS for any link devices that have a non-IRQ resource. :( I see. Sorry, I was concerned about data corruption and so didn't go through a longer review/testing process. We should only set irq or extended irq resources in _SRS, no dependent functions. In every _SRS function I've examined (for both ACPI devices and irq links), they examine the resource passed to them at fixed offsets so using a DPF would screw this up. > What I think we should do for now is to only include the first resource set as > the current resources for an ACPI device that has multiple resource sets > instead of just including all the resources. I'll try to work on this. Yes, I think you're saying the same thing as I said above, which is to have a check for only one DPF set (if any) and fail if there is more than one. We should handle this for both _PRS and _CRS (consuming DPFs) and never generate them for _SRS. -- Nate From owner-cvs-all@FreeBSD.ORG Tue Nov 30 19:41:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D790616A4CE; Tue, 30 Nov 2004 19:41:04 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D4043D1D; Tue, 30 Nov 2004 19:41:04 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAUJexIf054143; Tue, 30 Nov 2004 20:41:00 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 30 Nov 2004 21:23:16 +0200." <20041130192316.GB3845@ip.net.ua> Date: Tue, 30 Nov 2004 20:40:59 +0100 Message-ID: <54142.1101843659@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: Doug Barton cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:41:05 -0000 In message <20041130192316.GB3845@ip.net.ua>, Ruslan Ermilov writes: >> The reason I did not remove MNT_NODEV but only #defined it to zero was >> to make it silently ignored. >> >To make it silently ignored, you should have left it with its old value. >Most operations with MNT_* constants are "bitwise AND", and so zero was >not a good choice. I tried to find my copy of "Bitmaps for dummies" to check what you're saying but I can't find it right now, still, I'm very sure that you are wrong, I just don't have the book to prove it. Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK. -- 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. From owner-cvs-all@FreeBSD.ORG Tue Nov 30 19:49:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B179C16A4CE; Tue, 30 Nov 2004 19:49:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8C843D48; Tue, 30 Nov 2004 19:49:39 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUJndLs016106; Tue, 30 Nov 2004 19:49:39 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUJndP3016105; Tue, 30 Nov 2004 19:49:39 GMT (envelope-from lkoeller) Message-Id: <200411301949.iAUJndP3016105@repoman.freebsd.org> From: Lars Koeller Date: Tue, 30 Nov 2004 19:49:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula-server Makefilepkg-deinstall.client pkg-install.client pkg-plist pkg-plist.client X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 19:49:39 -0000 lkoeller 2004-11-30 19:49:39 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile pkg-plist Added files: sysutils/bacula-server pkg-deinstall.client pkg-install.client pkg-plist.client Log: o) Commit changes necessary to get a working -server, -client split of the port after repro-copy of bacula -> bacula-server. Revision Changes Path 1.36 +47 -23 ports/sysutils/bacula-server/Makefile 1.1 +19 -0 ports/sysutils/bacula-server/pkg-deinstall.client (new) 1.1 +17 -0 ports/sysutils/bacula-server/pkg-install.client (new) 1.13 +27 -29 ports/sysutils/bacula-server/pkg-plist 1.1 +7 -0 ports/sysutils/bacula-server/pkg-plist.client (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:04:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B285716A4CE; Tue, 30 Nov 2004 20:04:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E86143D5A; Tue, 30 Nov 2004 20:04:47 +0000 (GMT) (envelope-from eik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUK4l1L016617; Tue, 30 Nov 2004 20:04:47 GMT (envelope-from eik@repoman.freebsd.org) Received: (from eik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUK4lTc016616; Tue, 30 Nov 2004 20:04:47 GMT (envelope-from eik) Message-Id: <200411302004.iAUK4lTc016616@repoman.freebsd.org> From: Oliver Eikemeier Date: Tue, 30 Nov 2004 20:04:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:04:47 -0000 eik 2004-11-30 20:04:47 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: add myself as the contact for the pkg_install tools Revision Changes Path 1.101 +1 -0 src/MAINTAINERS From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:07:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79DF816A4CF; Tue, 30 Nov 2004 20:07:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55ECC43D2F; Tue, 30 Nov 2004 20:07:01 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUK71f8016783; Tue, 30 Nov 2004 20:07:01 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUK71Fi016782; Tue, 30 Nov 2004 20:07:01 GMT (envelope-from wilko) Message-Id: <200411302007.iAUK71Fi016782@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 30 Nov 2004 20:07:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:07:01 -0000 wilko 2004-11-30 20:07:01 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: Sinterklaas (!= Santa Claus !!) came in early this year. Today I received the gigE switch DS sent me. Thank you once again! Revision Changes Path 1.235 +3 -3 www/en/donations/donors.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:07:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5606F16A4CE; Tue, 30 Nov 2004 20:07:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27E6743D39; Tue, 30 Nov 2004 20:07:41 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUK7fv8016813; Tue, 30 Nov 2004 20:07:41 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUK7fw3016812; Tue, 30 Nov 2004 20:07:41 GMT (envelope-from njl) Message-Id: <200411302007.iAUK7fw3016812@repoman.freebsd.org> From: Nate Lawson Date: Tue, 30 Nov 2004 20:07:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:07:41 -0000 njl 2004-11-30 20:07:41 UTC FreeBSD src repository Modified files: sys/i386/i386 vm_machdep.c Log: Remove now unused variable. Pointy hat: njl from nskyline_r35 at yahoo com Revision Changes Path 1.246 +0 -1 src/sys/i386/i386/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:11:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A57716A4CE for ; Tue, 30 Nov 2004 20:11:02 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0210843D66 for ; Tue, 30 Nov 2004 20:11:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 4035 invoked from network); 30 Nov 2004 20:11:01 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 30 Nov 2004 20:10:59 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iAUKAW0A089425; Tue, 30 Nov 2004 15:10:47 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Tue, 30 Nov 2004 13:41:00 -0500 User-Agent: KMail/1.6.2 References: <200411301748.iAUHmAiK010161@repoman.freebsd.org> In-Reply-To: <200411301748.iAUHmAiK010161@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411301341.01331.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:11:02 -0000 On Tuesday 30 November 2004 12:48 pm, Nate Lawson wrote: > njl 2004-11-30 17:48:10 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_pci_link.c > Log: > Don't bother locking in attach(). At boot time, we're single-threaded > anyway and for some reason, witness seems confused about what's already > locked and triggers a false panic. Witness doesn't get confused, there's some other bug. I'm not sure that all device attachments are always single-threaded though. Imagine hotplugging a docking station, that's going to add a new PCI bus. It probably won't have an internal programming router (probably not physically possible), but I don't think we should assume for now that attach is only a boot-time scenario. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:13:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D09F16A4CE; Tue, 30 Nov 2004 20:13:48 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1AFC43D54; Tue, 30 Nov 2004 20:13:47 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222])iAUKDpp8030633; Tue, 30 Nov 2004 15:13:51 -0500 Message-ID: <41ACD47A.3020002@root.org> Date: Tue, 30 Nov 2004 12:13:46 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200411301748.iAUHmAiK010161@repoman.freebsd.org> <200411301341.01331.jhb@FreeBSD.org> In-Reply-To: <200411301341.01331.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:13:48 -0000 John Baldwin wrote: > On Tuesday 30 November 2004 12:48 pm, Nate Lawson wrote: > >>njl 2004-11-30 17:48:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/acpica acpi_pci_link.c >> Log: >> Don't bother locking in attach(). At boot time, we're single-threaded >> anyway and for some reason, witness seems confused about what's already >> locked and triggers a false panic. > > > Witness doesn't get confused, there's some other bug. I'm not sure that all > device attachments are always single-threaded though. Imagine hotplugging a > docking station, that's going to add a new PCI bus. It probably won't have > an internal programming router (probably not physically possible), but I > don't think we should assume for now that attach is only a boot-time > scenario. Some other guy had a problem before that was similar and Warner seemed to think that the xlock was being confused with some other lock since there was no way the lock could have already been held elsewhere. I'm happy to let you troubleshoot this and sorry for any interference. -Nate From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:18:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E678A16A4CE; Tue, 30 Nov 2004 20:18:53 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A20D843D49; Tue, 30 Nov 2004 20:18:53 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost [127.0.0.1]) by ns1.xcllnt.net (8.13.1/8.13.1) with ESMTP id iAUKIrRw093046; Tue, 30 Nov 2004 12:18:53 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.13.1/8.13.1/Submit) id iAUKIrGE093045; Tue, 30 Nov 2004 12:18:53 -0800 (PST) (envelope-from marcel) Date: Tue, 30 Nov 2004 12:18:53 -0800 From: Marcel Moolenaar To: Wilko Bulte Message-ID: <20041130201853.GB92745@ns1.xcllnt.net> References: <200411302007.iAUK71Fi016782@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411302007.iAUK71Fi016782@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/donations donors.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:18:54 -0000 On Tue, Nov 30, 2004 at 08:07:01PM +0000, Wilko Bulte wrote: > wilko 2004-11-30 20:07:01 UTC > > FreeBSD doc repository > > Modified files: > en/donations donors.sgml > Log: > Sinterklaas (!= Santa Claus !!) came in early this year. Today > I received the gigE switch DS sent me. Thank you once again! :-) http://www.thehollandring.com/sinterklaas.shtml -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:25:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2077B16A4CE; Tue, 30 Nov 2004 20:25:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFCA643D49; Tue, 30 Nov 2004 20:25:46 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKPk22017390; Tue, 30 Nov 2004 20:25:46 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUKPkqd017389; Tue, 30 Nov 2004 20:25:46 GMT (envelope-from peter) Message-Id: <200411302025.iAUKPkqd017389@repoman.freebsd.org> From: Peter Wemm Date: Tue, 30 Nov 2004 20:25:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 vm_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:25:47 -0000 peter 2004-11-30 20:25:46 UTC FreeBSD src repository Modified files: sys/amd64/amd64 vm_machdep.c Log: Remove unused cnt variable for the SMP case. Trim some excessive blank lines while here. Revision Changes Path 1.240 +1 -5 src/sys/amd64/amd64/vm_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:26:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E16916A4CE; Tue, 30 Nov 2004 20:26:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABC343D62; Tue, 30 Nov 2004 20:26:16 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKQG6a017423; Tue, 30 Nov 2004 20:26:16 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUKQGsl017422; Tue, 30 Nov 2004 20:26:16 GMT (envelope-from kensmith) Message-Id: <200411302026.iAUKQGsl017422@repoman.freebsd.org> From: Ken Smith Date: Tue, 30 Nov 2004 20:26:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:26:16 -0000 kensmith 2004-11-30 20:26:16 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Add date for 4.11 release and link to the schedule. Clean up an unneeded comma nearby while here. Revision Changes Path 1.127 +4 -3 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:31:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F88516A4CE; Tue, 30 Nov 2004 20:31:04 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A72E843D45; Tue, 30 Nov 2004 20:31:03 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUKV0gE089287; Tue, 30 Nov 2004 22:31:00 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 19192-09; Tue, 30 Nov 2004 22:30:59 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUKUxt4089282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 22:30:59 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAUKUxOJ025733; Tue, 30 Nov 2004 22:30:59 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 22:30:58 +0200 From: Ruslan Ermilov To: Robert Watson Message-ID: <20041130203058.GA20833@ip.net.ua> References: <41AC489E.7050108@DougBarton.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: Doug Barton cc: src-committers@freebsd.org cc: phk@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:31:04 -0000 --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 02:39:52PM +0000, Robert Watson wrote: >=20 > On Tue, 30 Nov 2004, Doug Barton wrote: >=20 > > >>FYI, this commit seems to have broken my line in fstab which has work= ed for > > >>a long time: > > >> > > >>md /tmp mfs rw,-s16m,noatime,nosuid,nodev= 2 0 > > >> > > >>Is it useful for the nodev option to cause a hard failure here? Note,= I'm > > >>not arguing against either change, just pointing out a side effect. > > >=20 > > > There's no longer a "nodev" option, please ask Poul-Henning for detai= ls. ;) > >=20 > > Yes, I understand the mechanics, I'm just curious if you think that this > > should result in a fatal error. It sounds like you think that the answer > > to that is yes, which if that is the correct answer I'm fine with that.= =20 >=20 > I think a reasonable alternative would be for use of the nodev option to > silently no-op in all cases but (perhaps) devfs, since the behavior > described for nodev is in fact now simply the way the system behaves. > Maybe the middle ground is to print a warning? >=20 I reverted a part of mntopts.h commit -- now "nodev" in /etc/fstab is recognized again. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrNiCqRfpzJluFF4RAqOUAJ4wNCdNbmTGrPG/BFxGo7MMCsS5MwCdGP5r f4mq8XUsIEhKZK1Bag9EVdM= =ulo3 -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:31:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0981C16A4CE; Tue, 30 Nov 2004 20:31:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D94B943D2F; Tue, 30 Nov 2004 20:31:40 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKVewW017645; Tue, 30 Nov 2004 20:31:40 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUKVers017644; Tue, 30 Nov 2004 20:31:40 GMT (envelope-from lkoeller) Message-Id: <200411302031.iAUKVers017644@repoman.freebsd.org> From: Lars Koeller Date: Tue, 30 Nov 2004 20:31:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:31:41 -0000 lkoeller 2004-11-30 20:31:40 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile Log: o) Cosmetic corrections in OPTIONs handling o) Cosmetic portlint -A changes Revision Changes Path 1.37 +12 -22 ports/sysutils/bacula-server/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:32:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE0516A4CE; Tue, 30 Nov 2004 20:32:20 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-234.dynamic.qsc.de [212.202.50.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE9543D39; Tue, 30 Nov 2004 20:32:13 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-8.local ([172.16.0.8] helo=dhcp-14.local) by fillmore.dyndns.org with esmtps (TLSv1:DES-CBC3-SHA:168) (Exim 4.43 (FreeBSD)) id 1CZEfR-0000Jp-7S; Tue, 30 Nov 2004 21:32:11 +0100 Date: Tue, 30 Nov 2004 21:32:27 +0100 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: "David E. O'Brien" From: Oliver Eikemeier In-Reply-To: <200410180534.i9I5YsGn053852@repoman.freebsd.org> Message-Id: Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/info info.h main.c src/usr.sbin/pkg_install/lib global.c lib.h src/usr.sbin/pkg_install/version main.c perform.c pkg_version.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:32:20 -0000 David E. O'Brien wrote: > obrien 2004-10-18 05:34:54 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/pkg_install/info info.h main.c > usr.sbin/pkg_install/lib global.c lib.h > usr.sbin/pkg_install/version main.c perform.c pkg_version.1 > Log: > Add a -q flag to pkg_version. It suppresses the output of <,=,>. > This makes it possible to "portupgrade `pkg_version -q -l '<'`". You can always do "portupgrade -a" or "portupgrade `pkg_version -l '<' | awk '{print$1}'`". This will also work when "pkg_version -v" is used, while the current `pkg_version -qv' has a strange output. I can't see the real use of this flag, besides, where can I find portupdate(8)? -Oliver From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:36:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 628D416A4CF; Tue, 30 Nov 2004 20:36:50 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B5E43D5A; Tue, 30 Nov 2004 20:36:49 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUKajal089574; Tue, 30 Nov 2004 22:36:45 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 19807-05; Tue, 30 Nov 2004 22:36:44 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iAUKaiiX089570 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Nov 2004 22:36:44 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iAUKaiMi029987; Tue, 30 Nov 2004 22:36:44 +0200 (EET) (envelope-from ru) Date: Tue, 30 Nov 2004 22:36:43 +0200 From: Ruslan Ermilov To: Poul-Henning Kamp Message-ID: <20041130203643.GB20833@ip.net.ua> References: <20041130192316.GB3845@ip.net.ua> <54142.1101843659@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V0207lvV8h4k8FAm" Content-Disposition: inline In-Reply-To: <54142.1101843659@critter.freebsd.dk> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@freebsd.org cc: Doug Barton cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:36:50 -0000 --V0207lvV8h4k8FAm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 08:40:59PM +0100, Poul-Henning Kamp wrote: > In message <20041130192316.GB3845@ip.net.ua>, Ruslan Ermilov writes: >=20 > >> The reason I did not remove MNT_NODEV but only #defined it to zero was > >> to make it silently ignored. > >>=20 > >To make it silently ignored, you should have left it with its old value. > >Most operations with MNT_* constants are "bitwise AND", and so zero was > >not a good choice. >=20 > I tried to find my copy of "Bitmaps for dummies" to check what > you're saying but I can't find it right now, still, I'm very sure > that you are wrong, I just don't have the book to prove it. >=20 > Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK. >=20 Well, definitely *not* in sbin/mount/mount.c. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --V0207lvV8h4k8FAm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrNnbqRfpzJluFF4RAoebAJ9VxWIh89i+MguDFxVxXec4UcWsiwCfRiHW qWzXVLtJq7ULu8fnUQ+zalc= =PDuS -----END PGP SIGNATURE----- --V0207lvV8h4k8FAm-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:39:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B72016A4CE; Tue, 30 Nov 2004 20:39:19 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 623A243D39; Tue, 30 Nov 2004 20:39:18 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAUKdF0x055551; Tue, 30 Nov 2004 21:39:15 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 30 Nov 2004 22:36:43 +0200." <20041130203643.GB20833@ip.net.ua> Date: Tue, 30 Nov 2004 21:39:15 +0100 Message-ID: <55550.1101847155@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: Doug Barton cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:39:19 -0000 In message <20041130203643.GB20833@ip.net.ua>, Ruslan Ermilov writes: >> I tried to find my copy of "Bitmaps for dummies" to check what >> you're saying but I can't find it right now, still, I'm very sure >> that you are wrong, I just don't have the book to prove it. >> >> Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK. >> >Well, definitely *not* in sbin/mount/mount.c. The problem in mount.c is that it terminates the search of optnames[] if the option is zero. That would more properly have been fixed by terminating if the name string was NULL. -- 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. From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:45:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEC1616A4CE; Tue, 30 Nov 2004 20:45:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C17B43D5C; Tue, 30 Nov 2004 20:45:55 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKjtQV018249; Tue, 30 Nov 2004 20:45:55 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUKjt63018248; Tue, 30 Nov 2004 20:45:55 GMT (envelope-from clement) Message-Id: <200411302045.iAUKjt63018248@repoman.freebsd.org> From: Clement Laforet Date: Tue, 30 Nov 2004 20:45:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules ports/www Makefile ports/www/mod_shapvh Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:45:55 -0000 clement 2004-11-30 20:45:55 UTC FreeBSD ports repository Modified files: . modules www Makefile Added files: www/mod_shapvh Makefile distinfo pkg-descr pkg-plist Log: - Add mod_shapvh 1.0, Apache module that provides virtual hosts from a MySQL database. http://www.crazygreek.co.uk/content/mod_shapvh PR: ports/74038 Submitted by: Steven Looman Revision Changes Path 1.11468 +1 -0 CVSROOT/modules 1.1009 +1 -0 ports/www/Makefile 1.1 +32 -0 ports/www/mod_shapvh/Makefile (new) 1.1 +2 -0 ports/www/mod_shapvh/distinfo (new) 1.1 +6 -0 ports/www/mod_shapvh/pkg-descr (new) 1.1 +3 -0 ports/www/mod_shapvh/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 20:50:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDEE916A4CE; Tue, 30 Nov 2004 20:50:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18D243D5E; Tue, 30 Nov 2004 20:50:38 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUKocDD024808; Tue, 30 Nov 2004 20:50:38 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUKoc5P024807; Tue, 30 Nov 2004 20:50:38 GMT (envelope-from clement) Message-Id: <200411302050.iAUKoc5P024807@repoman.freebsd.org> From: Clement Laforet Date: Tue, 30 Nov 2004 20:50:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/py-soappy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 20:50:39 -0000 clement 2004-11-30 20:50:38 UTC FreeBSD ports repository Modified files: net/py-soappy Makefile distinfo Log: - Update to 0.11.6 - Pass maintainership to submitter PR: ports/74508 Submitted by: Marcus Grando Revision Changes Path 1.3 +2 -2 ports/net/py-soappy/Makefile 1.3 +2 -2 ports/net/py-soappy/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:03:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF9F216A4CE; Tue, 30 Nov 2004 21:03:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE20C43D41; Tue, 30 Nov 2004 21:03:12 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUL3CsW025369; Tue, 30 Nov 2004 21:03:12 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUL3CoC025368; Tue, 30 Nov 2004 21:03:12 GMT (envelope-from kwm) Message-Id: <200411302103.iAUL3CoC025368@repoman.freebsd.org> From: Koop Mast Date: Tue, 30 Nov 2004 21:03:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/libmusepack Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:03:13 -0000 kwm 2004-11-30 21:03:12 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/libmusepack Makefile distinfo pkg-descr pkg-plist Log: add libmusepack. Musepack is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much smaller MPC file. Approved by: pav (mentor) Revision Changes Path 1.572 +1 -0 ports/audio/Makefile 1.1 +27 -0 ports/audio/libmusepack/Makefile (new) 1.1 +2 -0 ports/audio/libmusepack/distinfo (new) 1.1 +10 -0 ports/audio/libmusepack/pkg-descr (new) 1.1 +10 -0 ports/audio/libmusepack/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:06:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15EC616A4E3; Tue, 30 Nov 2004 21:06:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E02F443D2D; Tue, 30 Nov 2004 21:06:36 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUL6a32025595; Tue, 30 Nov 2004 21:06:36 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUL6aRJ025594; Tue, 30 Nov 2004 21:06:36 GMT (envelope-from kwm) Message-Id: <200411302106.iAUL6aRJ025594@repoman.freebsd.org> From: Koop Mast Date: Tue, 30 Nov 2004 21:06:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:06:37 -0000 kwm 2004-11-30 21:06:36 UTC FreeBSD ports repository Modified files: . modules Log: libmusepack --> ports/audio/libmusepack Approved by: pav (mentor) Revision Changes Path 1.11469 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:09:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A58616A4CE; Tue, 30 Nov 2004 21:09:43 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDA0643D31; Tue, 30 Nov 2004 21:09:42 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 509A1ACBCB; Tue, 30 Nov 2004 22:09:41 +0100 (CET) Date: Tue, 30 Nov 2004 22:09:41 +0100 From: Pawel Jakub Dawidek To: Nate Lawson Message-ID: <20041130210941.GC56431@darkness.comp.waw.pl> References: <200411232226.iANMQioc077290@repoman.freebsd.org> <20041130173902.GA56431@darkness.comp.waw.pl> <41ACB2A3.1010107@root.org> <20041130184224.GB56431@darkness.comp.waw.pl> <41ACC64B.9010702@root.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Bu8it7iiRSEf40bY" Content-Disposition: inline In-Reply-To: <41ACC64B.9010702@root.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c acpi_pcib.c acpi_pcib_acpi.c acpi_pcib_pci.c acpi_pcibvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:09:43 -0000 --Bu8it7iiRSEf40bY Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 30, 2004 at 11:13:15AM -0800, Nate Lawson wrote: +> There are two problems: attaching LN1_ and failing gracefully when it= =20 +> doesn't. As I said privately, send me your asl so we can figure out=20 +> what's going on with LN1_. [...] I need to get a kernel which boots first. It will take some time, as I need to test some stuff first. +> [...] For the latter, we need to figure out what=20 +> the null pointer is so do "l *acpi_pci_link_route_interrupt+0x36". Not sure how to get kernel dump, but because it was near to begin of this function, I added a printf(): ACPI_SERIAL_BEGIN(pci_link); sc =3D device_get_softc(dev); printf("sc=3D%p\n", sc); KASSERT(index >=3D 0 && index < sc->pl_num_links, ("%s: invalid index %d", __func__, index)); And I get: sc=3D0 just before panic. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Bu8it7iiRSEf40bY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrOGVForvXbEpPzQRAhq+AJ9EoFDWEomMqSJYazdNh+PR4B8oUgCg5n1S be0A084L5FIF9fHCsGocryo= =uCh6 -----END PGP SIGNATURE----- --Bu8it7iiRSEf40bY-- From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:21:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED0A16A4CE; Tue, 30 Nov 2004 21:21:10 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1AE43D5A; Tue, 30 Nov 2004 21:21:09 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAULK9ec055526; Tue, 30 Nov 2004 14:20:10 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 30 Nov 2004 14:21:11 -0700 (MST) Message-Id: <20041130.142111.84752258.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <54142.1101843659@critter.freebsd.dk> References: <20041130192316.GB3845@ip.net.ua> <54142.1101843659@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: DougB@dougbarton.net cc: ru@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:21:10 -0000 In message: <54142.1101843659@critter.freebsd.dk> "Poul-Henning Kamp" writes: : Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK. if ((mntopt & MNT_DEV) == MNT_DEV) fails. Warner From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:23:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A646416A4CE; Tue, 30 Nov 2004 21:23:07 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6D3F43D46; Tue, 30 Nov 2004 21:23:06 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iAULMx3i056309; Tue, 30 Nov 2004 22:22:59 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 30 Nov 2004 14:21:11 MST." <20041130.142111.84752258.imp@bsdimp.com> Date: Tue, 30 Nov 2004 22:22:59 +0100 Message-ID: <56308.1101849779@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@freebsd.org cc: DougB@dougbarton.net cc: ru@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c src/sbin/mount_std mount_std.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:23:07 -0000 In message <20041130.142111.84752258.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: <54142.1101843659@critter.freebsd.dk> > "Poul-Henning Kamp" writes: >: Most operations on MNT_* are "bitwise OR" and a zero is perfectly OK. > >if ((mntopt & MNT_DEV) == MNT_DEV) > >fails. As it should, that is not how you test a bitmap: if (mntopt & MNT_DEV) works. -- 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. From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:25:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE23B16A4CE; Tue, 30 Nov 2004 21:25:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 986C743D4C; Tue, 30 Nov 2004 21:25:03 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAULP34w026162; Tue, 30 Nov 2004 21:25:03 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAULP3Av026161; Tue, 30 Nov 2004 21:25:03 GMT (envelope-from clement) Message-Id: <200411302125.iAULP3Av026161@repoman.freebsd.org> From: Clement Laforet Date: Tue, 30 Nov 2004 21:25:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/moftpd Makefile distinfo pkg-plist ports/ftp/moftpd/files patch-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:25:03 -0000 clement 2004-11-30 21:25:03 UTC FreeBSD ports repository Modified files: ftp/moftpd Makefile distinfo pkg-plist ftp/moftpd/files patch-Makefile.in Log: - Update to 1.2.1 - Fix plist Revision Changes Path 1.7 +1 -1 ports/ftp/moftpd/Makefile 1.3 +2 -2 ports/ftp/moftpd/distinfo 1.2 +4 -4 ports/ftp/moftpd/files/patch-Makefile.in 1.3 +1 -3 ports/ftp/moftpd/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:34:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A06B816A4CE; Tue, 30 Nov 2004 21:34:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D8B743D1F; Tue, 30 Nov 2004 21:34:53 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAULYrit026482; Tue, 30 Nov 2004 21:34:53 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAULYrmO026481; Tue, 30 Nov 2004 21:34:53 GMT (envelope-from clement) Message-Id: <200411302134.iAULYrmO026481@repoman.freebsd.org> From: Clement Laforet Date: Tue, 30 Nov 2004 21:34:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/unfs3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:34:53 -0000 clement 2004-11-30 21:34:53 UTC FreeBSD ports repository Modified files: net/unfs3 Makefile distinfo Log: - Update to 0.9.11 Revision Changes Path 1.5 +1 -1 ports/net/unfs3/Makefile 1.5 +2 -2 ports/net/unfs3/distinfo From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:49:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A944C16A4CE; Tue, 30 Nov 2004 21:49:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9790F43D31; Tue, 30 Nov 2004 21:49:48 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAULnmAo027201; Tue, 30 Nov 2004 21:49:48 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAULnm3a027200; Tue, 30 Nov 2004 21:49:48 GMT (envelope-from ahze) Message-Id: <200411302149.iAULnm3a027200@repoman.freebsd.org> From: Michael Johnson Date: Tue, 30 Nov 2004 21:49:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang Makefile ports/lang/osb-jscore Makefile distinfo pkg-descr pkg-plist ports/lang/osb-jscore/files patch-lookup.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:49:48 -0000 ahze 2004-11-30 21:49:48 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/osb-jscore Makefile distinfo pkg-descr pkg-plist lang/osb-jscore/files patch-lookup.h Log: Add osb-jscore JavaScriptCore is part of Gtk-Wecore. JavaScriptCore is javascript interpreter that OSB uses. It is based on Apple's WebCore JavaScriptCore code, which is in turn based on KDE kjs code. Revision Changes Path 1.428 +1 -0 ports/lang/Makefile 1.1 +35 -0 ports/lang/osb-jscore/Makefile (new) 1.1 +2 -0 ports/lang/osb-jscore/distinfo (new) 1.1 +10 -0 ports/lang/osb-jscore/files/patch-lookup.h (new) 1.1 +7 -0 ports/lang/osb-jscore/pkg-descr (new) 1.1 +46 -0 ports/lang/osb-jscore/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:50:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E1216A4CE; Tue, 30 Nov 2004 21:50:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23B2543D5C; Tue, 30 Nov 2004 21:50:03 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAULo33R027249; Tue, 30 Nov 2004 21:50:03 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAULo3mD027248; Tue, 30 Nov 2004 21:50:03 GMT (envelope-from ahze) Message-Id: <200411302150.iAULo3mD027248@repoman.freebsd.org> From: Michael Johnson Date: Tue, 30 Nov 2004 21:50:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:50:04 -0000 ahze 2004-11-30 21:50:03 UTC FreeBSD ports repository Modified files: . modules Log: osb-jscore --> ports/lang/osb-jscore Revision Changes Path 1.11470 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:52:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9790316A4CE; Tue, 30 Nov 2004 21:52:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864E043D39; Tue, 30 Nov 2004 21:52:52 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAULqqJP027440; Tue, 30 Nov 2004 21:52:52 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAULqqAa027439; Tue, 30 Nov 2004 21:52:52 GMT (envelope-from kwm) Message-Id: <200411302152.iAULqqAa027439@repoman.freebsd.org> From: Koop Mast Date: Tue, 30 Nov 2004 21:52:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/libvisual Makefile distinfo pkg-descr pkg-plist ports/graphics/libvisual/files patch-libvisual_lv_mem.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:52:52 -0000 kwm 2004-11-30 21:52:52 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libvisual Makefile distinfo pkg-descr pkg-plist graphics/libvisual/files patch-libvisual_lv_mem.h Log: Add libvisual. Libvisual is an abstraction library that comes between applications and audio visualisation plugins. Approved by: pav (mentor) Revision Changes Path 1.760 +1 -0 ports/graphics/Makefile 1.1 +33 -0 ports/graphics/libvisual/Makefile (new) 1.1 +2 -0 ports/graphics/libvisual/distinfo (new) 1.1 +11 -0 ports/graphics/libvisual/files/patch-libvisual_lv_mem.h (new) 1.1 +16 -0 ports/graphics/libvisual/pkg-descr (new) 1.1 +32 -0 ports/graphics/libvisual/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:54:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5149F16A4CE; Tue, 30 Nov 2004 21:54:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EEC943D45; Tue, 30 Nov 2004 21:54:54 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAULss1w027516; Tue, 30 Nov 2004 21:54:54 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAULssUM027515; Tue, 30 Nov 2004 21:54:54 GMT (envelope-from josef) Message-Id: <200411302154.iAULssUM027515@repoman.freebsd.org> From: Josef El-Rayes Date: Tue, 30 Nov 2004 21:54:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:54:54 -0000 josef 2004-11-30 21:54:54 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document vulnerability in net/jabberd. Revision Changes Path 1.383 +28 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:55:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA4B816A4D4; Tue, 30 Nov 2004 21:55:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73A443D2F; Tue, 30 Nov 2004 21:55:11 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAULtBEP027559; Tue, 30 Nov 2004 21:55:11 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAULtBdh027558; Tue, 30 Nov 2004 21:55:11 GMT (envelope-from kwm) Message-Id: <200411302155.iAULtBdh027558@repoman.freebsd.org> From: Koop Mast Date: Tue, 30 Nov 2004 21:55:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:55:12 -0000 kwm 2004-11-30 21:55:11 UTC FreeBSD ports repository Modified files: . modules Log: libvisual --> ports/graphics/libvisual Approved by: pav (mentor) Revision Changes Path 1.11471 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Nov 30 21:58:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92D8F16A4CE; Tue, 30 Nov 2004 21:58:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFC143D53; Tue, 30 Nov 2004 21:58:16 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAULwG3J027709; Tue, 30 Nov 2004 21:58:16 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAULwG4n027708; Tue, 30 Nov 2004 21:58:16 GMT (envelope-from josef) Message-Id: <200411302158.iAULwG4n027708@repoman.freebsd.org> From: Josef El-Rayes Date: Tue, 30 Nov 2004 21:58:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/jabberd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 21:58:16 -0000 josef 2004-11-30 21:58:16 UTC FreeBSD ports repository (doc committer) Modified files: net/jabberd Makefile Log: Mark the port forbidden due to vulnerability. Approved by: maintainer With hat: secteam Revision Changes Path 1.22 +1 -0 ports/net/jabberd/Makefile From owner-cvs-all@FreeBSD.ORG Tue Nov 30 22:28:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A3416A4CE; Tue, 30 Nov 2004 22:28:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFD9043D31; Tue, 30 Nov 2004 22:28:50 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUMSoeT028700; Tue, 30 Nov 2004 22:28:50 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUMSoQC028699; Tue, 30 Nov 2004 22:28:50 GMT (envelope-from mlaier) Message-Id: <200411302228.iAUMSoQC028699@repoman.freebsd.org> From: Max Laier Date: Tue, 30 Nov 2004 22:28:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph ng_socket.csrc/sys/netgraph/bluetooth/socket ng_btsocket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:28:51 -0000 mlaier 2004-11-30 22:28:50 UTC FreeBSD src repository Modified files: sys/netgraph ng_socket.c sys/netgraph/bluetooth/socket ng_btsocket.c Log: Move ng_socket and ng_btsocket initialization to SI_SUB_PROTO_DOMAIN as they call net_add_domain(). Calling this function too early (or late) breaks assertations about the global domains list. Actually it should be forbidden to call net_add_domain() outside of SI_SUB_PROTO_DOMAIN completely as there are many places where we traverse the domains list unprotected, but for now we allow late calls (mostly to support netgraph). In order to really fix this we have to lock the domains list in all places or find another way to ensure that we can safely walk the list while another thread might be adding a new domain. Spotted by: se Reviewed by: julian, glebius PR: kern/73321 (partly) Revision Changes Path 1.9 +2 -1 src/sys/netgraph/bluetooth/socket/ng_btsocket.c 1.56 +1 -1 src/sys/netgraph/ng_socket.c From owner-cvs-all@FreeBSD.ORG Tue Nov 30 22:38:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9A216A4CE; Tue, 30 Nov 2004 22:38:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4813B43D41; Tue, 30 Nov 2004 22:38:38 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUMccWv029078; Tue, 30 Nov 2004 22:38:38 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUMccFU029077; Tue, 30 Nov 2004 22:38:38 GMT (envelope-from mlaier) Message-Id: <200411302238.iAUMccFU029077@repoman.freebsd.org> From: Max Laier Date: Tue, 30 Nov 2004 22:38:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_domain.c src/sys/net if.c src/sys/sys domain.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:38:38 -0000 mlaier 2004-11-30 22:38:37 UTC FreeBSD src repository Modified files: sys/kern uipc_domain.c sys/net if.c sys/sys domain.h Log: Implement the check I was talking about in the previous message already. Introduce domain_init_status to keep track of the init status of the domains list (surprise). 0 = uninitialized, 1 = initialized/unpopulated, 2 = initialized/done. Higher values can be used to support late addition of domains which right now "works", but is potential dangerous. I choose to only give a warning when doing so. Use domain_init_status with if_attachdomain[1]() to ensure that we have a complete domains list when we init the if_afdata array. Store the current value of domain_init_status in if_afdata_initialized. This way we can update if_afdata after a new protocol has been added (once that is allowed). Submitted by: se (with changes) Reviewed by: julian, glebius, se PR: kern/73321 (partly) Revision Changes Path 1.41 +37 -0 src/sys/kern/uipc_domain.c 1.213 +4 -4 src/sys/net/if.c 1.20 +1 -0 src/sys/sys/domain.h From owner-cvs-all@FreeBSD.ORG Tue Nov 30 22:40:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8552616A4CE; Tue, 30 Nov 2004 22:40:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6031B43D2F; Tue, 30 Nov 2004 22:40:26 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUMeQUL029196; Tue, 30 Nov 2004 22:40:26 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUMeQTC029195; Tue, 30 Nov 2004 22:40:26 GMT (envelope-from kwm) Message-Id: <200411302240.iAUMeQTC029195@repoman.freebsd.org> From: Koop Mast Date: Tue, 30 Nov 2004 22:40:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/amarok Makefile pkg-plist patch-amarok-src-vis-libvisual-libvisual.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:40:26 -0000 kwm 2004-11-30 22:40:26 UTC FreeBSD ports repository Modified files: audio/amarok Makefile pkg-plist Added files: audio/amarok/files patch-amarok-src-vis-libvisual-libvisual.cpp Log: Add libvisual support to amarok. Approved by: pav (mentor), markus (maintainer) Revision Changes Path 1.12 +20 -0 ports/audio/amarok/Makefile 1.1 +16 -0 ports/audio/amarok/files/patch-amarok-src-vis-libvisual-libvisual.cpp (new) 1.5 +1 -0 ports/audio/amarok/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 22:48:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37D0016A4CE; Tue, 30 Nov 2004 22:48:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149D643D31; Tue, 30 Nov 2004 22:48:35 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUMmYfH029542; Tue, 30 Nov 2004 22:48:34 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUMmYlp029541; Tue, 30 Nov 2004 22:48:34 GMT (envelope-from kwm) Message-Id: <200411302248.iAUMmYlp029541@repoman.freebsd.org> From: Koop Mast Date: Tue, 30 Nov 2004 22:48:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer-plugins Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:48:35 -0000 kwm 2004-11-30 22:48:34 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile pkg-plist Log: Add libvisual and musepack support. Reviewed by: marcus Approved by: maintainer (implicit) Revision Changes Path 1.69 +42 -2 ports/multimedia/gstreamer-plugins/Makefile 1.24 +2 -0 ports/multimedia/gstreamer-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Nov 30 22:58:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E29616A4CE; Tue, 30 Nov 2004 22:58:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BA0C43D45; Tue, 30 Nov 2004 22:58:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUMwl27029914; Tue, 30 Nov 2004 22:58:48 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUMwlDd029913; Tue, 30 Nov 2004 22:58:47 GMT (envelope-from pav) Message-Id: <200411302258.iAUMwlDd029913@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 30 Nov 2004 22:58:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 22:58:48 -0000 pav 2004-11-30 22:58:47 UTC FreeBSD ports repository Modified files: . access Log: - Forced commit to note that Koop Mast (kwm) is now on his own, and all pointy hats will be only his so he stop asking me for sending them to him. Revision Changes Path 1.626 +0 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Tue Nov 30 23:48:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD8C16A4CE; Tue, 30 Nov 2004 23:48:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B485443D2D; Tue, 30 Nov 2004 23:48:25 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUNmP5n031408; Tue, 30 Nov 2004 23:48:25 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUNmP9F031407; Tue, 30 Nov 2004 23:48:25 GMT (envelope-from lioux) Message-Id: <200411302348.iAUNmP9F031407@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 30 Nov 2004 23:48:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/xnap Makefile distinfo ports/net/xnap/files wrapper.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 23:48:26 -0000 lioux 2004-11-30 23:48:25 UTC FreeBSD ports repository Modified files: net/xnap Makefile distinfo net/xnap/files wrapper.sh Log: o Update 2.5.r3 o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper behavior Revision Changes Path 1.24 +4 -3 ports/net/xnap/Makefile 1.19 +2 -2 ports/net/xnap/distinfo 1.3 +3 -0 ports/net/xnap/files/wrapper.sh From owner-cvs-all@FreeBSD.ORG Tue Nov 30 23:58:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 831CF16A4CE; Tue, 30 Nov 2004 23:58:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60B8F43D41; Tue, 30 Nov 2004 23:58:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAUNwlNN031766; Tue, 30 Nov 2004 23:58:47 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAUNwlL7031765; Tue, 30 Nov 2004 23:58:47 GMT (envelope-from marcus) Message-Id: <200411302358.iAUNwlL7031765@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 30 Nov 2004 23:58:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/ump Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 23:58:47 -0000 marcus 2004-11-30 23:58:47 UTC FreeBSD ports repository Modified files: www/ump Makefile Log: Fix the Mozilla dependency. Reported by: pointyhat via kris Revision Changes Path 1.13 +1 -1 ports/www/ump/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 00:04:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA3A416A4CE; Wed, 1 Dec 2004 00:04:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8530043D54; Wed, 1 Dec 2004 00:04:31 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB104VAG031963; Wed, 1 Dec 2004 00:04:31 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB104VCP031962; Wed, 1 Dec 2004 00:04:31 GMT (envelope-from lioux) Message-Id: <200412010004.iB104VCP031962@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 1 Dec 2004 00:04:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/phex Makefile distinfo pkg-plist ports/net/phex/files wrapper.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 00:04:31 -0000 lioux 2004-12-01 00:04:31 UTC FreeBSD ports repository Modified files: net/phex Makefile distinfo pkg-plist net/phex/files wrapper.sh Log: o Update to 2.0.0.76 o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper behavior Revision Changes Path 1.18 +7 -5 ports/net/phex/Makefile 1.10 +2 -2 ports/net/phex/distinfo 1.4 +3 -0 ports/net/phex/files/wrapper.sh 1.5 +2 -0 ports/net/phex/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 00:17:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B85516A4CE; Wed, 1 Dec 2004 00:17:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14ECC43D4C; Wed, 1 Dec 2004 00:17:12 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB10HBK5032535; Wed, 1 Dec 2004 00:17:11 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB10HBR8032534; Wed, 1 Dec 2004 00:17:11 GMT (envelope-from lioux) Message-Id: <200412010017.iB10HBR8032534@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 1 Dec 2004 00:17:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/edonkey-gui-java Makefile ports/net/edonkey-gui-java/files wrapper.sh ports/net/frost Makefile ports/net/frost/files wrapper.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 00:17:12 -0000 lioux 2004-12-01 00:17:11 UTC FreeBSD ports repository Modified files: net/edonkey-gui-java Makefile net/edonkey-gui-java/files wrapper.sh net/frost Makefile net/frost/files wrapper.sh Log: o Bump PORTREVISION o Update FILESDIR/wrapper.sh wrapper script to new javavmwrapper behavior Revision Changes Path 1.13 +3 -2 ports/net/edonkey-gui-java/Makefile 1.3 +3 -0 ports/net/edonkey-gui-java/files/wrapper.sh 1.6 +3 -2 ports/net/frost/Makefile 1.4 +3 -0 ports/net/frost/files/wrapper.sh From owner-cvs-all@FreeBSD.ORG Wed Dec 1 00:24:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3F9916A4CE; Wed, 1 Dec 2004 00:24:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C187243D46; Wed, 1 Dec 2004 00:24:48 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB10OmdU032724; Wed, 1 Dec 2004 00:24:48 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB10Omfs032723; Wed, 1 Dec 2004 00:24:48 GMT (envelope-from brooks) Message-Id: <200412010024.iB10Omfs032723@repoman.freebsd.org> From: Brooks Davis Date: Wed, 1 Dec 2004 00:24:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/ganglia-webfrontend Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 00:24:49 -0000 brooks 2004-12-01 00:24:48 UTC FreeBSD ports repository Modified files: sysutils/ganglia-webfrontend Makefile Log: Add missing pcre and xml depends. Revision Changes Path 1.5 +1 -1 ports/sysutils/ganglia-webfrontend/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 01:04:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F1B16A4CE; Wed, 1 Dec 2004 01:04:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6B3543D41; Wed, 1 Dec 2004 01:04:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB114tFg040337; Wed, 1 Dec 2004 01:04:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB114tZp040332; Wed, 1 Dec 2004 01:04:55 GMT (envelope-from rwatson) Message-Id: <200412010104.iB114tZp040332@repoman.freebsd.org> From: Robert Watson Date: Wed, 1 Dec 2004 01:04:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en features.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 01:04:56 -0000 rwatson 2004-12-01 01:04:55 UTC FreeBSD doc repository Modified files: en features.sgml Log: Do a roll on the FreeBSD feature list, basicallly unchanged in 10+ months for reasons beyond comprehension. Specifically document the following features now present in mainstream releases: - Multithreaded SMP architecture and support for preemption. - M:N threading out of the box. - File system snapshots and background fsck. - Netgraph pluggable network stack framework. - TrustedBSD MAC Framework. - GEOM. This page could use more work in other ways also... Revision Changes Path 1.23 +50 -17 www/en/features.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 1 01:46:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28B1216A4CF; Wed, 1 Dec 2004 01:46:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00CC543D5D; Wed, 1 Dec 2004 01:46:39 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB11kcCD041878; Wed, 1 Dec 2004 01:46:38 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB11kchN041877; Wed, 1 Dec 2004 01:46:38 GMT (envelope-from marcus) Message-Id: <200412010146.iB11kchN041877@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 1 Dec 2004 01:46:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/libxklavier Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 01:46:39 -0000 marcus 2004-12-01 01:46:38 UTC FreeBSD ports repository Modified files: x11/libxklavier Makefile Log: Fix build with X.Org 6.8.1. Submitted by: lesi Revision Changes Path 1.21 +2 -1 ports/x11/libxklavier/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 02:04:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2871C16A4CE; Wed, 1 Dec 2004 02:04:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0309443D2F; Wed, 1 Dec 2004 02:04:07 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1246J1042415; Wed, 1 Dec 2004 02:04:06 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12467E042414; Wed, 1 Dec 2004 02:04:06 GMT (envelope-from leeym) Message-Id: <200412010204.iB12467E042414@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 1 Dec 2004 02:04:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/cflowd Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:04:10 -0000 leeym 2004-12-01 02:04:06 UTC FreeBSD ports repository Modified files: net-mgmt/cflowd Makefile pkg-plist Log: - add USE_GCC=2.95 and unbreak this port - add OPTIONS for FlowScan patch - minor fixes Revision Changes Path 1.28 +14 -15 ports/net-mgmt/cflowd/Makefile 1.6 +0 -4 ports/net-mgmt/cflowd/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 02:28:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 965FB16A4CE; Wed, 1 Dec 2004 02:28:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EB1C43D2D; Wed, 1 Dec 2004 02:28:59 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12SxL1043216; Wed, 1 Dec 2004 02:28:59 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12Sxhh043215; Wed, 1 Dec 2004 02:28:59 GMT (envelope-from leeym) Message-Id: <200412010228.iB12Sxhh043215@repoman.freebsd.org> From: Yen-Ming Lee Date: Wed, 1 Dec 2004 02:28:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/cricket Makefileports/net-mgmt/cricket/files patch-sample-config::news-server::Defaults X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:28:59 -0000 leeym 2004-12-01 02:28:59 UTC FreeBSD ports repository Modified files: net-mgmt/cricket Makefile Removed files: net-mgmt/cricket/files patch-cricket-conf.pl.sample patch-sample-config::news-server::Defaults Log: - relocate PKGMESSAGE and unbreak this port - replace files/patch-* with REINPLACE_CMD Revision Changes Path 1.22 +11 -4 ports/net-mgmt/cricket/Makefile 1.2 +0 -19 ports/net-mgmt/cricket/files/patch-cricket-conf.pl.sample (dead) 1.2 +0 -19 ports/net-mgmt/cricket/files/patch-sample-config::news-server::Defaults (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 02:33:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE7716A4CF; Wed, 1 Dec 2004 02:33:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB80743D46; Wed, 1 Dec 2004 02:33:56 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12XuZZ043369; Wed, 1 Dec 2004 02:33:56 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12XufP043368; Wed, 1 Dec 2004 02:33:56 GMT (envelope-from hq) Message-Id: <200412010233.iB12XufP043368@repoman.freebsd.org> From: Herve Quiroz Date: Wed, 1 Dec 2004 02:33:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jakarta-commons-collections Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:33:57 -0000 hq 2004-12-01 02:33:56 UTC FreeBSD ports repository Modified files: java/jakarta-commons-collections Makefile Log: Link API documentation with JDK API documentation, if installed. Revision Changes Path 1.8 +8 -1 ports/java/jakarta-commons-collections/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 02:42:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 732F516A4CE; Wed, 1 Dec 2004 02:42:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FF7643D31; Wed, 1 Dec 2004 02:42:35 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12gZ5K043664; Wed, 1 Dec 2004 02:42:35 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12gZIY043663; Wed, 1 Dec 2004 02:42:35 GMT (envelope-from kevlo) Message-Id: <200412010242.iB12gZIY043663@repoman.freebsd.org> From: Kevin Lo Date: Wed, 1 Dec 2004 02:42:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/pebrot Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:42:35 -0000 kevlo 2004-12-01 02:42:34 UTC FreeBSD ports repository Modified files: net/pebrot Makefile distinfo pkg-plist Log: Update to 0.8.7 Revision Changes Path 1.4 +1 -1 ports/net/pebrot/Makefile 1.4 +2 -2 ports/net/pebrot/distinfo 1.2 +4 -2 ports/net/pebrot/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 02:44:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 161B416A4CE; Wed, 1 Dec 2004 02:44:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E557743D48; Wed, 1 Dec 2004 02:44:44 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12iilM043784; Wed, 1 Dec 2004 02:44:44 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12ii9s043783; Wed, 1 Dec 2004 02:44:44 GMT (envelope-from iedowse) Message-Id: <200412010244.iB12ii9s043783@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 02:44:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb uhci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:44:45 -0000 iedowse 2004-12-01 02:44:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uhci.c Log: MFC: 1.156; handle all interrupt types in polled mode. Revision Changes Path 1.154.2.1 +2 -2 src/sys/dev/usb/uhci.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 02:46:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53A0016A4CE; Wed, 1 Dec 2004 02:46:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 304D343D5D; Wed, 1 Dec 2004 02:46:46 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12kk3x043894; Wed, 1 Dec 2004 02:46:46 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12kkHM043893; Wed, 1 Dec 2004 02:46:46 GMT (envelope-from iedowse) Message-Id: <200412010246.iB12kkHM043893@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 02:46:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ehci.c ehcivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:46:46 -0000 iedowse 2004-12-01 02:46:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ehci.c ehcivar.h Log: MFC: EHCI suspend/resume support from OpenBSD. Revision Changes Path 1.14.2.1 +91 -37 src/sys/dev/usb/ehci.c 1.4.2.1 +1 -0 src/sys/dev/usb/ehcivar.h From owner-cvs-all@FreeBSD.ORG Wed Dec 1 02:52:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E0616A4CE; Wed, 1 Dec 2004 02:52:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F26E43D5A; Wed, 1 Dec 2004 02:52:30 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12qTdY044111; Wed, 1 Dec 2004 02:52:30 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12qTGJ044110; Wed, 1 Dec 2004 02:52:29 GMT (envelope-from kevlo) Message-Id: <200412010252.iB12qTGJ044110@repoman.freebsd.org> From: Kevin Lo Date: Wed, 1 Dec 2004 02:52:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gbottler Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:52:30 -0000 kevlo 2004-12-01 02:52:29 UTC FreeBSD ports repository Modified files: games/gbottler Makefile distinfo Log: Update to 0.1.4 PR: ports/74555 Submitted by: MAINTAINER Revision Changes Path 1.12 +2 -3 ports/games/gbottler/Makefile 1.10 +2 -2 ports/games/gbottler/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 02:52:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F86D16A4CE; Wed, 1 Dec 2004 02:52:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2904C43D68; Wed, 1 Dec 2004 02:52:46 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12qkKJ044170; Wed, 1 Dec 2004 02:52:46 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12qkQf044169; Wed, 1 Dec 2004 02:52:46 GMT (envelope-from iedowse) Message-Id: <200412010252.iB12qkQf044169@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 02:52:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ehci.c ehcireg.h uhub.c usb_subr.c usbdivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:52:46 -0000 iedowse 2004-12-01 02:52:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ehci.c ehcireg.h uhub.c usb_subr.c usbdivar.h Log: MFC: Various bug fixes and cleanups from NetBSD: uhub.c 1.64 ehcireg.h 1.6 usb_subr.c 1.73 usbdivar.h 1.42 ehci.c 1.16, 1.17 Revision Changes Path 1.14.2.2 +119 -80 src/sys/dev/usb/ehci.c 1.5.2.1 +2 -1 src/sys/dev/usb/ehcireg.h 1.62.2.2 +44 -4 src/sys/dev/usb/uhub.c 1.69.2.2 +23 -8 src/sys/dev/usb/usb_subr.c 1.41.2.1 +6 -1 src/sys/dev/usb/usbdivar.h From owner-cvs-all@FreeBSD.ORG Wed Dec 1 02:53:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA5A816A4CE; Wed, 1 Dec 2004 02:53:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96B6943D72; Wed, 1 Dec 2004 02:53:56 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB12ruKC044225; Wed, 1 Dec 2004 02:53:56 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB12ruGK044224; Wed, 1 Dec 2004 02:53:56 GMT (envelope-from iedowse) Message-Id: <200412010253.iB12ruGK044224@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 02:53:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb uhub.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:53:56 -0000 iedowse 2004-12-01 02:53:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uhub.c Log: MFC: 1.65; report the error when a port is disabled. Revision Changes Path 1.62.2.3 +2 -2 src/sys/dev/usb/uhub.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 03:02:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F01116A4CE; Wed, 1 Dec 2004 03:02:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC0243D67; Wed, 1 Dec 2004 03:02:52 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB132qQS044719; Wed, 1 Dec 2004 03:02:52 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB132qnk044718; Wed, 1 Dec 2004 03:02:52 GMT (envelope-from iedowse) Message-Id: <200412010302.iB132qnk044718@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 03:02:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c usb_port.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:02:53 -0000 iedowse 2004-12-01 03:02:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ehci.c ohci.c uhci.c usb_port.h Log: MFC: fix the worst of the timeout race conditions: usb_port.h 1.72 uhci.c 1.159 ehci.c 1.20 ohci.c 1.147 Revision Changes Path 1.14.2.3 +5 -1 src/sys/dev/usb/ehci.c 1.144.2.1 +6 -1 src/sys/dev/usb/ohci.c 1.154.2.2 +2 -1 src/sys/dev/usb/uhci.c 1.67.2.2 +1 -0 src/sys/dev/usb/usb_port.h From owner-cvs-all@FreeBSD.ORG Wed Dec 1 03:04:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7187716A4CE; Wed, 1 Dec 2004 03:04:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B7943D54; Wed, 1 Dec 2004 03:04:14 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB134Dtl044915; Wed, 1 Dec 2004 03:04:13 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB134DVR044902; Wed, 1 Dec 2004 03:04:13 GMT (envelope-from iedowse) Message-Id: <200412010304.iB134DVR044902@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 03:04:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb usb_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:04:18 -0000 iedowse 2004-12-01 03:04:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb usb_subr.c Log: MFC: 1.71, 1.72; ignore timeouts when preemptively clearing a stall. Revision Changes Path 1.69.2.3 +8 -3 src/sys/dev/usb/usb_subr.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 03:06:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDDDB16A4CE; Wed, 1 Dec 2004 03:06:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9FA843D48; Wed, 1 Dec 2004 03:06:29 +0000 (GMT) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB136Ttn045104; Wed, 1 Dec 2004 03:06:29 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB136Tmo045103; Wed, 1 Dec 2004 03:06:29 GMT (envelope-from ambrisko) Message-Id: <200412010306.iB136Tmo045103@repoman.freebsd.org> From: Doug Ambrisko Date: Wed, 1 Dec 2004 03:06:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/etherboot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:06:30 -0000 ambrisko 2004-12-01 03:06:29 UTC FreeBSD ports repository Modified files: net/etherboot Makefile Log: Needs Perl to build and only for i386 (ia64 might work) Prompted by: Kris Revision Changes Path 1.27 +4 -2 ports/net/etherboot/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 03:06:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CD8916A4CE; Wed, 1 Dec 2004 03:06:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1875743D3F; Wed, 1 Dec 2004 03:06:53 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB136qvs045157; Wed, 1 Dec 2004 03:06:52 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB136qQp045156; Wed, 1 Dec 2004 03:06:52 GMT (envelope-from iedowse) Message-Id: <200412010306.iB136qQp045156@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 03:06:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb uhci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:06:53 -0000 iedowse 2004-12-01 03:06:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uhci.c Log: MFC: 1.155; use __inline instead of __inline__. Revision Changes Path 1.154.2.3 +3 -3 src/sys/dev/usb/uhci.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 03:08:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1430216A4CE; Wed, 1 Dec 2004 03:08:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E54ED43D2F; Wed, 1 Dec 2004 03:08:14 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB138EHV045216; Wed, 1 Dec 2004 03:08:14 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB138Ee5045215; Wed, 1 Dec 2004 03:08:14 GMT (envelope-from iedowse) Message-Id: <200412010308.iB138Ee5045215@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Dec 2004 03:08:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb uhci_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:08:15 -0000 iedowse 2004-12-01 03:08:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uhci_pci.c Log: MFC: 1.55; add device IDs for Intel ICH6. Revision Changes Path 1.54.2.1 +20 -0 src/sys/dev/usb/uhci_pci.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 03:46:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DB2D16A4CE; Wed, 1 Dec 2004 03:46:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A79043D41; Wed, 1 Dec 2004 03:46:57 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB13kvmE046400; Wed, 1 Dec 2004 03:46:57 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB13kv84046399; Wed, 1 Dec 2004 03:46:57 GMT (envelope-from perky) Message-Id: <200412010346.iB13kv84046399@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 1 Dec 2004 03:46:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:46:57 -0000 perky 2004-12-01 03:46:57 UTC FreeBSD ports repository Modified files: . modules Log: python23 -> ports/lang/python23 Revision Changes Path 1.11472 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 1 03:50:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2EC616A4CE; Wed, 1 Dec 2004 03:50:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BED2243D55; Wed, 1 Dec 2004 03:50:22 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB13oMZu046525; Wed, 1 Dec 2004 03:50:22 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB13oMUq046524; Wed, 1 Dec 2004 03:50:22 GMT (envelope-from perky) Message-Id: <200412010350.iB13oMUq046524@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 1 Dec 2004 03:50:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/stackless_python Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 03:50:23 -0000 perky 2004-12-01 03:50:22 UTC FreeBSD ports repository Modified files: lang/stackless_python Makefile Log: Stackless is not ready for Python 2.4 yet. So, change masterport to lang/python23. Revision Changes Path 1.19 +1 -1 ports/lang/stackless_python/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 04:02:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F39C816A4CE; Wed, 1 Dec 2004 04:02:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA33743D6A; Wed, 1 Dec 2004 04:02:42 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB142gMh047124; Wed, 1 Dec 2004 04:02:42 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB142gr6047123; Wed, 1 Dec 2004 04:02:42 GMT (envelope-from ahze) Message-Id: <200412010402.iB142gr6047123@repoman.freebsd.org> From: Michael Johnson Date: Wed, 1 Dec 2004 04:02:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/osb-nrcore Makefile distinfo pkg-descr pkg-plist ports/www/osb-nrcore/files patch-assign X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:02:43 -0000 ahze 2004-12-01 04:02:42 UTC FreeBSD ports repository Added files: www/osb-nrcore Makefile distinfo pkg-descr pkg-plist www/osb-nrcore/files patch-assign Log: Add osb-nrcore Gtk+ WebCore is a Gtk+ port of Apple Computer Inc.'s WebCore KHTML html rendering engine including a web component. Gtk+ WebCore is a standards compliant (X)HTML rendering engine, javascript interpreter and an embeddable web component. The purpose of the web component is to be a light-weight, easy-to-compile and embed, open source rendering component. The project work is done at Nokia Research Center (NRC) as part of ongoing internet browser-related research activities. Revision Changes Path 1.1 +31 -0 ports/www/osb-nrcore/Makefile (new) 1.1 +2 -0 ports/www/osb-nrcore/distinfo (new) 1.1 +441 -0 ports/www/osb-nrcore/files/patch-assign (new) 1.1 +10 -0 ports/www/osb-nrcore/pkg-descr (new) 1.1 +43 -0 ports/www/osb-nrcore/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 04:02:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D522016A53E; Wed, 1 Dec 2004 04:02:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F6C043D48; Wed, 1 Dec 2004 04:02:50 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB142okQ047194; Wed, 1 Dec 2004 04:02:50 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB142ouc047193; Wed, 1 Dec 2004 04:02:50 GMT (envelope-from ahze) Message-Id: <200412010402.iB142ouc047193@repoman.freebsd.org> From: Michael Johnson Date: Wed, 1 Dec 2004 04:02:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/osb-browser Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:02:52 -0000 ahze 2004-12-01 04:02:50 UTC FreeBSD ports repository Added files: www/osb-browser Makefile distinfo pkg-descr pkg-plist Log: Add osb-browser An example Gtk-Webcore browser using the Gtk-Webcore KHTML browser engine. Revision Changes Path 1.1 +36 -0 ports/www/osb-browser/Makefile (new) 1.1 +2 -0 ports/www/osb-browser/distinfo (new) 1.1 +3 -0 ports/www/osb-browser/pkg-descr (new) 1.1 +3 -0 ports/www/osb-browser/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 04:03:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0FBF16A4D0; Wed, 1 Dec 2004 04:03:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB2943D49; Wed, 1 Dec 2004 04:03:06 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1436JP047257; Wed, 1 Dec 2004 04:03:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1436na047256; Wed, 1 Dec 2004 04:03:06 GMT (envelope-from ahze) Message-Id: <200412010403.iB1436na047256@repoman.freebsd.org> From: Michael Johnson Date: Wed, 1 Dec 2004 04:03:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:03:06 -0000 ahze 2004-12-01 04:03:06 UTC FreeBSD ports repository Modified files: . modules Log: osb-browser --> ports/www/osb-browser osb-nrcit --> ports/www/osb-nrcit osb-nrcore --> ports/www/osb-nrcore Revision Changes Path 1.11473 +3 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 1 04:02:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 113C416A4DB; Wed, 1 Dec 2004 04:02:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE3BC43D5D; Wed, 1 Dec 2004 04:02:47 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB142lxK047159; Wed, 1 Dec 2004 04:02:47 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB142ls1047158; Wed, 1 Dec 2004 04:02:47 GMT (envelope-from ahze) Message-Id: <200412010402.iB142ls1047158@repoman.freebsd.org> From: Michael Johnson Date: Wed, 1 Dec 2004 04:02:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/osb-nrcit Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:02:48 -0000 ahze 2004-12-01 04:02:47 UTC FreeBSD ports repository Added files: www/osb-nrcit Makefile distinfo pkg-descr pkg-plist Log: Add osb-nrcit Embeddable web component using KJS, KHTML and KWIQ. Part of Gtk-Webcore Revision Changes Path 1.1 +24 -0 ports/www/osb-nrcit/Makefile (new) 1.1 +2 -0 ports/www/osb-nrcit/distinfo (new) 1.1 +5 -0 ports/www/osb-nrcit/pkg-descr (new) 1.1 +7 -0 ports/www/osb-nrcit/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 04:02:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D183216A4D1; Wed, 1 Dec 2004 04:02:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F8FD43D2D; Wed, 1 Dec 2004 04:02:53 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB142rg8047224; Wed, 1 Dec 2004 04:02:53 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB142rJB047223; Wed, 1 Dec 2004 04:02:53 GMT (envelope-from ahze) Message-Id: <200412010402.iB142rJB047223@repoman.freebsd.org> From: Michael Johnson Date: Wed, 1 Dec 2004 04:02:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:02:55 -0000 ahze 2004-12-01 04:02:53 UTC FreeBSD ports repository Modified files: www Makefile Log: Add osb-browser osb-nrcit osb-nrcore Revision Changes Path 1.1010 +3 -0 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 04:29:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 804BF16A4CE; Wed, 1 Dec 2004 04:29:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5931743D60; Wed, 1 Dec 2004 04:29:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB14Tedu048127; Wed, 1 Dec 2004 04:29:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB14TeXo048126; Wed, 1 Dec 2004 04:29:40 GMT (envelope-from ahze) Message-Id: <200412010429.iB14TeXo048126@repoman.freebsd.org> From: Michael Johnson Date: Wed, 1 Dec 2004 04:29:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/tunesbrowser Makefileports/devel/libopendaap Makefile ports/databases/p5-Cache-Memcached Makefile ports/multimedia/gmencoder Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:29:40 -0000 ahze 2004-12-01 04:29:40 UTC FreeBSD ports repository Modified files: audio/tunesbrowser Makefile devel/libopendaap Makefile databases/p5-Cache-Memcached Makefile multimedia/gmencoder Makefile Log: Reset MAINTAINER to ports@FreeBSD.org Revision Changes Path 1.8 +1 -1 ports/audio/tunesbrowser/Makefile 1.4 +1 -1 ports/databases/p5-Cache-Memcached/Makefile 1.12 +1 -1 ports/devel/libopendaap/Makefile 1.8 +1 -1 ports/multimedia/gmencoder/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 04:34:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 667A616A4CE; Wed, 1 Dec 2004 04:34:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40EB743D5F; Wed, 1 Dec 2004 04:34:08 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB14Y8wu048298; Wed, 1 Dec 2004 04:34:08 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB14Y8Le048297; Wed, 1 Dec 2004 04:34:08 GMT (envelope-from obrien) Message-Id: <200412010434.iB14Y8Le048297@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 1 Dec 2004 04:34:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:34:08 -0000 obrien 2004-12-01 04:34:08 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Fix "Lock ACPI PCI link not exclusively locked @sys/dev/acpica/acpi_pci_link.c:153" panic by backing out rev 1.37 in the SMP case. It appears that on a dual-proc machine the assertions in the rev 1.37 commit log hold true. Revision Changes Path 1.38 +12 -0 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 04:59:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C392116A4CE; Wed, 1 Dec 2004 04:59:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA53B43D5F; Wed, 1 Dec 2004 04:59:33 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB14xX8o055990; Wed, 1 Dec 2004 04:59:33 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB14xXmD055989; Wed, 1 Dec 2004 04:59:33 GMT (envelope-from scottl) Message-Id: <200412010459.iB14xXmD055989@repoman.freebsd.org> From: Scott Long Date: Wed, 1 Dec 2004 04:59:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/common loader.8 src/sys/boot/efi/libefi bootinfo.c src/sys/boot/forth loader.conf src/sys/boot/i386/libi386 bootinfo.c src/sys/boot/i386/loader... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 04:59:33 -0000 scottl 2004-12-01 04:59:33 UTC FreeBSD src repository Modified files: sys/boot/common loader.8 sys/boot/efi/libefi bootinfo.c sys/boot/forth loader.conf sys/boot/i386/libi386 bootinfo.c sys/boot/i386/loader help.i386 sys/boot/ia64/ski bootinfo.c sys/boot/pc98/boot2 boot.c sys/boot/pc98/loader help.pc98 sys/boot/powerpc/loader metadata.c sys/boot/sparc64/loader metadata.c sys/dev/syscons syscons.c sys/kern tty_cons.c sys/sys reboot.h Log: Remove the last vestiges of the userconfig option. None of this actually did anything, so this commit should be considered a NO-OP. Revision Changes Path 1.77 +0 -4 src/sys/boot/common/loader.8 1.11 +0 -4 src/sys/boot/efi/libefi/bootinfo.c 1.93 +0 -2 src/sys/boot/forth/loader.conf 1.36 +0 -4 src/sys/boot/i386/libi386/bootinfo.c 1.9 +0 -8 src/sys/boot/i386/loader/help.i386 1.12 +0 -4 src/sys/boot/ia64/ski/bootinfo.c 1.12 +0 -2 src/sys/boot/pc98/boot2/boot.c 1.5 +0 -8 src/sys/boot/pc98/loader/help.pc98 1.5 +0 -4 src/sys/boot/powerpc/loader/metadata.c 1.13 +0 -4 src/sys/boot/sparc64/loader/metadata.c 1.432 +1 -1 src/sys/dev/syscons/syscons.c 1.129 +1 -2 src/sys/kern/tty_cons.c 1.25 +0 -1 src/sys/sys/reboot.h From owner-cvs-all@FreeBSD.ORG Wed Dec 1 05:37:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E582216A4CE; Wed, 1 Dec 2004 05:37:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D442643D53; Wed, 1 Dec 2004 05:37:29 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB15bTiP057220; Wed, 1 Dec 2004 05:37:29 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB15bTpm057219; Wed, 1 Dec 2004 05:37:29 GMT (envelope-from suz) Message-Id: <200412010537.iB15bTpm057219@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Wed, 1 Dec 2004 05:37:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netinet tcp_subr.c src/sys/netinet6 ah_core.c src/sys/netkey key.c key.h keydb.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 05:37:30 -0000 suz 2004-12-01 05:37:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_subr.c sys/netinet6 ah_core.c sys/netkey key.c key.h keydb.h Log: MFC: support TCP-MD5(IPv4) in KAME-IPSEC, too. 1.207 src/sys/netinet/tcp_subr.c 1.24 src/sys/netinet6/ah_core.c 1.69 src/sys/netkey/key.c 1.11 src/sys/netkey/key.h 1.11 src/sys/netkey/keydb.h Revision Changes Path 1.201.2.4 +1 -0 src/sys/netinet/tcp_subr.c 1.23.2.1 +6 -0 src/sys/netinet6/ah_core.c 1.65.2.3 +26 -2 src/sys/netkey/key.c 1.10.4.1 +10 -0 src/sys/netkey/key.h 1.10.4.1 +12 -0 src/sys/netkey/keydb.h From owner-cvs-all@FreeBSD.ORG Wed Dec 1 05:49:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5EBC16A4CE; Wed, 1 Dec 2004 05:49:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C33E743D48; Wed, 1 Dec 2004 05:49:26 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB15nQvn057571; Wed, 1 Dec 2004 05:49:26 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB15nQ7H057570; Wed, 1 Dec 2004 05:49:26 GMT (envelope-from njl) Message-Id: <200412010549.iB15nQ7H057570@repoman.freebsd.org> From: Nate Lawson Date: Wed, 1 Dec 2004 05:49:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 05:49:27 -0000 njl 2004-12-01 05:49:26 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Completely back out 1.37. Something else is going on and John wants to keep the locking and solve the real problem. Revision Changes Path 1.39 +0 -9 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 05:51:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2E3016A4CE; Wed, 1 Dec 2004 05:51:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB7C43D5D; Wed, 1 Dec 2004 05:51:25 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB15pPkO057714; Wed, 1 Dec 2004 05:51:25 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB15pPEj057713; Wed, 1 Dec 2004 05:51:25 GMT (envelope-from yongari) Message-Id: <200412010551.iB15pPEj057713@repoman.freebsd.org> From: Pyun YongHyeon Date: Wed, 1 Dec 2004 05:51:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 05:51:25 -0000 yongari 2004-12-01 05:51:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fxp if_fxp.c Log: MFC if_fxp.c, 1.219 to RELENG_5: Make interrupt coalescing work on big endian systems. Also change struct ucode.length to be in number of elements (u_int32_t) to help endian handling. Revision Changes Path 1.217.2.2 +4 -2 src/sys/dev/fxp/if_fxp.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 05:56:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C98C416A4CE; Wed, 1 Dec 2004 05:56:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C3B43D6B; Wed, 1 Dec 2004 05:56:30 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB15uUbO057892; Wed, 1 Dec 2004 05:56:30 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB15uUIg057891; Wed, 1 Dec 2004 05:56:30 GMT (envelope-from obrien) Message-Id: <200412010556.iB15uUIg057891@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 1 Dec 2004 05:56:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/lsof Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 05:56:30 -0000 obrien 2004-12-01 05:56:30 UTC FreeBSD ports repository Modified files: sysutils/lsof Makefile distinfo Log: The latest 6.0-CURRENT has a change in the file structure that requires an lsof change. Tested on: 4.9 i386, 4.0 i386, 5.3 Alpha, 6.0 AMD64 and 6.0 Sparc64. Submitted by: Vic Abell Revision Changes Path 1.137 +1 -1 ports/sysutils/lsof/Makefile 1.110 +2 -2 ports/sysutils/lsof/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 06:40:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7F1916A4CE; Wed, 1 Dec 2004 06:40:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93FBB43D49; Wed, 1 Dec 2004 06:40:35 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16eZeK059385; Wed, 1 Dec 2004 06:40:35 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16eZsA059383; Wed, 1 Dec 2004 06:40:35 GMT (envelope-from marcel) Message-Id: <200412010640.iB16eZsA059383@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 1 Dec 2004 06:40:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha gdb_machdep.c src/sys/alpha/include gdb_machdep.h src/sys/amd64/amd64 gdb_machdep.c src/sys/amd64/include gdb_machdep.h src/sys/gdb gdb_main.c... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:40:35 -0000 marcel 2004-12-01 06:40:35 UTC FreeBSD src repository Modified files: sys/alpha/alpha gdb_machdep.c sys/alpha/include gdb_machdep.h sys/amd64/amd64 gdb_machdep.c sys/amd64/include gdb_machdep.h sys/gdb gdb_main.c sys/i386/i386 gdb_machdep.c sys/i386/include gdb_machdep.h sys/ia64/ia64 gdb_machdep.c sys/ia64/include gdb_machdep.h sys/sparc64/include gdb_machdep.h sys/sparc64/sparc64 gdb_machdep.c Log: Change gdb_cpu_setreg() to not take the value to which to set the specified register, but a pointer to the in-memory representation of that value. The reason for this is twofold: 1. Not all registers can be represented by a register_t. In particular FP registers fall in that category. Passing the new register value by reference instead of by value makes this point moot. 2. When we receive a G or P packet, both are for writing a register, the packet will have the register value in target-byte order and in the memory representation (modulo the fact that bytes are sent as 2 printable hexadecimal numbers of course). We only need to decode the packet to have a pointer to the register value. This change fixes the bug of extracting the register value of the P packet as a hexadecimal number instead of as a bit array. The quick (and dirty) fix to bswap the register value in gdb_cpu_setreg() as it has been added on i386 and amd64 can therefore be removed and has in fact been that. Tested on: alpha, amd64, i386, ia64, sparc64 Revision Changes Path 1.2 +1 -1 src/sys/alpha/alpha/gdb_machdep.c 1.2 +1 -1 src/sys/alpha/include/gdb_machdep.h 1.3 +3 -4 src/sys/amd64/amd64/gdb_machdep.c 1.2 +1 -1 src/sys/amd64/include/gdb_machdep.h 1.3 +24 -10 src/sys/gdb/gdb_main.c 1.3 +3 -4 src/sys/i386/i386/gdb_machdep.c 1.2 +1 -1 src/sys/i386/include/gdb_machdep.h 1.3 +1 -1 src/sys/ia64/ia64/gdb_machdep.c 1.3 +1 -1 src/sys/ia64/include/gdb_machdep.h 1.2 +1 -1 src/sys/sparc64/include/gdb_machdep.h 1.2 +1 -1 src/sys/sparc64/sparc64/gdb_machdep.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 06:42:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E3CD16A4CE; Wed, 1 Dec 2004 06:42:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09F3343D5D; Wed, 1 Dec 2004 06:42:22 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16gLih059506; Wed, 1 Dec 2004 06:42:21 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16gLHF059505; Wed, 1 Dec 2004 06:42:21 GMT (envelope-from ps) Message-Id: <200412010642.iB16gLHF059505@repoman.freebsd.org> From: Paul Saab Date: Wed, 1 Dec 2004 06:42:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:42:22 -0000 ps 2004-12-01 06:42:21 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vfsops.c Log: Fix for a (blocks) underrun bug where negative values were being returned back to df from a statfs call. Causing df to print negative values. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.162 +4 -3 src/sys/nfsclient/nfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 06:48:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 405F316A4CE; Wed, 1 Dec 2004 06:48:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2AD43D49; Wed, 1 Dec 2004 06:48:55 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16mshM059729; Wed, 1 Dec 2004 06:48:55 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16msH9059728; Wed, 1 Dec 2004 06:48:54 GMT (envelope-from ps) Message-Id: <200412010648.iB16msH9059728@repoman.freebsd.org> From: Paul Saab Date: Wed, 1 Dec 2004 06:48:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:48:55 -0000 ps 2004-12-01 06:48:54 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Clean all dirty pages (dirtied by mmap'ed writes) in nfs_close(). This closes a major hole in close-to-open consistency support. Added a new sysctl so that this can be disabled for single NFS client applications with very large amounts of mmap'ed IO (for performance). Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.228 +18 -0 src/sys/nfsclient/nfs_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 06:51:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C01E316A4CE; Wed, 1 Dec 2004 06:51:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2BB43D62; Wed, 1 Dec 2004 06:51:07 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16p7Js059891; Wed, 1 Dec 2004 06:51:07 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16p79s059890; Wed, 1 Dec 2004 06:51:07 GMT (envelope-from ps) Message-Id: <200412010651.iB16p79s059890@repoman.freebsd.org> From: Paul Saab Date: Wed, 1 Dec 2004 06:51:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:51:07 -0000 ps 2004-12-01 06:51:07 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Fix for a race between lookup and readdirplus, that causes a deadlock (with NFS exclusive vnode locks enabled). Lookup grabs the parent's lock and wants to lock child. Readdirplus locks the child and wants to lock parent (for loading the attrs for ".."). The fix is to not load the attrs for ".." in readdirplus. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.229 +28 -0 src/sys/nfsclient/nfs_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 06:52:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EFC316A4CE; Wed, 1 Dec 2004 06:52:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B00443D69; Wed, 1 Dec 2004 06:52:36 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16qZkj059933; Wed, 1 Dec 2004 06:52:35 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16qZxW059932; Wed, 1 Dec 2004 06:52:35 GMT (envelope-from simokawa) Message-Id: <200412010652.iB16qZxW059932@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 1 Dec 2004 06:52:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/firewire fwmem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:52:36 -0000 simokawa 2004-12-01 06:52:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/firewire fwmem.c Log: MFC: Fix malloc type in free(). Revision Changes Path 1.29.2.1 +1 -1 src/sys/dev/firewire/fwmem.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 06:55:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC93C16A4CE; Wed, 1 Dec 2004 06:55:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C9543D1F; Wed, 1 Dec 2004 06:55:47 +0000 (GMT) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB16tlAr060064; Wed, 1 Dec 2004 06:55:47 GMT (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB16tlIg060063; Wed, 1 Dec 2004 06:55:47 GMT (envelope-from simokawa) Message-Id: <200412010655.iB16tlIg060063@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 1 Dec 2004 06:55:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/firewire fwmem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 06:55:47 -0000 simokawa 2004-12-01 06:55:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/firewire fwmem.c Log: MFC: Fix malloc type in free(). Revision Changes Path 1.1.2.15 +1 -1 src/sys/dev/firewire/fwmem.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 07:17:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F83016A4CE; Wed, 1 Dec 2004 07:17:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696CD43D41; Wed, 1 Dec 2004 07:17:58 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB17HwMf060807; Wed, 1 Dec 2004 07:17:58 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB17Hw29060806; Wed, 1 Dec 2004 07:17:58 GMT (envelope-from scottl) Message-Id: <200412010717.iB17Hw29060806@repoman.freebsd.org> From: Scott Long Date: Wed, 1 Dec 2004 07:17:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/forth beastie.4th X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 07:17:58 -0000 scottl 2004-12-01 07:17:57 UTC FreeBSD src repository Modified files: sys/boot/forth beastie.4th Log: Fix a bunch of stack leaks. These were theoretically harmless, except that they would leave enough elements on the stack that if you escaped to the loader prompt and then typed 'setenv', it would pull in all of the leaked junk and cause an exception in the environment. There still seems to be 3 leaked elements, but they don't appear to be coming from this file. Revision Changes Path 1.10 +11 -5 src/sys/boot/forth/beastie.4th From owner-cvs-all@FreeBSD.ORG Wed Dec 1 07:34:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F98A16A4CE; Wed, 1 Dec 2004 07:34:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD7343D5C; Wed, 1 Dec 2004 07:34:09 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB17Y8XT062169; Wed, 1 Dec 2004 07:34:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB17Y8GM062168; Wed, 1 Dec 2004 07:34:08 GMT (envelope-from phk) Message-Id: <200412010734.iB17Y8GM062168@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 07:34:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 07:34:09 -0000 phk 2004-12-01 07:34:08 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Add missing #include Revision Changes Path 1.230 +1 -0 src/sys/nfsclient/nfs_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 07:34:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A542F16A4CE; Wed, 1 Dec 2004 07:34:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8110943D4C; Wed, 1 Dec 2004 07:34:59 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB17Yxwq062354; Wed, 1 Dec 2004 07:34:59 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB17YxCh062350; Wed, 1 Dec 2004 07:34:59 GMT (envelope-from lkoeller) Message-Id: <200412010734.iB17YxCh062350@repoman.freebsd.org> From: Lars Koeller Date: Wed, 1 Dec 2004 07:34:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 07:34:59 -0000 lkoeller 2004-12-01 07:34:59 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile Log: o) Fix typo .fi instead of .endif Revision Changes Path 1.38 +1 -1 ports/sysutils/bacula-server/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 07:45:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E66116A4CF; Wed, 1 Dec 2004 07:45:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 680D543D2F; Wed, 1 Dec 2004 07:45:26 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB17jQcn063014; Wed, 1 Dec 2004 07:45:26 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB17jQpi063013; Wed, 1 Dec 2004 07:45:26 GMT (envelope-from edwin) Message-Id: <200412010745.iB17jQpi063013@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 1 Dec 2004 07:45:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 07:45:26 -0000 edwin 2004-12-01 07:45:26 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile Log: Fix makefile for sysutils/bacula-client. Approved by: Lars K?ller Revision Changes Path 1.39 +5 -7 ports/sysutils/bacula-server/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 07:57:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A5C616A4CE; Wed, 1 Dec 2004 07:57:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A4D43D46; Wed, 1 Dec 2004 07:57:56 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB17vuLF063402; Wed, 1 Dec 2004 07:57:56 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB17vuke063401; Wed, 1 Dec 2004 07:57:56 GMT (envelope-from edwin) Message-Id: <200412010757.iB17vuke063401@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 1 Dec 2004 07:57:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-Apache-Gallery Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 07:57:56 -0000 edwin 2004-12-01 07:57:55 UTC FreeBSD ports repository Modified files: www/p5-Apache-Gallery Makefile distinfo pkg-plist Log: [patch] update of www/p5-Apache-Gallery to 0.9.1 Update of www/p5-Apache-Gallery to latest version. Assign submitter as port maintainer PR: ports/74511 Submitted by: Kenneth Vestergaard Schmidt Revision Changes Path 1.12 +15 -9 ports/www/p5-Apache-Gallery/Makefile 1.5 +2 -2 ports/www/p5-Apache-Gallery/distinfo 1.5 +3 -3 ports/www/p5-Apache-Gallery/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 08:06:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A75F016A4CE; Wed, 1 Dec 2004 08:06:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 846FB43D45; Wed, 1 Dec 2004 08:06:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB186SKv063767; Wed, 1 Dec 2004 08:06:28 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB186SmO063766; Wed, 1 Dec 2004 08:06:28 GMT (envelope-from phk) Message-Id: <200412010806.iB186SmO063766@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 08:06:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:06:28 -0000 phk 2004-12-01 08:06:27 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Style: move data to top of file. Revision Changes Path 1.259 +4 -4 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 08:25:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2E9716A4CE; Wed, 1 Dec 2004 08:25:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE41C43D58; Wed, 1 Dec 2004 08:25:19 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18PJpF064391; Wed, 1 Dec 2004 08:25:19 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB18PJFE064390; Wed, 1 Dec 2004 08:25:19 GMT (envelope-from edwin) Message-Id: <200412010825.iB18PJFE064390@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 1 Dec 2004 08:25:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pear-PHPUnit2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:25:20 -0000 edwin 2004-12-01 08:25:19 UTC FreeBSD ports repository Modified files: devel/pear-PHPUnit2 Makefile distinfo Log: Update port: devel/pear-PHPUnit2 to 2.2.0 update devel/pear-PHPUnit2 to 2.2.0 PR: ports/74523 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.5 +16 -18 ports/devel/pear-PHPUnit2/Makefile 1.5 +2 -2 ports/devel/pear-PHPUnit2/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 08:31:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DED0616A4CE; Wed, 1 Dec 2004 08:31:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B73A843D39; Wed, 1 Dec 2004 08:31:07 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18V7BX064704; Wed, 1 Dec 2004 08:31:07 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB18V7HM064703; Wed, 1 Dec 2004 08:31:07 GMT (envelope-from edwin) Message-Id: <200412010831.iB18V7HM064703@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 1 Dec 2004 08:31:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net Makefile ports/net/pear-Net_CheckIP Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:31:08 -0000 edwin 2004-12-01 08:31:07 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/pear-Net_CheckIP Makefile distinfo pkg-descr Log: New port: net/pear-Net_CheckIP Check the syntax of IPv4 addresses This package validates IPv4 addresses. PR: ports/74527 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.1380 +1 -0 ports/net/Makefile 1.1 +23 -0 ports/net/pear-Net_CheckIP/Makefile (new) 1.1 +2 -0 ports/net/pear-Net_CheckIP/distinfo (new) 1.1 +3 -0 ports/net/pear-Net_CheckIP/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 08:31:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F1316A4CE; Wed, 1 Dec 2004 08:31:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3312643D4C; Wed, 1 Dec 2004 08:31:27 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18VR2H064755; Wed, 1 Dec 2004 08:31:27 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB18VRO0064754; Wed, 1 Dec 2004 08:31:27 GMT (envelope-from edwin) Message-Id: <200412010831.iB18VRO0064754@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 1 Dec 2004 08:31:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:31:27 -0000 edwin 2004-12-01 08:31:27 UTC FreeBSD ports repository Modified files: . modules Log: pear-Net_CheckIP --> ports/net/pear-Net_CheckIP Revision Changes Path 1.11474 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 1 08:33:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A53816A4CE; Wed, 1 Dec 2004 08:33:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACA943D53; Wed, 1 Dec 2004 08:33:08 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18X8BN064887; Wed, 1 Dec 2004 08:33:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB18X8W0064886; Wed, 1 Dec 2004 08:33:08 GMT (envelope-from edwin) Message-Id: <200412010833.iB18X8W0064886@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 1 Dec 2004 08:33:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/pear-XML_Transformer Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:33:08 -0000 edwin 2004-12-01 08:33:08 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-XML_Transformer Makefile distinfo pkg-descr Log: New port: devel/pear-XML_Transformer PEAR XML Transformations in PHP The XML Transformer allows the binding of PHP functionality to XML tags to transform an XML document without the need for and the limitations of XSLT. PR: ports/74525 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.1756 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/pear-XML_Transformer/Makefile (new) 1.1 +2 -0 ports/devel/pear-XML_Transformer/distinfo (new) 1.1 +5 -0 ports/devel/pear-XML_Transformer/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 08:33:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D70916A4CE; Wed, 1 Dec 2004 08:33:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4F143D1F; Wed, 1 Dec 2004 08:33:22 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18XLYn064933; Wed, 1 Dec 2004 08:33:21 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB18XLis064932; Wed, 1 Dec 2004 08:33:21 GMT (envelope-from edwin) Message-Id: <200412010833.iB18XLis064932@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 1 Dec 2004 08:33:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:33:22 -0000 edwin 2004-12-01 08:33:21 UTC FreeBSD ports repository Modified files: . modules Log: pear-XML_Transformer --> ports/devel/pear-XML_Transformer Revision Changes Path 1.11475 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 1 08:46:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DF0116A4CE; Wed, 1 Dec 2004 08:46:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5881443D31; Wed, 1 Dec 2004 08:46:23 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18kNpi065388; Wed, 1 Dec 2004 08:46:23 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB18kNaW065387; Wed, 1 Dec 2004 08:46:23 GMT (envelope-from ahze) Message-Id: <200412010846.iB18kNaW065387@repoman.freebsd.org> From: Michael Johnson Date: Wed, 1 Dec 2004 08:46:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/startup-notification Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:46:23 -0000 ahze 2004-12-01 08:46:23 UTC FreeBSD ports repository Modified files: x11/startup-notification Makefile distinfo Log: - Update to 0.8 - Add freedesktop.org to MASTER_SITES Revision Changes Path 1.14 +6 -6 ports/x11/startup-notification/Makefile 1.7 +2 -2 ports/x11/startup-notification/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 08:46:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA81016A4CE; Wed, 1 Dec 2004 08:46:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F8C43D41; Wed, 1 Dec 2004 08:46:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18kgOY065421; Wed, 1 Dec 2004 08:46:42 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB18kgAO065420; Wed, 1 Dec 2004 08:46:42 GMT (envelope-from marcus) Message-Id: <200412010846.iB18kgAO065420@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 1 Dec 2004 08:46:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xfree86_xkb_xml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:46:43 -0000 marcus 2004-12-01 08:46:42 UTC FreeBSD ports repository Modified files: x11/xfree86_xkb_xml Makefile Log: Fix build with X.Org 6.8.1 now that imake is no longer included by default. Submitted by: lesi Revision Changes Path 1.12 +1 -0 ports/x11/xfree86_xkb_xml/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 08:47:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AACCE16A4CE; Wed, 1 Dec 2004 08:47:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8793E43D5A; Wed, 1 Dec 2004 08:47:39 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB18ldPT071848; Wed, 1 Dec 2004 08:47:39 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB18ldgv071847; Wed, 1 Dec 2004 08:47:39 GMT (envelope-from marcel) Message-Id: <200412010847.iB18ldgv071847@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 1 Dec 2004 08:47:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/internal machines.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 08:47:39 -0000 marcel 2004-12-01 08:47:39 UTC FreeBSD doc repository Modified files: en/internal machines.sgml Log: Update to reality: pluto1 is tracking 5-STABLE; pluto2 is tracking -CURRENT. Revision Changes Path 1.54 +9 -2 www/en/internal/machines.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 1 09:10:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0471B16A4CE for ; Wed, 1 Dec 2004 09:10:37 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7763A43D55 for ; Wed, 1 Dec 2004 09:10:36 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so635211rnf for ; Wed, 01 Dec 2004 01:10:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=HGBr+R+LTifjNifLIAOJ/b5KQu+G2uFu+iu8ZlE4F2PQ9pKmIxOnXlv2LWx41nNc3pocK/D1e7QX1bgDu9fIJhZ1cnUUoUzDelvq7dluTFFtfSeZJ+/g9P4W3ZfeUsLS+SidAgBI3s9Lzz7SE0cr+B8H9QFdp9VBSNfs0cIZ5aY= Received: by 10.38.82.2 with SMTP id f2mr132953rnb; Wed, 01 Dec 2004 01:10:31 -0800 (PST) Received: by 10.38.89.28 with HTTP; Wed, 1 Dec 2004 01:10:31 -0800 (PST) Message-ID: Date: Wed, 1 Dec 2004 01:10:31 -0800 From: Pascal Hofstee To: Peter Wemm In-Reply-To: <200411292351.iATNpSgS039788@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200411292351.iATNpSgS039788@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/lib/libobjc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:10:37 -0000 On Mon, 29 Nov 2004 23:51:28 +0000 (UTC), Peter Wemm wrote: > peter 2004-11-29 23:51:28 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > gnu/lib/libobjc Makefile > Log: > MFC: Turn libobjc.so on for amd64. GNUstep needs it, for example. The > original reason libobjc.so was disabled has almost been lost in time. > > PR: 71674 > Submitted by: Pete French > > Revision Changes Path > 1.20.2.1 +6 -1 src/gnu/lib/libobjc/Makefile I adjusted my Makefile locally to also enable this for i386, and have since done a complete rebuild of my previous GNUstep installation. I do not detect any performance problems while running any GNUstep application now linked with the libobjc.so.1 instead of the previous libobjc.a ... so in my opinion (and at least one of the gcc-devs ... pinskia on Freenode's #GNUstep) there should not really be any reason any longer to not revert this change for at least i386 and possibly remove the NOPIC case alltogether ... (also future gcc's should have this enabled on default now according to pinskia) I don't have any real insight into the actual internals here ... so i am solely judging from my user experience ... (on a P2 400 MHz) ... -- With kind regards, Pascal Hofstee From owner-cvs-all@FreeBSD.ORG Wed Dec 1 09:22:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D399716A4CE; Wed, 1 Dec 2004 09:22:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADFE043D31; Wed, 1 Dec 2004 09:22:26 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB19MQlk072950; Wed, 1 Dec 2004 09:22:26 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB19MQFg072949; Wed, 1 Dec 2004 09:22:26 GMT (envelope-from phk) Message-Id: <200412010922.iB19MQFg072949@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 09:22:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys file.h src/sys/kern kern_descrip.c uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:22:27 -0000 phk 2004-12-01 09:22:26 UTC FreeBSD src repository Modified files: sys/sys file.h sys/kern kern_descrip.c uipc_usrreq.c Log: "nfiles" is a bad name for a global variable. Call it "openfiles" instead as this is more correct and matches the sysctl variable. Revision Changes Path 1.260 +6 -6 src/sys/kern/kern_descrip.c 1.143 +2 -2 src/sys/kern/uipc_usrreq.c 1.67 +2 -2 src/sys/sys/file.h From owner-cvs-all@FreeBSD.ORG Wed Dec 1 09:24:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1C8716A4CE; Wed, 1 Dec 2004 09:24:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908BD43D41; Wed, 1 Dec 2004 09:24:51 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB19OpeX073053; Wed, 1 Dec 2004 09:24:51 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB19OpIW073052; Wed, 1 Dec 2004 09:24:51 GMT (envelope-from olgeni) Message-Id: <200412010924.iB19OpIW073052@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 1 Dec 2004 09:24:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/usermin Makefile distinfo patch-postgresql_config-freebsd patch-spam_config-freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:24:51 -0000 olgeni 2004-12-01 09:24:51 UTC FreeBSD ports repository Modified files: sysutils/usermin Makefile distinfo Added files: sysutils/usermin/files patch-mysql_config-freebsd patch-postgresql_config-freebsd patch-spam_config-freebsd Log: Upgrade module fetchmail-1.100-1, make PREFIX clean. Revision Changes Path 1.28 +6 -1 ports/sysutils/usermin/Makefile 1.23 +2 -0 ports/sysutils/usermin/distinfo 1.1 +25 -0 ports/sysutils/usermin/files/patch-mysql_config-freebsd (new) 1.1 +30 -0 ports/sysutils/usermin/files/patch-postgresql_config-freebsd (new) 1.1 +16 -0 ports/sysutils/usermin/files/patch-spam_config-freebsd (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 09:29:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EF7D16A4CE; Wed, 1 Dec 2004 09:29:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 474D043D2F; Wed, 1 Dec 2004 09:29:31 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB19TVfl073269; Wed, 1 Dec 2004 09:29:31 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB19TVOE073268; Wed, 1 Dec 2004 09:29:31 GMT (envelope-from phk) Message-Id: <200412010929.iB19TVOE073268@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 09:29:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:29:31 -0000 phk 2004-12-01 09:29:31 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Collect the stuff for the /dev/fd/{%d,std{in,out,err}} pseudo-device driver at the bottom of the file. Revision Changes Path 1.261 +52 -55 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 09:42:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB1E116A4CE; Wed, 1 Dec 2004 09:42:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B761A43D45; Wed, 1 Dec 2004 09:42:35 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB19gZZg073674; Wed, 1 Dec 2004 09:42:35 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB19gZnC073673; Wed, 1 Dec 2004 09:42:35 GMT (envelope-from phk) Message-Id: <200412010942.iB19gZnC073673@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 09:42:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:42:36 -0000 phk 2004-12-01 09:42:35 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: We already have a lock initialization function, use that for fdesc_mtx also. Polish badfo stuff. Revision Changes Path 1.262 +28 -57 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 09:56:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E46B316A4CE; Wed, 1 Dec 2004 09:56:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C12AD43D48; Wed, 1 Dec 2004 09:56:33 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB19uXv0074136; Wed, 1 Dec 2004 09:56:33 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB19uX1l074135; Wed, 1 Dec 2004 09:56:33 GMT (envelope-from clement) Message-Id: <200412010956.iB19uX1l074135@repoman.freebsd.org> From: Clement Laforet Date: Wed, 1 Dec 2004 09:56:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/benchmarks/siege Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 09:56:34 -0000 clement 2004-12-01 09:56:33 UTC FreeBSD ports repository Modified files: benchmarks/siege Makefile distinfo Log: - Update to 2.61 Revision Changes Path 1.20 +1 -2 ports/benchmarks/siege/Makefile 1.13 +2 -2 ports/benchmarks/siege/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 10:22:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EBBD16A4CE; Wed, 1 Dec 2004 10:22:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 178E943D54; Wed, 1 Dec 2004 10:22:07 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1AM6hF074997; Wed, 1 Dec 2004 10:22:06 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1AM6as074996; Wed, 1 Dec 2004 10:22:06 GMT (envelope-from clement) Message-Id: <200412011022.iB1AM6as074996@repoman.freebsd.org> From: Clement Laforet Date: Wed, 1 Dec 2004 10:22:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_perl2 Makefile distinfo pkg-plist ports/www/mod_perl2/files patch-aa patch-ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:22:07 -0000 clement 2004-12-01 10:22:06 UTC FreeBSD ports repository Modified files: www/mod_perl2 Makefile distinfo pkg-plist www/mod_perl2/files patch-aa Added files: www/mod_perl2/files patch-ac Log: - update to 1.99r17 PR: ports/74444 Submitted by: Lars Eggert (maintainer) Revision Changes Path 1.38 +2 -2 ports/www/mod_perl2/Makefile 1.16 +2 -2 ports/www/mod_perl2/distinfo 1.3 +8 -8 ports/www/mod_perl2/files/patch-aa 1.1 +11 -0 ports/www/mod_perl2/files/patch-ac (new) 1.18 +1 -0 ports/www/mod_perl2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 10:27:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E59C16A4CE; Wed, 1 Dec 2004 10:27:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA5843D2F; Wed, 1 Dec 2004 10:27:26 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1ARQOJ075151; Wed, 1 Dec 2004 10:27:26 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1ARQnD075150; Wed, 1 Dec 2004 10:27:26 GMT (envelope-from ale) Message-Id: <200412011027.iB1ARQnD075150@repoman.freebsd.org> From: Alex Dupre Date: Wed, 1 Dec 2004 10:27:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/jpgraph Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:27:26 -0000 ale 2004-12-01 10:27:26 UTC FreeBSD ports repository Modified files: graphics/jpgraph Makefile Log: Make fetchable again. Revision Changes Path 1.15 +1 -1 ports/graphics/jpgraph/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 10:29:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5D6816A4CE; Wed, 1 Dec 2004 10:29:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D81743D4C; Wed, 1 Dec 2004 10:29:20 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1ATKEY075306; Wed, 1 Dec 2004 10:29:20 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1ATKEs075305; Wed, 1 Dec 2004 10:29:20 GMT (envelope-from harti) Message-Id: <200412011029.iB1ATKEs075305@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 1 Dec 2004 10:29:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make arch.c buf.c compat.c cond.c dir.c for.c hash.c hash.h job.c main.c make.c parse.c str.c suff.c targ.c var.c var_modify.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:29:20 -0000 harti 2004-12-01 10:29:20 UTC FreeBSD src repository Modified files: usr.bin/make arch.c buf.c compat.c cond.c dir.c for.c hash.c hash.h job.c main.c make.c parse.c str.c suff.c targ.c var.c var_modify.c Log: Style: remove a lot of unnecessary casts, add some and spell the null pointer constant as NULL. Checked by: diff -r on the object files before and after Revision Changes Path 1.36 +19 -18 src/usr.bin/make/arch.c 1.20 +15 -14 src/usr.bin/make/buf.c 1.41 +13 -13 src/usr.bin/make/compat.c 1.30 +10 -8 src/usr.bin/make/cond.c 1.35 +46 -45 src/usr.bin/make/dir.c 1.24 +5 -4 src/usr.bin/make/for.c 1.20 +7 -14 src/usr.bin/make/hash.c 1.14 +1 -1 src/usr.bin/make/hash.h 1.63 +40 -45 src/usr.bin/make/job.c 1.103 +9 -11 src/usr.bin/make/main.c 1.27 +29 -29 src/usr.bin/make/make.c 1.61 +82 -83 src/usr.bin/make/parse.c 1.31 +6 -6 src/usr.bin/make/str.c 1.31 +132 -131 src/usr.bin/make/suff.c 1.28 +19 -19 src/usr.bin/make/targ.c 1.50 +47 -49 src/usr.bin/make/var.c 1.4 +18 -18 src/usr.bin/make/var_modify.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 10:36:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AF2916A4CE; Wed, 1 Dec 2004 10:36:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 766B343D2F; Wed, 1 Dec 2004 10:36:26 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1AaQ7u075571; Wed, 1 Dec 2004 10:36:26 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1AaQWx075570; Wed, 1 Dec 2004 10:36:26 GMT (envelope-from ale) Message-Id: <200412011036.iB1AaQWx075570@repoman.freebsd.org> From: Alex Dupre Date: Wed, 1 Dec 2004 10:36:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile.pear ports/lang/php5 Makefile.pear X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:36:26 -0000 ale 2004-12-01 10:36:26 UTC FreeBSD ports repository Modified files: lang/php4 Makefile.pear lang/php5 Makefile.pear Log: Set correct default PHP version. PR: ports/74300 Submitted by: Ryan Revision Changes Path 1.2 +2 -0 ports/lang/php4/Makefile.pear 1.2 +2 -0 ports/lang/php5/Makefile.pear From owner-cvs-all@FreeBSD.ORG Wed Dec 1 10:42:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DC6516A4CE; Wed, 1 Dec 2004 10:42:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7D443D41; Wed, 1 Dec 2004 10:42:30 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1AgTLf075877; Wed, 1 Dec 2004 10:42:29 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1AgT1I075876; Wed, 1 Dec 2004 10:42:29 GMT (envelope-from ale) Message-Id: <200412011042.iB1AgT1I075876@repoman.freebsd.org> From: Alex Dupre Date: Wed, 1 Dec 2004 10:42:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/mysql323-server Makefile ports/databases/mysql40-server Makefile ports/databases/mysql41-server Makefile ports/databases/mysql50-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:42:30 -0000 ale 2004-12-01 10:42:29 UTC FreeBSD ports repository Modified files: databases/mysql323-server Makefile databases/mysql40-server Makefile databases/mysql41-server Makefile databases/mysql50-server Makefile Log: Add p5-File-Temp dependency to mysql-scripts. Required to run mysqlhotcopy. PR: ports/72095 Submitted by: Marcus Grando Revision Changes Path 1.178 +2 -1 ports/databases/mysql323-server/Makefile 1.188 +2 -1 ports/databases/mysql40-server/Makefile 1.191 +2 -1 ports/databases/mysql41-server/Makefile 1.183 +2 -1 ports/databases/mysql50-server/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 10:59:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86A5616A4CE; Wed, 1 Dec 2004 10:59:37 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD4843D58; Wed, 1 Dec 2004 10:59:36 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [196.7.13.115] (pc115-13.icanncapetown.co.za[196.7.13.115]) by comcast.net (sccrmhc11) with ESMTP id <20041201105933011003so4ae>; Wed, 1 Dec 2004 10:59:34 +0000 Message-ID: <41ADA409.8050109@DougBarton.net> Date: Wed, 01 Dec 2004 12:59:21 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oliver Eikemeier References: In-Reply-To: X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "David E. O'Brien" Subject: Re: cvs commit: src/usr.sbin/pkg_install/info info.h main.c src/usr.sbin/pkg_install/libpkg_version.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 10:59:37 -0000 Oliver Eikemeier wrote: > David E. O'Brien wrote: > >> obrien 2004-10-18 05:34:54 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin/pkg_install/info info.h main.c >> usr.sbin/pkg_install/lib global.c lib.h >> usr.sbin/pkg_install/version main.c perform.c pkg_version.1 >> Log: >> Add a -q flag to pkg_version. It suppresses the output of <,=,>. >> This makes it possible to "portupgrade `pkg_version -q -l '<'`". > > > You can always do "portupgrade -a" or "portupgrade `pkg_version -l '<' | > awk '{print$1}'`". This will also work when "pkg_version -v" is used, > while the current `pkg_version -qv' has a strange output. I can't see > the real use of this flag, besides, where can I find portupdate(8)? The argument that you can do 'portupgrade ' to replace functionality in the base is a total non-starter, since not only do many of our users (including myself) not use it, but we shouldn't be making decisions about the ports system based on _any_ optional component. portupgrade is also not the only show in town, so we should be careful not to stifle creativity in other areas. I'm actually more sympathetic to your awk argument here, and in fact that's what I was thinking about when I saw David's commit. However, I'm also guilty of adding a feature to the original perl version of pkg_version that could have been done with piped commands, so I have a hard time being critical on this one. :) Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:01:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5339E16A4CE; Wed, 1 Dec 2004 11:01:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F1CE43D5A; Wed, 1 Dec 2004 11:01:19 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1B1JOl076469; Wed, 1 Dec 2004 11:01:19 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1B1JuC076468; Wed, 1 Dec 2004 11:01:19 GMT (envelope-from vs) Message-Id: <200412011101.iB1B1JuC076468@repoman.freebsd.org> From: Volker Stolz Date: Wed, 1 Dec 2004 11:01:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/bugle Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:01:19 -0000 vs 2004-12-01 11:01:18 UTC FreeBSD ports repository Modified files: graphics/bugle Makefile Log: Add missing dependency on perl PR: ports/74543 Submitted by: maintainer Revision Changes Path 1.9 +1 -0 ports/graphics/bugle/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:12:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D44616A4CE; Wed, 1 Dec 2004 11:12:42 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C7D43D70; Wed, 1 Dec 2004 11:12:41 +0000 (GMT) (envelope-from DougB@dougbarton.net) Received: from [196.7.13.115] (pc115-13.icanncapetown.co.za[196.7.13.115]) by comcast.net (sccrmhc11) with ESMTP id <20041201111239011003skabe>; Wed, 1 Dec 2004 11:12:41 +0000 Message-ID: <41ADA724.7030809@DougBarton.net> Date: Wed, 01 Dec 2004 13:12:36 +0200 From: Doug Barton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Nottebrock References: <200411300909.iAU99RI6078889@repoman.freebsd.org> <074899D0-42B3-11D9-9C6A-000A95C705DC@chittenden.org> <1101808328.38078.12.camel@pav.hide.vol.cz> <200411301129.41752.michaelnottebrock@gmx.net> In-Reply-To: <200411301129.41752.michaelnottebrock@gmx.net> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit cc: cvs-ports@freebsd.org cc: pav@freebsd.org cc: Sean Chittenden cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/databases Makefileports/databases/libmemcache Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:12:42 -0000 Michael Nottebrock wrote: > On Tuesday, 30. November 2004 10:52, Pav Lucistnik wrote: > >>Sean Chittenden pí¨e v út 30. 11. 2004 v 01:34 -0800: >> >>>>>2) pkg_version seems to want to shorten libmemcache.so.1.0 to >>>>>libmemcache.so.1, which is rather broken. >>>>> >>>>>I'm using the @unexec directive as a workaround, but it appears as >>>>>though there's a problem with pkg_version's parsing of pkg-plist >>>>>files. >>>>> I haven't dug into this too much beyond noting there's a problem. >>>>>-sc >>>> >>>>That's not a bug, that's a feature. We don't do libfoo.so.X.Y on >>>>FreeBSD, we do libfoo.so.X only. Please fix your software :) >>> >>>Yikes! You're probably not joking... but could you be? Please? > > > It's not really a feature. It was introduced to help with the a.out->elf > transition, reasoning being that elf shared objects don't really _require_ > the complete versioning to be represented in the filename and they'd be easy > to distinguis from a.out libs with x.y. > > However, the a.out days are past long enough now to seriously consider > allowing elf shared objects to have more freefrom (and possibly more > meaningful) names again (just like on that other OS). The main reason we're > getting away with our funny naming for elf shared objects so easily in ports > is that libtool deals with it for us. I agree that it's time to revisit this. I've already run into a cockup with windowmaker because a bad library bump was applied in FreeBSD's port to get around the fact that they use libfoo.N.N.N. Doug -- If you're never wrong, you're not trying hard enough From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:16:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9894116A4CE; Wed, 1 Dec 2004 11:16:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7120C43D5C; Wed, 1 Dec 2004 11:16:04 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BG4hF076961; Wed, 1 Dec 2004 11:16:04 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BG4vh076960; Wed, 1 Dec 2004 11:16:04 GMT (envelope-from glebius) Message-Id: <200412011116.iB1BG4vh076960@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 1 Dec 2004 11:16:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/netinet ip_divert.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:16:04 -0000 glebius 2004-12-01 11:16:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/netinet ip_divert.c Log: MFC 1.110: - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flag from divert sockets. - Remove div_disconnect() method, since it shouldn't be called now. - Remove div_abort() method. It was never called directly, since protocol doesn't have listen queue. It was called only from div_disconnect(), which is removed now. Revision Changes Path 1.42.2.7 +2 -20 src/sys/netinet/ip_divert.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:21:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6368E16A4CE; Wed, 1 Dec 2004 11:21:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5087A43D2D; Wed, 1 Dec 2004 11:21:58 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BLwZP077167; Wed, 1 Dec 2004 11:21:58 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BLwrN077166; Wed, 1 Dec 2004 11:21:58 GMT (envelope-from edwin) Message-Id: <200412011121.iB1BLwrN077166@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 1 Dec 2004 11:21:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/pear-LiveUser Makefile Makefile.old distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:21:58 -0000 edwin 2004-12-01 11:21:58 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pear-LiveUser Makefile Makefile.old distinfo pkg-descr Log: New port: security/pear-LiveUser PEAR user authentication and permission management framework LiveUser is a set of classes for dealing with user authentication and permission management. Basically, there are three main elements that make up this package: * The LiveUser class * The Auth containers * The Perm containers Currently available are containers using: PEAR::DB, PEAR::MDB, PEAR::MDB2, PEAR::XML_Tree and PEAR::Auth. PR: ports/74528 Submitted by: Ant?nio Carlos Ven?ncio J?nior Revision Changes Path 1.557 +1 -0 ports/security/Makefile 1.1 +102 -0 ports/security/pear-LiveUser/Makefile (new) 1.1 +101 -0 ports/security/pear-LiveUser/Makefile.old (new) 1.1 +2 -0 ports/security/pear-LiveUser/distinfo (new) 1.1 +11 -0 ports/security/pear-LiveUser/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:22:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA8AF16A4CE; Wed, 1 Dec 2004 11:22:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C842943D46; Wed, 1 Dec 2004 11:22:10 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BMAee077217; Wed, 1 Dec 2004 11:22:10 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BMAWe077216; Wed, 1 Dec 2004 11:22:10 GMT (envelope-from edwin) Message-Id: <200412011122.iB1BMAWe077216@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 1 Dec 2004 11:22:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:22:11 -0000 edwin 2004-12-01 11:22:10 UTC FreeBSD ports repository Modified files: . modules Log: pear-LiveUser --> ports/security/pear-LiveUser Revision Changes Path 1.11476 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:23:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A0F16A4CE; Wed, 1 Dec 2004 11:23:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3319C43D69; Wed, 1 Dec 2004 11:23:08 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BN8YU077275; Wed, 1 Dec 2004 11:23:08 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BN8XH077274; Wed, 1 Dec 2004 11:23:08 GMT (envelope-from edwin) Message-Id: <200412011123.iB1BN8XH077274@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 1 Dec 2004 11:23:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/pear-LiveUser Makefile.old X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:23:08 -0000 edwin 2004-12-01 11:23:08 UTC FreeBSD ports repository Removed files: security/pear-LiveUser Makefile.old Log: remove rubbish from the broken Makefile Revision Changes Path 1.2 +0 -101 ports/security/pear-LiveUser/Makefile.old (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:42:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A4016A4CE; Wed, 1 Dec 2004 11:42:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D09543D49; Wed, 1 Dec 2004 11:42:31 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BgVSn077870; Wed, 1 Dec 2004 11:42:31 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BgVo1077869; Wed, 1 Dec 2004 11:42:31 GMT (envelope-from sergei) Message-Id: <200412011142.iB1BgVo1077869@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 1 Dec 2004 11:42:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/offlineimap Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:42:31 -0000 sergei 2004-12-01 11:42:31 UTC FreeBSD ports repository Modified files: mail/offlineimap Makefile distinfo Log: - Update to 4.0.8 Revision Changes Path 1.24 +1 -1 ports/mail/offlineimap/Makefile 1.15 +2 -2 ports/mail/offlineimap/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:42:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C9D416A4CE; Wed, 1 Dec 2004 11:42:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D7E43D55; Wed, 1 Dec 2004 11:42:52 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BgqVk077899; Wed, 1 Dec 2004 11:42:52 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BgqS3077898; Wed, 1 Dec 2004 11:42:52 GMT (envelope-from tobez) Message-Id: <200412011142.iB1BgqS3077898@repoman.freebsd.org> From: Anton Berezin Date: Wed, 1 Dec 2004 11:42:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Data-Dumper Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:42:52 -0000 tobez 2004-12-01 11:42:52 UTC FreeBSD ports repository Modified files: devel/p5-Data-Dumper Makefile Log: Do not refuse to build with perl 5.8. Approved by: mat-tainer Revision Changes Path 1.2 +0 -3 ports/devel/p5-Data-Dumper/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:51:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF43216A4CE; Wed, 1 Dec 2004 11:51:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4D243D39; Wed, 1 Dec 2004 11:51:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BpK7e078231; Wed, 1 Dec 2004 11:51:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BpKMg078230; Wed, 1 Dec 2004 11:51:20 GMT (envelope-from phk) Message-Id: <200412011151.iB1BpKMg078230@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 11:51:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/tools vnode_if.awk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:51:21 -0000 phk 2004-12-01 11:51:20 UTC FreeBSD src repository Modified files: sys/tools vnode_if.awk Log: emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can use to prototype VOP functions with. Revision Changes Path 1.41 +1 -0 src/sys/tools/vnode_if.awk From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:52:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A401F16A4CE; Wed, 1 Dec 2004 11:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F5B243D48; Wed, 1 Dec 2004 11:52:17 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BqH9Z078277; Wed, 1 Dec 2004 11:52:17 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BqHRM078276; Wed, 1 Dec 2004 11:52:17 GMT (envelope-from glebius) Message-Id: <200412011152.iB1BqHRM078276@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 1 Dec 2004 11:52:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net if_tap.c if_tun.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:52:17 -0000 glebius 2004-12-01 11:52:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if_tap.c if_tun.c Log: MFC: Utilize m_uiotombuf() instead of home-grown implementation. Revision Changes Path 1.46.2.2 +5 -31 src/sys/net/if_tap.c 1.144.2.1 +12 -38 src/sys/net/if_tun.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 11:56:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C09716A4CE; Wed, 1 Dec 2004 11:56:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D356E43D55; Wed, 1 Dec 2004 11:56:32 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1BuWWE078556; Wed, 1 Dec 2004 11:56:32 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1BuW4Y078555; Wed, 1 Dec 2004 11:56:32 GMT (envelope-from glebius) Message-Id: <200412011156.iB1BuW4Y078555@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 1 Dec 2004 11:56:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_cisco.c ng_source.c src/sys/netgraph/atm/sscop ng_sscop_cust.h src/sys/netgraph/bluetooth/hci ng_hci_misc.c src/sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 11:56:33 -0000 glebius 2004-12-01 11:56:32 UTC FreeBSD src repository Modified files: sys/netgraph netgraph.h ng_base.c ng_cisco.c ng_source.c sys/netgraph/atm/sscop ng_sscop_cust.h sys/netgraph/atm/uni ng_uni_cust.h sys/netgraph/bluetooth/hci ng_hci_misc.c sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c Log: Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g. This is done to keep both versions in RELENG_5 and support both APIs. Reviewed by: scottl Approved by: julian (mentor), implicitly Revision Changes Path 1.4 +2 -2 src/sys/netgraph/atm/sscop/ng_sscop_cust.h 1.4 +2 -2 src/sys/netgraph/atm/uni/ng_uni_cust.h 1.9 +6 -6 src/sys/netgraph/bluetooth/hci/ng_hci_misc.c 1.9 +9 -9 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c 1.46 +2 -2 src/sys/netgraph/netgraph.h 1.87 +5 -5 src/sys/netgraph/ng_base.c 1.26 +3 -3 src/sys/netgraph/ng_cisco.c 1.21 +4 -4 src/sys/netgraph/ng_source.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 12:00:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2000D16A4CE; Wed, 1 Dec 2004 12:00:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F08C143D45; Wed, 1 Dec 2004 12:00:23 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1C0NpM078697; Wed, 1 Dec 2004 12:00:23 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1C0NsP078696; Wed, 1 Dec 2004 12:00:23 GMT (envelope-from sem) Message-Id: <200412011200.iB1C0NsP078696@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 1 Dec 2004 12:00:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Class-AutoClass Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 12:00:24 -0000 sem 2004-12-01 12:00:23 UTC FreeBSD ports repository Modified files: devel/p5-Class-AutoClass Makefile Log: Remove condition on dependence on p5-Data-Dumper. Requested by: tobez Revision Changes Path 1.2 +3 -11 ports/devel/p5-Class-AutoClass/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 12:07:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F5AC16A4CE; Wed, 1 Dec 2004 12:07:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD7443D4C; Wed, 1 Dec 2004 12:07:28 +0000 (GMT) (envelope-from lkoeller@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1C7SCo078988; Wed, 1 Dec 2004 12:07:28 GMT (envelope-from lkoeller@repoman.freebsd.org) Received: (from lkoeller@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1C7Sdt078987; Wed, 1 Dec 2004 12:07:28 GMT (envelope-from lkoeller) Message-Id: <200412011207.iB1C7Sdt078987@repoman.freebsd.org> From: Lars Koeller Date: Wed, 1 Dec 2004 12:07:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/bacula-server Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 12:07:28 -0000 lkoeller 2004-12-01 12:07:28 UTC FreeBSD ports repository Modified files: sysutils/bacula-server Makefile Log: o) Allow bacula-client port to overwrite COMMENT PR: ports/74582 Submitted by: Renato Botelho Revision Changes Path 1.40 +1 -1 ports/sysutils/bacula-server/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 12:12:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25B8C16A4CE; Wed, 1 Dec 2004 12:12:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1330543D6E; Wed, 1 Dec 2004 12:12:12 +0000 (GMT) (envelope-from nik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1CCCP0079176; Wed, 1 Dec 2004 12:12:12 GMT (envelope-from nik@repoman.freebsd.org) Received: (from nik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1CCCEb079175; Wed, 1 Dec 2004 12:12:12 GMT (envelope-from nik) Message-Id: <200412011212.iB1CCCEb079175@repoman.freebsd.org> From: Nik Clayton Date: Wed, 1 Dec 2004 12:12:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/netinet/tcpfullwindowrst Makefile tcpfullwindowrst.t tcpfullwindowrsttest.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 12:12:13 -0000 nik 2004-12-01 12:12:12 UTC FreeBSD src repository Added files: tools/regression/netinet/tcpfullwindowrst Makefile tcpfullwindowrst.t tcpfullwindowrsttest.c Log: The following code sets up two connected TCP sockets that send data to each other until the window is closed. Then one of the sockets is closed, which will generate a RST once the TCP at the other socket does a window probe. All versions of FreeBSD prior to 11/26/2004 will ignore this RST into a 0 window, causing the connection (and application) to hang indefinitely. On patched versions of FreeBSD (and other operating systems), the RST will be accepted and the program will exit in a few seconds. Submitted by: Michiel Boland Reviewed by: silby Revision Changes Path 1.1 +6 -0 src/tools/regression/netinet/tcpfullwindowrst/Makefile (new) 1.1 +7 -0 src/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t (new) 1.1 +131 -0 src/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 12:24:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539DE16A4D4; Wed, 1 Dec 2004 12:24:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A1643D53; Wed, 1 Dec 2004 12:24:42 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1COg1T079915; Wed, 1 Dec 2004 12:24:42 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1COgfB079914; Wed, 1 Dec 2004 12:24:42 GMT (envelope-from phk) Message-Id: <200412011224.iB1COgfB079914@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 12:24:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/deadfs dead_vnops.c src/sys/fs/devfs devfs_vnops.c src/sys/fs/fdescfs fdesc_vnops.c src/sys/fs/fifofs fifo_vnops.c src/sys/fs/hpfs hpfs_vnops.c src/sys/fs/msdosfs msdosfs_vnops.c src/sys/fs/ntfs ntfs_vnops.c src/sys/fs/nullfs ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 12:24:42 -0000 phk 2004-12-01 12:24:42 UTC FreeBSD src repository Modified files: sys/fs/deadfs dead_vnops.c sys/fs/devfs devfs_vnops.c sys/fs/fdescfs fdesc_vnops.c sys/fs/fifofs fifo_vnops.c sys/fs/hpfs hpfs_vnops.c sys/fs/msdosfs msdosfs_vnops.c sys/fs/ntfs ntfs_vnops.c sys/fs/nullfs null_vnops.c sys/fs/nwfs nwfs_vnops.c sys/fs/portalfs portal_vnops.c sys/fs/smbfs smbfs_vnops.c sys/fs/udf udf_vnops.c sys/fs/umapfs umap_vnops.c sys/fs/unionfs union_vnops.c sys/gnu/ext2fs ext2_vnops.c sys/isofs/cd9660 cd9660_vnops.c sys/ufs/ffs ffs_vnops.c sys/ufs/ufs ufs_vnops.c Log: Mechanically change prototypes for vnode operations to use the new typedefs. Revision Changes Path 1.42 +8 -8 src/sys/fs/deadfs/dead_vnops.c 1.87 +20 -20 src/sys/fs/devfs/devfs_vnops.c 1.95 +7 -7 src/sys/fs/fdescfs/fdesc_vnops.c 1.107 +7 -7 src/sys/fs/fifofs/fifo_vnops.c 1.53 +19 -19 src/sys/fs/hpfs/hpfs_vnops.c 1.153 +21 -21 src/sys/fs/msdosfs/msdosfs_vnops.c 1.45 +13 -13 src/sys/fs/ntfs/ntfs_vnops.c 1.68 +14 -14 src/sys/fs/nullfs/null_vnops.c 1.32 +21 -21 src/sys/fs/nwfs/nwfs_vnops.c 1.66 +6 -6 src/sys/fs/portalfs/portal_vnops.c 1.48 +23 -23 src/sys/fs/smbfs/smbfs_vnops.c 1.41 +11 -11 src/sys/fs/udf/udf_vnops.c 1.41 +8 -8 src/sys/fs/umapfs/umap_vnops.c 1.114 +43 -43 src/sys/fs/unionfs/union_vnops.c 1.91 +26 -26 src/sys/gnu/ext2fs/ext2_vnops.c 1.104 +9 -9 src/sys/isofs/cd9660/cd9660_vnops.c 1.143 +11 -11 src/sys/ufs/ffs/ffs_vnops.c 1.251 +25 -25 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 13:02:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E0F16A4CE; Wed, 1 Dec 2004 13:02:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD28C43D49; Wed, 1 Dec 2004 13:02:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1D2DbC087714; Wed, 1 Dec 2004 13:02:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1D2D2K087713; Wed, 1 Dec 2004 13:02:13 GMT (envelope-from glebius) Message-Id: <200412011302.iB1D2D2K087713@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 1 Dec 2004 13:02:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_source.c src/sys/netgraph/atm/uni ng_uni_cust.h src/sys/netgraph/bluetooth/hci ng_hci_misc.c src/sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 13:02:14 -0000 glebius 2004-12-01 13:02:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netgraph netgraph.h ng_base.c ng_source.c sys/netgraph/atm/sscop ng_sscop_cust.h sys/netgraph/atm/uni ng_uni_cust.h sys/netgraph/bluetooth/hci ng_hci_misc.c sys/netgraph/bluetooth/l2cap ng_l2cap_misc.c Log: Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/. Restore ng_timeout() and ng_untimeout() as they were in ng_base.c:1.84, so that during RELENG_5 both interfaces are supported. Reviewed by: scottl Approved by: julian (mentor), implicitly Revision Changes Path 1.1.4.2 +2 -2 src/sys/netgraph/atm/sscop/ng_sscop_cust.h 1.2.2.2 +2 -2 src/sys/netgraph/atm/uni/ng_uni_cust.h 1.7.2.2 +6 -6 src/sys/netgraph/bluetooth/hci/ng_hci_misc.c 1.7.2.2 +9 -9 src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c 1.43.2.3 +8 -2 src/sys/netgraph/netgraph.h 1.84.2.2 +66 -5 src/sys/netgraph/ng_base.c 1.18.2.2 +4 -4 src/sys/netgraph/ng_source.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 13:50:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3DCE16A4CE; Wed, 1 Dec 2004 13:50:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEFD943D5D; Wed, 1 Dec 2004 13:50:04 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Do4OQ089207; Wed, 1 Dec 2004 13:50:04 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Do4LT089206; Wed, 1 Dec 2004 13:50:04 GMT (envelope-from davidxu) Message-Id: <200412011350.iB1Do4LT089206@repoman.freebsd.org> From: David Xu Date: Wed, 1 Dec 2004 13:50:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 13:50:05 -0000 davidxu 2004-12-01 13:50:04 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c Log: If a thread is resumed by thr_wake, it should return 0, especially it should not return ERESTART after it caught a signal, otherwise thr_wake() call will be lost, also a timeout wait should not be restarted. Final, using wakeup not wakeup_one to be safeness. Revision Changes Path 1.31 +15 -5 src/sys/kern/kern_thr.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 14:44:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 145B816A4CE; Wed, 1 Dec 2004 14:44:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E379743D2D; Wed, 1 Dec 2004 14:44:16 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1EiG6A090844; Wed, 1 Dec 2004 14:44:16 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1EiG2E090843; Wed, 1 Dec 2004 14:44:16 GMT (envelope-from sem) Message-Id: <200412011444.iB1EiG2E090843@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 1 Dec 2004 14:44:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/autodia Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 14:44:17 -0000 sem 2004-12-01 14:44:16 UTC FreeBSD ports repository Modified files: devel/autodia Makefile distinfo pkg-plist Log: - update to 2.01 - add a dependency on p5-SpringGraph - utilize PORTDOCS and DOCSDIR macros in pkg-plist PR: ports/74414 Submitted by: maintainer Revision Changes Path 1.14 +5 -8 ports/devel/autodia/Makefile 1.10 +2 -2 ports/devel/autodia/distinfo 1.9 +12 -10 ports/devel/autodia/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 14:51:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F92316A4CE; Wed, 1 Dec 2004 14:51:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C14543D1F; Wed, 1 Dec 2004 14:51:56 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Epumj091080; Wed, 1 Dec 2004 14:51:56 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1EpuhG091079; Wed, 1 Dec 2004 14:51:56 GMT (envelope-from sem) Message-Id: <200412011451.iB1EpuhG091079@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 1 Dec 2004 14:51:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/whois Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 14:51:56 -0000 sem 2004-12-01 14:51:56 UTC FreeBSD ports repository Modified files: net/whois Makefile distinfo Log: - Update to 4.6.24 PR: ports/74578 Submitted by: maintainer Revision Changes Path 1.21 +1 -1 ports/net/whois/Makefile 1.16 +2 -2 ports/net/whois/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 15:04:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D629416A4CE; Wed, 1 Dec 2004 15:04:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B93BA43D48; Wed, 1 Dec 2004 15:04:05 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1F45Wg091613; Wed, 1 Dec 2004 15:04:05 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1F45L3091612; Wed, 1 Dec 2004 15:04:05 GMT (envelope-from perky) Message-Id: <200412011504.iB1F45L3091612@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 1 Dec 2004 15:04:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang Makefile ports/Mk bsd.python.mk ports/lang/python23 Makefile distinfo pkg-plist ports/lang/python23/files patch-setup.py ports/lang/python Makefile distinfo pkg-plist ports/lang/python/files ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 15:04:06 -0000 perky 2004-12-01 15:04:05 UTC FreeBSD ports repository Modified files: lang Makefile Mk bsd.python.mk lang/python23 Makefile distinfo pkg-plist lang/python23/files patch-setup.py lang/python Makefile distinfo pkg-plist lang/python/files patch-Python::ceval.c patch-setup.py Removed files: lang/python/files patch-Lib::distutils::spawn.py patch-Lib::email::Charset.py patch-Lib::plat-freebsd6::IN.py patch-Lib::posixfile.py patch-Makefile.pre.in patch-configure Log: - Update lang/python to 2.4 final release. - Finish repocopy lang/python -> lang/python23 for Python 2.3.4 Revision Changes Path 1.59 +6 -6 ports/Mk/bsd.python.mk 1.429 +1 -0 ports/lang/Makefile 1.138 +12 -11 ports/lang/python/Makefile 1.50 +2 -6 ports/lang/python/distinfo 1.2 +0 -17 ports/lang/python/files/patch-Lib::distutils::spawn.py (dead) 1.2 +0 -23 ports/lang/python/files/patch-Lib::email::Charset.py (dead) 1.2 +0 -518 ports/lang/python/files/patch-Lib::plat-freebsd6::IN.py (dead) 1.2 +0 -16 ports/lang/python/files/patch-Lib::posixfile.py (dead) 1.2 +0 -16 ports/lang/python/files/patch-Makefile.pre.in (dead) 1.2 +5 -3 ports/lang/python/files/patch-Python::ceval.c 1.11 +0 -42 ports/lang/python/files/patch-configure (dead) 1.7 +2 -11 ports/lang/python/files/patch-setup.py 1.53 +313 -37 ports/lang/python/pkg-plist 1.138 +7 -7 ports/lang/python23/Makefile 1.50 +0 -21 ports/lang/python23/distinfo 1.7 +11 -2 ports/lang/python23/files/patch-setup.py 1.53 +0 -5 ports/lang/python23/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 15:09:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF4D16A4CE; Wed, 1 Dec 2004 15:09:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC8E143D1F; Wed, 1 Dec 2004 15:09:16 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1F9GE6091787; Wed, 1 Dec 2004 15:09:16 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1F9GNa091786; Wed, 1 Dec 2004 15:09:16 GMT (envelope-from perky) Message-Id: <200412011509.iB1F9GNa091786@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 1 Dec 2004 15:09:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/python-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 15:09:17 -0000 perky 2004-12-01 15:09:16 UTC FreeBSD ports repository Modified files: lang/python-devel Makefile Log: IGNORE this port for a while. Some 2.5.a0 snapshot will be available in this port soon. Revision Changes Path 1.125 +3 -1 ports/lang/python-devel/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 15:22:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA53216A4CE; Wed, 1 Dec 2004 15:22:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A529943D46; Wed, 1 Dec 2004 15:22:20 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1FMKB3092232; Wed, 1 Dec 2004 15:22:20 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1FMK7w092231; Wed, 1 Dec 2004 15:22:20 GMT (envelope-from sem) Message-Id: <200412011522.iB1FMK7w092231@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 1 Dec 2004 15:22:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ecb Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 15:22:20 -0000 sem 2004-12-01 15:22:20 UTC FreeBSD ports repository Modified files: devel/ecb Makefile distinfo pkg-plist Log: - update to 2.30 - fix the usage of PORTDOCS PR: ports/74572 Submitted by: maintainer Revision Changes Path 1.14 +6 -2 ports/devel/ecb/Makefile 1.12 +2 -2 ports/devel/ecb/distinfo 1.9 +2 -4 ports/devel/ecb/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 15:30:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E9F16A4CE; Wed, 1 Dec 2004 15:30:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA6E43D5C; Wed, 1 Dec 2004 15:30:46 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1FUksN092530; Wed, 1 Dec 2004 15:30:46 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1FUklu092529; Wed, 1 Dec 2004 15:30:46 GMT (envelope-from simon) Message-Id: <200412011530.iB1FUklu092529@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Dec 2004 15:30:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 15:30:46 -0000 simon 2004-12-01 15:30:46 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document signal delivery vulnerability in sudoscript. Revision Changes Path 1.384 +24 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 1 15:34:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 509A516A4CE; Wed, 1 Dec 2004 15:34:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285F143D1D; Wed, 1 Dec 2004 15:34:19 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1FYJOj092652; Wed, 1 Dec 2004 15:34:19 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1FYJOP092651; Wed, 1 Dec 2004 15:34:19 GMT (envelope-from osa) Message-Id: <200412011534.iB1FYJOP092651@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 1 Dec 2004 15:34:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math Makefile ports/math/p5-Statistics-Lite Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 15:34:19 -0000 osa 2004-12-01 15:34:19 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Statistics-Lite Makefile distinfo pkg-descr pkg-plist Log: Add Statistics::Lite 1.02 module - the lightweight and functional object-oriented statistics. Revision Changes Path 1.300 +1 -0 ports/math/Makefile 1.1 +22 -0 ports/math/p5-Statistics-Lite/Makefile (new) 1.1 +2 -0 ports/math/p5-Statistics-Lite/distinfo (new) 1.1 +8 -0 ports/math/p5-Statistics-Lite/pkg-descr (new) 1.1 +5 -0 ports/math/p5-Statistics-Lite/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 15:36:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BF4B16A4CE; Wed, 1 Dec 2004 15:36:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB2943D53; Wed, 1 Dec 2004 15:36:02 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Fa2eA092788; Wed, 1 Dec 2004 15:36:02 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Fa2tp092787; Wed, 1 Dec 2004 15:36:02 GMT (envelope-from osa) Message-Id: <200412011536.iB1Fa2tp092787@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 1 Dec 2004 15:36:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 15:36:03 -0000 osa 2004-12-01 15:36:02 UTC FreeBSD ports repository Modified files: . modules Log: Add module: p5-Statistics-Lite -> ports/math/p5-Statistics-Lite Revision Changes Path 1.11477 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 1 16:08:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FC816A4E2 for ; Wed, 1 Dec 2004 16:08:41 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 371FA43D49 for ; Wed, 1 Dec 2004 16:08:41 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 13755 invoked from network); 1 Dec 2004 16:08:40 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 1 Dec 2004 16:08:40 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iB1G8Sb6096665; Wed, 1 Dec 2004 11:08:37 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Wed, 1 Dec 2004 10:57:40 -0500 User-Agent: KMail/1.6.2 References: <200412010549.iB15nQ7H057570@repoman.freebsd.org> In-Reply-To: <200412010549.iB15nQ7H057570@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412011057.40944.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 16:08:42 -0000 On Wednesday 01 December 2004 12:49 am, Nate Lawson wrote: > njl 2004-12-01 05:49:26 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_pci_link.c > Log: > Completely back out 1.37. Something else is going on and John wants to > keep the locking and solve the real problem. Thank you. I do have a patch that I think will fix the problems with DPF handling but need to get it tested (none of my boxes have DPFs in their link device resources). I'll either post it in a bit or commit if phk tests it as he has one such box. In the meantime, I'd appreciate if folks would run any further patches to this file by me first. I'm sorry that it took a while to address the DPF issue but it happened to collide with my Thanksgiving holiday schedule. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Wed Dec 1 16:34:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D31A16A4CE; Wed, 1 Dec 2004 16:34:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F138B43D1D; Wed, 1 Dec 2004 16:34:53 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1GYr0X094601; Wed, 1 Dec 2004 16:34:53 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1GYrqp094600; Wed, 1 Dec 2004 16:34:53 GMT (envelope-from sem) Message-Id: <200412011634.iB1GYrqp094600@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 1 Dec 2004 16:34:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spamass-rules_du_jour Makefile distinfo patch-rules_du_jour X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 16:34:54 -0000 sem 2004-12-01 16:34:53 UTC FreeBSD ports repository Modified files: mail/spamass-rules_du_jour Makefile distinfo mail/spamass-rules_du_jour/files patch-config patch-rules_du_jour Log: - Update to 1.18 - Use new sa-spamd.sh to restart (Thanks to Angelo Turetta) PR: ports/74562 Submitted by: maintainer Revision Changes Path 1.2 +6 -6 ports/mail/spamass-rules_du_jour/Makefile 1.2 +2 -2 ports/mail/spamass-rules_du_jour/distinfo 1.2 +1 -1 ports/mail/spamass-rules_du_jour/files/patch-config 1.2 +7 -7 ports/mail/spamass-rules_du_jour/files/patch-rules_du_jour From owner-cvs-all@FreeBSD.ORG Wed Dec 1 16:38:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FEF516A4CE; Wed, 1 Dec 2004 16:38:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71D443D60; Wed, 1 Dec 2004 16:38:25 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1GcP2e094788; Wed, 1 Dec 2004 16:38:25 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1GcPZo094787; Wed, 1 Dec 2004 16:38:25 GMT (envelope-from sem) Message-Id: <200412011638.iB1GcPZo094787@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 1 Dec 2004 16:38:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/spamass-rules Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 16:38:26 -0000 sem 2004-12-01 16:38:25 UTC FreeBSD ports repository Modified files: mail/spamass-rules Makefile distinfo Log: - Update to 20041130 PR: ports/74563 Submitted by: maintainer Revision Changes Path 1.12 +7 -2 ports/mail/spamass-rules/Makefile 1.9 +2 -2 ports/mail/spamass-rules/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 16:48:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5982716A4CE; Wed, 1 Dec 2004 16:48:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34EAB43D4C; Wed, 1 Dec 2004 16:48:28 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1GmSK7001695; Wed, 1 Dec 2004 16:48:28 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1GmSaQ001694; Wed, 1 Dec 2004 16:48:28 GMT (envelope-from mat) Message-Id: <200412011648.iB1GmSaQ001694@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 1 Dec 2004 16:48:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-Class-DBI-Pg Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 16:48:28 -0000 mat 2004-12-01 16:48:28 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Pg Makefile distinfo Log: Update to 0.04 Revision Changes Path 1.5 +10 -2 ports/databases/p5-Class-DBI-Pg/Makefile 1.4 +2 -2 ports/databases/p5-Class-DBI-Pg/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 17:17:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F9CF16A4CE; Wed, 1 Dec 2004 17:17:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B90E43D55; Wed, 1 Dec 2004 17:17:48 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1HHlWJ002586; Wed, 1 Dec 2004 17:17:48 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1HHlI5002585; Wed, 1 Dec 2004 17:17:47 GMT (envelope-from josef) Message-Id: <200412011717.iB1HHlI5002585@repoman.freebsd.org> From: Josef El-Rayes Date: Wed, 1 Dec 2004 17:17:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/prozilla Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:17:48 -0000 josef 2004-12-01 17:17:47 UTC FreeBSD ports repository (doc committer) Modified files: ftp/prozilla Makefile Log: Mark the port forbidden due to vulnerability. Approved by: maintainer(timeout) With hat: secteam Revision Changes Path 1.6 +1 -0 ports/ftp/prozilla/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 17:44:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242E216A4CF; Wed, 1 Dec 2004 17:44:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA63043D6A; Wed, 1 Dec 2004 17:44:04 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Hi4AK003378; Wed, 1 Dec 2004 17:44:04 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Hi4O9003377; Wed, 1 Dec 2004 17:44:04 GMT (envelope-from harti) Message-Id: <200412011744.iB1Hi4O9003377@repoman.freebsd.org> From: Hartmut Brandt Date: Wed, 1 Dec 2004 17:44:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make/lst.lib lstDestroy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:44:05 -0000 harti 2004-12-01 17:44:04 UTC FreeBSD src repository Modified files: usr.bin/make/lst.lib lstDestroy.c Log: Remove a double test for the same ptr != NULL and use the official macro for this; reorder an if. Revision Changes Path 1.17 +6 -7 src/usr.bin/make/lst.lib/lstDestroy.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 17:58:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A518E16A4CE; Wed, 1 Dec 2004 17:58:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8166D43D4C; Wed, 1 Dec 2004 17:58:37 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1HwbTg003829; Wed, 1 Dec 2004 17:58:37 GMT (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1HwbS2003828; Wed, 1 Dec 2004 17:58:37 GMT (envelope-from rees) Message-Id: <200412011758.iB1HwbS2003828@repoman.freebsd.org> From: Jim Rees Date: Wed, 1 Dec 2004 17:58:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:58:37 -0000 rees 2004-12-01 17:58:37 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c Log: Fix for a bug in nfs_mkdir() that called vrele() instead of vput() in the error cases, causing panics. Adapted from similar fix to NFSv3 mkdir submitted by Mohan Srinivasan mohans at yahoo-inc dot com Approved by: alfred Revision Changes Path 1.14 +1 -1 src/sys/nfs4client/nfs4_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 17:59:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9CDC16A4CE; Wed, 1 Dec 2004 17:59:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 884A543D31; Wed, 1 Dec 2004 17:59:08 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Hx8tn003876; Wed, 1 Dec 2004 17:59:08 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Hx8qu003875; Wed, 1 Dec 2004 17:59:08 GMT (envelope-from ache) Message-Id: <200412011759.iB1Hx8qu003875@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 1 Dec 2004 17:59:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/zip pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 17:59:08 -0000 ache 2004-12-01 17:59:08 UTC FreeBSD ports repository Modified files: archivers/zip pkg-descr Log: Point to the official website Revision Changes Path 1.9 +2 -1 ports/archivers/zip/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Dec 1 18:00:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEDEA16A4D1; Wed, 1 Dec 2004 18:00:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEF7B43D4C; Wed, 1 Dec 2004 18:00:59 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1I0xSR003974; Wed, 1 Dec 2004 18:00:59 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1I0xNv003973; Wed, 1 Dec 2004 18:00:59 GMT (envelope-from mat) Message-Id: <200412011800.iB1I0xNv003973@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 1 Dec 2004 18:00:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Module-Build Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:01:00 -0000 mat 2004-12-01 18:00:59 UTC FreeBSD ports repository Modified files: devel/p5-Module-Build Makefile distinfo Log: Update to 0.26.05 Revision Changes Path 1.23 +1 -1 ports/devel/p5-Module-Build/Makefile 1.20 +2 -2 ports/devel/p5-Module-Build/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 18:01:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A95116A4CE; Wed, 1 Dec 2004 18:01:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5775E43D3F; Wed, 1 Dec 2004 18:01:57 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1I1vX3004068; Wed, 1 Dec 2004 18:01:57 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1I1vPr004067; Wed, 1 Dec 2004 18:01:57 GMT (envelope-from mat) Message-Id: <200412011801.iB1I1vPr004067@repoman.freebsd.org> From: Mathieu Arnold Date: Wed, 1 Dec 2004 18:01:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-Params-Validate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:01:57 -0000 mat 2004-12-01 18:01:57 UTC FreeBSD ports repository Modified files: devel/p5-Params-Validate Makefile distinfo Log: Update to 0.76 Obtained from: maintainer timeout Revision Changes Path 1.22 +1 -1 ports/devel/p5-Params-Validate/Makefile 1.17 +2 -2 ports/devel/p5-Params-Validate/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 18:03:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F2D16A4CE; Wed, 1 Dec 2004 18:03:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A303643D62; Wed, 1 Dec 2004 18:03:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1I3IeL004116; Wed, 1 Dec 2004 18:03:18 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1I3I8s004115; Wed, 1 Dec 2004 18:03:18 GMT (envelope-from jhb) Message-Id: <200412011803.iB1I3I8s004115@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Dec 2004 18:03:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/i386 mkisoimages.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:03:18 -0000 jhb 2004-12-01 18:03:18 UTC FreeBSD src repository Modified files: release/i386 mkisoimages.sh Log: Don't allow ISO images to be made that try to use boot.flp to boot as the boot.flp in 5.3 and later is not self-contained and thus not suitable for CD booting. /boot/cdboot is now the only way to boot the install CDs. MFC after: 2 weeks Revision Changes Path 1.12 +2 -5 src/release/i386/mkisoimages.sh From owner-cvs-all@FreeBSD.ORG Wed Dec 1 18:10:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DEB816A4CE; Wed, 1 Dec 2004 18:10:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE4FB43D2D; Wed, 1 Dec 2004 18:09:59 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1I9xht004323; Wed, 1 Dec 2004 18:09:59 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1I9xOM004322; Wed, 1 Dec 2004 18:09:59 GMT (envelope-from trhodes) Message-Id: <200412011809.iB1I9xOM004322@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 1 Dec 2004 18:09:59 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/platforms Makefile arm.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:10:00 -0000 trhodes 2004-12-01 18:09:59 UTC FreeBSD doc repository Modified files: en/platforms Makefile Added files: en/platforms arm.sgml Log: Add a page discussing the ARM project. Attach it to the build. Discussed with: cognet Revision Changes Path 1.8 +2 -1 www/en/platforms/Makefile 1.1 +55 -0 www/en/platforms/arm.sgml (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 18:15:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56CE316A4CE; Wed, 1 Dec 2004 18:15:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151A243D64; Wed, 1 Dec 2004 18:15:14 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1IFEIf004577; Wed, 1 Dec 2004 18:15:14 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1IFE7Q004576; Wed, 1 Dec 2004 18:15:14 GMT (envelope-from trhodes) Message-Id: <200412011815.iB1IFE7Q004576@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 1 Dec 2004 18:15:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/platforms arm.sgml index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:15:15 -0000 trhodes 2004-12-01 18:15:14 UTC FreeBSD doc repository Modified files: en/platforms arm.sgml index.sgml Log: Link arm project from front page, fix two capitalization nits in the arm.sgml file. Revision Changes Path 1.2 +5 -5 www/en/platforms/arm.sgml 1.11 +2 -1 www/en/platforms/index.sgml From owner-cvs-all@FreeBSD.ORG Wed Dec 1 18:16:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2EA316A4CE; Wed, 1 Dec 2004 18:16:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6C7C43D5C; Wed, 1 Dec 2004 18:16:45 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1IGjaf004676; Wed, 1 Dec 2004 18:16:45 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1IGj2N004675; Wed, 1 Dec 2004 18:16:45 GMT (envelope-from ache) Message-Id: <200412011816.iB1IGj2N004675@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 1 Dec 2004 18:16:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/unzip pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:16:46 -0000 ache 2004-12-01 18:16:45 UTC FreeBSD ports repository Modified files: archivers/unzip pkg-descr Log: Change WWW to proper one Revision Changes Path 1.10 +2 -1 ports/archivers/unzip/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Dec 1 18:50:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB73B16A4CE; Wed, 1 Dec 2004 18:50:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B0043D5D; Wed, 1 Dec 2004 18:50:49 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1IonxT005717; Wed, 1 Dec 2004 18:50:49 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1IonBC005716; Wed, 1 Dec 2004 18:50:49 GMT (envelope-from arved) Message-Id: <200412011850.iB1IonBC005716@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 1 Dec 2004 18:50:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/akregator Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:50:49 -0000 arved 2004-12-01 18:50:49 UTC FreeBSD ports repository Modified files: www/akregator Makefile pkg-plist Log: Don't install the xx locale files bump PORTREVISION Revision Changes Path 1.9 +3 -1 ports/www/akregator/Makefile 1.6 +0 -4 ports/www/akregator/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 18:52:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDFB616A4CE; Wed, 1 Dec 2004 18:52:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7E3143D41; Wed, 1 Dec 2004 18:52:41 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1IqfuP005839; Wed, 1 Dec 2004 18:52:41 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1IqfHY005838; Wed, 1 Dec 2004 18:52:41 GMT (envelope-from arved) Message-Id: <200412011852.iB1IqfHY005838@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 1 Dec 2004 18:52:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games Makefile ports/games/kgeography Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:52:42 -0000 arved 2004-12-01 18:52:41 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/kgeography Makefile distinfo pkg-descr pkg-plist Log: Add kgeography, a geography learning game. Revision Changes Path 1.724 +1 -0 ports/games/Makefile 1.1 +28 -0 ports/games/kgeography/Makefile (new) 1.1 +2 -0 ports/games/kgeography/distinfo (new) 1.1 +11 -0 ports/games/kgeography/pkg-descr (new) 1.1 +177 -0 ports/games/kgeography/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 18:55:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D8D616A4CE; Wed, 1 Dec 2004 18:55:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49CB743D58; Wed, 1 Dec 2004 18:55:20 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1ItKW1005937; Wed, 1 Dec 2004 18:55:20 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1ItKHC005936; Wed, 1 Dec 2004 18:55:20 GMT (envelope-from arved) Message-Id: <200412011855.iB1ItKHC005936@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 1 Dec 2004 18:55:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:55:20 -0000 arved 2004-12-01 18:55:19 UTC FreeBSD ports repository Modified files: . modules Log: Add kgeography X-Mas whish: Santa Claus, please fix addport for me Revision Changes Path 1.11478 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 1 19:03:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BD2316A4CF; Wed, 1 Dec 2004 19:03:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD92143D78; Wed, 1 Dec 2004 19:03:30 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1J3UoZ006257; Wed, 1 Dec 2004 19:03:30 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1J3UIu006256; Wed, 1 Dec 2004 19:03:30 GMT (envelope-from arved) Message-Id: <200412011903.iB1J3UIu006256@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 1 Dec 2004 19:03:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/fortune-mod-bofh Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 19:03:31 -0000 arved 2004-12-01 19:03:30 UTC FreeBSD ports repository Modified files: misc/fortune-mod-bofh Makefile pkg-descr Log: Website moved PR: 74581 Submitted by: Yonatan Revision Changes Path 1.3 +1 -1 ports/misc/fortune-mod-bofh/Makefile 1.2 +1 -1 ports/misc/fortune-mod-bofh/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Dec 1 19:08:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D74016A4CE; Wed, 1 Dec 2004 19:08:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CDA43D49; Wed, 1 Dec 2004 19:08:41 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1J8eg5006477; Wed, 1 Dec 2004 19:08:40 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1J8eUa006476; Wed, 1 Dec 2004 19:08:40 GMT (envelope-from phk) Message-Id: <200412011908.iB1J8eUa006476@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 19:08:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_vnops.c src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 19:08:41 -0000 phk 2004-12-01 19:08:40 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c sys/nfsclient nfs_vnops.c Log: Scripted modification of vop_* prototypes to use typedefs. Revision Changes Path 1.15 +25 -25 src/sys/nfs4client/nfs4_vnops.c 1.231 +25 -25 src/sys/nfsclient/nfs_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 19:11:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49BB516A4CE; Wed, 1 Dec 2004 19:11:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2722F43D5A; Wed, 1 Dec 2004 19:11:34 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1JBY87006679; Wed, 1 Dec 2004 19:11:34 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1JBYBO006678; Wed, 1 Dec 2004 19:11:34 GMT (envelope-from jeh) Message-Id: <200412011911.iB1JBYBO006678@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 1 Dec 2004 19:11:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 19:11:34 -0000 jeh 2004-12-01 19:11:34 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: update to 4411 Revision Changes Path 1.279 +1 -1 ports/security/uvscan-dat/Makefile 1.276 +2 -2 ports/security/uvscan-dat/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 19:15:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E694516A4CF; Wed, 1 Dec 2004 19:15:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE63B43D54; Wed, 1 Dec 2004 19:15:00 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1JF0El006825; Wed, 1 Dec 2004 19:15:00 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1JF04a006824; Wed, 1 Dec 2004 19:15:00 GMT (envelope-from phk) Message-Id: <200412011915.iB1JF04a006824@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 19:15:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/unionfs union_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 19:15:01 -0000 phk 2004-12-01 19:15:00 UTC FreeBSD src repository Modified files: sys/fs/unionfs union_vnops.c Log: Correctly prototype union_write with vop_write_t, not vop_read_t. Revision Changes Path 1.115 +2 -2 src/sys/fs/unionfs/union_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 19:38:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 258AC16A4CE; Wed, 1 Dec 2004 19:38:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0129D43D31; Wed, 1 Dec 2004 19:38:39 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Jcd8e008200; Wed, 1 Dec 2004 19:38:39 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1JcdDO008199; Wed, 1 Dec 2004 19:38:39 GMT (envelope-from simon) Message-Id: <200412011938.iB1JcdDO008199@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Dec 2004 19:38:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 19:38:40 -0000 simon 2004-12-01 19:38:39 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document a long path buffer overflow in zip. Revision Changes Path 1.385 +34 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:08:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E622F16A4D5; Wed, 1 Dec 2004 20:08:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C465843D3F; Wed, 1 Dec 2004 20:08:05 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1K85Me009156; Wed, 1 Dec 2004 20:08:05 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1K85U6009155; Wed, 1 Dec 2004 20:08:05 GMT (envelope-from simon) Message-Id: <200412012008.iB1K85U6009155@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Dec 2004 20:08:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:08:06 -0000 simon 2004-12-01 20:08:05 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Add CVE to zip vulnerability. Revision Changes Path 1.386 +2 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:14:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E3816A4CE; Wed, 1 Dec 2004 20:14:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE0143D5A; Wed, 1 Dec 2004 20:14:18 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KEIfZ009474; Wed, 1 Dec 2004 20:14:18 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KEI8P009473; Wed, 1 Dec 2004 20:14:18 GMT (envelope-from ache) Message-Id: <200412012014.iB1KEI8P009473@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 1 Dec 2004 20:14:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/archivers/zip Makefile ports/archivers/zip/files patch-over X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:14:19 -0000 ache 2004-12-01 20:14:18 UTC FreeBSD ports repository Modified files: archivers/zip Makefile Added files: archivers/zip/files patch-over Log: Close overflow Submitted by: simon Revision Changes Path 1.30 +1 -1 ports/archivers/zip/Makefile 1.1 +25 -0 ports/archivers/zip/files/patch-over (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:15:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F7216A4CE; Wed, 1 Dec 2004 20:15:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5123243D31; Wed, 1 Dec 2004 20:15:50 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KFo8K009612; Wed, 1 Dec 2004 20:15:50 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KFo20009611; Wed, 1 Dec 2004 20:15:50 GMT (envelope-from arved) Message-Id: <200412012015.iB1KFo20009611@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 1 Dec 2004 20:15:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/hebrew/hspell Makefile distinfo pkg-message pkg-plist ports/hebrew/hspell/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:15:50 -0000 arved 2004-12-01 20:15:50 UTC FreeBSD ports repository Modified files: hebrew/hspell Makefile distinfo pkg-message pkg-plist Removed files: hebrew/hspell/files patch-Makefile Log: Update to 0.8 PR: 74579 Submitted by: Yonatan Revision Changes Path 1.7 +4 -2 ports/hebrew/hspell/Makefile 1.5 +2 -2 ports/hebrew/hspell/distinfo 1.4 +0 -26 ports/hebrew/hspell/files/patch-Makefile (dead) 1.3 +2 -0 ports/hebrew/hspell/pkg-message 1.4 +5 -1 ports/hebrew/hspell/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:18:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A1A16A4CE; Wed, 1 Dec 2004 20:18:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E32343D46; Wed, 1 Dec 2004 20:18:56 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KIu94009693; Wed, 1 Dec 2004 20:18:56 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KIuGN009692; Wed, 1 Dec 2004 20:18:56 GMT (envelope-from phk) Message-Id: <200412012018.iB1KIuGN009692@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 20:18:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_vnops.c src/sys/nfsclient nfsnode.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:18:56 -0000 phk 2004-12-01 20:18:56 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vnops.c sys/nfsclient nfsnode.h Log: Remove redundant functions (repo-copied from nfsclient) for dealing with fifos. Revision Changes Path 1.16 +0 -114 src/sys/nfs4client/nfs4_vnops.c 1.47 +0 -4 src/sys/nfsclient/nfsnode.h From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:21:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBEB716A4CE; Wed, 1 Dec 2004 20:21:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9592143D3F; Wed, 1 Dec 2004 20:21:06 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KL6R1009839; Wed, 1 Dec 2004 20:21:06 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KL66t009838; Wed, 1 Dec 2004 20:21:06 GMT (envelope-from arved) Message-Id: <200412012021.iB1KL66t009838@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 1 Dec 2004 20:21:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/bfhist Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:21:06 -0000 arved 2004-12-01 20:21:06 UTC FreeBSD ports repository Modified files: comms/bfhist Makefile Log: Add another MASTER_SITE PR: 74573 Submitted by: Andrey Lykhin Revision Changes Path 1.2 +2 -1 ports/comms/bfhist/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:24:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3856F16A4CE; Wed, 1 Dec 2004 20:24:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A5D43D46; Wed, 1 Dec 2004 20:24:02 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KO1jj009899; Wed, 1 Dec 2004 20:24:01 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KO1AD009898; Wed, 1 Dec 2004 20:24:01 GMT (envelope-from phk) Message-Id: <200412012024.iB1KO1AD009898@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 20:24:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/hpfs hpfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:24:02 -0000 phk 2004-12-01 20:24:01 UTC FreeBSD src repository Modified files: sys/fs/hpfs hpfs_vnops.c Log: hpfs_lookup() should have a vop_cachedlookup_t prototype an corresponding argument. Revision Changes Path 1.54 +2 -2 src/sys/fs/hpfs/hpfs_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:34:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81D1A16A4DC; Wed, 1 Dec 2004 20:34:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B7B343D49; Wed, 1 Dec 2004 20:34:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KYYx0010248; Wed, 1 Dec 2004 20:34:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KYY1W010247; Wed, 1 Dec 2004 20:34:34 GMT (envelope-from pav) Message-Id: <200412012034.iB1KYY1W010247@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 1 Dec 2004 20:34:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:34:45 -0000 pav 2004-12-01 20:34:34 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - GNOME: replace dead russian mirror with working italian one Revision Changes Path 1.263 +2 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:34:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 415FE16A524; Wed, 1 Dec 2004 20:34:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BB7743D53; Wed, 1 Dec 2004 20:34:40 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KYejV010300; Wed, 1 Dec 2004 20:34:40 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KYetn010299; Wed, 1 Dec 2004 20:34:40 GMT (envelope-from arved) Message-Id: <200412012034.iB1KYetn010299@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 1 Dec 2004 20:34:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dspam Makefile distinfo ports/mail/dspam/files UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:34:46 -0000 arved 2004-12-01 20:34:40 UTC FreeBSD ports repository Modified files: mail/dspam Makefile distinfo mail/dspam/files UPDATING Log: Update to 3.2.3 PR: 74538 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.23 +4 -4 ports/mail/dspam/Makefile 1.11 +2 -2 ports/mail/dspam/distinfo 1.2 +10 -0 ports/mail/dspam/files/UPDATING From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:45:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8689F16A4CE; Wed, 1 Dec 2004 20:45:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 618CD43D1F; Wed, 1 Dec 2004 20:45:46 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KjklR010738; Wed, 1 Dec 2004 20:45:46 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KjkHo010737; Wed, 1 Dec 2004 20:45:46 GMT (envelope-from thierry) Message-Id: <200412012045.iB1KjkHo010737@repoman.freebsd.org> From: Thierry Thomas Date: Wed, 1 Dec 2004 20:45:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/rxvt-unicode Makefile distinfopatch-src::rxvtfont.C X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:45:46 -0000 thierry 2004-12-01 20:45:46 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile distinfo x11/rxvt-unicode/files patch-src::command.C Removed files: x11/rxvt-unicode/files patch-src::rxvtfont.C Log: Upgrade to 4.2. Revision Changes Path 1.63 +1 -1 ports/x11/rxvt-unicode/Makefile 1.21 +2 -2 ports/x11/rxvt-unicode/distinfo 1.4 +7 -8 ports/x11/rxvt-unicode/files/patch-src::command.C 1.2 +0 -11 ports/x11/rxvt-unicode/files/patch-src::rxvtfont.C (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:52:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2598916A4CE; Wed, 1 Dec 2004 20:52:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0138243D1F; Wed, 1 Dec 2004 20:52:15 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1KqEtP017350; Wed, 1 Dec 2004 20:52:14 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1KqERF017349; Wed, 1 Dec 2004 20:52:14 GMT (envelope-from marcus) Message-Id: <200412012052.iB1KqERF017349@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 1 Dec 2004 20:52:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gweled Makefile distinfo pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:52:15 -0000 marcus 2004-12-01 20:52:14 UTC FreeBSD ports repository Modified files: games/gweled Makefile distinfo pkg-install Log: Update to 0.6. PR: 74598 Submitted by: Radek Kozlowski Revision Changes Path 1.7 +8 -2 ports/games/gweled/Makefile 1.4 +2 -2 ports/games/gweled/distinfo 1.3 +2 -2 ports/games/gweled/pkg-install From owner-cvs-all@FreeBSD.ORG Wed Dec 1 20:52:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D717116A4CE; Wed, 1 Dec 2004 20:52:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B40BE43D31; Wed, 1 Dec 2004 20:52:55 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Kqt3O017406; Wed, 1 Dec 2004 20:52:55 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Kqtpu017405; Wed, 1 Dec 2004 20:52:55 GMT (envelope-from marcus) Message-Id: <200412012052.iB1Kqtpu017405@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 1 Dec 2004 20:52:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gweled pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 20:52:56 -0000 marcus 2004-12-01 20:52:55 UTC FreeBSD ports repository Modified files: games/gweled pkg-plist Log: Add the timed scores file to the plist. Revision Changes Path 1.2 +1 -0 ports/games/gweled/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:05:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABC6E16A4CE; Wed, 1 Dec 2004 21:05:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA2D43D4C; Wed, 1 Dec 2004 21:05:02 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1L52cx017824; Wed, 1 Dec 2004 21:05:02 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1L52xX017823; Wed, 1 Dec 2004 21:05:02 GMT (envelope-from jhb) Message-Id: <200412012105.iB1L52xX017823@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Dec 2004 21:05:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:05:02 -0000 jhb 2004-12-01 21:05:02 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: - Do a better job of handling any Dependent Functions (aka DPFs) that appear in the _PRS or _CRS of link devices. If faced with multiple DPFs in a _PRS, we just use the first one. We assume that if _CRS has DPF tags they only contain a single set since multiple DPFs wouldn't make any sense. In practice, the only DPFs I've seen so far for link devices are that the one IRQ resource is surrounded by a DPF tag pair for no apparent reason, and this should handle that case fine now. - Only allocate link structures for IRQ resources for link devices rather than allocating a link structure for every resource. Reviewed by: njl Tested by: phk Revision Changes Path 1.40 +218 -69 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:09:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50DD816A4CE; Wed, 1 Dec 2004 21:09:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E10043D1F; Wed, 1 Dec 2004 21:09:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1L9Frx018002; Wed, 1 Dec 2004 21:09:15 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1L9F1U018001; Wed, 1 Dec 2004 21:09:15 GMT (envelope-from pav) Message-Id: <200412012109.iB1L9F1U018001@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 1 Dec 2004 21:09:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/polish/sms2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:09:15 -0000 pav 2004-12-01 21:09:15 UTC FreeBSD ports repository Modified files: polish/sms2 Makefile Log: - Define LATEST_LINK as sms2 PR: ports/74559 Submitted by: Krzysztof Kowalewski (maintainer) Nagged by: kris Revision Changes Path 1.16 +2 -0 ports/polish/sms2/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:12:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BDF516A4CF; Wed, 1 Dec 2004 21:12:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE6243D54; Wed, 1 Dec 2004 21:12:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LCYib018175; Wed, 1 Dec 2004 21:12:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LCYlo018174; Wed, 1 Dec 2004 21:12:34 GMT (envelope-from pav) Message-Id: <200412012112.iB1LCYlo018174@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 1 Dec 2004 21:12:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/quagga/scripts configure.quagga X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:12:35 -0000 pav 2004-12-01 21:12:34 UTC FreeBSD ports repository Modified files: net/quagga/scripts configure.quagga Log: - Chase net-snmp update PR: ports/74544 Submitted by: Boris Kovalenko (maintainer) Forgotten by: kuryiama Revision Changes Path 1.6 +2 -2 ports/net/quagga/scripts/configure.quagga From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:15:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E81716A4CE; Wed, 1 Dec 2004 21:15:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC2843D55; Wed, 1 Dec 2004 21:15:57 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LFvsO018417; Wed, 1 Dec 2004 21:15:57 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LFvCC018416; Wed, 1 Dec 2004 21:15:57 GMT (envelope-from marcus) Message-Id: <200412012115.iB1LFvCC018416@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 1 Dec 2004 21:15:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/eog2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:15:57 -0000 marcus 2004-12-01 21:15:57 UTC FreeBSD ports repository Modified files: graphics/eog2 Makefile distinfo pkg-plist Log: Update to 2.8.2. Revision Changes Path 1.54 +3 -4 ports/graphics/eog2/Makefile 1.21 +2 -2 ports/graphics/eog2/distinfo 1.25 +2 -0 ports/graphics/eog2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:20:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC10616A4CF; Wed, 1 Dec 2004 21:20:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A715543D46; Wed, 1 Dec 2004 21:20:07 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LK7cv018572; Wed, 1 Dec 2004 21:20:07 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from dumbbell@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LK7UW018571; Wed, 1 Dec 2004 21:20:07 GMT (envelope-from dumbbell) Message-Id: <200412012120.iB1LK7UW018571@repoman.freebsd.org> From: Jean-Sebastien Pedron Date: Wed, 1 Dec 2004 21:20:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml doc/en_US.ISO8859-1/share/sgml authors.ent X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:20:07 -0000 dumbbell 2004-12-01 21:20:07 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml en_US.ISO8859-1/share/sgml authors.ent Log: Add myself to the authors and committers list Reviewed by: mux Revision Changes Path 1.63 +4 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml 1.333 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:20:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C921916A4CE; Wed, 1 Dec 2004 21:20:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9103843D4C; Wed, 1 Dec 2004 21:20:45 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LKj0q018780; Wed, 1 Dec 2004 21:20:45 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LKjH0018779; Wed, 1 Dec 2004 21:20:45 GMT (envelope-from markus) Message-Id: <200412012120.iB1LKjH0018779@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 1 Dec 2004 21:20:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/graphics Makefile ports/graphics/digikamplugins Makefile distinfo pkg-descr patch-acquireimages-Makefile.in patch-acquireimages-screenshotdialog.cpp patch-cdarchiving-Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:20:45 -0000 markus 2004-12-01 21:20:45 UTC FreeBSD ports repository Modified files: . MOVED graphics Makefile Removed files: graphics/digikamplugins Makefile distinfo pkg-descr pkg-plist graphics/digikamplugins/files patch-acquireimages-Makefile.in patch-acquireimages-plugin_acquireimages.cpp patch-acquireimages-screenshotdialog.cpp patch-cdarchiving-Makefile.in patch-cdarchiving-plugin_cdarchiving.cpp patch-commentseditor-Makefile.in patch-commentseditor-plugin_commentseditor.cpp patch-imagesgallery-Makefile.in patch-imagesgallery-plugin_imagesgallery.cpp patch-jpeglossless-Makefile.in patch-jpeglossless-plugin_jpeglossless.cpp patch-miscsoperations-Makefile.in patch-miscsoperations-plugin_miscsoperations.cpp patch-mpegencoder-Makefile.in patch-mpegencoder-plugin_mpegencoder.cpp patch-printwizard-Makefile.in patch-printwizard-plugin_printwizard.cpp patch-printwizard-tphoto.cpp patch-rawconverter-Makefile.in patch-rawconverter-plugin_rawconverter.cpp patch-sendimages-Makefile.in patch-sendimages-plugin_sendimages.cpp patch-slideshow-Makefile.in patch-slideshow-plugin_slideshow.cpp Log: Remove digikamplugins. It was merged into kipi-plugins. Submitted by: Arjan van Leeuwen Revision Changes Path 1.576 +2 -1 ports/MOVED 1.761 +0 -1 ports/graphics/Makefile 1.5 +0 -127 ports/graphics/digikamplugins/Makefile (dead) 1.2 +0 -2 ports/graphics/digikamplugins/distinfo (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-acquireimages-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-acquireimages-plugin_acquireimages.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-acquireimages-screenshotdialog.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-cdarchiving-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-cdarchiving-plugin_cdarchiving.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-commentseditor-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-commentseditor-plugin_commentseditor.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-imagesgallery-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-imagesgallery-plugin_imagesgallery.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-jpeglossless-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-jpeglossless-plugin_jpeglossless.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-miscsoperations-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-miscsoperations-plugin_miscsoperations.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-mpegencoder-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-mpegencoder-plugin_mpegencoder.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-printwizard-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-printwizard-plugin_printwizard.cpp (dead) 1.2 +0 -17 ports/graphics/digikamplugins/files/patch-printwizard-tphoto.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-rawconverter-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-rawconverter-plugin_rawconverter.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-sendimages-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-sendimages-plugin_sendimages.cpp (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-slideshow-Makefile.in (dead) 1.2 +0 -11 ports/graphics/digikamplugins/files/patch-slideshow-plugin_slideshow.cpp (dead) 1.2 +0 -20 ports/graphics/digikamplugins/pkg-descr (dead) 1.2 +0 -204 ports/graphics/digikamplugins/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:21:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E51E16A4CE; Wed, 1 Dec 2004 21:21:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F033C43D4C; Wed, 1 Dec 2004 21:21:46 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LLk2W018822; Wed, 1 Dec 2004 21:21:46 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LLkGJ018821; Wed, 1 Dec 2004 21:21:46 GMT (envelope-from markus) Message-Id: <200412012121.iB1LLkGJ018821@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 1 Dec 2004 21:21:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:21:47 -0000 markus 2004-12-01 21:21:46 UTC FreeBSD ports repository Modified files: . modules Log: Remove digikamplugins. It was merged into kipi-plugins. Submitted by: Arjan van Leeuwen Revision Changes Path 1.11479 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:23:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5931016A4CE; Wed, 1 Dec 2004 21:23:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B5E43D3F; Wed, 1 Dec 2004 21:23:38 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LNcdb018906; Wed, 1 Dec 2004 21:23:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LNcSM018905; Wed, 1 Dec 2004 21:23:38 GMT (envelope-from pav) Message-Id: <200412012123.iB1LNcSM018905@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 1 Dec 2004 21:23:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/news/nn Makefile ports/news/nn/files patch-ag X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:23:38 -0000 pav 2004-12-01 21:23:38 UTC FreeBSD ports repository Modified files: news/nn Makefile news/nn/files patch-ag Log: - Fix build on 5.3 PR: ports/74547 Submitted by: Sean Farley Revision Changes Path 1.40 +1 -5 ports/news/nn/Makefile 1.7 +8 -7 ports/news/nn/files/patch-ag From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:24:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9000816A4CE; Wed, 1 Dec 2004 21:24:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C57F43D45; Wed, 1 Dec 2004 21:24:45 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LOjMX018965; Wed, 1 Dec 2004 21:24:45 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LOj1o018964; Wed, 1 Dec 2004 21:24:45 GMT (envelope-from marcus) Message-Id: <200412012124.iB1LOj1o018964@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 1 Dec 2004 21:24:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/glade2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:24:45 -0000 marcus 2004-12-01 21:24:45 UTC FreeBSD ports repository Modified files: devel/glade2 Makefile distinfo pkg-plist Log: Update to 2.6.6. Revision Changes Path 1.60 +1 -2 ports/devel/glade2/Makefile 1.29 +2 -2 ports/devel/glade2/distinfo 1.26 +2 -0 ports/devel/glade2/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:26:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B480E16A4D0; Wed, 1 Dec 2004 21:26:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D5F43D45; Wed, 1 Dec 2004 21:26:12 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LQCSm019092; Wed, 1 Dec 2004 21:26:12 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LQC0j019091; Wed, 1 Dec 2004 21:26:12 GMT (envelope-from markus) Message-Id: <200412012126.iB1LQC0j019091@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 1 Dec 2004 21:26:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/kipi-plugins Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:26:13 -0000 markus 2004-12-01 21:26:12 UTC FreeBSD ports repository Modified files: graphics/kipi-plugins Makefile pkg-plist Log: - Remove two directories from pkg-plist which get already removed by libkipi - Fix path to k3b - Bump PORTEPOCH to aid in portupgrading from digikamplugins Approved by: maintainer Revision Changes Path 1.6 +4 -0 ports/graphics/kipi-plugins/Makefile 1.3 +0 -2 ports/graphics/kipi-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:27:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1EDA16A4CE; Wed, 1 Dec 2004 21:27:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D049F43D39; Wed, 1 Dec 2004 21:27:25 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LRPoD019132; Wed, 1 Dec 2004 21:27:25 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from dumbbell@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LRPIl019131; Wed, 1 Dec 2004 21:27:25 GMT (envelope-from dumbbell) Message-Id: <200412012127.iB1LRPIl019131@repoman.freebsd.org> From: Jean-Sebastien Pedron Date: Wed, 1 Dec 2004 21:27:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:27:26 -0000 dumbbell 2004-12-01 21:27:25 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Add myself as a new src committer Reviewed by: mux Revision Changes Path 1.249 +15 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:33:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90AAA16A4CE; Wed, 1 Dec 2004 21:33:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CBDD43D46; Wed, 1 Dec 2004 21:33:02 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LX2c4019418; Wed, 1 Dec 2004 21:33:02 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LX2JC019417; Wed, 1 Dec 2004 21:33:02 GMT (envelope-from cperciva) Message-Id: <200412012133.iB1LX2JC019417@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:33:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:33:02 -0000 cperciva 2004-12-01 21:33:02 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c sys/fs/procfs procfs_status.c Log: Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. Revision Changes Path 1.86 +13 -1 src/sys/compat/linprocfs/linprocfs.c 1.54 +13 -1 src/sys/fs/procfs/procfs_status.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:33:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C8C616A4CE; Wed, 1 Dec 2004 21:33:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC74F43D3F; Wed, 1 Dec 2004 21:33:35 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LXZSK019478; Wed, 1 Dec 2004 21:33:35 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LXZth019477; Wed, 1 Dec 2004 21:33:35 GMT (envelope-from cperciva) Message-Id: <200412012133.iB1LXZth019477@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:33:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:33:36 -0000 cperciva 2004-12-01 21:33:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/compat/linprocfs linprocfs.c sys/fs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC revision 1.54 of src/sys/fs/procfs/procfs_status.c MFC revision 1.86 of src/sys/compat/linprocfs/linprocfs.c Approved by: so (nectar) Revision Changes Path 1.84.2.1 +13 -1 src/sys/compat/linprocfs/linprocfs.c 1.52.2.1 +13 -1 src/sys/fs/procfs/procfs_status.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:33:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F6EF16A4CE; Wed, 1 Dec 2004 21:33:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C27443D5E; Wed, 1 Dec 2004 21:33:57 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LXvXR019512; Wed, 1 Dec 2004 21:33:57 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LXvaj019511; Wed, 1 Dec 2004 21:33:57 GMT (envelope-from cperciva) Message-Id: <200412012133.iB1LXvaj019511@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:33:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:33:57 -0000 cperciva 2004-12-01 21:33:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/miscfs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC (in the spirit of) revision 1.54 of src/sys/fs/procfs/procfs_status.c Approved by: so (nectar) Revision Changes Path 1.20.2.6 +16 -1 src/sys/miscfs/procfs/procfs_status.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:34:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF23316A4CE; Wed, 1 Dec 2004 21:34:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF20E43D2D; Wed, 1 Dec 2004 21:34:23 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LYNka019626; Wed, 1 Dec 2004 21:34:23 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LYNpt019625; Wed, 1 Dec 2004 21:34:23 GMT (envelope-from cperciva) Message-Id: <200412012134.iB1LYNpt019625@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:34:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Subject: cvs commit: src UPDATING src/sys/compat/linprocfs linprocfs.c src/sys/conf newvers.sh src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:34:24 -0000 cperciva 2004-12-01 21:34:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) . UPDATING sys/compat/linprocfs linprocfs.c sys/conf newvers.sh sys/fs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC revision 1.54 of src/sys/fs/procfs/procfs_status.c MFC revision 1.86 of src/sys/compat/linprocfs/linprocfs.c Approved by: so (nectar) Revision Changes Path 1.342.2.13.2.5 +5 -0 src/UPDATING 1.84.4.1 +13 -1 src/sys/compat/linprocfs/linprocfs.c 1.62.2.15.2.7 +1 -1 src/sys/conf/newvers.sh 1.52.4.1 +13 -1 src/sys/fs/procfs/procfs_status.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:34:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1528116A4CE; Wed, 1 Dec 2004 21:34:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0577143D1F; Wed, 1 Dec 2004 21:34:44 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LYhuJ019728; Wed, 1 Dec 2004 21:34:43 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LYhMM019727; Wed, 1 Dec 2004 21:34:43 GMT (envelope-from cperciva) Message-Id: <200412012134.iB1LYhMM019727@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:34:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src UPDATING src/sys/compat/linprocfs linprocfs.c src/sys/conf newvers.sh src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:34:44 -0000 cperciva 2004-12-01 21:34:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_2) . UPDATING sys/compat/linprocfs linprocfs.c sys/conf newvers.sh sys/fs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC revision 1.54 of src/sys/fs/procfs/procfs_status.c MFC revision 1.86 of src/sys/compat/linprocfs/linprocfs.c Approved by: so (nectar) Revision Changes Path 1.282.2.21 +5 -0 src/UPDATING 1.78.2.1 +13 -1 src/sys/compat/linprocfs/linprocfs.c 1.56.2.20 +1 -1 src/sys/conf/newvers.sh 1.49.2.1 +13 -1 src/sys/fs/procfs/procfs_status.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:35:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9EF16A4CE; Wed, 1 Dec 2004 21:35:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FED643D53; Wed, 1 Dec 2004 21:35:11 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LZBrB019824; Wed, 1 Dec 2004 21:35:11 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LZBZR019823; Wed, 1 Dec 2004 21:35:11 GMT (envelope-from cperciva) Message-Id: <200412012135.iB1LZBZR019823@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:35:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:35:11 -0000 cperciva 2004-12-01 21:35:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_10) . UPDATING sys/conf newvers.sh sys/miscfs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC (in the spirit of) revision 1.54 of src/sys/fs/procfs/procfs_status.c Approved by: so (nectar) Revision Changes Path 1.73.2.90.2.6 +5 -0 src/UPDATING 1.44.2.34.2.7 +1 -1 src/sys/conf/newvers.sh 1.20.2.5.4.1 +16 -1 src/sys/miscfs/procfs/procfs_status.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:35:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C5A16A4CE; Wed, 1 Dec 2004 21:35:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A454043D54; Wed, 1 Dec 2004 21:35:57 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LZvSC019983; Wed, 1 Dec 2004 21:35:57 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LZvTi019982; Wed, 1 Dec 2004 21:35:57 GMT (envelope-from cperciva) Message-Id: <200412012135.iB1LZvTi019982@repoman.freebsd.org> From: Colin Percival Date: Wed, 1 Dec 2004 21:35:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:35:57 -0000 cperciva 2004-12-01 21:35:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_8) . UPDATING sys/conf newvers.sh sys/miscfs/procfs procfs_status.c Log: FreeBSD-SA-04:17.procfs: MFC (in the spirit of) revision 1.54 of src/sys/fs/procfs/procfs_status.c Approved by: so (nectar) Revision Changes Path 1.73.2.80.2.30 +5 -0 src/UPDATING 1.44.2.29.2.28 +1 -1 src/sys/conf/newvers.sh 1.20.2.4.8.2 +16 -1 src/sys/miscfs/procfs/procfs_status.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:36:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73BCD16A4CE; Wed, 1 Dec 2004 21:36:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DB0543D1D; Wed, 1 Dec 2004 21:36:24 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LaO2F020062; Wed, 1 Dec 2004 21:36:24 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LaOMd020061; Wed, 1 Dec 2004 21:36:24 GMT (envelope-from markus) Message-Id: <200412012136.iB1LaOMd020061@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 1 Dec 2004 21:36:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/digikam Makefile distinfo pkg-plist patch-digikam-digikam-albumfolderview.cpp patch-digikam-sqlite-Makefile.in patch-kioslave-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:36:24 -0000 markus 2004-12-01 21:36:24 UTC FreeBSD ports repository Modified files: graphics/digikam Makefile distinfo pkg-plist Added files: graphics/digikam/files patch-digikam-digikam-albumfolderview.cpp patch-digikam-sqlite-Makefile.in Removed files: graphics/digikam/files patch-digikamcameraclient-Makefile.in patch-interfaces-plugin.cpp patch-kioslave-Makefile.in Log: Unbreak by updating to version 0.7 Submitted by: Arjan van Leeuwen (maintainer) Revision Changes Path 1.9 +8 -11 ports/graphics/digikam/Makefile 1.3 +2 -2 ports/graphics/digikam/distinfo 1.1 +11 -0 ports/graphics/digikam/files/patch-digikam-digikam-albumfolderview.cpp (new) 1.1 +11 -0 ports/graphics/digikam/files/patch-digikam-sqlite-Makefile.in (new) 1.2 +0 -11 ports/graphics/digikam/files/patch-digikamcameraclient-Makefile.in (dead) 1.2 +0 -9 ports/graphics/digikam/files/patch-interfaces-plugin.cpp (dead) 1.2 +0 -11 ports/graphics/digikam/files/patch-kioslave-Makefile.in (dead) 1.3 +171 -106 ports/graphics/digikam/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:41:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4A1216A4CF; Wed, 1 Dec 2004 21:41:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA1CC43D39; Wed, 1 Dec 2004 21:41:19 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LfJdZ020272; Wed, 1 Dec 2004 21:41:19 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LfJNx020271; Wed, 1 Dec 2004 21:41:19 GMT (envelope-from markus) Message-Id: <200412012141.iB1LfJNx020271@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 1 Dec 2004 21:41:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefileports/graphics/digikamimageplugins Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:41:20 -0000 markus 2004-12-01 21:41:19 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/digikamimageplugins Makefile distinfo pkg-descr pkg-plist Log: Add digikamimageplugins 0.7.0, a collection of image editor plugins for Digikam. These plugins add new image treatment options like color management, filters, or special effects. Image improvements: - Adjust levels : a plugin to adjust the image histogram levels manually. - Despeckle : A noise reduction filter (using on Gimp 2.0 algorithm). - Unsharp : An unsharped mask image filter (using on Gimp 2.0 algorithm). Special effects: - SolarizeImage : a plugin to solarize an image. - OilPaint : an oil painting effect filter (using Pieter Voloshyn algorithm). - Emboss : an embossed image effect filter (using Pieter Voloshyn algorithm). - Raindrops : adding the visual effect of raindrops to an image (using Pieter Voloshyn algorithm). - Charcoal : a charcoal drawing image effect filter. - FilmGrain : simulate film grain to an image. WWW: http://extragear.kde.org/apps/digikamimageplugins.php Submitted by: Arjan van Leeuwen Revision Changes Path 1.762 +1 -0 ports/graphics/Makefile 1.1 +31 -0 ports/graphics/digikamimageplugins/Makefile (new) 1.1 +2 -0 ports/graphics/digikamimageplugins/distinfo (new) 1.1 +22 -0 ports/graphics/digikamimageplugins/pkg-descr (new) 1.1 +270 -0 ports/graphics/digikamimageplugins/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:41:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEA1F16A4CE; Wed, 1 Dec 2004 21:41:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE05A43D48; Wed, 1 Dec 2004 21:41:32 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LfWHX020324; Wed, 1 Dec 2004 21:41:32 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LfWRg020323; Wed, 1 Dec 2004 21:41:32 GMT (envelope-from markus) Message-Id: <200412012141.iB1LfWRg020323@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 1 Dec 2004 21:41:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:41:33 -0000 markus 2004-12-01 21:41:32 UTC FreeBSD ports repository Modified files: . modules Log: digikamimageplugins --> ports/graphics/digikamimageplugins Revision Changes Path 1.11480 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:46:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF9816A4CE; Wed, 1 Dec 2004 21:46:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0CCB43D39; Wed, 1 Dec 2004 21:46:03 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Lk3RX020584; Wed, 1 Dec 2004 21:46:03 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Lk3dd020583; Wed, 1 Dec 2004 21:46:03 GMT (envelope-from ahze) Message-Id: <200412012146.iB1Lk3dd020583@repoman.freebsd.org> From: Michael Johnson Date: Wed, 1 Dec 2004 21:46:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/faad Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:46:04 -0000 ahze 2004-12-01 21:46:03 UTC FreeBSD ports repository Modified files: audio/faad Makefile Log: Remove old MPEG4IP knobs that are not used anymore Pointed out by: lofi Revision Changes Path 1.31 +0 -7 ports/audio/faad/Makefile From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:46:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FDFD16A4CE; Wed, 1 Dec 2004 21:46:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A05F43D39; Wed, 1 Dec 2004 21:46:15 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LkE2Q020641; Wed, 1 Dec 2004 21:46:14 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LkEL2020640; Wed, 1 Dec 2004 21:46:14 GMT (envelope-from pav) Message-Id: <200412012146.iB1LkEL2020640@repoman.freebsd.org> From: Pav Lucistnik Date: Wed, 1 Dec 2004 21:46:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/pychm Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:46:15 -0000 pav 2004-12-01 21:46:14 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/pychm Makefile distinfo pkg-descr pkg-plist Log: Add pychm, a package that provides bindings for Jed Wing's CHMLIB library. PR: ports/74458 Submitted by: Radek Kozlowski Revision Changes Path 1.766 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/pychm/Makefile (new) 1.1 +2 -0 ports/textproc/pychm/distinfo (new) 1.1 +3 -0 ports/textproc/pychm/pkg-descr (new) 1.1 +12 -0 ports/textproc/pychm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 21:47:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59C8216A4CE; Wed, 1 Dec 2004 21:47:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18AA643D55; Wed, 1 Dec 2004 21:47:52 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1LlpJO020700; Wed, 1 Dec 2004 21:47:51 GMT (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1LlpiX020699; Wed, 1 Dec 2004 21:47:51 GMT (envelope-from rees) Message-Id: <200412012147.iB1LlpiX020699@repoman.freebsd.org> From: Jim Rees Date: Wed, 1 Dec 2004 21:47:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfs4client nfs4_vfs_subs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 21:47:52 -0000 rees 2004-12-01 21:47:51 UTC FreeBSD src repository Modified files: sys/nfs4client nfs4_vfs_subs.c Log: don't confuse NFSMNT_ flags with MNT_ flags in statfs Approved by: alfred Revision Changes Path 1.2 +0 -1 src/sys/nfs4client/nfs4_vfs_subs.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 22:02:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B62F416A4D7; Wed, 1 Dec 2004 22:02:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 929DA43D60; Wed, 1 Dec 2004 22:02:43 +0000 (GMT) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1M2hMm021223; Wed, 1 Dec 2004 22:02:43 GMT (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1M2h1s021222; Wed, 1 Dec 2004 22:02:43 GMT (envelope-from obraun) Message-Id: <200412012202.iB1M2h1s021222@repoman.freebsd.org> From: Oliver Braun Date: Wed, 1 Dec 2004 22:02:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/hs-drift Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:02:43 -0000 obraun 2004-12-01 22:02:43 UTC FreeBSD ports repository Modified files: devel/hs-drift Makefile distinfo Log: Upgrade to 2.1.0. Revision Changes Path 1.16 +1 -1 ports/devel/hs-drift/Makefile 1.7 +2 -2 ports/devel/hs-drift/distinfo From owner-cvs-all@FreeBSD.ORG Wed Dec 1 22:05:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 323F316A4CE; Wed, 1 Dec 2004 22:05:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10BF243D3F; Wed, 1 Dec 2004 22:05:51 +0000 (GMT) (envelope-from rees@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1M5oPh021398; Wed, 1 Dec 2004 22:05:50 GMT (envelope-from rees@repoman.freebsd.org) Received: (from rees@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1M5ojW021397; Wed, 1 Dec 2004 22:05:50 GMT (envelope-from rees) Message-Id: <200412012205.iB1M5ojW021397@repoman.freebsd.org> From: Jim Rees Date: Wed, 1 Dec 2004 22:05:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:05:51 -0000 rees 2004-12-01 22:05:50 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: Add nfs4 to list of net filesystems. Approved by: alfred Revision Changes Path 1.233 +1 -1 src/etc/defaults/rc.conf From owner-cvs-all@FreeBSD.ORG Wed Dec 1 22:14:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58AFC16A4CE; Wed, 1 Dec 2004 22:14:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D01143D70; Wed, 1 Dec 2004 22:14:13 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1MECuC021760; Wed, 1 Dec 2004 22:14:12 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1MECuJ021759; Wed, 1 Dec 2004 22:14:12 GMT (envelope-from arved) Message-Id: <200412012214.iB1MECuJ021759@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 1 Dec 2004 22:14:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/kdar Makefile distinfo pkg-descr pkg-plist ports/sysutils/kdar/files patch-src-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:14:13 -0000 arved 2004-12-01 22:14:12 UTC FreeBSD ports repository Modified files: sysutils/kdar Makefile distinfo pkg-descr pkg-plist Added files: sysutils/kdar/files patch-src-Makefile.in Log: - The author asked to include his name in pkg-descr. - Update to stable version 1.2.0. PR: 71074 Submitted by: Kay Lehmann - Fix PTHREAD_* flags. Revision Changes Path 1.3 +8 -4 ports/sysutils/kdar/Makefile 1.2 +2 -2 ports/sysutils/kdar/distinfo 1.1 +11 -0 ports/sysutils/kdar/files/patch-src-Makefile.in (new) 1.2 +2 -3 ports/sysutils/kdar/pkg-descr 1.2 +49 -48 ports/sysutils/kdar/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 22:19:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51E6316A4CE; Wed, 1 Dec 2004 22:19:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C67743D49; Wed, 1 Dec 2004 22:19:44 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1MJi4Z021931; Wed, 1 Dec 2004 22:19:44 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1MJilm021930; Wed, 1 Dec 2004 22:19:44 GMT (envelope-from arved) Message-Id: <200412012219.iB1MJilm021930@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 1 Dec 2004 22:19:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/nagios-plugins Makefile distinfo patch-check_breeze.pl patch-check_by_ssh.c patch-check_http.c patch-configure.in patch-subst.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:19:44 -0000 arved 2004-12-01 22:19:44 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-plugins Makefile distinfo pkg-plist net-mgmt/nagios-plugins/files patch-check_http.c patch-configure.in Removed files: net-mgmt/nagios-plugins/files patch-check_breeze.pl patch-check_by_ssh.c patch-subst.in Log: Update nagios-plugins port to 1.4.0.alpha1. Fix compilation with radiusclient 0.4.7. PR: 74446 Submitted by: Blaz Zupan Revision Changes Path 1.34 +5 -5 ports/net-mgmt/nagios-plugins/Makefile 1.11 +2 -2 ports/net-mgmt/nagios-plugins/distinfo 1.2 +0 -23 ports/net-mgmt/nagios-plugins/files/patch-check_breeze.pl (dead) 1.4 +0 -20 ports/net-mgmt/nagios-plugins/files/patch-check_by_ssh.c (dead) 1.2 +13 -5 ports/net-mgmt/nagios-plugins/files/patch-check_http.c 1.6 +43 -65 ports/net-mgmt/nagios-plugins/files/patch-configure.in 1.3 +0 -36 ports/net-mgmt/nagios-plugins/files/patch-subst.in (dead) 1.11 +10 -1 ports/net-mgmt/nagios-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Dec 1 22:33:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF81816A4CE; Wed, 1 Dec 2004 22:33:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE7A343D46; Wed, 1 Dec 2004 22:33:46 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1MXkqx022524; Wed, 1 Dec 2004 22:33:46 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1MXk5P022523; Wed, 1 Dec 2004 22:33:46 GMT (envelope-from ahze) Message-Id: <200412012233.iB1MXk5P022523@repoman.freebsd.org> From: Michael Johnson Date: Wed, 1 Dec 2004 22:33:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pkgconfig pkg-descr ports/graphics/librsvg pkg-descr ports/graphics/librsvg2 pkg-descr ports/mail/evolution pkg-descr ports/misc/shared-mime-info pkg-descr ports/www/epiphany pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:33:47 -0000 ahze 2004-12-01 22:33:46 UTC FreeBSD ports repository Modified files: devel/pkgconfig pkg-descr graphics/librsvg pkg-descr graphics/librsvg2 pkg-descr mail/evolution pkg-descr misc/shared-mime-info pkg-descr www/epiphany pkg-descr Log: Update WWW: line Revision Changes Path 1.4 +1 -2 ports/devel/pkgconfig/pkg-descr 1.2 +1 -1 ports/graphics/librsvg/pkg-descr 1.3 +1 -1 ports/graphics/librsvg2/pkg-descr 1.5 +1 -1 ports/mail/evolution/pkg-descr 1.3 +1 -1 ports/misc/shared-mime-info/pkg-descr 1.3 +1 -1 ports/www/epiphany/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Dec 1 22:33:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B74216A50B; Wed, 1 Dec 2004 22:33:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7694E43D45; Wed, 1 Dec 2004 22:33:51 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1MXpqv022574; Wed, 1 Dec 2004 22:33:51 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1MXpMW022573; Wed, 1 Dec 2004 22:33:51 GMT (envelope-from markus) Message-Id: <200412012233.iB1MXpMW022573@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 1 Dec 2004 22:33:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/dclib Makefile ports/net/dclib/files patch-dclib-core-cxml.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:33:51 -0000 markus 2004-12-01 22:33:51 UTC FreeBSD ports repository Modified files: net/dclib Makefile Added files: net/dclib/files patch-dclib-core-cxml.cpp Log: - Add patch to chase latest API-change in libxml2 - Bump PORTREVISION Revision Changes Path 1.19 +1 -0 ports/net/dclib/Makefile 1.1 +23 -0 ports/net/dclib/files/patch-dclib-core-cxml.cpp (new) From owner-cvs-all@FreeBSD.ORG Wed Dec 1 22:51:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 734E316A4CE; Wed, 1 Dec 2004 22:51:45 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id E333543D41; Wed, 1 Dec 2004 22:51:44 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 77B0EAC942; Wed, 1 Dec 2004 23:51:41 +0100 (CET) Date: Wed, 1 Dec 2004 23:51:41 +0100 From: Pawel Jakub Dawidek To: Colin Percival Message-ID: <20041201225141.GA813@darkness.comp.waw.pl> References: <200412012133.iB1LX2JC019417@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <200412012133.iB1LX2JC019417@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 22:51:45 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 01, 2004 at 09:33:02PM +0000, Colin Percival wrote: +> cperciva 2004-12-01 21:33:02 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/compat/linprocfs linprocfs.c=20 +> sys/fs/procfs procfs_status.c=20 +> Log: +> Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. [...] +> @@ -794,10 +795,21 @@ linprocfs_doproccmdline(PFS_FILL_ARGS) +> sizeof(pstr)); +> if (error) +> return (error); +> + if (pstr.ps_nargvstr > ARG_MAX) +> + return (E2BIG); +> + ps_argvstr =3D malloc(pstr.ps_nargvstr * sizeof(char *), +> + M_TEMP, M_WAITOK); +> + error =3D copyin((void *)pstr.ps_argvstr, ps_argvstr, +> + pstr.ps_nargvstr * sizeof(char *)); +> + if (error) { +> + free(ps_argvstr, M_TEMP); +> + return (error); +> + } +> for (i =3D 0; i < pstr.ps_nargvstr; i++) { +> - sbuf_copyin(sb, pstr.ps_argvstr[i], 0); +> + sbuf_copyin(sb, ps_argvstr[i], 0); +> sbuf_printf(sb, "%c", '\0'); +> } +> + free(ps_argvstr, M_TEMP); BTW. Why we don't check sbuf_copyin() return value here? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrkr9ForvXbEpPzQRAiYvAKC5fn2LdkUmuK8SsuEFugpYUYMDgwCgpYVw ngrBdQIMen8N7PC5+IPWIFk= =v/zt -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-cvs-all@FreeBSD.ORG Wed Dec 1 23:14:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEA5B16A4CE; Wed, 1 Dec 2004 23:14:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C1A743D1F; Wed, 1 Dec 2004 23:14:12 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NECLk023864; Wed, 1 Dec 2004 23:14:12 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1NECQl023863; Wed, 1 Dec 2004 23:14:12 GMT (envelope-from marks) Message-Id: <200412012314.iB1NECQl023863@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 1 Dec 2004 23:14:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Subject: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:14:13 -0000 marks 2004-12-01 23:14:12 UTC FreeBSD src repository src/sys/contrib/dev/acpica - Imported sources Update of /home/ncvs/src/sys/contrib/dev/acpica In directory repoman.freebsd.org:/tmp/cvs-serv23815 Log Message: Vendor import of Intel ACPI-CA 20041119 Status: Vendor Tag: INTEL Release Tags: r20041119 C src/sys/contrib/dev/acpica/dbcmds.c U src/sys/contrib/dev/acpica/dbdisply.c U src/sys/contrib/dev/acpica/dbexec.c U src/sys/contrib/dev/acpica/dbfileio.c U src/sys/contrib/dev/acpica/dbhistry.c U src/sys/contrib/dev/acpica/dbinput.c U src/sys/contrib/dev/acpica/dbstats.c U src/sys/contrib/dev/acpica/dbutils.c U src/sys/contrib/dev/acpica/dbxface.c U src/sys/contrib/dev/acpica/dmbuffer.c U src/sys/contrib/dev/acpica/dmnames.c U src/sys/contrib/dev/acpica/dmobject.c U src/sys/contrib/dev/acpica/dmopcode.c U src/sys/contrib/dev/acpica/dmresrc.c U src/sys/contrib/dev/acpica/dmresrcl.c U src/sys/contrib/dev/acpica/dmresrcs.c U src/sys/contrib/dev/acpica/dmutils.c U src/sys/contrib/dev/acpica/dmwalk.c U src/sys/contrib/dev/acpica/evevent.c U src/sys/contrib/dev/acpica/evgpe.c U src/sys/contrib/dev/acpica/evgpeblk.c U src/sys/contrib/dev/acpica/evmisc.c U src/sys/contrib/dev/acpica/evsci.c U src/sys/contrib/dev/acpica/evregion.c U src/sys/contrib/dev/acpica/evrgnini.c U src/sys/contrib/dev/acpica/evxface.c U src/sys/contrib/dev/acpica/evxfevnt.c U src/sys/contrib/dev/acpica/evxfregn.c U src/sys/contrib/dev/acpica/hwacpi.c U src/sys/contrib/dev/acpica/hwgpe.c C src/sys/contrib/dev/acpica/hwregs.c C src/sys/contrib/dev/acpica/hwsleep.c U src/sys/contrib/dev/acpica/hwtimer.c U src/sys/contrib/dev/acpica/acapps.h C src/sys/contrib/dev/acpica/acconfig.h U src/sys/contrib/dev/acpica/acdebug.h U src/sys/contrib/dev/acpica/acdisasm.h U src/sys/contrib/dev/acpica/acdispat.h U src/sys/contrib/dev/acpica/acevents.h U src/sys/contrib/dev/acpica/acexcep.h U src/sys/contrib/dev/acpica/acglobal.h U src/sys/contrib/dev/acpica/achware.h U src/sys/contrib/dev/acpica/acinterp.h U src/sys/contrib/dev/acpica/aclocal.h U src/sys/contrib/dev/acpica/acmacros.h U src/sys/contrib/dev/acpica/acnamesp.h U src/sys/contrib/dev/acpica/acobject.h U src/sys/contrib/dev/acpica/acoutput.h U src/sys/contrib/dev/acpica/acpi.h U src/sys/contrib/dev/acpica/acparser.h C src/sys/contrib/dev/acpica/acpiosxf.h C src/sys/contrib/dev/acpica/acpixf.h U src/sys/contrib/dev/acpica/acresrc.h U src/sys/contrib/dev/acpica/acstruct.h U src/sys/contrib/dev/acpica/actables.h U src/sys/contrib/dev/acpica/actbl.h U src/sys/contrib/dev/acpica/actbl1.h U src/sys/contrib/dev/acpica/actbl2.h U src/sys/contrib/dev/acpica/actypes.h C src/sys/contrib/dev/acpica/acutils.h U src/sys/contrib/dev/acpica/amlcode.h U src/sys/contrib/dev/acpica/amlresrc.h U src/sys/contrib/dev/acpica/acefi.h C src/sys/contrib/dev/acpica/acenv.h U src/sys/contrib/dev/acpica/acfreebsd.h U src/sys/contrib/dev/acpica/acgcc.h U src/sys/contrib/dev/acpica/dsfield.c U src/sys/contrib/dev/acpica/dsinit.c U src/sys/contrib/dev/acpica/dsmethod.c U src/sys/contrib/dev/acpica/dsmthdat.c U src/sys/contrib/dev/acpica/dsobject.c U src/sys/contrib/dev/acpica/dsopcode.c U src/sys/contrib/dev/acpica/dsutils.c U src/sys/contrib/dev/acpica/dswexec.c U src/sys/contrib/dev/acpica/dswload.c U src/sys/contrib/dev/acpica/dswscope.c U src/sys/contrib/dev/acpica/dswstate.c U src/sys/contrib/dev/acpica/exconfig.c U src/sys/contrib/dev/acpica/exconvrt.c U src/sys/contrib/dev/acpica/excreate.c U src/sys/contrib/dev/acpica/exdump.c U src/sys/contrib/dev/acpica/exfield.c C src/sys/contrib/dev/acpica/exfldio.c U src/sys/contrib/dev/acpica/exmisc.c U src/sys/contrib/dev/acpica/exmutex.c U src/sys/contrib/dev/acpica/exnames.c U src/sys/contrib/dev/acpica/exoparg1.c U src/sys/contrib/dev/acpica/exoparg2.c U src/sys/contrib/dev/acpica/exoparg3.c U src/sys/contrib/dev/acpica/exoparg6.c U src/sys/contrib/dev/acpica/exprep.c U src/sys/contrib/dev/acpica/exregion.c U src/sys/contrib/dev/acpica/exresnte.c U src/sys/contrib/dev/acpica/exresolv.c U src/sys/contrib/dev/acpica/exresop.c U src/sys/contrib/dev/acpica/exstore.c U src/sys/contrib/dev/acpica/exstoren.c U src/sys/contrib/dev/acpica/exstorob.c C src/sys/contrib/dev/acpica/exsystem.c U src/sys/contrib/dev/acpica/exutils.c U src/sys/contrib/dev/acpica/psargs.c U src/sys/contrib/dev/acpica/psopcode.c C src/sys/contrib/dev/acpica/psparse.c U src/sys/contrib/dev/acpica/psscope.c U src/sys/contrib/dev/acpica/pstree.c U src/sys/contrib/dev/acpica/psutils.c U src/sys/contrib/dev/acpica/pswalk.c U src/sys/contrib/dev/acpica/psxface.c U src/sys/contrib/dev/acpica/nsaccess.c U src/sys/contrib/dev/acpica/nsalloc.c U src/sys/contrib/dev/acpica/nsdump.c U src/sys/contrib/dev/acpica/nsdumpdv.c U src/sys/contrib/dev/acpica/nseval.c U src/sys/contrib/dev/acpica/nsinit.c U src/sys/contrib/dev/acpica/nsload.c U src/sys/contrib/dev/acpica/nsnames.c U src/sys/contrib/dev/acpica/nsobject.c U src/sys/contrib/dev/acpica/nsparse.c U src/sys/contrib/dev/acpica/nssearch.c U src/sys/contrib/dev/acpica/nsutils.c U src/sys/contrib/dev/acpica/nswalk.c U src/sys/contrib/dev/acpica/nsxfeval.c U src/sys/contrib/dev/acpica/nsxfname.c U src/sys/contrib/dev/acpica/nsxfobj.c U src/sys/contrib/dev/acpica/osunixxf.c U src/sys/contrib/dev/acpica/rsaddr.c U src/sys/contrib/dev/acpica/rscalc.c U src/sys/contrib/dev/acpica/rscreate.c U src/sys/contrib/dev/acpica/rsdump.c U src/sys/contrib/dev/acpica/rsio.c U src/sys/contrib/dev/acpica/rsirq.c U src/sys/contrib/dev/acpica/rslist.c U src/sys/contrib/dev/acpica/rsmemory.c U src/sys/contrib/dev/acpica/rsmisc.c U src/sys/contrib/dev/acpica/rsutils.c U src/sys/contrib/dev/acpica/rsxface.c U src/sys/contrib/dev/acpica/tbconvrt.c C src/sys/contrib/dev/acpica/tbget.c U src/sys/contrib/dev/acpica/tbgetall.c U src/sys/contrib/dev/acpica/tbinstal.c U src/sys/contrib/dev/acpica/tbrsdt.c U src/sys/contrib/dev/acpica/tbutils.c U src/sys/contrib/dev/acpica/tbxface.c U src/sys/contrib/dev/acpica/tbxfroot.c U src/sys/contrib/dev/acpica/utalloc.c U src/sys/contrib/dev/acpica/utclib.c U src/sys/contrib/dev/acpica/utcopy.c U src/sys/contrib/dev/acpica/utdebug.c U src/sys/contrib/dev/acpica/utdelete.c U src/sys/contrib/dev/acpica/uteval.c C src/sys/contrib/dev/acpica/utglobal.c U src/sys/contrib/dev/acpica/utinit.c U src/sys/contrib/dev/acpica/utmath.c U src/sys/contrib/dev/acpica/utmisc.c U src/sys/contrib/dev/acpica/utobject.c U src/sys/contrib/dev/acpica/utxface.c U src/sys/contrib/dev/acpica/CHANGES.txt U src/sys/contrib/dev/acpica/common/adisasm.c U src/sys/contrib/dev/acpica/common/getopt.c U src/sys/contrib/dev/acpica/compiler/aslanalyze.c U src/sys/contrib/dev/acpica/compiler/aslcodegen.c U src/sys/contrib/dev/acpica/compiler/aslcompile.c U src/sys/contrib/dev/acpica/compiler/aslcompiler.h U src/sys/contrib/dev/acpica/compiler/aslcompiler.l U src/sys/contrib/dev/acpica/compiler/aslcompiler.y U src/sys/contrib/dev/acpica/compiler/aslerror.c U src/sys/contrib/dev/acpica/compiler/aslfiles.c U src/sys/contrib/dev/acpica/compiler/aslfold.c U src/sys/contrib/dev/acpica/compiler/aslglobal.h U src/sys/contrib/dev/acpica/compiler/asllength.c U src/sys/contrib/dev/acpica/compiler/asllisting.c U src/sys/contrib/dev/acpica/compiler/aslload.c U src/sys/contrib/dev/acpica/compiler/asllookup.c U src/sys/contrib/dev/acpica/compiler/aslmain.c U src/sys/contrib/dev/acpica/compiler/aslmap.c U src/sys/contrib/dev/acpica/compiler/aslopcodes.c U src/sys/contrib/dev/acpica/compiler/asloperands.c U src/sys/contrib/dev/acpica/compiler/aslopt.c U src/sys/contrib/dev/acpica/compiler/aslresource.c U src/sys/contrib/dev/acpica/compiler/aslrestype1.c U src/sys/contrib/dev/acpica/compiler/aslrestype2.c U src/sys/contrib/dev/acpica/compiler/aslstubs.c U src/sys/contrib/dev/acpica/compiler/asltransform.c U src/sys/contrib/dev/acpica/compiler/asltree.c U src/sys/contrib/dev/acpica/compiler/asltypes.h U src/sys/contrib/dev/acpica/compiler/aslutils.c 13 conflicts created by this import. Use the following command to help the merge: cvs checkout -jINTEL:yesterday -jINTEL src/sys/contrib/dev/acpica From owner-cvs-all@FreeBSD.ORG Wed Dec 1 23:16:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3362516A4D5; Wed, 1 Dec 2004 23:16:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B30C643D45; Wed, 1 Dec 2004 23:16:38 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NGcE0024835; Wed, 1 Dec 2004 23:16:38 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1NGcmu024834; Wed, 1 Dec 2004 23:16:38 GMT (envelope-from phk) Message-Id: <200412012316.iB1NGcmu024834@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 1 Dec 2004 23:16:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/coda coda_vnops.c coda_vnops.h src/sys/conf kern.post.mk src/sys/fs/deadfs dead_vnops.c src/sys/fs/devfs devfs_vnops.c src/sys/fs/fdescfs fdesc_vnops.c src/sys/fs/fifofs fifo.h fifo_vnops.c src/sys/fs/hpfs hpfs.h hpfs_vfsops.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:16:39 -0000 phk 2004-12-01 23:16:38 UTC FreeBSD src repository Modified files: sys/coda coda_vnops.c coda_vnops.h sys/conf kern.post.mk sys/fs/deadfs dead_vnops.c sys/fs/devfs devfs_vnops.c sys/fs/fdescfs fdesc_vnops.c sys/fs/fifofs fifo.h fifo_vnops.c sys/fs/hpfs hpfs.h hpfs_vfsops.c hpfs_vnops.c sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_vnops.c sys/fs/ntfs ntfs.h ntfs_vfsops.c ntfs_vnops.c sys/fs/nullfs null.h null_subr.c null_vfsops.c null_vnops.c sys/fs/nwfs nwfs.h nwfs_node.c nwfs_vnops.c sys/fs/portalfs portal.h portal_vfsops.c portal_vnops.c sys/fs/pseudofs pseudofs_vncache.c pseudofs_vnops.c sys/fs/smbfs smbfs_node.c smbfs_vnops.c sys/fs/udf udf_vnops.c sys/fs/umapfs umap.h umap_vnops.c sys/fs/unionfs union.h union_subr.c union_vnops.c sys/gnu/ext2fs ext2_extern.h ext2_vfsops.c ext2_vnops.c sys/isofs/cd9660 cd9660_vfsops.c cd9660_vnops.c iso.h sys/kern vfs_default.c vfs_init.c vfs_subr.c sys/nfs4client nfs4_vnops.c sys/nfsclient nfs_node.c nfs_subs.c nfs_vnops.c nfsnode.h sys/posix4 posix4_mib.c sys/sys vnode.h sys/tools vnode_if.awk sys/ufs/ffs ffs_extern.h ffs_vfsops.c ffs_vnops.c sys/ufs/ufs ufs_extern.h ufs_vnops.c Log: Back when VOP_* was introduced, we did not have new-style struct initializations but we did have lofty goals and big ideals. Adjust to more contemporary circumstances and gain type checking. Replace the entire vop_t frobbing thing with properly typed structures. The only casualty is that we can not add a new VOP_ method with a loadable module. History has not given us reason to belive this would ever be feasible in the the first place. Eliminate in toto VOCALL(), vop_t, VNODEOP_SET() etc. Give coda correct prototypes and function definitions for all vop_()s. Generate a bit more data from the vnode_if.src file: a struct vop_vector and protype typedefs for all vop methods. Add a new vop_bypass() and make vop_default be a pointer to another struct vop_vector. Remove a lot of vfs_init since vop_vector is ready to use from the compiler. Cast various vop_mumble() to void * with uppercase name, for instance VOP_PANIC, VOP_NULL etc. Implement VCALL() by making vdesc_offset the offsetof() the relevant function pointer in vop_vector. This is disgusting but since the code is generated by a script comparatively safe. The alternative for nullfs etc. would be much worse. Fix up all vnode method vectors to remove casts so they become typesafe. (The bulk of this is generated by scripts) Revision Changes Path 1.55 +70 -157 src/sys/coda/coda_vnops.c 1.14 +27 -27 src/sys/coda/coda_vnops.h 1.74 +2 -0 src/sys/conf/kern.post.mk 1.43 +27 -33 src/sys/fs/deadfs/dead_vnops.c 1.88 +48 -61 src/sys/fs/devfs/devfs_vnops.c 1.96 +14 -19 src/sys/fs/fdescfs/fdesc_vnops.c 1.19 +0 -2 src/sys/fs/fifofs/fifo.h 1.108 +25 -41 src/sys/fs/fifofs/fifo_vnops.c 1.16 +1 -1 src/sys/fs/hpfs/hpfs.h 1.42 +1 -1 src/sys/fs/hpfs/hpfs_vfsops.c 1.55 +22 -30 src/sys/fs/hpfs/hpfs_vnops.c 1.29 +1 -1 src/sys/fs/msdosfs/denode.h 1.76 +1 -1 src/sys/fs/msdosfs/msdosfs_denode.c 1.154 +27 -33 src/sys/fs/msdosfs/msdosfs_vnops.c 1.18 +1 -1 src/sys/fs/ntfs/ntfs.h 1.67 +1 -1 src/sys/fs/ntfs/ntfs_vfsops.c 1.46 +26 -40 src/sys/fs/ntfs/ntfs_vnops.c 1.21 +1 -1 src/sys/fs/nullfs/null.h 1.44 +1 -1 src/sys/fs/nullfs/null_subr.c 1.66 +1 -1 src/sys/fs/nullfs/null_vfsops.c 1.69 +21 -27 src/sys/fs/nullfs/null_vnops.c 1.7 +3 -0 src/sys/fs/nwfs/nwfs.h 1.31 +1 -3 src/sys/fs/nwfs/nwfs_node.c 1.33 +28 -34 src/sys/fs/nwfs/nwfs_vnops.c 1.9 +1 -1 src/sys/fs/portalfs/portal.h 1.53 +1 -1 src/sys/fs/portalfs/portal_vfsops.c 1.67 +11 -17 src/sys/fs/portalfs/portal_vnops.c 1.27 +2 -2 src/sys/fs/pseudofs/pseudofs_vncache.c 1.47 +25 -32 src/sys/fs/pseudofs/pseudofs_vnops.c 1.21 +2 -2 src/sys/fs/smbfs/smbfs_node.c 1.49 +31 -38 src/sys/fs/smbfs/smbfs_vnops.c 1.42 +15 -20 src/sys/fs/udf/udf_vnops.c 1.18 +0 -1 src/sys/fs/umapfs/umap.h 1.42 +9 -15 src/sys/fs/umapfs/umap_vnops.c 1.30 +1 -1 src/sys/fs/unionfs/union.h 1.81 +4 -4 src/sys/fs/unionfs/union_subr.c 1.116 +50 -56 src/sys/fs/unionfs/union_vnops.c 1.33 +3 -3 src/sys/gnu/ext2fs/ext2_extern.h 1.133 +2 -2 src/sys/gnu/ext2fs/ext2_vfsops.c 1.92 +50 -61 src/sys/gnu/ext2fs/ext2_vnops.c 1.126 +2 -2 src/sys/isofs/cd9660/cd9660_vfsops.c 1.105 +23 -34 src/sys/isofs/cd9660/cd9660_vnops.c 1.29 +2 -3 src/sys/isofs/cd9660/iso.h 1.109 +25 -42 src/sys/kern/vfs_default.c 1.74 +21 -263 src/sys/kern/vfs_init.c 1.554 +16 -22 src/sys/kern/vfs_subr.c 1.17 +29 -64 src/sys/nfs4client/nfs4_vnops.c 1.69 +2 -2 src/sys/nfsclient/nfs_node.c 1.134 +1 -1 src/sys/nfsclient/nfs_subs.c 1.232 +45 -55 src/sys/nfsclient/nfs_vnops.c 1.48 +3 -3 src/sys/nfsclient/nfsnode.h 1.9 +1 -0 src/sys/posix4/posix4_mib.c 1.258 +17 -31 src/sys/sys/vnode.h 1.42 +50 -7 src/sys/tools/vnode_if.awk 1.62 +2 -2 src/sys/ufs/ffs/ffs_extern.h 1.258 +2 -2 src/sys/ufs/ffs/ffs_vfsops.c 1.144 +32 -43 src/sys/ufs/ffs/ffs_vnops.c 1.53 +3 -3 src/sys/ufs/ufs/ufs_extern.h 1.252 +66 -95 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 23:17:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61FE916A4CE; Wed, 1 Dec 2004 23:17:33 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C81043D45; Wed, 1 Dec 2004 23:17:32 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 9A5C0ACDD0; Thu, 2 Dec 2004 00:17:30 +0100 (CET) Date: Thu, 2 Dec 2004 00:17:30 +0100 From: Pawel Jakub Dawidek To: John Baldwin Message-ID: <20041201231730.GB813@darkness.comp.waw.pl> References: <200412012105.iB1L52xX017823@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fba/0zbH8Xs+Fj9o" Content-Disposition: inline In-Reply-To: <200412012105.iB1L52xX017823@repoman.freebsd.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:17:33 -0000 --Fba/0zbH8Xs+Fj9o Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 01, 2004 at 09:05:02PM +0000, John Baldwin wrote: +> jhb 2004-12-01 21:05:02 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/dev/acpica acpi_pci_link.c=20 +> Log: +> - Do a better job of handling any Dependent Functions (aka DPFs) that = appear +> in the _PRS or _CRS of link devices. If faced with multiple DPFs in= a +> _PRS, we just use the first one. We assume that if _CRS has DPF tag= s they +> only contain a single set since multiple DPFs wouldn't make any sens= e. In +> practice, the only DPFs I've seen so far for link devices are that t= he one +> IRQ resource is surrounded by a DPF tag pair for no apparent reason,= and +> this should handle that case fine now. +> - Only allocate link structures for IRQ resources for link devices rat= her +> than allocating a link structure for every resource. On my box things looks much worse (not sure if this is related): Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) XEON(TM) CPU 1.80GHz (1799.75-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0xf24 Stepping =3D 4 Features=3D0x3febfbff Hyperthreading: 2 logical CPUs real memory =3D 1073741824 (1024 MB) avail memory =3D 1046126592 (997 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid =3D 0; apic id =3D 00 fault virtual address =3D 0x9 fault code =3D supervisor write, page not present instruction pointer =3D 0x8:0xc05ac7c9 stack pointer =3D 0x10:0xc0820cb4 frame pointer =3D 0x10:0xc0820cd0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D resume, IOPL =3D 0 current process =3D 0 (swapper) [thread pid 0 tid 0 ] Stopped at cpu_fork+0x1a1: incl 0x8(%eax) db> tr Tracing pid 0 tid 0 td 0xc0617e20 cpu_fork(c0617e20,c1e8b000,c1e83300,60034,c1e8b068,0,c05cd0e1,287,c0619fe0,= c05cd0e1,283) at cpu_fork+0x1a1 fork1(c0617e20,60034,0,c0820d4c) at fork1+0xbe5 kthread_create(c0488eac,0,0,40000,0) at kthread_create+0x33 ktrace_init(0,c1e70f70,81ec00,81e000,828000) at ktrace_init+0xac mi_startup() at mi_startup+0xb3 begin() at begin+0x2c db>=20 --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Fba/0zbH8Xs+Fj9o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBrlEKForvXbEpPzQRAtepAKCyT0LEVxrNbd3KK8I5BL00DcaoBACg+lqQ u6xNLwNpalsW//jHCMzWXeQ= =F4p/ -----END PGP SIGNATURE----- --Fba/0zbH8Xs+Fj9o-- From owner-cvs-all@FreeBSD.ORG Wed Dec 1 23:23:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79EC216A4CE; Wed, 1 Dec 2004 23:23:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5516743D41; Wed, 1 Dec 2004 23:23:14 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NNEkS025244; Wed, 1 Dec 2004 23:23:14 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1NNEtN025243; Wed, 1 Dec 2004 23:23:14 GMT (envelope-from peter) Message-Id: <200412012323.iB1NNEtN025243@repoman.freebsd.org> From: Peter Wemm Date: Wed, 1 Dec 2004 23:23:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:23:14 -0000 peter 2004-12-01 23:23:14 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Do not leave build droppings in /usr/src for usr.sbin/pcvt/keycap and usr.bin/lex/lib for the 32 bit libraries on amd64. Add an explicit obj for these two directories that are built in for the "libraries" target. Revision Changes Path 1.459 +4 -0 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Wed Dec 1 23:29:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9C816A4CF for ; Wed, 1 Dec 2004 23:29:00 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58AED43D31 for ; Wed, 1 Dec 2004 23:28:59 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: (qmail 11490 invoked by uid 89); 1 Dec 2004 23:32:53 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 1 Dec 2004 23:32:53 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id 529DF11846; Thu, 2 Dec 2004 01:28:58 +0200 (EET) Date: Thu, 2 Dec 2004 01:28:58 +0200 From: Ion-Mihai Tetcu To: Markus Brueffer Message-ID: <20041202012858.4d2f8b0d@it.buh.tecnik93.com> In-Reply-To: <200412012233.iB1MXpMW022573@repoman.freebsd.org> References: <200412012233.iB1MXpMW022573@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/dclib Makefile ports/net/dclib/files patch-dclib-core-cxml.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:29:00 -0000 On Wed, 1 Dec 2004 22:33:51 +0000 (UTC) Markus Brueffer wrote: > markus 2004-12-01 22:33:51 UTC > > FreeBSD ports repository > > Modified files: > net/dclib Makefile > Added files: > net/dclib/files patch-dclib-core-cxml.cpp > Log: > - Add patch to chase latest API-change in libxml2 > - Bump PORTREVISION Many thanks, I was hacking around this in the last few days as after a portupgrade -af it nicely wiped out my config files, etc. -- IOnut Unregistered ;) FreeBSD "user" From owner-cvs-all@FreeBSD.ORG Wed Dec 1 23:34:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A97D016A4CE; Wed, 1 Dec 2004 23:34:07 +0000 (GMT) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C01A43D48; Wed, 1 Dec 2004 23:34:07 +0000 (GMT) (envelope-from marks@ripe.net) Received: by postman.ripe.net (Postfix, from userid 8) id 77D4A25550; Thu, 2 Dec 2004 00:34:06 +0100 (CET) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id 4D73724822; Thu, 2 Dec 2004 00:34:04 +0100 (CET) Received: from ripe.net (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id iB1NY4LE023345; Thu, 2 Dec 2004 00:34:04 +0100 Received: (nullmailer pid 6207 invoked by uid 1001); Wed, 01 Dec 2004 23:34:03 -0000 Date: Thu, 2 Dec 2004 00:34:03 +0100 From: Mark Santcroos To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041201233403.GA5621@laptop.6bone.nl> References: <200412012314.iB1NECQl023863@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412012314.iB1NECQl023863@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Handles: MS6-6BONE, MS18417-RIPE X-RIPE-Spam-Level: X-RIPE-Spam-Tests: ALL_TRUSTED,BAYES_00 X-RIPE-Spam-Status: N 0.000067 / -5.9 X-RIPE-Signature: d0b8a3ed3cb0a1f9c78cb11c8102cf87 Subject: Re: cvs commit: src/sys/contrib/dev/acpica - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:34:07 -0000 On Wed, Dec 01, 2004 at 11:14:12PM +0000, Mark Santcroos wrote: > marks 2004-12-01 23:14:12 UTC > > FreeBSD src repository > > src/sys/contrib/dev/acpica - Imported sources > Update of /home/ncvs/src/sys/contrib/dev/acpica > In directory repoman.freebsd.org:/tmp/cvs-serv23815 > > Log Message: > Vendor import of Intel ACPI-CA 20041119 Approved by: njl MFC after: 1 week -- RIPE NCC - Delft University of Technology - The FreeBSD Project marks@ripe.net - m.a.santcroos@ewi.tudelft.nl - marks@freebsd.org From owner-cvs-all@FreeBSD.ORG Wed Dec 1 23:34:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7D3216A4CE; Wed, 1 Dec 2004 23:34:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4A4143D45; Wed, 1 Dec 2004 23:34:39 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NYd8F025607; Wed, 1 Dec 2004 23:34:39 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1NYdfk025606; Wed, 1 Dec 2004 23:34:39 GMT (envelope-from marks) Message-Id: <200412012334.iB1NYdfk025606@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 1 Dec 2004 23:34:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica acconfig.h acenv.h acpiosxf.h acpixf.h acutils.h exfldio.c exsystem.c psparse.c tbget.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:34:39 -0000 marks 2004-12-01 23:34:39 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica acconfig.h acenv.h acpiosxf.h acpixf.h acutils.h exfldio.c exsystem.c psparse.c tbget.c Log: Unchanged files that are off the vendor branch. Approved by: njl MFC after: 1 week Revision Changes Path 1.32 +3 -3 src/sys/contrib/dev/acpica/acconfig.h 1.10 +4 -2 src/sys/contrib/dev/acpica/acenv.h 1.16 +16 -10 src/sys/contrib/dev/acpica/acpiosxf.h 1.22 +9 -0 src/sys/contrib/dev/acpica/acpixf.h 1.13 +18 -4 src/sys/contrib/dev/acpica/acutils.h 1.23 +19 -21 src/sys/contrib/dev/acpica/exfldio.c 1.11 +3 -4 src/sys/contrib/dev/acpica/exsystem.c 1.25 +106 -132 src/sys/contrib/dev/acpica/psparse.c 1.15 +4 -1 src/sys/contrib/dev/acpica/tbget.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 23:39:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEE6E16A4CF; Wed, 1 Dec 2004 23:39:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB13243D5C; Wed, 1 Dec 2004 23:39:45 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1Ndje7025861; Wed, 1 Dec 2004 23:39:45 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Ndj0S025860; Wed, 1 Dec 2004 23:39:45 GMT (envelope-from marks) Message-Id: <200412012339.iB1Ndj0S025860@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 1 Dec 2004 23:39:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica dbcmds.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:39:46 -0000 marks 2004-12-01 23:39:45 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica dbcmds.c Log: Local change: Put various debugging options under ACPI_DISASSEMBLER. Approved by: njl MFC after: 1 week Revision Changes Path 1.14 +83 -1 src/sys/contrib/dev/acpica/dbcmds.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 23:40:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F219716A4D4; Wed, 1 Dec 2004 23:40:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF1A43D53; Wed, 1 Dec 2004 23:40:48 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NemiN025990; Wed, 1 Dec 2004 23:40:48 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1Nemo9025989; Wed, 1 Dec 2004 23:40:48 GMT (envelope-from marks) Message-Id: <200412012340.iB1Nemo9025989@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 1 Dec 2004 23:40:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica hwsleep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:40:49 -0000 marks 2004-12-01 23:40:48 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica hwsleep.c Log: Local change: In the resume path, give up after waiting for a while for WAK_STS to be set. Some BIOSs never set it. Approved by: njl MFC after: 1 week Revision Changes Path 1.18 +8 -7 src/sys/contrib/dev/acpica/hwsleep.c From owner-cvs-all@FreeBSD.ORG Wed Dec 1 23:42:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6154E16A4CE; Wed, 1 Dec 2004 23:42:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326CE43D49; Wed, 1 Dec 2004 23:42:22 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB1NgMgn026056; Wed, 1 Dec 2004 23:42:22 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB1NgMnv026055; Wed, 1 Dec 2004 23:42:22 GMT (envelope-from marks) Message-Id: <200412012342.iB1NgMnv026055@repoman.freebsd.org> From: Mark Santcroos Date: Wed, 1 Dec 2004 23:42:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/dev/acpica hwregs.c uteval.c utglobal.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:42:22 -0000 marks 2004-12-01 23:42:22 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica hwregs.c uteval.c utglobal.c Log: Local change: Remove warnings from vendor files. Approved by: njl MFC after: 1 week Revision Changes Path 1.4 +51 -60 src/sys/contrib/dev/acpica/hwregs.c 1.4 +1 -1 src/sys/contrib/dev/acpica/uteval.c 1.17 +2 -1 src/sys/contrib/dev/acpica/utglobal.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:05:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4090A16A4CE; Thu, 2 Dec 2004 00:05:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C14B43D2D; Thu, 2 Dec 2004 00:05:03 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2052sP026812; Thu, 2 Dec 2004 00:05:03 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2052am026811; Thu, 2 Dec 2004 00:05:02 GMT (envelope-from marks) Message-Id: <200412020005.iB2052am026811@repoman.freebsd.org> From: Mark Santcroos Date: Thu, 2 Dec 2004 00:05:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Subject: cvs commit: src/sys/contrib/dev/acpica osunixxf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:05:03 -0000 marks 2004-12-02 00:05:02 UTC FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica osunixxf.c Log: Local change: Supporting code not yet available, use previous behavior instead for the time being. Intel should fix this. Note that if this commit is correct, it is made on the vendor branch. We expect the Intel folks to fix it, and we don't want to unnecessarily take files off the vendor branch. Approved by: njl MFC after: 1 week Revision Changes Path 1.1.1.8 +9 -1 src/sys/contrib/dev/acpica/osunixxf.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:12:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB8E16A4CE; Thu, 2 Dec 2004 00:12:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D10743D1F; Thu, 2 Dec 2004 00:12:20 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20CJwJ027116; Thu, 2 Dec 2004 00:12:19 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20CJeM027115; Thu, 2 Dec 2004 00:12:19 GMT (envelope-from marks) Message-Id: <200412020012.iB20CJeM027115@repoman.freebsd.org> From: Mark Santcroos Date: Thu, 2 Dec 2004 00:12:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Subject: cvs commit: src/sys/contrib/dev/acpica osunixxf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:12:20 -0000 marks 2004-12-02 00:12:19 UTC FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica osunixxf.c Log: Oops, remove unnecessary cast in original, out-commented code. This was a debug leftover. MFC after: 1 week Revision Changes Path 1.1.1.9 +1 -1 src/sys/contrib/dev/acpica/osunixxf.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:15:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 724BC16A4CE; Thu, 2 Dec 2004 00:15:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 509B243D4C; Thu, 2 Dec 2004 00:15:44 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20Fi60027350; Thu, 2 Dec 2004 00:15:44 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20FiIM027349; Thu, 2 Dec 2004 00:15:44 GMT (envelope-from lofi) Message-Id: <200412020015.iB20FiIM027349@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 2 Dec 2004 00:15:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.kde.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:15:44 -0000 lofi 2004-12-02 00:15:44 UTC FreeBSD ports repository Modified files: Mk bsd.kde.mk Log: Sync with ports. Revision Changes Path 1.43 +2 -2 ports/Mk/bsd.kde.mk From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:18:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B578A16A4CE; Thu, 2 Dec 2004 00:18:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C5443D45; Thu, 2 Dec 2004 00:18:06 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20I60w027425; Thu, 2 Dec 2004 00:18:06 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20I6BA027424; Thu, 2 Dec 2004 00:18:06 GMT (envelope-from lofi) Message-Id: <200412020018.iB20I6BA027424@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 2 Dec 2004 00:18:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.kde.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:18:06 -0000 lofi 2004-12-02 00:18:06 UTC FreeBSD ports repository Modified files: Mk bsd.kde.mk Log: Argh argh argh argh. Full reverse! Revision Changes Path 1.44 +2 -2 ports/Mk/bsd.kde.mk From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:20:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C1EA16A4CF; Thu, 2 Dec 2004 00:20:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CEC43D46; Thu, 2 Dec 2004 00:20:58 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20Kw2D027625; Thu, 2 Dec 2004 00:20:58 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20KwtJ027624; Thu, 2 Dec 2004 00:20:58 GMT (envelope-from edwin) Message-Id: <200412020020.iB20KwtJ027624@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 2 Dec 2004 00:20:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefileports/sysutils/pear-File_Gettext Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:20:59 -0000 edwin 2004-12-02 00:20:58 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/pear-File_Gettext Makefile distinfo pkg-descr Log: New port: sysutils/pear-File_Gettext PEAR GNU Gettext file parser Reader and writer for GNU PO and MO files. PR: ports/74585 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.601 +1 -0 ports/sysutils/Makefile 1.1 +32 -0 ports/sysutils/pear-File_Gettext/Makefile (new) 1.1 +2 -0 ports/sysutils/pear-File_Gettext/distinfo (new) 1.1 +3 -0 ports/sysutils/pear-File_Gettext/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:21:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6180B16A4CE; Thu, 2 Dec 2004 00:21:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3356443D55; Thu, 2 Dec 2004 00:21:13 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20LDRB027684; Thu, 2 Dec 2004 00:21:13 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20LDO3027683; Thu, 2 Dec 2004 00:21:13 GMT (envelope-from edwin) Message-Id: <200412020021.iB20LDO3027683@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 2 Dec 2004 00:21:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:21:13 -0000 edwin 2004-12-02 00:21:13 UTC FreeBSD ports repository Modified files: . modules Log: pear-File_Gettext --> ports/sysutils/pear-File_Gettext Revision Changes Path 1.11481 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:21:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 336E216A4CF; Thu, 2 Dec 2004 00:21:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CB843D46; Thu, 2 Dec 2004 00:21:25 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20LPSR027739; Thu, 2 Dec 2004 00:21:25 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20LPLo027738; Thu, 2 Dec 2004 00:21:25 GMT (envelope-from edwin) Message-Id: <200412020021.iB20LPLo027738@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 2 Dec 2004 00:21:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/pear-HTML_Javascript Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:21:25 -0000 edwin 2004-12-02 00:21:25 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-HTML_Javascript Makefile distinfo pkg-descr Log: New port: devel/pear-HTML_Javascript Provides an interface for creating simple JS scripts Provides two classes: HTML_Javascript for performing basic JS operations. HTML_Javascript_Convert for converting variables. Allow output data to a file, to the standart output(print), or return. PR: ports/74584 Submitted by: Antônio Carlos Venâncio Júnior Revision Changes Path 1.1757 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/pear-HTML_Javascript/Makefile (new) 1.1 +2 -0 ports/devel/pear-HTML_Javascript/distinfo (new) 1.1 +6 -0 ports/devel/pear-HTML_Javascript/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:21:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28F1816A4F6; Thu, 2 Dec 2004 00:21:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 056E943D1D; Thu, 2 Dec 2004 00:21:37 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20LaxI027785; Thu, 2 Dec 2004 00:21:36 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20Larl027784; Thu, 2 Dec 2004 00:21:36 GMT (envelope-from edwin) Message-Id: <200412020021.iB20Larl027784@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 2 Dec 2004 00:21:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:21:37 -0000 edwin 2004-12-02 00:21:36 UTC FreeBSD ports repository Modified files: . modules Log: pear-HTML_Javascript --> ports/devel/pear-HTML_Javascript Revision Changes Path 1.11482 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:25:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F77F16A4CE; Thu, 2 Dec 2004 00:25:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BE643D39; Thu, 2 Dec 2004 00:25:13 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20PDKB027928; Thu, 2 Dec 2004 00:25:13 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20PCQJ027927; Thu, 2 Dec 2004 00:25:12 GMT (envelope-from lesi) Message-Id: <200412020025.iB20PCQJ027927@repoman.freebsd.org> From: Dejan Lesjak Date: Thu, 2 Dec 2004 00:25:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/rosegarden Makefileports/audio/rosegarden/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:25:13 -0000 lesi 2004-12-02 00:25:12 UTC FreeBSD ports repository Modified files: audio/rosegarden Makefile audio/rosegarden/files patch-aa Log: Fix location of true(1) in configure.in. This problem is masked if makedepend (a part of imake) is installed as configure looks for it first. If it cannot find it it just uses true(1) instead. Since upgrade of X.Org ports to 6.8.1, makedepend is no longer necessary there at build time. Tell it that true actually lives in /usr/bin as putting this in CONFIGURE_ENV doesn't work. Revision Changes Path 1.22 +0 -1 ports/audio/rosegarden/Makefile 1.9 +13 -2 ports/audio/rosegarden/files/patch-aa From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:25:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 194AA16A549; Thu, 2 Dec 2004 00:25:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E777A43D39; Thu, 2 Dec 2004 00:25:35 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20PZLO028012; Thu, 2 Dec 2004 00:25:35 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20PZXJ028011; Thu, 2 Dec 2004 00:25:35 GMT (envelope-from marks) Message-Id: <200412020025.iB20PZXJ028011@repoman.freebsd.org> From: Mark Santcroos Date: Thu, 2 Dec 2004 00:25:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_acad.c acpi_cmbat.c src/sys/dev/acpica/Osd OsdInterrupt.c OsdSchedule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:25:36 -0000 marks 2004-12-02 00:25:35 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_acad.c acpi_cmbat.c sys/dev/acpica/Osd OsdInterrupt.c OsdSchedule.c Log: Catch up with AcpiOsSleep() interface change. Catch up with some #define's renaming. Implement AcpiOsGetTimer() as per ACPI 3.0. Approved by: njl MFC after: 1 week Revision Changes Path 1.19 +2 -2 src/sys/dev/acpica/Osd/OsdInterrupt.c 1.30 +27 -7 src/sys/dev/acpica/Osd/OsdSchedule.c 1.32 +1 -1 src/sys/dev/acpica/acpi_acad.c 1.38 +1 -1 src/sys/dev/acpica/acpi_cmbat.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:28:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 275A116A4CE; Thu, 2 Dec 2004 00:28:09 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D77343D69; Thu, 2 Dec 2004 00:28:08 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id C94B75CA25; Wed, 1 Dec 2004 16:28:08 -0800 (PST) Date: Wed, 1 Dec 2004 16:28:08 -0800 From: Alfred Perlstein To: Poul-Henning Kamp Message-ID: <20041202002808.GZ69608@elvis.mu.org> References: <200412012018.iB1KIuGN009692@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412012018.iB1KIuGN009692@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/nfs4client nfs4_vnops.c src/sys/nfsclient nfsnode.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:28:09 -0000 * Poul-Henning Kamp [041201 12:18] wrote: > phk 2004-12-01 20:18:56 UTC > > FreeBSD src repository > > Modified files: > sys/nfs4client nfs4_vnops.c > sys/nfsclient nfsnode.h > Log: > Remove redundant functions (repo-copied from nfsclient) for dealing with > fifos. Thank you! -- - Alfred Perlstein From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:33:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF0AB16A4CE; Thu, 2 Dec 2004 00:33:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3AE43D5E; Thu, 2 Dec 2004 00:33:28 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20XST2028272; Thu, 2 Dec 2004 00:33:28 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20XSQC028271; Thu, 2 Dec 2004 00:33:28 GMT (envelope-from lesi) Message-Id: <200412020033.iB20XSQC028271@repoman.freebsd.org> From: Dejan Lesjak Date: Thu, 2 Dec 2004 00:33:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/wm2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:33:29 -0000 lesi 2004-12-02 00:33:28 UTC FreeBSD ports repository Modified files: x11-wm/wm2 Makefile Log: Since imake is no longer necessary present at build time as consequence of having USE_X_PREFIX defined, request its presence explicitly as makedepend (a part of imake port) is needed to build. Revision Changes Path 1.12 +2 -0 ports/x11-wm/wm2/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:37:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A1016A4CE; Thu, 2 Dec 2004 00:37:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5583543D2F; Thu, 2 Dec 2004 00:37:30 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB20bUkO028429; Thu, 2 Dec 2004 00:37:30 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB20bUwn028428; Thu, 2 Dec 2004 00:37:30 GMT (envelope-from lesi) Message-Id: <200412020037.iB20bUwn028428@repoman.freebsd.org> From: Dejan Lesjak Date: Thu, 2 Dec 2004 00:37:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-wm/treewm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:37:30 -0000 lesi 2004-12-02 00:37:30 UTC FreeBSD ports repository Modified files: x11-wm/treewm Makefile Log: Since imake is no longer necessary present at build time as consequence of having USE_X_PREFIX defined, request its presence explicitly as makedepend (a part of imake port) is needed to build. Approved by: Rudolf Polzer (maintainer) Revision Changes Path 1.5 +2 -0 ports/x11-wm/treewm/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 00:44:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C6A216A4CE; Thu, 2 Dec 2004 00:44:30 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 932D943D55; Thu, 2 Dec 2004 00:44:29 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 5A0751E118D; Thu, 2 Dec 2004 01:44:28 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 17891-07; Thu, 2 Dec 2004 01:44:26 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id C2B991E1186; Thu, 2 Dec 2004 01:44:26 +0100 (CET) Received: from [192.168.10.30] (clj8-144.dial-up.arnes.si [194.249.52.144]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id A73951C00720; Thu, 2 Dec 2004 01:44:26 +0100 (CET) From: Dejan Lesjak To: Dejan Lesjak Date: Thu, 2 Dec 2004 01:44:25 +0100 User-Agent: KMail/1.7.1 References: <200412020037.iB20bUwn028428@repoman.freebsd.org> In-Reply-To: <200412020037.iB20bUwn028428@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412020144.25888.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/x11-wm/treewm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 00:44:30 -0000 On Thursday 02 of December 2004 01:37, Dejan Lesjak wrote: > lesi 2004-12-02 00:37:30 UTC > > FreeBSD ports repository > > Modified files: > x11-wm/treewm Makefile > Log: > Since imake is no longer necessary present at build time as consequence > of having USE_X_PREFIX defined, request its presence explicitly as > makedepend (a part of imake port) is needed to build. ^^^^^^^^^^ the needed part is actually xmkmf From owner-cvs-all@FreeBSD.ORG Thu Dec 2 01:28:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F26E616A4CE; Thu, 2 Dec 2004 01:28:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8DC143D3F; Thu, 2 Dec 2004 01:28:06 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB21S6tx036288; Thu, 2 Dec 2004 01:28:06 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB21S6hi036287; Thu, 2 Dec 2004 01:28:06 GMT (envelope-from kris) Message-Id: <200412020128.iB21S6hi036287@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 2 Dec 2004 01:28:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/xmorph Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 01:28:07 -0000 kris 2004-12-02 01:28:06 UTC FreeBSD ports repository Modified files: graphics/xmorph Makefile Log: Correct typo in previous Pointy hat to: kris Revision Changes Path 1.27 +1 -1 ports/graphics/xmorph/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 01:36:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC02B16A50E; Thu, 2 Dec 2004 01:36:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C810943D1D; Thu, 2 Dec 2004 01:36:46 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB21ak51036593; Thu, 2 Dec 2004 01:36:46 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB21akkb036592; Thu, 2 Dec 2004 01:36:46 GMT (envelope-from kevlo) Message-Id: <200412020136.iB21akkb036592@repoman.freebsd.org> From: Kevin Lo Date: Thu, 2 Dec 2004 01:36:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/kxmleditor Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 01:36:47 -0000 kevlo 2004-12-02 01:36:46 UTC FreeBSD ports repository Modified files: editors/kxmleditor Makefile Log: BROKEN on ia64. Noted by kris Revision Changes Path 1.14 +7 -1 ports/editors/kxmleditor/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 01:45:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD91C16A4CE; Thu, 2 Dec 2004 01:45:58 +0000 (GMT) Received: from hex.databits.net (hex.databits.net [216.118.117.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id B360643D1F; Thu, 2 Dec 2004 01:45:58 +0000 (GMT) (envelope-from will@csociety.org) Received: by hex.databits.net (Postfix, from userid 1001) id 2B97B57AE2; Wed, 1 Dec 2004 19:45:58 -0600 (CST) Date: Wed, 1 Dec 2004 19:45:58 -0600 From: Will Andrews To: Tilman Linneweh Message-ID: <20041202014558.GU18619@hex.databits.net> Mail-Followup-To: Tilman Linneweh , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200412011855.iB1ItKHC005936@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Jz4B0QKJ3xxfGEtb" Content-Disposition: inline In-Reply-To: <200412011855.iB1ItKHC005936@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: operation of addport & modulesupdate in particular (was Re: cvs commit: CVSROOT modules) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 01:45:59 -0000 --Jz4B0QKJ3xxfGEtb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 01, 2004 at 06:55:20PM +0000, Tilman Linneweh wrote: > Modified files: > . modules=20 > Log: > Add kgeography > =20 > X-Mas whish: Santa Claus, please fix addport for me Nothing wrong with it; been using it since I wrote it almost 5 years ago, without any trouble. It can be blamed for several thousand CVSROOT/modules changes since then. :) My usual reply to this recurring issue is: Make sure your ssh configuration works the way it does, i.e. can ssh to freefall from committing location and subsequently from there to repoman - usually involves ssh-agent or another key that is local to the freebsd.org cluster. Regards, --=20 wca --Jz4B0QKJ3xxfGEtb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrnPVF47idPgWcsURAkUKAJ4gK6xsmdTgrWBNcQ2x6iPHs2nkowCgjsf6 AqWtmrUpWqpMwOtvji/7iaI= =0CKq -----END PGP SIGNATURE----- --Jz4B0QKJ3xxfGEtb-- From owner-cvs-all@FreeBSD.ORG Thu Dec 2 01:54:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E132C16A533; Thu, 2 Dec 2004 01:54:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F3E43D4C; Thu, 2 Dec 2004 01:54:07 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB21s71S037111; Thu, 2 Dec 2004 01:54:07 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB21s7gw037110; Thu, 2 Dec 2004 01:54:07 GMT (envelope-from markus) Message-Id: <200412020154.iB21s7gw037110@repoman.freebsd.org> From: Markus Brueffer Date: Thu, 2 Dec 2004 01:54:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/konversation Makefile distinfo pkg-plist patch-outputfilter.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 01:54:11 -0000 markus 2004-12-02 01:54:07 UTC FreeBSD ports repository Modified files: irc/konversation Makefile distinfo pkg-plist Removed files: irc/konversation/files patch-Makefile.in patch-outputfilter.cpp Log: Update to version 0.15 Revision Changes Path 1.14 +1 -3 ports/irc/konversation/Makefile 1.6 +2 -2 ports/irc/konversation/distinfo 1.2 +0 -11 ports/irc/konversation/files/patch-Makefile.in (dead) 1.2 +0 -11 ports/irc/konversation/files/patch-outputfilter.cpp (dead) 1.6 +99 -53 ports/irc/konversation/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 2 02:01:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD40616A4CF; Thu, 2 Dec 2004 02:01:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8509943D1D; Thu, 2 Dec 2004 02:01:37 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB221bgR037423; Thu, 2 Dec 2004 02:01:37 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB221bvP037422; Thu, 2 Dec 2004 02:01:37 GMT (envelope-from brueffer) Message-Id: <200412020201.iB221bvP037422@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 2 Dec 2004 02:01:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 dc.4 em.4 fxp.4 nge.4 rl.4 sis.4 ste.4 vr.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 02:01:37 -0000 brueffer 2004-12-02 02:01:37 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 dc.4 em.4 fxp.4 nge.4 rl.4 sis.4 ste.4 vr.4 Log: MFC: Xref polling.4 and bump .Dd Revision Changes Path 1.6.2.11 +2 -1 src/share/man/man4/dc.4 1.2.2.9 +2 -1 src/share/man/man4/em.4 1.11.2.10 +2 -1 src/share/man/man4/fxp.4 1.4.2.9 +2 -1 src/share/man/man4/nge.4 1.15.2.9 +2 -1 src/share/man/man4/rl.4 1.6.2.5 +2 -1 src/share/man/man4/sis.4 1.7.2.8 +2 -1 src/share/man/man4/ste.4 1.11.2.7 +2 -1 src/share/man/man4/vr.4 From owner-cvs-all@FreeBSD.ORG Thu Dec 2 02:07:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A22516A4CE; Thu, 2 Dec 2004 02:07:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A4F43D41; Thu, 2 Dec 2004 02:07:13 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB227CbJ037633; Thu, 2 Dec 2004 02:07:12 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB227CIt037632; Thu, 2 Dec 2004 02:07:12 GMT (envelope-from brueffer) Message-Id: <200412020207.iB227CIt037632@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 2 Dec 2004 02:07:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 02:07:13 -0000 brueffer 2004-12-02 02:07:12 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) share/man/man4 polling.4 Log: MFC: rev. 1.13 Re-formulate the first sentence for better readability Revision Changes Path 1.1.2.9 +3 -4 src/share/man/man4/polling.4 From owner-cvs-all@FreeBSD.ORG Thu Dec 2 03:10:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ABB516A4CF; Thu, 2 Dec 2004 03:10:13 +0000 (GMT) Received: from connectmail.carleton.ca (connectmail.carleton.ca [134.117.2.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3858143D1F; Thu, 2 Dec 2004 03:10:13 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: from [134.117.129.138] (ibook.nt.carleton.ca [134.117.129.138]) by connectmail.carleton.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPSA id <0I82005E6RH0EC@connectmail.carleton.ca>; Wed, 01 Dec 2004 22:10:12 -0500 (EST) Date: Wed, 01 Dec 2004 22:13:10 -0500 From: Adam Weinberger In-reply-to: <20041202014558.GU18619@hex.databits.net> To: Will Andrews Message-id: <18925830-4410-11D9-A16E-000D933729A0@magnesium.net> MIME-version: 1.0 X-Mailer: Apple Mail (2.619) Content-type: text/plain; charset=US-ASCII; format=flowed Content-transfer-encoding: 7BIT References: <200412011855.iB1ItKHC005936@repoman.freebsd.org> <20041202014558.GU18619@hex.databits.net> cc: cvs-ports@FreeBSD.org cc: Tilman Linneweh cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: operation of addport & modulesupdate in particular (was Re: cvs commit: CVSROOT modules) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 03:10:13 -0000 On 01 Dec, 2004, at 20:45, Will Andrews wrote: > On Wed, Dec 01, 2004 at 06:55:20PM +0000, Tilman Linneweh wrote: >> Modified files: >> . modules >> Log: >> Add kgeography >> >> X-Mas whish: Santa Claus, please fix addport for me > > Nothing wrong with it; been using it since I wrote it almost 5 > years ago, without any trouble. It can be blamed for several > thousand CVSROOT/modules changes since then. :) > > My usual reply to this recurring issue is: > > Make sure your ssh configuration works the way it does, i.e. can > ssh to freefall from committing location and subsequently from > there to repoman - usually involves ssh-agent or another key that > is local to the freebsd.org cluster. This is a recurring issue because most people cannot set this up properly. You can tell from the commit message whether it was done by hand or by addport (presence of indentation). I've tried before to make this work, but was unable to. I've requested a couple times for somebody to just show step-by-step what needs to be done, but haven't yet seen such. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx From owner-cvs-all@FreeBSD.ORG Thu Dec 2 03:29:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D99216A4CE; Thu, 2 Dec 2004 03:29:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4984543D2F; Thu, 2 Dec 2004 03:29:18 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB23TIeW040231; Thu, 2 Dec 2004 03:29:18 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB23TI55040230; Thu, 2 Dec 2004 03:29:18 GMT (envelope-from alc) Message-Id: <200412020329.iB23TI55040230@repoman.freebsd.org> From: Alan Cox Date: Thu, 2 Dec 2004 03:29:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 03:29:18 -0000 alc 2004-12-02 03:29:18 UTC FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: For efficiency move the call to pmap_pte_quick() out of pmap_protect()'s and pmap_remove()'s inner loop. Reviewed by: peter@, tegge@ Revision Changes Path 1.517 +6 -7 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 04:04:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA61916A4CE for ; Thu, 2 Dec 2004 04:04:29 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 067F343D46 for ; Thu, 2 Dec 2004 04:04:29 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 12583 invoked by uid 65534); 2 Dec 2004 04:04:27 -0000 Received: from pD955F624.dip.t-dialin.net (EHLO lofi.dyndns.org) (217.85.246.36) by mail.gmx.net (mp016) with SMTP; 02 Dec 2004 05:04:27 +0100 X-Authenticated: #443188 Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id iB241fRA059109 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 2 Dec 2004 05:01:50 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Adam Weinberger Date: Thu, 2 Dec 2004 05:01:30 +0100 User-Agent: KMail/1.7.1 References: <200412011855.iB1ItKHC005936@repoman.freebsd.org> <20041202014558.GU18619@hex.databits.net> <18925830-4410-11D9-A16E-000D933729A0@magnesium.net> In-Reply-To: <18925830-4410-11D9-A16E-000D933729A0@magnesium.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1937811.oW7thf8k9y"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412020501.35814.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: cvs-ports@freebsd.org cc: Tilman Linneweh cc: cvs-all@freebsd.org cc: Will Andrews cc: ports-committers@freebsd.org Subject: Re: operation of addport & modulesupdate in particular (was Re: cvs commit: CVSROOT modules) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 04:04:30 -0000 --nextPart1937811.oW7thf8k9y Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Thursday, 2. December 2004 04:13, Adam Weinberger wrote: > I've requested a couple times for > somebody to just show step-by-step what needs to be done, but haven't > yet seen such. You should ask your mentor... :) *scnr* =46unny enough, I'm quite sure arved, my mentor, was the one who told me ab= out=20 the ssh-agent thing. Or was it wca after all? *scratches head* =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart1937811.oW7thf8k9y Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBrpOfXhc68WspdLARAkI7AKCriVHGIyiYUDWwj38yHgosRWQVTwCfUD5w CVs5QHUaB8ipmQLeGelZL7E= =QOPh -----END PGP SIGNATURE----- --nextPart1937811.oW7thf8k9y-- From owner-cvs-all@FreeBSD.ORG Thu Dec 2 04:06:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B6316A4CE; Thu, 2 Dec 2004 04:06:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DE943D41; Thu, 2 Dec 2004 04:06:41 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB246f2W041332; Thu, 2 Dec 2004 04:06:41 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB246fNL041331; Thu, 2 Dec 2004 04:06:41 GMT (envelope-from alc) Message-Id: <200412020406.iB246fNL041331@repoman.freebsd.org> From: Alan Cox Date: Thu, 2 Dec 2004 04:06:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 04:06:41 -0000 alc 2004-12-02 04:06:41 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: For efficiency eliminate the call to pmap_pte() from pmap_protect()'s and pmap_remove()'s inner loop. Instead, call pmap_pde_to_pte(), a new function, prior to the inner loop. Reviewed by: peter@, tegge@ Revision Changes Path 1.510 +18 -14 src/sys/amd64/amd64/pmap.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 04:13:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F75916A4CE; Thu, 2 Dec 2004 04:13:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A25043D41; Thu, 2 Dec 2004 04:13:21 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB24DLQ0041588; Thu, 2 Dec 2004 04:13:21 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB24DLad041587; Thu, 2 Dec 2004 04:13:21 GMT (envelope-from perky) Message-Id: <200412020413.iB24DLad041587@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 2 Dec 2004 04:13:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/python-doc-html distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 04:13:21 -0000 perky 2004-12-02 04:13:21 UTC FreeBSD ports repository Modified files: lang/python-doc-html distinfo Log: Add checksums for 2.4 documents. Revision Changes Path 1.16 +5 -0 ports/lang/python-doc-html/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 04:32:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A1616A4CE; Thu, 2 Dec 2004 04:32:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DFD743D5E; Thu, 2 Dec 2004 04:32:22 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB24WMgn042135; Thu, 2 Dec 2004 04:32:22 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB24WM6u042134; Thu, 2 Dec 2004 04:32:22 GMT (envelope-from lesi) Message-Id: <200412020432.iB24WM6u042134@repoman.freebsd.org> From: Dejan Lesjak Date: Thu, 2 Dec 2004 04:32:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/driftnet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 04:32:22 -0000 lesi 2004-12-02 04:32:22 UTC FreeBSD ports repository Modified files: net-mgmt/driftnet Makefile Log: As defining USE_X_PREFIX knob no longer guarantees imake to be present at build time, request its presence explicitly as makedepend (a part of imake port) is needed to build this port. Also, per maintainers request, reset maintainership. Approved by: Simon 'corecode' Schubert (maintainer) Revision Changes Path 1.9 +2 -1 ports/net-mgmt/driftnet/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 04:38:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B87DE16A4CE; Thu, 2 Dec 2004 04:38:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 950BA43D39; Thu, 2 Dec 2004 04:38:10 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB24cAZl042314; Thu, 2 Dec 2004 04:38:10 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB24cAm7042313; Thu, 2 Dec 2004 04:38:10 GMT (envelope-from perky) Message-Id: <200412020438.iB24cAm7042313@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 2 Dec 2004 04:38:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 04:38:10 -0000 perky 2004-12-02 04:38:10 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add a updating hint for the recent lang/python updates. Revision Changes Path 1.107 +11 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu Dec 2 04:45:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDBAA16A4CE; Thu, 2 Dec 2004 04:45:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8408D43D1D; Thu, 2 Dec 2004 04:45:36 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB24jamn042593; Thu, 2 Dec 2004 04:45:36 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB24jaRK042592; Thu, 2 Dec 2004 04:45:36 GMT (envelope-from perky) Message-Id: <200412020445.iB24jaRK042592@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 2 Dec 2004 04:45:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 04:45:36 -0000 perky 2004-12-02 04:45:36 UTC FreeBSD ports repository Modified files: . UPDATING Log: Correct a command: need -f option to rebuild them all. Revision Changes Path 1.108 +2 -2 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Thu Dec 2 05:22:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D171216A4CE; Thu, 2 Dec 2004 05:22:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABEF643D54; Thu, 2 Dec 2004 05:22:15 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB25MFwN050127; Thu, 2 Dec 2004 05:22:15 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB25MFoS050126; Thu, 2 Dec 2004 05:22:15 GMT (envelope-from perky) Message-Id: <200412020522.iB25MFoS050126@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 2 Dec 2004 05:22:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/python pkg-message ports/math/py-mpz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 05:22:16 -0000 perky 2004-12-02 05:22:15 UTC FreeBSD ports repository Modified files: lang/python pkg-message math/py-mpz Makefile Log: mpz module is deprecated since Python 2.2 and removed in Python 2.4. Revision Changes Path 1.4 +0 -1 ports/lang/python/pkg-message 1.12 +1 -1 ports/math/py-mpz/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 05:51:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D4F16A4CE; Thu, 2 Dec 2004 05:51:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FE5F43D41; Thu, 2 Dec 2004 05:51:25 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB25pPp2050971; Thu, 2 Dec 2004 05:51:25 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB25pPKh050970; Thu, 2 Dec 2004 05:51:25 GMT (envelope-from perky) Message-Id: <200412020551.iB25pPKh050970@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 2 Dec 2004 05:51:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/py-biopython/files patch-Bio::triemodule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 05:51:25 -0000 perky 2004-12-02 05:51:25 UTC FreeBSD ports repository Added files: biology/py-biopython/files patch-Bio::triemodule.c Log: Fix build on Python 2.4 Spotted by: kris Revision Changes Path 1.1 +14 -0 ports/biology/py-biopython/files/patch-Bio::triemodule.c (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 05:56:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38F2D16A4CE; Thu, 2 Dec 2004 05:56:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B1D43D4C; Thu, 2 Dec 2004 05:56:55 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB25usPY051153; Thu, 2 Dec 2004 05:56:54 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB25usqf051152; Thu, 2 Dec 2004 05:56:54 GMT (envelope-from kensmith) Message-Id: <200412020556.iB25usqf051152@repoman.freebsd.org> From: Ken Smith Date: Thu, 2 Dec 2004 05:56:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 05:56:55 -0000 kensmith 2004-12-02 05:56:54 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Mention the 4.11 release schedule has been set. Revision Changes Path 1.250 +13 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 06:01:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E68FA16A4CE; Thu, 2 Dec 2004 06:01:09 +0000 (GMT) Received: from out-2.mail.amis.net (out-2.mail.amis.net [212.18.32.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 154C743D5A; Thu, 2 Dec 2004 06:01:09 +0000 (GMT) (envelope-from blaz@si.FreeBSD.org) Received: from localhost (in-3.mail.amis.net [212.18.32.22]) by out-2.mail.amis.net (Postfix) with ESMTP id 02F661087F5; Thu, 2 Dec 2004 07:01:08 +0100 (CET) Received: from in-3.mail.amis.net ([127.0.0.1]) by localhost (in-3.mail.amis.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 91968-04; Thu, 2 Dec 2004 07:01:05 +0100 (CET) Received: from piranha.amis.net (piranha.amis.net [212.18.32.3]) by in-3.mail.amis.net (Postfix) with ESMTP id 8C4A1FB9C1; Thu, 2 Dec 2004 07:01:05 +0100 (CET) Received: from titanic.medinet.si (titanic.medinet.si [212.18.42.5]) by piranha.amis.net (Postfix) with ESMTP id 70E82FD9F; Thu, 2 Dec 2004 07:01:05 +0100 (CET) Date: Thu, 2 Dec 2004 07:01:05 +0100 (CET) From: Blaz Zupan X-X-Sender: blaz@titanic.medinet.si To: Tilman Linneweh In-Reply-To: <200412012219.iB1MJilm021930@repoman.freebsd.org> Message-ID: <20041202065944.X63390@titanic.medinet.si> References: <200412012219.iB1MJilm021930@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at amis.net X-Spam-Status: No, hits=-4.433 required=5 tests=ALL_TRUSTED, AWL, BAYES_00 X-Spam-Level: cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-mgmt/nagios-plugins Makefile distinfo patch-configure.in patch-subst.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 06:01:10 -0000 > arved 2004-12-01 22:19:44 UTC > > FreeBSD ports repository > > Modified files: > net-mgmt/nagios-plugins Makefile distinfo pkg-plist > net-mgmt/nagios-plugins/files patch-check_http.c > patch-configure.in > Removed files: > net-mgmt/nagios-plugins/files patch-check_breeze.pl > patch-check_by_ssh.c > patch-subst.in > Log: > Update nagios-plugins port to 1.4.0.alpha1. > Fix compilation with radiusclient 0.4.7. > > PR: 74446 > Submitted by: Blaz Zupan > > Revision Changes Path > 1.34 +5 -5 ports/net-mgmt/nagios-plugins/Makefile > 1.11 +2 -2 ports/net-mgmt/nagios-plugins/distinfo > 1.2 +0 -23 ports/net-mgmt/nagios-plugins/files/patch-check_breeze.pl (dead) > 1.4 +0 -20 ports/net-mgmt/nagios-plugins/files/patch-check_by_ssh.c (dead) > 1.2 +13 -5 ports/net-mgmt/nagios-plugins/files/patch-check_http.c > 1.6 +43 -65 ports/net-mgmt/nagios-plugins/files/patch-configure.in > 1.3 +0 -36 ports/net-mgmt/nagios-plugins/files/patch-subst.in (dead) > 1.11 +10 -1 ports/net-mgmt/nagios-plugins/pkg-plist You forgot to "cvs add" three files: net-mgmt/nagios-plugins/files/patch-check_radius.c net-mgmt/nagios-plugins/files/patch-netutils.c net-mgmt/nagios-plugins/files/patch-netutils.h From owner-cvs-all@FreeBSD.ORG Thu Dec 2 06:50:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D370A16A4CE; Thu, 2 Dec 2004 06:50:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B05D943D3F; Thu, 2 Dec 2004 06:50:55 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB26otPT052700; Thu, 2 Dec 2004 06:50:55 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB26otaO052699; Thu, 2 Dec 2004 06:50:55 GMT (envelope-from krion) Message-Id: <200412020650.iB26otaO052699@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 2 Dec 2004 06:50:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ecl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 06:50:56 -0000 krion 2004-12-02 06:50:55 UTC FreeBSD ports repository Modified files: lang/ecl Makefile Log: Add missing perl dependency. Reported by: pointyhat Revision Changes Path 1.7 +1 -0 ports/lang/ecl/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 07:32:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF15A16A4CE; Thu, 2 Dec 2004 07:32:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA0DE43D31; Thu, 2 Dec 2004 07:32:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB27WYf1054118; Thu, 2 Dec 2004 07:32:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB27WYxC054117; Thu, 2 Dec 2004 07:32:34 GMT (envelope-from pav) Message-Id: <200412020732.iB27WYxC054117@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 2 Dec 2004 07:32:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefile ports/deskutils/gnochm Makefile distinfo pkg-descr pkg-plist ports/deskutils/gnochm/files patch-data-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 07:32:35 -0000 pav 2004-12-02 07:32:34 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/gnochm Makefile distinfo pkg-descr pkg-plist deskutils/gnochm/files patch-data-Makefile.in Log: Add gnochm, a CHM file viewer. It is designed to integrate nicely with Gnome. It uses PyCHM, a Python package that exports the CHMLIB API. Features are: * Full-text search support * Bookmarks * Gnome integration (on-line help, file associations, drag'n'drop from file manager, gnome menu entry) * Internationalisation support * Configurable support for HTTP links * Configurable support for external ms-its links WWW: http://gnochm.sourceforge.net/ PR: ports/74459 Submitted by: Radek Kozlowski Revision Changes Path 1.168 +1 -0 ports/deskutils/Makefile 1.1 +38 -0 ports/deskutils/gnochm/Makefile (new) 1.1 +2 -0 ports/deskutils/gnochm/distinfo (new) 1.1 +20 -0 ports/deskutils/gnochm/files/patch-data-Makefile.in (new) 1.1 +12 -0 ports/deskutils/gnochm/pkg-descr (new) 1.1 +27 -0 ports/deskutils/gnochm/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 07:33:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B0C16A4CE; Thu, 2 Dec 2004 07:33:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1635743D3F; Thu, 2 Dec 2004 07:33:21 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB27XKDa054172; Thu, 2 Dec 2004 07:33:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB27XKtI054171; Thu, 2 Dec 2004 07:33:20 GMT (envelope-from pav) Message-Id: <200412020733.iB27XKtI054171@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 2 Dec 2004 07:33:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 07:33:21 -0000 pav 2004-12-02 07:33:20 UTC FreeBSD ports repository Modified files: . modules Log: gnochm --> ports/deskutils/gnochm Revision Changes Path 1.11483 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 2 08:04:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B6A16A4CE; Thu, 2 Dec 2004 08:04:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE8543D1F; Thu, 2 Dec 2004 08:04:57 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB284v9Z055099; Thu, 2 Dec 2004 08:04:57 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB284vFx055098; Thu, 2 Dec 2004 08:04:57 GMT (envelope-from njl) Message-Id: <200412020804.iB284vFx055098@repoman.freebsd.org> From: Nate Lawson Date: Thu, 2 Dec 2004 08:04:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_if.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 08:04:57 -0000 njl 2004-12-02 08:04:57 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_if.m Log: Add the ACPI_PWR_FOR_SLEEP method. It takes a device and outputs the appropriate power (Dx) state, if the BIOS suggests one. MFC after: 3 weeks Revision Changes Path 1.3 +20 -0 src/sys/dev/acpica/acpi_if.m From owner-cvs-all@FreeBSD.ORG Thu Dec 2 08:07:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43AB616A4CE; Thu, 2 Dec 2004 08:07:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3208F43D54; Thu, 2 Dec 2004 08:07:13 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB287D0b055286; Thu, 2 Dec 2004 08:07:13 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB287Dv4055285; Thu, 2 Dec 2004 08:07:13 GMT (envelope-from njl) Message-Id: <200412020807.iB287Dv4055285@repoman.freebsd.org> From: Nate Lawson Date: Thu, 2 Dec 2004 08:07:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 08:07:13 -0000 njl 2004-12-02 08:07:13 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c sys/dev/pci pci.c Log: Turn ACPI and PCI devices off or to a lower power state in suspend and back on again in resume. Override the default of D3 with the value the BIOS specifies in _SxD, if present. Skip serial devices (PNP05xx) since they seem to hang when set to D3 and may require special driver support. Also, skip non-type 0 PCI devices (i.e., bridges) since our we don't yet save/restore their config space and that seems to be necessary. If this gives you trouble with suspend/resume, you can disable the new ACPI and PCI power behavior separately with these tunables & sysctls: debug.acpi.do_powerstate hw.pci.do_powerstate Approved by: imp (pci) Tested by: acpi@ (numerous) Revision Changes Path 1.194 +210 -3 src/sys/dev/acpica/acpi.c 1.269 +54 -15 src/sys/dev/pci/pci.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 08:31:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5392216A4CE; Thu, 2 Dec 2004 08:31:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BC9243D39; Thu, 2 Dec 2004 08:31:52 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB28Vqi8056119; Thu, 2 Dec 2004 08:31:52 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB28VpZC056118; Thu, 2 Dec 2004 08:31:51 GMT (envelope-from vs) Message-Id: <200412020831.iB28VpZC056118@repoman.freebsd.org> From: Volker Stolz Date: Thu, 2 Dec 2004 08:31:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/hs-drift Makefile pkg-plist ports/devel/hs-drift/files patch-src::GenUtil.hs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 08:31:52 -0000 vs 2004-12-02 08:31:51 UTC FreeBSD ports repository Modified files: devel/hs-drift Makefile Added files: devel/hs-drift/files patch-src::GenUtil.hs Removed files: devel/hs-drift pkg-plist Log: - Fix building with nhc - Use OPTIONS - Nuke 2-line pkg-plist Revision Changes Path 1.17 +7 -1 ports/devel/hs-drift/Makefile 1.1 +11 -0 ports/devel/hs-drift/files/patch-src::GenUtil.hs (new) 1.4 +0 -2 ports/devel/hs-drift/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 08:32:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9A7D16A4CE; Thu, 2 Dec 2004 08:32:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8428643D5C; Thu, 2 Dec 2004 08:32:02 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB28W2uC056155; Thu, 2 Dec 2004 08:32:02 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB28W2G1056154; Thu, 2 Dec 2004 08:32:02 GMT (envelope-from ahze) Message-Id: <200412020832.iB28W2G1056154@repoman.freebsd.org> From: Michael Johnson Date: Thu, 2 Dec 2004 08:32:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/kazehakase/files patch-kz-mozembed.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 08:32:02 -0000 ahze 2004-12-02 08:32:02 UTC FreeBSD ports repository Added files: www/kazehakase/files patch-kz-mozembed.cpp Log: Fix build with latest mozilla 1.8a5 Revision Changes Path 1.1 +11 -0 ports/www/kazehakase/files/patch-kz-mozembed.cpp (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 08:49:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BF516A4CE; Thu, 2 Dec 2004 08:49:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D85B943D39; Thu, 2 Dec 2004 08:49:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB28ns6l063068; Thu, 2 Dec 2004 08:49:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB28nsPC063067; Thu, 2 Dec 2004 08:49:54 GMT (envelope-from delphij) Message-Id: <200412020849.iB28nsPC063067@repoman.freebsd.org> From: Xin LI Date: Thu, 2 Dec 2004 08:49:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 08:49:55 -0000 delphij 2004-12-02 08:49:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/vm vm_contig.c Log: MFC 1.41: Try to close a potential, but serious race in our VM subsystem that may result in panic with damaged page bucket hash table or file system corruption. The revision 1.41 tighten the check of vm_contigalloc1() and vm_contigalloc2(). Please note that this MFC does not merged 1.39 and 1.40's changes. Approved by: alc Revision Changes Path 1.38.2.1 +15 -2 src/sys/vm/vm_contig.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 09:16:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1219E16A4CE; Thu, 2 Dec 2004 09:16:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E270D43D2F; Thu, 2 Dec 2004 09:16:43 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB29GhFk063958; Thu, 2 Dec 2004 09:16:43 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB29Ghpx063957; Thu, 2 Dec 2004 09:16:43 GMT (envelope-from sem) Message-Id: <200412020916.iB29Ghpx063957@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 2 Dec 2004 09:16:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/drweb-sendmail/files 01.drweb-smf.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 09:16:44 -0000 sem 2004-12-02 09:16:43 UTC FreeBSD ports repository Added files: security/drweb-sendmail/files 01.drweb-smf.sh Log: - Add missed file Reported by: kris (via pointyhat) Revision Changes Path 1.1 +20 -0 ports/security/drweb-sendmail/files/01.drweb-smf.sh (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 09:38:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CD1916A4CE; Thu, 2 Dec 2004 09:38:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD88343D31; Thu, 2 Dec 2004 09:38:34 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB29cYAg064525; Thu, 2 Dec 2004 09:38:34 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB29cY4D064524; Thu, 2 Dec 2004 09:38:34 GMT (envelope-from obrien) Message-Id: <200412020938.iB29cY4D064524@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 2 Dec 2004 09:38:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/drm drm_os_freebsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 09:38:35 -0000 obrien 2004-12-02 09:38:34 UTC FreeBSD src repository Modified files: sys/dev/drm drm_os_freebsd.h Log: Specifically use the 32-bit version of fuword/suword since that's what we really want vs. the size changing 'long' (i386 vs. AMD64). This fixes the problem with DRM with Radeon's on AMD64. Submitted by: Jung-uk Kim Revision Changes Path 1.21 +6 -7 src/sys/dev/drm/drm_os_freebsd.h From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:00:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BE3F16A4D0; Thu, 2 Dec 2004 10:00:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5342143D31; Thu, 2 Dec 2004 10:00:27 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2A0RII065250; Thu, 2 Dec 2004 10:00:27 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2A0QTv065249; Thu, 2 Dec 2004 10:00:26 GMT (envelope-from vs) Message-Id: <200412021000.iB2A0QTv065249@repoman.freebsd.org> From: Volker Stolz Date: Thu, 2 Dec 2004 10:00:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/mail Makefile ports/mail/milter-sender Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/milter-sender/files milter-sender.sh patch-aa patch-ab patch-ad patch-ae patch-lib-makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:00:27 -0000 vs 2004-12-02 10:00:26 UTC FreeBSD ports repository Modified files: . MOVED mail Makefile Removed files: mail/milter-sender Makefile distinfo pkg-descr pkg-message pkg-plist mail/milter-sender/files milter-sender.sh patch-aa patch-ab patch-ad patch-ae patch-lib-makefile.in Log: Remove mail/milter-sender on author's request. It might be resurrected in the future when the software is commercially available again. Revision Changes Path 1.577 +2 -1 ports/MOVED 1.587 +0 -1 ports/mail/Makefile 1.44 +0 -138 ports/mail/milter-sender/Makefile (dead) 1.20 +0 -4 ports/mail/milter-sender/distinfo (dead) 1.3 +0 -42 ports/mail/milter-sender/files/milter-sender.sh (dead) 1.6 +0 -11 ports/mail/milter-sender/files/patch-aa (dead) 1.11 +0 -77 ports/mail/milter-sender/files/patch-ab (dead) 1.9 +0 -10 ports/mail/milter-sender/files/patch-ad (dead) 1.7 +0 -11 ports/mail/milter-sender/files/patch-ae (dead) 1.2 +0 -11 ports/mail/milter-sender/files/patch-lib-makefile.in (dead) 1.4 +0 -9 ports/mail/milter-sender/pkg-descr (dead) 1.9 +0 -28 ports/mail/milter-sender/pkg-message (dead) 1.14 +0 -21 ports/mail/milter-sender/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:02:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 007B516A4CE; Thu, 2 Dec 2004 10:02:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D259143D5C; Thu, 2 Dec 2004 10:02:33 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2A2XJu065377; Thu, 2 Dec 2004 10:02:33 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2A2XMf065376; Thu, 2 Dec 2004 10:02:33 GMT (envelope-from vs) Message-Id: <200412021002.iB2A2XMf065376@repoman.freebsd.org> From: Volker Stolz Date: Thu, 2 Dec 2004 10:02:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:02:34 -0000 vs 2004-12-02 10:02:33 UTC FreeBSD ports repository Modified files: . modules Log: Remove mail/milter-sender on author's request Revision Changes Path 1.11484 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:04:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3853016A4CE; Thu, 2 Dec 2004 10:04:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1647E43D5A; Thu, 2 Dec 2004 10:04:10 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2A49aN065426; Thu, 2 Dec 2004 10:04:09 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2A49OQ065425; Thu, 2 Dec 2004 10:04:09 GMT (envelope-from vs) Message-Id: <200412021004.iB2A49OQ065425@repoman.freebsd.org> From: Volker Stolz Date: Thu, 2 Dec 2004 10:04:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports LEGAL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:04:10 -0000 vs 2004-12-02 10:04:09 UTC FreeBSD ports repository Modified files: . LEGAL Log: Remove entries on mail/milter-sender. It's gone. Revision Changes Path 1.373 +1 -5 ports/LEGAL From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:07:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28C2916A4CE; Thu, 2 Dec 2004 10:07:46 +0000 (GMT) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4742843D1F; Thu, 2 Dec 2004 10:07:45 +0000 (GMT) (envelope-from netch@lucky.net) Received: from burka.carrier.kiev.ua (netch@localhost [127.0.0.1]) by burka.carrier.kiev.ua with ESMTP id iB2A7bII021524; Thu, 2 Dec 2004 12:07:38 +0200 (EET) (envelope-from netch@burka.carrier.kiev.ua) Received: (from netch@localhost) by burka.carrier.kiev.ua (8.12.11/8.12.11/Submit) id iB2A7b90021521; Thu, 2 Dec 2004 12:07:37 +0200 (EET) (envelope-from netch) Date: Thu, 2 Dec 2004 12:07:37 +0200 From: Valentin Nechayev To: Colin Percival Message-ID: <20041202100737.GB52458@lucky.net> References: <200412012135.iB1LZvTi019982@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412012135.iB1LZvTi019982@repoman.freebsd.org> X-42: On X-Verify-Sender: Address has been verified (burka.carrier.kiev.ua) X-Antivirus: Dr.Web (R) for Mail Servers on kozlik.carrier.kiev.ua host X-Antivirus-Code: 100000 cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: netch@lucky.net List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:07:46 -0000 Hi, Wed, Dec 01, 2004 at 21:35:57, cperciva wrote about "cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c": > FreeBSD src repository > Modified files: (Branch: RELENG_4_8) Are you going to update RELENG_4_9 with this fix? -netch- From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:09:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4EC516A4CE; Thu, 2 Dec 2004 10:09:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EF6F43D58; Thu, 2 Dec 2004 10:09:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2A9XfZ065607; Thu, 2 Dec 2004 10:09:33 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2A9XcT065606; Thu, 2 Dec 2004 10:09:33 GMT (envelope-from phk) Message-Id: <200412021009.iB2A9XcT065606@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 2 Dec 2004 10:09:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:09:33 -0000 phk 2004-12-02 10:09:33 UTC FreeBSD src repository Modified files: sys/fs/msdosfs denode.h msdosfs_denode.c msdosfs_vnops.c Log: Remove the de_devvp and stop VREF'ing it for every vnode we create. Revision Changes Path 1.30 +0 -1 src/sys/fs/msdosfs/denode.h 1.77 +0 -7 src/sys/fs/msdosfs/msdosfs_denode.c 1.155 +1 -3 src/sys/fs/msdosfs/msdosfs_vnops.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:25:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E87F616A4CE; Thu, 2 Dec 2004 10:25:39 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 627C943D3F; Thu, 2 Dec 2004 10:25:39 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id D220E11A5F; Thu, 2 Dec 2004 11:25:37 +0100 (CET) Date: Thu, 2 Dec 2004 11:25:37 +0100 From: "Simon L. Nielsen" To: Ken Smith Message-ID: <20041202102537.GB753@zaphod.nitro.dk> References: <200412020556.iB25usqf051152@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TB36FDmn/VVEgNH/" Content-Disposition: inline In-Reply-To: <200412020556.iB25usqf051152@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:25:40 -0000 --TB36FDmn/VVEgNH/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.12.02 05:56:54 +0000, Ken Smith wrote: > kensmith 2004-12-02 05:56:54 UTC >=20 > FreeBSD doc repository >=20 > Modified files: > en/news news.xml=20 > Log: > Mention the 4.11 release schedule has been set. Great! Not actual schedule, but that the news section is being used for stuff like this. --=20 Simon L. Nielsen --TB36FDmn/VVEgNH/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBru2hh9pcDSc1mlERAgzAAJ0fMNvLIP1CANxp93rII5fIoDI/QACgmgeT JtIjOaphYdo8uv++Rifr1zo= =/d45 -----END PGP SIGNATURE----- --TB36FDmn/VVEgNH/-- From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:46:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 275F016A4CE; Thu, 2 Dec 2004 10:46:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0497E43D31; Thu, 2 Dec 2004 10:46:22 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2AkLhc066789; Thu, 2 Dec 2004 10:46:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2AkLm8066788; Thu, 2 Dec 2004 10:46:21 GMT (envelope-from ale) Message-Id: <200412021046.iB2AkLm8066788@repoman.freebsd.org> From: Alex Dupre Date: Thu, 2 Dec 2004 10:46:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/qmailadmin-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:46:22 -0000 ale 2004-12-02 10:46:21 UTC FreeBSD ports repository Modified files: mail/qmailadmin-devel Makefile distinfo Log: Update to 1.2.5 release. Revision Changes Path 1.25 +1 -1 ports/mail/qmailadmin-devel/Makefile 1.17 +2 -2 ports/mail/qmailadmin-devel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:52:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D0F716A4CE; Thu, 2 Dec 2004 10:52:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A83743D53; Thu, 2 Dec 2004 10:52:17 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2AqHQp066949; Thu, 2 Dec 2004 10:52:17 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2AqHCF066948; Thu, 2 Dec 2004 10:52:17 GMT (envelope-from hmp) Message-Id: <200412021052.iB2AqHCF066948@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 2 Dec 2004 10:52:17 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:52:17 -0000 hmp 2004-12-02 10:52:17 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Add a request for a Wireless router and (ideally) two wireless USB adapters. Revision Changes Path 1.281 +10 -1 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:52:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAAB116A4D0 for ; Thu, 2 Dec 2004 10:52:23 +0000 (GMT) Received: from tx2.mail.ox.ac.uk (tx2.mail.ox.ac.uk [163.1.2.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1486E43D53 for ; Thu, 2 Dec 2004 10:52:23 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan2.mail.ox.ac.uk ([163.1.2.162] helo=localhost) by tx2.mail.ox.ac.uk with esmtp (Exim 4.42) id 1CZoZS-00078E-81 for cvs-all@freebsd.org; Thu, 02 Dec 2004 10:52:22 +0000 Received: from rx2.mail.ox.ac.uk ([163.1.2.161]) by localhost (scan2.mail.ox.ac.uk [163.1.2.162]) (amavisd-new, port 25) with ESMTP id 27112-05 for ; Thu, 2 Dec 2004 10:52:22 +0000 (GMT) Received: from smtp0.herald.ox.ac.uk ([163.1.0.246]) by rx2.mail.ox.ac.uk with esmtp (Exim 4.42) id 1CZoZR-00077r-8i; Thu, 02 Dec 2004 10:52:21 +0000 Received: from dhcp1203.wadham.ox.ac.uk ([163.1.161.203]) by smtp0.herald.ox.ac.uk with esmtp (Exim 3.35 #1) id 1CZoZR-0001PB-3y; Thu, 02 Dec 2004 10:52:21 +0000 Message-ID: <41AEF3E4.7070408@wadham.ox.ac.uk> Date: Thu, 02 Dec 2004 10:52:20 +0000 From: Colin Percival User-Agent: Mozilla Thunderbird 0.9 (X11/20041107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200412012133.iB1LX2JC019417@repoman.freebsd.org> <20041201225141.GA813@darkness.comp.waw.pl> In-Reply-To: <20041201225141.GA813@darkness.comp.waw.pl> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/sys/compat/linprocfs linprocfs.csrc/sys/fs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:52:24 -0000 Pawel Jakub Dawidek wrote: > On Wed, Dec 01, 2004 at 09:33:02PM +0000, Colin Percival wrote: > +> Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. > > BTW. Why we don't check sbuf_copyin() return value here? For the security advisory, I wanted to fix the security problem without changing the existing behaviour. Right now, if argv is ("hello", NULL, "world"), then /proc/curproc/cmdline will give you "hello\0\0world\0". I have no objection to this behaviour being changed on -current, but we can't change how the security (or arguably, the stable) branches behave now. Colin Percival From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:53:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBB1116A4CE; Thu, 2 Dec 2004 10:53:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 947EE43D1D; Thu, 2 Dec 2004 10:53:54 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Ars5W067016; Thu, 2 Dec 2004 10:53:54 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2ArsxH067015; Thu, 2 Dec 2004 10:53:54 GMT (envelope-from vs) Message-Id: <200412021053.iB2ArsxH067015@repoman.freebsd.org> From: Volker Stolz Date: Thu, 2 Dec 2004 10:53:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jmp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:53:54 -0000 vs 2004-12-02 10:53:54 UTC FreeBSD ports repository Modified files: java/jmp Makefile distinfo Log: Update to 0.45 PR: ports/74602 Submitted by: maintainer Revision Changes Path 1.25 +1 -2 ports/java/jmp/Makefile 1.17 +2 -2 ports/java/jmp/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:55:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E92B16A4CE for ; Thu, 2 Dec 2004 10:55:07 +0000 (GMT) Received: from tx4.mail.ox.ac.uk (tx4.mail.ox.ac.uk [129.67.1.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5267A43D4C for ; Thu, 2 Dec 2004 10:55:07 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan4.mail.ox.ac.uk ([129.67.1.177] helo=localhost) by tx4.mail.ox.ac.uk with esmtp (Exim 4.42) id 1CZoc6-0007X9-FH for cvs-all@freebsd.org; Thu, 02 Dec 2004 10:55:06 +0000 Received: from rx4.mail.ox.ac.uk ([129.67.1.172]) by localhost (scan4.mail.ox.ac.uk [129.67.1.177]) (amavisd-new, port 25) with ESMTP id 28494-07 for ; Thu, 2 Dec 2004 10:55:06 +0000 (GMT) Received: from smtp0.herald.ox.ac.uk ([163.1.0.246]) by rx4.mail.ox.ac.uk with esmtp (Exim 4.42) id 1CZoc3-0007WO-Fu; Thu, 02 Dec 2004 10:55:03 +0000 Received: from dhcp1203.wadham.ox.ac.uk ([163.1.161.203]) by smtp0.herald.ox.ac.uk with esmtp (Exim 3.35 #1) id 1CZoc3-0001fv-3y; Thu, 02 Dec 2004 10:55:03 +0000 Message-ID: <41AEF487.5010705@wadham.ox.ac.uk> Date: Thu, 02 Dec 2004 10:55:03 +0000 From: Colin Percival User-Agent: Mozilla Thunderbird 0.9 (X11/20041107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: netch@lucky.net References: <200412012135.iB1LZvTi019982@repoman.freebsd.org> <20041202100737.GB52458@lucky.net> In-Reply-To: <20041202100737.GB52458@lucky.net> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Colin Percival Subject: Re: cvs commit: src UPDATING src/sys/conf newvers.shsrc/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:55:07 -0000 Valentin Nechayev wrote: > Wed, Dec 01, 2004 at 21:35:57, cperciva wrote: >> FreeBSD src repository >> Modified files: (Branch: RELENG_4_8) > > Are you going to update RELENG_4_9 with this fix? RELENG_4_9 is no longer a supported branch. Colin Percival From owner-cvs-all@FreeBSD.ORG Thu Dec 2 10:55:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF03816A5CD; Thu, 2 Dec 2004 10:55:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A53FB43D49; Thu, 2 Dec 2004 10:55:58 +0000 (GMT) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Atw97067126; Thu, 2 Dec 2004 10:55:58 GMT (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2AtweU067125; Thu, 2 Dec 2004 10:55:58 GMT (envelope-from jmz) Message-Id: <200412021055.iB2AtweU067125@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Thu, 2 Dec 2004 10:55:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/golddig Makefile ports/games/golddig/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 10:55:59 -0000 jmz 2004-12-02 10:55:58 UTC FreeBSD ports repository Modified files: games/golddig Makefile games/golddig/files patch-aa Log: Avoid buffer overflows. Submitted by: Niels Heinen Revision Changes Path 1.15 +1 -0 ports/games/golddig/Makefile 1.3 +23 -6 ports/games/golddig/files/patch-aa From owner-cvs-all@FreeBSD.ORG Thu Dec 2 11:02:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E91E216A4CE; Thu, 2 Dec 2004 11:02:59 +0000 (GMT) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3938343D41; Thu, 2 Dec 2004 11:02:59 +0000 (GMT) (envelope-from netch@lucky.net) Received: from burka.carrier.kiev.ua (netch@localhost [127.0.0.1]) by burka.carrier.kiev.ua with ESMTP id iB2B2nsU039397; Thu, 2 Dec 2004 13:02:51 +0200 (EET) (envelope-from netch@burka.carrier.kiev.ua) Received: (from netch@localhost) by burka.carrier.kiev.ua (8.12.11/8.12.11/Submit) id iB2B2nov039394; Thu, 2 Dec 2004 13:02:49 +0200 (EET) (envelope-from netch) Date: Thu, 2 Dec 2004 13:02:49 +0200 From: Valentin Nechayev To: Colin Percival Message-ID: <20041202110249.GK38653@lucky.net> References: <200412012135.iB1LZvTi019982@repoman.freebsd.org> <20041202100737.GB52458@lucky.net> <41AEF487.5010705@wadham.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41AEF487.5010705@wadham.ox.ac.uk> X-42: On X-Verify-Sender: Address has been verified (burka.carrier.kiev.ua) X-Antivirus: Dr.Web (R) for Mail Servers on kozlik.carrier.kiev.ua host X-Antivirus-Code: 100000 cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Colin Percival Subject: Re: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: netch@lucky.net List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:03:00 -0000 Thu, Dec 02, 2004 at 10:55:03, colin.percival wrote about "Re: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c": > >> FreeBSD src repository > >> Modified files: (Branch: RELENG_4_8) > > > >Are you going to update RELENG_4_9 with this fix? > > RELENG_4_9 is no longer a supported branch. Your answer to this means RELENG_4_8 is supported one? -netch- From owner-cvs-all@FreeBSD.ORG Thu Dec 2 11:07:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A6FB16A4CE for ; Thu, 2 Dec 2004 11:07:34 +0000 (GMT) Received: from tx3.mail.ox.ac.uk (tx3.mail.ox.ac.uk [163.1.2.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D4AC43D53 for ; Thu, 2 Dec 2004 11:07:34 +0000 (GMT) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan3.mail.ox.ac.uk ([163.1.2.166] helo=localhost) by tx3.mail.ox.ac.uk with esmtp (Exim 4.42) id 1CZoo9-0001ff-BN for cvs-all@freebsd.org; Thu, 02 Dec 2004 11:07:33 +0000 Received: from rx3.mail.ox.ac.uk ([163.1.2.165]) by localhost (scan3.mail.ox.ac.uk [163.1.2.166]) (amavisd-new, port 25) with ESMTP id 06237-06 for ; Thu, 2 Dec 2004 11:07:33 +0000 (GMT) Received: from smtp0.herald.ox.ac.uk ([163.1.0.246]) by rx3.mail.ox.ac.uk with esmtp (Exim 4.42) id 1CZoo8-0001fL-CC; Thu, 02 Dec 2004 11:07:32 +0000 Received: from dhcp1203.wadham.ox.ac.uk ([163.1.161.203]) by smtp0.herald.ox.ac.uk with esmtp (Exim 3.35 #1) id 1CZoo8-0002xu-3y; Thu, 02 Dec 2004 11:07:32 +0000 Message-ID: <41AEF774.7080801@wadham.ox.ac.uk> Date: Thu, 02 Dec 2004 11:07:32 +0000 From: Colin Percival User-Agent: Mozilla Thunderbird 0.9 (X11/20041107) X-Accept-Language: en-us, en MIME-Version: 1.0 To: netch@lucky.net References: <200412012135.iB1LZvTi019982@repoman.freebsd.org> <20041202100737.GB52458@lucky.net> <41AEF487.5010705@wadham.ox.ac.uk> <20041202110249.GK38653@lucky.net> In-Reply-To: <20041202110249.GK38653@lucky.net> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Colin Percival Subject: Re: cvs commit: src UPDATING src/sys/conf newvers.shsrc/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:07:34 -0000 Valentin Nechayev wrote: >>>Are you going to update RELENG_4_9 with this fix? >> >>RELENG_4_9 is no longer a supported branch. > > Your answer to this means RELENG_4_8 is supported one? Yes. RELENG_4_8 is an "extended support" branch. See the FreeBSD Security website for details: http://www.freebsd.org/security/ Colin Percival From owner-cvs-all@FreeBSD.ORG Thu Dec 2 11:17:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5037E16A4CE for ; Thu, 2 Dec 2004 11:17:39 +0000 (GMT) Received: from av11-2-sn4.m-sp.skanova.net (av11-2-sn4.m-sp.skanova.net [81.228.10.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 374E343D5A for ; Thu, 2 Dec 2004 11:17:38 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av11-2-sn4.m-sp.skanova.net (Postfix, from userid 502) id 25B3C37E49; Thu, 2 Dec 2004 12:17:37 +0100 (CET) Received: from smtp4-2-sn4.m-sp.skanova.net (smtp4-2-sn4.m-sp.skanova.net [81.228.10.180]) by av11-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 13B1937E45 for ; Thu, 2 Dec 2004 12:17:37 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-2-sn4.m-sp.skanova.net (Postfix) with SMTP id A2A7F37E45 for ; Thu, 2 Dec 2004 12:17:36 +0100 (CET) Received: (qmail 76882 invoked by uid 1001); 2 Dec 2004 11:17:35 -0000 Date: Thu, 2 Dec 2004 12:17:35 +0100 From: Erik Trulsson To: Valentin Nechayev Message-ID: <20041202111735.GA76866@falcon.midgard.homeip.net> Mail-Followup-To: Valentin Nechayev , Colin Percival , src-committers@freebsd.org, cvs-all@freebsd.org, Colin Percival References: <200412012135.iB1LZvTi019982@repoman.freebsd.org> <20041202100737.GB52458@lucky.net> <41AEF487.5010705@wadham.ox.ac.uk> <20041202110249.GK38653@lucky.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041202110249.GK38653@lucky.net> User-Agent: Mutt/1.5.6i cc: Colin Percival cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Colin Percival Subject: Re: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:17:39 -0000 On Thu, Dec 02, 2004 at 01:02:49PM +0200, Valentin Nechayev wrote: > Thu, Dec 02, 2004 at 10:55:03, colin.percival wrote about "Re: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c": > > > >> FreeBSD src repository > > >> Modified files: (Branch: RELENG_4_8) > > > > > >Are you going to update RELENG_4_9 with this fix? > > > > RELENG_4_9 is no longer a supported branch. > > Your answer to this means RELENG_4_8 is supported one? It is. See http://www.freebsd.org/security/index.html for information on which branches are supported by the security team. -- Erik Trulsson ertr1013@student.uu.se From owner-cvs-all@FreeBSD.ORG Thu Dec 2 11:40:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C263616A4CE; Thu, 2 Dec 2004 11:40:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E2DE43D3F; Thu, 2 Dec 2004 11:40:29 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2BeT34068408; Thu, 2 Dec 2004 11:40:29 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2BeTTC068392; Thu, 2 Dec 2004 11:40:29 GMT (envelope-from vs) Message-Id: <200412021140.iB2BeTTC068392@repoman.freebsd.org> From: Volker Stolz Date: Thu, 2 Dec 2004 11:40:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/proxyper Makefile ports/misc/proxyper/files proxyper.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:40:29 -0000 vs 2004-12-02 11:40:28 UTC FreeBSD ports repository Modified files: misc/proxyper Makefile misc/proxyper/files proxyper.sh Log: Improve startup-script (bump PORTREV) PR: ports/74519 Submitted by: maintainer Revision Changes Path 1.21 +1 -0 ports/misc/proxyper/Makefile 1.5 +6 -14 ports/misc/proxyper/files/proxyper.sh From owner-cvs-all@FreeBSD.ORG Thu Dec 2 11:56:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A359416A4CF; Thu, 2 Dec 2004 11:56:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8160C43D55; Thu, 2 Dec 2004 11:56:13 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2BuDN2068970; Thu, 2 Dec 2004 11:56:13 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2BuDVY068969; Thu, 2 Dec 2004 11:56:13 GMT (envelope-from phk) Message-Id: <200412021156.iB2BuDVY068969@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 2 Dec 2004 11:56:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 11:56:13 -0000 phk 2004-12-02 11:56:13 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Style polishing. Use grepable functions Other minor nitpickings. Revision Changes Path 1.263 +37 -88 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:08:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B89E616A4CE; Thu, 2 Dec 2004 12:08:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93EF943D3F; Thu, 2 Dec 2004 12:08:00 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2C80ac069428; Thu, 2 Dec 2004 12:08:00 GMT (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2C80Sf069427; Thu, 2 Dec 2004 12:08:00 GMT (envelope-from dd) Message-Id: <200412021208.iB2C80Sf069427@repoman.freebsd.org> From: Dima Dorfman Date: Thu, 2 Dec 2004 12:08:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/syck Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:08:00 -0000 dd 2004-12-02 12:08:00 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/syck Makefile distinfo pkg-descr pkg-plist Log: Syck is a YAML parser for popular scripting languages Revision Changes Path 1.767 +1 -0 ports/textproc/Makefile 1.1 +18 -0 ports/textproc/syck/Makefile (new) 1.1 +2 -0 ports/textproc/syck/distinfo (new) 1.1 +10 -0 ports/textproc/syck/pkg-descr (new) 1.1 +3 -0 ports/textproc/syck/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:08:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C16716A4CE; Thu, 2 Dec 2004 12:08:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A80443D54; Thu, 2 Dec 2004 12:08:14 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2C8Ehg069478; Thu, 2 Dec 2004 12:08:14 GMT (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2C8EWm069477; Thu, 2 Dec 2004 12:08:14 GMT (envelope-from dd) Message-Id: <200412021208.iB2C8EWm069477@repoman.freebsd.org> From: Dima Dorfman Date: Thu, 2 Dec 2004 12:08:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:08:14 -0000 dd 2004-12-02 12:08:14 UTC FreeBSD ports repository Modified files: . modules Log: syck --> ports/textproc/syck Revision Changes Path 1.11485 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:09:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C23C516A4CF; Thu, 2 Dec 2004 12:09:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E68043D53; Thu, 2 Dec 2004 12:09:25 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2C9PhE069586; Thu, 2 Dec 2004 12:09:25 GMT (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2C9PFg069585; Thu, 2 Dec 2004 12:09:25 GMT (envelope-from dd) Message-Id: <200412021209.iB2C9PFg069585@repoman.freebsd.org> From: Dima Dorfman Date: Thu, 2 Dec 2004 12:09:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/py-syck Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:09:26 -0000 dd 2004-12-02 12:09:25 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-syck Makefile distinfo pkg-descr pkg-plist Log: Python binding for Syck, a YAML parser and emitter Revision Changes Path 1.768 +1 -0 ports/textproc/Makefile 1.1 +29 -0 ports/textproc/py-syck/Makefile (new) 1.1 +2 -0 ports/textproc/py-syck/distinfo (new) 1.1 +10 -0 ports/textproc/py-syck/pkg-descr (new) 1.1 +1 -0 ports/textproc/py-syck/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:09:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0781F16A4CE; Thu, 2 Dec 2004 12:09:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAC4F43D49; Thu, 2 Dec 2004 12:09:40 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2C9eW6069632; Thu, 2 Dec 2004 12:09:40 GMT (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2C9e2q069631; Thu, 2 Dec 2004 12:09:40 GMT (envelope-from dd) Message-Id: <200412021209.iB2C9e2q069631@repoman.freebsd.org> From: Dima Dorfman Date: Thu, 2 Dec 2004 12:09:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:09:41 -0000 dd 2004-12-02 12:09:40 UTC FreeBSD ports repository Modified files: . modules Log: py-syck --> ports/textproc/py-syck Revision Changes Path 1.11486 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:17:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C28F16A4CE; Thu, 2 Dec 2004 12:17:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED08443D2F; Thu, 2 Dec 2004 12:17:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2CHRhq070036; Thu, 2 Dec 2004 12:17:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2CHRJI070035; Thu, 2 Dec 2004 12:17:27 GMT (envelope-from phk) Message-Id: <200412021217.iB2CHRJI070035@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 2 Dec 2004 12:17:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys filedesc.h src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:17:28 -0000 phk 2004-12-02 12:17:27 UTC FreeBSD src repository Modified files: sys/sys filedesc.h sys/kern kern_descrip.c Log: Drop ffree() as a separate function and incorporate the only place used. Revision Changes Path 1.264 +8 -17 src/sys/kern/kern_descrip.c 1.66 +0 -1 src/sys/sys/filedesc.h From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:18:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D62D016A4CE; Thu, 2 Dec 2004 12:18:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A5F43D1D; Thu, 2 Dec 2004 12:18:26 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2CIQtr070093; Thu, 2 Dec 2004 12:18:26 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2CIQsv070092; Thu, 2 Dec 2004 12:18:26 GMT (envelope-from simon) Message-Id: <200412021218.iB2CIQsv070092@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 2 Dec 2004 12:18:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:18:27 -0000 simon 2004-12-02 12:18:26 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Add a title to the FreeBSD 4.11 release schedule announcement to make RSS feed and the front page show the short version. Revision Changes Path 1.251 +3 -1 www/en/news/news.xml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:19:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 052E716A4CE; Thu, 2 Dec 2004 12:19:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B8E43D1F; Thu, 2 Dec 2004 12:19:07 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2CJ7KW070135; Thu, 2 Dec 2004 12:19:07 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2CJ7dR070134; Thu, 2 Dec 2004 12:19:07 GMT (envelope-from vs) Message-Id: <200412021219.iB2CJ7dR070134@repoman.freebsd.org> From: Volker Stolz Date: Thu, 2 Dec 2004 12:19:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/libvncserver Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:19:08 -0000 vs 2004-12-02 12:19:07 UTC FreeBSD ports repository Modified files: net/libvncserver Makefile pkg-plist Log: - Add optional WITHOUT_X11-build - Assign maintainership to submitter PR: ports/74313 Submitted by: Andrew Turner Revision Changes Path 1.3 +9 -2 ports/net/libvncserver/Makefile 1.3 +1 -1 ports/net/libvncserver/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:22:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59CAE16A4CE; Thu, 2 Dec 2004 12:22:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3757843D31; Thu, 2 Dec 2004 12:22:52 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2CMq2e070313; Thu, 2 Dec 2004 12:22:52 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2CMqTX070312; Thu, 2 Dec 2004 12:22:52 GMT (envelope-from ceri) Message-Id: <200412021222.iB2CMqTX070312@repoman.freebsd.org> From: Ceri Davies Date: Thu, 2 Dec 2004 12:22:52 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en send-pr.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:22:52 -0000 ceri 2004-12-02 12:22:52 UTC FreeBSD doc repository Modified files: en send-pr.sgml Log: Add a dummy parameter in the call to sendpr-code.cgi in an attempt to stop the image being cached. Revision Changes Path 1.41 +2 -2 www/en/send-pr.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:43:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD62716A4CE; Thu, 2 Dec 2004 12:43:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF1943D39; Thu, 2 Dec 2004 12:43:44 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2ChiSE070941; Thu, 2 Dec 2004 12:43:44 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2Chifh070940; Thu, 2 Dec 2004 12:43:44 GMT (envelope-from vs) Message-Id: <200412021243.iB2Chifh070940@repoman.freebsd.org> From: Volker Stolz Date: Thu, 2 Dec 2004 12:43:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/bmon Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:43:44 -0000 vs 2004-12-02 12:43:44 UTC FreeBSD ports repository Modified files: net/bmon Makefile distinfo Log: Update to 2.0.1 PR: ports/73749 Submitted by: maintainer Revision Changes Path 1.6 +6 -6 ports/net/bmon/Makefile 1.4 +2 -2 ports/net/bmon/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:46:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99D9016A4CE; Thu, 2 Dec 2004 12:46:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50DC543D3F; Thu, 2 Dec 2004 12:46:53 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Ckr4I071109; Thu, 2 Dec 2004 12:46:53 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2CkrKV071108; Thu, 2 Dec 2004 12:46:53 GMT (envelope-from blackend) Message-Id: <200412021246.iB2CkrKV071108@repoman.freebsd.org> From: Marc Fonvieille Date: Thu, 2 Dec 2004 12:46:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:46:53 -0000 blackend 2004-12-02 12:46:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/multimedia chapter.sgml Log: s/sbc/snd_sbc where needed. Submitted by: cjsantos@sapo.pt Revision Changes Path 1.103 +1 -1 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 12:50:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6128A16A4CE; Thu, 2 Dec 2004 12:50:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D93E43D39; Thu, 2 Dec 2004 12:50:53 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Cor1N077718; Thu, 2 Dec 2004 12:50:53 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2CorQS077717; Thu, 2 Dec 2004 12:50:53 GMT (envelope-from simon) Message-Id: <200412021250.iB2CorQS077717@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 2 Dec 2004 12:50:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/share/sgml advisories.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 12:50:53 -0000 simon 2004-12-02 12:50:53 UTC FreeBSD doc repository Modified files: share/sgml advisories.xml Log: Add FreeBSD-SA-04:17.procfs. Remembered by: josef Revision Changes Path 1.171 +13 -1 www/share/sgml/advisories.xml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 13:12:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA3C16A4CE; Thu, 2 Dec 2004 13:12:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B1743D5D; Thu, 2 Dec 2004 13:12:43 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2DChMb078388; Thu, 2 Dec 2004 13:12:43 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2DChsd078387; Thu, 2 Dec 2004 13:12:43 GMT (envelope-from maxim) Message-Id: <200412021312.iB2DChsd078387@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Dec 2004 13:12:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh jobs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 13:12:44 -0000 maxim 2004-12-02 13:12:43 UTC FreeBSD src repository Modified files: bin/sh jobs.c Log: o Terminate an endless loop sh -T goes into in dowait() around waitproc(). XXX from Tor: "The shell can also go into a similar loop if the child was killed by signal 127, since the shell would believe the child to have only stopped (WIFSTOPPED() macro returns nonzero value). Disallowing signals 127 and 128 will fix that problem." See kern/19402 for details. PR: bin/66242 Submitted by: tegge Analysis and testcase by: demon MFC after: 3 weeks Revision Changes Path 1.68 +2 -1 src/bin/sh/jobs.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 13:13:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB3CF16A4CE; Thu, 2 Dec 2004 13:13:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A86443D2F; Thu, 2 Dec 2004 13:13:27 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2DDR7B078466; Thu, 2 Dec 2004 13:13:27 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2DDRuX078465; Thu, 2 Dec 2004 13:13:27 GMT (envelope-from maxim) Message-Id: <200412021313.iB2DDRuX078465@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Dec 2004 13:13:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh sh.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 13:13:27 -0000 maxim 2004-12-02 13:13:27 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: o Add a missed "." . Reviewed by: ru MFC after: 3 weeks Revision Changes Path 1.94 +1 -1 src/bin/sh/sh.1 From owner-cvs-all@FreeBSD.ORG Thu Dec 2 13:15:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF7E16A4CE; Thu, 2 Dec 2004 13:15:27 +0000 (GMT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 548EB43D48; Thu, 2 Dec 2004 13:15:26 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1])iB2DFOP7021648; Thu, 2 Dec 2004 14:15:24 +0100 (CET) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.1/8.13.1/Submit) id iB2DFOHU021647; Thu, 2 Dec 2004 14:15:24 +0100 (CET) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Thu, 2 Dec 2004 14:15:24 +0100 From: Tilman Linneweh To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041202131524.GB8793@arved.at> References: <200412011855.iB1ItKHC005936@repoman.freebsd.org> <20041202014558.GU18619@hex.databits.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041202014558.GU18619@hex.databits.net> User-Agent: Mutt/1.4.2.1i Subject: Re: operation of addport & modulesupdate in particular (was Re: cvs commit: CVSROOT modules) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 13:15:27 -0000 * Will Andrews [2004-12-02 02:46]: > > X-Mas whish: Santa Claus, please fix addport for me > > Nothing wrong with it; been using it since I wrote it almost 5 > years ago, without any trouble. It can be blamed for several > thousand CVSROOT/modules changes since then. :) > > My usual reply to this recurring issue is: Yes I know this, that's why I asked Santa and not you to fix it :-). > > Make sure your ssh configuration works the way it does, i.e. can > ssh to freefall from committing location and subsequently from > there to repoman - usually involves ssh-agent or another key that > is local to the freebsd.org cluster. modulesupdate worked for me nearly two years and dozens of ports, but oneday it stopped (between Feb 13 and May 22). I am still committing from the same machines, i can ssh to freefall and further to repoman without entering a passphrase. So I have no idea, why modulesupdate does not like me anymore, but i still believe in Santa Claus' ability to fix it :-) regards tilman From owner-cvs-all@FreeBSD.ORG Thu Dec 2 13:42:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F14C916A4CE; Thu, 2 Dec 2004 13:42:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A91E543D48; Thu, 2 Dec 2004 13:42:32 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2DgW9a079336; Thu, 2 Dec 2004 13:42:32 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2DgWEo079335; Thu, 2 Dec 2004 13:42:32 GMT (envelope-from josef) Message-Id: <200412021342.iB2DgWEo079335@repoman.freebsd.org> From: Josef El-Rayes Date: Thu, 2 Dec 2004 13:42:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/jabberd Makefile distinfo ports/net/jabberd/files patch-ltmain.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 13:42:33 -0000 josef 2004-12-02 13:42:32 UTC FreeBSD ports repository (doc committer) Modified files: net/jabberd Makefile distinfo Added files: net/jabberd/files patch-ltmain.sh Log: Update port to 2.0.5 (2.0s5). Based on submission by maintainer. Submitted by: maintainer PR: ports/74565 Approved by: pav Tested by: simon Revision Changes Path 1.23 +4 -6 ports/net/jabberd/Makefile 1.5 +2 -2 ports/net/jabberd/distinfo 1.1 +18 -0 ports/net/jabberd/files/patch-ltmain.sh (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 13:46:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BA6216A4CE; Thu, 2 Dec 2004 13:46:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786E943D55; Thu, 2 Dec 2004 13:46:24 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2DkOmk079525; Thu, 2 Dec 2004 13:46:24 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2DkOvj079524; Thu, 2 Dec 2004 13:46:24 GMT (envelope-from sem) Message-Id: <200412021346.iB2DkOvj079524@repoman.freebsd.org> From: Sergey Matveychuk Date: Thu, 2 Dec 2004 13:46:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/p5-IO-String Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 13:46:24 -0000 sem 2004-12-02 13:46:24 UTC FreeBSD ports repository Modified files: devel/p5-IO-String Makefile distinfo Log: - Update to 1.06 PR: ports/74561 Approved by: erwin (maintainer) Revision Changes Path 1.10 +1 -1 ports/devel/p5-IO-String/Makefile 1.6 +2 -2 ports/devel/p5-IO-String/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 13:56:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD89D16A4CE; Thu, 2 Dec 2004 13:56:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC78443D46; Thu, 2 Dec 2004 13:56:53 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2DurlS079858; Thu, 2 Dec 2004 13:56:53 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2DurMc079857; Thu, 2 Dec 2004 13:56:53 GMT (envelope-from maxim) Message-Id: <200412021356.iB2DurMc079857@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Dec 2004 13:56:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dump dump.h itime.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 13:56:54 -0000 maxim 2004-12-02 13:56:53 UTC FreeBSD src repository Modified files: sbin/dump dump.h itime.c Log: o Do not dump core in -W if dumpdates was not readable and ddatev == NULL. PR: bin/69977 o Remove unused ddates_in. Obtained from: NetBSD MFC after: 3 weeks Revision Changes Path 1.27 +2 -2 src/sbin/dump/dump.h 1.16 +0 -3 src/sbin/dump/itime.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 14:01:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E444B16A4CE; Thu, 2 Dec 2004 14:01:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D565F43D55; Thu, 2 Dec 2004 14:01:04 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2E14jP080131; Thu, 2 Dec 2004 14:01:04 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2E143u080130; Thu, 2 Dec 2004 14:01:04 GMT (envelope-from tobez) Message-Id: <200412021401.iB2E143u080130@repoman.freebsd.org> From: Anton Berezin Date: Thu, 2 Dec 2004 14:01:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/p5-Tk-Splashscreen Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:01:05 -0000 tobez 2004-12-02 14:01:04 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/p5-Tk-Splashscreen Makefile distinfo pkg-descr pkg-plist Log: Add p5-Tk-Splashscreen-1.0, a widget that displays a Splashscreen during program initialization. Revision Changes Path 1.339 +1 -0 ports/x11-toolkits/Makefile 1.1 +26 -0 ports/x11-toolkits/p5-Tk-Splashscreen/Makefile (new) 1.1 +2 -0 ports/x11-toolkits/p5-Tk-Splashscreen/distinfo (new) 1.1 +8 -0 ports/x11-toolkits/p5-Tk-Splashscreen/pkg-descr (new) 1.1 +6 -0 ports/x11-toolkits/p5-Tk-Splashscreen/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 14:03:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A88816A4CE; Thu, 2 Dec 2004 14:03:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4969443D1D; Thu, 2 Dec 2004 14:03:43 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2E3hEa080228; Thu, 2 Dec 2004 14:03:43 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2E3hsj080227; Thu, 2 Dec 2004 14:03:43 GMT (envelope-from tobez) Message-Id: <200412021403.iB2E3hsj080227@repoman.freebsd.org> From: Anton Berezin Date: Thu, 2 Dec 2004 14:03:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:03:43 -0000 tobez 2004-12-02 14:03:43 UTC FreeBSD ports repository Modified files: . modules Log: Manually add a module for p5-Tk-Splashscreen. Revision Changes Path 1.11487 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 2 14:04:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E783416A4CE; Thu, 2 Dec 2004 14:04:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C6A43D2D; Thu, 2 Dec 2004 14:04:21 +0000 (GMT) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2E4LV6080267; Thu, 2 Dec 2004 14:04:21 GMT (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2E4Ls5080266; Thu, 2 Dec 2004 14:04:21 GMT (envelope-from tobez) Message-Id: <200412021404.iB2E4Ls5080266@repoman.freebsd.org> From: Anton Berezin Date: Thu, 2 Dec 2004 14:04:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:04:22 -0000 tobez 2004-12-02 14:04:20 UTC FreeBSD ports repository Modified files: . modules Log: Fix sorting order in the last commit. Revision Changes Path 1.11488 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 2 14:05:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 326E016A4CE; Thu, 2 Dec 2004 14:05:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10F4543D48; Thu, 2 Dec 2004 14:05:06 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2E55w9080317; Thu, 2 Dec 2004 14:05:05 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2E55Pl080316; Thu, 2 Dec 2004 14:05:05 GMT (envelope-from dougb) Message-Id: <200412021405.iB2E55Pl080316@repoman.freebsd.org> From: Doug Barton Date: Thu, 2 Dec 2004 14:05:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/wdm Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:05:06 -0000 dougb 2004-12-02 14:05:05 UTC FreeBSD ports repository Modified files: x11/wdm Makefile pkg-plist Log: Unbreak by updating pkg-plist. Pet portlint. Submitted by: kris/pointyhat Revision Changes Path 1.66 +1 -3 ports/x11/wdm/Makefile 1.11 +0 -7 ports/x11/wdm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 2 14:09:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E40416A4CE; Thu, 2 Dec 2004 14:09:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DB8C43D48; Thu, 2 Dec 2004 14:09:53 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2E9reE080512; Thu, 2 Dec 2004 14:09:53 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2E9rNQ080511; Thu, 2 Dec 2004 14:09:53 GMT (envelope-from arved) Message-Id: <200412021409.iB2E9rNQ080511@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 2 Dec 2004 14:09:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/nagios-plugins Makefile ports/net-mgmt/nagios-plugins/files patch-check_radius.c patch-netutils.c patch-netutils.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:09:53 -0000 arved 2004-12-02 14:09:53 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-plugins Makefile Added files: net-mgmt/nagios-plugins/files patch-check_radius.c patch-netutils.c patch-netutils.h Log: Add the missing patch files from the last commit. Noticed by: maintainer Forgotten by: arved Revision Changes Path 1.35 +1 -0 ports/net-mgmt/nagios-plugins/Makefile 1.1 +54 -0 ports/net-mgmt/nagios-plugins/files/patch-check_radius.c (new) 1.1 +47 -0 ports/net-mgmt/nagios-plugins/files/patch-netutils.c (new) 1.1 +11 -0 ports/net-mgmt/nagios-plugins/files/patch-netutils.h (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 14:10:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 452B416A4DC; Thu, 2 Dec 2004 14:10:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 356EB43D1F; Thu, 2 Dec 2004 14:10:35 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2EAY1D080606; Thu, 2 Dec 2004 14:10:35 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2EAYN6080605; Thu, 2 Dec 2004 14:10:34 GMT (envelope-from ahze) Message-Id: <200412021410.iB2EAYN6080605@repoman.freebsd.org> From: Michael Johnson Date: Thu, 2 Dec 2004 14:10:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ccache Makefile ports/devel/ccache/files ccache-howto-freebsd.txt.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:10:35 -0000 ahze 2004-12-02 14:10:34 UTC FreeBSD ports repository Modified files: devel/ccache Makefile devel/ccache/files pkg-message.in Added files: devel/ccache/files ccache-howto-freebsd.txt.in Log: - Add a link to gcc32 since it's still used in some ports (ie openoffice) - Move pkg-message in to a file (ccache-howto-freebsd.txt) that is now installed in to DOCSDIR. ccache-howto-freebsd.txt is more informative than pkg-message was, now has better examples so ccache will not fail with some ports that don't like a full path to the compiler. - Add a note about using distcc - Bump PORTREVISION Revision Changes Path 1.27 +18 -11 ports/devel/ccache/Makefile 1.1 +50 -0 ports/devel/ccache/files/ccache-howto-freebsd.txt.in (new) 1.3 +3 -18 ports/devel/ccache/files/pkg-message.in From owner-cvs-all@FreeBSD.ORG Thu Dec 2 14:27:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F1B16A4CE; Thu, 2 Dec 2004 14:27:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C82443D67; Thu, 2 Dec 2004 14:27:28 +0000 (GMT) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2ERS7x081149; Thu, 2 Dec 2004 14:27:28 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2ERSGe081148; Thu, 2 Dec 2004 14:27:28 GMT (envelope-from roam) Message-Id: <200412021427.iB2ERSGe081148@repoman.freebsd.org> From: Peter Pentchev Date: Thu, 2 Dec 2004 14:27:28 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:27:29 -0000 roam 2004-12-02 14:27:28 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Add several missing spaces in ipfw examples (e.g. 'anyin' -> 'any in'). Remove a couple of double spaces. PR: 74614 Submitted by: Matt Mills Revision Changes Path 1.247 +14 -14 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 14:57:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A00116A4CE; Thu, 2 Dec 2004 14:57:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 791F943D5C; Thu, 2 Dec 2004 14:57:52 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Evqpf082058; Thu, 2 Dec 2004 14:57:52 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2EvqQ6082057; Thu, 2 Dec 2004 14:57:52 GMT (envelope-from hmp) Message-Id: <200412021457.iB2EvqQ6082057@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 2 Dec 2004 14:57:52 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects projects.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 14:57:52 -0000 hmp 2004-12-02 14:57:52 UTC FreeBSD doc repository Modified files: en/projects projects.sgml Log: The URL to the 'WAFS' project has not been available for a while. For now, comment out the block until a better URL can be found. Revision Changes Path 1.165 +3 -3 www/en/projects/projects.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 15:03:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0BCF16A4CE; Thu, 2 Dec 2004 15:03:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F47B43D55; Thu, 2 Dec 2004 15:03:24 +0000 (GMT) (envelope-from matusita@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2F3O0G082280; Thu, 2 Dec 2004 15:03:24 GMT (envelope-from matusita@repoman.freebsd.org) Received: (from matusita@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2F3OZP082279; Thu, 2 Dec 2004 15:03:24 GMT (envelope-from matusita) Message-Id: <200412021503.iB2F3OZP082279@repoman.freebsd.org> From: Makoto Matsushita Date: Thu, 2 Dec 2004 15:03:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/skk-jisyo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 15:03:24 -0000 matusita 2004-12-02 15:03:24 UTC FreeBSD ports repository Modified files: japanese/skk-jisyo Makefile distinfo Log: Update to 200412. Committed at: Busan, KR Revision Changes Path 1.30 +1 -1 ports/japanese/skk-jisyo/Makefile 1.21 +6 -6 ports/japanese/skk-jisyo/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 15:08:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E1316A4CE; Thu, 2 Dec 2004 15:08:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B850D43D41; Thu, 2 Dec 2004 15:08:57 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2F8vS5082486; Thu, 2 Dec 2004 15:08:57 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2F8vNY082485; Thu, 2 Dec 2004 15:08:57 GMT (envelope-from hmp) Message-Id: <200412021508.iB2F8vNY082485@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 2 Dec 2004 15:08:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects projects.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 15:08:58 -0000 hmp 2004-12-02 15:08:57 UTC FreeBSD doc repository Modified files: en/projects projects.sgml Log: Add the 'Dingo' project on to the list, next to 'Netperf'. Revision Changes Path 1.166 +7 -1 www/en/projects/projects.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 15:16:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CFFC16A4CE; Thu, 2 Dec 2004 15:16:41 +0000 (GMT) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D90D43D41; Thu, 2 Dec 2004 15:16:40 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 50440175D2; Thu, 2 Dec 2004 16:16:38 +0100 (CET) Date: Thu, 2 Dec 2004 16:16:38 +0100 From: Anton Berezin To: Tilman Linneweh , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041202151638.GB95465@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Tilman Linneweh , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200412011855.iB1ItKHC005936@repoman.freebsd.org> <20041202014558.GU18619@hex.databits.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041202014558.GU18619@hex.databits.net> User-Agent: Mutt/1.5.6i Subject: Re: operation of addport & modulesupdate in particular (was Re: cvs commit: CVSROOT modules) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 15:16:41 -0000 On Wed, Dec 01, 2004 at 07:45:58PM -0600, Will Andrews wrote: > On Wed, Dec 01, 2004 at 06:55:20PM +0000, Tilman Linneweh wrote: > > Modified files: > > . modules > > Log: > > Add kgeography > > > > X-Mas whish: Santa Claus, please fix addport for me > > Nothing wrong with it; been using it since I wrote it almost 5 > years ago, without any trouble. It can be blamed for several > thousand CVSROOT/modules changes since then. :) > > My usual reply to this recurring issue is: > > Make sure your ssh configuration works the way it does, i.e. can > ssh to freefall from committing location and subsequently from > there to repoman - usually involves ssh-agent or another key that > is local to the freebsd.org cluster. Dunno. That could be a reasonable explanation if addport did not work for me. As it is, addport sometimes works for me, sometimes sort of works, and sometimes does not work. Last three or four new ports where added while I was using the same machine, and only the last commit had problems, like this: addport -i -d . .....[cvs aborted, broken pipe]... scratching my head repeating (yeah, like a typical Windows user, I know :-) addport -i -d . ... works works ... during module update: .....[cvs aborted, broken pipe]... here we go Tell me it's my fault! \Anton. -- The moronity of the universe is a monotonically increasing function. -- Jarkko Hietaniemi From owner-cvs-all@FreeBSD.ORG Thu Dec 2 15:18:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 550EA16A4CE; Thu, 2 Dec 2004 15:18:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 333D443D1F; Thu, 2 Dec 2004 15:18:48 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2FIkU0082883; Thu, 2 Dec 2004 15:18:47 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2FIk5B082881; Thu, 2 Dec 2004 15:18:46 GMT (envelope-from naddy) Message-Id: <200412021518.iB2FIk5B082881@repoman.freebsd.org> From: Christian Weisgerber Date: Thu, 2 Dec 2004 15:18:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/rockdodger Makefileports/games/rockdodger/files patch-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 15:18:48 -0000 naddy 2004-12-02 15:18:45 UTC FreeBSD ports repository Modified files: games/rockdodger Makefile Added files: games/rockdodger/files patch-main.c Log: Fix buffer overflows. Submitted by: Ulf Harnhammar Revision Changes Path 1.8 +1 -1 ports/games/rockdodger/Makefile 1.1 +23 -0 ports/games/rockdodger/files/patch-main.c (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 15:38:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC1D916A4CE; Thu, 2 Dec 2004 15:38:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC71F43D45; Thu, 2 Dec 2004 15:38:33 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2FcXJW083456; Thu, 2 Dec 2004 15:38:33 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2FcX5a083455; Thu, 2 Dec 2004 15:38:33 GMT (envelope-from josef) Message-Id: <200412021538.iB2FcX5a083455@repoman.freebsd.org> From: Josef El-Rayes Date: Thu, 2 Dec 2004 15:38:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/ImageMagick Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 15:38:34 -0000 josef 2004-12-02 15:38:33 UTC FreeBSD ports repository (doc committer) Modified files: graphics/ImageMagick Makefile Log: Mark port forbidden due to security vulnerability. Revision Changes Path 1.193 +1 -0 ports/graphics/ImageMagick/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 15:47:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 002EC16A4CE; Thu, 2 Dec 2004 15:47:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D34CA43D49; Thu, 2 Dec 2004 15:47:15 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2FlFYT083762; Thu, 2 Dec 2004 15:47:15 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2FlFGf083761; Thu, 2 Dec 2004 15:47:15 GMT (envelope-from mlaier) Message-Id: <200412021547.iB2FlFGf083761@repoman.freebsd.org> From: Max Laier Date: Thu, 2 Dec 2004 15:47:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern uipc_domain.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 15:47:16 -0000 mlaier 2004-12-02 15:47:15 UTC FreeBSD src repository Modified files: sys/kern uipc_domain.c Log: Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and make it do what I had in mind. Noticed by: glebius Pointyhat to: me, myself and mlaier Revision Changes Path 1.42 +2 -2 src/sys/kern/uipc_domain.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 15:52:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4894816A4CE; Thu, 2 Dec 2004 15:52:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 284A043D31; Thu, 2 Dec 2004 15:52:30 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2FqT84083964; Thu, 2 Dec 2004 15:52:30 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2FqTUg083963; Thu, 2 Dec 2004 15:52:29 GMT (envelope-from yar) Message-Id: <200412021552.iB2FqTUg083963@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 2 Dec 2004 15:52:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 15:52:30 -0000 yar 2004-12-02 15:52:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) libexec/ftpd ftpd.c Log: MFC: Fixes and improvements to verbose logging of user activity. ftpd.c: rev. 1.184, 1.192, 1.195 Revision Changes Path 1.163.2.7 +58 -42 src/libexec/ftpd/ftpd.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 15:53:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF56816A4CE; Thu, 2 Dec 2004 15:53:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B33D43D58; Thu, 2 Dec 2004 15:53:16 +0000 (GMT) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2FrGPA084036; Thu, 2 Dec 2004 15:53:16 GMT (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2FrGLB084035; Thu, 2 Dec 2004 15:53:16 GMT (envelope-from nobutaka) Message-Id: <200412021553.iB2FrGLB084035@repoman.freebsd.org> From: MANTANI Nobutaka Date: Thu, 2 Dec 2004 15:53:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/mlterm Makefile distinfo patch-tool:w3mmlconfig:Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 15:53:16 -0000 nobutaka 2004-12-02 15:53:16 UTC FreeBSD ports repository Modified files: x11/mlterm Makefile distinfo Added files: x11/mlterm/files patch-tool:w3mmlconfig:Makefile.in Removed files: x11/mlterm/files patch-tool:w3mmlconfig:Makefile Log: Update to 2.9.1. Revision Changes Path 1.25 +9 -8 ports/x11/mlterm/Makefile 1.14 +2 -2 ports/x11/mlterm/distinfo 1.2 +0 -18 ports/x11/mlterm/files/patch-tool:w3mmlconfig:Makefile (dead) 1.1 +11 -0 ports/x11/mlterm/files/patch-tool:w3mmlconfig:Makefile.in (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 16:06:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B931116A4CE; Thu, 2 Dec 2004 16:06:57 +0000 (GMT) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4665C43D1F; Thu, 2 Dec 2004 16:06:57 +0000 (GMT) (envelope-from chris@unixpages.org) Received: from r220-1 (r220-1.rz.RWTH-Aachen.DE [134.130.3.31]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 HotFix 1.12 (built Feb 13 2003)) with ESMTP id <0I8300KI9RFJ8Q@ms-dienst.rz.rwth-aachen.de>; Thu, 02 Dec 2004 17:06:56 +0100 (MET) Received: from relay.rwth-aachen.de ([134.130.3.1]) by r220-1 (MailMonitor for SMTP v1.2.2 ) ; Thu, 02 Dec 2004 17:06:55 +0100 (MET) Received: from haakonia.hitnet.rwth-aachen.de (haakonia.hitnet.RWTH-Aachen.DE [137.226.181.92])iB2G6rRW014815; Thu, 02 Dec 2004 17:06:54 +0100 (MET) Received: from gondor.middleearth (gondor.middleearth [192.168.1.42]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))(Postfix) with ESMTP id F16012846D; Thu, 02 Dec 2004 17:06:47 +0100 (CET) Received: by gondor.middleearth (Postfix, from userid 1001) id 355B022859; Thu, 02 Dec 2004 17:06:47 +0100 (CET) Date: Thu, 02 Dec 2004 17:06:46 +0100 From: Christian Brueffer In-reply-to: <200412021547.iB2FlFGf083761@repoman.freebsd.org> To: Max Laier Message-id: <20041202160646.GB25517@unixpages.org> MIME-version: 1.0 Content-type: multipart/signed; boundary="dTy3Mrz/UPE2dbVg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.0-CURRENT X-PGP-Key: http://people.freebsd.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200412021547.iB2FlFGf083761@repoman.freebsd.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern uipc_domain.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:06:57 -0000 --dTy3Mrz/UPE2dbVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 02, 2004 at 03:47:15PM +0000, Max Laier wrote: > mlaier 2004-12-02 15:47:15 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/kern uipc_domain.c=20 > Log: > Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and m= ake > it do what I had in mind. > =20 > Noticed by: glebius > Pointyhat to: me, myself and mlaier > =20 Out of the door. Line on the left. One pointy hat each. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --dTy3Mrz/UPE2dbVg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBrz2WbHYXjKDtmC0RAkIsAKCXBt0U54PrMfXXVsAZVTFBa0yDtQCgxBi5 k3BdFxmxpJ8dHobNgRWolI0= =Ry77 -----END PGP SIGNATURE----- --dTy3Mrz/UPE2dbVg-- From owner-cvs-all@FreeBSD.ORG Thu Dec 2 16:21:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A39116A4CE; Thu, 2 Dec 2004 16:21:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49BCB43D3F; Thu, 2 Dec 2004 16:21:30 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2GLUCN084970; Thu, 2 Dec 2004 16:21:30 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2GLUYu084969; Thu, 2 Dec 2004 16:21:30 GMT (envelope-from perky) Message-Id: <200412021621.iB2GLUYu084969@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 2 Dec 2004 16:21:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/zope Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:21:30 -0000 perky 2004-12-02 16:21:30 UTC FreeBSD ports repository Modified files: www/zope Makefile Log: Fix build on Python 2.4. Spotted by: kris Revision Changes Path 1.62 +4 -2 ports/www/zope/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 16:21:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD7D316A4CE; Thu, 2 Dec 2004 16:21:45 +0000 (GMT) Received: from relay.bestcom.ru (relay.bestcom.ru [217.72.144.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F2F543D39; Thu, 2 Dec 2004 16:21:45 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (root@cell.sick.ru [217.72.144.68]) by relay.bestcom.ru (8.13.1/8.12.9) with ESMTP id iB2GLhWS003575 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Thu, 2 Dec 2004 19:21:44 +0300 (MSK) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id iB2GLgH9034288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Dec 2004 19:21:43 +0300 (MSK) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id iB2GLgal034287; Thu, 2 Dec 2004 19:21:42 +0300 (MSK) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Thu, 2 Dec 2004 19:21:42 +0300 From: Gleb Smirnoff To: Max Laier Message-ID: <20041202162142.GC34136@cell.sick.ru> References: <200412021547.iB2FlFGf083761@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200412021547.iB2FlFGf083761@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: clamd / ClamAV version devel-20041013, clamav-milter version 0.75l on 127.0.0.1 X-Virus-Status: Clean cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern uipc_domain.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:21:46 -0000 On Thu, Dec 02, 2004 at 03:47:15PM +0000, Max Laier wrote: M> mlaier 2004-12-02 15:47:15 UTC M> M> FreeBSD src repository M> M> Modified files: M> sys/kern uipc_domain.c M> Log: M> Am I smoking crack? Correct stupid, wrong ASSERT -> if conversion and make M> it do what I had in mind. M> M> Noticed by: glebius M> Pointyhat to: me, myself and mlaier Actually, I've noticed it before you commited. But I was too sleepy, when received your review mail, and went to bed planning to send mail next day. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Thu Dec 2 16:27:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A77A616A4CE; Thu, 2 Dec 2004 16:27:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A2A43D31; Thu, 2 Dec 2004 16:27:50 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2GRoCQ085184; Thu, 2 Dec 2004 16:27:50 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2GRoaa085183; Thu, 2 Dec 2004 16:27:50 GMT (envelope-from ijliao) Message-Id: <200412021627.iB2GRoaa085183@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 2 Dec 2004 16:27:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-WebService-Bloglines Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:27:50 -0000 ijliao 2004-12-02 16:27:50 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WebService-Bloglines Makefile distinfo pkg-descr pkg-plist Log: add p5-WebService-Bloglines 0.02 Easy-to-use Interface for Bloglines Web Services Revision Changes Path 1.1011 +1 -0 ports/www/Makefile 1.1 +27 -0 ports/www/p5-WebService-Bloglines/Makefile (new) 1.1 +2 -0 ports/www/p5-WebService-Bloglines/distinfo (new) 1.1 +4 -0 ports/www/p5-WebService-Bloglines/pkg-descr (new) 1.1 +8 -0 ports/www/p5-WebService-Bloglines/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 16:31:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A706316A4CE; Thu, 2 Dec 2004 16:31:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F0043D5C; Thu, 2 Dec 2004 16:31:18 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2GVI2n085401; Thu, 2 Dec 2004 16:31:18 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2GVIHo085400; Thu, 2 Dec 2004 16:31:18 GMT (envelope-from ijliao) Message-Id: <200412021631.iB2GVIHo085400@repoman.freebsd.org> From: Ying-Chieh Liao Date: Thu, 2 Dec 2004 16:31:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:31:18 -0000 ijliao 2004-12-02 16:31:18 UTC FreeBSD ports repository Modified files: . modules Log: p5-WebService-Bloglines --> ports/www/p5-WebService-Bloglines Revision Changes Path 1.11489 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Dec 2 16:36:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AAF916A4CE; Thu, 2 Dec 2004 16:36:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC0D43D54; Thu, 2 Dec 2004 16:36:16 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2GaGJb085626; Thu, 2 Dec 2004 16:36:16 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2GaGOa085625; Thu, 2 Dec 2004 16:36:16 GMT (envelope-from perky) Message-Id: <200412021636.iB2GaGOa085625@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 2 Dec 2004 16:36:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/zodb/files patch-BTrees::convert.py patch-ZEO::StorageServer.pypatch-ZODB::referencesf.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:36:16 -0000 perky 2004-12-02 16:36:16 UTC FreeBSD ports repository Added files: databases/zodb/files patch-BTrees::convert.py patch-ZEO::StorageServer.py patch-ZODB::ConflictResolution.py patch-ZODB::Transaction.py patch-ZODB::referencesf.py Log: Fix build on Python 2.4. Spotted by: kris Revision Changes Path 1.1 +16 -0 ports/databases/zodb/files/patch-BTrees::convert.py (new) 1.1 +20 -0 ports/databases/zodb/files/patch-ZEO::StorageServer.py (new) 1.1 +17 -0 ports/databases/zodb/files/patch-ZODB::ConflictResolution.py (new) 1.1 +14 -0 ports/databases/zodb/files/patch-ZODB::Transaction.py (new) 1.1 +14 -0 ports/databases/zodb/files/patch-ZODB::referencesf.py (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 16:38:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C7A916A4D1; Thu, 2 Dec 2004 16:38:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C97A43D41; Thu, 2 Dec 2004 16:38:37 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Gcb3g085709; Thu, 2 Dec 2004 16:38:37 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2GcbeR085708; Thu, 2 Dec 2004 16:38:37 GMT (envelope-from perky) Message-Id: <200412021638.iB2GcbeR085708@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 2 Dec 2004 16:38:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/decompyle Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:38:37 -0000 perky 2004-12-02 16:38:37 UTC FreeBSD ports repository Modified files: devel/decompyle Makefile Log: decompyle does not run on Python 2.4 yet. Revision Changes Path 1.10 +1 -1 ports/devel/decompyle/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 16:54:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C8E16A4CE; Thu, 2 Dec 2004 16:54:00 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD03A43D49; Thu, 2 Dec 2004 16:53:59 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id C6C465310; Thu, 2 Dec 2004 17:53:57 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 4A84C530A; Thu, 2 Dec 2004 17:53:45 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 2F6BAB873; Thu, 2 Dec 2004 17:53:45 +0100 (CET) To: "Bjoern A. Zeeb" References: <200411132040.iADKeWri018969@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 02 Dec 2004 17:53:45 +0100 In-Reply-To: <200411132040.iADKeWri018969@repoman.freebsd.org> (Bjoern A. Zeeb's message of "Sat, 13 Nov 2004 20:40:32 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile src/lib/libc Makefile src/lib/libc/gen getnetgrent.c src/lib/libc/net rcmd.c src/lib/libc/rpc netnamer.c src/lib/libpam/modules/pam_unix Makefile src/lib/librpcsvc Makefile src/lib/libwrap Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 16:54:00 -0000 "Bjoern A. Zeeb" writes: > Log: > Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. > If turned on no NIS support and related programs will be built. > [...] > No objections: des, gshapiro, nectar ...but I still don't understand what the bloody point is... DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Dec 2 17:00:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FD1A16A4CE; Thu, 2 Dec 2004 17:00:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D2A43D54; Thu, 2 Dec 2004 17:00:48 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2H0mGK092907; Thu, 2 Dec 2004 17:00:48 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2H0mRa092906; Thu, 2 Dec 2004 17:00:48 GMT (envelope-from ade) Message-Id: <200412021700.iB2H0mRa092906@repoman.freebsd.org> From: Ade Lovett Date: Thu, 2 Dec 2004 17:00:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:00:49 -0000 ade 2004-12-02 17:00:48 UTC FreeBSD ports repository Modified files: . access Log: Add Palle Girgensohn (girgen) to the ranks of our ports committers. All the usual problems - too many high-quality PRs, port maintainerships etc.. people are obviously not learning about the serious ramifications of doing this :) Co-mentored by myself and seanc, Palle's first job will be to finish off the postgresql new-world-order. It's good to have more postgresql people around.. Approved by: portmgr Revision Changes Path 1.627 +1 -0 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Dec 2 17:00:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 480BF16A4CE; Thu, 2 Dec 2004 17:00:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F7D43D49; Thu, 2 Dec 2004 17:00:59 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2H0xsG092965; Thu, 2 Dec 2004 17:00:59 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2H0xt6092964; Thu, 2 Dec 2004 17:00:59 GMT (envelope-from harti) Message-Id: <200412021700.iB2H0xt6092964@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 2 Dec 2004 17:00:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/usr.bin/make Makefile shell_test shell_test.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:00:59 -0000 harti 2004-12-02 17:00:59 UTC FreeBSD src repository Modified files: tools/regression/usr.bin/make Makefile Added files: tools/regression/usr.bin/make shell_test.sh Removed files: tools/regression/usr.bin/make shell_test Log: Make the tests runnable on a read-only src. To do this you must make sure that you create one of the object directories make knows (see make(1)). This uses the -C flag, so add a test that checks that make actually accepts -C. Also fix the test that selects csh via the .SHELL target to work for tcsh users too. This commit renames shell_test to shell_test.sh. There is no history to preserve so go without a repo-copy. Reviewed by: ru Revision Changes Path 1.25 +63 -49 src/tools/regression/usr.bin/make/Makefile 1.2 +0 -6 src/tools/regression/usr.bin/make/shell_test (dead) 1.1 +6 -0 src/tools/regression/usr.bin/make/shell_test.sh (new) From owner-cvs-all@FreeBSD.ORG Thu Dec 2 17:06:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78EE916A4CE; Thu, 2 Dec 2004 17:06:03 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BEA43D39; Thu, 2 Dec 2004 17:06:03 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 3E2595315; Thu, 2 Dec 2004 18:06:02 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 604095310; Thu, 2 Dec 2004 18:05:53 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 0D56DB873; Thu, 2 Dec 2004 18:05:53 +0100 (CET) To: Greg Lehey References: <200411212305.iALN56lT091084@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 02 Dec 2004 18:05:53 +0100 In-Reply-To: <200411212305.iALN56lT091084@repoman.freebsd.org> (Greg Lehey's message of "Sun, 21 Nov 2004 23:05:06 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.australia X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:06:03 -0000 Greg Lehey writes: > Modified files: > usr.bin/calendar/calendars calendar.australia=20 > Log: > Print dates the right way round. =BFumop-ap!sdn DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Dec 2 17:12:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE05816A4CE; Thu, 2 Dec 2004 17:12:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C5AB43D41; Thu, 2 Dec 2004 17:12:06 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2HC6b2093306; Thu, 2 Dec 2004 17:12:06 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2HC6tp093305; Thu, 2 Dec 2004 17:12:06 GMT (envelope-from rik) Message-Id: <200412021712.iB2HC6tp093305@repoman.freebsd.org> From: Roman Kurakin Date: Thu, 2 Dec 2004 17:12:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sbin/sconfig sconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:12:06 -0000 rik 2004-12-02 17:12:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/sconfig sconfig.8 Log: MFC -j 1.5 -j 1.6 Log: Fix typo. Submitted by: Janusz Muc'ka (Defacto) Revision Changes Path 1.5.2.1 +1 -1 src/sbin/sconfig/sconfig.8 From owner-cvs-all@FreeBSD.ORG Thu Dec 2 17:24:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BB8A16A4CE; Thu, 2 Dec 2004 17:24:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C32643D45; Thu, 2 Dec 2004 17:24:28 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2HOS8q093789; Thu, 2 Dec 2004 17:24:28 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2HOSo2093788; Thu, 2 Dec 2004 17:24:28 GMT (envelope-from markus) Message-Id: <200412021724.iB2HOSo2093788@repoman.freebsd.org> From: Markus Brueffer Date: Thu, 2 Dec 2004 17:24:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/tellico Makefile distinfo pkg-plist patch-src-translators-alexandriaexporter.cpp patch-src-translators-freedb_util.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:24:28 -0000 markus 2004-12-02 17:24:28 UTC FreeBSD ports repository Modified files: misc/tellico Makefile distinfo pkg-plist Added files: misc/tellico/files patch-src-translators-freedb_util.cpp Removed files: misc/tellico/files patch-src-fetch-amazonfetcher.cpp patch-src-translators-alexandriaexporter.cpp Log: Update to version 0.13 Revision Changes Path 1.24 +5 -2 ports/misc/tellico/Makefile 1.15 +2 -2 ports/misc/tellico/distinfo 1.2 +0 -11 ports/misc/tellico/files/patch-src-fetch-amazonfetcher.cpp (dead) 1.2 +0 -11 ports/misc/tellico/files/patch-src-translators-alexandriaexporter.cpp (dead) 1.1 +10 -0 ports/misc/tellico/files/patch-src-translators-freedb_util.cpp (new) 1.15 +54 -8 ports/misc/tellico/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Dec 2 17:32:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BFEF16A4CE; Thu, 2 Dec 2004 17:32:40 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B325343D31; Thu, 2 Dec 2004 17:32:39 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id BF6815310; Thu, 2 Dec 2004 18:32:38 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 3658A530A; Thu, 2 Dec 2004 18:32:30 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id D940FB873; Thu, 2 Dec 2004 18:32:29 +0100 (CET) To: Colin Percival References: <200412012135.iB1LZvTi019982@repoman.freebsd.org> <20041202100737.GB52458@lucky.net> <41AEF487.5010705@wadham.ox.ac.uk> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 02 Dec 2004 18:32:29 +0100 In-Reply-To: <41AEF487.5010705@wadham.ox.ac.uk> (Colin Percival's message of "Thu, 02 Dec 2004 10:55:03 +0000") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.64 cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Colin Percival Subject: Re: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:32:40 -0000 Colin Percival writes: > Valentin Nechayev wrote: > > Are you going to update RELENG_4_9 with this fix? > RELENG_4_9 is no longer a supported branch. Still, fixing it (in this case) requires very little effort. We should try to always do so unless the code has changed so much that a significantly different patch is required. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Thu Dec 2 17:49:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD45616A4CE; Thu, 2 Dec 2004 17:49:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BDBA43D1F; Thu, 2 Dec 2004 17:49:08 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Hn8jl094672; Thu, 2 Dec 2004 17:49:08 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2Hn8nJ094671; Thu, 2 Dec 2004 17:49:08 GMT (envelope-from mat) Message-Id: <200412021749.iB2Hn8nJ094671@repoman.freebsd.org> From: Mathieu Arnold Date: Thu, 2 Dec 2004 17:49:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-Class-DBI-Pg Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:49:08 -0000 mat 2004-12-02 17:49:08 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Pg Makefile distinfo Log: Update to 0.05 Revision Changes Path 1.6 +1 -1 ports/databases/p5-Class-DBI-Pg/Makefile 1.5 +2 -2 ports/databases/p5-Class-DBI-Pg/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 17:56:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E11216A4CE; Thu, 2 Dec 2004 17:56:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CE2B43D46; Thu, 2 Dec 2004 17:56:22 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2HuMEr094954; Thu, 2 Dec 2004 17:56:22 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2HuMef094953; Thu, 2 Dec 2004 17:56:22 GMT (envelope-from marcus) Message-Id: <200412021756.iB2HuMef094953@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 2 Dec 2004 17:56:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/gnomegames2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 17:56:22 -0000 marcus 2004-12-02 17:56:22 UTC FreeBSD ports repository Modified files: games/gnomegames2 Makefile distinfo Log: Update to 2.8.2. Revision Changes Path 1.87 +1 -2 ports/games/gnomegames2/Makefile 1.36 +2 -2 ports/games/gnomegames2/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 18:00:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B83AB16A4CE; Thu, 2 Dec 2004 18:00:55 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E811243D5A; Thu, 2 Dec 2004 18:00:54 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iB2I0pFr053475; Thu, 2 Dec 2004 20:00:51 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 22652-16; Thu, 2 Dec 2004 20:00:50 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id iB2I0oBC053472 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Dec 2004 20:00:50 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id iB2I0oca079497; Thu, 2 Dec 2004 20:00:50 +0200 (EET) (envelope-from ru) Date: Thu, 2 Dec 2004 20:00:50 +0200 From: Ruslan Ermilov To: Dag-Erling Sm?rgrav Message-ID: <20041202180050.GB79340@ip.net.ua> References: <200411132040.iADKeWri018969@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: cvs-src@FreeBSD.org cc: "Bjoern A. Zeeb" cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib Makefile src/lib/libc Makefile src/lib/libc/gen getnetgrent.c src/lib/libc/net rcmd.c src/lib/libc/rpc netnamer.c src/lib/libpam/modules/pam_unix Makefile src/lib/librpcsvc Makefile src/lib/libwrap Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 18:00:55 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 02, 2004 at 05:53:45PM +0100, Dag-Erling Sm?rgrav wrote: > "Bjoern A. Zeeb" writes: > > Log: > > Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. > > If turned on no NIS support and related programs will be built. > > [...] > > No objections: des, gshapiro, nectar >=20 > ...but I still don't understand what the bloody point is... >=20 Embedded systems that don't need NIS? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBr1hSqRfpzJluFF4RAp+9AJ92NQREKQTEUcBKfI71TIyEiBtI3QCfWDOa PJGA3/oAa3v/gAd//CCCISk= =BqKO -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From owner-cvs-all@FreeBSD.ORG Thu Dec 2 18:13:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CECEE16A4CF for ; Thu, 2 Dec 2004 18:13:14 +0000 (GMT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 76ECA43D54 for ; Thu, 2 Dec 2004 18:13:11 +0000 (GMT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 8579 invoked from network); 3 Dec 2004 03:13:09 +0900 Received: from unknown (HELO localhost) (202.229.142.170) by wasley.bl.mmtr.or.jp with SMTP; 3 Dec 2004 03:13:09 +0900 Date: Fri, 03 Dec 2004 03:12:17 +0900 (JST) Message-Id: <20041203.031217.85363400.rushani@bl.mmtr.or.jp> To: trhodes@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <200412011809.iB1I9xOM004322@repoman.freebsd.org> References: <200412011809.iB1I9xOM004322@repoman.freebsd.org> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.1.52 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/platforms Makefile arm.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 18:13:14 -0000 Hi, >>> On Wed, 1 Dec 2004 18:09:59 +0000 (UTC), Tom Rhodes said: > trhodes 2004-12-01 18:09:59 UTC > > FreeBSD doc repository > > Modified files: > en/platforms Makefile > Added files: > en/platforms arm.sgml > Log: > Add a page discussing the ARM project. > Attach it to the build. > > Discussed with: cognet Nice work! ... and we should mention where to hold FreeBSD/ARM specific discussions? > Revision Changes Path > 1.8 +2 -1 www/en/platforms/Makefile > 1.1 +55 -0 www/en/platforms/arm.sgml (new) -- rushani Index: arm.sgml =================================================================== RCS file: /home/ncvs/www/en/platforms/arm.sgml,v retrieving revision 1.2 diff -u -r1.2 arm.sgml --- arm.sgml 1 Dec 2004 18:15:14 -0000 1.2 +++ arm.sgml 2 Dec 2004 18:01:48 -0000 @@ -2,6 +2,7 @@ + %includes; ]> @@ -49,7 +50,13 @@

Oliver (cognet@FreeBSD.org) has written a mini-install guide for the current FreeBSD source. It is - available here

+ available here.

+ +

FreeBSD/ARM mailing list

+ +

To subscribe to this list, send mail to + or visit mailman interface.

&footer; Index: index.sgml =================================================================== RCS file: /home/ncvs/www/en/platforms/index.sgml,v retrieving revision 1.11 diff -u -r1.11 index.sgml --- index.sgml 1 Dec 2004 18:15:14 -0000 1.11 +++ index.sgml 2 Dec 2004 17:54:43 -0000 @@ -41,6 +41,9 @@
  • For the FreeBSD/amd64 port, freebsd-amd64@FreeBSD.org
  • +
  • For the FreeBSD/ARM port, freebsd-arm@FreeBSD.org
  • +
  • For the FreeBSD/ia64 port, freebsd-ia64@FreeBSD.org
  • From owner-cvs-all@FreeBSD.ORG Thu Dec 2 18:19:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81B4E16A4CE; Thu, 2 Dec 2004 18:19:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6128243D3F; Thu, 2 Dec 2004 18:19:33 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2IJXYF095693; Thu, 2 Dec 2004 18:19:33 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2IJXgZ095692; Thu, 2 Dec 2004 18:19:33 GMT (envelope-from mux) Message-Id: <200412021819.iB2IJXgZ095692@repoman.freebsd.org> From: Maxime Henrion Date: Thu, 2 Dec 2004 18:19:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/platforms arm.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 18:19:33 -0000 mux 2004-12-02 18:19:33 UTC FreeBSD doc repository Modified files: en/platforms arm.sgml Log: It seems cognet@'s name is Olivier, not Olivier. :-) Revision Changes Path 1.3 +2 -2 www/en/platforms/arm.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 18:21:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73ADA16A4CE; Thu, 2 Dec 2004 18:21:41 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6677A43D53; Thu, 2 Dec 2004 18:21:41 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 5B9265CAAD; Thu, 2 Dec 2004 10:21:41 -0800 (PST) Date: Thu, 2 Dec 2004 19:21:41 +0100 From: Maxime Henrion To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20041202182141.GF86417@elvis.mu.org> References: <200412021819.iB2IJXgZ095692@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412021819.iB2IJXgZ095692@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Subject: Re: cvs commit: www/en/platforms arm.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 18:21:41 -0000 Maxime Henrion wrote: > mux 2004-12-02 18:19:33 UTC > > FreeBSD doc repository > > Modified files: > en/platforms arm.sgml > Log: > It seems cognet@'s name is Olivier, not Olivier. :-) ^^^^^^^ Oops, of course I meant Oliver here. Cheers, Maxime From owner-cvs-all@FreeBSD.ORG Thu Dec 2 18:32:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16FE216A4CE; Thu, 2 Dec 2004 18:32:32 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BAAE43D1F; Thu, 2 Dec 2004 18:32:31 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iB2IWUag053897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 2 Dec 2004 13:32:30 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Thu, 2 Dec 2004 13:32:36 -0500 From: Tom Rhodes To: Maxime Henrion Message-ID: <20041202133236.1f8d6ba9@localhost> In-Reply-To: <20041202182141.GF86417@elvis.mu.org> References: <200412021819.iB2IJXgZ095692@repoman.freebsd.org> <20041202182141.GF86417@elvis.mu.org> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/platforms arm.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 18:32:32 -0000 On Thu, 2 Dec 2004 19:21:41 +0100 Maxime Henrion wrote: > Maxime Henrion wrote: > > mux 2004-12-02 18:19:33 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en/platforms arm.sgml > > Log: > > It seems cognet@'s name is Olivier, not Olivier. :-) > ^^^^^^^ > Oops, of course I meant Oliver here. > Beautiful, thanks!! -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Thu Dec 2 18:34:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC0CC16A4CE; Thu, 2 Dec 2004 18:34:03 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7098543D39; Thu, 2 Dec 2004 18:34:03 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iB2IXxag053925 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 2 Dec 2004 13:34:00 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Thu, 2 Dec 2004 13:34:05 -0500 From: Tom Rhodes To: Hideyuki KURASHINA Message-ID: <20041202133405.012ae4c1@localhost> In-Reply-To: <20041203.031217.85363400.rushani@bl.mmtr.or.jp> References: <200412011809.iB1I9xOM004322@repoman.freebsd.org> <20041203.031217.85363400.rushani@bl.mmtr.or.jp> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/platforms Makefile arm.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 18:34:04 -0000 On Fri, 03 Dec 2004 03:12:17 +0900 (JST) Hideyuki KURASHINA wrote: > Hi, > > >>> On Wed, 1 Dec 2004 18:09:59 +0000 (UTC), Tom Rhodes said: > > > trhodes 2004-12-01 18:09:59 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en/platforms Makefile > > Added files: > > en/platforms arm.sgml > > Log: > > Add a page discussing the ARM project. > > Attach it to the build. > > > > Discussed with: cognet > > Nice work! > > ... and we should mention where to hold FreeBSD/ARM specific discussions? > > > Revision Changes Path > > 1.8 +2 -1 www/en/platforms/Makefile > > 1.1 +55 -0 www/en/platforms/arm.sgml (new) > > -- rushani [PATCH SNIPPED] Please commit! Sorry I missed this one. -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Thu Dec 2 18:51:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6597C16A4CE; Thu, 2 Dec 2004 18:51:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A7143D31; Thu, 2 Dec 2004 18:51:03 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Ip3Wq096841; Thu, 2 Dec 2004 18:51:03 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2Ip3Lw096840; Thu, 2 Dec 2004 18:51:03 GMT (envelope-from rushani) Message-Id: <200412021851.iB2Ip3Lw096840@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Thu, 2 Dec 2004 18:51:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/platforms arm.sgml index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 18:51:03 -0000 rushani 2004-12-02 18:51:02 UTC FreeBSD doc repository Modified files: en/platforms arm.sgml index.sgml Log: Mention FreeBSD/ARM mailing list. Reviewed by: trhodes Revision Changes Path 1.4 +9 -2 www/en/platforms/arm.sgml 1.12 +4 -1 www/en/platforms/index.sgml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 19:01:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DA6916A4CE; Thu, 2 Dec 2004 19:01:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F63B43D54; Thu, 2 Dec 2004 19:01:46 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2J1kTm097198; Thu, 2 Dec 2004 19:01:46 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2J1kMr097197; Thu, 2 Dec 2004 19:01:46 GMT (envelope-from yar) Message-Id: <200412021901.iB2J1kMr097197@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 2 Dec 2004 19:01:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/boot/i386/mbr Makefile mbr.s src/sys/boot/i386/boot2 Makefile boot1.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 19:01:46 -0000 yar 2004-12-02 19:01:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/boot/i386/mbr Makefile mbr.s sys/boot/i386/boot2 Makefile boot1.S Log: MFC: Try using packet mode by default, but provide a user with a knob to disable it at build time--flag 0x80 for BOOT_MBR_FLAGS and BOOT_BOOT1_FLAGS. In fact, disabling packet mode completely, even a test for it, should be necessary only for old and brain-damaged machines FreeBSD 5 will hardly run on. mbr/Makefile 1.14 mbr/mbr.s 1.7 boot2/Makefile 1.57 boot2/boot1.S 1.30 Encouraged by: Valentin Nechayev Revision Changes Path 1.56.2.1 +2 -2 src/sys/boot/i386/boot2/Makefile 1.29.2.1 +21 -19 src/sys/boot/i386/boot2/boot1.S 1.13.2.1 +4 -0 src/sys/boot/i386/mbr/Makefile 1.6.8.1 +6 -6 src/sys/boot/i386/mbr/mbr.s From owner-cvs-all@FreeBSD.ORG Thu Dec 2 19:06:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 490F716A4CE; Thu, 2 Dec 2004 19:06:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A19343D49; Thu, 2 Dec 2004 19:06:44 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2J6igE097367; Thu, 2 Dec 2004 19:06:44 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2J6i4P097366; Thu, 2 Dec 2004 19:06:44 GMT (envelope-from wilko) Message-Id: <200412021906.iB2J6i4P097366@repoman.freebsd.org> From: Wilko Bulte Date: Thu, 2 Dec 2004 19:06:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/alpha/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 19:06:44 -0000 wilko 2004-12-02 19:06:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/alpha/conf GENERIC Log: Add bge(4) as it has proved itself on Alpha. Tested using: the gigE switch donated by DS Revision Changes Path 1.71.2.30 +1 -0 src/sys/alpha/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Thu Dec 2 19:49:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B450716A4CE; Thu, 2 Dec 2004 19:49:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9421343D45; Thu, 2 Dec 2004 19:49:33 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2JnXJm098571; Thu, 2 Dec 2004 19:49:33 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2JnXxA098570; Thu, 2 Dec 2004 19:49:33 GMT (envelope-from marcus) Message-Id: <200412021949.iB2JnXxA098570@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 2 Dec 2004 19:49:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/glade2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 19:49:33 -0000 marcus 2004-12-02 19:49:33 UTC FreeBSD ports repository Modified files: devel/glade2 Makefile distinfo Log: Update to 2.6.7. Revision Changes Path 1.61 +1 -1 ports/devel/glade2/Makefile 1.30 +2 -2 ports/devel/glade2/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 21:03:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12EBF16A4CE; Thu, 2 Dec 2004 21:03:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E85EE43D39; Thu, 2 Dec 2004 21:03:36 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2L3aQB008068; Thu, 2 Dec 2004 21:03:36 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2L3avC008067; Thu, 2 Dec 2004 21:03:36 GMT (envelope-from se) Message-Id: <200412022103.iB2L3avC008067@repoman.freebsd.org> From: Stefan Esser Date: Thu, 2 Dec 2004 21:03:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/acm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 21:03:37 -0000 se 2004-12-02 21:03:36 UTC FreeBSD ports repository Modified files: games/acm Makefile Log: Add build dependency on perl. Submitted by: lesi Revision Changes Path 1.30 +2 -0 ports/games/acm/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 21:04:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E15F416A4CE; Thu, 2 Dec 2004 21:04:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14CF43D49; Thu, 2 Dec 2004 21:04:06 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2L46gb008105; Thu, 2 Dec 2004 21:04:06 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2L46d0008104; Thu, 2 Dec 2004 21:04:06 GMT (envelope-from naddy) Message-Id: <200412022104.iB2L46d0008104@repoman.freebsd.org> From: Christian Weisgerber Date: Thu, 2 Dec 2004 21:04:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 21:04:07 -0000 naddy 2004-12-02 21:04:06 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document buffer overflows in rockdodger. Revision Changes Path 1.387 +28 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Dec 2 21:11:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD8A16A4E3 for ; Thu, 2 Dec 2004 21:11:04 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C39C43D5D for ; Thu, 2 Dec 2004 21:11:04 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 14407 invoked from network); 2 Dec 2004 21:11:04 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 2 Dec 2004 21:11:03 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iB2LArj0007530; Thu, 2 Dec 2004 16:11:01 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Pawel Jakub Dawidek Date: Thu, 2 Dec 2004 15:33:44 -0500 User-Agent: KMail/1.6.2 References: <200412012105.iB1L52xX017823@repoman.freebsd.org> <20041201231730.GB813@darkness.comp.waw.pl> In-Reply-To: <20041201231730.GB813@darkness.comp.waw.pl> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412021533.44254.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 21:11:05 -0000 On Wednesday 01 December 2004 06:17 pm, Pawel Jakub Dawidek wrote: > On Wed, Dec 01, 2004 at 09:05:02PM +0000, John Baldwin wrote: > +> jhb 2004-12-01 21:05:02 UTC > +> > +> FreeBSD src repository > +> > +> Modified files: > +> sys/dev/acpica acpi_pci_link.c > +> Log: > +> - Do a better job of handling any Dependent Functions (aka DPFs) that > appear +> in the _PRS or _CRS of link devices. If faced with multiple > DPFs in a +> _PRS, we just use the first one. We assume that if _CRS > has DPF tags they +> only contain a single set since multiple DPFs > wouldn't make any sense. In +> practice, the only DPFs I've seen so > far for link devices are that the one +> IRQ resource is surrounded by > a DPF tag pair for no apparent reason, and +> this should handle that > case fine now. > +> - Only allocate link structures for IRQ resources for link devices > rather +> than allocating a link structure for every resource. > > On my box things looks much worse (not sure if this is related): > > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) XEON(TM) CPU 1.80GHz (1799.75-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf24 Stepping = 4 > > Features=0x3febfbffA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM> > Hyperthreading: 2 logical CPUs > real memory = 1073741824 (1024 MB) > avail memory = 1046126592 (997 MB) > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu2 (AP): APIC ID: 6 > cpu3 (AP): APIC ID: 7 > kernel trap 12 with interrupts disabled > > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x9 > fault code = supervisor write, page not present > instruction pointer = 0x8:0xc05ac7c9 > stack pointer = 0x10:0xc0820cb4 > frame pointer = 0x10:0xc0820cd0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = resume, IOPL = 0 > current process = 0 (swapper) > [thread pid 0 tid 0 ] > Stopped at cpu_fork+0x1a1: incl 0x8(%eax) > db> tr > Tracing pid 0 tid 0 td 0xc0617e20 > cpu_fork(c0617e20,c1e8b000,c1e83300,60034,c1e8b068,0,c05cd0e1,287,c0619fe0, >c05cd0e1,283) at cpu_fork+0x1a1 > fork1(c0617e20,60034,0,c0820d4c) at fork1+0xbe5 > kthread_create(c0488eac,0,0,40000,0) at kthread_create+0x33 > ktrace_init(0,c1e70f70,81ec00,81e000,828000) at ktrace_init+0xac > mi_startup() at mi_startup+0xb3 > begin() at begin+0x2c > db> This is well before the link code. Can you use gdb to find the file/line for cpu_fork+0x1a1? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Dec 2 21:17:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 938F616A4CE; Thu, 2 Dec 2004 21:17:22 +0000 (GMT) Received: from relay.bestcom.ru (relay.bestcom.ru [217.72.144.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3ECC43D46; Thu, 2 Dec 2004 21:17:21 +0000 (GMT) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (root@cell.sick.ru [217.72.144.68]) by relay.bestcom.ru (8.13.1/8.12.9) with ESMTP id iB2LHKIo007017 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Fri, 3 Dec 2004 00:17:20 +0300 (MSK) (envelope-from glebius@freebsd.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.12.11/8.12.8) with ESMTP id iB2LHJRt035997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Dec 2004 00:17:19 +0300 (MSK) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.sick.ru (8.12.11/8.12.11/Submit) id iB2LHJBS035996; Fri, 3 Dec 2004 00:17:19 +0300 (MSK) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@freebsd.org using -f Date: Fri, 3 Dec 2004 00:17:18 +0300 From: Gleb Smirnoff To: Maxime Henrion Message-ID: <20041202211718.GD35081@cell.sick.ru> References: <200412021819.iB2IJXgZ095692@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200412021819.iB2IJXgZ095692@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: clamd / ClamAV version devel-20041013, clamav-milter version 0.75l on 127.0.0.1 X-Virus-Status: Clean cc: doc-committers@freebsd.org cc: cvs-doc@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: www/en/platforms arm.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 21:17:22 -0000 On Thu, Dec 02, 2004 at 06:19:33PM +0000, Maxime Henrion wrote: M> mux 2004-12-02 18:19:33 UTC M> M> FreeBSD doc repository M> M> Modified files: M> en/platforms arm.sgml M> Log: M> It seems cognet@'s name is Olivier, not Olivier. :-) /me have read this line 5 times :) -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Thu Dec 2 21:23:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3898316A4CE; Thu, 2 Dec 2004 21:23:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1097143D58; Thu, 2 Dec 2004 21:23:56 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2LNtEq008713; Thu, 2 Dec 2004 21:23:55 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2LNt5A008712; Thu, 2 Dec 2004 21:23:55 GMT (envelope-from krion) Message-Id: <200412022123.iB2LNt5A008712@repoman.freebsd.org> From: Kirill Ponomarew Date: Thu, 2 Dec 2004 21:23:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/pmacct Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 21:23:56 -0000 krion 2004-12-02 21:23:55 UTC FreeBSD ports repository Modified files: net-mgmt/pmacct Makefile distinfo Log: Update to 0.7.8 Revision Changes Path 1.31 +1 -1 ports/net-mgmt/pmacct/Makefile 1.27 +2 -2 ports/net-mgmt/pmacct/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 21:41:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF9E16A4CE; Thu, 2 Dec 2004 21:41:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9C8D43D1D; Thu, 2 Dec 2004 21:41:24 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2LfOIY009356; Thu, 2 Dec 2004 21:41:24 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2LfOO5009355; Thu, 2 Dec 2004 21:41:24 GMT (envelope-from thierry) Message-Id: <200412022141.iB2LfOO5009355@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 2 Dec 2004 21:41:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile CVSROOT modules ports/devel/cvsps-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 21:41:25 -0000 thierry 2004-12-02 21:41:24 UTC FreeBSD ports repository Modified files: devel Makefile . modules devel/cvsps-devel Makefile distinfo Log: Add the most recent version of cvsps. It could be used by chora-2.0. Revision Changes Path 1.11490 +1 -0 CVSROOT/modules 1.1758 +1 -0 ports/devel/Makefile 1.8 +4 -3 ports/devel/cvsps-devel/Makefile 1.5 +2 -2 ports/devel/cvsps-devel/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 21:43:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AA5F16A4CF; Thu, 2 Dec 2004 21:43:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B42043D1D; Thu, 2 Dec 2004 21:43:27 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2LhR5g009602; Thu, 2 Dec 2004 21:43:27 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2LhREJ009600; Thu, 2 Dec 2004 21:43:27 GMT (envelope-from thierry) Message-Id: <200412022143.iB2LhREJ009600@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 2 Dec 2004 21:43:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cvsps-devel Makefile ports/devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 21:43:27 -0000 thierry 2004-12-02 21:43:27 UTC FreeBSD ports repository Modified files: devel/cvsps-devel Makefile devel Makefile Log: Forget to notice: PR: ports/74597 Submitted by: myself Repocopied by: marcus. Revision Changes Path 1.1759 +0 -0 ports/devel/Makefile 1.9 +0 -0 ports/devel/cvsps-devel/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 22:58:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9932716A4CE; Thu, 2 Dec 2004 22:58:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD6043D46; Thu, 2 Dec 2004 22:58:27 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2MwRnc013021; Thu, 2 Dec 2004 22:58:27 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2MwRi4013020; Thu, 2 Dec 2004 22:58:27 GMT (envelope-from ahze) Message-Id: <200412022258.iB2MwRi4013020@repoman.freebsd.org> From: Michael Johnson Date: Thu, 2 Dec 2004 22:58:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/osb-nrcore Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:58:27 -0000 ahze 2004-12-02 22:58:27 UTC FreeBSD ports repository Modified files: www/osb-nrcore Makefile Log: Mark BROKEN for Alpha Pointed out by: pointy hat via kris Revision Changes Path 1.2 +7 -1 ports/www/osb-nrcore/Makefile From owner-cvs-all@FreeBSD.ORG Thu Dec 2 22:59:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A441816A4CE; Thu, 2 Dec 2004 22:59:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9804443D3F; Thu, 2 Dec 2004 22:59:33 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2MxXOx013081; Thu, 2 Dec 2004 22:59:33 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2MxX0u013080; Thu, 2 Dec 2004 22:59:33 GMT (envelope-from wollman) Message-Id: <200412022259.iB2MxX0u013080@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 2 Dec 2004 22:59:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ADO Subject: cvs commit: src/share/zoneinfo - Imported sources X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:59:33 -0000 wollman 2004-12-02 22:59:33 UTC FreeBSD src repository src/share/zoneinfo - Imported sources Update of /home/ncvs/src/share/zoneinfo In directory repoman.freebsd.org:/tmp/cvs-serv12995 Log Message: Latest timezone data update from Arthur Olson. Most changes are to commentary; only significant change is Cuba, which did not fall back this year due to an energy shortage. Status: Vendor Tag: ADO Release Tags: tzdata2004g U src/share/zoneinfo/africa U src/share/zoneinfo/antarctica U src/share/zoneinfo/asia U src/share/zoneinfo/australasia C src/share/zoneinfo/europe C src/share/zoneinfo/northamerica C src/share/zoneinfo/southamerica U src/share/zoneinfo/pacificnew U src/share/zoneinfo/etcetera U src/share/zoneinfo/factory U src/share/zoneinfo/backward U src/share/zoneinfo/systemv U src/share/zoneinfo/solar87 U src/share/zoneinfo/solar88 U src/share/zoneinfo/solar89 U src/share/zoneinfo/iso3166.tab U src/share/zoneinfo/zone.tab U src/share/zoneinfo/leapseconds U src/share/zoneinfo/yearistype.sh 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jADO:yesterday -jADO src/share/zoneinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 23:01:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35FA516A4CE; Thu, 2 Dec 2004 23:01:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 140F043D46; Thu, 2 Dec 2004 23:01:26 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2N1PQw013217; Thu, 2 Dec 2004 23:01:25 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2N1PWh013216; Thu, 2 Dec 2004 23:01:25 GMT (envelope-from wollman) Message-Id: <200412022301.iB2N1PWh013216@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 2 Dec 2004 23:01:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/zoneinfo europe northamerica southamerica X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:01:26 -0000 wollman 2004-12-02 23:01:25 UTC FreeBSD src repository Modified files: share/zoneinfo europe northamerica southamerica Log: Fix import conflicts from tzdata2004g. Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2004g.tar.gz Revision Changes Path 1.29 +8 -3 src/share/zoneinfo/europe 1.25 +12 -2 src/share/zoneinfo/northamerica 1.24 +2 -2 src/share/zoneinfo/southamerica From owner-cvs-all@FreeBSD.ORG Thu Dec 2 23:04:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8CB16A4CE; Thu, 2 Dec 2004 23:04:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D3C343D1F; Thu, 2 Dec 2004 23:04:38 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2N4cNr013323; Thu, 2 Dec 2004 23:04:38 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2N4cm5013322; Thu, 2 Dec 2004 23:04:38 GMT (envelope-from wollman) Message-Id: <200412022304.iB2N4cm5013322@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 2 Dec 2004 23:04:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/zoneinfo europe northamerica southamerica X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:04:38 -0000 wollman 2004-12-02 23:04:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/zoneinfo europe northamerica southamerica Log: MFV tzdata2004g. Revision Changes Path 1.27.4.2 +8 -3 src/share/zoneinfo/europe 1.23.4.2 +12 -2 src/share/zoneinfo/northamerica 1.22.4.2 +2 -2 src/share/zoneinfo/southamerica From owner-cvs-all@FreeBSD.ORG Thu Dec 2 23:13:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5F2A16A4CE; Thu, 2 Dec 2004 23:13:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 951DE43D55; Thu, 2 Dec 2004 23:13:46 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2NDkhh013724; Thu, 2 Dec 2004 23:13:46 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2NDkBA013723; Thu, 2 Dec 2004 23:13:46 GMT (envelope-from wollman) Message-Id: <200412022313.iB2NDkBA013723@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 2 Dec 2004 23:13:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/misc iso3166 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:13:46 -0000 wollman 2004-12-02 23:13:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/misc iso3166 Log: MFC rev. 1.13 (newsletters V-9 and V-10), required for update of timezone database. Revision Changes Path 1.6.2.5 +13 -0 src/share/misc/iso3166 From owner-cvs-all@FreeBSD.ORG Thu Dec 2 23:16:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 838F616A4CE; Thu, 2 Dec 2004 23:16:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7563443D39; Thu, 2 Dec 2004 23:16:39 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2NGd67013920; Thu, 2 Dec 2004 23:16:39 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2NGdw1013919; Thu, 2 Dec 2004 23:16:39 GMT (envelope-from wollman) Message-Id: <200412022316.iB2NGdw1013919@repoman.freebsd.org> From: Garrett Wollman Date: Thu, 2 Dec 2004 23:16:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/zoneinfo asia backward europe leapseconds northamerica southamerica zone.tab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:16:39 -0000 wollman 2004-12-02 23:16:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/zoneinfo asia backward europe leapseconds northamerica southamerica zone.tab Log: MFC tzdata2004e and 2004g. This is likely to be the last update of tzdata on the 4-STABLE branch. For ongoing maintenance, users should be aware that compiled zoneinfo formats are compatible across all platforms and all versions of FreeBSD. Revision Changes Path 1.14.2.9 +74 -23 src/share/zoneinfo/asia 1.1.2.4.2.7 +7 -2 src/share/zoneinfo/backward 1.18.2.8 +31 -21 src/share/zoneinfo/europe 1.4.2.7 +11 -9 src/share/zoneinfo/leapseconds 1.14.2.8 +72 -36 src/share/zoneinfo/northamerica 1.12.2.9 +184 -27 src/share/zoneinfo/southamerica 1.4.2.11 +13 -6 src/share/zoneinfo/zone.tab From owner-cvs-all@FreeBSD.ORG Thu Dec 2 23:20:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B153416A4CE; Thu, 2 Dec 2004 23:20:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 920A143D2D; Thu, 2 Dec 2004 23:20:19 +0000 (GMT) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2NKJJT013991; Thu, 2 Dec 2004 23:20:19 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2NKJAB013990; Thu, 2 Dec 2004 23:20:19 GMT (envelope-from dds) Message-Id: <200412022320.iB2NKJAB013990@repoman.freebsd.org> From: Diomidis Spinellis Date: Thu, 2 Dec 2004 23:20:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 style.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:20:19 -0000 dds 2004-12-02 23:20:18 UTC FreeBSD src repository Modified files: share/man/man9 style.9 Log: Clarify the structure element size ordering. Obtained from: OpenBSD style.9 1.38 Revision Changes Path 1.111 +1 -1 src/share/man/man9/style.9 From owner-cvs-all@FreeBSD.ORG Thu Dec 2 23:28:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF0EB16A4CE; Thu, 2 Dec 2004 23:28:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C02D843D39; Thu, 2 Dec 2004 23:28:04 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2NS440014248; Thu, 2 Dec 2004 23:28:04 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2NS4EP014247; Thu, 2 Dec 2004 23:28:04 GMT (envelope-from lioux) Message-Id: <200412022328.iB2NS4EP014247@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 2 Dec 2004 23:28:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/ipcheck Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:28:05 -0000 lioux 2004-12-02 23:28:04 UTC FreeBSD ports repository Modified files: dns/ipcheck Makefile distinfo Log: Update to 0.219 Revision Changes Path 1.38 +1 -1 ports/dns/ipcheck/Makefile 1.29 +2 -2 ports/dns/ipcheck/distinfo From owner-cvs-all@FreeBSD.ORG Thu Dec 2 23:31:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A5EC16A4CE; Thu, 2 Dec 2004 23:31:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C06D43D48; Thu, 2 Dec 2004 23:31:48 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2NVmPt014429; Thu, 2 Dec 2004 23:31:48 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2NVmBi014428; Thu, 2 Dec 2004 23:31:48 GMT (envelope-from cognet) Message-Id: <200412022331.iB2NVmBi014428@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 2 Dec 2004 23:31:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/arm trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:31:48 -0000 cognet 2004-12-02 23:31:48 UTC FreeBSD src repository Modified files: sys/arm/arm trap.c Log: Include for trapsignal(). Revision Changes Path 1.6 +1 -0 src/sys/arm/arm/trap.c From owner-cvs-all@FreeBSD.ORG Thu Dec 2 23:55:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A26316A4CE; Thu, 2 Dec 2004 23:55:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B47A43D54; Thu, 2 Dec 2004 23:55:43 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB2Nthrk015201; Thu, 2 Dec 2004 23:55:43 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB2NthIi015200; Thu, 2 Dec 2004 23:55:43 GMT (envelope-from lofi) Message-Id: <200412022355.iB2NthIi015200@repoman.freebsd.org> From: Michael Nottebrock Date: Thu, 2 Dec 2004 23:55:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/akregator Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 23:55:43 -0000 lofi 2004-12-02 23:55:43 UTC FreeBSD ports repository Modified files: www/akregator Makefile distinfo Log: Since touch -t doesn't seem to work right on pointyhat, try a hand-rolled distfile instead. Revision Changes Path 1.10 +3 -7 ports/www/akregator/Makefile 1.7 +2 -2 ports/www/akregator/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 00:22:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C65416A4D0; Fri, 3 Dec 2004 00:22:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CF1E43D1F; Fri, 3 Dec 2004 00:22:06 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB30M6nQ015997; Fri, 3 Dec 2004 00:22:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB30M6mx015996; Fri, 3 Dec 2004 00:22:06 GMT (envelope-from ahze) Message-Id: <200412030022.iB30M6mx015996@repoman.freebsd.org> From: Michael Johnson Date: Fri, 3 Dec 2004 00:22:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-faad Makefile ports/audio/bmp-faad Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 00:22:06 -0000 ahze 2004-12-03 00:22:06 UTC FreeBSD ports repository Modified files: audio/xmms-faad Makefile audio/bmp-faad Makefile Log: Fix build on 6.x Pointed out by: pointy hat via kris Revision Changes Path 1.6 +3 -1 ports/audio/bmp-faad/Makefile 1.15 +3 -1 ports/audio/xmms-faad/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 00:30:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A37DC16A4CE; Fri, 3 Dec 2004 00:30:55 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6894443D41; Fri, 3 Dec 2004 00:30:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id D96D5512B2; Thu, 2 Dec 2004 16:36:24 -0800 (PST) Date: Thu, 2 Dec 2004 16:36:24 -0800 From: Kris Kennaway To: Michael Nottebrock Message-ID: <20041203003624.GA59801@xor.obsecurity.org> References: <200412022355.iB2NthIi015200@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <200412022355.iB2NthIi015200@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/akregator Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 00:30:55 -0000 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 02, 2004 at 11:55:43PM +0000, Michael Nottebrock wrote: > lofi 2004-12-02 23:55:43 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > www/akregator Makefile distinfo=20 > Log: > Since touch -t doesn't seem to work right on pointyhat, try a hand-roll= ed > distfile instead. touch -t should work as expected, there must have been something else going on here. Kris --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBr7UIWry0BWjoQKURAk9jAKDTHv+jT+H3Z9QjE7GG1XMbx5M5BACeJfN0 lUAiEmDUIy4OGs8L9rpE3qg= =Y1Bg -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- From owner-cvs-all@FreeBSD.ORG Fri Dec 3 00:57:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59E7816A4CE for ; Fri, 3 Dec 2004 00:57:34 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 711F443D5D for ; Fri, 3 Dec 2004 00:57:33 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 9232 invoked by uid 65534); 3 Dec 2004 00:57:31 -0000 Received: from pD9E245F7.dip.t-dialin.net (EHLO lofi.dyndns.org) (217.226.69.247) by mail.gmx.net (mp003) with SMTP; 03 Dec 2004 01:57:31 +0100 X-Authenticated: #443188 Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id iB30vQ3R007071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Dec 2004 01:57:27 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) Message-ID: <41AFB9F6.7030807@gmx.net> Date: Fri, 03 Dec 2004 01:57:26 +0100 From: Michael Nottebrock User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en, de-de MIME-Version: 1.0 To: Kris Kennaway References: <200412022355.iB2NthIi015200@repoman.freebsd.org> <20041203003624.GA59801@xor.obsecurity.org> In-Reply-To: <20041203003624.GA59801@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new cc: cvs-ports@FreeBSD.org cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/www/akregator Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 00:57:34 -0000 Kris Kennaway wrote: > touch -t should work as expected, there must have been something else > going on here. Can't think of anything else. I've encountered problems with modifying timestamps in workdirs and KDE's buildsystem before (the kdevelop port was notorious for shipping broken distfiles which needed surgery on the file timestamps for a while and it would work for me and everyone I could get to test, but try to regenerate stuff on random other people's machines and/or the package cluster). I still don't know what causes all this, perhaps there's some strange thing with timezones going on that I can't think of or the system timecounter/clock on the pointyhat clusternode might be off. Let's see how the handrolled tarball with correct timestamps works out... -- ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org From owner-cvs-all@FreeBSD.ORG Fri Dec 3 01:01:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3349516A4CE; Fri, 3 Dec 2004 01:01:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B7D443D1F; Fri, 3 Dec 2004 01:01:35 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB311YD3024443; Fri, 3 Dec 2004 01:01:34 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB311YaJ024442; Fri, 3 Dec 2004 01:01:34 GMT (envelope-from hq) Message-Id: <200412030101.iB311YaJ024442@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 3 Dec 2004 01:01:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/apache-ant Makefile ports/java/bugseeker Makefile ports/java/bugseeker-demo Makefile ports/java/cryptix-jce Makefile ports/java/jad Makefileports/java/jakarta-commons-cli ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:01:35 -0000 hq 2004-12-03 01:01:34 UTC FreeBSD ports repository Modified files: devel/apache-ant Makefile java/bugseeker Makefile java/bugseeker-demo Makefile java/cryptix-jce Makefile java/jad Makefile java/jakarta-commons-beanutils Makefile java/jakarta-commons-cli Makefile java/jakarta-commons-collections Makefile java/jakarta-commons-lang Makefile java/jakarta-commons-logging Makefile java/janosvm Makefile java/javel Makefile java/jdk11-doc Makefile java/jdk12-doc Makefile java/jdk13-doc Makefile java/jdk14-doc Makefile java/jdk15-doc Makefile java/jdom Makefile java/jlint Makefile java/jump Makefile java/linux-blackdown-jdk12 Makefile java/linux-blackdown-jdk13 Makefile java/linux-blackdown-jdk14 Makefile java/linux-ibm-jdk13 Makefile java/linux-sun-jdk12 Makefile java/linux-sun-jdk13 Makefile java/linux-sun-jdk14 Makefile java/linux-sun-jdk15 Makefile java/mmake Makefile java/netcomponents Makefile textproc/ant-xinclude-task Makefile textproc/xalan-j Makefile textproc/xincluder Makefile textproc/xmlenc Makefile www/jakarta-jmeter Makefile www/jakarta-tomcat3 Makefile www/jakarta-tomcat4 Makefile www/jakarta-tomcat41 Makefile Log: Reset znerd's ports maintainership: - All JDK ports (and JDK documentation ports) that were formerly maintained by znerd have been assigned to java@FreeBSD.org - I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j and xmlenc) - Everything else is reset to ports@FreeBSD.org Approved by: znerd (maintainer) Revision Changes Path 1.38 +1 -1 ports/devel/apache-ant/Makefile 1.11 +1 -1 ports/java/bugseeker-demo/Makefile 1.11 +1 -1 ports/java/bugseeker/Makefile 1.9 +1 -1 ports/java/cryptix-jce/Makefile 1.13 +1 -1 ports/java/jad/Makefile 1.9 +1 -1 ports/java/jakarta-commons-beanutils/Makefile 1.11 +1 -1 ports/java/jakarta-commons-cli/Makefile 1.9 +1 -1 ports/java/jakarta-commons-collections/Makefile 1.9 +1 -1 ports/java/jakarta-commons-lang/Makefile 1.9 +1 -1 ports/java/jakarta-commons-logging/Makefile 1.10 +1 -1 ports/java/janosvm/Makefile 1.8 +1 -1 ports/java/javel/Makefile 1.32 +1 -1 ports/java/jdk11-doc/Makefile 1.28 +1 -1 ports/java/jdk12-doc/Makefile 1.28 +1 -1 ports/java/jdk13-doc/Makefile 1.33 +1 -1 ports/java/jdk14-doc/Makefile 1.2 +1 -1 ports/java/jdk15-doc/Makefile 1.15 +1 -1 ports/java/jdom/Makefile 1.11 +1 -1 ports/java/jlint/Makefile 1.18 +1 -1 ports/java/jump/Makefile 1.21 +1 -1 ports/java/linux-blackdown-jdk12/Makefile 1.11 +1 -1 ports/java/linux-blackdown-jdk13/Makefile 1.8 +1 -1 ports/java/linux-blackdown-jdk14/Makefile 1.23 +1 -1 ports/java/linux-ibm-jdk13/Makefile 1.19 +1 -1 ports/java/linux-sun-jdk12/Makefile 1.39 +1 -1 ports/java/linux-sun-jdk13/Makefile 1.47 +1 -1 ports/java/linux-sun-jdk14/Makefile 1.6 +1 -1 ports/java/linux-sun-jdk15/Makefile 1.7 +1 -1 ports/java/mmake/Makefile 1.4 +1 -1 ports/java/netcomponents/Makefile 1.12 +1 -1 ports/textproc/ant-xinclude-task/Makefile 1.17 +1 -1 ports/textproc/xalan-j/Makefile 1.7 +1 -1 ports/textproc/xincluder/Makefile 1.25 +1 -1 ports/textproc/xmlenc/Makefile 1.12 +1 -1 ports/www/jakarta-jmeter/Makefile 1.43 +1 -1 ports/www/jakarta-tomcat3/Makefile 1.49 +1 -1 ports/www/jakarta-tomcat4/Makefile 1.56 +1 -1 ports/www/jakarta-tomcat41/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 01:01:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25A7116A4CF; Fri, 3 Dec 2004 01:01:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0483143D39; Fri, 3 Dec 2004 01:01:45 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB311i1U024472; Fri, 3 Dec 2004 01:01:44 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB311iFK024471; Fri, 3 Dec 2004 01:01:44 GMT (envelope-from brueffer) Message-Id: <200412030101.iB311iFK024471@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 3 Dec 2004 01:01:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 miibus.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:01:45 -0000 brueffer 2004-12-03 01:01:44 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 miibus.4 Log: MFC: rev. 1.13 - add vge(4) - bump document date Revision Changes Path 1.12.2.1 +4 -1 src/share/man/man4/miibus.4 From owner-cvs-all@FreeBSD.ORG Fri Dec 3 01:10:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E10916A4CE; Fri, 3 Dec 2004 01:10:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ECB243D45; Fri, 3 Dec 2004 01:10:36 +0000 (GMT) (envelope-from mikeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB31AaGM024743; Fri, 3 Dec 2004 01:10:36 GMT (envelope-from mikeh@repoman.freebsd.org) Received: (from mikeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB31AaN6024742; Fri, 3 Dec 2004 01:10:36 GMT (envelope-from mikeh) Message-Id: <200412030110.iB31AaN6024742@repoman.freebsd.org> From: Mike Heffner Date: Fri, 3 Dec 2004 01:10:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/lirc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:10:36 -0000 mikeh 2004-12-03 01:10:36 UTC FreeBSD ports repository Modified files: comms/lirc Makefile Log: Add capability to build with libirman support. Suggested and tested by: dennis@rootxs.nl Revision Changes Path 1.9 +28 -4 ports/comms/lirc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 01:16:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A99E616A4CE; Fri, 3 Dec 2004 01:16:32 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6704543D2F; Fri, 3 Dec 2004 01:16:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3CDF0512B2; Thu, 2 Dec 2004 17:22:04 -0800 (PST) Date: Thu, 2 Dec 2004 17:22:04 -0800 From: Kris Kennaway To: Michael Nottebrock Message-ID: <20041203012204.GA75180@xor.obsecurity.org> References: <200412022355.iB2NthIi015200@repoman.freebsd.org> <20041203003624.GA59801@xor.obsecurity.org> <41AFB9F6.7030807@gmx.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline In-Reply-To: <41AFB9F6.7030807@gmx.net> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Michael Nottebrock cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/www/akregator Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:16:32 -0000 --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 03, 2004 at 01:57:26AM +0100, Michael Nottebrock wrote: > Kris Kennaway wrote: >=20 >=20 > >touch -t should work as expected, there must have been something else > >going on here. >=20 > Can't think of anything else. >=20 > I've encountered problems with modifying timestamps in workdirs and KDE's= =20 > buildsystem before (the kdevelop port was notorious for shipping broken= =20 > distfiles which needed surgery on the file timestamps for a while and it= =20 > would work for me and everyone I could get to test, but try to regenerate= =20 > stuff on random other people's machines and/or the package cluster). I do see this kind of thing quite commonly on the package machines (dctc is another egregious offender that is often broken). It could be some kind of a race condition, e.g. ntpd steps the time backwards during the extraction; the files are mis-ordered in the distfile which causes the "input" file to have a later timestamp than the "output" file (thus make will try to rebuild it); or something more subtle [1] Kris [1] Another common bug I see (only on 4.x now, thanks to bsdtar) is that gtar thinks a file "changed as we read it" during package creation and exits with an error, when nothing should have touched that file since installation finished, prior to the start of the package creation phase. I can only guess this is either a bug in gtar, or something like softupdates updating the timestamp on the written data after the file write returned, when the gtar process may already be running. --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBr7+7Wry0BWjoQKURAoDPAKDGEqWnUimOfimwlqc0JBJArWWyZACeNyg3 k5oOUGNqmV1429LKbrfPzjk= =26Yr -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- From owner-cvs-all@FreeBSD.ORG Fri Dec 3 01:21:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A983716A4CE; Fri, 3 Dec 2004 01:21:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A47B43D2F; Fri, 3 Dec 2004 01:21:59 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB31Lx7n025126; Fri, 3 Dec 2004 01:21:59 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB31LxLn025125; Fri, 3 Dec 2004 01:21:59 GMT (envelope-from ahze) Message-Id: <200412030121.iB31LxLn025125@repoman.freebsd.org> From: Michael Johnson Date: Fri, 3 Dec 2004 01:21:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ccache/files ccache-howto-freebsd.txt.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:21:59 -0000 ahze 2004-12-03 01:21:59 UTC FreeBSD ports repository Modified files: devel/ccache/files ccache-howto-freebsd.txt.in Log: Add more to the example so you can disable ccache with out having to change PATH Revision Changes Path 1.2 +4 -1 ports/devel/ccache/files/ccache-howto-freebsd.txt.in From owner-cvs-all@FreeBSD.ORG Fri Dec 3 01:39:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 546A416A4CE; Fri, 3 Dec 2004 01:39:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3215143D2F; Fri, 3 Dec 2004 01:39:51 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB31doKn025591; Fri, 3 Dec 2004 01:39:51 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from dumbbell@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB31dnPc025590; Fri, 3 Dec 2004 01:39:49 GMT (envelope-from dumbbell) Message-Id: <200412030139.iB31dnPc025590@repoman.freebsd.org> From: Jean-Sebastien Pedron Date: Fri, 3 Dec 2004 01:39:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:39:51 -0000 dumbbell 2004-12-03 01:39:49 UTC FreeBSD ports repository (src committer) Modified files: astro/xearth/files freebsd.committers.markers Log: Add myself to the xearth's committers markers file Reviewed by: mux Revision Changes Path 1.161 +1 -1 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Fri Dec 3 01:41:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6C4216A4CE; Fri, 3 Dec 2004 01:41:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A62ED43D3F; Fri, 3 Dec 2004 01:41:55 +0000 (GMT) (envelope-from dumbbell@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB31ftXF025725; Fri, 3 Dec 2004 01:41:55 GMT (envelope-from dumbbell@repoman.freebsd.org) Received: (from dumbbell@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB31fttk025724; Fri, 3 Dec 2004 01:41:55 GMT (envelope-from dumbbell) Message-Id: <200412030141.iB31fttk025724@repoman.freebsd.org> From: Jean-Sebastien Pedron Date: Fri, 3 Dec 2004 01:41:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:41:56 -0000 dumbbell 2004-12-03 01:41:55 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself to the committers' birthday calendar Reviewed by: mux Revision Changes Path 1.146 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-all@FreeBSD.ORG Fri Dec 3 01:52:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80C6816A4CE; Fri, 3 Dec 2004 01:52:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDDD43D55; Fri, 3 Dec 2004 01:52:27 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB31qRP9026060; Fri, 3 Dec 2004 01:52:27 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB31qRYb026059; Fri, 3 Dec 2004 01:52:27 GMT (envelope-from brueffer) Message-Id: <200412030152.iB31qRYb026059@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 3 Dec 2004 01:52:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:52:27 -0000 brueffer 2004-12-03 01:52:27 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) share/man/man4 Makefile Log: MFC: rev. 1.296 MLINK crypto.4 to cryptodev.4 Revision Changes Path 1.276.2.8 +1 -0 src/share/man/man4/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 01:55:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AFEC16A4CE; Fri, 3 Dec 2004 01:55:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8EC43D54; Fri, 3 Dec 2004 01:55:15 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB31tE2I026151; Fri, 3 Dec 2004 01:55:14 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB31tEIx026150; Fri, 3 Dec 2004 01:55:14 GMT (envelope-from edwin) Message-Id: <200412030155.iB31tEIx026150@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 3 Dec 2004 01:55:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/py-mpz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 01:55:15 -0000 edwin 2004-12-03 01:55:14 UTC FreeBSD ports repository Modified files: math/py-mpz Makefile Log: Make eik@ and portupgrade happy by bumping PORTEPOCH. Revision Changes Path 1.13 +1 -0 ports/math/py-mpz/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 02:16:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE28E16A4CE; Fri, 3 Dec 2004 02:16:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB70543D1F; Fri, 3 Dec 2004 02:16:10 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB32GA4C026910; Fri, 3 Dec 2004 02:16:10 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB32GA1O026909; Fri, 3 Dec 2004 02:16:10 GMT (envelope-from brueffer) Message-Id: <200412030216.iB32GA1O026909@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 3 Dec 2004 02:16:10 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/commercial consult.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 02:16:11 -0000 brueffer 2004-12-03 02:16:10 UTC FreeBSD doc repository Modified files: en/commercial consult.xml Log: Add Envescent, LLC (1) and openMindShare (2). PR: 74535 (1) Submitted by: Alexander G. Chamandy PR: 74548 (2) Submitted by: Brian Shumate Revision Changes Path 1.20 +27 -1 www/en/commercial/consult.xml From owner-cvs-all@FreeBSD.ORG Fri Dec 3 02:36:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B342416A4CE; Fri, 3 Dec 2004 02:36:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92AC543D46; Fri, 3 Dec 2004 02:36:57 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB32av1f027465; Fri, 3 Dec 2004 02:36:57 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB32av8H027464; Fri, 3 Dec 2004 02:36:57 GMT (envelope-from leeym) Message-Id: <200412030236.iB32av8H027464@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 3 Dec 2004 02:36:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/xldlas Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 02:36:57 -0000 leeym 2004-12-03 02:36:57 UTC FreeBSD ports repository Modified files: math/xldlas Makefile pkg-plist Log: - remove the sites which no longer host the distfile - utilize DATADIR Revision Changes Path 1.17 +3 -5 ports/math/xldlas/Makefile 1.4 +14 -14 ports/math/xldlas/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 3 03:19:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F339716A4CE; Fri, 3 Dec 2004 03:19:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D21DC43D31; Fri, 3 Dec 2004 03:19:48 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB33JmQU028982; Fri, 3 Dec 2004 03:19:48 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB33JmEN028981; Fri, 3 Dec 2004 03:19:48 GMT (envelope-from marcus) Message-Id: <200412030319.iB33JmEN028981@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 3 Dec 2004 03:19:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/glib20 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 03:19:49 -0000 marcus 2004-12-03 03:19:48 UTC FreeBSD ports repository Modified files: devel/glib20 Makefile distinfo Log: Update to 2.4.8. Revision Changes Path 1.108 +1 -1 ports/devel/glib20/Makefile 1.48 +2 -2 ports/devel/glib20/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 03:30:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A65716A4CE; Fri, 3 Dec 2004 03:30:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77EE643D2D; Fri, 3 Dec 2004 03:30:59 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB33Uxop029371; Fri, 3 Dec 2004 03:30:59 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB33Uxe6029370; Fri, 3 Dec 2004 03:30:59 GMT (envelope-from ahze) Message-Id: <200412030330.iB33Uxe6029370@repoman.freebsd.org> From: Michael Johnson Date: Fri, 3 Dec 2004 03:30:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/nvu Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 03:30:59 -0000 ahze 2004-12-03 03:30:59 UTC FreeBSD ports repository Modified files: www/nvu Makefile distinfo Log: - Update to 0.60 aka 1.0-BETA - Utilize USE_X_PREFIX - Grab MAINTAINER Revision Changes Path 1.6 +9 -7 ports/www/nvu/Makefile 1.2 +2 -2 ports/www/nvu/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 03:33:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61ABB16A4CE; Fri, 3 Dec 2004 03:33:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE3343D46; Fri, 3 Dec 2004 03:33:37 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB33Xb5S029446; Fri, 3 Dec 2004 03:33:37 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB33Xb2J029445; Fri, 3 Dec 2004 03:33:37 GMT (envelope-from marcus) Message-Id: <200412030333.iB33Xb2J029445@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 3 Dec 2004 03:33:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/accessibility/at-spi Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 03:33:37 -0000 marcus 2004-12-03 03:33:37 UTC FreeBSD ports repository Modified files: accessibility/at-spi Makefile distinfo pkg-plist Log: Update to 1.6.1. Revision Changes Path 1.40 +1 -1 ports/accessibility/at-spi/Makefile 1.20 +2 -2 ports/accessibility/at-spi/distinfo 1.19 +0 -29 ports/accessibility/at-spi/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 3 04:34:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 342ED16A4CE; Fri, 3 Dec 2004 04:34:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E8A943D4C; Fri, 3 Dec 2004 04:34:55 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB34Ys7s031124; Fri, 3 Dec 2004 04:34:54 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB34YsDY031123; Fri, 3 Dec 2004 04:34:54 GMT (envelope-from edwin) Message-Id: <200412030434.iB34YsDY031123@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 3 Dec 2004 04:34:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/kscope Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 04:34:55 -0000 edwin 2004-12-03 04:34:54 UTC FreeBSD ports repository Modified files: devel/kscope Makefile distinfo Log: Update devel/kscope to 0.9 Like the synopsis says, update devel/kscope from 0.8a to 0.9. PR: ports/73759 Submitted by: Frank Mayhar Revision Changes Path 1.5 +1 -2 ports/devel/kscope/Makefile 1.4 +2 -2 ports/devel/kscope/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 04:37:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A220516A4CE; Fri, 3 Dec 2004 04:37:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF6F43D3F; Fri, 3 Dec 2004 04:37:43 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB34bhPj031300; Fri, 3 Dec 2004 04:37:43 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB34bhWs031299; Fri, 3 Dec 2004 04:37:43 GMT (envelope-from alfred) Message-Id: <200412030437.iB34bhWs031299@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 3 Dec 2004 04:37:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/insub Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 04:37:43 -0000 alfred 2004-12-03 04:37:43 UTC FreeBSD ports repository Modified files: irc/insub Makefile distinfo Log: Update to 9.4. Now with sine wave text and my color optimizations! Revision Changes Path 1.21 +1 -1 ports/irc/insub/Makefile 1.15 +2 -2 ports/irc/insub/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 04:54:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6643B16A4CE; Fri, 3 Dec 2004 04:54:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 434B643D2D; Fri, 3 Dec 2004 04:54:53 +0000 (GMT) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB34srp0038266; Fri, 3 Dec 2004 04:54:53 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from wollman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB34srs3038265; Fri, 3 Dec 2004 04:54:53 GMT (envelope-from wollman) Message-Id: <200412030454.iB34srs3038265@repoman.freebsd.org> From: Garrett Wollman Date: Fri, 3 Dec 2004 04:54:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc/mtree BSD.usr.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 04:54:53 -0000 wollman 2004-12-03 04:54:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) etc/mtree BSD.usr.dist Log: MFC: new Argentina zoneinfo directory Pointed out by: kensmith Pointy hat to: wollman Revision Changes Path 1.188.2.47 +2 -0 src/etc/mtree/BSD.usr.dist From owner-cvs-all@FreeBSD.ORG Fri Dec 3 05:00:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F04716A4D1 for ; Fri, 3 Dec 2004 05:00:05 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFC7C43D55 for ; Fri, 3 Dec 2004 05:00:04 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so878569rnf for ; Thu, 02 Dec 2004 21:00:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=AcWRZWJ7sMDN1BdKewuDpLCOQ/Rvbk3CyN29Q1kn6CLXwS8PRFV3JELUAAdJnH5GxfK6qsRJFzweO5gu5bBgnq08n8lN/KTvRfMV+i5k1pNFaogTIUEi8OXxCCHp7u/3JHQOYokLA+/RInVhfwn/f/7jj55C05Np4daB9NcddUw= Received: by 10.38.15.61 with SMTP id 61mr1200486rno; Thu, 02 Dec 2004 21:00:02 -0800 (PST) Received: by 10.38.89.28 with HTTP; Thu, 2 Dec 2004 20:59:45 -0800 (PST) Message-ID: Date: Thu, 2 Dec 2004 20:59:45 -0800 From: Pascal Hofstee To: Joe Marcus Clarke In-Reply-To: <200412030319.iB33JmEN028981@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200412030319.iB33JmEN028981@repoman.freebsd.org> cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/glib20 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 05:00:05 -0000 On Fri, 3 Dec 2004 03:19:48 +0000 (UTC), Joe Marcus Clarke wrote: > marcus 2004-12-03 03:19:48 UTC > > FreeBSD ports repository > > Modified files: > devel/glib20 Makefile distinfo > Log: > Update to 2.4.8. This commit broke the glib20 port .. in the Applying FreeBSD patches stage ... 2 out of 2 hunks failed--saving rejects to glib/gutils.c.rej >> Patch patch-glib_gutils.c failed to apply cleanly. the other pathces seem to apply cleanly. -- With kind regards, Pascal Hofstee From owner-cvs-all@FreeBSD.ORG Fri Dec 3 05:03:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5D9016A4CE for ; Fri, 3 Dec 2004 05:03:26 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66ADB43D53 for ; Fri, 3 Dec 2004 05:03:25 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so878899rnf for ; Thu, 02 Dec 2004 21:03:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=QD5Ciisy+HzehyN/2gcv9oXJIKLqyx8m784BHpR1oftJRP2y4QcDZGiILEC5bChgZ1m9IivwwLKoVKrUiV9w8Z4bdiiiMywYAz2UXPle79cNp/3TtQNmhMyXBAXlhTFbXdtrGaxfmGU4/6X4MTlw7X+VB/m7jdo6dfBH22RhA/E= Received: by 10.38.99.9 with SMTP id w9mr1212739rnb; Thu, 02 Dec 2004 21:03:25 -0800 (PST) Received: by 10.38.89.28 with HTTP; Thu, 2 Dec 2004 21:03:25 -0800 (PST) Message-ID: Date: Thu, 2 Dec 2004 21:03:25 -0800 From: Pascal Hofstee To: Joe Marcus Clarke In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200412030319.iB33JmEN028981@repoman.freebsd.org> cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/glib20 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 05:03:26 -0000 On Thu, 2 Dec 2004 20:59:45 -0800, Pascal Hofstee wrote: > This commit broke the glib20 port .. in the Applying FreeBSD patches stage ... > > 2 out of 2 hunks failed--saving rejects to glib/gutils.c.rej > >> Patch patch-glib_gutils.c failed to apply cleanly. > > the other pathces seem to apply cleanly. Ok .. Ignore please ... i did an rm -Rf on my glib20 port ... and ran a new make update ... the pach-glib_gutils.c file is no longer present now .... This has likely been a local modification of some sort i forgot about when i was tracking down the pthread_mutex_trylock issue several months ago .... -- Pascal Hofstee From owner-cvs-all@FreeBSD.ORG Fri Dec 3 05:37:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE05C16A4CE; Fri, 3 Dec 2004 05:37:39 +0000 (GMT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5255643D3F; Fri, 3 Dec 2004 05:37:39 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [192.168.1.102] (adsl-68-123-122-146.dsl.snfc21.pacbell.net [68.123.122.146])iB35bDL6287560; Fri, 3 Dec 2004 00:37:21 -0500 Message-ID: <41AFFB89.5080509@elischer.org> Date: Thu, 02 Dec 2004 21:37:13 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8a3) Gecko/20041017 X-Accept-Language: en, hu MIME-Version: 1.0 To: netch@lucky.net References: <200412012135.iB1LZvTi019982@repoman.freebsd.org> <20041202100737.GB52458@lucky.net> <41AEF487.5010705@wadham.ox.ac.uk> <20041202110249.GK38653@lucky.net> In-Reply-To: <20041202110249.GK38653@lucky.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: Colin Percival cc: Colin Percival Subject: Re: cvs commit: src UPDATING src/sys/conf newvers.shsrc/sys/miscfs/procfs procfs_status.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 05:37:40 -0000 Valentin Nechayev wrote: > Thu, Dec 02, 2004 at 10:55:03, colin.percival wrote about "Re: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/miscfs/procfs procfs_status.c": > > >>>>FreeBSD src repository >>>>Modified files: (Branch: RELENG_4_8) >>> >>>Are you going to update RELENG_4_9 with this fix? >> >>RELENG_4_9 is no longer a supported branch. > > > Your answer to this means RELENG_4_8 is supported one? Actually, yes.. 4.8 is an 'extended support' branch.. it has bee advertised as such for a while and that is why the banks I work with are on 4.8 and will go to 4.11 or 4.12 if it happens as their next stop. (there is ne on 4.4 but it has no external interface outside their own network so they are leaving it alone "If it aint broke....") > > > -netch- From owner-cvs-all@FreeBSD.ORG Fri Dec 3 06:52:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FB3C16A4DF; Fri, 3 Dec 2004 06:52:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6931943D5E; Fri, 3 Dec 2004 06:52:22 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB36qMvo041626; Fri, 3 Dec 2004 06:52:22 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB36qM0a041625; Fri, 3 Dec 2004 06:52:22 GMT (envelope-from leeym) Message-Id: <200412030652.iB36qM0a041625@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 3 Dec 2004 06:52:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/razor-agents Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 06:52:23 -0000 leeym 2004-12-03 06:52:22 UTC FreeBSD ports repository Modified files: mail/razor-agents Makefile distinfo pkg-plist Log: - update to razor-agents-2.66 - release the maintainership to perl@ PR: 74640 Submitted by: Andrew McNaughton Revision Changes Path 1.31 +3 -3 ports/mail/razor-agents/Makefile 1.13 +2 -2 ports/mail/razor-agents/distinfo 1.12 +1 -0 ports/mail/razor-agents/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 3 06:56:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C0816A4CE; Fri, 3 Dec 2004 06:56:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE56F43D5E; Fri, 3 Dec 2004 06:56:42 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB36ugI1042122; Fri, 3 Dec 2004 06:56:42 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB36ug3o042121; Fri, 3 Dec 2004 06:56:42 GMT (envelope-from lesi) Message-Id: <200412030656.iB36ug3o042121@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 3 Dec 2004 06:56:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/lavaps Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 06:56:43 -0000 lesi 2004-12-03 06:56:42 UTC FreeBSD ports repository Modified files: sysutils/lavaps Makefile Log: Fix perl build dependency. Noticed by: dosirak via kris, while testing X.Org upgrade Revision Changes Path 1.20 +1 -1 ports/sysutils/lavaps/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 07:07:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4D9516A4CF; Fri, 3 Dec 2004 07:07:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F52743D5E; Fri, 3 Dec 2004 07:07:41 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB377fuZ042489; Fri, 3 Dec 2004 07:07:41 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB377fdi042488; Fri, 3 Dec 2004 07:07:41 GMT (envelope-from lesi) Message-Id: <200412030707.iB377fdi042488@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 3 Dec 2004 07:07:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/octave Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 07:07:41 -0000 lesi 2004-12-03 07:07:41 UTC FreeBSD ports repository Modified files: math/octave Makefile Log: Add perl build dependency. Previously it was picked up by imake, which was run time dependency for X libraries. Since this will no longer hold, specify perl explicitly. Pointed out by: dosirak via kris, while testing X.Org upgrade Revision Changes Path 1.50 +1 -0 ports/math/octave/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 07:14:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7F8516A4CE; Fri, 3 Dec 2004 07:14:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17A543D4C; Fri, 3 Dec 2004 07:14:16 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB37EGSR042694; Fri, 3 Dec 2004 07:14:16 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB37EGQ2042693; Fri, 3 Dec 2004 07:14:16 GMT (envelope-from lesi) Message-Id: <200412030714.iB37EGQ2042693@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 3 Dec 2004 07:14:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/p-interp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 07:14:17 -0000 lesi 2004-12-03 07:14:16 UTC FreeBSD ports repository Modified files: emulators/p-interp Makefile Log: Add imake build dependency. Previously it was picked up as run time dependency for X libraries. That is about to change so specify it explicitly. Pointed out by: dosirak via kris, while testing X.Org upgrade Revision Changes Path 1.11 +2 -0 ports/emulators/p-interp/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:01:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2AE16A4CE; Fri, 3 Dec 2004 08:01:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA88143D39; Fri, 3 Dec 2004 08:01:09 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3819O9044156; Fri, 3 Dec 2004 08:01:09 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3819n6044155; Fri, 3 Dec 2004 08:01:09 GMT (envelope-from njl) Message-Id: <200412030801.iB3819n6044155@repoman.freebsd.org> From: Nate Lawson Date: Fri, 3 Dec 2004 08:01:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:01:10 -0000 njl 2004-12-03 08:01:09 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: Enable the relaxed behavior for op regions and other workarounds for non-standard BIOSen. We used to implement this in local patches but now that ACPI-CA has merged/re-implemented most of our fixes, they were no longer needed and we just needed to turn this knob on. Also, remove an unnecessary cast. Tested by: phk Revision Changes Path 1.195 +2 -1 src/sys/dev/acpica/acpi.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:02:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E880E16A4CE; Fri, 3 Dec 2004 08:02:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C25EF43D31; Fri, 3 Dec 2004 08:02:52 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB382qM9044231; Fri, 3 Dec 2004 08:02:52 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB382qYt044230; Fri, 3 Dec 2004 08:02:52 GMT (envelope-from harti) Message-Id: <200412030802.iB382qYt044230@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 08:02:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make job.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:02:53 -0000 harti 2004-12-03 08:02:52 UTC FreeBSD src repository Modified files: usr.bin/make job.c Log: Change the algorithm that matches the builtin shells from the name keyword of the .SHELL target. Formerly it used to select the shell with the longest common trailing substring, so that bash would select sh, but pocsh would select csh. Now an exact match is required so that specifying bash without also giving a path and the other keywords will give an error. Reviewed by: ru Revision Changes Path 1.64 +18 -34 src/usr.bin/make/job.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:03:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B25216A4CE; Fri, 3 Dec 2004 08:03:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D1D43D1D; Fri, 3 Dec 2004 08:03:11 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB383Bf4044269; Fri, 3 Dec 2004 08:03:11 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB383Bj4044268; Fri, 3 Dec 2004 08:03:11 GMT (envelope-from harti) Message-Id: <200412030803.iB383Bj4044268@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 08:03:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make make.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:03:11 -0000 harti 2004-12-03 08:03:11 UTC FreeBSD src repository Modified files: usr.bin/make make.1 Log: Describe the .SHELL target. Reviewed by: ru Revision Changes Path 1.80 +109 -1 src/usr.bin/make/make.1 From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:13:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9619C16A4CE; Fri, 3 Dec 2004 08:13:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700FF43D5C; Fri, 3 Dec 2004 08:13:10 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38DAlI044596; Fri, 3 Dec 2004 08:13:10 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38DA12044595; Fri, 3 Dec 2004 08:13:10 GMT (envelope-from njl) Message-Id: <200412030813.iB38DA12044595@repoman.freebsd.org> From: Nate Lawson Date: Fri, 3 Dec 2004 08:13:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:13:10 -0000 njl 2004-12-03 08:13:09 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Non-x86 platforms cannot use the ACPI includes. This should be fixed but for now, only include the headers for i386, amd64, or ia64. Pointed out by: grehan Revision Changes Path 1.270 +4 -0 src/sys/dev/pci/pci.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:20:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7798B16A4CE; Fri, 3 Dec 2004 08:20:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537D343D3F; Fri, 3 Dec 2004 08:20:50 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38KoOW044916; Fri, 3 Dec 2004 08:20:50 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38KoIp044915; Fri, 3 Dec 2004 08:20:50 GMT (envelope-from lesi) Message-Id: <200412030820.iB38KoIp044915@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 3 Dec 2004 08:20:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/gl2ps Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:20:50 -0000 lesi 2004-12-03 08:20:49 UTC FreeBSD ports repository Modified files: print/gl2ps Makefile Log: Remove perl dependency. Submitted by: maintainer Revision Changes Path 1.4 +4 -4 ports/print/gl2ps/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:22:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADE7516A4CE; Fri, 3 Dec 2004 08:22:44 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD2E43D45; Fri, 3 Dec 2004 08:22:43 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 096791E577A; Fri, 3 Dec 2004 09:22:43 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10028) with ESMTP id 93455-03; Fri, 3 Dec 2004 09:22:41 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id 3DADF1E5779; Fri, 3 Dec 2004 09:22:41 +0100 (CET) Received: from [193.2.4.12] (azazel.ijs.si [193.2.4.12]) by rincewind.ijs.si (Postfix) with ESMTP id 2BC4480303E; Fri, 3 Dec 2004 09:22:41 +0100 (CET) Message-ID: <41B02250.4050709@ijs.si> Date: Fri, 03 Dec 2004 09:22:40 +0100 From: Dejan Lesjak User-Agent: Mozilla Thunderbird 0.8 (Windows/20040914) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dejan Lesjak References: <200412030820.iB38KoIp044915@repoman.freebsd.org> In-Reply-To: <200412030820.iB38KoIp044915@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at ijs.si cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/gl2ps Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:22:44 -0000 Dejan Lesjak wrote: > lesi 2004-12-03 08:20:49 UTC > > FreeBSD ports repository > > Modified files: > print/gl2ps Makefile > Log: > Remove perl dependency. > > Submitted by: maintainer > > Revision Changes Path > 1.4 +4 -4 ports/print/gl2ps/Makefile PR: 74623 From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:22:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6FF016A4CF; Fri, 3 Dec 2004 08:22:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B308043D39; Fri, 3 Dec 2004 08:22:51 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38MpJ2045007; Fri, 3 Dec 2004 08:22:51 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38Mpxb045006; Fri, 3 Dec 2004 08:22:51 GMT (envelope-from rushani) Message-Id: <200412030822.iB38Mpxb045006@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Fri, 3 Dec 2004 08:22:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:22:52 -0000 rushani 2004-12-03 08:22:51 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document vulnerability that allows arbitrary command execution in rssh and scponly. Approved & reviewed by: josef (security team) Revision Changes Path 1.388 +34 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:24:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7918C16A4CE; Fri, 3 Dec 2004 08:24:10 +0000 (GMT) Received: from heechee.tobez.org (heechee.tobez.org [217.157.39.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F60943D55; Fri, 3 Dec 2004 08:24:07 +0000 (GMT) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 1C50D175D2; Fri, 3 Dec 2004 09:24:06 +0100 (CET) Date: Fri, 3 Dec 2004 09:24:06 +0100 From: Anton Berezin To: Dejan Lesjak Message-ID: <20041203082406.GB77645@heechee.tobez.org> Mail-Followup-To: Anton Berezin , Dejan Lesjak , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200412030820.iB38KoIp044915@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412030820.iB38KoIp044915@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/gl2ps Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:24:10 -0000 On Fri, Dec 03, 2004 at 08:20:49AM +0000, Dejan Lesjak wrote: > lesi 2004-12-03 08:20:49 UTC > > FreeBSD ports repository > > Modified files: > print/gl2ps Makefile > Log: > Remove perl dependency. > > Submitted by: maintainer Whatever happened to REINPLACE_CMD ? \Anton. -- The moronity of the universe is a monotonically increasing function. -- Jarkko Hietaniemi From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:24:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B6A16A4CE; Fri, 3 Dec 2004 08:24:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D239643D5C; Fri, 3 Dec 2004 08:24:26 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38OQSi045061; Fri, 3 Dec 2004 08:24:26 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38OQLt045060; Fri, 3 Dec 2004 08:24:26 GMT (envelope-from bland) Message-Id: <200412030824.iB38OQLt045060@repoman.freebsd.org> From: Alexander Nedotsukov Date: Fri, 3 Dec 2004 08:24:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:24:27 -0000 bland 2004-12-03 08:24:26 UTC FreeBSD ports repository Modified files: x11-toolkits/gtk20 Makefile distinfo pkg-plist Log: Update to 2.4.14 Revision Changes Path 1.142 +1 -1 ports/x11-toolkits/gtk20/Makefile 1.74 +2 -2 ports/x11-toolkits/gtk20/distinfo 1.80 +2 -0 ports/x11-toolkits/gtk20/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:27:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6603E16A4CE; Fri, 3 Dec 2004 08:27:57 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20C4C43D3F; Fri, 3 Dec 2004 08:27:57 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 559E41E5797; Fri, 3 Dec 2004 09:27:56 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10028) with ESMTP id 94142-02; Fri, 3 Dec 2004 09:27:54 +0100 (CET) Received: from rincewind.ijs.si (rincewind.ijs.si [193.2.4.137]) by niobe.ijs.si (Postfix) with ESMTP id 1EC531E57AE; Fri, 3 Dec 2004 09:27:53 +0100 (CET) Received: from [193.2.4.12] (azazel.ijs.si [193.2.4.12]) by rincewind.ijs.si (Postfix) with ESMTP id B9C7480303E; Fri, 3 Dec 2004 09:27:53 +0100 (CET) Message-ID: <41B02388.4050204@ijs.si> Date: Fri, 03 Dec 2004 09:27:52 +0100 From: Dejan Lesjak User-Agent: Mozilla Thunderbird 0.8 (Windows/20040914) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Anton Berezin References: <200412030820.iB38KoIp044915@repoman.freebsd.org> <20041203082406.GB77645@heechee.tobez.org> In-Reply-To: <20041203082406.GB77645@heechee.tobez.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at ijs.si cc: Dejan Lesjak cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/gl2ps Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:27:57 -0000 Anton Berezin wrote: > On Fri, Dec 03, 2004 at 08:20:49AM +0000, Dejan Lesjak wrote: > >>lesi 2004-12-03 08:20:49 UTC >> >> FreeBSD ports repository >> >> Modified files: >> print/gl2ps Makefile >> Log: >> Remove perl dependency. >> >> Submitted by: maintainer > > > Whatever happened to REINPLACE_CMD ? > > \Anton. This replacement doesn't need to be made inplace, so ordinary sed would be enough (avoiding sed_inplace dependency on some configurations). From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:43:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D15716A4CE; Fri, 3 Dec 2004 08:43:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D4243D39; Fri, 3 Dec 2004 08:43:08 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38h78h045679; Fri, 3 Dec 2004 08:43:08 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38h7Bv045678; Fri, 3 Dec 2004 08:43:07 GMT (envelope-from harti) Message-Id: <200412030843.iB38h7Bv045678@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 08:43:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make buf.c buf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:43:08 -0000 harti 2004-12-03 08:43:07 UTC FreeBSD src repository Modified files: usr.bin/make buf.c buf.h Log: Style: fix indentation, protect macro with do { } while (0). Checked with: diff on object file. Revision Changes Path 1.21 +130 -131 src/usr.bin/make/buf.c 1.14 +6 -6 src/usr.bin/make/buf.h From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:44:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D76616A4CE; Fri, 3 Dec 2004 08:44:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7945043D46; Fri, 3 Dec 2004 08:44:57 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38iuBu045773; Fri, 3 Dec 2004 08:44:57 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38iu98045772; Fri, 3 Dec 2004 08:44:56 GMT (envelope-from njl) Message-Id: <200412030844.iB38iu98045772@repoman.freebsd.org> From: Nate Lawson Date: Fri, 3 Dec 2004 08:44:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:44:57 -0000 njl 2004-12-03 08:44:56 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: ACPI is not on pc98 either. Informed by: nyan Revision Changes Path 1.271 +2 -1 src/sys/dev/pci/pci.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 08:56:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC6D16A4CE; Fri, 3 Dec 2004 08:56:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3804743D49; Fri, 3 Dec 2004 08:56:32 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB38uWmG052610; Fri, 3 Dec 2004 08:56:32 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB38uV6r052609; Fri, 3 Dec 2004 08:56:31 GMT (envelope-from phk) Message-Id: <200412030856.iB38uV6r052609@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 08:56:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_default.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 08:56:32 -0000 phk 2004-12-03 08:56:31 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: Add missing vop_bypass (returning EOPNOTSUPP). Tripped up: marks Revision Changes Path 1.110 +3 -1 src/sys/kern/vfs_default.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 09:12:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEFC816A4CE; Fri, 3 Dec 2004 09:12:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B75243D46; Fri, 3 Dec 2004 09:12:30 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB39CU6Q053162; Fri, 3 Dec 2004 09:12:30 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB39CUpK053161; Fri, 3 Dec 2004 09:12:30 GMT (envelope-from osa) Message-Id: <200412030912.iB39CUpK053161@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 3 Dec 2004 09:12:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/nginx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 09:12:30 -0000 osa 2004-12-03 09:12:30 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Log: Update to latest release version: 0.1.11. More fixes and changes, new directives. Revision Changes Path 1.10 +1 -1 ports/www/nginx/Makefile 1.9 +2 -2 ports/www/nginx/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 09:48:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68EA416A4CE; Fri, 3 Dec 2004 09:48:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 442AC43D31; Fri, 3 Dec 2004 09:48:38 +0000 (GMT) (envelope-from josef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB39mcri053994; Fri, 3 Dec 2004 09:48:38 GMT (envelope-from josef@repoman.freebsd.org) Received: (from josef@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB39mcnb053993; Fri, 3 Dec 2004 09:48:38 GMT (envelope-from josef) Message-Id: <200412030948.iB39mcnb053993@repoman.freebsd.org> From: Josef El-Rayes Date: Fri, 3 Dec 2004 09:48:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 09:48:38 -0000 josef 2004-12-03 09:48:37 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Remove article with dead link. This link has been broken for more than a month now, the whole website has been removed and it does not look like it will reappear any time soon. Pointed out by: Daniel Seuffert Revision Changes Path 1.154 +1 -13 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Fri Dec 3 09:50:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A29F316A4CE; Fri, 3 Dec 2004 09:50:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EB7E43D45; Fri, 3 Dec 2004 09:50:11 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB39oBWC054048; Fri, 3 Dec 2004 09:50:11 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB39oBNo054047; Fri, 3 Dec 2004 09:50:11 GMT (envelope-from arved) Message-Id: <200412030950.iB39oBNo054047@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 3 Dec 2004 09:50:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/kgeography/files patch-map-rename X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 09:50:11 -0000 arved 2004-12-03 09:50:11 UTC FreeBSD ports repository Added files: games/kgeography/files patch-map-rename Log: Fix build on 4.x Revision Changes Path 1.1 +466 -0 ports/games/kgeography/files/patch-map-rename (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 3 09:52:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E915516A4CE; Fri, 3 Dec 2004 09:52:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2A3143D4C; Fri, 3 Dec 2004 09:52:20 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB39qKWB054153; Fri, 3 Dec 2004 09:52:20 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB39qKsB054152; Fri, 3 Dec 2004 09:52:20 GMT (envelope-from ale) Message-Id: <200412030952.iB39qKsB054152@repoman.freebsd.org> From: Alex Dupre Date: Fri, 3 Dec 2004 09:52:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/clamav-devel Makefile distinfo ports/security/clamav-devel/files patch-configure.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 09:52:21 -0000 ale 2004-12-03 09:52:20 UTC FreeBSD ports repository Modified files: security/clamav-devel Makefile distinfo security/clamav-devel/files patch-configure.in Log: Update to 20041201 snapshot. Approved by: maintainer Revision Changes Path 1.62 +2 -1 ports/security/clamav-devel/Makefile 1.44 +2 -2 ports/security/clamav-devel/distinfo 1.4 +24 -4 ports/security/clamav-devel/files/patch-configure.in From owner-cvs-all@FreeBSD.ORG Fri Dec 3 10:04:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2EF16A4CE; Fri, 3 Dec 2004 10:04:24 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4358C43D5C; Fri, 3 Dec 2004 10:04:23 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) iB3A3OES014085; Fri, 3 Dec 2004 11:03:24 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id iB3A3OOY014084; Fri, 3 Dec 2004 11:03:24 +0100 (CET) (envelope-from marc) Date: Fri, 3 Dec 2004 11:03:24 +0100 From: Marc Fonvieille To: Josef El-Rayes Message-ID: <20041203100324.GA13465@abigail.blackend.org> References: <200412030948.iB39mcnb053993@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412030948.iB39mcnb053993@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: doc-committers@FreeBSD.org cc: pjd@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:04:24 -0000 On Fri, Dec 03, 2004 at 09:48:37AM +0000, Josef El-Rayes wrote: > josef 2004-12-03 09:48:37 UTC > > FreeBSD doc repository > > Modified files: > en/news press.xml > Log: > Remove article with dead link. > This link has been broken for more > than a month now, the whole website > has been removed and it does not look > like it will reappear any time soon. > The author of this article, pjd@, does not have a copy of the article somewhere? Marc From owner-cvs-all@FreeBSD.ORG Fri Dec 3 10:42:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C6C016A4CE; Fri, 3 Dec 2004 10:42:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09CA943D5E; Fri, 3 Dec 2004 10:42:28 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3AgRDP055395; Fri, 3 Dec 2004 10:42:27 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3AgR1T055394; Fri, 3 Dec 2004 10:42:27 GMT (envelope-from olgeni) Message-Id: <200412031042.iB3AgR1T055394@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 3 Dec 2004 10:42:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:42:28 -0000 olgeni 2004-12-03 10:42:26 UTC FreeBSD ports repository Modified files: sysutils/webmin Makefile distinfo Log: Upgrade modules sshd-1.170-2, xinetd-1.170-2. Revision Changes Path 1.218 +4 -3 ports/sysutils/webmin/Makefile 1.177 +4 -2 ports/sysutils/webmin/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 10:45:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D20C16A4CF; Fri, 3 Dec 2004 10:45:56 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E7AA43D49; Fri, 3 Dec 2004 10:45:56 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CaAwk-000Cj3-Td; Fri, 03 Dec 2004 10:45:54 +0000 Date: Fri, 3 Dec 2004 10:45:54 +0000 From: Ceri Davies To: Marc Fonvieille Message-ID: <20041203104554.GE513@submonkey.net> Mail-Followup-To: Ceri Davies , Marc Fonvieille , Josef El-Rayes , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, pjd@FreeBSD.org References: <200412030948.iB39mcnb053993@repoman.freebsd.org> <20041203100324.GA13465@abigail.blackend.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="L6iaP+gRLNZHKoI4" Content-Disposition: inline In-Reply-To: <20041203100324.GA13465@abigail.blackend.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: Josef El-Rayes cc: doc-committers@FreeBSD.org cc: pjd@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:45:56 -0000 --L6iaP+gRLNZHKoI4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 03, 2004 at 11:03:24AM +0100, Marc Fonvieille wrote: > On Fri, Dec 03, 2004 at 09:48:37AM +0000, Josef El-Rayes wrote: > > josef 2004-12-03 09:48:37 UTC > >=20 > > FreeBSD doc repository > >=20 > > Modified files: > > en/news press.xml=20 > > Log: > > Remove article with dead link. > > This link has been broken for more > > than a month now, the whole website > > has been removed and it does not look > > like it will reappear any time soon. > > >=20 > The author of this article, pjd@, does not have a copy of the article > somewhere? Hmm, we should have one archived somewhere - I'm sure that brueffer (could be simon, in which case, I apologise) used to take copies of all the articles added here. Unfortunately, I'm not sure what we could do with such a copy. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --L6iaP+gRLNZHKoI4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBsEPiocfcwTS3JF8RAnWBAJ9TGIGMyjUj0undBdZhTLPpzztgMQCfd+KG c52dKr/R7QGQUiBWe+0WfbU= =IaFx -----END PGP SIGNATURE----- --L6iaP+gRLNZHKoI4-- From owner-cvs-all@FreeBSD.ORG Fri Dec 3 10:47:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0105416A4CE; Fri, 3 Dec 2004 10:47:51 +0000 (GMT) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3069143D60; Fri, 3 Dec 2004 10:47:50 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 68EE3ACAF8; Fri, 3 Dec 2004 11:47:46 +0100 (CET) Date: Fri, 3 Dec 2004 11:47:46 +0100 From: Pawel Jakub Dawidek To: Marc Fonvieille Message-ID: <20041203104746.GF813@darkness.comp.waw.pl> References: <200412030948.iB39mcnb053993@repoman.freebsd.org> <20041203100324.GA13465@abigail.blackend.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Pgaa2uWPnPrfixyx" Content-Disposition: inline In-Reply-To: <20041203100324.GA13465@abigail.blackend.org> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 cc: Josef El-Rayes cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:47:51 -0000 --Pgaa2uWPnPrfixyx Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 03, 2004 at 11:03:24AM +0100, Marc Fonvieille wrote: +> On Fri, Dec 03, 2004 at 09:48:37AM +0000, Josef El-Rayes wrote: +> > josef 2004-12-03 09:48:37 UTC +> >=20 +> > FreeBSD doc repository +> >=20 +> > Modified files: +> > en/news press.xml=20 +> > Log: +> > Remove article with dead link. +> > This link has been broken for more +> > than a month now, the whole website +> > has been removed and it does not look +> > like it will reappear any time soon. +> > +>=20 +> The author of this article, pjd@, does not have a copy of the article +> somewhere? Which article exactly? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Pgaa2uWPnPrfixyx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBsERSForvXbEpPzQRApn5AKCpZ48NrrjJAxJCf0Weh4baBcuuagCgtMzo vvJ540KtmY8QaMfTK9s2bDM= =+7UD -----END PGP SIGNATURE----- --Pgaa2uWPnPrfixyx-- From owner-cvs-all@FreeBSD.ORG Fri Dec 3 10:57:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0D3E16A4CE; Fri, 3 Dec 2004 10:57:59 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7DEE43D48; Fri, 3 Dec 2004 10:57:58 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) iB3Av0Z5014703; Fri, 3 Dec 2004 11:57:01 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id iB3Av0PX014702; Fri, 3 Dec 2004 11:57:00 +0100 (CET) (envelope-from marc) Date: Fri, 3 Dec 2004 11:57:00 +0100 From: Marc Fonvieille To: Ceri Davies , Marc Fonvieille , Josef El-Rayes , doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org, pjd@FreeBSD.org Message-ID: <20041203105700.GB13465@abigail.blackend.org> References: <200412030948.iB39mcnb053993@repoman.freebsd.org> <20041203100324.GA13465@abigail.blackend.org> <20041203104554.GE513@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline In-Reply-To: <20041203104554.GE513@submonkey.net> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 10:57:59 -0000 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 03, 2004 at 10:45:54AM +0000, Ceri Davies wrote: > >=20 > > The author of this article, pjd@, does not have a copy of the article > > somewhere? >=20 > Hmm, we should have one archived somewhere - I'm sure that brueffer > (could be simon, in which case, I apologise) used to take copies of all > the articles added here. Unfortunately, I'm not sure what we could do > with such a copy. > Yes, we have copies in /c/www/bsddoc/press/ I don't know about "rights problem" if we decide to link some of our archives to the web site. We should think about a policy regarding broken links to articles. Marc --OgqxwSJOaUobr8KG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBsEYq81T1MWxkgcoRAjm6AJ94yg1dJNHqpDVHwDwIwWbhjj3IaQCdGUGy 9E50a82ypOPLOE8ryN6GRU4= =DOum -----END PGP SIGNATURE----- --OgqxwSJOaUobr8KG-- From owner-cvs-all@FreeBSD.ORG Fri Dec 3 11:05:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF1A16A4CE; Fri, 3 Dec 2004 11:05:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A891143D54; Fri, 3 Dec 2004 11:05:40 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3B5e98056116; Fri, 3 Dec 2004 11:05:40 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3B5e4n056115; Fri, 3 Dec 2004 11:05:40 GMT (envelope-from mat) Message-Id: <200412031105.iB3B5e4n056115@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 3 Dec 2004 11:05:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/p5-Class-DBI-Pg Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 11:05:41 -0000 mat 2004-12-03 11:05:40 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Pg Makefile distinfo Log: Update to 0.06 Revision Changes Path 1.7 +1 -1 ports/databases/p5-Class-DBI-Pg/Makefile 1.6 +2 -2 ports/databases/p5-Class-DBI-Pg/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 11:23:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1232316A4CE; Fri, 3 Dec 2004 11:23:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026BE43D46; Fri, 3 Dec 2004 11:23:47 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3BNkFN056629; Fri, 3 Dec 2004 11:23:46 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3BNksA056628; Fri, 3 Dec 2004 11:23:46 GMT (envelope-from edwin) Message-Id: <200412031123.iB3BNksA056628@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 3 Dec 2004 11:23:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/thevalley Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 11:23:47 -0000 edwin 2004-12-03 11:23:46 UTC FreeBSD ports repository Modified files: games/thevalley Makefile Log: From: Dejan Lesjak To: edwin@mavetju.org Subject: games/thevalley and upcoming xorg update Hello, Soon xorg ports will be upgraded to 6.8.1. As one of changes, imake is no longer recorded as run dependency for X libraries. Since imake depends on perl, this dependency is also gone. The port you maintain relied on perl being there as consequence of these dependencies. Since this is no longer so, it fails. The upgrade is being tested on dosirak ports test cluster and the error log is here: To solve this, explicit build time dependency to perl needs to be specified with addition of something like this line: USE_PERL5_BUILD=yes to Makefile. Thanks. Submitted by: Dejan Lesjak Revision Changes Path 1.3 +1 -0 ports/games/thevalley/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 11:54:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614E716A4CE; Fri, 3 Dec 2004 11:54:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BF7343D53; Fri, 3 Dec 2004 11:54:36 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3BsZDP057597; Fri, 3 Dec 2004 11:54:36 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3BsZXD057596; Fri, 3 Dec 2004 11:54:35 GMT (envelope-from rik) Message-Id: <200412031154.iB3BsZXD057596@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 3 Dec 2004 11:54:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/sconfig sconfig.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 11:54:36 -0000 rik 2004-12-03 11:54:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/sconfig sconfig.8 Log: MFC (1.4-1.6): revision 1.6 date: 2004/11/29 15:32:31; author: rik; state: Exp; lines: +1 -1 Fix typo. Submitted by: Janusz Muc'ka (Defacto) MFC after: 3 days ---------------------------- revision 1.5 date: 2004/05/20 16:40:06; author: ru; state: Exp; lines: +293 -261 branches: 1.5.2; Clean up language. Reviewed by: rik ---------------------------- revision 1.4 date: 2004/05/18 07:23:37; author: ru; state: Exp; lines: +389 -269 Markup overhaul. Revision Changes Path 1.3.2.2 +505 -353 src/sbin/sconfig/sconfig.8 From owner-cvs-all@FreeBSD.ORG Fri Dec 3 11:59:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BEF316A4CE; Fri, 3 Dec 2004 11:59:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556E943D2D; Fri, 3 Dec 2004 11:59:30 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3BxUMK057802; Fri, 3 Dec 2004 11:59:30 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3BxUkT057801; Fri, 3 Dec 2004 11:59:30 GMT (envelope-from harti) Message-Id: <200412031159.iB3BxUkT057801@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 11:59:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make buf.c buf.h var_modify.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 11:59:30 -0000 harti 2004-12-03 11:59:30 UTC FreeBSD src repository Modified files: usr.bin/make buf.c buf.h var_modify.c Log: Make sizes to be of type size_t and correct function arguments that should be Byte (as the numerous casts to Byte in the function calls show). Revision Changes Path 1.22 +16 -16 src/usr.bin/make/buf.c 1.15 +15 -15 src/usr.bin/make/buf.h 1.5 +1 -1 src/usr.bin/make/var_modify.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 12:01:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61F1A16A4CE; Fri, 3 Dec 2004 12:01:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2737343D1F; Fri, 3 Dec 2004 12:01:39 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3C1dY8057933; Fri, 3 Dec 2004 12:01:39 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3C1dSj057932; Fri, 3 Dec 2004 12:01:39 GMT (envelope-from edwin) Message-Id: <200412031201.iB3C1dSj057932@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 3 Dec 2004 12:01:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/phpbb pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:01:39 -0000 edwin 2004-12-03 12:01:39 UTC FreeBSD ports repository Modified files: www/phpbb pkg-message Log: %%PREFIX%%/INDEX.html -> %%PREFIX%%/README.html Revision Changes Path 1.3 +1 -1 ports/www/phpbb/pkg-message From owner-cvs-all@FreeBSD.ORG Fri Dec 3 12:02:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A860216A4CE; Fri, 3 Dec 2004 12:02:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8604E43D46; Fri, 3 Dec 2004 12:02:14 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3C2EZY057981; Fri, 3 Dec 2004 12:02:14 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3C2ETP057980; Fri, 3 Dec 2004 12:02:14 GMT (envelope-from harti) Message-Id: <200412031202.iB3C2ETP057980@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 12:02:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make buf.c buf.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:02:14 -0000 harti 2004-12-03 12:02:14 UTC FreeBSD src repository Modified files: usr.bin/make buf.c buf.h Log: Put macro arguments in paranthesis. Submitted by: johan Revision Changes Path 1.23 +1 -1 src/usr.bin/make/buf.c 1.16 +1 -1 src/usr.bin/make/buf.h From owner-cvs-all@FreeBSD.ORG Fri Dec 3 12:07:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAFEF16A4CE; Fri, 3 Dec 2004 12:07:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 884D443D41; Fri, 3 Dec 2004 12:07:03 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3C73nH058152; Fri, 3 Dec 2004 12:07:03 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3C734l058151; Fri, 3 Dec 2004 12:07:03 GMT (envelope-from harti) Message-Id: <200412031207.iB3C734l058151@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 12:07:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make var.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:07:03 -0000 harti 2004-12-03 12:07:03 UTC FreeBSD src repository Modified files: usr.bin/make var.c Log: Plug a memory leak. Revision Changes Path 1.51 +1 -0 src/usr.bin/make/var.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 12:09:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB6DD16A4CE; Fri, 3 Dec 2004 12:09:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7D7543D1F; Fri, 3 Dec 2004 12:09:34 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3C9YHO058207; Fri, 3 Dec 2004 12:09:34 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3C9YCK058206; Fri, 3 Dec 2004 12:09:34 GMT (envelope-from phk) Message-Id: <200412031209.iB3C9YCK058206@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 12:09:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:09:34 -0000 phk 2004-12-03 12:09:34 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Improve vprint() a little bit: break long lines, reduce indent and tell if the VI_LOCK() is held. Revision Changes Path 1.555 +7 -4 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 12:15:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B64116A4CE; Fri, 3 Dec 2004 12:15:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3776643D5C; Fri, 3 Dec 2004 12:15:40 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3CFeIV058528; Fri, 3 Dec 2004 12:15:40 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3CFeGC058527; Fri, 3 Dec 2004 12:15:40 GMT (envelope-from phk) Message-Id: <200412031215.iB3CFeGC058527@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 12:15:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_lookup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:15:40 -0000 phk 2004-12-03 12:15:40 UTC FreeBSD src repository Modified files: sys/kern vfs_lookup.c Log: Make NAMEI_DIAGNOSTIC compile again and add a stragic vprint() Revision Changes Path 1.65 +9 -8 src/sys/kern/vfs_lookup.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 12:55:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65D8216A4CE; Fri, 3 Dec 2004 12:55:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D8D43D39; Fri, 3 Dec 2004 12:55:58 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Ctw8P066269; Fri, 3 Dec 2004 12:55:58 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3CtwRk066268; Fri, 3 Dec 2004 12:55:58 GMT (envelope-from harti) Message-Id: <200412031255.iB3CtwRk066268@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 12:55:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make arch.c cond.c for.c main.c nonints.h parse.c suff.c var.c var.h var_modify.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 12:55:58 -0000 harti 2004-12-03 12:55:58 UTC FreeBSD src repository Modified files: usr.bin/make arch.c cond.c for.c main.c nonints.h parse.c suff.c var.c var.h var_modify.c Log: Fix breakage introduced on 64-bit platforms with my last commit. Need to change to size_t in a couple of other places too. Revision Changes Path 1.37 +3 -3 src/usr.bin/make/arch.c 1.31 +7 -7 src/usr.bin/make/cond.c 1.25 +2 -2 src/usr.bin/make/for.c 1.104 +10 -11 src/usr.bin/make/main.c 1.24 +1 -1 src/usr.bin/make/nonints.h 1.62 +4 -3 src/usr.bin/make/parse.c 1.32 +1 -1 src/usr.bin/make/suff.c 1.52 +22 -21 src/usr.bin/make/var.c 1.3 +2 -2 src/usr.bin/make/var.h 1.6 +1 -1 src/usr.bin/make/var_modify.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 13:03:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BF516A4CE; Fri, 3 Dec 2004 13:03:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 362CE43D4C; Fri, 3 Dec 2004 13:03:17 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3D3Hm1066532; Fri, 3 Dec 2004 13:03:17 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3D3Hvo066531; Fri, 3 Dec 2004 13:03:17 GMT (envelope-from harti) Message-Id: <200412031303.iB3D3Hvo066531@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 3 Dec 2004 13:03:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make buf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 13:03:17 -0000 harti 2004-12-03 13:03:17 UTC FreeBSD src repository Modified files: usr.bin/make buf.c Log: Remove an extra space. Submitted by: ru Revision Changes Path 1.24 +1 -1 src/usr.bin/make/buf.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 13:12:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA3816A4CE; Fri, 3 Dec 2004 13:12:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09ACD43D3F; Fri, 3 Dec 2004 13:12:29 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3DCSwE066833; Fri, 3 Dec 2004 13:12:28 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3DCS4I066832; Fri, 3 Dec 2004 13:12:28 GMT (envelope-from lofi) Message-Id: <200412031312.iB3DCS4I066832@repoman.freebsd.org> From: Michael Nottebrock Date: Fri, 3 Dec 2004 13:12:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/libksba Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 13:12:29 -0000 lofi 2004-12-03 13:12:28 UTC FreeBSD ports repository Modified files: security/libksba Makefile distinfo Log: Update to 0.9.10 Revision Changes Path 1.20 +2 -2 ports/security/libksba/Makefile 1.9 +2 -2 ports/security/libksba/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 13:13:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBA3216A4CE; Fri, 3 Dec 2004 13:13:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA3A243D41; Fri, 3 Dec 2004 13:13:08 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3DD8Rv066913; Fri, 3 Dec 2004 13:13:08 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3DD8hO066912; Fri, 3 Dec 2004 13:13:08 GMT (envelope-from sumikawa) Message-Id: <200412031313.iB3DD8hO066912@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Fri, 3 Dec 2004 13:13:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/geta Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 13:13:09 -0000 sumikawa 2004-12-03 13:13:08 UTC FreeBSD ports repository Modified files: dns/geta Makefile Log: Add ipv6 on CATEGORIES. PR: ports/70025 Submitted by: Janos Mohacsi Revision Changes Path 1.6 +1 -1 ports/dns/geta/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 13:14:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98A516A4CE; Fri, 3 Dec 2004 13:14:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B656543D2F; Fri, 3 Dec 2004 13:14:28 +0000 (GMT) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3DESIc067014; Fri, 3 Dec 2004 13:14:28 GMT (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3DESTB067013; Fri, 3 Dec 2004 13:14:28 GMT (envelope-from sumikawa) Message-Id: <200412031314.iB3DESTB067013@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Fri, 3 Dec 2004 13:14:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/racoon Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 13:14:29 -0000 sumikawa 2004-12-03 13:14:27 UTC FreeBSD ports repository Modified files: security/racoon Makefile Log: Add ipv6 on CATEGORIES. PR: ports/70025 Submitted by: Janos Mohacsi Revision Changes Path 1.35 +1 -1 ports/security/racoon/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 13:19:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B0016A4CE; Fri, 3 Dec 2004 13:19:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 806A043D46; Fri, 3 Dec 2004 13:19:31 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3DJVBd067188; Fri, 3 Dec 2004 13:19:31 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3DJVqR067187; Fri, 3 Dec 2004 13:19:31 GMT (envelope-from ale) Message-Id: <200412031319.iB3DJVqR067187@repoman.freebsd.org> From: Alex Dupre Date: Fri, 3 Dec 2004 13:19:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/php4 Makefile ports/lang/php5 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 13:19:31 -0000 ale 2004-12-03 13:19:31 UTC FreeBSD ports repository Modified files: lang/php4 Makefile lang/php5 Makefile Log: Definitely fix support for crypt-related functionalities on amd64. PR: ports/74647 Submitted by: tobez Revision Changes Path 1.79 +2 -1 ports/lang/php4/Makefile 1.75 +2 -1 ports/lang/php5/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 13:22:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF9B16A4CE; Fri, 3 Dec 2004 13:22:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3737243D53; Fri, 3 Dec 2004 13:22:41 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3DMfMv067323; Fri, 3 Dec 2004 13:22:41 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3DMfZg067322; Fri, 3 Dec 2004 13:22:41 GMT (envelope-from lesi) Message-Id: <200412031322.iB3DMfZg067322@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 3 Dec 2004 13:22:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/femlab Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 13:22:41 -0000 lesi 2004-12-03 13:22:41 UTC FreeBSD ports repository Modified files: math/femlab Makefile Log: Add imake build dependency. Previously it was picked up as run time dependency for X libraries. Since that is about to change, specify it explicitly. Pointed out by: dosirak via kris, while testing X.Org upgrade Revision Changes Path 1.20 +2 -1 ports/math/femlab/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 13:31:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B2D16A4CE; Fri, 3 Dec 2004 13:31:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B9643D3F; Fri, 3 Dec 2004 13:31:33 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3DVXJr067626; Fri, 3 Dec 2004 13:31:33 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3DVXb5067625; Fri, 3 Dec 2004 13:31:33 GMT (envelope-from ale) Message-Id: <200412031331.iB3DVXb5067625@repoman.freebsd.org> From: Alex Dupre Date: Fri, 3 Dec 2004 13:31:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ZendOptimizer Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 13:31:33 -0000 ale 2004-12-03 13:31:33 UTC FreeBSD ports repository Modified files: devel/ZendOptimizer Makefile distinfo pkg-plist Log: Update to 2.5.7 release. Submitted by: Michael Spector Revision Changes Path 1.13 +6 -2 ports/devel/ZendOptimizer/Makefile 1.6 +4 -4 ports/devel/ZendOptimizer/distinfo 1.6 +0 -3 ports/devel/ZendOptimizer/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 3 14:05:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA3F016A4CE; Fri, 3 Dec 2004 14:05:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9849143D1D; Fri, 3 Dec 2004 14:05:56 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3E5tIx068680; Fri, 3 Dec 2004 14:05:56 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3E5t1E068679; Fri, 3 Dec 2004 14:05:55 GMT (envelope-from jkoshy) Message-Id: <200412031405.iB3E5t1E068679@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 3 Dec 2004 14:05:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 EVENTHANDLER.9 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 14:05:56 -0000 jkoshy 2004-12-03 14:05:55 UTC FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 EVENTHANDLER.9 Log: Add a manual page for the kernel's EVENTHANDLER facility. Reviewed by: ru Revision Changes Path 1.1 +239 -0 src/share/man/man9/EVENTHANDLER.9 (new) 1.248 +9 -0 src/share/man/man9/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 14:10:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50F616A4CE; Fri, 3 Dec 2004 14:10:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E0F43D2D; Fri, 3 Dec 2004 14:10:04 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3EA4FO068775; Fri, 3 Dec 2004 14:10:04 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3EA4RA068774; Fri, 3 Dec 2004 14:10:04 GMT (envelope-from rse) Message-Id: <200412031410.iB3EA4RA068774@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 3 Dec 2004 14:10:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen getcontext.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 14:10:04 -0000 rse 2004-12-03 14:10:04 UTC FreeBSD src repository Modified files: lib/libc/gen getcontext.3 Log: Fix description: the argument to setcontext(3) must have been previously initialized "by a call to getcontext(3) or makecontext(3)" and not "by a call to setcontext(3) or makecontext(3)". MFC after: 3 days Revision Changes Path 1.3 +1 -1 src/lib/libc/gen/getcontext.3 From owner-cvs-all@FreeBSD.ORG Fri Dec 3 14:20:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C88C16A4CE; Fri, 3 Dec 2004 14:20:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3796043D31; Fri, 3 Dec 2004 14:20:05 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3EK50S069164; Fri, 3 Dec 2004 14:20:05 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3EK5x8069163; Fri, 3 Dec 2004 14:20:05 GMT (envelope-from hq) Message-Id: <200412031420.iB3EK5x8069163@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 3 Dec 2004 14:20:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/jakarta-tomcat3 Makefileports/www/jakarta-tomcat4 Makefile ports/www/jakarta-tomcat41 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 14:20:05 -0000 hq 2004-12-03 14:20:04 UTC FreeBSD ports repository Modified files: www/jakarta-tomcat3 Makefile www/jakarta-tomcat4 Makefile www/jakarta-tomcat41 Makefile Log: Assign all Jakarta Tomcat ports to the same maintainer, Kang Liu (already maintainer of www/jakarta-tomcat5). Revision Changes Path 1.44 +1 -1 ports/www/jakarta-tomcat3/Makefile 1.50 +1 -1 ports/www/jakarta-tomcat4/Makefile 1.57 +1 -1 ports/www/jakarta-tomcat41/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 14:33:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26C7516A4CE; Fri, 3 Dec 2004 14:33:12 +0000 (GMT) Received: from shrike.submonkey.net (cpc2-cdif3-6-0-cust204.cdif.cable.ntl.com [81.103.67.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E70443D31; Fri, 3 Dec 2004 14:33:11 +0000 (GMT) (envelope-from setantae@submonkey.net) Received: from setantae by shrike.submonkey.net with local (Exim 4.43 (FreeBSD)) id 1CaEUe-0005wp-Lz; Fri, 03 Dec 2004 14:33:08 +0000 Date: Fri, 3 Dec 2004 14:33:08 +0000 From: Ceri Davies To: Adam Weinberger Message-ID: <20041203143308.GK513@submonkey.net> Mail-Followup-To: Ceri Davies , Adam Weinberger , Will Andrews , cvs-ports@FreeBSD.org, Tilman Linneweh , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org References: <200412011855.iB1ItKHC005936@repoman.freebsd.org> <20041202014558.GU18619@hex.databits.net> <18925830-4410-11D9-A16E-000D933729A0@magnesium.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="doKZ0ri6bHmN2Q5y" Content-Disposition: inline In-Reply-To: <18925830-4410-11D9-A16E-000D933729A0@magnesium.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.6i Sender: Ceri Davies cc: cvs-ports@FreeBSD.org cc: Tilman Linneweh cc: cvs-all@FreeBSD.org cc: Will Andrews cc: ports-committers@FreeBSD.org Subject: Re: operation of addport & modulesupdate in particular (was Re: cvs commit: CVSROOT modules) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 14:33:12 -0000 --doKZ0ri6bHmN2Q5y Content-Type: multipart/mixed; boundary="9ADF8FXzFeE7X4jE" Content-Disposition: inline --9ADF8FXzFeE7X4jE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 01, 2004 at 10:13:10PM -0500, Adam Weinberger wrote: >=20 > On 01 Dec, 2004, at 20:45, Will Andrews wrote: >=20 > >On Wed, Dec 01, 2004 at 06:55:20PM +0000, Tilman Linneweh wrote: > >> Modified files: > >> . modules > >> Log: > >> Add kgeography > >> > >> X-Mas whish: Santa Claus, please fix addport for me > > > >Nothing wrong with it; been using it since I wrote it almost 5 > >years ago, without any trouble. It can be blamed for several > >thousand CVSROOT/modules changes since then. :) > > > >My usual reply to this recurring issue is: > > > >Make sure your ssh configuration works the way it does, i.e. can > >ssh to freefall from committing location and subsequently from > >there to repoman - usually involves ssh-agent or another key that > >is local to the freebsd.org cluster. >=20 > This is a recurring issue because most people cannot set this up=20 > properly. You can tell from the commit message whether it was done by=20 > hand or by addport (presence of indentation). I've tried before to make= =20 > this work, but was unable to. I've requested a couple times for=20 > somebody to just show step-by-step what needs to be done, but haven't=20 > yet seen such. Create/append to your .login (per your shell) and .ssh/config files as attached. Somebody will at some point say here that ForwardAgent is a security risk here, so you may want to use a keypair specifically for the FreeBSD.org cluster if you don't do that already. Ceri --=20 Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -- Einstein (attrib.) --9ADF8FXzFeE7X4jE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dot.ssh-config" Host *.freebsd.org ForwardAgent yes User ceri --9ADF8FXzFeE7X4jE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dot.login" if ( -f ${home}/.ssh/sshenv.${hostname} ) then source ${home}/.ssh/sshenv.${hostname} else ssh-agent > ${home}/.ssh/sshenv.${hostname} source ${home}/.ssh/sshenv.${hostname} ssh-add endif --9ADF8FXzFeE7X4jE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=crontab @reboot /bin/rm -f ${HOME}/.ssh/sshenv.shrike.private.submonkey.net 2>&1 >/dev/null --9ADF8FXzFeE7X4jE-- --doKZ0ri6bHmN2Q5y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBsHkkocfcwTS3JF8RAmjAAKCiCuQQzlWyW7zE4QanaM1l8OEYzwCffeLf KTZwAPXu6OSq18ziM/mLjHo= =Wt6v -----END PGP SIGNATURE----- --doKZ0ri6bHmN2Q5y-- From owner-cvs-all@FreeBSD.ORG Fri Dec 3 15:07:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA8FB16A4CE; Fri, 3 Dec 2004 15:07:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A849743D62; Fri, 3 Dec 2004 15:07:27 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3F7RNa075085; Fri, 3 Dec 2004 15:07:27 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3F7RSL075084; Fri, 3 Dec 2004 15:07:27 GMT (envelope-from vs) Message-Id: <200412031507.iB3F7RSL075084@repoman.freebsd.org> From: Volker Stolz Date: Fri, 3 Dec 2004 15:07:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/visitors Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 15:07:27 -0000 vs 2004-12-03 15:07:27 UTC FreeBSD ports repository Modified files: www/visitors Makefile distinfo Log: Update to 0.4a PR: ports/74630 Submitted by: maintainer Revision Changes Path 1.5 +1 -5 ports/www/visitors/Makefile 1.4 +2 -2 ports/www/visitors/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 15:23:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B5BA16A4CE; Fri, 3 Dec 2004 15:23:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3930D43D53; Fri, 3 Dec 2004 15:23:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3FNTKS075561; Fri, 3 Dec 2004 15:23:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3FNTn1075560; Fri, 3 Dec 2004 15:23:29 GMT (envelope-from pav) Message-Id: <200412031523.iB3FNTn1075560@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 3 Dec 2004 15:23:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 15:23:30 -0000 pav 2004-12-03 15:23:29 UTC FreeBSD ports repository Modified files: . modules Log: pychm --> ports/textproc/pychm Revision Changes Path 1.11491 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Dec 3 16:02:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D196616A4CE; Fri, 3 Dec 2004 16:02:26 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5172D43D48; Fri, 3 Dec 2004 16:02:26 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (64-144-75-100.client.dsl.net [64.144.75.100]) (authenticated bits=0) by pittgoth.com (8.12.10/8.12.10) with ESMTP id iB3G2Nag062295 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Dec 2004 11:02:24 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Fri, 3 Dec 2004 11:02:25 -0500 From: Tom Rhodes To: Marc Fonvieille Message-ID: <20041203110225.0ec03673@localhost> In-Reply-To: <20041203105700.GB13465@abigail.blackend.org> References: <200412030948.iB39mcnb053993@repoman.freebsd.org> <20041203100324.GA13465@abigail.blackend.org> <20041203104554.GE513@submonkey.net> <20041203105700.GB13465@abigail.blackend.org> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc-committers@FreeBSD.org cc: pjd@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Josef El-Rayes cc: Ceri Davies cc: Marc Fonvieille Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:02:27 -0000 On Fri, 3 Dec 2004 11:57:00 +0100 Marc Fonvieille wrote: > On Fri, Dec 03, 2004 at 10:45:54AM +0000, Ceri Davies wrote: > > > > > > The author of this article, pjd@, does not have a copy of the article > > > somewhere? > > > > Hmm, we should have one archived somewhere - I'm sure that brueffer > > (could be simon, in which case, I apologise) used to take copies of all > > the articles added here. Unfortunately, I'm not sure what we could do > > with such a copy. > > > > Yes, we have copies in /c/www/bsddoc/press/ > I don't know about "rights problem" if we decide to link some of our > archives to the web site. > We should think about a policy regarding broken links to articles. Like has been pointed out, there may be legal issues with especially if the author is paid for his/her work. Contacting every site would be at the expense of one or two really busy committers. -- Tom Rhodes From owner-cvs-all@FreeBSD.ORG Fri Dec 3 16:11:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71FC816A4CE; Fri, 3 Dec 2004 16:11:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 482FF43D31; Fri, 3 Dec 2004 16:11:02 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3GB2Ni077024; Fri, 3 Dec 2004 16:11:02 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3GB2mn077023; Fri, 3 Dec 2004 16:11:02 GMT (envelope-from phk) Message-Id: <200412031611.iB3GB2mn077023@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 16:11:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_init.c vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:11:02 -0000 phk 2004-12-03 16:11:01 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_init.c vfs_mount.c Log: Introduce vfs_byname_kld() which will try to load the filesystem as a module if possible. Use it so we don't have linker magic in the middle of the already complex mount code. Revision Changes Path 1.75 +37 -0 src/sys/kern/vfs_init.c 1.154 +3 -29 src/sys/kern/vfs_mount.c 1.178 +1 -0 src/sys/sys/mount.h From owner-cvs-all@FreeBSD.ORG Fri Dec 3 16:19:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71CB416A4CE; Fri, 3 Dec 2004 16:19:19 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2724243D2F; Fri, 3 Dec 2004 16:19:19 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.1.4] ([63.126.101.90]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iB3GJGC5019373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Dec 2004 08:19:18 -0800 Message-ID: <41B091E8.2060807@root.org> Date: Fri, 03 Dec 2004 08:18:48 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <20041203120940.5573116A515@hub.freebsd.org> In-Reply-To: <20041203120940.5573116A515@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:19:19 -0000 Poul-Henning Kamp wrote: > phk 2004-12-03 12:09:34 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_subr.c > Log: > Improve vprint() a little bit: break long lines, reduce indent and tell > if the VI_LOCK() is held. > > Revision Changes Path > 1.555 +7 -4 src/sys/kern/vfs_subr.c > > > --- src/sys/kern/vfs_subr.c:1.554 Wed Dec 1 23:16:36 2004 > +++ src/sys/kern/vfs_subr.c Fri Dec 3 12:09:34 2004 > @@ -2651,9 +2651,9 @@ > printf("%s: %p: ", label, (void *)vp); > else > printf("%p: ", (void *)vp); > - printf("tag %s, type %s, usecount %d, writecount %d, refcount %d,", > - vp->v_tag, typename[vp->v_type], vp->v_usecount, > - vp->v_writecount, vp->v_holdcnt); > + printf("tag %s, type %s\n ", vp->v_tag, typename[vp->v_type]); > + printf("usecount %d, writecount %d, refcount %d mountedhere %p\n", > + vp->v_usecount, vp->v_writecount, vp->v_holdcnt, vp->v_mountedhere); > buf[0] = '\0'; > if (vp->v_vflag & VV_ROOT) > strcat(buf, "|VV_ROOT"); > @@ -2672,7 +2672,10 @@ > if (vp->v_vflag & VV_OBJBUF) > strcat(buf, "|VV_OBJBUF"); > if (buf[0] != '\0') > - printf(" flags (%s),", &buf[1]); > + printf(" flags (%s)", &buf[1]); > + if (mtx_owned(VI_MTX(vp))) > + printf(" VI_LOCKed"); > + printf("\n "); > lockmgr_printinfo(vp->v_vnlock); > printf("\n"); > if (vp->v_data != NULL) I think that breaking vprint() into multiple lines is not a good idea. Bruce pointed this out to me when I was doing the v_tag changes a while ago. -Nate From owner-cvs-all@FreeBSD.ORG Fri Dec 3 16:21:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C3F16A4CE; Fri, 3 Dec 2004 16:21:01 +0000 (GMT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF8F143D5A; Fri, 3 Dec 2004 16:21:00 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id iB3GKxHQ021126; Fri, 3 Dec 2004 17:20:59 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Nate Lawson From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 03 Dec 2004 08:18:48 PST." <41B091E8.2060807@root.org> Date: Fri, 03 Dec 2004 17:20:59 +0100 Message-ID: <21125.1102090859@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:21:01 -0000 In message <41B091E8.2060807@root.org>, Nate Lawson writes: >I think that breaking vprint() into multiple lines is not a good idea. >Bruce pointed this out to me when I was doing the v_tag changes a while ago. It already was in multiple lines. -- 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. From owner-cvs-all@FreeBSD.ORG Fri Dec 3 16:25:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A9CC16A4CE; Fri, 3 Dec 2004 16:25:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3649743D46; Fri, 3 Dec 2004 16:25:40 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3GPeMj077475; Fri, 3 Dec 2004 16:25:40 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3GPeZr077474; Fri, 3 Dec 2004 16:25:40 GMT (envelope-from hq) Message-Id: <200412031625.iB3GPeZr077474@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 3 Dec 2004 16:25:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/apache-ant Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:25:40 -0000 hq 2004-12-03 16:25:40 UTC FreeBSD ports repository Modified files: devel/apache-ant Makefile Log: Assign maintainership to java@FreeBSD.org as this port is a critical piece of infrastructure for a lot of java based ports. Approved by: glewis Revision Changes Path 1.39 +1 -1 ports/devel/apache-ant/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 16:29:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED0616A4CE; Fri, 3 Dec 2004 16:29:36 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B8F43D2D; Fri, 3 Dec 2004 16:29:35 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) iB3GSa7A019120; Fri, 3 Dec 2004 17:28:36 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id iB3GSanj019119; Fri, 3 Dec 2004 17:28:36 +0100 (CET) (envelope-from marc) Date: Fri, 3 Dec 2004 17:28:36 +0100 From: Marc Fonvieille To: Pawel Jakub Dawidek Message-ID: <20041203162836.GA17116@abigail.blackend.org> References: <200412030948.iB39mcnb053993@repoman.freebsd.org> <20041203100324.GA13465@abigail.blackend.org> <20041203104746.GF813@darkness.comp.waw.pl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Content-Disposition: inline In-Reply-To: <20041203104746.GF813@darkness.comp.waw.pl> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:29:36 -0000 --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 03, 2004 at 11:47:46AM +0100, Pawel Jakub Dawidek wrote: > On Fri, Dec 03, 2004 at 11:03:24AM +0100, Marc Fonvieille wrote: > +> On Fri, Dec 03, 2004 at 09:48:37AM +0000, Josef El-Rayes wrote: > +> > josef 2004-12-03 09:48:37 UTC > +> >=20 > +> > FreeBSD doc repository > +> >=20 > +> > Modified files: > +> > en/news press.xml=20 > +> > Log: > +> > Remove article with dead link. > +> > This link has been broken for more > +> > than a month now, the whole website > +> > has been removed and it does not look > +> > like it will reappear any time soon. > +> > > +>=20 > +> The author of this article, pjd@, does not have a copy of the article > +> somewhere? >=20 > Which article exactly? > Your interview on http://tech.jvds.com/ Marc --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBsJQz81T1MWxkgcoRAhr1AJ0cLdyE03ImOZNxjTaRRuB4mv3QigCeMu0L P/qc6KAREQIdQgWIs3djOc0= =tMXI -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt-- From owner-cvs-all@FreeBSD.ORG Fri Dec 3 16:45:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56B2416A4CE; Fri, 3 Dec 2004 16:45:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3348D43D48; Fri, 3 Dec 2004 16:45:14 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3GjCnx078060; Fri, 3 Dec 2004 16:45:12 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3GjCTU078059; Fri, 3 Dec 2004 16:45:12 GMT (envelope-from mdodd) Message-Id: <200412031645.iB3GjCTU078059@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 3 Dec 2004 16:45:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_pcnreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:45:14 -0000 mdodd 2004-12-03 16:45:11 UTC FreeBSD src repository Modified files: sys/pci if_pcnreg.h Log: Additional register definitions. Obtained from: NetBSD Revision Changes Path 1.9 +19 -1 src/sys/pci/if_pcnreg.h From owner-cvs-all@FreeBSD.ORG Fri Dec 3 16:53:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80AF016A4CE; Fri, 3 Dec 2004 16:53:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C03343D1F; Fri, 3 Dec 2004 16:53:21 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3GrLCW084834; Fri, 3 Dec 2004 16:53:21 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3GrLWx084833; Fri, 3 Dec 2004 16:53:21 GMT (envelope-from hq) Message-Id: <200412031653.iB3GrLWx084833@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 3 Dec 2004 16:53:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/linux-sun-jdk15 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:53:21 -0000 hq 2004-12-03 16:53:21 UTC FreeBSD ports repository Modified files: java/linux-sun-jdk15 Makefile Log: Mark the port as IGNORE as it won't run on 4.x nor 5.x. Not sure about 6-CURRENT so we'll need verification here. Approved by: glewis Revision Changes Path 1.7 +3 -1 ports/java/linux-sun-jdk15/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 16:57:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE17716A4CE; Fri, 3 Dec 2004 16:57:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8799A43D1D; Fri, 3 Dec 2004 16:57:16 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3GvGbr085009; Fri, 3 Dec 2004 16:57:16 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3GvGhe085008; Fri, 3 Dec 2004 16:57:16 GMT (envelope-from rik) Message-Id: <200412031657.iB3GvGhe085008@repoman.freebsd.org> From: Roman Kurakin Date: Fri, 3 Dec 2004 16:57:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cp if_cp.c src/sys/dev/ctau if_ct.c src/sys/dev/cx if_cx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 16:57:16 -0000 rik 2004-12-03 16:57:15 UTC FreeBSD src repository Modified files: sys/dev/cp if_cp.c sys/dev/ctau if_ct.c sys/dev/cx if_cx.c Log: Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP mode to privent running of PPP's state machine in non PPP mode. MFC: after 3 days. Revision Changes Path 1.14 +4 -2 src/sys/dev/cp/if_cp.c 1.17 +4 -2 src/sys/dev/ctau/if_ct.c 1.35 +4 -2 src/sys/dev/cx/if_cx.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 17:05:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED69316A4CE; Fri, 3 Dec 2004 17:05:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C727C43D5F; Fri, 3 Dec 2004 17:05:23 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3H5NSN085321; Fri, 3 Dec 2004 17:05:23 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3H5NgK085320; Fri, 3 Dec 2004 17:05:23 GMT (envelope-from sem) Message-Id: <200412031705.iB3H5NgK085320@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 3 Dec 2004 17:05:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/hk_classes Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:05:24 -0000 sem 2004-12-03 17:05:23 UTC FreeBSD ports repository Modified files: databases/hk_classes Makefile distinfo pkg-plist Log: - Update to 0.7.2 * View support added * hk_connection: passworddialog accepts a defaultdatasource for ODBC now * SQLite3 support added * local databases in different directories can be opened now * Bugfixes Revision Changes Path 1.15 +16 -5 ports/databases/hk_classes/Makefile 1.7 +2 -2 ports/databases/hk_classes/distinfo 1.8 +7 -3 ports/databases/hk_classes/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 3 17:09:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AF3716A4CE; Fri, 3 Dec 2004 17:09:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 570D543D1F; Fri, 3 Dec 2004 17:09:12 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3H9CfL085445; Fri, 3 Dec 2004 17:09:12 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3H9CsO085444; Fri, 3 Dec 2004 17:09:12 GMT (envelope-from arved) Message-Id: <200412031709.iB3H9CsO085444@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 3 Dec 2004 17:09:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/help2man Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:09:12 -0000 arved 2004-12-03 17:09:12 UTC FreeBSD ports repository Modified files: misc/help2man Makefile Log: Drop Maintainership. This is usually the first port that fails if people manage to fsck their perl installations, so i am getting too many support emails. Revision Changes Path 1.12 +1 -1 ports/misc/help2man/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 17:13:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1726E16A4CE; Fri, 3 Dec 2004 17:13:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0363243D5A; Fri, 3 Dec 2004 17:13:10 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3HD9BQ085682; Fri, 3 Dec 2004 17:13:09 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3HD9lJ085681; Fri, 3 Dec 2004 17:13:09 GMT (envelope-from gerald) Message-Id: <200412031713.iB3HD9lJ085681@repoman.freebsd.org> From: Gerald Pfeifer Date: Fri, 3 Dec 2004 17:13:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-ntdll patch-loader::main.c patch-program::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:13:10 -0000 gerald 2004-12-03 17:13:09 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist emulators/wine/files patch-program::Makefile.in Added files: emulators/wine/files patch-dlls-ntdll Removed files: emulators/wine/files patch-loader::main.c Log: Update to the 20041201 version of Wine, which contains tons of general improvements (as well as dozens of portability fixes by myself) and, with the patch for [1] finally works on FreeBSD again, unlike all versions after 20040505. PR: 73092 [1] Submitted by: Simon 'corecode' Schubert [1] Revision Changes Path 1.176 +2 -2 ports/emulators/wine/Makefile 1.94 +2 -2 ports/emulators/wine/distinfo 1.1 +29 -0 ports/emulators/wine/files/patch-dlls-ntdll (new) 1.2 +0 -17 ports/emulators/wine/files/patch-loader::main.c (dead) 1.2 +7 -7 ports/emulators/wine/files/patch-program::Makefile.in 1.67 +46 -1 ports/emulators/wine/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 3 17:22:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 338FC16A4CE; Fri, 3 Dec 2004 17:22:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F0B943D53; Fri, 3 Dec 2004 17:22:24 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3HMN55086051; Fri, 3 Dec 2004 17:22:23 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3HMNbB086050; Fri, 3 Dec 2004 17:22:23 GMT (envelope-from glewis) Message-Id: <200412031722.iB3HMNbB086050@repoman.freebsd.org> From: Greg Lewis Date: Fri, 3 Dec 2004 17:22:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/linux-sun-jdk13 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:22:24 -0000 glewis 2004-12-03 17:22:23 UTC FreeBSD ports repository Modified files: java/linux-sun-jdk13 Makefile distinfo Log: . Update to 1.3.1_14 (fixes another plugin vulnerability). Revision Changes Path 1.40 +2 -2 ports/java/linux-sun-jdk13/Makefile 1.17 +2 -2 ports/java/linux-sun-jdk13/distinfo From owner-cvs-all@FreeBSD.ORG Fri Dec 3 17:24:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC75F16A4CF; Fri, 3 Dec 2004 17:24:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C60C643D5F; Fri, 3 Dec 2004 17:24:38 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3HOc3v086125; Fri, 3 Dec 2004 17:24:38 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3HOcSh086124; Fri, 3 Dec 2004 17:24:38 GMT (envelope-from glewis) Message-Id: <200412031724.iB3HOcSh086124@repoman.freebsd.org> From: Greg Lewis Date: Fri, 3 Dec 2004 17:24:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:24:39 -0000 glewis 2004-12-03 17:24:38 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: . Note that although linux-sun-jdk13 had one plugin vulnerability fixed in 1.3.1.13, it contained another problem. This is fixed in 1.3.1.14. Revision Changes Path 1.389 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Fri Dec 3 17:25:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DFA916A4CE; Fri, 3 Dec 2004 17:25:02 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id iB3HP1Ge005737; Fri, 3 Dec 2004 12:25:01 -0500 (EST) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id iB3HP0OG005736; Fri, 3 Dec 2004 12:25:00 -0500 (EST) (envelope-from green) Date: Fri, 3 Dec 2004 12:25:00 -0500 From: Brian Fundakowski Feldman To: Gerald Pfeifer Message-ID: <20041203172500.GA1205@green.homeunix.org> References: <200412031713.iB3HD9lJ085681@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200412031713.iB3HD9lJ085681@repoman.freebsd.org> User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-ntdll patch-loader::main.c patch-program::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:25:02 -0000 On Fri, Dec 03, 2004 at 05:13:09PM +0000, Gerald Pfeifer wrote: > gerald 2004-12-03 17:13:09 UTC > > FreeBSD ports repository > > Modified files: > emulators/wine Makefile distinfo pkg-plist > emulators/wine/files patch-program::Makefile.in > Added files: > emulators/wine/files patch-dlls-ntdll > Removed files: > emulators/wine/files patch-loader::main.c > Log: > Update to the 20041201 version of Wine, which contains tons of general > improvements (as well as dozens of portability fixes by myself) and, with > the patch for [1] finally works on FreeBSD again, unlike all versions after > 20040505. > > PR: 73092 [1] > Submitted by: Simon 'corecode' Schubert [1] I'm only using 20041019, but that alone doesn't make it work for me. The rtld still cannot map anything after wine takes over the whole address space. Did wine somehow stop doing that, so that dlopen() can function? -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Fri Dec 3 17:25:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FCEF16A582; Fri, 3 Dec 2004 17:25:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7843643D64; Fri, 3 Dec 2004 17:25:26 +0000 (GMT) (envelope-from lesi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3HPQo9086166; Fri, 3 Dec 2004 17:25:26 GMT (envelope-from lesi@repoman.freebsd.org) Received: (from lesi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3HPQ5X086165; Fri, 3 Dec 2004 17:25:26 GMT (envelope-from lesi) Message-Id: <200412031725.iB3HPQ5X086165@repoman.freebsd.org> From: Dejan Lesjak Date: Fri, 3 Dec 2004 17:25:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-fm/asfiles Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:25:26 -0000 lesi 2004-12-03 17:25:26 UTC FreeBSD ports repository Modified files: x11-fm/asfiles Makefile Log: Add perl build dependency. Previously it was picked up by imake, which was run time dependency for X libraries. Since this will no longer hold, specify perl explicitly. Also reset maintainership: : host relay.orbita.ru[193.192.144.231] said: 550 lukin@okbmei.msk.su unknown user account (in reply to RCPT TO command) Pointed out by: dosirak via kris, while testing X.Org upgrade Revision Changes Path 1.18 +2 -1 ports/x11-fm/asfiles/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 17:30:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBB4D16A4CE; Fri, 3 Dec 2004 17:30:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A674243D5A; Fri, 3 Dec 2004 17:30:58 +0000 (GMT) (envelope-from rse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3HUwS3086493; Fri, 3 Dec 2004 17:30:58 GMT (envelope-from rse@repoman.freebsd.org) Received: (from rse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3HUwAt086492; Fri, 3 Dec 2004 17:30:58 GMT (envelope-from rse) Message-Id: <200412031730.iB3HUwAt086492@repoman.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 3 Dec 2004 17:30:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/pth Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:30:59 -0000 rse 2004-12-03 17:30:58 UTC FreeBSD ports repository Modified files: devel/pth Makefile distinfo pkg-descr Log: upgrade to (my ;-) GNU pth 2.0.3 Revision Changes Path 1.67 +1 -1 ports/devel/pth/Makefile 1.53 +2 -2 ports/devel/pth/distinfo 1.9 +1 -1 ports/devel/pth/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Dec 3 17:51:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 577F216A4CE; Fri, 3 Dec 2004 17:51:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3147643D41; Fri, 3 Dec 2004 17:51:06 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Hp5Np087073; Fri, 3 Dec 2004 17:51:05 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3Hp5xN087072; Fri, 3 Dec 2004 17:51:05 GMT (envelope-from mat) Message-Id: <200412031751.iB3Hp5xN087072@repoman.freebsd.org> From: Mathieu Arnold Date: Fri, 3 Dec 2004 17:51:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/p5-XML-Simple Makefile distinfo ports/textproc/p5-XML-Simple/files 5.005_03-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 17:51:06 -0000 mat 2004-12-03 17:51:05 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Simple Makefile distinfo Added files: textproc/p5-XML-Simple/files 5.005_03-Makefile.PL Log: Update to 2.13 Approved by: maintainer Revision Changes Path 1.13 +2 -2 ports/textproc/p5-XML-Simple/Makefile 1.8 +2 -2 ports/textproc/p5-XML-Simple/distinfo 1.1 +20 -0 ports/textproc/p5-XML-Simple/files/5.005_03-Makefile.PL (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 3 18:13:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38C0D16A4CE; Fri, 3 Dec 2004 18:13:05 +0000 (GMT) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2AB643D5D; Fri, 3 Dec 2004 18:13:04 +0000 (GMT) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 267661379D; Fri, 3 Dec 2004 19:12:59 +0100 (CET) Date: Fri, 3 Dec 2004 19:13:03 +0100 (CET) From: Gerald Pfeifer To: Brian Fundakowski Feldman In-Reply-To: <20041203172500.GA1205@green.homeunix.org> Message-ID: References: <200412031713.iB3HD9lJ085681@repoman.freebsd.org> <20041203172500.GA1205@green.homeunix.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-ports@FreeBSD.org cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-ntdll patch-loader::main.c patch-program::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:13:05 -0000 On Fri, 3 Dec 2004, Brian Fundakowski Feldman wrote: > I'm only using 20041019, but that alone doesn't make it work for me. > The rtld still cannot map anything after wine takes over the whole > address space. Did wine somehow stop doing that, so that dlopen() can > function? I've got to run now, but I have received at least two independent reports by users that this patch and using the latest version of Wine solved all the issues they had for _their_ applications. Both were running 5.3, and I believe we'll actually have to require that (or at least 5.2.1) for Wine, even if it builds on 4.x as well. Gerald From owner-cvs-all@FreeBSD.ORG Fri Dec 3 18:14:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE6516A4CE; Fri, 3 Dec 2004 18:14:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 322EE43D48; Fri, 3 Dec 2004 18:14:23 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3IENHa087806; Fri, 3 Dec 2004 18:14:23 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3IENkI087805; Fri, 3 Dec 2004 18:14:23 GMT (envelope-from phk) Message-Id: <200412031814.iB3IENkI087805@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 18:14:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_file.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:14:23 -0000 phk 2004-12-03 18:14:22 UTC FreeBSD src repository Modified files: sys/compat/linux linux_file.c Log: Do not blindly pass linux filesystem specific mount data across. Revision Changes Path 1.89 +1 -1 src/sys/compat/linux/linux_file.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 18:21:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC85B16A4CE; Fri, 3 Dec 2004 18:21:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8947C43D5A; Fri, 3 Dec 2004 18:21:16 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3ILGSg088080; Fri, 3 Dec 2004 18:21:16 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3ILGaw088079; Fri, 3 Dec 2004 18:21:16 GMT (envelope-from hmp) Message-Id: <200412031821.iB3ILGaw088079@repoman.freebsd.org> From: Hiten Pandya Date: Fri, 3 Dec 2004 18:21:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/articles/java-tomcat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:21:16 -0000 hmp 2004-12-03 18:21:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/java-tomcat Makefile Log: Update my e-mail address and contact preference. Revision Changes Path 1.6 +1 -1 doc/en_US.ISO8859-1/articles/java-tomcat/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 18:21:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6142C16A4CE; Fri, 3 Dec 2004 18:21:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DAC743D55; Fri, 3 Dec 2004 18:21:30 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3ILUX0088114; Fri, 3 Dec 2004 18:21:30 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3ILU6u088113; Fri, 3 Dec 2004 18:21:30 GMT (envelope-from mdodd) Message-Id: <200412031821.iB3ILU6u088113@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 3 Dec 2004 18:21:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_pcn.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:21:30 -0000 mdodd 2004-12-03 18:21:30 UTC FreeBSD src repository Modified files: sys/pci if_pcn.c Log: - Move chip ID code into separate function. - Initialize sc->pcn_type during ATTACH as softc contents may not surivive from PROBE. - Print out chip-id to assist with ongoing pcn(4) debugging efforts. Revision Changes Path 1.62 +94 -42 src/sys/pci/if_pcn.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 18:34:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 649E516A4CE; Fri, 3 Dec 2004 18:34:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CEAA43D5A; Fri, 3 Dec 2004 18:34:22 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3IYMBC088601; Fri, 3 Dec 2004 18:34:22 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3IYMU4088600; Fri, 3 Dec 2004 18:34:22 GMT (envelope-from lth) Message-Id: <200412031834.iB3IYMU4088600@repoman.freebsd.org> From: Lars Thegler Date: Fri, 3 Dec 2004 18:34:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/p5-Net-IP Makefile distinfo ports/net-mgmt/p5-Net-IP/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:34:22 -0000 lth 2004-12-03 18:34:22 UTC FreeBSD ports repository Modified files: net-mgmt/p5-Net-IP Makefile distinfo Removed files: net-mgmt/p5-Net-IP/files patch-Makefile.PL Log: - Update to 1.21 - Move simple patch into Makefile Revision Changes Path 1.11 +7 -2 ports/net-mgmt/p5-Net-IP/Makefile 1.8 +2 -2 ports/net-mgmt/p5-Net-IP/distinfo 1.2 +0 -7 ports/net-mgmt/p5-Net-IP/files/patch-Makefile.PL (dead) From owner-cvs-all@FreeBSD.ORG Fri Dec 3 18:35:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7138216A533; Fri, 3 Dec 2004 18:35:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5A743D55; Fri, 3 Dec 2004 18:35:01 +0000 (GMT) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3IZ1Qe088651; Fri, 3 Dec 2004 18:35:01 GMT (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3IZ1PV088650; Fri, 3 Dec 2004 18:35:01 GMT (envelope-from mdodd) Message-Id: <200412031835.iB3IZ1PV088650@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Fri, 3 Dec 2004 18:35:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_pcn.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:35:01 -0000 mdodd 2004-12-03 18:35:01 UTC FreeBSD src repository Modified files: sys/pci if_pcn.c Log: - Simplify pcn_probe() by moving vendor/device matching code to pcn_match(). - Avoid LOR in pcn_probe() by removing useless mutex stuff. Revision Changes Path 1.63 +44 -45 src/sys/pci/if_pcn.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 18:40:58 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E83516A4CF; Fri, 3 Dec 2004 18:40:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6905743D1D; Fri, 3 Dec 2004 18:40:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3IewYu088935; Fri, 3 Dec 2004 18:40:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3Iew7E088934; Fri, 3 Dec 2004 18:40:58 GMT (envelope-from phk) Message-Id: <200412031840.iB3Iew7E088934@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 18:40:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 18:40:58 -0000 phk 2004-12-03 18:40:58 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c Log: Retire unused vfs_mount() function in the name of nmount migration. Revision Changes Path 1.155 +0 -24 src/sys/kern/vfs_mount.c 1.179 +0 -1 src/sys/sys/mount.h From owner-cvs-all@FreeBSD.ORG Fri Dec 3 19:06:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E488416A4CE; Fri, 3 Dec 2004 19:06:48 +0000 (GMT) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.1/8.13.1) with ESMTP id iB3J6mGc006298; Fri, 3 Dec 2004 14:06:48 -0500 (EST) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.1/8.13.1/Submit) id iB3J6mTg006297; Fri, 3 Dec 2004 14:06:48 -0500 (EST) (envelope-from green) Date: Fri, 3 Dec 2004 14:06:47 -0500 From: Brian Fundakowski Feldman To: Gerald Pfeifer Message-ID: <20041203190647.GB1205@green.homeunix.org> References: <200412031713.iB3HD9lJ085681@repoman.freebsd.org> <20041203172500.GA1205@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: Gerald Pfeifer cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-dlls-ntdll patch-loader::main.c patch-program::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 19:06:49 -0000 On Fri, Dec 03, 2004 at 07:13:03PM +0100, Gerald Pfeifer wrote: > On Fri, 3 Dec 2004, Brian Fundakowski Feldman wrote: > > I'm only using 20041019, but that alone doesn't make it work for me. > > The rtld still cannot map anything after wine takes over the whole > > address space. Did wine somehow stop doing that, so that dlopen() can > > function? > > I've got to run now, but I have received at least two independent reports > by users that this patch and using the latest version of Wine solved all > the issues they had for _their_ applications. > > Both were running 5.3, and I believe we'll actually have to require that > (or at least 5.2.1) for Wine, even if it builds on 4.x as well. Cool, good news that it definitely may be fixed :) I'm going to try and see when I get home. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-all@FreeBSD.ORG Fri Dec 3 19:07:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C7516A4CE; Fri, 3 Dec 2004 19:07:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E68743D1D; Fri, 3 Dec 2004 19:07:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3J7t9c089803; Fri, 3 Dec 2004 19:07:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3J7s82089802; Fri, 3 Dec 2004 19:07:54 GMT (envelope-from pav) Message-Id: <200412031907.iB3J7s82089802@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 3 Dec 2004 19:07:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/tor Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 19:07:55 -0000 pav 2004-12-03 19:07:54 UTC FreeBSD ports repository Modified files: security/tor Makefile Log: - Chase permanent redirection Reported by: pointyhat via kris Revision Changes Path 1.7 +1 -2 ports/security/tor/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 19:10:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDA9C16A4CE; Fri, 3 Dec 2004 19:10:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9830B43D54; Fri, 3 Dec 2004 19:10:15 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3JAFu5089871; Fri, 3 Dec 2004 19:10:15 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3JAFHw089870; Fri, 3 Dec 2004 19:10:15 GMT (envelope-from sem) Message-Id: <200412031910.iB3JAFHw089870@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 3 Dec 2004 19:10:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/databases/knoda Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 19:10:15 -0000 sem 2004-12-03 19:10:15 UTC FreeBSD ports repository Modified files: databases/knoda Makefile distinfo pkg-plist Log: -Update to 0.7.2 Revision Changes Path 1.14 +1 -1 ports/databases/knoda/Makefile 1.6 +2 -2 ports/databases/knoda/distinfo 1.6 +3 -0 ports/databases/knoda/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 3 19:25:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 900F616A4CE; Fri, 3 Dec 2004 19:25:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C95C43D48; Fri, 3 Dec 2004 19:25:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3JPiSp090365; Fri, 3 Dec 2004 19:25:45 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3JPi7c090364; Fri, 3 Dec 2004 19:25:44 GMT (envelope-from phk) Message-Id: <200412031925.iB3JPi7c090364@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 19:25:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 19:25:45 -0000 phk 2004-12-03 19:25:44 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Add early checks for MNT_ROOTFS since we need to allow it later on in the code path. Revision Changes Path 1.156 +9 -0 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 19:33:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEDD016A4CE; Fri, 3 Dec 2004 19:33:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 866F343D55; Fri, 3 Dec 2004 19:33:19 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3JXJAK090620; Fri, 3 Dec 2004 19:33:19 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3JXJil090619; Fri, 3 Dec 2004 19:33:19 GMT (envelope-from phk) Message-Id: <200412031933.iB3JXJil090619@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 19:33:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mount.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 19:33:19 -0000 phk 2004-12-03 19:33:19 UTC FreeBSD src repository Modified files: sys/sys mount.h Log: Add vfs_cmount() method to vfs_ops, this is to convert old-style mount args to nmount request. Revision Changes Path 1.180 +2 -1 src/sys/sys/mount.h From owner-cvs-all@FreeBSD.ORG Fri Dec 3 19:53:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4111A16A4CE; Fri, 3 Dec 2004 19:53:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2674C43D58; Fri, 3 Dec 2004 19:53:45 +0000 (GMT) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3JrjhF091361; Fri, 3 Dec 2004 19:53:45 GMT (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3JrjSK091360; Fri, 3 Dec 2004 19:53:45 GMT (envelope-from glewis) Message-Id: <200412031953.iB3JrjSK091360@repoman.freebsd.org> From: Greg Lewis Date: Fri, 3 Dec 2004 19:53:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jdk14 Makefile ports/java/jdk14/files patch-javascript_ReflectUtil.java patch-liveconnect_SecureInvocation.java patch-plugin_DispatchImpl.java patch-plugin_FileList.gmk patch-plugin_MethodDispatcher.java X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 19:53:45 -0000 glewis 2004-12-03 19:53:44 UTC FreeBSD ports repository Modified files: java/jdk14 Makefile Added files: java/jdk14/files patch-javascript_JSClassLoader.java patch-javascript_JSInvoke.java patch-javascript_ReflectUtil.java patch-liveconnect_ReplaceMethod.java patch-liveconnect_SecureInvocation.java patch-plugin_DispatchImpl.java patch-plugin_FileList.gmk patch-plugin_MethodDispatcher.java Log: . Backport parts of the 1.5 plugin to address plugin vulnerabilities. . Bump PORTVERSION. Submitted by: Kurt Miller Revision Changes Path 1.83 +1 -3 ports/java/jdk14/Makefile 1.1 +243 -0 ports/java/jdk14/files/patch-javascript_JSClassLoader.java (new) 1.1 +26 -0 ports/java/jdk14/files/patch-javascript_JSInvoke.java (new) 1.1 +312 -0 ports/java/jdk14/files/patch-javascript_ReflectUtil.java (new) 1.1 +93 -0 ports/java/jdk14/files/patch-liveconnect_ReplaceMethod.java (new) 1.1 +351 -0 ports/java/jdk14/files/patch-liveconnect_SecureInvocation.java (new) 1.1 +331 -0 ports/java/jdk14/files/patch-plugin_DispatchImpl.java (new) 1.1 +22 -0 ports/java/jdk14/files/patch-plugin_FileList.gmk (new) 1.1 +41 -0 ports/java/jdk14/files/patch-plugin_MethodDispatcher.java (new) From owner-cvs-all@FreeBSD.ORG Fri Dec 3 20:36:55 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C204616A4CE; Fri, 3 Dec 2004 20:36:55 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EEE943D46; Fri, 3 Dec 2004 20:36:55 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3KatcI092610; Fri, 3 Dec 2004 20:36:55 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3KatAH092609; Fri, 3 Dec 2004 20:36:55 GMT (envelope-from phk) Message-Id: <200412032036.iB3KatAH092609@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 20:36:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 20:36:56 -0000 phk 2004-12-03 20:36:55 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: typo in comment. Revision Changes Path 1.259 +1 -1 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 21:11:04 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6670516A4CE; Fri, 3 Dec 2004 21:11:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5695A43D4C; Fri, 3 Dec 2004 21:11:04 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3LB4sn000377; Fri, 3 Dec 2004 21:11:04 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3LB4lU000376; Fri, 3 Dec 2004 21:11:04 GMT (envelope-from sem) Message-Id: <200412032111.iB3LB4lU000376@repoman.freebsd.org> From: Sergey Matveychuk Date: Fri, 3 Dec 2004 21:11:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/grub pkg-messageports/sysutils/grub/files patch-graphics patch-grub-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:11:04 -0000 sem 2004-12-03 21:11:04 UTC FreeBSD ports repository Modified files: sysutils/grub pkg-message Added files: sysutils/grub/files patch-graphics patch-grub-install Log: - Fix grub-install for 5.x and -CURRENT - Put more useful info into pkg-messages - Apply a patch from Mandrake for showing a graphical splashscreen on booting (*) PR: ports/74478 (*) Submitted by: Manuel Rabade Garcia (*) Revision Changes Path 1.1 +1283 -0 ports/sysutils/grub/files/patch-graphics (new) 1.1 +20 -0 ports/sysutils/grub/files/patch-grub-install (new) 1.5 +9 -6 ports/sysutils/grub/pkg-message From owner-cvs-all@FreeBSD.ORG Fri Dec 3 21:14:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EC7916A4CE; Fri, 3 Dec 2004 21:14:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3D443D2F; Fri, 3 Dec 2004 21:14:47 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3LElar000515; Fri, 3 Dec 2004 21:14:47 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3LElCt000514; Fri, 3 Dec 2004 21:14:47 GMT (envelope-from phk) Message-Id: <200412032114.iB3LElCt000514@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 21:14:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:14:47 -0000 phk 2004-12-03 21:14:47 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: When omount() is called, check if the filesystem have a cmount method and if so call it. The cmount method will gather and interpret omount() style arguments, and issue a kern_[v]mount() call to execute the corresponding nmount operation. Revision Changes Path 1.157 +11 -2 src/sys/kern/vfs_mount.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 21:19:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 206D816A4CF for ; Fri, 3 Dec 2004 21:19:42 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACAE543D4C for ; Fri, 3 Dec 2004 21:19:40 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 20861 invoked from network); 3 Dec 2004 21:19:37 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 3 Dec 2004 21:19:36 -0000 Received: from qa4379.itdev.weather.com (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id iB3LJHiG015218; Fri, 3 Dec 2004 16:19:24 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Nate Lawson Date: Fri, 3 Dec 2004 14:33:09 -0500 User-Agent: KMail/1.6.2 References: <200412020804.iB284vFx055098@repoman.freebsd.org> In-Reply-To: <200412020804.iB284vFx055098@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412031433.10222.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_if.m X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:19:42 -0000 On Thursday 02 December 2004 03:04 am, Nate Lawson wrote: > njl 2004-12-02 08:04:57 UTC > > FreeBSD src repository > > Modified files: > sys/dev/acpica acpi_if.m > Log: > Add the ACPI_PWR_FOR_SLEEP method. It takes a device and outputs the > appropriate power (Dx) state, if the BIOS suggests one. Should this really be ACPI specific? Why not add a method that pci bridges pass to their parent that will bubble up to the host-pci bridge's parent (acpi0, legacy0, etc.) that determines which sleep state should be used? This would let open firmware machines manage this stuff in their nexus0 for example if they wanted. It would be a pci bus method that the platform drivers would implement as well in that model, and wouldn't be ACPI specific. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-all@FreeBSD.ORG Fri Dec 3 21:26:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A27F16A4CE; Fri, 3 Dec 2004 21:26:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0550743D54; Fri, 3 Dec 2004 21:26:21 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3LQK9s000878; Fri, 3 Dec 2004 21:26:20 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3LQKNf000877; Fri, 3 Dec 2004 21:26:20 GMT (envelope-from blackend) Message-Id: <200412032126.iB3LQKNf000877@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 3 Dec 2004 21:26:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:26:21 -0000 blackend 2004-12-03 21:26:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: ohci and uhci lines are not commented out in GENERIC. Revision Changes Path 1.147 +2 -2 doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 3 21:29:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 979C016A4CF; Fri, 3 Dec 2004 21:29:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FDE643D1F; Fri, 3 Dec 2004 21:29:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3LTQlL000996; Fri, 3 Dec 2004 21:29:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3LTQEB000995; Fri, 3 Dec 2004 21:29:26 GMT (envelope-from phk) Message-Id: <200412032129.iB3LTQEB000995@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 21:29:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_descrip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 21:29:27 -0000 phk 2004-12-03 21:29:25 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c Log: Sort and wash #includes. Revision Changes Path 1.265 +15 -18 src/sys/kern/kern_descrip.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 22:21:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8037D16A4CF; Fri, 3 Dec 2004 22:21:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5425543D55; Fri, 3 Dec 2004 22:21:20 +0000 (GMT) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3MLKNx002619; Fri, 3 Dec 2004 22:21:20 GMT (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3MLKEi002618; Fri, 3 Dec 2004 22:21:20 GMT (envelope-from fjoe) Message-Id: <200412032221.iB3MLKEi002618@repoman.freebsd.org> From: Max Khon Date: Fri, 3 Dec 2004 22:21:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/geom/uzip g_uzip.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 22:21:20 -0000 fjoe 2004-12-03 22:21:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/geom/uzip g_uzip.c Log: MFC: Use M_ZERO to not panic in mtx_init when INVARIANTS enabled. Submitted by: simokawa Revision Changes Path 1.1.2.3 +1 -1 src/sys/geom/uzip/g_uzip.c From owner-cvs-all@FreeBSD.ORG Fri Dec 3 22:38:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 984CF16A4CE; Fri, 3 Dec 2004 22:38:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72CF043D1F; Fri, 3 Dec 2004 22:38:07 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Mc7tt003150; Fri, 3 Dec 2004 22:38:07 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3Mc7EG003149; Fri, 3 Dec 2004 22:38:07 GMT (envelope-from phk) Message-Id: <200412032238.iB3Mc7EG003149@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 3 Dec 2004 22:38:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 22:38:07 -0000 phk 2004-12-03 22:38:07 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c Log: Implement a function, mount_arg() for accumulating a list of mount parameters to nmount. Make kernel_mount() accept the output from mount_arg() and know how to free the malloc'ed space. Make kernel_vmount() use the new function. Revision Changes Path 1.158 +45 -42 src/sys/kern/vfs_mount.c 1.181 +3 -1 src/sys/sys/mount.h From owner-cvs-all@FreeBSD.ORG Fri Dec 3 22:39:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 105F716A4CE; Fri, 3 Dec 2004 22:39:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD1143D31; Fri, 3 Dec 2004 22:39:36 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Mdax0003232; Fri, 3 Dec 2004 22:39:36 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3MdaZO003231; Fri, 3 Dec 2004 22:39:36 GMT (envelope-from ahze) Message-Id: <200412032239.iB3MdaZO003231@repoman.freebsd.org> From: Michael Johnson Date: Fri, 3 Dec 2004 22:39:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/gtkpod Makefile distinfo pkg-plist ports/audio/gtkpod/files patch-src::mp4file.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 22:39:37 -0000 ahze 2004-12-03 22:39:36 UTC FreeBSD ports repository Modified files: audio/gtkpod Makefile distinfo pkg-plist Removed files: audio/gtkpod/files patch-src::mp4file.c Log: Update to 0.85.0 PR: ports/74273 Submitted by: David Le Brun (maintainer) Revision Changes Path 1.20 +3 -6 ports/audio/gtkpod/Makefile 1.11 +2 -2 ports/audio/gtkpod/distinfo 1.5 +0 -12 ports/audio/gtkpod/files/patch-src::mp4file.c (dead) 1.8 +16 -6 ports/audio/gtkpod/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Dec 3 22:42:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B910F16A4CE; Fri, 3 Dec 2004 22:42:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79D3A43D54; Fri, 3 Dec 2004 22:42:40 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3MgesQ003411; Fri, 3 Dec 2004 22:42:40 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3Mgeoa003410; Fri, 3 Dec 2004 22:42:40 GMT (envelope-from blackend) Message-Id: <200412032242.iB3Mgeoa003410@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 3 Dec 2004 22:42:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/kernelconfig chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 22:42:40 -0000 blackend 2004-12-03 22:42:40 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/kernelconfig chapter.sgml Log: MFen 1.127 --> 1.147 Revision Changes Path 1.10 +522 -418 doc/fr_FR.ISO8859-1/books/handbook/kernelconfig/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 3 22:55:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C7616A4CF; Fri, 3 Dec 2004 22:55:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D0AC43D31; Fri, 3 Dec 2004 22:55:02 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Mt2s1003798; Fri, 3 Dec 2004 22:55:02 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3Mt2Dt003797; Fri, 3 Dec 2004 22:55:02 GMT (envelope-from blackend) Message-Id: <200412032255.iB3Mt2Dt003797@repoman.freebsd.org> From: Marc Fonvieille Date: Fri, 3 Dec 2004 22:55:02 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 22:55:02 -0000 blackend 2004-12-03 22:55:02 UTC FreeBSD doc repository Modified files: fr_FR.ISO8859-1/books/handbook/multimedia chapter.sgml Log: MFen 1.100 --> 1.103 Revision Changes Path 1.18 +5 -5 doc/fr_FR.ISO8859-1/books/handbook/multimedia/chapter.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 3 23:29:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8D2A16A4CE; Fri, 3 Dec 2004 23:29:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E9643D49; Fri, 3 Dec 2004 23:29:27 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3NTRUc004900; Fri, 3 Dec 2004 23:29:27 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3NTRgb004899; Fri, 3 Dec 2004 23:29:27 GMT (envelope-from brooks) Message-Id: <200412032329.iB3NTRgb004899@repoman.freebsd.org> From: Brooks Davis Date: Fri, 3 Dec 2004 23:29:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects/dingo index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 23:29:27 -0000 brooks 2004-12-03 23:29:27 UTC FreeBSD doc repository (src,ports committer) Modified files: en/projects/dingo index.sgml Log: Add a few more items to the list. Revision Changes Path 1.2 +25 -1 www/en/projects/dingo/index.sgml From owner-cvs-all@FreeBSD.ORG Fri Dec 3 23:43:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539FD16A4CE; Fri, 3 Dec 2004 23:43:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1360843D54; Fri, 3 Dec 2004 23:43:03 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3Nh2mM005314; Fri, 3 Dec 2004 23:43:02 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3Nh2Lu005313; Fri, 3 Dec 2004 23:43:02 GMT (envelope-from brooks) Message-Id: <200412032343.iB3Nh2Lu005313@repoman.freebsd.org> From: Brooks Davis Date: Fri, 3 Dec 2004 23:43:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/if_gif Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 23:43:03 -0000 brooks 2004-12-03 23:43:02 UTC FreeBSD src repository Modified files: sys/modules/if_gif Makefile Log: kmod.mk knows how to create empty opt_*.h files so let it deal with the NOINET6 case. Reported by: ru Revision Changes Path 1.5 +1 -3 src/sys/modules/if_gif/Makefile From owner-cvs-all@FreeBSD.ORG Fri Dec 3 23:46:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3936216A4CE; Fri, 3 Dec 2004 23:46:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1549B43D5A; Fri, 3 Dec 2004 23:46:15 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB3NkEPG005524; Fri, 3 Dec 2004 23:46:14 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB3NkEJ2005523; Fri, 3 Dec 2004 23:46:14 GMT (envelope-from mlaier) Message-Id: <200412032346.iB3NkEJ2005523@repoman.freebsd.org> From: Max Laier Date: Fri, 3 Dec 2004 23:46:14 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects/dingo index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 23:46:15 -0000 mlaier 2004-12-03 23:46:14 UTC FreeBSD doc repository (src committer) Modified files: en/projects/dingo index.sgml Log: Add an entry for the CARP port. While here account for the fact that my in.c changes have been committed to HEAD. Revision Changes Path 1.3 +13 -4 www/en/projects/dingo/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 00:35:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF5F916A4CE; Sat, 4 Dec 2004 00:35:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776C743D31; Sat, 4 Dec 2004 00:35:12 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB40ZCL2006875; Sat, 4 Dec 2004 00:35:12 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB40ZCto006874; Sat, 4 Dec 2004 00:35:12 GMT (envelope-from adamw) Message-Id: <200412040035.iB40ZCto006874@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 4 Dec 2004 00:35:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/gimp-print Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 00:35:12 -0000 adamw 2004-12-04 00:35:12 UTC FreeBSD ports repository Modified files: print/gimp-print Makefile Log: Disable CUPS support by default. This brings gimp-print in-line with the other GNOME-related apps and libs, which only enable CUPS support if explicitly requested. Revision Changes Path 1.23 +4 -3 ports/print/gimp-print/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 00:36:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68A4516A4CE; Sat, 4 Dec 2004 00:36:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E8443D31; Sat, 4 Dec 2004 00:36:00 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB40a0DQ006985; Sat, 4 Dec 2004 00:36:00 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB40ZxOU006982; Sat, 4 Dec 2004 00:35:59 GMT (envelope-from bland) Message-Id: <200412040035.iB40ZxOU006982@repoman.freebsd.org> From: Alexander Nedotsukov Date: Sat, 4 Dec 2004 00:35:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-toolkits/gtkmm24 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 00:36:00 -0000 bland 2004-12-04 00:35:59 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkmm24 Makefile distinfo pkg-plist Log: Update to 2.4.8 Revision Changes Path 1.81 +1 -2 ports/x11-toolkits/gtkmm24/Makefile 1.35 +2 -2 ports/x11-toolkits/gtkmm24/distinfo 1.33 +8 -0 ports/x11-toolkits/gtkmm24/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 00:36:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B29C216A4CE; Sat, 4 Dec 2004 00:36:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8555343D64; Sat, 4 Dec 2004 00:36:20 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB40aKH3007056; Sat, 4 Dec 2004 00:36:20 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB40aKxs007055; Sat, 4 Dec 2004 00:36:20 GMT (envelope-from marcus) Message-Id: <200412040036.iB40aKxs007055@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 00:36:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/gnome-user-share Makefile distinfopatch-user_share.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 00:36:20 -0000 marcus 2004-12-04 00:36:20 UTC FreeBSD ports repository Modified files: www/gnome-user-share Makefile distinfo Removed files: www/gnome-user-share/files patch-dav_user.conf patch-user_share.c Log: Update to 0.4. Revision Changes Path 1.2 +2 -2 ports/www/gnome-user-share/Makefile 1.2 +2 -2 ports/www/gnome-user-share/distinfo 1.2 +0 -9 ports/www/gnome-user-share/files/patch-dav_user.conf (dead) 1.3 +0 -38 ports/www/gnome-user-share/files/patch-user_share.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 00:43:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6A9816A4CE; Sat, 4 Dec 2004 00:43:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8286A43D5E; Sat, 4 Dec 2004 00:43:24 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB40hNvp007277; Sat, 4 Dec 2004 00:43:24 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB40hNwe007276; Sat, 4 Dec 2004 00:43:23 GMT (envelope-from marcus) Message-Id: <200412040043.iB40hNwe007276@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 00:43:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/gnome-themes Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 00:43:24 -0000 marcus 2004-12-04 00:43:23 UTC FreeBSD ports repository Modified files: x11-themes/gnome-themes Makefile distinfo Log: Update to 2.8.2. Revision Changes Path 1.25 +1 -2 ports/x11-themes/gnome-themes/Makefile 1.16 +2 -2 ports/x11-themes/gnome-themes/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:29:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B44816A4CE; Sat, 4 Dec 2004 01:29:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 580BB43D2F; Sat, 4 Dec 2004 01:29:35 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41TZl2015071; Sat, 4 Dec 2004 01:29:35 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41TZKW015070; Sat, 4 Dec 2004 01:29:35 GMT (envelope-from kris) Message-Id: <200412040129.iB41TZKW015070@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:29:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/iiimf-le-xcin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:29:35 -0000 kris 2004-12-04 01:29:35 UTC FreeBSD ports repository Modified files: chinese/iiimf-le-xcin Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.2 +2 -0 ports/chinese/iiimf-le-xcin/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:30:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BED316A4CE; Sat, 4 Dec 2004 01:30:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 790C343D5E; Sat, 4 Dec 2004 01:30:38 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41UcHD015163; Sat, 4 Dec 2004 01:30:38 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41Uch2015162; Sat, 4 Dec 2004 01:30:38 GMT (envelope-from kris) Message-Id: <200412040130.iB41Uch2015162@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:30:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/transcode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:30:38 -0000 kris 2004-12-04 01:30:38 UTC FreeBSD ports repository Modified files: multimedia/transcode Makefile Log: BROKEN on !i386: Broken pkg-plist Revision Changes Path 1.46 +4 -0 ports/multimedia/transcode/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:32:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 192A016A4CE; Sat, 4 Dec 2004 01:32:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E91A443D1F; Sat, 4 Dec 2004 01:32:40 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41WeZl015235; Sat, 4 Dec 2004 01:32:40 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41WeQM015234; Sat, 4 Dec 2004 01:32:40 GMT (envelope-from kris) Message-Id: <200412040132.iB41WeQM015234@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:32:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/long-exposure-tools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:32:41 -0000 kris 2004-12-04 01:32:40 UTC FreeBSD ports repository Modified files: graphics/long-exposure-tools Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.2 +2 -0 ports/graphics/long-exposure-tools/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:34:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B43616A4CE; Sat, 4 Dec 2004 01:34:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0896343D39; Sat, 4 Dec 2004 01:34:27 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41YQlR015291; Sat, 4 Dec 2004 01:34:26 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41YQ4e015290; Sat, 4 Dec 2004 01:34:26 GMT (envelope-from kris) Message-Id: <200412040134.iB41YQ4e015290@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:34:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/enigma Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:34:27 -0000 kris 2004-12-04 01:34:26 UTC FreeBSD ports repository Modified files: games/enigma Makefile Log: BROKEN: Does not compile Revision Changes Path 1.23 +2 -0 ports/games/enigma/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:36:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C75616A4CE; Sat, 4 Dec 2004 01:36:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE83C43D2D; Sat, 4 Dec 2004 01:36:14 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41aEK8015414; Sat, 4 Dec 2004 01:36:14 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41aEuY015413; Sat, 4 Dec 2004 01:36:14 GMT (envelope-from kris) Message-Id: <200412040136.iB41aEuY015413@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:36:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/gutenbook Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:36:15 -0000 kris 2004-12-04 01:36:14 UTC FreeBSD ports repository Modified files: textproc/gutenbook Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.10 +2 -0 ports/textproc/gutenbook/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:36:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D7D916A4E2; Sat, 4 Dec 2004 01:36:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B75943D3F; Sat, 4 Dec 2004 01:36:16 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41aGab015443; Sat, 4 Dec 2004 01:36:16 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41aGZY015442; Sat, 4 Dec 2004 01:36:16 GMT (envelope-from kris) Message-Id: <200412040136.iB41aGZY015442@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:36:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/sim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:36:19 -0000 kris 2004-12-04 01:36:16 UTC FreeBSD ports repository Modified files: emulators/sim Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.31 +2 -0 ports/emulators/sim/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:37:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F33016A4CE; Sat, 4 Dec 2004 01:37:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BAAE43D2D; Sat, 4 Dec 2004 01:37:01 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41b1hN015501; Sat, 4 Dec 2004 01:37:01 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41b1Sl015500; Sat, 4 Dec 2004 01:37:01 GMT (envelope-from kris) Message-Id: <200412040137.iB41b1Sl015500@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:37:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/iiimf-gtk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:37:01 -0000 kris 2004-12-04 01:37:01 UTC FreeBSD ports repository Modified files: textproc/iiimf-gtk Makefile Log: BROKEN: Does not compile Revision Changes Path 1.6 +2 -0 ports/textproc/iiimf-gtk/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:37:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 933F116A4CE; Sat, 4 Dec 2004 01:37:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71AB043D53; Sat, 4 Dec 2004 01:37:50 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41bo50015541; Sat, 4 Dec 2004 01:37:50 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41bojT015540; Sat, 4 Dec 2004 01:37:50 GMT (envelope-from kris) Message-Id: <200412040137.iB41bojT015540@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:37:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/japanese/kcode Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:37:50 -0000 kris 2004-12-04 01:37:50 UTC FreeBSD ports repository Modified files: japanese/kcode Makefile Log: s/USE_PERL/USE_PERL5/ Pointy hat to: knu Revision Changes Path 1.2 +1 -1 ports/japanese/kcode/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:39:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8766516A4CE; Sat, 4 Dec 2004 01:39:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650E243D2F; Sat, 4 Dec 2004 01:39:53 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41drKP015611; Sat, 4 Dec 2004 01:39:53 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41drS9015610; Sat, 4 Dec 2004 01:39:53 GMT (envelope-from kris) Message-Id: <200412040139.iB41drS9015610@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:39:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/munin-node Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:39:53 -0000 kris 2004-12-04 01:39:53 UTC FreeBSD ports repository Modified files: sysutils/munin-node Makefile Log: BROKEN on 5.x: Broken pkg-plist Revision Changes Path 1.11 +4 -0 ports/sysutils/munin-node/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:40:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B1116A4CE; Sat, 4 Dec 2004 01:40:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8241543D2F; Sat, 4 Dec 2004 01:40:53 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41erbn015721; Sat, 4 Dec 2004 01:40:53 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41erGn015720; Sat, 4 Dec 2004 01:40:53 GMT (envelope-from kris) Message-Id: <200412040140.iB41erGn015720@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:40:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms/qsstv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:40:53 -0000 kris 2004-12-04 01:40:53 UTC FreeBSD ports repository Modified files: comms/qsstv Makefile Log: BROKEN: Unfetchable Revision Changes Path 1.2 +2 -0 ports/comms/qsstv/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:42:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D150C16A4CF; Sat, 4 Dec 2004 01:42:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE79843D5D; Sat, 4 Dec 2004 01:42:05 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41g50D015777; Sat, 4 Dec 2004 01:42:05 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41g5TL015776; Sat, 4 Dec 2004 01:42:05 GMT (envelope-from kris) Message-Id: <200412040142.iB41g5TL015776@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:42:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/wininfo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:42:06 -0000 kris 2004-12-04 01:42:05 UTC FreeBSD ports repository Modified files: devel/wininfo Makefile Log: BROKEN: Checksum mismatch Revision Changes Path 1.3 +2 -0 ports/devel/wininfo/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:42:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEDA016A4CE; Sat, 4 Dec 2004 01:42:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE2843D5E; Sat, 4 Dec 2004 01:42:50 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41goEQ015815; Sat, 4 Dec 2004 01:42:50 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41goq2015814; Sat, 4 Dec 2004 01:42:50 GMT (envelope-from kris) Message-Id: <200412040142.iB41goq2015814@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:42:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/wml Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:42:51 -0000 kris 2004-12-04 01:42:50 UTC FreeBSD ports repository Modified files: www/wml Makefile Log: BROKEN: Does not compile Revision Changes Path 1.52 +2 -0 ports/www/wml/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:45:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F0C216A4D1; Sat, 4 Dec 2004 01:45:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0FBE43D39; Sat, 4 Dec 2004 01:45:38 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41jcS5015992; Sat, 4 Dec 2004 01:45:38 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41jcco015991; Sat, 4 Dec 2004 01:45:38 GMT (envelope-from kris) Message-Id: <200412040145.iB41jcco015991@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:45:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/biology/embassy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:45:39 -0000 kris 2004-12-04 01:45:38 UTC FreeBSD ports repository Modified files: biology/embassy Makefile Log: BROKEN: Broken distinfo file Revision Changes Path 1.2 +2 -0 ports/biology/embassy/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:47:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ACD116A4CE; Sat, 4 Dec 2004 01:47:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4796C43D39; Sat, 4 Dec 2004 01:47:10 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41lAk3016045; Sat, 4 Dec 2004 01:47:10 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41lAGS016044; Sat, 4 Dec 2004 01:47:10 GMT (envelope-from kris) Message-Id: <200412040147.iB41lAGS016044@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:47:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mahogany Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:47:10 -0000 kris 2004-12-04 01:47:10 UTC FreeBSD ports repository Modified files: mail/mahogany Makefile Log: BROKEN on !i386: Does not compile Revision Changes Path 1.24 +2 -2 ports/mail/mahogany/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:49:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89A7E16A4CE; Sat, 4 Dec 2004 01:49:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6788E43D41; Sat, 4 Dec 2004 01:49:57 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41nvRW016106; Sat, 4 Dec 2004 01:49:57 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41nvjs016105; Sat, 4 Dec 2004 01:49:57 GMT (envelope-from kris) Message-Id: <200412040149.iB41nvjs016105@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:49:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/omniNotify Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:49:57 -0000 kris 2004-12-04 01:49:57 UTC FreeBSD ports repository Modified files: devel/omniNotify Makefile Log: BROKEN on !i386: Does not compile Revision Changes Path 1.3 +7 -1 ports/devel/omniNotify/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:50:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54DAF16A4CE; Sat, 4 Dec 2004 01:50:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3121443D31; Sat, 4 Dec 2004 01:50:44 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41oiDb016222; Sat, 4 Dec 2004 01:50:44 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41oiEt016221; Sat, 4 Dec 2004 01:50:44 GMT (envelope-from kris) Message-Id: <200412040150.iB41oiEt016221@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:50:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/qscheme Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:50:44 -0000 kris 2004-12-04 01:50:44 UTC FreeBSD ports repository Modified files: lang/qscheme Makefile Log: BROKEN on amd64 and ia64: Does not build Revision Changes Path 1.16 +4 -0 ports/lang/qscheme/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:53:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2746416A4CE; Sat, 4 Dec 2004 01:53:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0502E43D55; Sat, 4 Dec 2004 01:53:14 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41rDF9016301; Sat, 4 Dec 2004 01:53:13 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41rDpW016300; Sat, 4 Dec 2004 01:53:13 GMT (envelope-from kris) Message-Id: <200412040153.iB41rDpW016300@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:53:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/xmule Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:53:14 -0000 kris 2004-12-04 01:53:13 UTC FreeBSD ports repository Modified files: net/xmule Makefile Log: BROKEN on 4.x and on sparc64: Does not compile Revision Changes Path 1.32 +7 -1 ports/net/xmule/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:55:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F76D16A4CF; Sat, 4 Dec 2004 01:55:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3039243D2D; Sat, 4 Dec 2004 01:55:30 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41tUIt016384; Sat, 4 Dec 2004 01:55:30 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41tUol016383; Sat, 4 Dec 2004 01:55:30 GMT (envelope-from kris) Message-Id: <200412040155.iB41tUol016383@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:55:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/p5-Apache-Gallery Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:55:30 -0000 kris 2004-12-04 01:55:30 UTC FreeBSD ports repository Modified files: www/p5-Apache-Gallery Makefile Log: BROKEN: Installation fails Revision Changes Path 1.13 +2 -0 ports/www/p5-Apache-Gallery/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 01:58:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5682916A4CE; Sat, 4 Dec 2004 01:58:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3378343D31; Sat, 4 Dec 2004 01:58:00 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB41w0iF016467; Sat, 4 Dec 2004 01:58:00 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB41w0SW016466; Sat, 4 Dec 2004 01:58:00 GMT (envelope-from kris) Message-Id: <200412040158.iB41w0SW016466@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 01:58:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/i386-rtems-gcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 01:58:00 -0000 kris 2004-12-04 01:58:00 UTC FreeBSD ports repository Modified files: devel/i386-rtems-gcc Makefile Log: m68k-rtems-gcc is BROKEN on !i386: internal compiler error during build Revision Changes Path 1.40 +4 -0 ports/devel/i386-rtems-gcc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 02:00:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 587F016A4CE; Sat, 4 Dec 2004 02:00:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F44A43D49; Sat, 4 Dec 2004 02:00:49 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB420n3V016630; Sat, 4 Dec 2004 02:00:49 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB420ngW016629; Sat, 4 Dec 2004 02:00:49 GMT (envelope-from kris) Message-Id: <200412040200.iB420ngW016629@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 02:00:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-clocks/buici-clock Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 02:00:49 -0000 kris 2004-12-04 02:00:48 UTC FreeBSD ports repository Modified files: x11-clocks/buici-clock Makefile Log: BROKEN: Build fails Revision Changes Path 1.2 +2 -0 ports/x11-clocks/buici-clock/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 02:02:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC4F16A4CE; Sat, 4 Dec 2004 02:02:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD8643D1D; Sat, 4 Dec 2004 02:02:15 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB422F2W016704; Sat, 4 Dec 2004 02:02:15 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB422EDV016703; Sat, 4 Dec 2004 02:02:15 GMT (envelope-from kris) Message-Id: <200412040202.iB422EDV016703@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 02:02:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils/kluje Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 02:02:15 -0000 kris 2004-12-04 02:02:14 UTC FreeBSD ports repository Modified files: deskutils/kluje Makefile Log: BROKEN: Does not compile Revision Changes Path 1.9 +2 -6 ports/deskutils/kluje/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 02:03:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34EC116A4CE; Sat, 4 Dec 2004 02:03:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1115D43D1D; Sat, 4 Dec 2004 02:03:12 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB423B9g016746; Sat, 4 Dec 2004 02:03:11 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB423B38016745; Sat, 4 Dec 2004 02:03:11 GMT (envelope-from kris) Message-Id: <200412040203.iB423B38016745@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 02:03:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/lam7 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 02:03:12 -0000 kris 2004-12-04 02:03:11 UTC FreeBSD ports repository Modified files: net/lam7 Makefile Log: BROKEN on !i386: Broken pkg-plist Revision Changes Path 1.8 +2 -2 ports/net/lam7/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 02:04:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5006116A4CE; Sat, 4 Dec 2004 02:04:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C5BB43D3F; Sat, 4 Dec 2004 02:04:26 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB424QEd016789; Sat, 4 Dec 2004 02:04:26 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB424QZ3016788; Sat, 4 Dec 2004 02:04:26 GMT (envelope-from kris) Message-Id: <200412040204.iB424QZ3016788@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 02:04:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/libparsifal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 02:04:26 -0000 kris 2004-12-04 02:04:26 UTC FreeBSD ports repository Modified files: textproc/libparsifal Makefile Log: BROKEN on !i386 and !sparc64: Does not compile Revision Changes Path 1.8 +7 -1 ports/textproc/libparsifal/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 02:13:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32C8616A4CE; Sat, 4 Dec 2004 02:13:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106C043D58; Sat, 4 Dec 2004 02:13:41 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB42Degj017125; Sat, 4 Dec 2004 02:13:40 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB42DeIo017124; Sat, 4 Dec 2004 02:13:40 GMT (envelope-from kris) Message-Id: <200412040213.iB42DeIo017124@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 02:13:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/povray Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 02:13:41 -0000 kris 2004-12-04 02:13:40 UTC FreeBSD ports repository Modified files: graphics/povray Makefile Log: BROKEN on 4.x: Does not build Revision Changes Path 1.42 +4 -0 ports/graphics/povray/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 02:59:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C25E16A4CE; Sat, 4 Dec 2004 02:59:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 581F043D46; Sat, 4 Dec 2004 02:59:05 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB42x5XJ018433; Sat, 4 Dec 2004 02:59:05 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB42x5x9018432; Sat, 4 Dec 2004 02:59:05 GMT (envelope-from ahze) Message-Id: <200412040259.iB42x5x9018432@repoman.freebsd.org> From: Michael Johnson Date: Sat, 4 Dec 2004 02:59:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/long-exposure-tools Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 02:59:05 -0000 ahze 2004-12-04 02:59:05 UTC FreeBSD ports repository Modified files: graphics/long-exposure-tools Makefile pkg-descr Log: - Fix fetch by using new MASTER_SITE and adding MASTER_SITE_LOCAL to mix - Update WWW: line to new web page Revision Changes Path 1.3 +3 -3 ports/graphics/long-exposure-tools/Makefile 1.2 +1 -1 ports/graphics/long-exposure-tools/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Dec 4 03:31:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BECF616A4CE; Sat, 4 Dec 2004 03:31:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5AA43D5D; Sat, 4 Dec 2004 03:31:13 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB43VCj7019634; Sat, 4 Dec 2004 03:31:13 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB43VC1F019633; Sat, 4 Dec 2004 03:31:12 GMT (envelope-from mlaier) Message-Id: <200412040331.iB43VC1F019633@repoman.freebsd.org> From: Max Laier Date: Sat, 4 Dec 2004 03:31:12 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects/dingo index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 03:31:13 -0000 mlaier 2004-12-04 03:31:12 UTC FreeBSD doc repository (src committer) Modified files: en/projects/dingo index.sgml Log: Unbreak the www-build. My bad. Revision Changes Path 1.4 +2 -2 www/en/projects/dingo/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 04:09:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C910D16A4CE; Sat, 4 Dec 2004 04:09:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3C1543D46; Sat, 4 Dec 2004 04:09:42 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB449gM1020643; Sat, 4 Dec 2004 04:09:42 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB449gfL020642; Sat, 4 Dec 2004 04:09:42 GMT (envelope-from marcus) Message-Id: <200412040409.iB449gfL020642@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 04:09:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/gnome-user-share Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 04:09:42 -0000 marcus 2004-12-04 04:09:41 UTC FreeBSD ports repository Modified files: www/gnome-user-share Makefile Log: Gnome-user-share was proposed for GNOME 2.10, so sign maintainership over to gnome@. Revision Changes Path 1.3 +1 -1 ports/www/gnome-user-share/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 04:49:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65E3016A4CE; Sat, 4 Dec 2004 04:49:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4025943D2F; Sat, 4 Dec 2004 04:49:28 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB44nS9S023780; Sat, 4 Dec 2004 04:49:28 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB44nS0r023777; Sat, 4 Dec 2004 04:49:28 GMT (envelope-from marcus) Message-Id: <200412040449.iB44nS0r023777@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 04:49:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/balsa Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 04:49:28 -0000 marcus 2004-12-04 04:49:28 UTC FreeBSD ports repository Modified files: mail/balsa Makefile Log: Fix a substitution to fix the build now on 5.X and higher. Reported by: pointyhat via kris Revision Changes Path 1.88 +2 -1 ports/mail/balsa/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 05:33:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C916C16A4CE; Sat, 4 Dec 2004 05:33:54 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC2B43D31; Sat, 4 Dec 2004 05:33:54 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-184-243.dsl.snfc21.pacbell.net [64.171.184.243]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iB45XqC4010569 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Dec 2004 21:33:53 -0800 Message-ID: <41B14C0F.9060105@root.org> Date: Fri, 03 Dec 2004 21:33:03 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <21125.1102090859@critter.freebsd.dk> In-Reply-To: <21125.1102090859@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 05:33:54 -0000 Poul-Henning Kamp wrote: > In message <41B091E8.2060807@root.org>, Nate Lawson writes: >>I think that breaking vprint() into multiple lines is not a good idea. >>Bruce pointed this out to me when I was doing the v_tag changes a while ago. > > It already was in multiple lines. I understand, I was just hoping any reworking would go the other way. -- Nate From owner-cvs-all@FreeBSD.ORG Sat Dec 4 05:55:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E6316A4CE; Sat, 4 Dec 2004 05:55:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BBFC43D48; Sat, 4 Dec 2004 05:55:11 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB45tBhN030183; Sat, 4 Dec 2004 05:55:11 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB45tBsD030182; Sat, 4 Dec 2004 05:55:11 GMT (envelope-from scottl) Message-Id: <200412040555.iB45tBsD030182@repoman.freebsd.org> From: Scott Long Date: Sat, 4 Dec 2004 05:55:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/i386/i386 busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 05:55:11 -0000 scottl 2004-12-04 05:55:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/i386 busdma_machdep.c Log: MFC: Don't consider boundary constraints when deciding whether to bounce. This fixes certain classes of mysterious hangs in the device probe during boot. Revision Changes Path 1.59.2.3 +1 -1 src/sys/i386/i386/busdma_machdep.c From owner-cvs-all@FreeBSD.ORG Sat Dec 4 05:59:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1D1116A4CE; Sat, 4 Dec 2004 05:59:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB71343D1D; Sat, 4 Dec 2004 05:59:37 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB45xbch030390; Sat, 4 Dec 2004 05:59:37 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB45xbPN030389; Sat, 4 Dec 2004 05:59:37 GMT (envelope-from scottl) Message-Id: <200412040559.iB45xbPN030389@repoman.freebsd.org> From: Scott Long Date: Sat, 4 Dec 2004 05:59:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/amd64/amd64 busdma_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 05:59:38 -0000 scottl 2004-12-04 05:59:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 busdma_machdep.c Log: MFC: Don't consider boundary constraints when deciding whether to bounce. This fixes certain classes of mysterious hangs in the device probe during boot. Revision Changes Path 1.57.2.3 +1 -1 src/sys/amd64/amd64/busdma_machdep.c From owner-cvs-all@FreeBSD.ORG Sat Dec 4 07:42:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB42616A4CE; Sat, 4 Dec 2004 07:42:25 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 778A243D41; Sat, 4 Dec 2004 07:42:25 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iB47gO0N099912; Sat, 4 Dec 2004 02:42:24 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iB47gOPV099905; Sat, 4 Dec 2004 02:42:24 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Sat, 4 Dec 2004 02:42:24 -0500 (EST) From: Jeff Roberson To: Nate Lawson In-Reply-To: <41B091E8.2060807@root.org> Message-ID: <20041204024212.K18185@mail.chesapeake.net> References: <20041203120940.5573116A515@hub.freebsd.org> <41B091E8.2060807@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 07:42:26 -0000 On Fri, 3 Dec 2004, Nate Lawson wrote: > Poul-Henning Kamp wrote: > > phk 2004-12-03 12:09:34 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern vfs_subr.c > > Log: > > Improve vprint() a little bit: break long lines, reduce indent and tell > > if the VI_LOCK() is held. > > > > Revision Changes Path > > 1.555 +7 -4 src/sys/kern/vfs_subr.c > > > > > > --- src/sys/kern/vfs_subr.c:1.554 Wed Dec 1 23:16:36 2004 > > +++ src/sys/kern/vfs_subr.c Fri Dec 3 12:09:34 2004 > > @@ -2651,9 +2651,9 @@ > > printf("%s: %p: ", label, (void *)vp); > > else > > printf("%p: ", (void *)vp); > > - printf("tag %s, type %s, usecount %d, writecount %d, refcount %d,", > > - vp->v_tag, typename[vp->v_type], vp->v_usecount, > > - vp->v_writecount, vp->v_holdcnt); > > + printf("tag %s, type %s\n ", vp->v_tag, typename[vp->v_type]); > > + printf("usecount %d, writecount %d, refcount %d mountedhere %p\n", > > + vp->v_usecount, vp->v_writecount, vp->v_holdcnt, vp->v_mountedhere); > > buf[0] = '\0'; > > if (vp->v_vflag & VV_ROOT) > > strcat(buf, "|VV_ROOT"); > > @@ -2672,7 +2672,10 @@ > > if (vp->v_vflag & VV_OBJBUF) > > strcat(buf, "|VV_OBJBUF"); > > if (buf[0] != '\0') > > - printf(" flags (%s),", &buf[1]); > > + printf(" flags (%s)", &buf[1]); > > + if (mtx_owned(VI_MTX(vp))) > > + printf(" VI_LOCKed"); > > + printf("\n "); > > lockmgr_printinfo(vp->v_vnlock); > > printf("\n"); > > if (vp->v_data != NULL) > > I think that breaking vprint() into multiple lines is not a good idea. > Bruce pointed this out to me when I was doing the v_tag changes a while ago. What's the reason? > > -Nate > From owner-cvs-all@FreeBSD.ORG Sat Dec 4 07:57:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2F4F16A4CE; Sat, 4 Dec 2004 07:57:43 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DC8B43D48; Sat, 4 Dec 2004 07:57:43 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 75CCA5C902; Fri, 3 Dec 2004 23:57:43 -0800 (PST) Date: Fri, 3 Dec 2004 23:57:43 -0800 From: Alfred Perlstein To: Jeff Roberson Message-ID: <20041204075743.GL69608@elvis.mu.org> References: <20041203120940.5573116A515@hub.freebsd.org> <41B091E8.2060807@root.org> <20041204024212.K18185@mail.chesapeake.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041204024212.K18185@mail.chesapeake.net> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 07:57:43 -0000 * Jeff Roberson [041203 23:42] wrote: > On Fri, 3 Dec 2004, Nate Lawson wrote: > > > I think that breaking vprint() into multiple lines is not a good idea. > > Bruce pointed this out to me when I was doing the v_tag changes a while ago. > > What's the reason? possibility of it being non-atomically written to the log files? -Alfred From owner-cvs-all@FreeBSD.ORG Sat Dec 4 08:00:06 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23BE816A4CE; Sat, 4 Dec 2004 08:00:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B5643D2D; Sat, 4 Dec 2004 08:00:05 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4805sE033888; Sat, 4 Dec 2004 08:00:05 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4805Xp033883; Sat, 4 Dec 2004 08:00:05 GMT (envelope-from krion) Message-Id: <200412040800.iB4805Xp033883@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 4 Dec 2004 08:00:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/libidn Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 08:00:06 -0000 krion 2004-12-04 08:00:05 UTC FreeBSD ports repository Modified files: devel/libidn Makefile distinfo Log: Update to 0.5.12 Revision Changes Path 1.42 +1 -1 ports/devel/libidn/Makefile 1.29 +2 -2 ports/devel/libidn/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 08:11:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D357D16A4CE; Sat, 4 Dec 2004 08:11:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD7443D48; Sat, 4 Dec 2004 08:11:24 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB48BO47034275; Sat, 4 Dec 2004 08:11:24 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB48BO1q034274; Sat, 4 Dec 2004 08:11:24 GMT (envelope-from krion) Message-Id: <200412040811.iB48BO1q034274@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 4 Dec 2004 08:11:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/xterm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 08:11:25 -0000 krion 2004-12-04 08:11:24 UTC FreeBSD ports repository Modified files: x11/xterm Makefile distinfo Log: Update to 197. ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_197 Revision Changes Path 1.13 +1 -2 ports/x11/xterm/Makefile 1.5 +2 -2 ports/x11/xterm/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 08:24:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC3016A4CE; Sat, 4 Dec 2004 08:24:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF81B43D66; Sat, 4 Dec 2004 08:24:36 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB48Oaic034675; Sat, 4 Dec 2004 08:24:36 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB48Oa74034674; Sat, 4 Dec 2004 08:24:36 GMT (envelope-from obrien) Message-Id: <200412040824.iB48Oa74034674@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 4 Dec 2004 08:24:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 08:24:37 -0000 obrien 2004-12-04 08:24:36 UTC FreeBSD src repository Modified files: rescue/rescue Makefile Log: Replace GNU tar with BSD tar. Revision Changes Path 1.31 +3 -1 src/rescue/rescue/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 09:19:33 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4709F16A4CE; Sat, 4 Dec 2004 09:19:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2111C43D2D; Sat, 4 Dec 2004 09:19:33 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB49JXHV042764; Sat, 4 Dec 2004 09:19:33 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB49JWua042763; Sat, 4 Dec 2004 09:19:32 GMT (envelope-from leeym) Message-Id: <200412040919.iB49JWua042763@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 4 Dec 2004 09:19:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/chinese/iiimf-le-xcin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 09:19:33 -0000 leeym 2004-12-04 09:19:32 UTC FreeBSD ports repository Modified files: chinese/iiimf-le-xcin Makefile distinfo Log: - correct the path of MASTER_SITES, update to 0.1.7-11, and unbreak this port. Revision Changes Path 1.3 +2 -4 ports/chinese/iiimf-le-xcin/Makefile 1.2 +2 -2 ports/chinese/iiimf-le-xcin/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 09:38:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1EA616A4CE; Sat, 4 Dec 2004 09:38:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B92043D49; Sat, 4 Dec 2004 09:38:13 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB49cDio043386; Sat, 4 Dec 2004 09:38:13 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB49cDiY043385; Sat, 4 Dec 2004 09:38:13 GMT (envelope-from marcus) Message-Id: <200412040938.iB49cDiY043385@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 09:38:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/gnome-user-share/files patch-user_share.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 09:38:13 -0000 marcus 2004-12-04 09:38:13 UTC FreeBSD ports repository Added files: www/gnome-user-share/files patch-user_share.c Log: Fix build on 4.X. Reported by: pointyhat via kris Revision Changes Path 1.4 +12 -0 ports/www/gnome-user-share/files/patch-user_share.c (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 09:47:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE76216A4CE; Sat, 4 Dec 2004 09:47:27 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAAAA43D5D; Sat, 4 Dec 2004 09:47:27 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB49lR7a043792; Sat, 4 Dec 2004 09:47:27 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB49lR87043791; Sat, 4 Dec 2004 09:47:27 GMT (envelope-from marcus) Message-Id: <200412040947.iB49lR87043791@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 09:47:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mozilla Makefile pkg-install.in ports/www/mozilla-devel Makefile pkg-install.in ports/www/firefox Makefile pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 09:47:28 -0000 marcus 2004-12-04 09:47:27 UTC FreeBSD ports repository Modified files: www/mozilla Makefile pkg-install.in www/mozilla-devel Makefile pkg-install.in www/firefox Makefile pkg-install.in Log: Be sure to create the browser_plugins during package install as well. Some ports (e.g. www/ump) depend on this directory being there. Reported by: pointyhat via kris Revision Changes Path 1.106 +1 -0 ports/www/firefox/Makefile 1.9 +5 -1 ports/www/firefox/pkg-install.in 1.207 +2 -1 ports/www/mozilla-devel/Makefile 1.2 +5 -1 ports/www/mozilla-devel/pkg-install.in 1.180 +2 -1 ports/www/mozilla/Makefile 1.3 +5 -1 ports/www/mozilla/pkg-install.in From owner-cvs-all@FreeBSD.ORG Sat Dec 4 09:57:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD5F16A4CE; Sat, 4 Dec 2004 09:57:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B2A043D5E; Sat, 4 Dec 2004 09:57:39 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB49vdL3044092; Sat, 4 Dec 2004 09:57:39 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB49vd5U044091; Sat, 4 Dec 2004 09:57:39 GMT (envelope-from phk) Message-Id: <200412040957.iB49vd5U044091@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 4 Dec 2004 09:57:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/ntfs ntfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 09:57:39 -0000 phk 2004-12-04 09:57:38 UTC FreeBSD src repository Modified files: sys/fs/ntfs ntfs_vfsops.c Log: Remove embryonic rootfs mounting facility. In the near future rootfs mounting will not require special handling in the filesystems. Revision Changes Path 1.68 +1 -30 src/sys/fs/ntfs/ntfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Sat Dec 4 09:58:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9902E16A4CE; Sat, 4 Dec 2004 09:58:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B9D43D60; Sat, 4 Dec 2004 09:58:20 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB49wKne044153; Sat, 4 Dec 2004 09:58:20 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB49wKxF044152; Sat, 4 Dec 2004 09:58:20 GMT (envelope-from phk) Message-Id: <200412040958.iB49wKxF044152@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 4 Dec 2004 09:58:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 09:58:20 -0000 phk 2004-12-04 09:58:20 UTC FreeBSD src repository Modified files: sys/gnu/ext2fs ext2_vfsops.c Log: Remove #if 0'ed rootfs mounting code. Revision Changes Path 1.134 +0 -58 src/sys/gnu/ext2fs/ext2_vfsops.c From owner-cvs-all@FreeBSD.ORG Sat Dec 4 10:47:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E646016A4CE; Sat, 4 Dec 2004 10:47:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C193F43D55; Sat, 4 Dec 2004 10:47:22 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4AlMTa045597; Sat, 4 Dec 2004 10:47:22 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4AlMfS045596; Sat, 4 Dec 2004 10:47:22 GMT (envelope-from jkoshy) Message-Id: <200412041047.iB4AlMfS045596@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 4 Dec 2004 10:47:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 10:47:23 -0000 jkoshy 2004-12-04 10:47:22 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Add the mi2g case study about BSD unixes and Mac OS X being the safest OSes for internet use. Revision Changes Path 1.155 +19 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 10:55:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C752816A4CE; Sat, 4 Dec 2004 10:55:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3BFF43D1F; Sat, 4 Dec 2004 10:55:36 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Atawc045868; Sat, 4 Dec 2004 10:55:36 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4AtavU045867; Sat, 4 Dec 2004 10:55:36 GMT (envelope-from hq) Message-Id: <200412041055.iB4AtavU045867@repoman.freebsd.org> From: Herve Quiroz Date: Sat, 4 Dec 2004 10:55:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/jakarta-tomcat3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 10:55:36 -0000 hq 2004-12-04 10:55:36 UTC FreeBSD ports repository Modified files: www/jakarta-tomcat3 Makefile Log: - Use MASTER_SITE_APACHE_JAKARTA [1] - Update to bsd.java.mk 2.0 PR: 74662 [1] Submitted by: maintainer [1] Revision Changes Path 1.45 +4 -4 ports/www/jakarta-tomcat3/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 10:58:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D31D16A4CE; Sat, 4 Dec 2004 10:58:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC8043D31; Sat, 4 Dec 2004 10:58:51 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4AwoI3045971; Sat, 4 Dec 2004 10:58:50 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4Awodo045970; Sat, 4 Dec 2004 10:58:50 GMT (envelope-from erwin) Message-Id: <200412041058.iB4Awodo045970@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 4 Dec 2004 10:58:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 10:58:51 -0000 erwin 2004-12-04 10:58:49 UTC FreeBSD ports repository Modified files: . modules Log: Part one of fixing modules after my holidays: catch up with a lot of moved perl ports. Pointy hat to: skv Revision Changes Path 1.11492 +7 -7 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 4 11:22:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540DD16A4CE; Sat, 4 Dec 2004 11:22:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 302F343D48; Sat, 4 Dec 2004 11:22:03 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4BM3DN046725; Sat, 4 Dec 2004 11:22:03 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4BM3jn046724; Sat, 4 Dec 2004 11:22:03 GMT (envelope-from clement) Message-Id: <200412041122.iB4BM3jn046724@repoman.freebsd.org> From: Clement Laforet Date: Sat, 4 Dec 2004 11:22:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/unfs3/files patch-nfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 11:22:03 -0000 clement 2004-12-04 11:22:02 UTC FreeBSD ports repository Added files: net/unfs3/files patch-nfs.c Log: - Fix build on 4.x Reported by: pointyhat via kris Revision Changes Path 1.1 +14 -0 ports/net/unfs3/files/patch-nfs.c (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 12:06:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AF5516A4CE; Sat, 4 Dec 2004 12:06:25 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D03343D68; Sat, 4 Dec 2004 12:06:24 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])iB4C6MKP015861; Sat, 4 Dec 2004 23:06:22 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) iB4C6JcH031796; Sat, 4 Dec 2004 23:06:21 +1100 Date: Sat, 4 Dec 2004 23:06:19 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Poul-Henning Kamp In-Reply-To: <21125.1102090859@critter.freebsd.dk> Message-ID: <20041204230328.I10805@delplex.bde.org> References: <21125.1102090859@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 12:06:25 -0000 On Fri, 3 Dec 2004, Poul-Henning Kamp wrote: > In message <41B091E8.2060807@root.org>, Nate Lawson writes: > > >I think that breaking vprint() into multiple lines is not a good idea. > >Bruce pointed this out to me when I was doing the v_tag changes a while ago. > > It already was in multiple lines. It was already broken. It was at least consistently broken, with 1 line break per fs layer. Bruce From owner-cvs-all@FreeBSD.ORG Sat Dec 4 12:18:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D257716A4CE; Sat, 4 Dec 2004 12:18:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFB943D3F; Sat, 4 Dec 2004 12:18:01 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4CI1Fj048463; Sat, 4 Dec 2004 12:18:01 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4CI1iG048462; Sat, 4 Dec 2004 12:18:01 GMT (envelope-from ceri) Message-Id: <200412041218.iB4CI1iG048462@repoman.freebsd.org> From: Ceri Davies Date: Sat, 4 Dec 2004 12:18:01 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/projects/netperf index.sgmlwww/en/projects/bigdisk index.sgml www/en/projects/busdma index.sgml www/en/projects/dingo index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 12:18:02 -0000 ceri 2004-12-04 12:18:01 UTC FreeBSD doc repository Modified files: en/projects/netperf index.sgml en/projects/bigdisk index.sgml en/projects/busdma index.sgml en/projects/dingo index.sgml Log: Yellow on white is impossible to read, so use orange instead. Revision Changes Path 1.4 +2 -2 www/en/projects/bigdisk/index.sgml 1.91 +2 -2 www/en/projects/busdma/index.sgml 1.5 +2 -2 www/en/projects/dingo/index.sgml 1.10 +2 -2 www/en/projects/netperf/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 12:27:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC4B016A4CE; Sat, 4 Dec 2004 12:27:37 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB3343D1F; Sat, 4 Dec 2004 12:27:37 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])iB4CRSKP018366; Sat, 4 Dec 2004 23:27:28 +1100 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) iB4CRP7M017081; Sat, 4 Dec 2004 23:27:26 +1100 Date: Sat, 4 Dec 2004 23:27:24 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Alfred Perlstein In-Reply-To: <20041204075743.GL69608@elvis.mu.org> Message-ID: <20041204230638.W10805@delplex.bde.org> References: <20041203120940.5573116A515@hub.freebsd.org> <41B091E8.2060807@root.org><20041204075743.GL69608@elvis.mu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Poul-Henning Kamp cc: Nate Lawson cc: Jeff Roberson Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 12:27:38 -0000 On Fri, 3 Dec 2004, Alfred Perlstein wrote: > * Jeff Roberson [041203 23:42] wrote: > > On Fri, 3 Dec 2004, Nate Lawson wrote: > > > > > I think that breaking vprint() into multiple lines is not a good idea. > > > Bruce pointed this out to me when I was doing the v_tag changes a while ago. > > > > What's the reason? > > possibility of it being non-atomically written to the log files? The original reason was that log files work best with 1 line per event. vprint() prints a label, but only for the first line so breaking the lines breaks grepping for the label... Atomicity isn't guaranteed, but Ian Dowse made it more likely that single-line messages are complete if they are logged to disk at all, by discarding truncated lines. This doesn't work so well for incomplete multi-line messages. Bruce From owner-cvs-all@FreeBSD.ORG Sat Dec 4 13:06:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61FB316A4CE; Sat, 4 Dec 2004 13:06:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F46543D66; Sat, 4 Dec 2004 13:06:57 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4D6vYe056288; Sat, 4 Dec 2004 13:06:57 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4D6uXt056287; Sat, 4 Dec 2004 13:06:56 GMT (envelope-from thierry) Message-Id: <200412041306.iB4D6uXt056287@repoman.freebsd.org> From: Thierry Thomas Date: Sat, 4 Dec 2004 13:06:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11/rxvt-unicode Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 13:06:57 -0000 thierry 2004-12-04 13:06:56 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile distinfo Log: Upgrade to 4.3. Changelog at . Revision Changes Path 1.64 +1 -1 ports/x11/rxvt-unicode/Makefile 1.22 +2 -2 ports/x11/rxvt-unicode/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 13:18:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ABB316A4CE; Sat, 4 Dec 2004 13:18:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CDC43D2F; Sat, 4 Dec 2004 13:18:20 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4DIJq7056659; Sat, 4 Dec 2004 13:18:19 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4DIJHl056658; Sat, 4 Dec 2004 13:18:19 GMT (envelope-from erwin) Message-Id: <200412041318.iB4DIJHl056658@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 4 Dec 2004 13:18:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 13:18:20 -0000 erwin 2004-12-04 13:18:19 UTC FreeBSD ports repository Modified files: . modules Log: freevo --> ports/multimedia/freevo Revision Changes Path 1.11493 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 4 13:18:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB5A816A4CE; Sat, 4 Dec 2004 13:18:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89BBD43D2D; Sat, 4 Dec 2004 13:18:45 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4DIjNs056709; Sat, 4 Dec 2004 13:18:45 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4DIjLn056708; Sat, 4 Dec 2004 13:18:45 GMT (envelope-from erwin) Message-Id: <200412041318.iB4DIjLn056708@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 4 Dec 2004 13:18:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 13:18:45 -0000 erwin 2004-12-04 13:18:45 UTC FreeBSD ports repository Modified files: . modules Log: gnome-schedule --> ports/sysutils/gnome-schedule Revision Changes Path 1.11494 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 4 13:22:34 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C875316A4CE; Sat, 4 Dec 2004 13:22:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A739B43D41; Sat, 4 Dec 2004 13:22:34 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4DMY8e056861; Sat, 4 Dec 2004 13:22:34 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4DMXYP056860; Sat, 4 Dec 2004 13:22:33 GMT (envelope-from erwin) Message-Id: <200412041322.iB4DMXYP056860@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 4 Dec 2004 13:22:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 13:22:34 -0000 erwin 2004-12-04 13:22:33 UTC FreeBSD ports repository Modified files: . modules Log: security/md5crk was removed for some time ago. Forgotten by: trevor Revision Changes Path 1.11495 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 4 14:03:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6335A16A4CE; Sat, 4 Dec 2004 14:03:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F84C43D5F; Sat, 4 Dec 2004 14:03:46 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4E3kEK058055; Sat, 4 Dec 2004 14:03:46 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4E3k3Y058054; Sat, 4 Dec 2004 14:03:46 GMT (envelope-from marius) Message-Id: <200412041403.iB4E3k3Y058054@repoman.freebsd.org> From: Marius Strobl Date: Sat, 4 Dec 2004 14:03:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/etc.sparc64 ttys X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 14:03:46 -0000 marius 2004-12-04 14:03:45 UTC FreeBSD src repository Modified files: etc/etc.sparc64 ttys Log: Catch up with the new device name of sab(4). The entries for tty[a,b] can't be removed as ofw_console(4) and zs(4) use them so one has to live with some complaints about non-existent devices at boot time and remove the respective entries locally for now. Revision Changes Path 1.8 +2 -0 src/etc/etc.sparc64/ttys From owner-cvs-all@FreeBSD.ORG Sat Dec 4 14:17:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B97816A4CE; Sat, 4 Dec 2004 14:17:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B7D543D2D; Sat, 4 Dec 2004 14:17:31 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4EHVdA058632; Sat, 4 Dec 2004 14:17:31 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4EHUwT058631; Sat, 4 Dec 2004 14:17:31 GMT (envelope-from oliver) Message-Id: <200412041417.iB4EHUwT058631@repoman.freebsd.org> From: Oliver Lehmann Date: Sat, 4 Dec 2004 14:17:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/sylpheed Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 14:17:31 -0000 oliver 2004-12-04 14:17:30 UTC FreeBSD ports repository Modified files: mail/sylpheed Makefile distinfo Log: update to beta4 Revision Changes Path 1.90 +1 -1 ports/mail/sylpheed/Makefile 1.63 +2 -2 ports/mail/sylpheed/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 14:20:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E85A16A4CE; Sat, 4 Dec 2004 14:20:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF9C143D45; Sat, 4 Dec 2004 14:20:56 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4EKuiI058763; Sat, 4 Dec 2004 14:20:56 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4EKubm058762; Sat, 4 Dec 2004 14:20:56 GMT (envelope-from marius) Message-Id: <200412041420.iB4EKubm058762@repoman.freebsd.org> From: Marius Strobl Date: Sat, 4 Dec 2004 14:20:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 14:20:57 -0000 marius 2004-12-04 14:20:56 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Revert rev. 1.166 and remove sparc64/pci/ofw_pci_if.m from MFILES again, sparc64/pci/ofw_pci.h is no longer required for compiling modules. Revision Changes Path 1.174 +1 -1 src/sys/conf/kmod.mk From owner-cvs-all@FreeBSD.ORG Sat Dec 4 14:41:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8796A16A4CE; Sat, 4 Dec 2004 14:41:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 650AA43D1F; Sat, 4 Dec 2004 14:41:40 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4EfdPb059383; Sat, 4 Dec 2004 14:41:40 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4EfdJO059382; Sat, 4 Dec 2004 14:41:39 GMT (envelope-from cognet) Message-Id: <200412041441.iB4EfdJO059382@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 4 Dec 2004 14:41:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/trm trm.c trm.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 14:41:40 -0000 cognet 2004-12-04 14:41:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/trm trm.c trm.h Log: MFC the current state of the trm(4) driver. It notably adds support for the DC395U2W adapters, and should fix panics/hangs under heavy load. Reported and tested by: jmz Revision Changes Path 1.2.2.4 +724 -360 src/sys/dev/trm/trm.c 1.1.2.3 +68 -62 src/sys/dev/trm/trm.h From owner-cvs-all@FreeBSD.ORG Sat Dec 4 14:41:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CED16A4CE; Sat, 4 Dec 2004 14:41:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBF543D5F; Sat, 4 Dec 2004 14:41:52 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4EfpsB059415; Sat, 4 Dec 2004 14:41:51 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4EfpFA059414; Sat, 4 Dec 2004 14:41:51 GMT (envelope-from cognet) Message-Id: <200412041441.iB4EfpFA059414@repoman.freebsd.org> From: Olivier Houchard Date: Sat, 4 Dec 2004 14:41:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 trm.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 14:41:52 -0000 cognet 2004-12-04 14:41:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 trm.4 Log: MFC rev 1.5 and 1.6 r1.5: Note we now support the DC395U2W cards. r1.6: Change the HARDWARE section to have the same style as in the other FreeBSD section 4 manual pages. Revision Changes Path 1.5.2.2 +8 -2 src/share/man/man4/trm.4 From owner-cvs-all@FreeBSD.ORG Sat Dec 4 15:29:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D2E16A4CE; Sat, 4 Dec 2004 15:29:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA43443D48; Sat, 4 Dec 2004 15:29:41 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4FTfuK061706; Sat, 4 Dec 2004 15:29:41 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4FTfWI061705; Sat, 4 Dec 2004 15:29:41 GMT (envelope-from ijliao) Message-Id: <200412041529.iB4FTfWI061705@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 4 Dec 2004 15:29:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/itext Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 15:29:42 -0000 ijliao 2004-12-04 15:29:41 UTC FreeBSD ports repository Modified files: devel/itext Makefile distinfo Log: upgrade to 1.1.1 Revision Changes Path 1.3 +1 -1 ports/devel/itext/Makefile 1.2 +2 -2 ports/devel/itext/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 15:57:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B06EF16A4CE; Sat, 4 Dec 2004 15:57:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D97443D3F; Sat, 4 Dec 2004 15:57:11 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4FvBJ2062547; Sat, 4 Dec 2004 15:57:11 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4FvBtl062546; Sat, 4 Dec 2004 15:57:11 GMT (envelope-from kwm) Message-Id: <200412041557.iB4FvBtl062546@repoman.freebsd.org> From: Koop Mast Date: Sat, 4 Dec 2004 15:57:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ocaml Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 15:57:11 -0000 kwm 2004-12-04 15:57:11 UTC FreeBSD ports repository Modified files: lang/ocaml Makefile distinfo pkg-plist Log: Update to version 3.08.2. Mark broken on sparc64. PR: 74342 Submitted by: maintainer Revision Changes Path 1.37 +6 -6 ports/lang/ocaml/Makefile 1.17 +2 -2 ports/lang/ocaml/distinfo 1.24 +1 -0 ports/lang/ocaml/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 16:13:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B77316A4CE; Sat, 4 Dec 2004 16:13:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0F843D3F; Sat, 4 Dec 2004 16:13:41 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4GDe1R063057; Sat, 4 Dec 2004 16:13:40 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4GDeCn063056; Sat, 4 Dec 2004 16:13:40 GMT (envelope-from lofi) Message-Id: <200412041613.iB4GDeCn063056@repoman.freebsd.org> From: Michael Nottebrock Date: Sat, 4 Dec 2004 16:13:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/gnupg-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 16:13:41 -0000 lofi 2004-12-04 16:13:40 UTC FreeBSD ports repository Modified files: security/gnupg-devel Makefile distinfo pkg-plist Log: Update to 1.9.13 Revision Changes Path 1.20 +1 -1 ports/security/gnupg-devel/Makefile 1.6 +2 -2 ports/security/gnupg-devel/distinfo 1.7 +1 -0 ports/security/gnupg-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 16:39:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D42616A4CE; Sat, 4 Dec 2004 16:39:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4052243D5A; Sat, 4 Dec 2004 16:39:15 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4GdFfg063764; Sat, 4 Dec 2004 16:39:15 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4GdFUW063763; Sat, 4 Dec 2004 16:39:15 GMT (envelope-from arved) Message-Id: <200412041639.iB4GdFUW063763@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 16:39:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/MT Makefile pkg-descr pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 16:39:15 -0000 arved 2004-12-04 16:39:14 UTC FreeBSD ports repository Modified files: www/MT Makefile pkg-descr Removed files: www/MT pkg-message Log: - Overhaul RUN_DEPENDS: * Remove pkg-message which pointed to optional and required perl modules * Add required perl modules to RUN_DEPENDS * Add optional perl modules to RUN_DEPENDS unless WITHOUT_OPTIONAL_MODULES defined * Add WITH_SQLITE knob for SQLite Suppport (This is untested) * add pre-everything:: Message to explain knobs * Bump PORTREVISION Initial Suggestion from: krion - Don't mess with ECHO_MSG to print a beautiful IGNORE message. - pkg-descr:reword and whitespace fixes, Add Author: section Revision Changes Path 1.14 +82 -29 ports/www/MT/Makefile 1.2 +4 -5 ports/www/MT/pkg-descr 1.3 +0 -20 ports/www/MT/pkg-message (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 16:57:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4393516A4CE; Sat, 4 Dec 2004 16:57:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D3143D66; Sat, 4 Dec 2004 16:57:35 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4GvYfd070823; Sat, 4 Dec 2004 16:57:35 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4GvY3T070822; Sat, 4 Dec 2004 16:57:34 GMT (envelope-from arved) Message-Id: <200412041657.iB4GvY3T070822@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 16:57:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/dnrd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 16:57:35 -0000 arved 2004-12-04 16:57:34 UTC FreeBSD ports repository Modified files: dns/dnrd Makefile distinfo Log: Update to 2.17.2 PR: 74618 Submitted by: Natanael Copa Revision Changes Path 1.20 +1 -1 ports/dns/dnrd/Makefile 1.10 +2 -2 ports/dns/dnrd/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:06:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B819216A4CE; Sat, 4 Dec 2004 17:06:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4E0543D6E; Sat, 4 Dec 2004 17:06:29 +0000 (GMT) (envelope-from cjh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4H6T2j071226; Sat, 4 Dec 2004 17:06:29 GMT (envelope-from cjh@repoman.freebsd.org) Received: (from cjh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4H6TZZ071225; Sat, 4 Dec 2004 17:06:29 GMT (envelope-from cjh) Message-Id: <200412041706.iB4H6TZZ071225@repoman.freebsd.org> From: CHOI Junho Date: Sat, 4 Dec 2004 17:06:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/magicfilter Makefile distinfo pkg-descr pkg-plist ports/print/magicfilter/files patch-aa patch-file::file.c patch-getaline.c patch-getline.c patch-magicfilter.c printcap.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:06:29 -0000 cjh 2004-12-04 17:06:29 UTC FreeBSD ports repository Modified files: print/magicfilter Makefile distinfo pkg-descr pkg-plist Added files: print/magicfilter/files patch-file::file.c patch-getaline.c patch-getline.c Removed files: print/magicfilter/files patch-aa patch-magicfilter.c printcap.sample Log: Update to 2.3.b. Revision Changes Path 1.13 +7 -29 ports/print/magicfilter/Makefile 1.3 +2 -2 ports/print/magicfilter/distinfo 1.2 +0 -28 ports/print/magicfilter/files/patch-aa (dead) 1.1 +12 -0 ports/print/magicfilter/files/patch-file::file.c (new) 1.1 +12 -0 ports/print/magicfilter/files/patch-getaline.c (new) 1.1 +12 -0 ports/print/magicfilter/files/patch-getline.c (new) 1.2 +0 -17 ports/print/magicfilter/files/patch-magicfilter.c (dead) 1.3 +0 -55 ports/print/magicfilter/files/printcap.sample (dead) 1.3 +10 -5 ports/print/magicfilter/pkg-descr 1.2 +57 -51 ports/print/magicfilter/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:19:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1DFB16A4CE; Sat, 4 Dec 2004 17:19:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF95C43D5F; Sat, 4 Dec 2004 17:19:11 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HJAm3071625; Sat, 4 Dec 2004 17:19:10 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4HJA1i071624; Sat, 4 Dec 2004 17:19:10 GMT (envelope-from arved) Message-Id: <200412041719.iB4HJA1i071624@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 17:19:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/pointless Makefileports/misc/pointless/files patch-python24 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:19:12 -0000 arved 2004-12-04 17:19:10 UTC FreeBSD ports repository Modified files: misc/pointless Makefile Added files: misc/pointless/files patch-python24 Log: Fix build with python 2.4 PR: 74631 Submitted by: Christian Laursen Revision Changes Path 1.8 +2 -2 ports/misc/pointless/Makefile 1.1 +53 -0 ports/misc/pointless/files/patch-python24 (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:23:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 118AD16A4CE; Sat, 4 Dec 2004 17:23:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE0843D66; Sat, 4 Dec 2004 17:23:31 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HNVtA071817; Sat, 4 Dec 2004 17:23:31 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4HNV5c071816; Sat, 4 Dec 2004 17:23:31 GMT (envelope-from arved) Message-Id: <200412041723.iB4HNV5c071816@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 17:23:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt/nagios-plugins Makefile distinfo patch-check_ifoperstatus.pl patch-check_ifstatus.pl patch-check_nagios.c patch-check_ntp.pl patch-check_radius.c patch-configure.in patch-netutils.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:23:32 -0000 arved 2004-12-04 17:23:31 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-plugins Makefile distinfo pkg-plist net-mgmt/nagios-plugins/files patch-check_radius.c patch-configure.in Added files: net-mgmt/nagios-plugins/files patch-check_nagios.c patch-check_ntp.pl Removed files: net-mgmt/nagios-plugins/files patch-check_ifoperstatus.pl patch-check_ifstatus.pl patch-netutils.c patch-netutils.h Log: - update nagios-plugins to 1.4.0 alpha2 - fix check_ntp - fix compile with LDAP enabled PR: 74667 Submitted by: Blaz Zupan Revision Changes Path 1.36 +2 -3 ports/net-mgmt/nagios-plugins/Makefile 1.12 +2 -2 ports/net-mgmt/nagios-plugins/distinfo 1.2 +0 -11 ports/net-mgmt/nagios-plugins/files/patch-check_ifoperstatus.pl (dead) 1.2 +0 -11 ports/net-mgmt/nagios-plugins/files/patch-check_ifstatus.pl (dead) 1.1 +11 -0 ports/net-mgmt/nagios-plugins/files/patch-check_nagios.c (new) 1.3 +20 -0 ports/net-mgmt/nagios-plugins/files/patch-check_ntp.pl (new) 1.2 +8 -6 ports/net-mgmt/nagios-plugins/files/patch-check_radius.c 1.7 +12 -18 ports/net-mgmt/nagios-plugins/files/patch-configure.in 1.2 +0 -47 ports/net-mgmt/nagios-plugins/files/patch-netutils.c (dead) 1.2 +0 -11 ports/net-mgmt/nagios-plugins/files/patch-netutils.h (dead) 1.12 +2 -0 ports/net-mgmt/nagios-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:32:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C64F16A4CE; Sat, 4 Dec 2004 17:32:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A18343D54; Sat, 4 Dec 2004 17:32:45 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HWjwl072121; Sat, 4 Dec 2004 17:32:45 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4HWjMO072120; Sat, 4 Dec 2004 17:32:45 GMT (envelope-from ahze) Message-Id: <200412041732.iB4HWjMO072120@repoman.freebsd.org> From: Michael Johnson Date: Sat, 4 Dec 2004 17:32:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/leafpad Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:32:45 -0000 ahze 2004-12-04 17:32:45 UTC FreeBSD ports repository Modified files: editors/leafpad Makefile distinfo pkg-plist Log: - update to 0.7.8 - Add missing desktopfileutils dependency PR: ports/74673 Submitted by: Radek Kozlowski (maintainer) Revision Changes Path 1.10 +2 -3 ports/editors/leafpad/Makefile 1.6 +2 -2 ports/editors/leafpad/distinfo 1.7 +4 -0 ports/editors/leafpad/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:35:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFD5B16A4DA; Sat, 4 Dec 2004 17:35:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F66C43D48; Sat, 4 Dec 2004 17:35:07 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HZ73V072216; Sat, 4 Dec 2004 17:35:07 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4HZ7J0072215; Sat, 4 Dec 2004 17:35:07 GMT (envelope-from arved) Message-Id: <200412041735.iB4HZ7J0072215@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 17:35:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gdvrecv Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:35:07 -0000 arved 2004-12-04 17:35:07 UTC FreeBSD ports repository Modified files: multimedia/gdvrecv Makefile distinfo Log: Update to 1.1 PR: 74613 Submitted by: Henri Michelon Revision Changes Path 1.3 +2 -2 ports/multimedia/gdvrecv/Makefile 1.2 +2 -2 ports/multimedia/gdvrecv/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:46:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 821C516A4CE; Sat, 4 Dec 2004 17:46:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E99A43D5C; Sat, 4 Dec 2004 17:46:30 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HkU2g072662; Sat, 4 Dec 2004 17:46:30 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4HkUlV072661; Sat, 4 Dec 2004 17:46:30 GMT (envelope-from arved) Message-Id: <200412041746.iB4HkUlV072661@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 17:46:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/dspam-devel Makefile distinfo ports/mail/dspam-devel/files UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:46:30 -0000 arved 2004-12-04 17:46:30 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile distinfo mail/dspam-devel/files UPDATING Log: Update to SNAP_DATE 20041201.1330, which supports daemonized dspam PR: 74599 Submitted by: Ion-Mihai "IOnut" Tetcu Revision Changes Path 1.25 +8 -3 ports/mail/dspam-devel/Makefile 1.12 +2 -2 ports/mail/dspam-devel/distinfo 1.2 +28 -0 ports/mail/dspam-devel/files/UPDATING From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:47:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C8A716A4CE; Sat, 4 Dec 2004 17:47:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFAFA43D5F; Sat, 4 Dec 2004 17:47:40 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HleG7072711; Sat, 4 Dec 2004 17:47:40 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4Hle2K072710; Sat, 4 Dec 2004 17:47:40 GMT (envelope-from blackend) Message-Id: <200412041747.iB4Hle2K072710@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 4 Dec 2004 17:47:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:47:41 -0000 blackend 2004-12-04 17:47:40 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: Fix package name for AbiWord. Revision Changes Path 1.44 +1 -1 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:48:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC77316A4CE; Sat, 4 Dec 2004 17:48:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9CEB43D55; Sat, 4 Dec 2004 17:48:15 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HmFGm072752; Sat, 4 Dec 2004 17:48:15 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4HmFTj072751; Sat, 4 Dec 2004 17:48:15 GMT (envelope-from arved) Message-Id: <200412041748.iB4HmFTj072751@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 17:48:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/freeride Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:48:16 -0000 arved 2004-12-04 17:48:15 UTC FreeBSD ports repository Modified files: devel/freeride Makefile distinfo pkg-plist Log: Update to 0.9.0 PR: 74617 Submitted by: Alexander Novitsky Revision Changes Path 1.5 +2 -2 ports/devel/freeride/Makefile 1.4 +2 -2 ports/devel/freeride/distinfo 1.4 +15 -11 ports/devel/freeride/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:51:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1326716A4CE; Sat, 4 Dec 2004 17:51:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E713243D5F; Sat, 4 Dec 2004 17:51:52 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HpqG6072897; Sat, 4 Dec 2004 17:51:52 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4HpqYn072896; Sat, 4 Dec 2004 17:51:52 GMT (envelope-from arved) Message-Id: <200412041751.iB4HpqYn072896@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 17:51:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/cadaver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:51:53 -0000 arved 2004-12-04 17:51:52 UTC FreeBSD ports repository Modified files: www/cadaver Makefile Log: Assign Maintainership to Josh Paetzel PR: 74587 Submitted by: Josh Paetzel Revision Changes Path 1.32 +1 -1 ports/www/cadaver/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:54:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55B4116A4CE; Sat, 4 Dec 2004 17:54:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34BF743D2D; Sat, 4 Dec 2004 17:54:01 +0000 (GMT) (envelope-from cjh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Hs1Hi072966; Sat, 4 Dec 2004 17:54:01 GMT (envelope-from cjh@repoman.freebsd.org) Received: (from cjh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4Hs1iu072965; Sat, 4 Dec 2004 17:54:01 GMT (envelope-from cjh) Message-Id: <200412041754.iB4Hs1iu072965@repoman.freebsd.org> From: CHOI Junho Date: Sat, 4 Dec 2004 17:54:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/korean/uniksc Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:54:01 -0000 cjh 2004-12-04 17:54:01 UTC FreeBSD ports repository Modified files: korean/uniksc Makefile pkg-descr Log: Fix build in amd64. PR: ports/63414 Submitted by: Hendrik Scholz Revision Changes Path 1.4 +4 -0 ports/korean/uniksc/Makefile 1.3 +0 -4 ports/korean/uniksc/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:57:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6804916A4CE; Sat, 4 Dec 2004 17:57:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47DE843D5C; Sat, 4 Dec 2004 17:57:15 +0000 (GMT) (envelope-from cjh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HvF8D073111; Sat, 4 Dec 2004 17:57:15 GMT (envelope-from cjh@repoman.freebsd.org) Received: (from cjh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4HvF0W073110; Sat, 4 Dec 2004 17:57:15 GMT (envelope-from cjh) Message-Id: <200412041757.iB4HvF0W073110@repoman.freebsd.org> From: CHOI Junho Date: Sat, 4 Dec 2004 17:57:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/korean/uniksc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:57:15 -0000 cjh 2004-12-04 17:57:15 UTC FreeBSD ports repository Modified files: korean/uniksc Makefile Log: Fix omitted dot. Oops. Submitted by: FreshPorts Sanity Daemon Revision Changes Path 1.5 +1 -1 ports/korean/uniksc/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 17:58:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B8ED16A4CE; Sat, 4 Dec 2004 17:58:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0880A43D58; Sat, 4 Dec 2004 17:58:19 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4HwIRU073179; Sat, 4 Dec 2004 17:58:18 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4HwIQp073178; Sat, 4 Dec 2004 17:58:18 GMT (envelope-from arved) Message-Id: <200412041758.iB4HwIQp073178@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 17:58:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/freebase Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 17:58:19 -0000 arved 2004-12-04 17:58:18 UTC FreeBSD ports repository Modified files: devel/freebase Makefile distinfo Log: Update to 0.9.0 PR: 74515 Submitted by: Alexander Novitsky Revision Changes Path 1.4 +2 -3 ports/devel/freebase/Makefile 1.4 +2 -2 ports/devel/freebase/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 18:06:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE74216A4CE; Sat, 4 Dec 2004 18:06:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A71FB43D68; Sat, 4 Dec 2004 18:06:17 +0000 (GMT) (envelope-from cjh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4I6H1f073553; Sat, 4 Dec 2004 18:06:17 GMT (envelope-from cjh@repoman.freebsd.org) Received: (from cjh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4I6Hx3073552; Sat, 4 Dec 2004 18:06:17 GMT (envelope-from cjh) Message-Id: <200412041806.iB4I6Hx3073552@repoman.freebsd.org> From: CHOI Junho Date: Sat, 4 Dec 2004 18:06:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/cjk-lyx Makefile ports/print/cjk-lyx/files patch-boost::boost::format::feed_args.hpp patch-boost::boost::format::format_implementation.hpp patch-src::frontends::controllers::ControlDialog.tmpl patch-src::frontends::qt2::Qt2Base.h patch-src::frontends::xforms::FormBase.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 18:06:17 -0000 cjh 2004-12-04 18:06:17 UTC FreeBSD ports repository Modified files: print/cjk-lyx Makefile Added files: print/cjk-lyx/files patch-boost::boost::config::compiler::gcc.hpp patch-boost::boost::format::feed_args.hpp patch-boost::boost::format::format_implementation.hpp patch-src::BoostFormat.h patch-src::frontends::controllers::ControlDialog.tmpl patch-src::frontends::qt2::Qt2Base.h patch-src::frontends::xforms::FormBase.h Log: Build fix for 5.x. PR: ports/71883 Submitted by: Ports Fury Revision Changes Path 1.26 +0 -4 ports/print/cjk-lyx/Makefile 1.1 +97 -0 ports/print/cjk-lyx/files/patch-boost::boost::config::compiler::gcc.hpp (new) 1.1 +13 -0 ports/print/cjk-lyx/files/patch-boost::boost::format::feed_args.hpp (new) 1.1 +13 -0 ports/print/cjk-lyx/files/patch-boost::boost::format::format_implementation.hpp (new) 1.1 +13 -0 ports/print/cjk-lyx/files/patch-src::BoostFormat.h (new) 1.1 +85 -0 ports/print/cjk-lyx/files/patch-src::frontends::controllers::ControlDialog.tmpl (new) 1.1 +21 -0 ports/print/cjk-lyx/files/patch-src::frontends::qt2::Qt2Base.h (new) 1.1 +21 -0 ports/print/cjk-lyx/files/patch-src::frontends::xforms::FormBase.h (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 18:09:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CED9016A4CE; Sat, 4 Dec 2004 18:09:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBDD43D1D; Sat, 4 Dec 2004 18:09:43 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4I9hVV073630; Sat, 4 Dec 2004 18:09:43 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4I9hkZ073629; Sat, 4 Dec 2004 18:09:43 GMT (envelope-from simon) Message-Id: <200412041809.iB4I9hkZ073629@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 4 Dec 2004 18:09:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 18:09:44 -0000 simon 2004-12-04 18:09:43 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: For the Java plugin vulnerability, also match the linux-jdk package (old name for linux-jdk-sun). Revision Changes Path 1.390 +3 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 18:21:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 478BE16A4CE; Sat, 4 Dec 2004 18:21:15 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2773A43D54; Sat, 4 Dec 2004 18:21:15 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4ILF1s074084; Sat, 4 Dec 2004 18:21:15 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4ILE9t074083; Sat, 4 Dec 2004 18:21:14 GMT (envelope-from simon) Message-Id: <200412041821.iB4ILE9t074083@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 4 Dec 2004 18:21:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 18:21:15 -0000 simon 2004-12-04 18:21:14 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Fix grammar nit in ImageMagick entry. Submitted by: Daniel Seuffert Revision Changes Path 1.391 +2 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 18:22:09 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0D116A4CE; Sat, 4 Dec 2004 18:22:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B7A043D48; Sat, 4 Dec 2004 18:22:09 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4IM9ft074151; Sat, 4 Dec 2004 18:22:09 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4IM9iI074150; Sat, 4 Dec 2004 18:22:09 GMT (envelope-from arved) Message-Id: <200412041822.iB4IM9iI074150@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 18:22:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/x11-themes/baghira Makefile distinfo ports/x11-themes/baghira/files patch-baghira.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 18:22:09 -0000 arved 2004-12-04 18:22:09 UTC FreeBSD ports repository Modified files: x11-themes/baghira Makefile distinfo x11-themes/baghira/files patch-baghira.cpp Log: Update to 0.6 PR: 73974 Submitted by: Miguel Mendez Revision Changes Path 1.4 +1 -2 ports/x11-themes/baghira/Makefile 1.3 +2 -2 ports/x11-themes/baghira/distinfo 1.2 +11 -11 ports/x11-themes/baghira/files/patch-baghira.cpp From owner-cvs-all@FreeBSD.ORG Sat Dec 4 18:37:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8616C16A4CE; Sat, 4 Dec 2004 18:37:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66BDD43D53; Sat, 4 Dec 2004 18:37:00 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Ib0Fn074560; Sat, 4 Dec 2004 18:37:00 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4Ib0NG074557; Sat, 4 Dec 2004 18:37:00 GMT (envelope-from krion) Message-Id: <200412041837.iB4Ib0NG074557@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 4 Dec 2004 18:37:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/itext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 18:37:00 -0000 krion 2004-12-04 18:37:00 UTC FreeBSD ports repository Modified files: devel/itext Makefile Log: Bump PORTEPOCH since PORTVERSION was decreased. Revision Changes Path 1.4 +1 -0 ports/devel/itext/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:01:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C2616A4CE; Sat, 4 Dec 2004 19:01:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7147143D5C; Sat, 4 Dec 2004 19:01:20 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4J1KRJ075335; Sat, 4 Dec 2004 19:01:20 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4J1KSk075334; Sat, 4 Dec 2004 19:01:20 GMT (envelope-from simon) Message-Id: <200412041901.iB4J1KSk075334@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 4 Dec 2004 19:01:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 snd_ich.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:01:20 -0000 simon 2004-12-04 19:01:20 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_ich.4 Log: - Change license to standard 2 clause BSD. [1] - Add a missing period. Noticed by: ru Approved by: Jorge Mario G. Mazo [1] Revision Changes Path 1.2 +1 -4 src/share/man/man4/snd_ich.4 From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:12:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A0D16A4CE; Sat, 4 Dec 2004 19:12:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE04243D70; Sat, 4 Dec 2004 19:12:11 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JCBSZ075734; Sat, 4 Dec 2004 19:12:11 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4JCBSG075733; Sat, 4 Dec 2004 19:12:11 GMT (envelope-from adamw) Message-Id: <200412041912.iB4JCBSG075733@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 4 Dec 2004 19:12:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio Makefile ports/audio/cantus_3 Makefile distinfo pkg-descr pkg-plist ports/audio/cantus_3/files patch-src::plugins::lib_charset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:12:12 -0000 adamw 2004-12-04 19:12:11 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/cantus_3 Makefile distinfo pkg-descr pkg-plist audio/cantus_3/files patch-build.sh patch-src::libs::lib_charset.c patch-src::plugins::lib_charset.c Log: Add cantus_3, a sleek GTK2 mp3/ogg/vorbis tagger/renamer. Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files. It has many features including mass tagging and renaming of MP3s, the ability to generate a tag out of the filename, filter definitions for renaming, recursive actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags, and a lot more. WWW: http://www.debain.org/software/cantus/ PR: ports/66799 Submitted by: Sergey Akifyev Revision Changes Path 1.573 +1 -0 ports/audio/Makefile 1.1 +42 -0 ports/audio/cantus_3/Makefile (new) 1.1 +2 -0 ports/audio/cantus_3/distinfo (new) 1.1 +15 -0 ports/audio/cantus_3/files/patch-build.sh (new) 1.1 +11 -0 ports/audio/cantus_3/files/patch-src::libs::lib_charset.c (new) 1.1 +11 -0 ports/audio/cantus_3/files/patch-src::plugins::lib_charset.c (new) 1.1 +7 -0 ports/audio/cantus_3/pkg-descr (new) 1.1 +22 -0 ports/audio/cantus_3/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:13:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F45D16A4CE; Sat, 4 Dec 2004 19:13:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D45043D48; Sat, 4 Dec 2004 19:13:05 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JD5Nd075808; Sat, 4 Dec 2004 19:13:05 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4JD53E075807; Sat, 4 Dec 2004 19:13:05 GMT (envelope-from jeh) Message-Id: <200412041913.iB4JD53E075807@repoman.freebsd.org> From: "James E. Housley" Date: Sat, 4 Dec 2004 19:13:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/qmrtg Makefile pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:13:05 -0000 jeh 2004-12-04 19:13:05 UTC FreeBSD ports repository Modified files: mail/qmrtg Makefile pkg-message pkg-plist Log: fixes mail/qmrtg (BROKEN) problem while making package PR: 74649 Submitted by: MAINTAINER Revision Changes Path 1.4 +4 -3 ports/mail/qmrtg/Makefile 1.2 +2 -2 ports/mail/qmrtg/pkg-message 1.2 +2 -2 ports/mail/qmrtg/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:14:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 462E416A4CE; Sat, 4 Dec 2004 19:14:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 273F343D62; Sat, 4 Dec 2004 19:14:00 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JDxWp075873; Sat, 4 Dec 2004 19:13:59 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4JDxZk075872; Sat, 4 Dec 2004 19:13:59 GMT (envelope-from adamw) Message-Id: <200412041913.iB4JDxZk075872@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 4 Dec 2004 19:13:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:14:00 -0000 adamw 2004-12-04 19:13:58 UTC FreeBSD ports repository Modified files: . modules Log: cantus_3 --> ports/audio/cantus_3 Revision Changes Path 1.11496 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:18:43 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AB0E16A4CE; Sat, 4 Dec 2004 19:18:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4962543D5E; Sat, 4 Dec 2004 19:18:43 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JIh5L076100; Sat, 4 Dec 2004 19:18:43 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4JIhgr076099; Sat, 4 Dec 2004 19:18:43 GMT (envelope-from jeh) Message-Id: <200412041918.iB4JIhgr076099@repoman.freebsd.org> From: "James E. Housley" Date: Sat, 4 Dec 2004 19:18:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/tank Makefile ports/games/tank/files patch-Makefile.Linux.Mesa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:18:43 -0000 jeh 2004-12-04 19:18:43 UTC FreeBSD ports repository Modified files: games/tank Makefile games/tank/files patch-Makefile.Linux.Mesa Log: Allows games/tank to compile on fbsd 5/6 PR: 74681 Submitted by: MAINTAINER Revision Changes Path 1.29 +0 -4 ports/games/tank/Makefile 1.5 +4 -4 ports/games/tank/files/patch-Makefile.Linux.Mesa From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:19:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66DFC16A4CE; Sat, 4 Dec 2004 19:19:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 469E943D5F; Sat, 4 Dec 2004 19:19:41 +0000 (GMT) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JJfVD076138; Sat, 4 Dec 2004 19:19:41 GMT (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4JJfG0076137; Sat, 4 Dec 2004 19:19:41 GMT (envelope-from blackend) Message-Id: <200412041919.iB4JJfG0076137@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 4 Dec 2004 19:19:41 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/desktop chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:19:41 -0000 blackend 2004-12-04 19:19:41 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/desktop chapter.sgml Log: Update acroread package name and remove a note about various versions available since we only have one version now. Revision Changes Path 1.45 +2 -13 doc/en_US.ISO8859-1/books/handbook/desktop/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:26:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09D2016A4CE; Sat, 4 Dec 2004 19:26:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDACA43D2F; Sat, 4 Dec 2004 19:26:29 +0000 (GMT) (envelope-from cjh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JQThP081673; Sat, 4 Dec 2004 19:26:29 GMT (envelope-from cjh@repoman.freebsd.org) Received: (from cjh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4JQTam081672; Sat, 4 Dec 2004 19:26:29 GMT (envelope-from cjh) Message-Id: <200412041926.iB4JQTam081672@repoman.freebsd.org> From: CHOI Junho Date: Sat, 4 Dec 2004 19:26:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/korean/imhangul Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:26:30 -0000 cjh 2004-12-04 19:26:29 UTC FreeBSD ports repository Modified files: korean/imhangul Makefile distinfo Log: Update to 0.9.11. Revision Changes Path 1.6 +3 -3 ports/korean/imhangul/Makefile 1.4 +2 -2 ports/korean/imhangul/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:34:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50C1316A4CE; Sat, 4 Dec 2004 19:34:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DC0D43D5C; Sat, 4 Dec 2004 19:34:18 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JYHJG082309; Sat, 4 Dec 2004 19:34:18 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4JYHI9082308; Sat, 4 Dec 2004 19:34:17 GMT (envelope-from arved) Message-Id: <200412041934.iB4JYHI9082308@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 19:34:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ddd Makefile distinfo ports/devel/ddd/files patch-configure patch-ddd::LiterateA.C patch-libiberty::strerror.c patch-libiberty::strsignal.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:34:18 -0000 arved 2004-12-04 19:34:17 UTC FreeBSD ports repository Modified files: devel/ddd Makefile distinfo devel/ddd/files patch-configure patch-ddd::LiterateA.C patch-ddd::Makefile.in patch-ddd::TTYAgent.C Removed files: devel/ddd/files patch-libiberty::strerror.c patch-libiberty::strsignal.c Log: Update to 3.3.10 PR: 74176 Submitted by: Sergio Mangialardi Revision Changes Path 1.60 +2 -2 ports/devel/ddd/Makefile 1.23 +2 -2 ports/devel/ddd/distinfo 1.3 +4 -4 ports/devel/ddd/files/patch-configure 1.3 +6 -6 ports/devel/ddd/files/patch-ddd::LiterateA.C 1.3 +3 -3 ports/devel/ddd/files/patch-ddd::Makefile.in 1.3 +2 -2 ports/devel/ddd/files/patch-ddd::TTYAgent.C 1.3 +0 -18 ports/devel/ddd/files/patch-libiberty::strerror.c (dead) 1.3 +0 -19 ports/devel/ddd/files/patch-libiberty::strsignal.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:37:29 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11AA916A4CE; Sat, 4 Dec 2004 19:37:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E777943D66; Sat, 4 Dec 2004 19:37:28 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JbSOR083363; Sat, 4 Dec 2004 19:37:28 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4JbSxb083362; Sat, 4 Dec 2004 19:37:28 GMT (envelope-from marcus) Message-Id: <200412041937.iB4JbSxb083362@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 19:37:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/totem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:37:29 -0000 marcus 2004-12-04 19:37:28 UTC FreeBSD ports repository Modified files: multimedia/totem Makefile Log: Prepare totem to be a master port. Revision Changes Path 1.43 +4 -4 ports/multimedia/totem/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:38:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79ADA16A4CE; Sat, 4 Dec 2004 19:38:05 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2215443D31; Sat, 4 Dec 2004 19:38:05 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-184-243.dsl.snfc21.pacbell.net [64.171.184.243]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iB4Jc0C4001510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Dec 2004 11:38:01 -0800 Message-ID: <41B211EA.6070807@root.org> Date: Sat, 04 Dec 2004 11:37:14 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <20041203120940.5573116A515@hub.freebsd.org> <41B091E8.2060807@root.org> <20041204024212.K18185@mail.chesapeake.net> <20041204075743.GL69608@elvis.mu.org> In-Reply-To: <20041204075743.GL69608@elvis.mu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: Jeff Roberson cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:38:05 -0000 Alfred Perlstein wrote: > * Jeff Roberson [041203 23:42] wrote: > >>On Fri, 3 Dec 2004, Nate Lawson wrote: >> >> >>>I think that breaking vprint() into multiple lines is not a good idea. >>>Bruce pointed this out to me when I was doing the v_tag changes a while ago. >> >>What's the reason? > > > possibility of it being non-atomically written to the log files? > > -Alfred No, grep and general style considerations. At the risk of ruining the daemon discussion, I think it would be good to have a style(9printf). It would be good to have some more consistency about CaPs, etc. -- Nate From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:39:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA26516A4CE; Sat, 4 Dec 2004 19:39:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97E543D6D; Sat, 4 Dec 2004 19:39:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Jd347083479; Sat, 4 Dec 2004 19:39:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4Jd3Wf083478; Sat, 4 Dec 2004 19:39:03 GMT (envelope-from marcus) Message-Id: <200412041939.iB4Jd3Wf083478@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 19:39:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia Makefileports/multimedia/totem-gstreamer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:39:04 -0000 marcus 2004-12-04 19:39:03 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/totem-gstreamer Makefile Log: Add totem-gstreamer, a slave port to totem that enables the gstreamer backend. This port will be used as a dependency for the upcoming GNOME 2.10. Revision Changes Path 1.95 +1 -0 ports/multimedia/Makefile 1.1 +18 -0 ports/multimedia/totem-gstreamer/Makefile (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:40:05 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 434C916A4CE; Sat, 4 Dec 2004 19:40:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2381F43D6A; Sat, 4 Dec 2004 19:40:05 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Je5tS083554; Sat, 4 Dec 2004 19:40:05 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4Je490083553; Sat, 4 Dec 2004 19:40:04 GMT (envelope-from marcus) Message-Id: <200412041940.iB4Je490083553@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 19:40:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:40:05 -0000 marcus 2004-12-04 19:40:04 UTC FreeBSD ports repository Modified files: . modules Log: totem-gstreamer --> ports/multimedia/totem-gstreamer Revision Changes Path 1.11497 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 4 19:44:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D41A16A4CE; Sat, 4 Dec 2004 19:44:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D13143D2D; Sat, 4 Dec 2004 19:44:48 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4JilKt084960; Sat, 4 Dec 2004 19:44:47 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4Jilsb084959; Sat, 4 Dec 2004 19:44:47 GMT (envelope-from arved) Message-Id: <200412041944.iB4Jilsb084959@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 19:44:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/cvsplot Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 19:44:48 -0000 arved 2004-12-04 19:44:47 UTC FreeBSD ports repository Modified files: devel/cvsplot Makefile distinfo Log: Update to 1.7.4 It is now possible to specify groups of users in order to produce per-group usage graphs, and a switch has been added to specify a set of arguments to pass to all invocations of CVS. PR: 74678 Submitted by: Erik Greenwald Revision Changes Path 1.16 +1 -1 ports/devel/cvsplot/Makefile 1.9 +2 -2 ports/devel/cvsplot/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 20:06:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6559F16A4CE; Sat, 4 Dec 2004 20:06:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44EF743D4C; Sat, 4 Dec 2004 20:06:56 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4K6uwG086816; Sat, 4 Dec 2004 20:06:56 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4K6uTZ086815; Sat, 4 Dec 2004 20:06:56 GMT (envelope-from simon) Message-Id: <200412042006.iB4K6uTZ086815@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 4 Dec 2004 20:06:56 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/bibliography chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:06:56 -0000 simon 2004-12-04 20:06:56 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/bibliography chapter.sgml Log: Note that the "The C Programming Language" entry is actually about the second edition. PR: docs/74666 Submitted by: Joel Dahl Revision Changes Path 1.74 +1 -1 doc/en_US.ISO8859-1/books/handbook/bibliography/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 20:21:56 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BF7416A4CE; Sat, 4 Dec 2004 20:21:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8AB43D3F; Sat, 4 Dec 2004 20:21:56 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KLu5d087258; Sat, 4 Dec 2004 20:21:56 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4KLu3O087257; Sat, 4 Dec 2004 20:21:56 GMT (envelope-from arved) Message-Id: <200412042021.iB4KLu3O087257@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 20:21:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/mlmmj Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:21:56 -0000 arved 2004-12-04 20:21:55 UTC FreeBSD ports repository Modified files: mail/mlmmj Makefile distinfo pkg-plist Log: Update to 1.0.0 PR: 74515 Submitted by: Christian Laursen Revision Changes Path 1.9 +4 -5 ports/mail/mlmmj/Makefile 1.9 +2 -2 ports/mail/mlmmj/distinfo 1.6 +30 -13 ports/mail/mlmmj/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 20:23:16 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA59B16A4CE; Sat, 4 Dec 2004 20:23:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9940943D39; Sat, 4 Dec 2004 20:23:16 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KNGts087305; Sat, 4 Dec 2004 20:23:16 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4KNG8Q087304; Sat, 4 Dec 2004 20:23:16 GMT (envelope-from simon) Message-Id: <200412042023.iB4KNG8Q087304@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 4 Dec 2004 20:23:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:23:16 -0000 simon 2004-12-04 20:23:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: - Remove contractions. - Correct spelling and grammar. PR: docs/74668 Submitted by: Joel Dahl Revision Changes Path 1.248 +12 -12 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 20:34:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E3516A4CE; Sat, 4 Dec 2004 20:34:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D10043D48; Sat, 4 Dec 2004 20:34:07 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KY7jn087613; Sat, 4 Dec 2004 20:34:07 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4KY754087612; Sat, 4 Dec 2004 20:34:07 GMT (envelope-from adamw) Message-Id: <200412042034.iB4KY754087612@repoman.freebsd.org> From: Adam Weinberger Date: Sat, 4 Dec 2004 20:34:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/thunderbird Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:34:07 -0000 adamw 2004-12-04 20:34:06 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile distinfo Log: Update to 1.0rc. Revision Changes Path 1.34 +11 -11 ports/mail/thunderbird/Makefile 1.14 +2 -2 ports/mail/thunderbird/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 20:42:13 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E86A16A4CE; Sat, 4 Dec 2004 20:42:13 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B55243D6D; Sat, 4 Dec 2004 20:42:13 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KgD8O087876; Sat, 4 Dec 2004 20:42:13 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4KgDmP087875; Sat, 4 Dec 2004 20:42:13 GMT (envelope-from arved) Message-Id: <200412042042.iB4KgDmP087875@repoman.freebsd.org> From: Tilman Linneweh Date: Sat, 4 Dec 2004 20:42:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/mmpython Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:42:13 -0000 arved 2004-12-04 20:42:13 UTC FreeBSD ports repository Modified files: multimedia/mmpython Makefile distinfo pkg-plist Log: Update to 0.4.7 PR: 74628 Submitted by: Lewis Thompson Revision Changes Path 1.15 +1 -1 ports/multimedia/mmpython/Makefile 1.11 +2 -2 ports/multimedia/mmpython/distinfo 1.7 +3 -6 ports/multimedia/mmpython/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 20:44:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA69616A4CE; Sat, 4 Dec 2004 20:44:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86FB443D5C; Sat, 4 Dec 2004 20:44:45 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KiiRP088024; Sat, 4 Dec 2004 20:44:45 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4Kii4d088023; Sat, 4 Dec 2004 20:44:44 GMT (envelope-from marcus) Message-Id: <200412042044.iB4Kii4d088023@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 20:44:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/gaim Makefile distinfo pkg-plist ports/net/gaim/files patch-src_log.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:44:45 -0000 marcus 2004-12-04 20:44:44 UTC FreeBSD ports repository Modified files: net/gaim Makefile distinfo pkg-plist Removed files: net/gaim/files patch-src_log.c Log: Update to 1.1.0. See http://sourceforge.net/project/shownotes.php?release_id=287250 for the list of changes. Spotted by: anders Revision Changes Path 1.160 +1 -1 ports/net/gaim/Makefile 1.93 +2 -2 ports/net/gaim/distinfo 1.2 +0 -16 ports/net/gaim/files/patch-src_log.c (dead) 1.70 +4 -0 ports/net/gaim/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 20:47:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E5E016A4CE; Sat, 4 Dec 2004 20:47:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11C1F43D4C; Sat, 4 Dec 2004 20:47:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Kl2lh088716; Sat, 4 Dec 2004 20:47:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4Kl2B5088712; Sat, 4 Dec 2004 20:47:02 GMT (envelope-from marcus) Message-Id: <200412042047.iB4Kl2B5088712@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 20:47:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/gaim-guifications Makefileports/net/meanwhile-gaim Makefile ports/net/gaim-openq Makefile ports/security/gaim-encryption Makefile ports/japanese/gaim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:47:03 -0000 marcus 2004-12-04 20:47:02 UTC FreeBSD ports repository Modified files: misc/gaim-guifications Makefile net/meanwhile-gaim Makefile net/gaim-openq Makefile security/gaim-encryption Makefile japanese/gaim Makefile Log: Chase the gaim-1.1.0 update. Revision Changes Path 1.22 +2 -0 ports/japanese/gaim/Makefile 1.18 +1 -0 ports/misc/gaim-guifications/Makefile 1.5 +1 -1 ports/net/gaim-openq/Makefile 1.15 +1 -0 ports/net/meanwhile-gaim/Makefile 1.18 +1 -1 ports/security/gaim-encryption/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 20:47:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E725216A4CE; Sat, 4 Dec 2004 20:47:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A0043D3F; Sat, 4 Dec 2004 20:47:45 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KljaB089086; Sat, 4 Dec 2004 20:47:45 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4KljBl089083; Sat, 4 Dec 2004 20:47:45 GMT (envelope-from simon) Message-Id: <200412042047.iB4KljBl089083@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 4 Dec 2004 20:47:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:47:46 -0000 simon 2004-12-04 20:47:45 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document a remote code execution vulnerability in bnc. Revision Changes Path 1.392 +35 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 20:56:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4387916A4CE; Sat, 4 Dec 2004 20:56:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22F6043D2F; Sat, 4 Dec 2004 20:56:17 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4KuHT6095043; Sat, 4 Dec 2004 20:56:17 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4KuG7x095042; Sat, 4 Dec 2004 20:56:16 GMT (envelope-from simon) Message-Id: <200412042056.iB4KuG7x095042@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 4 Dec 2004 20:56:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/bnc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 20:56:17 -0000 simon 2004-12-04 20:56:16 UTC FreeBSD ports repository (doc committer) Modified files: irc/bnc Makefile distinfo Log: Update to 2.9.1 to fix security vulnerability. Submitted by: Niels Heinen VuXML: http://vuxml.FreeBSD.org/9be819c6-4633-11d9-a9e7-0001020eed82.html Approved by: maintainer timeout With hat: secteam Revision Changes Path 1.13 +1 -1 ports/irc/bnc/Makefile 1.6 +2 -2 ports/irc/bnc/distinfo From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:10:03 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8627516A4CE; Sat, 4 Dec 2004 21:10:03 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7784643D2F; Sat, 4 Dec 2004 21:10:03 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4LA3uP095488; Sat, 4 Dec 2004 21:10:03 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4LA3Eh095487; Sat, 4 Dec 2004 21:10:03 GMT (envelope-from marcus) Message-Id: <200412042110.iB4LA3Eh095487@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 4 Dec 2004 21:10:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc/shared-mime-info Makefile ports/misc/shared-mime-info/files patch-Makefile.in patch-update-mime-database.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:10:03 -0000 marcus 2004-12-04 21:10:03 UTC FreeBSD ports repository Modified files: misc/shared-mime-info Makefile misc/shared-mime-info/files patch-update-mime-database.c Added files: misc/shared-mime-info/files patch-Makefile.in Log: Fix a potential overflow leading to incorrect MIME detection on 64-bit and bigendian platforms. See https://bugs.freedesktop.org/show_bug.cgi?id=1506 https://bugs.freedesktop.org/show_bug.cgi?id=1507 For more details. Reported by: Sean McNeil Obtained from: FreeDesktop CVS Revision Changes Path 1.24 +9 -0 ports/misc/shared-mime-info/Makefile 1.3 +16 -0 ports/misc/shared-mime-info/files/patch-Makefile.in (new) 1.4 +80 -2 ports/misc/shared-mime-info/files/patch-update-mime-database.c From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:12:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2041916A4CE; Sat, 4 Dec 2004 21:12:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC69643D31; Sat, 4 Dec 2004 21:12:13 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4LCDLA095635; Sat, 4 Dec 2004 21:12:13 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4LCD4P095630; Sat, 4 Dec 2004 21:12:13 GMT (envelope-from simon) Message-Id: <200412042112.iB4LCD4P095630@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 4 Dec 2004 21:12:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:12:14 -0000 simon 2004-12-04 21:12:13 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Add cvename to bnc vulnerability. Revision Changes Path 1.393 +2 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:21:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B04416A4CE; Sat, 4 Dec 2004 21:21:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A78043D2F; Sat, 4 Dec 2004 21:21:00 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4LKxRY095971; Sat, 4 Dec 2004 21:20:59 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4LKx2K095970; Sat, 4 Dec 2004 21:20:59 GMT (envelope-from pjd) Message-Id: <200412042120.iB4LKx2K095970@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 4 Dec 2004 21:20:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:21:00 -0000 pjd 2004-12-04 21:20:59 UTC FreeBSD src repository Modified files: sys/geom/raid3 g_raid3.c Log: When initializing device, set d_softc and d_no fields for all components, because we know it then and we need it when inserting a component which wasn't destroyed while device was running. Reported by: Michael Handler MFC after: 1 week Revision Changes Path 1.28 +4 -3 src/sys/geom/raid3/g_raid3.c From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:27:26 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DF7816A4CE; Sat, 4 Dec 2004 21:27:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E93B43D5F; Sat, 4 Dec 2004 21:27:26 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4LRQs1096325; Sat, 4 Dec 2004 21:27:26 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4LRQpA096324; Sat, 4 Dec 2004 21:27:26 GMT (envelope-from ahze) Message-Id: <200412042127.iB4LRQpA096324@repoman.freebsd.org> From: Michael Johnson Date: Sat, 4 Dec 2004 21:27:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/deskutils Makefileports/deskutils/nautilus-sendto Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:27:26 -0000 ahze 2004-12-04 21:27:26 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/nautilus-sendto Makefile distinfo pkg-descr pkg-plist Log: Add nautilus-sendto This application provide integration between nautilus , evolution , and gaim. - Nautilus context menu component ("Send To...") . - A dialog for insert the email acount or IM account which you want to send the file/files . o Contact with evolution-data-server and get the email accounts . o Contact with gaim (nautilus gaim plugin) and get the IM acccounts o You can send files packaged in varios formats - Plugin Support for gaim Revision Changes Path 1.169 +1 -0 ports/deskutils/Makefile 1.1 +33 -0 ports/deskutils/nautilus-sendto/Makefile (new) 1.1 +2 -0 ports/deskutils/nautilus-sendto/distinfo (new) 1.1 +11 -0 ports/deskutils/nautilus-sendto/pkg-descr (new) 1.1 +12 -0 ports/deskutils/nautilus-sendto/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:27:40 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A887316A4CE; Sat, 4 Dec 2004 21:27:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DE843D46; Sat, 4 Dec 2004 21:27:40 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4LRehS096358; Sat, 4 Dec 2004 21:27:40 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4LReKs096357; Sat, 4 Dec 2004 21:27:40 GMT (envelope-from ahze) Message-Id: <200412042127.iB4LReKs096357@repoman.freebsd.org> From: Michael Johnson Date: Sat, 4 Dec 2004 21:27:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:27:40 -0000 ahze 2004-12-04 21:27:40 UTC FreeBSD ports repository Modified files: . modules Log: nautilus-sendto --> ports/deskutils/nautilus-sendto Revision Changes Path 1.11498 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:27:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E67016A4CE; Sat, 4 Dec 2004 21:27:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F239A43D3F; Sat, 4 Dec 2004 21:27:52 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4LRqv9096382; Sat, 4 Dec 2004 21:27:52 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4LRqcc096381; Sat, 4 Dec 2004 21:27:52 GMT (envelope-from murray) Message-Id: <200412042127.iB4LRqcc096381@repoman.freebsd.org> From: Murray Stokely Date: Sat, 4 Dec 2004 21:27:52 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj current.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:27:53 -0000 murray 2004-12-04 21:27:52 UTC FreeBSD doc repository Modified files: en/docproj current.sgml Log: Update handbook 3rd edition project description. Revision Changes Path 1.75 +10 -5 www/en/docproj/current.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:29:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A7616A4CE; Sat, 4 Dec 2004 21:29:39 +0000 (GMT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BFC543D31; Sat, 4 Dec 2004 21:29:39 +0000 (GMT) (envelope-from peter@wemm.org) Received: from fw.wemm.org (canning.wemm.org [192.203.228.65]) by canning.wemm.org (Postfix) with ESMTP id E0A562A8D5; Sat, 4 Dec 2004 13:29:38 -0800 (PST) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (overcee.wemm.org [10.0.0.3]) by fw.wemm.org (Postfix) with ESMTP id 7B5FFE2B3; Sat, 4 Dec 2004 13:29:38 -0800 (PST) (envelope-from peter@wemm.org) Received: from overcee.wemm.org (localhost [127.0.0.1]) by overcee.wemm.org (8.13.1/8.13.1) with ESMTP id iB4LTc0O075503; Sat, 4 Dec 2004 13:29:38 -0800 (PST) (envelope-from peter@wemm.org) Received: from localhost (localhost [[UNIX: localhost]]) by overcee.wemm.org (8.13.1/8.13.1/Submit) id iB4LTb0a075502; Sat, 4 Dec 2004 13:29:37 -0800 (PST) (envelope-from peter@wemm.org) X-Authentication-Warning: overcee.wemm.org: peter set sender to peter@wemm.org using -f From: Peter Wemm To: Yar Tikhiy Date: Sat, 4 Dec 2004 13:29:37 -0800 User-Agent: KMail/1.7.1 References: <200412021901.iB2J1kMr097197@repoman.freebsd.org> In-Reply-To: <200412021901.iB2J1kMr097197@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412041329.37673.peter@wemm.org> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/mbr Makefile mbr.s src/sys/boot/i386/boot2 Makefile boot1.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:29:39 -0000 On Thursday 02 December 2004 11:01 am, Yar Tikhiy wrote: > yar 2004-12-02 19:01:46 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/boot/i386/mbr Makefile mbr.s > sys/boot/i386/boot2 Makefile boot1.S > Log: > MFC: Try using packet mode by default, but provide a user > with a knob to disable it at build time--flag 0x80 for > BOOT_MBR_FLAGS and BOOT_BOOT1_FLAGS. In fact, disabling > packet mode completely, even a test for it, should be > necessary only for old and brain-damaged machines FreeBSD 5 > will hardly run on. BTW: I tried to install 5.3-R on an empty 160G disk. I created a single 16G swap and the rest was a single fs (it was a test box). boot2 could not find the loader. Is this the same problem that you've fixed, or is this something else? Maybe having the rootfs start 16GB into the disk is a bad idea? -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:36:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC9116A4CE; Sat, 4 Dec 2004 21:36:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696F543D5F; Sat, 4 Dec 2004 21:36:59 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4LaxQr096868; Sat, 4 Dec 2004 21:36:59 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4LaxBx096867; Sat, 4 Dec 2004 21:36:59 GMT (envelope-from mezz) Message-Id: <200412042136.iB4LaxBx096867@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 4 Dec 2004 21:36:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors/gnome2-office Makefile ports/www/plugger-plugins-hubbe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:36:59 -0000 mezz 2004-12-04 21:36:59 UTC FreeBSD ports repository Modified files: editors/gnome2-office Makefile www/plugger-plugins-hubbe Makefile Log: Bump PORTREVISION for chase AbiWord2 -> abiword. Revision Changes Path 1.18 +2 -1 ports/editors/gnome2-office/Makefile 1.3 +2 -2 ports/www/plugger-plugins-hubbe/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:45:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6930916A4CE; Sat, 4 Dec 2004 21:45:17 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46C4443D31; Sat, 4 Dec 2004 21:45:17 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4LjHp8097155; Sat, 4 Dec 2004 21:45:17 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4LjGNN097154; Sat, 4 Dec 2004 21:45:16 GMT (envelope-from murray) Message-Id: <200412042145.iB4LjGNN097154@repoman.freebsd.org> From: Murray Stokely Date: Sat, 4 Dec 2004 21:45:16 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj current.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:45:17 -0000 murray 2004-12-04 21:45:16 UTC FreeBSD doc repository Modified files: en/docproj current.sgml Log: Add two new Documentation Projects : * Improve Index of the Handbook (adding more indexterms, identifying misplaced indexterms, etc..) * Modernize the website with CSS Revision Changes Path 1.76 +54 -2 www/en/docproj/current.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:46:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6CD616A4CE; Sat, 4 Dec 2004 21:46:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 795EB43D1D; Sat, 4 Dec 2004 21:46:49 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4LknUN097428; Sat, 4 Dec 2004 21:46:49 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4Lkndf097427; Sat, 4 Dec 2004 21:46:49 GMT (envelope-from mezz) Message-Id: <200412042146.iB4Lkndf097427@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 4 Dec 2004 21:46:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports MOVED ports/editors Makefile CVSROOT modules ports/editors/AbiWord2 Makefile distinfo pkg-descr pkg-plist ports/editors/AbiWord2/files patch-GNUmakefile.in patch-af patch-an patch-aq patch-ar ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:46:49 -0000 mezz 2004-12-04 21:46:48 UTC FreeBSD ports repository Modified files: . MOVED editors Makefile . modules editors/abiword Makefile distinfo pkg-descr pkg-plist editors/abiword/files patch-GNUmakefile.in patch-an patch-aq patch-ar patch-src_af_util_xp_ut_iconv.cpp Added files: editors/abiword pkg-install editors/abiword/files patch-abiword.desktop Removed files: editors/AbiWord2 Makefile distinfo pkg-descr pkg-plist editors/AbiWord2/files patch-GNUmakefile.in patch-af patch-an patch-aq patch-ar patch-src::af::ev::unix::ev_UnixMenu.cpp patch-src::wp::ap::xp::ap_Menu_Functions.cpp patch-src_af_util_xp_ut_iconv.cpp patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.h patch-src_pkg_linux_rpm_data_abiword.desktop editors/abiword/files patch-src::af::ev::unix::ev_UnixMenu.cpp patch-src::wp::ap::xp::ap_Menu_Functions.cpp patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.h patch-src_pkg_linux_rpm_data_abiword.desktop Log: -Move editors/AbiWord2 -> editors/abiword -Update to 2.2.1, see the detail: http://www.abisource.com/release-notes/2.2.1.phtml Revision Changes Path 1.11499 +1 -1 CVSROOT/modules 1.578 +2 -1 ports/MOVED 1.99 +0 -128 ports/editors/AbiWord2/Makefile (dead) 1.46 +0 -2 ports/editors/AbiWord2/distinfo (dead) 1.2 +0 -49 ports/editors/AbiWord2/files/patch-GNUmakefile.in (dead) 1.5 +0 -11 ports/editors/AbiWord2/files/patch-af (dead) 1.7 +0 -51 ports/editors/AbiWord2/files/patch-an (dead) 1.5 +0 -28 ports/editors/AbiWord2/files/patch-aq (dead) 1.4 +0 -14 ports/editors/AbiWord2/files/patch-ar (dead) 1.2 +0 -47 ports/editors/AbiWord2/files/patch-src::af::ev::unix::ev_UnixMenu.cpp (dead) 1.2 +0 -135 ports/editors/AbiWord2/files/patch-src::wp::ap::xp::ap_Menu_Functions.cpp (dead) 1.2 +0 -13 ports/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp (dead) 1.2 +0 -11 ports/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.h (dead) 1.3 +0 -11 ports/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop (dead) 1.5 +0 -22 ports/editors/AbiWord2/pkg-descr (dead) 1.41 +0 -427 ports/editors/AbiWord2/pkg-plist (dead) 1.302 +1 -1 ports/editors/Makefile 1.99 +28 -52 ports/editors/abiword/Makefile 1.46 +2 -2 ports/editors/abiword/distinfo 1.2 +5 -5 ports/editors/abiword/files/patch-GNUmakefile.in 1.1 +14 -0 ports/editors/abiword/files/patch-abiword.desktop (new) 1.7 +12 -25 ports/editors/abiword/files/patch-an 1.5 +6 -7 ports/editors/abiword/files/patch-aq 1.4 +1 -1 ports/editors/abiword/files/patch-ar 1.2 +0 -47 ports/editors/abiword/files/patch-src::af::ev::unix::ev_UnixMenu.cpp (dead) 1.2 +0 -135 ports/editors/abiword/files/patch-src::wp::ap::xp::ap_Menu_Functions.cpp (dead) 1.2 +10 -12 ports/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp 1.2 +0 -11 ports/editors/abiword/files/patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.h (dead) 1.3 +0 -11 ports/editors/abiword/files/patch-src_pkg_linux_rpm_data_abiword.desktop (dead) 1.5 +3 -3 ports/editors/abiword/pkg-descr 1.1 +5 -0 ports/editors/abiword/pkg-install (new) 1.41 +282 -422 ports/editors/abiword/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:51:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC21C16A4CE; Sat, 4 Dec 2004 21:51:41 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A5D543D60; Sat, 4 Dec 2004 21:51:41 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id iB4Lpe4N016191; Sat, 4 Dec 2004 13:51:41 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id iB4LpeKE016190; Sat, 4 Dec 2004 13:51:40 -0800 (PST) (envelope-from obrien) Date: Sat, 4 Dec 2004 13:51:40 -0800 From: "David O'Brien" To: Pav Lucistnik Message-ID: <20041204215140.GA16095@dragon.nuxi.com> References: <200411152105.iAFL5IVe013442@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411152105.iAFL5IVe013442@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.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 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:51:42 -0000 On Mon, Nov 15, 2004 at 09:05:18PM +0000, Pav Lucistnik wrote: > pav 2004-11-15 21:05:18 UTC > > FreeBSD ports repository > > Modified files: > . Makefile > Log: > - In fetchindex target: > Fetch bzip2 compressed copy of INDEX and decompress locally. This should > cut down both time and bandwidth. > Approved by: kris (portmgr hat) Can we add '-k' to the bunzip2 invocation? Otherwise the -m in FETCHINDEX is useless. -- -- David (obrien@FreeBSD.org) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 21:58:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC11716A4CE; Sat, 4 Dec 2004 21:58:50 +0000 (GMT) Received: from hood.oook.cz (hood.oook.cz [212.27.205.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69A743D5F; Sat, 4 Dec 2004 21:58:49 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (localhost.oook.cz [127.0.0.1]) by hood.oook.cz (8.13.1/8.13.1) with ESMTP id iB4LwmKa051287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Dec 2004 22:58:48 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by hood.oook.cz (8.13.1/8.13.1/Submit) id iB4LwmX6051286; Sat, 4 Dec 2004 22:58:48 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: hood.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: obrien@FreeBSD.org In-Reply-To: <20041204215140.GA16095@dragon.nuxi.com> References: <200411152105.iAFL5IVe013442@repoman.freebsd.org> <20041204215140.GA16095@dragon.nuxi.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7f3l1V5SI3xm08FuiUGE" Date: Sat, 04 Dec 2004 22:58:47 +0100 Message-Id: <1102197527.39934.13.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pav@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 21:58:50 -0000 --=-7f3l1V5SI3xm08FuiUGE Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable David O'Brien p=ED=B9e v so 04. 12. 2004 v 13:51 -0800: > On Mon, Nov 15, 2004 at 09:05:18PM +0000, Pav Lucistnik wrote: > > pav 2004-11-15 21:05:18 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > . Makefile=20 > > Log: > > - In fetchindex target: > > Fetch bzip2 compressed copy of INDEX and decompress locally. This s= hould > > cut down both time and bandwidth. > > Approved by: kris (portmgr hat) >=20 > Can we add '-k' to the bunzip2 invocation? Otherwise the -m in > FETCHINDEX is useless. If it does not break anything and you're sure it's a good thing to do, please commit :) I did this as a drive-by and I'm not feeling like father of that target. :) --=20 Pav Lucistnik Nazgul have poisoned your lembas. --=-7f3l1V5SI3xm08FuiUGE Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?iso-8859-2?Q?digit=E1ln=EC?= =?ISO-8859-1?Q?_podepsan=E1?= =?iso-8859-2?Q?_=E8=E1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBsjMXntdYP8FOsoIRAh+VAKCJHOjjri+H4d/xBOfxNFEurzJtoQCglqvM DHLPkIn+JMaxGvFdVF+gn5g= =ETz9 -----END PGP SIGNATURE----- --=-7f3l1V5SI3xm08FuiUGE-- From owner-cvs-all@FreeBSD.ORG Sat Dec 4 22:02:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8980B16A4CE; Sat, 4 Dec 2004 22:02:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 674F643D2D; Sat, 4 Dec 2004 22:02:31 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4M2VfJ097980; Sat, 4 Dec 2004 22:02:31 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4M2VmG097979; Sat, 4 Dec 2004 22:02:31 GMT (envelope-from alc) Message-Id: <200412042202.iB4M2VmG097979@repoman.freebsd.org> From: Alan Cox Date: Sat, 4 Dec 2004 22:02:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:02:31 -0000 alc 2004-12-04 22:02:31 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: Replace (inlined) pmap_pte() calls with smaller, faster code where possible, such as the inner loop of pmap_copy(). Remove two comments that apply to i386 but not amd64. Revision Changes Path 1.511 +7 -7 src/sys/amd64/amd64/pmap.c From owner-cvs-all@FreeBSD.ORG Sat Dec 4 22:08:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D9E316A4CE; Sat, 4 Dec 2004 22:08:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C3DC43D53; Sat, 4 Dec 2004 22:08:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4M8IZY098212; Sat, 4 Dec 2004 22:08:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4M8IF0098211; Sat, 4 Dec 2004 22:08:18 GMT (envelope-from pav) Message-Id: <200412042208.iB4M8IF0098211@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 4 Dec 2004 22:08:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print/gimp-print Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:08:18 -0000 pav 2004-12-04 22:08:18 UTC FreeBSD ports repository Modified files: print/gimp-print Makefile Log: - Finish what adamw started: bump PORTREVISION and update pre-everything:: Revision Changes Path 1.24 +2 -1 ports/print/gimp-print/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 22:17:07 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99AE316A4CE; Sat, 4 Dec 2004 22:17:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779D743D53; Sat, 4 Dec 2004 22:17:07 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4MH7Mf098584; Sat, 4 Dec 2004 22:17:07 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4MH7U2098583; Sat, 4 Dec 2004 22:17:07 GMT (envelope-from murray) Message-Id: <200412042217.iB4MH7U2098583@repoman.freebsd.org> From: Murray Stokely Date: Sat, 4 Dec 2004 22:17:07 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:17:07 -0000 murray 2004-12-04 22:17:07 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Add id attributes to sections, and remove one static reference ('see the blah blah section') to an xref, which will automatically be updated should the section name change or be moved. Revision Changes Path 1.249 +16 -17 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 22:20:53 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD51C16A4CE; Sat, 4 Dec 2004 22:20:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD9843D39; Sat, 4 Dec 2004 22:20:53 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4MKr3v098782; Sat, 4 Dec 2004 22:20:53 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4MKrWt098781; Sat, 4 Dec 2004 22:20:53 GMT (envelope-from mezz) Message-Id: <200412042220.iB4MKrWt098781@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 4 Dec 2004 22:20:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/editors Makefile ports/editors/abiword-plugins Makefile pkg-descr pkg-plist ports/editors/abiword-plugins/files patch-tools::aiksaurus::xp::AiksaurusABI.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:20:54 -0000 mezz 2004-12-04 22:20:53 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/abiword-plugins Makefile pkg-descr pkg-plist editors/abiword-plugins/files patch-tools::aiksaurus::xp::AiksaurusABI.cpp Log: AbiWord Plugins extend AbiWord in various ways. Note that some of these plugins are not available on all platforms that AbiWord supports. The plugins are often packaged as bundles for your convenience. One bundle is comprised of import and export plugins, which read and write various file and component formats, and the other bundle is comprised of tools and utilities that perform various helpful tasks from within AbiWord. WWW: http://www.abisource.com/twiki/bin/view/Abiword/PluginMatrix Revision Changes Path 1.303 +1 -0 ports/editors/Makefile 1.1 +358 -0 ports/editors/abiword-plugins/Makefile (new) 1.1 +16 -0 ports/editors/abiword-plugins/files/patch-tools::aiksaurus::xp::AiksaurusABI.cpp (new) 1.1 +9 -0 ports/editors/abiword-plugins/pkg-descr (new) 1.1 +30 -0 ports/editors/abiword-plugins/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 22:22:31 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E52816A4CE; Sat, 4 Dec 2004 22:22:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E06F443D3F; Sat, 4 Dec 2004 22:22:30 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4MMUWF098851; Sat, 4 Dec 2004 22:22:30 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4MMUPa098850; Sat, 4 Dec 2004 22:22:30 GMT (envelope-from mezz) Message-Id: <200412042222.iB4MMUPa098850@repoman.freebsd.org> From: Jeremy Messenger Date: Sat, 4 Dec 2004 22:22:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:22:31 -0000 mezz 2004-12-04 22:22:30 UTC FreeBSD ports repository Modified files: . modules Log: abiword-plugins --> ports/editors/abiword-plugins Revision Changes Path 1.11500 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Dec 4 22:32:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED1816A4CE; Sat, 4 Dec 2004 22:32:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BA8C43D2F; Sat, 4 Dec 2004 22:32:24 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4MWNjh099167; Sat, 4 Dec 2004 22:32:23 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4MWNd4099166; Sat, 4 Dec 2004 22:32:23 GMT (envelope-from murray) Message-Id: <200412042232.iB4MWNd4099166@repoman.freebsd.org> From: Murray Stokely Date: Sat, 4 Dec 2004 22:32:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj current.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:32:24 -0000 murray 2004-12-04 22:32:23 UTC FreeBSD doc repository Modified files: en/docproj current.sgml Log: Remove the second edition Handbook project, as it's long since completed. Add a project to clean up the recently submitted firewalls section of the Handbook. Much work has been done over the past few months, but work still remains. Revision Changes Path 1.77 +24 -19 www/en/docproj/current.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 22:34:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4A2B16A4CE; Sat, 4 Dec 2004 22:34:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 793D143D5C; Sat, 4 Dec 2004 22:34:44 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4MYiI4099219; Sat, 4 Dec 2004 22:34:44 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4MYi8Y099218; Sat, 4 Dec 2004 22:34:44 GMT (envelope-from murray) Message-Id: <200412042234.iB4MYi8Y099218@repoman.freebsd.org> From: Murray Stokely Date: Sat, 4 Dec 2004 22:34:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/events events.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:34:45 -0000 murray 2004-12-04 22:34:43 UTC FreeBSD doc repository Modified files: en/events events.css Log: CSS requires C-style comments, not SGML-style comments. Revision Changes Path 1.2 +1 -1 www/en/events/events.css From owner-cvs-all@FreeBSD.ORG Sat Dec 4 22:47:46 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ECAA16A4CE; Sat, 4 Dec 2004 22:47:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D63E43D55; Sat, 4 Dec 2004 22:47:46 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4Mljie099703; Sat, 4 Dec 2004 22:47:45 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4MljXU099702; Sat, 4 Dec 2004 22:47:45 GMT (envelope-from obrien) Message-Id: <200412042247.iB4MljXU099702@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 4 Dec 2004 22:47:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/math/octave Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 22:47:46 -0000 obrien 2004-12-04 22:47:45 UTC FreeBSD ports repository Modified files: math/octave Makefile Log: Remove dependancy on REINPLACE. Revision Changes Path 1.51 +3 -5 ports/math/octave/Makefile From owner-cvs-all@FreeBSD.ORG Sat Dec 4 23:02:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5762E16A4CE; Sat, 4 Dec 2004 23:02:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 307C643D64; Sat, 4 Dec 2004 23:02:41 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4N2fS7000304; Sat, 4 Dec 2004 23:02:41 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4N2flE000303; Sat, 4 Dec 2004 23:02:41 GMT (envelope-from murray) Message-Id: <200412042302.iB4N2flE000303@repoman.freebsd.org> From: Murray Stokely Date: Sat, 4 Dec 2004 23:02:40 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en freebsd.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:02:41 -0000 murray 2004-12-04 23:02:40 UTC FreeBSD doc repository Modified files: en freebsd.css Log: Add CSS for colored headings used by docprojc/current article. Add CSS for nice tasklist table from projects/c99/style.css. Revision Changes Path 1.2 +23 -1 www/en/freebsd.css From owner-cvs-all@FreeBSD.ORG Sat Dec 4 23:04:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D99C16A4CE; Sat, 4 Dec 2004 23:04:08 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB8D43D3F; Sat, 4 Dec 2004 23:04:08 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4N48D9000351; Sat, 4 Dec 2004 23:04:08 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4N488e000350; Sat, 4 Dec 2004 23:04:08 GMT (envelope-from murray) Message-Id: <200412042304.iB4N488e000350@repoman.freebsd.org> From: Murray Stokely Date: Sat, 4 Dec 2004 23:04:08 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/docproj current.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:04:08 -0000 murray 2004-12-04 23:04:08 UTC FreeBSD doc repository Modified files: en/docproj current.sgml Log: Use CSS for headings instead of tags. Use the base freebsd.css file instead of projects/c99/style.css. Revision Changes Path 1.78 +28 -28 www/en/docproj/current.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 23:12:39 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 262B516A4CE; Sat, 4 Dec 2004 23:12:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0502A43D31; Sat, 4 Dec 2004 23:12:39 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NCcKC000664; Sat, 4 Dec 2004 23:12:38 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4NCcBU000663; Sat, 4 Dec 2004 23:12:38 GMT (envelope-from murray) Message-Id: <200412042312.iB4NCcBU000663@repoman.freebsd.org> From: Murray Stokely Date: Sat, 4 Dec 2004 23:12:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/smp index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:12:39 -0000 murray 2004-12-04 23:12:38 UTC FreeBSD doc repository Modified files: en/smp index.sgml Log: Use tasklist CSS rules for more aesthetically pleasing tables. Revision Changes Path 1.139 +9 -9 www/en/smp/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 23:23:48 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE1EF16A4CE; Sat, 4 Dec 2004 23:23:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE09143D1D; Sat, 4 Dec 2004 23:23:48 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NNmGL001057; Sat, 4 Dec 2004 23:23:48 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4NNmhW001056; Sat, 4 Dec 2004 23:23:48 GMT (envelope-from murray) Message-Id: <200412042323.iB4NNmhW001056@repoman.freebsd.org> From: Murray Stokely Date: Sat, 4 Dec 2004 23:23:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:23:49 -0000 murray 2004-12-04 23:23:48 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Use tasklist CSS rules for more aesthetic tables. Revision Changes Path 1.128 +4 -4 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Sat Dec 4 23:26:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14AC816A4CE; Sat, 4 Dec 2004 23:26:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7A1343D4C; Sat, 4 Dec 2004 23:26:46 +0000 (GMT) (envelope-from marks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NQk05001169; Sat, 4 Dec 2004 23:26:46 GMT (envelope-from marks@repoman.freebsd.org) Received: (from marks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4NQkCe001168; Sat, 4 Dec 2004 23:26:46 GMT (envelope-from marks) Message-Id: <200412042326.iB4NQkCe001168@repoman.freebsd.org> From: Mark Santcroos Date: Sat, 4 Dec 2004 23:26:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:26:47 -0000 marks 2004-12-04 23:26:46 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Document ACPI tunable hw.acpi.serialize_methods. Also reorder tunables. Approved by: njl MFC after: 1 week Revision Changes Path 1.41 +10 -4 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Sat Dec 4 23:30:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A61816A4CE; Sat, 4 Dec 2004 23:30:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BB343D64; Sat, 4 Dec 2004 23:30:36 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NUash001339; Sat, 4 Dec 2004 23:30:36 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4NUaVQ001338; Sat, 4 Dec 2004 23:30:36 GMT (envelope-from kris) Message-Id: <200412042330.iB4NUaVQ001338@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 4 Dec 2004 23:30:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.x11-4.dist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:30:36 -0000 kris 2004-12-04 23:30:36 UTC FreeBSD src repository Modified files: etc/mtree BSD.local.dist BSD.x11-4.dist Log: Add more frequently-used locale directories. This is in preparation for cleanup of pkg-plist files with respect to handling of the share/locale subdirectories. MFC after: 3 days Revision Changes Path 1.113 +192 -0 src/etc/mtree/BSD.local.dist 1.25 +214 -0 src/etc/mtree/BSD.x11-4.dist From owner-cvs-all@FreeBSD.ORG Sat Dec 4 23:47:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9930716A4CE; Sat, 4 Dec 2004 23:47:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 742B043D62; Sat, 4 Dec 2004 23:47:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NlKBC003858; Sat, 4 Dec 2004 23:47:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4NlKZ4003857; Sat, 4 Dec 2004 23:47:20 GMT (envelope-from pav) Message-Id: <200412042347.iB4NlKZ4003857@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 4 Dec 2004 23:47:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/gdesklets-goodweather Makefile ports/astro/gdesklets-goodweather/files patch-GoodWeather.display X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:47:20 -0000 pav 2004-12-04 23:47:20 UTC FreeBSD ports repository Modified files: astro/gdesklets-goodweather Makefile Added files: astro/gdesklets-goodweather/files patch-GoodWeather.display Log: - Fix runtime PR: ports/74648 Submitted by: Vaida Bogdan Revision Changes Path 1.11 +1 -1 ports/astro/gdesklets-goodweather/Makefile 1.1 +11 -0 ports/astro/gdesklets-goodweather/files/patch-GoodWeather.display (new) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 23:51:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F7BB16A4CE; Sat, 4 Dec 2004 23:51:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E02643D1F; Sat, 4 Dec 2004 23:51:25 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NpP7S004042; Sat, 4 Dec 2004 23:51:25 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4NpP6u004041; Sat, 4 Dec 2004 23:51:25 GMT (envelope-from ahze) Message-Id: <200412042351.iB4NpP6u004041@repoman.freebsd.org> From: Michael Johnson Date: Sat, 4 Dec 2004 23:51:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/ccache Makefile ports/devel/ccache/files ccache-howto-freebsd.txt.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:51:25 -0000 ahze 2004-12-04 23:51:25 UTC FreeBSD ports repository Modified files: devel/ccache Makefile devel/ccache/files ccache-howto-freebsd.txt.in Log: - Add a note about reinstalling libtool15 when you change CC/CXX - Add links to gcc/g++ Revision Changes Path 1.28 +1 -1 ports/devel/ccache/Makefile 1.3 +4 -1 ports/devel/ccache/files/ccache-howto-freebsd.txt.in From owner-cvs-all@FreeBSD.ORG Sat Dec 4 23:56:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 374E616A4CE; Sat, 4 Dec 2004 23:56:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1446E43D41; Sat, 4 Dec 2004 23:56:25 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NuO4c004224; Sat, 4 Dec 2004 23:56:24 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4NuODC004223; Sat, 4 Dec 2004 23:56:24 GMT (envelope-from pav) Message-Id: <200412042356.iB4NuODC004223@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 4 Dec 2004 23:56:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/shells/scponly Makefile distinfo ports/shells/scponly/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:56:25 -0000 pav 2004-12-04 23:56:24 UTC FreeBSD ports repository Modified files: shells/scponly Makefile distinfo Removed files: shells/scponly/files patch-aa Log: - Update to 4.0 PR: ports/74633 Submitted by: rushani (maintainer) Revision Changes Path 1.13 +22 -3 ports/shells/scponly/Makefile 1.9 +2 -2 ports/shells/scponly/distinfo 1.2 +0 -14 ports/shells/scponly/files/patch-aa (dead) From owner-cvs-all@FreeBSD.ORG Sat Dec 4 23:58:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 241F116A4CE; Sat, 4 Dec 2004 23:58:14 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171D443D62; Sat, 4 Dec 2004 23:58:14 +0000 (GMT) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iB4NwDRS004317; Sat, 4 Dec 2004 23:58:13 GMT (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iB4NwDdo004316; Sat, 4 Dec 2004 23:58:13 GMT (envelope-from alfred) Message-Id: <200412042358.iB4NwDdo004316@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 4 Dec 2004 23:58:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/irc/insub Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2004 23:58:14 -0000 alfred 2004-12-04 23:58:13 UTC FreeBSD ports repository Modified files: irc/insub Makefile distinfo Log: Update to 9.6. 9.6: Sat Dec 4 14:47:12 PST 2004 * fix critical bug in arg processing 9.5: Sat Dec 4 01:17:37 PST 2004 * moved -exec command into process(), so irssi can use it * fix bug that wouldn't let '0' be printed by itself * add -repeat flag ("-repeat 3 foo" becomes foofoofoo) * fix bug that would prevent a single character from displaying * retool -sine iterator a little better * minor code cleanup * make both -wave and -sine do the same thing Revision Changes Path 1.22 +3 -1 ports/irc/insub/Makefile 1.16 +2 -2 ports/irc/insub/distinfo