From owner-cvs-all@FreeBSD.ORG Sun Aug 6 00:15:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A47C16A4DD; Sun, 6 Aug 2006 00:15:41 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BECBC43D49; Sun, 6 Aug 2006 00:15:40 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k760FeFZ070367; Sun, 6 Aug 2006 00:15:40 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k760FeM6070366; Sun, 6 Aug 2006 00:15:40 GMT (envelope-from alc) Message-Id: <200608060015.k760FeM6070366@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 Aug 2006 00:15:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 00:15:41 -0000 alc 2006-08-06 00:15:40 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Change vm_page_sleep_if_busy() so that it no longer requires the caller to hold the page queues lock. Revision Changes Path 1.321 +2 -1 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 00:17:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D593A16A4DD; Sun, 6 Aug 2006 00:17:20 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B29543D67; Sun, 6 Aug 2006 00:17:18 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k760HIvP070492; Sun, 6 Aug 2006 00:17:18 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k760HIe8070491; Sun, 6 Aug 2006 00:17:18 GMT (envelope-from alc) Message-Id: <200608060017.k760HIe8070491@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 Aug 2006 00:17:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_fault.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 00:17:20 -0000 alc 2006-08-06 00:17:18 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Eliminate the acquisition and release of the page queues lock around a call to vm_page_sleep_if_busy(). Revision Changes Path 1.218 +2 -4 src/sys/vm/vm_fault.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 01:00:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE0F16A4DA; Sun, 6 Aug 2006 01:00:10 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A5FF43D45; Sun, 6 Aug 2006 01:00:10 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7610A6Z080125; Sun, 6 Aug 2006 01:00:10 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7610ApF080124; Sun, 6 Aug 2006 01:00:10 GMT (envelope-from alc) Message-Id: <200608060100.k7610ApF080124@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 Aug 2006 01:00:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 01:00:11 -0000 alc 2006-08-06 01:00:10 UTC FreeBSD src repository Modified files: sys/kern uipc_syscalls.c Log: Reduce the scope of the page queues lock in kern_sendfile() now that vm_page_sleep_if_busy() no longer requires the caller to hold the page queues lock. Revision Changes Path 1.236 +4 -4 src/sys/kern/uipc_syscalls.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 03:03:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EECEF16A4DA; Sun, 6 Aug 2006 03:03:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0661443D49; Sun, 6 Aug 2006 03:03:59 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7633wLs091404; Sun, 6 Aug 2006 03:03:58 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7633wdP091403; Sun, 6 Aug 2006 03:03:58 GMT (envelope-from rafan) Message-Id: <200608060303.k7633wdP091403@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 6 Aug 2006 03:03:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/jedit-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 03:04:00 -0000 rafan 2006-08-06 03:03:58 UTC FreeBSD ports repository Modified files: editors/jedit-devel Makefile distinfo Log: - Update to 4.3p6 - Require JDK 1.5+ now PR: ports/101370 Submitted by: Linh Pham (maintainer) Revision Changes Path 1.15 +3 -3 ports/editors/jedit-devel/Makefile 1.11 +3 -3 ports/editors/jedit-devel/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 6 03:04:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65CF416A4DD; Sun, 6 Aug 2006 03:04:16 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18C7443D49; Sun, 6 Aug 2006 03:04:14 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7634Dq5091436; Sun, 6 Aug 2006 03:04:14 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7634DPC091435; Sun, 6 Aug 2006 03:04:13 GMT (envelope-from rafan) Message-Id: <200608060304.k7634DPC091435@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 6 Aug 2006 03:04:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 03:04:16 -0000 rafan 2006-08-06 03:04:13 UTC FreeBSD ports repository Modified files: . UPDATING Log: - Mention latest editor/jedit-devel update Revision Changes Path 1.379 +9 -1 ports/UPDATING From owner-cvs-all@FreeBSD.ORG Sun Aug 6 03:34:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD43F16A4DA; Sun, 6 Aug 2006 03:34:08 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB14143D46; Sun, 6 Aug 2006 03:34:08 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k763Y80C093024; Sun, 6 Aug 2006 03:34:08 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k763Y88h093023; Sun, 6 Aug 2006 03:34:08 GMT (envelope-from scrappy) Message-Id: <200608060334.k763Y88h093023@repoman.freebsd.org> From: "Marc G. Fournier" Date: Sun, 6 Aug 2006 03:34:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/bsdstats Makefile pkg-descr pkg-message ports/sysutils/bsdstats/files 300.statistics X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 03:34:09 -0000 scrappy 2006-08-06 03:34:08 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/bsdstats Makefile pkg-descr pkg-message sysutils/bsdstats/files 300.statistics Log: Initial port for bsdstats script Submitted by: John Nielsen Revision Changes Path 1.818 +1 -0 ports/sysutils/Makefile 1.1 +27 -0 ports/sysutils/bsdstats/Makefile (new) 1.1 +29 -0 ports/sysutils/bsdstats/files/300.statistics (new) 1.1 +8 -0 ports/sysutils/bsdstats/pkg-descr (new) 1.1 +9 -0 ports/sysutils/bsdstats/pkg-message (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 03:34:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBB916A4DE; Sun, 6 Aug 2006 03:34:17 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4810943D46; Sun, 6 Aug 2006 03:34:17 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k763YHqO093068; Sun, 6 Aug 2006 03:34:17 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k763YHTC093067; Sun, 6 Aug 2006 03:34:17 GMT (envelope-from scrappy) Message-Id: <200608060334.k763YHTC093067@repoman.freebsd.org> From: "Marc G. Fournier" Date: Sun, 6 Aug 2006 03:34:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 03:34:17 -0000 scrappy 2006-08-06 03:34:17 UTC FreeBSD ports repository Modified files: . modules Log: bsdstats --> ports/sysutils/bsdstats Revision Changes Path 1.15912 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Aug 6 04:47:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8479A16A4E0; Sun, 6 Aug 2006 04:47:30 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C5D43D45; Sun, 6 Aug 2006 04:47:30 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k764lU1V005583; Sun, 6 Aug 2006 04:47:30 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k764lUUl005582; Sun, 6 Aug 2006 04:47:30 GMT (envelope-from delphij) Message-Id: <200608060447.k764lUUl005582@repoman.freebsd.org> From: Xin LI Date: Sun, 6 Aug 2006 04:47:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/zh_CN/news news.xml press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 04:47:30 -0000 delphij 2006-08-06 04:47:30 UTC FreeBSD doc repository Modified files: zh_CN/news news.xml press.xml Log: MFen news.xml: 1.410 -> 1.417 MFen press.xml: 1.201 -> 1.204 Revision Changes Path 1.3 +61 -1 www/zh_CN/news/news.xml 1.3 +42 -1 www/zh_CN/news/press.xml From owner-cvs-all@FreeBSD.ORG Sun Aug 6 04:49:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4569D16A4E0; Sun, 6 Aug 2006 04:49:34 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D465F43D4C; Sun, 6 Aug 2006 04:49:33 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k764nXJc005644; Sun, 6 Aug 2006 04:49:33 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k764nXKF005643; Sun, 6 Aug 2006 04:49:33 GMT (envelope-from delphij) Message-Id: <200608060449.k764nXKF005643@repoman.freebsd.org> From: Xin LI Date: Sun, 6 Aug 2006 04:49:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/zh_CN includes.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 04:49:34 -0000 delphij 2006-08-06 04:49:33 UTC FreeBSD doc repository Modified files: zh_CN includes.xsl Log: MFen www/share/sgml/includes.header.xsl,v 1.19 Obtained from: The FreeBSD Simplified Chinese Project Revision Changes Path 1.2 +3 -2 www/zh_CN/includes.xsl From owner-cvs-all@FreeBSD.ORG Sun Aug 6 04:58:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F27916A4DA; Sun, 6 Aug 2006 04:58:58 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B72243D49; Sun, 6 Aug 2006 04:58:58 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k764wv56006109; Sun, 6 Aug 2006 04:58:58 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k764wvMq006108; Sun, 6 Aug 2006 04:58:57 GMT (envelope-from vanilla) Message-Id: <200608060458.k764wvMq006108@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 6 Aug 2006 04:58:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 04:58:58 -0000 vanilla 2006-08-06 04:58:57 UTC FreeBSD ports repository Modified files: . modules Log: remove zh-arnettf, add zh-CJKUnifonts. Revision Changes Path 1.15913 +1 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Aug 6 05:00:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EA9C16A4DE; Sun, 6 Aug 2006 05:00:10 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C65AD43D49; Sun, 6 Aug 2006 05:00:09 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76509gF006185; Sun, 6 Aug 2006 05:00:09 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76509jq006184; Sun, 6 Aug 2006 05:00:09 GMT (envelope-from vanilla) Message-Id: <200608060500.k76509jq006184@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 6 Aug 2006 05:00:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 05:00:10 -0000 vanilla 2006-08-06 05:00:09 UTC FreeBSD ports repository Modified files: chinese Makefile Log: disconnect arnettf, connect CJKUnifonts. Revision Changes Path 1.233 +1 -1 ports/chinese/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 05:02:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F90A16A4DA; Sun, 6 Aug 2006 05:02:18 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D499043D45; Sun, 6 Aug 2006 05:02:17 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7652HJR006441; Sun, 6 Aug 2006 05:02:17 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7652HQn006440; Sun, 6 Aug 2006 05:02:17 GMT (envelope-from vanilla) Message-Id: <200608060502.k7652HQn006440@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 6 Aug 2006 05:02:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/chinese/arnettf Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 05:02:18 -0000 vanilla 2006-08-06 05:02:17 UTC FreeBSD ports repository Modified files: . MOVED Removed files: chinese/arnettf Makefile distinfo pkg-descr Log: Remove arnettf, it renamed to CJKUnifonts. Revision Changes Path 1.1109 +2 -1 ports/MOVED 1.8 +0 -32 ports/chinese/arnettf/Makefile (dead) 1.4 +0 -6 ports/chinese/arnettf/distinfo (dead) 1.2 +0 -7 ports/chinese/arnettf/pkg-descr (dead) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 05:05:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8FE316A4DA; Sun, 6 Aug 2006 05:05:14 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 663DF43D45; Sun, 6 Aug 2006 05:05:14 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7655EVc007856; Sun, 6 Aug 2006 05:05:14 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7655Eej007842; Sun, 6 Aug 2006 05:05:14 GMT (envelope-from vanilla) Message-Id: <200608060505.k7655Eej007842@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 6 Aug 2006 05:05:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 05:05:14 -0000 vanilla 2006-08-06 05:05:13 UTC FreeBSD ports repository Modified files: . MOVED Log: Correct the reason. (my fault). Revision Changes Path 1.1110 +2 -2 ports/MOVED From owner-cvs-all@FreeBSD.ORG Sun Aug 6 05:35:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D33216A4DD; Sun, 6 Aug 2006 05:35:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0985043D46; Sun, 6 Aug 2006 05:35:33 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k765ZWBe009259; Sun, 6 Aug 2006 05:35:32 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k765ZWoD009258; Sun, 6 Aug 2006 05:35:32 GMT (envelope-from rafan) Message-Id: <200608060535.k765ZWoD009258@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 6 Aug 2006 05:35:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/flamerobin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 05:35:33 -0000 rafan 2006-08-06 05:35:32 UTC FreeBSD ports repository Modified files: databases/flamerobin Makefile Log: - Use wxgtk2.6-unicode, bump PORTREVISION - Some cleanup PR: ports/101369 Submitted by: dindin (maintainer) Revision Changes Path 1.3 +15 -8 ports/databases/flamerobin/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 05:38:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 934EA16A4DD; Sun, 6 Aug 2006 05:38:14 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C47143D49; Sun, 6 Aug 2006 05:38:14 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k765cEoQ009354; Sun, 6 Aug 2006 05:38:14 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k765cEE2009353; Sun, 6 Aug 2006 05:38:14 GMT (envelope-from rafan) Message-Id: <200608060538.k765cEE2009353@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 6 Aug 2006 05:38:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/ecasound Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 05:38:14 -0000 rafan 2006-08-06 05:38:14 UTC FreeBSD ports repository Modified files: audio/ecasound Makefile Log: - Depend on readline port if library exists program will link it rather than a system one PR: ports/101437 Submitted by: Stanislav Sedov Revision Changes Path 1.27 +6 -3 ports/audio/ecasound/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 05:40:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C7F16A4E0; Sun, 6 Aug 2006 05:40:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9039243D68; Sun, 6 Aug 2006 05:40:13 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k765eDZc009443; Sun, 6 Aug 2006 05:40:13 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k765eDIH009442; Sun, 6 Aug 2006 05:40:13 GMT (envelope-from rafan) Message-Id: <200608060540.k765eDIH009442@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 6 Aug 2006 05:40:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/genius Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 05:40:18 -0000 rafan 2006-08-06 05:40:13 UTC FreeBSD ports repository Modified files: deskutils/genius Makefile Log: - Add readline as dependency when it was already installed. The program will be linked against it anyway, not against a system one. - Define USE_GETTEXT to make portlint happy - Define INSTALLS_ICONS to update icon cache PR: ports/101444 Submitted by: Stanislav Sedov Revision Changes Path 1.44 +6 -1 ports/deskutils/genius/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 05:41:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E1F316A4E0; Sun, 6 Aug 2006 05:41:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4866143D68; Sun, 6 Aug 2006 05:41:20 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k765fKVF009619; Sun, 6 Aug 2006 05:41:20 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k765fKEd009618; Sun, 6 Aug 2006 05:41:20 GMT (envelope-from rafan) Message-Id: <200608060541.k765fKEd009618@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 6 Aug 2006 05:41:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/yafc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 05:41:20 -0000 rafan 2006-08-06 05:41:20 UTC FreeBSD ports repository Modified files: ftp/yafc Makefile Log: - Add readline as dependency when it was already installed. The program will be linked against it anyway, not against a system one. - Pass maintainership to submitter PR: ports/101438 Submitted by: Stanislav Sedov Revision Changes Path 1.34 +4 -4 ports/ftp/yafc/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 05:49:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0067D16A4DD; Sun, 6 Aug 2006 05:48:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFE2043D46; Sun, 6 Aug 2006 05:48:59 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k765mxq9009861; Sun, 6 Aug 2006 05:48:59 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k765mxuA009860; Sun, 6 Aug 2006 05:48:59 GMT (envelope-from rafan) Message-Id: <200608060548.k765mxuA009860@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 6 Aug 2006 05:48:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/abook Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 05:49:00 -0000 rafan 2006-08-06 05:48:59 UTC FreeBSD ports repository Modified files: mail/abook Makefile Log: - Add readline as dependency when it was already installed. The program will be linked against it anyway, not against a system one. - Pass maintainership to submitter PR: ports/101445 Submitted by: Stanislav Sedov Revision Changes Path 1.20 +5 -4 ports/mail/abook/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 06:29:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF3B16A4DF; Sun, 6 Aug 2006 06:29:02 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A961643D45; Sun, 6 Aug 2006 06:29:02 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k766T2E3013048; Sun, 6 Aug 2006 06:29:02 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k766T2bB013047; Sun, 6 Aug 2006 06:29:02 GMT (envelope-from rafan) Message-Id: <200608060629.k766T2bB013047@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 6 Aug 2006 06:29:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/sunclock Makefile ports/astro/sunclock/files patch-Imakefile patch-editkit_Imakefile patch-sunclock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 06:29:03 -0000 rafan 2006-08-06 06:29:02 UTC FreeBSD ports repository Modified files: astro/sunclock Makefile astro/sunclock/files patch-Imakefile patch-sunclock.c Added files: astro/sunclock/files patch-editkit_Imakefile Log: - Fix pointyhat building (it strange, but it doesn't build there. Fixed by adding includepaths explicitly) - Fix permissions by replacing 'cp's and 'install's by BSD_INSTALL_XXX equivalents PR: ports/101362 Submitted by: Stanislav Sedov (maintainer) Revision Changes Path 1.27 +3 -1 ports/astro/sunclock/Makefile 1.2 +20 -11 ports/astro/sunclock/files/patch-Imakefile 1.1 +35 -0 ports/astro/sunclock/files/patch-editkit_Imakefile (new) 1.3 +22 -12 ports/astro/sunclock/files/patch-sunclock.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 06:29:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11FCC16A4EA; Sun, 6 Aug 2006 06:29:17 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E25A43D55; Sun, 6 Aug 2006 06:29:16 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k766TGT9013095; Sun, 6 Aug 2006 06:29:16 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k766TGW2013094; Sun, 6 Aug 2006 06:29:16 GMT (envelope-from alc) Message-Id: <200608060629.k766TGW2013094@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 Aug 2006 06:29:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 06:29:17 -0000 alc 2006-08-06 06:29:16 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Eliminate the acquisition and release of the page queues lock around a call to vm_page_sleep_if_busy(). Revision Changes Path 1.569 +1 -2 src/sys/amd64/amd64/pmap.c 1.573 +1 -2 src/sys/i386/i386/pmap.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 07:09:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E3F516A4DA; Sun, 6 Aug 2006 07:09:18 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE84E43D45; Sun, 6 Aug 2006 07:09:17 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7679HXu016166; Sun, 6 Aug 2006 07:09:17 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7679HJH016165; Sun, 6 Aug 2006 07:09:17 GMT (envelope-from sem) Message-Id: <200608060709.k7679HJH016165@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 6 Aug 2006 07:09:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/frox Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 07:09:18 -0000 sem 2006-08-06 07:09:17 UTC FreeBSD ports repository Modified files: ftp/frox Makefile Log: - Convert the port to be compliant with DESTDIR Revision Changes Path 1.25 +6 -7 ports/ftp/frox/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 07:23:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3384416A4DF; Sun, 6 Aug 2006 07:23:36 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E118943D45; Sun, 6 Aug 2006 07:23:35 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k767NZui016848; Sun, 6 Aug 2006 07:23:35 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k767NZLS016847; Sun, 6 Aug 2006 07:23:35 GMT (envelope-from stefan) Message-Id: <200608060723.k767NZLS016847@repoman.freebsd.org> From: Stefan Walter Date: Sun, 6 Aug 2006 07:23:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/linux-j Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 07:23:36 -0000 stefan 2006-08-06 07:23:35 UTC FreeBSD ports repository Modified files: lang/linux-j Makefile Log: - Fix permissions of installed files. [1] - Use PKGNAMEPREFIX. [1] - Fix dependency on javavmwrapper. PR: 100963 [1] Submitted by: Stanislav Sedov [1] Approved by: arved (mentor) Revision Changes Path 1.16 +7 -3 ports/lang/linux-j/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 07:36:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D212316A4DD; Sun, 6 Aug 2006 07:36:33 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E28143D46; Sun, 6 Aug 2006 07:36:33 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k767aXYr017420; Sun, 6 Aug 2006 07:36:33 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k767aXJk017419; Sun, 6 Aug 2006 07:36:33 GMT (envelope-from anray) Message-Id: <200608060736.k767aXJk017419@repoman.freebsd.org> From: Andrey Slusar Date: Sun, 6 Aug 2006 07:36:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/dictem Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 07:36:33 -0000 anray 2006-08-06 07:36:33 UTC FreeBSD ports repository Modified files: textproc/dictem Makefile Log: Fix WRKSRC. Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/textproc/dictem/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 08:33:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BBE916A4DE; Sun, 6 Aug 2006 08:33:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3275343D45; Sun, 6 Aug 2006 08:33:46 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k768XkY3021236; Sun, 6 Aug 2006 08:33:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k768Xkmq021235; Sun, 6 Aug 2006 08:33:46 GMT (envelope-from miwi) Message-Id: <200608060833.k768Xkmq021235@repoman.freebsd.org> From: Martin Wilke Date: Sun, 6 Aug 2006 08:33:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/pawm Makefile distinfo ports/x11-wm/pawm/files patch-src__pafont.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 08:33:46 -0000 miwi 2006-08-06 08:33:46 UTC FreeBSD ports repository Modified files: x11-wm/pawm Makefile distinfo x11-wm/pawm/files patch-src__pafont.c Log: - Update to 2.2.7 PR: ports/101197 Submitted by: KATO Tsuguru Approved by: markus (co mentor) Revision Changes Path 1.15 +1 -1 ports/x11-wm/pawm/Makefile 1.13 +3 -3 ports/x11-wm/pawm/distinfo 1.2 +20 -2 ports/x11-wm/pawm/files/patch-src__pafont.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 08:36:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 329CC16A4DF; Sun, 6 Aug 2006 08:36:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E050643D45; Sun, 6 Aug 2006 08:36:33 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k768aX26021399; Sun, 6 Aug 2006 08:36:33 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k768aXI3021398; Sun, 6 Aug 2006 08:36:33 GMT (envelope-from miwi) Message-Id: <200608060836.k768aXI3021398@repoman.freebsd.org> From: Martin Wilke Date: Sun, 6 Aug 2006 08:36:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/pear-Image_Canvas Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 08:36:34 -0000 miwi 2006-08-06 08:36:33 UTC FreeBSD ports repository Modified files: graphics/pear-Image_Canvas Makefile distinfo Log: - Update to 0.3.0 PR: ports/101200 Submitted by: chinsan Approved by: markus (co mentor), maintainer Revision Changes Path 1.6 +5 -4 ports/graphics/pear-Image_Canvas/Makefile 1.4 +3 -3 ports/graphics/pear-Image_Canvas/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 6 08:37:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5746B16A4DE; Sun, 6 Aug 2006 08:37:47 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D4EC43D46; Sun, 6 Aug 2006 08:37:47 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k768bktO021463; Sun, 6 Aug 2006 08:37:46 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k768bkvu021462; Sun, 6 Aug 2006 08:37:46 GMT (envelope-from marck) Message-Id: <200608060837.k768bkvu021462@repoman.freebsd.org> From: Dmitry Morozovsky Date: Sun, 6 Aug 2006 08:37:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dump optr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 08:37:47 -0000 marck 2006-08-06 08:37:46 UTC FreeBSD src repository (doc committer) Modified files: sbin/dump optr.c Log: strlen(3) returns size_t, which is not strictly equivalent to int an 64-bit archs, hence printf(3) warning. Fix this. Noticed by: tinderbox Approved by: rse Revision Changes Path 1.34 +4 -3 src/sbin/dump/optr.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 08:39:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B0B116A4DF; Sun, 6 Aug 2006 08:39:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F95643D49; Sun, 6 Aug 2006 08:39:28 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k768dRie021533; Sun, 6 Aug 2006 08:39:27 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k768dRZX021532; Sun, 6 Aug 2006 08:39:27 GMT (envelope-from miwi) Message-Id: <200608060839.k768dRZX021532@repoman.freebsd.org> From: Martin Wilke Date: Sun, 6 Aug 2006 08:39:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/castpodder Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 08:39:28 -0000 miwi 2006-08-06 08:39:27 UTC FreeBSD ports repository Modified files: multimedia/castpodder Makefile distinfo pkg-plist Log: - Update to 5.1 PR: ports/101203 Submitted by: Nicola Vitale maintainer Approved by: markus (co mentor) Revision Changes Path 1.2 +2 -2 ports/multimedia/castpodder/Makefile 1.2 +3 -3 ports/multimedia/castpodder/distinfo 1.2 +5 -2 ports/multimedia/castpodder/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 6 08:43:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9235E16A4DD; Sun, 6 Aug 2006 08:43:13 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B90643D49; Sun, 6 Aug 2006 08:43:13 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k768hDkQ021766; Sun, 6 Aug 2006 08:43:13 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k768hDT3021765; Sun, 6 Aug 2006 08:43:13 GMT (envelope-from itetcu) Message-Id: <200608060843.k768hDT3021765@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 08:43:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/LPRng Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 08:43:13 -0000 itetcu 2006-08-06 08:43:13 UTC FreeBSD ports repository Modified files: sysutils/LPRng Makefile Log: - Add CONFLICTS with cups-base PR: ports/99791 Submitted by: Leif Pedersen / Marcin Wisnicki Revision Changes Path 1.39 +3 -1 ports/sysutils/LPRng/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 08:54:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B45A616A4DE; Sun, 6 Aug 2006 08:54:02 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FCF843D45; Sun, 6 Aug 2006 08:54:02 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k768s2gm030037; Sun, 6 Aug 2006 08:54:02 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k768s2SH030036; Sun, 6 Aug 2006 08:54:02 GMT (envelope-from itetcu) Message-Id: <200608060854.k768s2SH030036@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 08:54:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/cups-pstoraster Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 08:54:02 -0000 itetcu 2006-08-06 08:54:02 UTC FreeBSD ports repository Modified files: print/cups-pstoraster Makefile Log: - try to catch if AFPL version of Ghostscript is used and warn the use it won't build [1] - small portlint petting PR: ports/98843 [1] Submitted by: Matthias Andree [1] Revision Changes Path 1.23 +8 -4 ports/print/cups-pstoraster/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 09:13:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEDCA16A4DA; Sun, 6 Aug 2006 09:13:36 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 850AC43D45; Sun, 6 Aug 2006 09:13:36 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k769DaP3032232; Sun, 6 Aug 2006 09:13:36 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k769Da8R032231; Sun, 6 Aug 2006 09:13:36 GMT (envelope-from itetcu) Message-Id: <200608060913.k769Da8R032231@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 09:13:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/cups-base Makefile distinfo pkg-descr pkg-message pkg-plist ports/print/cups-base/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 09:13:36 -0000 itetcu 2006-08-06 09:13:36 UTC FreeBSD ports repository Modified files: print/cups-base Makefile distinfo pkg-descr pkg-message pkg-plist print/cups-base/files patch-Makefile Log: - update to 1.2.2 [1] - tell in pkg-message about permissions needed [2] [3] - fix man / mlink install [4] [5] - don't remove dirs listed in bsd.local.dist [6] - conflict with LPRng [7] - fix OPTIONS handling [8] - fix printing raw data using application/octet-stream [9] - some other small fixes Please note that the biggest part of the work was done by Marcin Wisnicki and this commit it's based manly on his work. PR: ports/99624 [1] ports/99460 [2] ports/99745 [3] ports/99798 [4] ports/101175 [5] ports/100865 [6] ports/99791 [7] ports/99786 [8] ports/99707 [9] Submitted by: Marcin Wisnicki [1] Nicolas Blais [2],Osamu Hasegawa [3] Tsurutani Naoki [4], Dominic Fandrey [5] Stanislav Sedov [6] Leif Pedersen [7] Harald Schmalzbauer [8] Jonathan Fosburgh [9] Rewiev by: many with no objections Approved by: maintainer timeout Revision Changes Path 1.56 +19 -8 ports/print/cups-base/Makefile 1.11 +3 -3 ports/print/cups-base/distinfo 1.7 +10 -9 ports/print/cups-base/files/patch-Makefile 1.6 +1 -2 ports/print/cups-base/pkg-descr 1.20 +18 -1 ports/print/cups-base/pkg-message 1.27 +488 -369 ports/print/cups-base/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 6 09:14:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4242916A4DA; Sun, 6 Aug 2006 09:14:19 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0967143D46; Sun, 6 Aug 2006 09:14:19 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k769EIK0032288; Sun, 6 Aug 2006 09:14:18 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k769EIql032287; Sun, 6 Aug 2006 09:14:18 GMT (envelope-from itetcu) Message-Id: <200608060914.k769EIql032287@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 09:14:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/cups Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 09:14:19 -0000 itetcu 2006-08-06 09:14:18 UTC FreeBSD ports repository Modified files: print/cups Makefile pkg-descr Removed files: print/cups distinfo Log: - update to 1.2.2 [1] - tell in pkg-message about permissions needed [2] [3] - fix man / mlink install [4] [5] - don't remove dirs listed in bsd.local.dist [6] - conflict with LPRng [7] - fix OPTIONS handling [8] - fix printing raw data using application/octet-stream [9] - some other small fixes Please note that the biggest part of the work was done by Marcin Wisnicki and this commit it's based manly on his work. PR: ports/99624 [1] ports/99460 [2] ports/99745 [3] ports/99798 [4] ports/101175 [5] ports/100865 [6] ports/99791 [7] ports/99786 [8] ports/99707 [9] Submitted by: Marcin Wisnicki [1] Nicolas Blais [2],Osamu Hasegawa [3] Tsurutani Naoki [4], Dominic Fandrey [5] Stanislav Sedov [6] Leif Pedersen [7] Harald Schmalzbauer [8] Jonathan Fosburgh [9] Rewiev by: many with no objections Approved by: maintainer timeout Revision Changes Path 1.25 +1 -1 ports/print/cups/Makefile 1.14 +0 -2 ports/print/cups/distinfo (dead) 1.5 +1 -2 ports/print/cups/pkg-descr From owner-cvs-all@FreeBSD.ORG Sun Aug 6 09:32:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A08116A4DA; Sun, 6 Aug 2006 09:32:49 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B4DF43D45; Sun, 6 Aug 2006 09:32:49 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k769Wnpc033275; Sun, 6 Aug 2006 09:32:49 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k769WnTD033274; Sun, 6 Aug 2006 09:32:49 GMT (envelope-from itetcu) Message-Id: <200608060932.k769WnTD033274@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 09:32:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/awstats-devel Makefile distinfo pkg-plist ports/www/awstats-devel/files patch-tools-awstats_updateall.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 09:32:49 -0000 itetcu 2006-08-06 09:32:49 UTC FreeBSD ports repository Modified files: www/awstats-devel Makefile distinfo pkg-plist www/awstats-devel/files patch-tools-awstats_updateall.pl Log: Update to 6.6 to compleate the repo-copy PR: ports/100162 Submitted by: Babak Farrokhi (maintainer) Repocopy by: marcus Revision Changes Path 1.33 +20 -57 ports/www/awstats-devel/Makefile 1.20 +3 -3 ports/www/awstats-devel/distinfo 1.2 +5 -5 ports/www/awstats-devel/files/patch-tools-awstats_updateall.pl 1.20 +662 -627 ports/www/awstats-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 6 09:37:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ABAF16A4DD; Sun, 6 Aug 2006 09:37:45 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62CB43D45; Sun, 6 Aug 2006 09:37:44 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k769biVs033546; Sun, 6 Aug 2006 09:37:44 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k769bimE033545; Sun, 6 Aug 2006 09:37:44 GMT (envelope-from itetcu) Message-Id: <200608060937.k769bimE033545@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 09:37:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 09:37:45 -0000 itetcu 2006-08-06 09:37:44 UTC FreeBSD ports repository Modified files: www Makefile Log: connect awstats-devel PR: ports/100162 Submitted by: Babak Farrokhi (maintainer) Repocopy by: marcus Revision Changes Path 1.1543 +1 -0 ports/www/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 09:42:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 907B916A4DE; Sun, 6 Aug 2006 09:42:38 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05BDC43D6E; Sun, 6 Aug 2006 09:42:33 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k769gXos033936; Sun, 6 Aug 2006 09:42:33 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k769gXxw033935; Sun, 6 Aug 2006 09:42:33 GMT (envelope-from vanilla) Message-Id: <200608060942.k769gXxw033935@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 6 Aug 2006 09:42:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/SGE Makefile distinfo pkg-descr pkg-plist ports/devel/SGE/files patch-Makefile patch-Makefile.conf patch-sge030809-sge_tt_text.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 09:42:38 -0000 vanilla 2006-08-06 09:42:33 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/SGE Makefile distinfo pkg-descr pkg-plist devel/SGE/files patch-Makefile patch-Makefile.conf patch-sge030809-sge_tt_text.cpp Log: Add SGE 0.030809, a graphic library for the Simple DirectMedia Layer (SDL). PR: ports/101364 Submitted by: Jona Joachim Revision Changes Path 1.2398 +1 -0 ports/devel/Makefile 1.1 +65 -0 ports/devel/SGE/Makefile (new) 1.1 +3 -0 ports/devel/SGE/distinfo (new) 1.1 +29 -0 ports/devel/SGE/files/patch-Makefile (new) 1.1 +63 -0 ports/devel/SGE/files/patch-Makefile.conf (new) 1.1 +17 -0 ports/devel/SGE/files/patch-sge030809-sge_tt_text.cpp (new) 1.1 +14 -0 ports/devel/SGE/pkg-descr (new) 1.1 +64 -0 ports/devel/SGE/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 09:42:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6DEB16A4DA; Sun, 6 Aug 2006 09:42:56 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A218D43D46; Sun, 6 Aug 2006 09:42:56 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k769guKf033982; Sun, 6 Aug 2006 09:42:56 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k769gu46033981; Sun, 6 Aug 2006 09:42:56 GMT (envelope-from vanilla) Message-Id: <200608060942.k769gu46033981@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 6 Aug 2006 09:42:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 09:42:57 -0000 vanilla 2006-08-06 09:42:56 UTC FreeBSD ports repository Modified files: . modules Log: SGE --> ports/devel/SGE Revision Changes Path 1.15914 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Aug 6 09:43:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A33DE16A4DA; Sun, 6 Aug 2006 09:43:27 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECF243D46; Sun, 6 Aug 2006 09:43:26 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 5F49220A5; Sun, 6 Aug 2006 11:43:22 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 4E2F62085; Sun, 6 Aug 2006 11:43:22 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 2804D33C28; Sun, 6 Aug 2006 11:43:22 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Marcel Moolenaar References: <200608042128.k74LShD7052071@repoman.freebsd.org> Date: Sun, 06 Aug 2006 11:43:21 +0200 In-Reply-To: <200608042128.k74LShD7052071@repoman.freebsd.org> (Marcel Moolenaar's message of "Fri, 4 Aug 2006 21:28:43 +0000 (UTC)") Message-ID: <8664h6ci86.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/kldxref kldxref.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 09:43:27 -0000 Marcel Moolenaar writes: > Log: > Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN, > so dest[MAXPATHLEN] falls outside the buffer. This bug corrupted > arenas[0] defined in libc's malloc.c on PowerPC when kldxref is shared, > which triggered a delayed SIGSERV. MAXPATHLEN should be spelled PATH_MAX. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sun Aug 6 09:44:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2427916A4E0; Sun, 6 Aug 2006 09:44:21 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C3343D45; Sun, 6 Aug 2006 09:44:20 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k769iKTR034073; Sun, 6 Aug 2006 09:44:20 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k769iKne034072; Sun, 6 Aug 2006 09:44:20 GMT (envelope-from maho) Message-Id: <200608060944.k769iKne034072@repoman.freebsd.org> From: Maho Nakata Date: Sun, 6 Aug 2006 09:44:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/superlu Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 09:44:21 -0000 maho 2006-08-06 09:44:20 UTC FreeBSD ports repository Modified files: math/superlu Makefile distinfo pkg-plist Log: Make fetchable. PR: 101416 Submitted by: thierry Revision Changes Path 1.34 +2 -2 ports/math/superlu/Makefile 1.21 +3 -3 ports/math/superlu/distinfo 1.11 +1 -1 ports/math/superlu/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:10:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB30C16A4DF; Sun, 6 Aug 2006 10:10:26 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2BC43D5C; Sun, 6 Aug 2006 10:10:26 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AAQ0g036539; Sun, 6 Aug 2006 10:10:26 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AAQDI036538; Sun, 6 Aug 2006 10:10:26 GMT (envelope-from erwin) Message-Id: <200608061010.k76AAQDI036538@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 6 Aug 2006 10:10:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/dualserver Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:10:26 -0000 erwin 2006-08-06 10:10:26 UTC FreeBSD ports repository Modified files: dns/dualserver Makefile Log: Support DESTDIR PR: 101427 Submitted by: gabor (maintainer) Revision Changes Path 1.4 +2 -2 ports/dns/dualserver/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:12:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F8A416A4DE; Sun, 6 Aug 2006 10:12:04 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE38743D45; Sun, 6 Aug 2006 10:12:03 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AC3JM037141; Sun, 6 Aug 2006 10:12:03 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AC3M4037140; Sun, 6 Aug 2006 10:12:03 GMT (envelope-from erwin) Message-Id: <200608061012.k76AC3M4037140@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 6 Aug 2006 10:12:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cryptcat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:12:04 -0000 erwin 2006-08-06 10:12:03 UTC FreeBSD ports repository Modified files: net/cryptcat Makefile Log: - Support DESTDIR[1] - Whitespace nit PR: 101428 Submitted by: gabor (maintainer) Revision Changes Path 1.9 +2 -2 ports/net/cryptcat/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:14:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C1F16A4DD; Sun, 6 Aug 2006 10:14:57 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B170743D45; Sun, 6 Aug 2006 10:14:56 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AEuJG037249; Sun, 6 Aug 2006 10:14:56 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AEu3T037248; Sun, 6 Aug 2006 10:14:56 GMT (envelope-from erwin) Message-Id: <200608061014.k76AEu3T037248@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 6 Aug 2006 10:14:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/chroot_safe Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:14:57 -0000 erwin 2006-08-06 10:14:56 UTC FreeBSD ports repository Modified files: security/chroot_safe Makefile Log: Support DESTDIR PR: 101429 Submitted by: gabor (maintainer) Revision Changes Path 1.4 +2 -1 ports/security/chroot_safe/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:16:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23C3D16A4DA; Sun, 6 Aug 2006 10:16:49 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1F2943D53; Sun, 6 Aug 2006 10:16:48 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AGm7X037393; Sun, 6 Aug 2006 10:16:48 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AGmf2037392; Sun, 6 Aug 2006 10:16:48 GMT (envelope-from erwin) Message-Id: <200608061016.k76AGmf2037392@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 6 Aug 2006 10:16:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/symbion-sslproxy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:16:49 -0000 erwin 2006-08-06 10:16:48 UTC FreeBSD ports repository Modified files: security/symbion-sslproxy Makefile Log: Support DESTDIR PR: 101431 Submitted by: gabor (maintainer) Revision Changes Path 1.3 +1 -1 ports/security/symbion-sslproxy/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:27:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD20816A4DA; Sun, 6 Aug 2006 10:27:47 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A8C43D55; Sun, 6 Aug 2006 10:27:47 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76ARlYH038958; Sun, 6 Aug 2006 10:27:47 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76ARl8r038957; Sun, 6 Aug 2006 10:27:47 GMT (envelope-from yar) Message-Id: <200608061027.k76ARl8r038957@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 6 Aug 2006 10:27:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/bin/sh parser.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:27:47 -0000 yar 2006-08-06 10:27:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/sh parser.c Log: MFC rev. 1.57: Do not forget to increment the input line counter when reading a word spanning multiple lines. Revision Changes Path 1.52.2.2 +1 -0 src/bin/sh/parser.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:39:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 822B316A4DD; Sun, 6 Aug 2006 10:39:22 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8D443D45; Sun, 6 Aug 2006 10:39:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AdM8E039544; Sun, 6 Aug 2006 10:39:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AdMdR039543; Sun, 6 Aug 2006 10:39:22 GMT (envelope-from rwatson) Message-Id: <200608061039.k76AdMdR039543@repoman.freebsd.org> From: Robert Watson Date: Sun, 6 Aug 2006 10:39:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:39:22 -0000 rwatson 2006-08-06 10:39:22 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Don't set pru_sosend, pru_soreceive, pru_sopoll to default values, as they are already set to default values. Revision Changes Path 1.185 +0 -3 src/sys/kern/uipc_usrreq.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:43:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF58016A4DF; Sun, 6 Aug 2006 10:43:35 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9233C43D70; Sun, 6 Aug 2006 10:43:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AhZok039898; Sun, 6 Aug 2006 10:43:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AhZEX039897; Sun, 6 Aug 2006 10:43:35 GMT (envelope-from rwatson) Message-Id: <200608061043.k76AhZEX039897@repoman.freebsd.org> From: Robert Watson Date: Sun, 6 Aug 2006 10:43:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:43:36 -0000 rwatson 2006-08-06 10:43:35 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Improve commenting of vaccess(), making sure to be clear that the ifdef capabilities code is there for reference and never actually used. Slight style tweak. Revision Changes Path 1.679 +10 -4 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:46:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D54316A4DD; Sun, 6 Aug 2006 10:46:25 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171B843D53; Sun, 6 Aug 2006 10:46:25 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AkP6b040070; Sun, 6 Aug 2006 10:46:25 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AkOrk040069; Sun, 6 Aug 2006 10:46:24 GMT (envelope-from yar) Message-Id: <200608061046.k76AkOrk040069@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 6 Aug 2006 10:46:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/bin/sh parser.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:46:25 -0000 yar 2006-08-06 10:46:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) bin/sh parser.c Log: MFC rev. 1.57: Do not forget to increment the input line counter when reading a word spanning multiple lines. Revision Changes Path 1.51.2.3 +1 -0 src/bin/sh/parser.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:47:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6368E16A4DE; Sun, 6 Aug 2006 10:47:47 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC1043D66; Sun, 6 Aug 2006 10:47:46 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76AljId040164; Sun, 6 Aug 2006 10:47:45 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Alj7g040163; Sun, 6 Aug 2006 10:47:45 GMT (envelope-from yar) Message-Id: <200608061047.k76Alj7g040163@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 6 Aug 2006 10:47:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/bin/sh parser.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:47:47 -0000 yar 2006-08-06 10:47:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) bin/sh parser.c Log: MFC rev. 1.57: Do not forget to increment the input line counter when reading a word spanning multiple lines. Revision Changes Path 1.29.2.11 +1 -0 src/bin/sh/parser.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:49:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D557416A4DD; Sun, 6 Aug 2006 10:49:47 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C5343D81; Sun, 6 Aug 2006 10:49:45 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76Ani1R040307; Sun, 6 Aug 2006 10:49:44 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76AniIK040306; Sun, 6 Aug 2006 10:49:44 GMT (envelope-from rafan) Message-Id: <200608061049.k76AniIK040306@repoman.freebsd.org> From: Rong-En Fan Date: Sun, 6 Aug 2006 10:49:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/pal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:49:47 -0000 rafan 2006-08-06 10:49:44 UTC FreeBSD ports repository Modified files: deskutils/pal Makefile Log: - Add readline as dependency when it was already installed. The program will be linked against it anyway, not against a system one. PR: ports/101440 Submitted by: Stanislav Sedov Approved by: Herbert J. Skuhra (maintainer) Revision Changes Path 1.8 +2 -2 ports/deskutils/pal/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 10:53:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24FD916A4DF; Sun, 6 Aug 2006 10:53:55 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A59F443D46; Sun, 6 Aug 2006 10:53:54 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76ArsGg040664; Sun, 6 Aug 2006 10:53:54 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76ArsUc040663; Sun, 6 Aug 2006 10:53:54 GMT (envelope-from jkoshy) Message-Id: <200608061053.k76ArsUc040663@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 6 Aug 2006 10:53:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/caml-light Makefile ports/lang/caml-light/files patch-aa patch-ab patch-ad patch-ae patch-af patch-contrib_caml-tex_Makefile patch-contrib_camlsearch_doc_Makefile patch-contrib_camlsearch_source_Makefile patch-contrib_debugger_Makefile patch-contrib_libgraph_Makefile patch-contrib_libnum_Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 10:53:55 -0000 jkoshy 2006-08-06 10:53:54 UTC FreeBSD ports repository Modified files: lang/caml-light Makefile lang/caml-light/files patch-aa patch-ab patch-ad patch-ae patch-af Added files: lang/caml-light/files patch-contrib_caml-tex_Makefile patch-contrib_camlsearch_doc_Makefile patch-contrib_camlsearch_source_Makefile patch-contrib_debugger_Makefile patch-contrib_libgraph_Makefile patch-contrib_libnum_Makefile patch-contrib_libnum_bignum_Makefile patch-contrib_libstr_Makefile patch-contrib_libstr_regex_Makefile.in patch-contrib_libunix_Makefile patch-contrib_lorder_Makefile patch-contrib_mletags_Makefile patch-contrib_profiler_Makefile patch-src_launch_Makefile patch-src_launch_camlc.tpl patch-src_launch_camllight.tpl patch-src_launch_camlmktop.tpl patch-src_runtime_Makefile Log: - Honor CC, CFLAGS etc. [1] - Use BSD_INSTALL_* macros to install files. [1] - Make the port PREFIX clean. PR: ports/101398 [1] Submitted by: Stanislav Sedov Revision Changes Path 1.15 +7 -7 ports/lang/caml-light/Makefile 1.3 +20 -3 ports/lang/caml-light/files/patch-aa 1.3 +15 -4 ports/lang/caml-light/files/patch-ab 1.2 +4 -3 ports/lang/caml-light/files/patch-ad 1.3 +5 -4 ports/lang/caml-light/files/patch-ae 1.2 +4 -3 ports/lang/caml-light/files/patch-af 1.1 +15 -0 ports/lang/caml-light/files/patch-contrib_caml-tex_Makefile (new) 1.1 +6 -0 ports/lang/caml-light/files/patch-contrib_camlsearch_doc_Makefile (new) 1.1 +32 -0 ports/lang/caml-light/files/patch-contrib_camlsearch_source_Makefile (new) 1.1 +29 -0 ports/lang/caml-light/files/patch-contrib_debugger_Makefile (new) 1.1 +38 -0 ports/lang/caml-light/files/patch-contrib_libgraph_Makefile (new) 1.1 +34 -0 ports/lang/caml-light/files/patch-contrib_libnum_Makefile (new) 1.1 +20 -0 ports/lang/caml-light/files/patch-contrib_libnum_bignum_Makefile (new) 1.1 +49 -0 ports/lang/caml-light/files/patch-contrib_libstr_Makefile (new) 1.1 +19 -0 ports/lang/caml-light/files/patch-contrib_libstr_regex_Makefile.in (new) 1.1 +40 -0 ports/lang/caml-light/files/patch-contrib_libunix_Makefile (new) 1.1 +36 -0 ports/lang/caml-light/files/patch-contrib_lorder_Makefile (new) 1.1 +36 -0 ports/lang/caml-light/files/patch-contrib_mletags_Makefile (new) 1.1 +56 -0 ports/lang/caml-light/files/patch-contrib_profiler_Makefile (new) 1.1 +23 -0 ports/lang/caml-light/files/patch-src_launch_Makefile (new) 1.1 +49 -0 ports/lang/caml-light/files/patch-src_launch_camlc.tpl (new) 1.1 +19 -0 ports/lang/caml-light/files/patch-src_launch_camllight.tpl (new) 1.1 +24 -0 ports/lang/caml-light/files/patch-src_launch_camlmktop.tpl (new) 1.1 +14 -0 ports/lang/caml-light/files/patch-src_runtime_Makefile (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 11:04:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7900216A4DA; Sun, 6 Aug 2006 11:04:23 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CE043D55; Sun, 6 Aug 2006 11:04:23 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76B4NdO042565; Sun, 6 Aug 2006 11:04:23 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76B4MBF042564; Sun, 6 Aug 2006 11:04:22 GMT (envelope-from rik) Message-Id: <200608061104.k76B4MBF042564@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 6 Aug 2006 11:04:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 11:04:23 -0000 rik 2006-08-06 11:04:22 UTC FreeBSD src repository Modified files: share/examples/drivers make_device_driver.sh Log: Fix compilation. Reviewed by: julian@ Revision Changes Path 1.22 +9 -12 src/share/examples/drivers/make_device_driver.sh From owner-cvs-all@FreeBSD.ORG Sun Aug 6 11:06:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 800F316A4DE; Sun, 6 Aug 2006 11:06:37 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB35F43D5A; Sun, 6 Aug 2006 11:06:36 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76B6aUI042779; Sun, 6 Aug 2006 11:06:36 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76B6ahO042778; Sun, 6 Aug 2006 11:06:36 GMT (envelope-from rik) Message-Id: <200608061106.k76B6ahO042778@repoman.freebsd.org> From: Roman Kurakin Date: Sun, 6 Aug 2006 11:06:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 11:06:37 -0000 rik 2006-08-06 11:06:36 UTC FreeBSD src repository Modified files: share/examples/drivers make_device_driver.sh Log: - Added ability to provide (optional) path to the kernel sources - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into corresponding file to be able to compile the kernel - Changed kernel configuration example with the driver: it is not produced by copying Generic but by including it - Changed from automatic module building to asking an user if it whants to Reviewed by: julian@ Revision Changes Path 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh From owner-cvs-all@FreeBSD.ORG Sun Aug 6 11:47:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76CE516A4E1; Sun, 6 Aug 2006 11:47:25 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01EC043D49; Sun, 6 Aug 2006 11:47:24 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 93FE420A5; Sun, 6 Aug 2006 13:47:20 +0200 (CEST) X-Spam-Tests: AWL,UPPERCASE_25_50 X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 764D32085; Sun, 6 Aug 2006 13:47:20 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id D718333C28; Sun, 6 Aug 2006 13:47:19 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Yar Tikhiy References: <200607311308.k6VD8mPl024346@repoman.freebsd.org> Date: Sun, 06 Aug 2006 13:47:19 +0200 In-Reply-To: <200607311308.k6VD8mPl024346@repoman.freebsd.org> (Yar Tikhiy's message of "Mon, 31 Jul 2006 13:08:47 +0000 (UTC)") Message-ID: <86d5bexf08.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/build/options WITHOUT_GNU WITHOUT_NS_CACHING WITHOUT_PAM X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 11:47:25 -0000 Yar Tikhiy writes: > Log: > Document some more src.conf(5) options: > WITHOUT_GNU, WITHOUT_NS_CACHING, WITHOUT_PAM. >=20=20=20 > Noticed by: src/tools/build/options/makeman Neither MK_GNU nor MK_PAM actually exist. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sun Aug 6 12:01:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D753616A4DD; Sun, 6 Aug 2006 12:01:42 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB2743D68; Sun, 6 Aug 2006 12:01:42 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76C1glM046401; Sun, 6 Aug 2006 12:01:42 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76C1gxv046400; Sun, 6 Aug 2006 12:01:42 GMT (envelope-from bms) Message-Id: <200608061201.k76C1gxv046400@repoman.freebsd.org> From: Bruce M Simpson Date: Sun, 6 Aug 2006 12:01:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 12:01:42 -0000 bms 2006-08-06 12:01:42 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs uscanner.c Log: Add identifier for the Epson CX3650 all-in-one scanner function. This enables the scanner function on these devices to be detected and probed by uscanner(4), but only when ulpt is not loaded. PR: usb/92462 Submitted by: Friedrich Volkmann MFC after: 30 days Revision Changes Path 1.264 +1 -0 src/sys/dev/usb/usbdevs 1.72 +1 -0 src/sys/dev/usb/uscanner.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 12:21:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A99116A4DA; Sun, 6 Aug 2006 12:21:20 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3688343E2C; Sun, 6 Aug 2006 12:19:44 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76CJist048405; Sun, 6 Aug 2006 12:19:44 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76CJiM8048404; Sun, 6 Aug 2006 12:19:44 GMT (envelope-from itetcu) Message-Id: <200608061219.k76CJiM8048404@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 12:19:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/rblibtorrent Makefile distinfo pkg-plist ports/net-p2p/rblibtorrent/files patch-include_libtorrent_asio_detail_socket_ops.hpp patch-include_libtorrent_asio_error.hpp patch-include_libtorrent_socket.hpp patch-peer_connection.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 12:21:20 -0000 itetcu 2006-08-06 12:19:43 UTC FreeBSD ports repository Modified files: net-p2p/rblibtorrent Makefile distinfo pkg-plist Added files: net-p2p/rblibtorrent/files patch-include_libtorrent_asio_detail_socket_ops.hpp patch-include_libtorrent_asio_error.hpp patch-include_libtorrent_socket.hpp Removed files: net-p2p/rblibtorrent/files patch-peer_connection.cpp Log: Updated from 0.9.1 to 0.10. PR: ports/101108 Submitted by: Johan Strom (maintainer) Revision Changes Path 1.2 +2 -2 ports/net-p2p/rblibtorrent/Makefile 1.2 +3 -3 ports/net-p2p/rblibtorrent/distinfo 1.1 +92 -0 ports/net-p2p/rblibtorrent/files/patch-include_libtorrent_asio_detail_socket_ops.hpp (new) 1.1 +11 -0 ports/net-p2p/rblibtorrent/files/patch-include_libtorrent_asio_error.hpp (new) 1.1 +11 -0 ports/net-p2p/rblibtorrent/files/patch-include_libtorrent_socket.hpp (new) 1.2 +0 -35 ports/net-p2p/rblibtorrent/files/patch-peer_connection.cpp (dead) 1.3 +162 -14 ports/net-p2p/rblibtorrent/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 6 12:26:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1087416A4DA; Sun, 6 Aug 2006 12:26:26 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9266B43D6B; Sun, 6 Aug 2006 12:26:25 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76CQPaA048805; Sun, 6 Aug 2006 12:26:25 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76CQP5f048804; Sun, 6 Aug 2006 12:26:25 GMT (envelope-from arved) Message-Id: <200608061226.k76CQP5f048804@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 6 Aug 2006 12:26:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/tor Makefile distinfo ports/security/tor/files tor.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 12:26:26 -0000 arved 2006-08-06 12:26:25 UTC FreeBSD ports repository Modified files: security/tor Makefile distinfo security/tor/files tor.in Log: Update to 0.1.1.23 PR: 101331 Submitted by: Peter Thoenen (maintainer) Revision Changes Path 1.22 +1 -1 ports/security/tor/Makefile 1.16 +3 -3 ports/security/tor/distinfo 1.2 +6 -4 ports/security/tor/files/tor.in From owner-cvs-all@FreeBSD.ORG Sun Aug 6 13:17:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A52016A4DA; Sun, 6 Aug 2006 13:17:12 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 301E943D53; Sun, 6 Aug 2006 13:17:12 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id C169E1A3C2B; Sun, 6 Aug 2006 06:17:11 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BB63651664; Sun, 6 Aug 2006 09:17:10 -0400 (EDT) Date: Sun, 6 Aug 2006 09:17:10 -0400 From: Kris Kennaway To: "Vanilla I. Shu" Message-ID: <20060806131709.GA78816@xor.obsecurity.org> References: <200608060942.k769gXxw033935@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <200608060942.k769gXxw033935@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/SGE Makefile distinfo pkg-descr pkg-plist ports/devel/SGE/files patch-Makefile patch-Makefile.conf patch-sge030809-sge_tt_text.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 13:17:12 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 06, 2006 at 09:42:33AM +0000, Vanilla I. Shu wrote: > vanilla 2006-08-06 09:42:33 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > devel Makefile=20 > Added files: > devel/SGE Makefile distinfo pkg-descr pkg-plist=20 > devel/SGE/files patch-Makefile patch-Makefile.conf=20 > patch-sge030809-sge_tt_text.cpp=20 > Log: > Add SGE 0.030809, a graphic library for the Simple DirectMedia Layer > (SDL). Port directories should not have capitalized names. However, also be aware of the name duplication with the sysutils/sge port. Kris --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE1evVWry0BWjoQKURAjyTAKDxwa550XQLsvG7QZumpSSvcukRvQCdGaMH vG4Ic3ZEt6XOxFRTXwC+bBE= =iyTP -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-cvs-all@FreeBSD.ORG Sun Aug 6 13:39:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8919016A4E0; Sun, 6 Aug 2006 13:39:39 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (inse.ru [144.206.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E35743D5A; Sun, 6 Aug 2006 13:39:38 +0000 (GMT) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTP id 81A3F33C66; Sun, 6 Aug 2006 17:39:37 +0400 (MSD) Message-ID: <44D5F2C1.7080606@inse.ru> Date: Sun, 06 Aug 2006 17:46:41 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.12) Gecko/20060103 ASPLinux/1.7.12-1.5.1.1asp X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: Roman Kurakin References: <200608061106.k76B6ahO042778@repoman.freebsd.org> In-Reply-To: <200608061106.k76B6ahO042778@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 13:39:39 -0000 Example is for developers mostly, so I in doubts about MFC compilation fixup and this one commit. rik Roman Kurakin: >rik 2006-08-06 11:06:36 UTC > > FreeBSD src repository > > Modified files: > share/examples/drivers make_device_driver.sh > Log: > - Added ability to provide (optional) path to the kernel sources > - Fixed path for ${s}/conf/files.FOO and a note that it should be merged into > corresponding file to be able to compile the kernel > - Changed kernel configuration example with the driver: it is not produced by > copying Generic but by including it > - Changed from automatic module building to asking an user if it whants to > > Reviewed by: julian@ > > Revision Changes Path > 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh > > From owner-cvs-all@FreeBSD.ORG Sun Aug 6 13:45:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E49BC16A4E5 for ; Sun, 6 Aug 2006 13:45:26 +0000 (UTC) (envelope-from vbjyhrqalip@networx-bg.com) Received: from charodeika-north-vlan1.networx-bg.com (charodeika-north-vlan1.Networx-BG.com [82.147.153.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0965743D64 for ; Sun, 6 Aug 2006 13:45:05 +0000 (GMT) (envelope-from vbjyhrqalip@networx-bg.com) From: "Tracker" To: cvs-all@FreeBSD.org Date: Sun, 6 Aug 2006 16:44:58 -0300 MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_0005_01C6B977.A7501D10" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: Aca5d6dQNjzneRHyTGy3PSEJ9MbOQQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Message-Id: <3785EB4B4263302.59F8F5F8F2@networx-bg.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: reasons delayed X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 13:45:27 -0000 ------=_NextPart_000_0005_01C6B977.A7501D10 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit IGN. Medieval GameSpot. Designer Diary discs. console Mans Life. PSA. Teh Funny: Over fourth billion visitors MAIL AGING EXPIRE Check Upgrade Existing comes different people often approach same ways. While using onscreen guides rewards shot.quot ANNO ArchLord Vault. Collapse Brakes: Racing Burning Worlds Empty Internet Law ratified Senate. OPTi settles Nvidia patent lawsuit. Copyright tussles Google. Circuit City invites wrath MPAA copying DVDs. Maybe theyre trying atone nothing turned itself TengoI OneYo DogsYo WarYo Fifteen Affiliate v.. magazine digital animation DID Lost Alex Choose Language Syndicate Blog feed tagged entries economy hardware internet oldies politic software vow Write inside Ago :Aras Chicken Thief Sugar Leaf animated Livre Ouvert Guitar Vader Law ratified Senate. OPTi settles Nvidia patent lawsuit. sequence speed word gameRead mixed letters text from back front without training NWords gameNRead removed words eyes tableStop mind match canPoem lyric reminder Memorize Kids gameChild mouse mnemonic gameGood technical gameFree cards Flash another version Russian textSee gamesHow This page located primary quest five optional quests levels. included modes Veteran Elite. monsters beasts armed horrific powers alter genuine ultimate super gamer. Jackson Pollock. Auction: Oscar withdrawn auction. Media: Luckiest Alive. Full Day Mans Life. PSA. Teh Funny: Over fourth billion visitors since Friday Monday they Quarles Saturday Steam ET Comments thanks Frans mentions Red Orchestra trail currently underway describes Valves plans show off Episode Two including Leipzig Master Mystique Tower Case CMPSUHX ECS CGMM eVGA KNF Bits Investors assess Apple fallout. storage results Persian Etruscan. Rome expands introduce several important nations world. far topology Xyanide GameZone. Sony condemns Gangs London leak. Youth Culture: Music... Getting travel create. obvious. hard predict Hiver instant web teleport. hand subtle Sittisak student Silpakorn Quicktime totaling raquo PoW Bay neil CLICK Polls continue conclude said Christoph Hartmann President K. chapter most finale delivers When Mr. Verizon yesterday doggies yard minimize chaos but when were looking TITLE DURATION PRICE CREDITS BUY River Autumn Sweater return Dwarf playable items discover newly enhanced excited fans chance continue conclude said Christoph Hartmann President K. chapter most finale delivers breadth Gangs London leak. Youth Culture: Music... Getting Fired By Text Eidos Trailer. Bounty Hounds Ghosts Goblins Lumines PSP Gamepro. AP confirm deal. therapy pair picture tracery What change Funny face maker have something lockhole hopefully suffice stop wont lock. different people often approach same ways. While ABIT KN SLI AMD Sempron CPU Here... Tracker. Select higher damage output resistant injury ProStroke GolfThe producer Struan Robertson Folk Gospel Hardcore HipHop Indie Jazz Latin Metal Native Oldies Punk Second Ian Kerner Answers Questions Some Flags Stay Friend Too High Answered Pictures Face Open Ever Talk About Him Should Concerned Move space ------=_NextPart_000_0005_01C6B977.A7501D10-- From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:11:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D840916A4DA; Sun, 6 Aug 2006 14:11:15 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E53443D46; Sun, 6 Aug 2006 14:11:15 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76EBFh8078172; Sun, 6 Aug 2006 14:11:15 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76EBFeu078171; Sun, 6 Aug 2006 14:11:15 GMT (envelope-from scrappy) Message-Id: <200608061411.k76EBFeu078171@repoman.freebsd.org> From: "Marc G. Fournier" Date: Sun, 6 Aug 2006 14:11:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:11:15 -0000 scrappy 2006-08-06 14:11:15 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile sysutils/bsdstats/files 300.statistics Log: Record Operating System itself, in case someone in the NetBSD, OpenBSD or DragonflyBSD decides they want to add to the stats, so that we know where the numbers belong ... Revision Changes Path 1.2 +1 -0 ports/sysutils/bsdstats/Makefile 1.2 +2 -1 ports/sysutils/bsdstats/files/300.statistics From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:16:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FFAE16A4DF; Sun, 6 Aug 2006 14:16:03 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B7343D49; Sun, 6 Aug 2006 14:16:03 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76EG3TT078371; Sun, 6 Aug 2006 14:16:03 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76EG3qj078370; Sun, 6 Aug 2006 14:16:03 GMT (envelope-from leeym) Message-Id: <200608061416.k76EG3qj078370@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 6 Aug 2006 14:16:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-File-HomeDir Makefile ports/devel/p5-File-HomeDir/files 500503-patch-inc__Module__Install.pm 500503-patch-inc__Module__Install__Makefile.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:16:03 -0000 leeym 2006-08-06 14:16:02 UTC FreeBSD ports repository Modified files: devel/p5-File-HomeDir Makefile Added files: devel/p5-File-HomeDir/files 500503-patch-inc__Module__Install.pm 500503-patch-inc__Module__Install__Makefile.pm Log: - Fix build on perl 5.005_03 PR: 101404 Submitted by: lth Approved by: leeym Revision Changes Path 1.9 +3 -3 ports/devel/p5-File-HomeDir/Makefile 1.1 +11 -0 ports/devel/p5-File-HomeDir/files/500503-patch-inc__Module__Install.pm (new) 1.1 +12 -0 ports/devel/p5-File-HomeDir/files/500503-patch-inc__Module__Install__Makefile.pm (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:17:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1880A16A4DD; Sun, 6 Aug 2006 14:17:13 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C8F43D45; Sun, 6 Aug 2006 14:17:12 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76EHCWb078492; Sun, 6 Aug 2006 14:17:12 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76EHC8U078491; Sun, 6 Aug 2006 14:17:12 GMT (envelope-from itetcu) Message-Id: <200608061417.k76EHC8U078491@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 14:17:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/ocaml-xstr Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:17:13 -0000 itetcu 2006-08-06 14:17:12 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ocaml-xstr Makefile distinfo pkg-descr pkg-plist Log: This package implements frequent string operations: searching, replacing, splitting, matching. It is independent from the Str library, and can replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does not implement regular expressions in general, but an important subset. Some operations of xstr are performed as quickly as by Str; if the string to be processed is small, xstr is often faster than Str; if the string is big, xstr is upto half as fast than Str. Author: Gerd Stolpmann WWW: http://www.ocaml-programming.de/packages/ PR: ports/101032 Submitted by: Stanislav Sedov Revision Changes Path 1.2399 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/ocaml-xstr/Makefile (new) 1.1 +3 -0 ports/devel/ocaml-xstr/distinfo (new) 1.1 +10 -0 ports/devel/ocaml-xstr/pkg-descr (new) 1.1 +8 -0 ports/devel/ocaml-xstr/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:18:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99F4816A4E0; Sun, 6 Aug 2006 14:18:08 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55D5843D45; Sun, 6 Aug 2006 14:18:08 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76EI8UR078544; Sun, 6 Aug 2006 14:18:08 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76EI8hG078543; Sun, 6 Aug 2006 14:18:08 GMT (envelope-from itetcu) Message-Id: <200608061418.k76EI8hG078543@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 14:18:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:18:08 -0000 itetcu 2006-08-06 14:18:07 UTC FreeBSD ports repository Modified files: . modules Log: ocaml-xstr --> ports/devel/ocaml-xstr Revision Changes Path 1.15915 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:23:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF3C516A4DD; Sun, 6 Aug 2006 14:23:50 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E6643D45; Sun, 6 Aug 2006 14:23:50 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76ENoZC078916; Sun, 6 Aug 2006 14:23:50 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76ENo9C078915; Sun, 6 Aug 2006 14:23:50 GMT (envelope-from marck) Message-Id: <200608061423.k76ENo9C078915@repoman.freebsd.org> From: Dmitry Morozovsky Date: Sun, 6 Aug 2006 14:23:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dump optr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:23:51 -0000 marck 2006-08-06 14:23:50 UTC FreeBSD src repository (doc committer) Modified files: sbin/dump optr.c Log: Eliminate a pair of unneeded parentheses slipped in from previous version of fix. Noticed by: ru Revision Changes Path 1.35 +1 -1 src/sbin/dump/optr.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:24:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0E416A4DA; Sun, 6 Aug 2006 14:24:56 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B5443D46; Sun, 6 Aug 2006 14:24:56 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76EOuSf078969; Sun, 6 Aug 2006 14:24:56 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76EOuqh078968; Sun, 6 Aug 2006 14:24:56 GMT (envelope-from lth) Message-Id: <200608061424.k76EOuqh078968@repoman.freebsd.org> From: Lars Thegler Date: Sun, 6 Aug 2006 14:24:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Filesys-Virtual Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:24:56 -0000 lth 2006-08-06 14:24:56 UTC FreeBSD ports repository Modified files: devel/p5-Filesys-Virtual Makefile distinfo Log: - Update to 0.06 - Use magic MASTER_SITES Revision Changes Path 1.5 +2 -3 ports/devel/p5-Filesys-Virtual/Makefile 1.4 +3 -3 ports/devel/p5-Filesys-Virtual/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:26:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93BD16A4DD; Sun, 6 Aug 2006 14:26:32 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A531643D45; Sun, 6 Aug 2006 14:26:32 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76EQWi8079123; Sun, 6 Aug 2006 14:26:32 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76EQWJi079122; Sun, 6 Aug 2006 14:26:32 GMT (envelope-from arved) Message-Id: <200608061426.k76EQWJi079122@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 6 Aug 2006 14:26:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/fltk2 Makefile distinfo ports/x11-toolkits/fltk2/files extra-patch-test-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:26:33 -0000 arved 2006-08-06 14:26:32 UTC FreeBSD ports repository Modified files: x11-toolkits/fltk2 Makefile distinfo Removed files: x11-toolkits/fltk2/files extra-patch-test-Makefile Log: - Update to snapshot r5274 and make fetchable again. - Remove a mirror that was not kept up to date for quite some time now. - Remove a no longer needed workaround for a compilation issue because the problem was fixed upstream. PR: 101419 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.4 +1 -3 ports/x11-toolkits/fltk2/Makefile 1.4 +3 -3 ports/x11-toolkits/fltk2/distinfo 1.2 +0 -10 ports/x11-toolkits/fltk2/files/extra-patch-test-Makefile (dead) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:38:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D0EC16A4DF; Sun, 6 Aug 2006 14:38:39 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1528D43D45; Sun, 6 Aug 2006 14:38:39 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76EcdYc079664; Sun, 6 Aug 2006 14:38:39 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Eccl3079663; Sun, 6 Aug 2006 14:38:38 GMT (envelope-from itetcu) Message-Id: <200608061438.k76Eccl3079663@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 14:38:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/powerpc-binutils Makefile distinfo ports/devel/powerpc-binutils/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:38:39 -0000 itetcu 2006-08-06 14:38:38 UTC FreeBSD ports repository Modified files: devel/powerpc-binutils Makefile distinfo Removed files: devel/powerpc-binutils/files patch-aa Log: - Use version-independent patching via sed - Update to 2.17 Short changelog: - Add "-x NAME" to readelf in addition to "-x NUMBER". - Add -i and -t switches to cxxfilt. -i disables the display of implementation specific extra demangling information (if any) and -t disables the demangling of types. - Add support for the "@" syntax to the command lines of all tools, so that extra switches can be read from . - Add "-W/--dwarf" to objdump to display the contents of the DWARF debug sections. - Add "-t/--section-details" to readelf to display section details. "-N/--full-section-name" is deprecated. - powerpc-linux ld now supports a variant form of PLT and GOT for the security conscious. This form will automatically be chosen when ld detects that all code in regular object files was generated by gcc -msecure-plt. The old PLT and GOT may be forced by a new ld option, --bss-plt. - Add "-i/--inlines" to addr2line to print enclosing scope information for inlined function chains, back to first non-inlined function. - Add "-N/--full-section-name" to readelf to display full section name. - Add "-M entry:" switch to objdump to specify a function entry address when disassembling VAX binaries. - Add "--globalize-symbol " and "--globalize-symbols " switches to objcopy to convert local symbols into global symbols. PR: ports/101447 Submitted by: Stanislav Sedov (maintainer) Revision Changes Path 1.2 +8 -1 ports/devel/powerpc-binutils/Makefile 1.2 +3 -3 ports/devel/powerpc-binutils/distinfo 1.2 +0 -48 ports/devel/powerpc-binutils/files/patch-aa (dead) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:39:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7022416A4DD; Sun, 6 Aug 2006 14:39:28 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E1243D45; Sun, 6 Aug 2006 14:39:27 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k76EdN1R040652; Sun, 6 Aug 2006 18:39:23 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k76EdMiC040651; Sun, 6 Aug 2006 18:39:22 +0400 (MSD) (envelope-from yar) Date: Sun, 6 Aug 2006 18:39:22 +0400 From: Yar Tikhiy To: Dag-Erling Sm?rgrav Message-ID: <20060806143922.GB38771@comp.chem.msu.su> References: <200607311308.k6VD8mPl024346@repoman.freebsd.org> <86d5bexf08.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86d5bexf08.fsf@xps.des.no> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/build/options WITHOUT_GNU WITHOUT_NS_CACHING WITHOUT_PAM X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:39:28 -0000 On Sun, Aug 06, 2006 at 01:47:19PM +0200, Dag-Erling Sm?rgrav wrote: > Yar Tikhiy writes: > > Log: > > Document some more src.conf(5) options: > > WITHOUT_GNU, WITHOUT_NS_CACHING, WITHOUT_PAM. > > > > Noticed by: src/tools/build/options/makeman > > Neither MK_GNU nor MK_PAM actually exist. src.conf(5) tells that now. The two options are understood by , but they have no _direct_ effect on the build. However, their _indirect_ effect is through setting MK_GNU_SUPPORT or MK_PAM_SUPPORT, respectively, which src.conf(5) tells, too. -- Yar From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:41:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C975216A4DE; Sun, 6 Aug 2006 14:41:34 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail.fatpipi.com (fatpipi.cirx.org [211.23.144.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A30F43D45; Sun, 6 Aug 2006 14:41:33 +0000 (GMT) (envelope-from vanilla@fatpipi.com) Received: from mail.fatpipi.com (localhost [127.0.0.1]) by mail.fatpipi.com (Postfix) with ESMTP id E51062E114; Sun, 6 Aug 2006 22:41:32 +0800 (CST) Received: by mail.fatpipi.com (Postfix, from userid 1002) id DF9AC2E112; Sun, 6 Aug 2006 22:41:32 +0800 (CST) Date: Sun, 6 Aug 2006 22:41:32 +0800 From: "Vanilla I. Shu" To: Kris Kennaway Message-ID: <20060806144132.GA95029@fatpipi.cirx.org> References: <200608060942.k769gXxw033935@repoman.freebsd.org> <20060806131709.GA78816@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20060806131709.GA78816@xor.obsecurity.org> User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org, "Vanilla I. Shu" Subject: Re: cvs commit: ports/devel Makefile ports/devel/SGE Makefile distinfo pkg-descr pkg-plist ports/devel/SGE/files patch-Makefile patch-Makefile.conf patch-sge030809-sge_tt_text.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:41:34 -0000 On Sun, Aug 06, 2006 at 09:17:10AM -0400, Kris Kennaway wrote: > Port directories should not have capitalized names. However, also be > aware of the name duplication with the sysutils/sge port. so, should I remove it, and import as deve/sge again? From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:55:05 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2E616A4DD; Sun, 6 Aug 2006 14:55:05 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A9443D66; Sun, 6 Aug 2006 14:54:55 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.13.6/8.13.6) with ESMTP id k76Esq7J020363; Sun, 6 Aug 2006 15:54:52 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.13.6/8.13.6) with ESMTP id k76EsqoC065062; Sun, 6 Aug 2006 15:54:52 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.13.6/8.13.6/Submit) with ESMTP id k76Esqwh065059; Sun, 6 Aug 2006 15:54:52 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sun, 6 Aug 2006 15:54:52 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Maxim Sobolev In-Reply-To: <200608012219.k71MJ19N054822@repoman.freebsd.org> Message-ID: <20060806155229.S65022@ury.york.ac.uk> References: <200608012219.k71MJ19N054822@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/share/man/man4/man4.powerpc Makefile powermac_nvram.4 src/sys/dev/powermac_nvram powermac_nvram.c powermac_nvramvar.h src/sys/modules Makefile src/sys/modules/powermac_nvram Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:55:05 -0000 On Tue, 1 Aug 2006, Maxim Sobolev wrote: > sobomax 2006-08-01 22:19:01 UTC > > Modified files: > etc/mtree BSD.include.dist > include Makefile > sys/modules Makefile > usr.sbin Makefile > sys/conf files.powerpc > sys/powerpc/conf GENERIC > Added files: > share/man/man4/man4.powerpc powermac_nvram.4 Makefile > sys/dev/powermac_nvram powermac_nvram.c powermac_nvramvar.h > sys/modules/powermac_nvram Makefile > usr.sbin/nvram Makefile nvram.8 nvram.c > Log: > Add device to access and modify Open Firmware NVRAM settings in > PowerPC-based Apple's machines and small utility to do it from > userland modelled after the similar utility in Darwin/OSX. Hmm, we already have eeprom(8) on sparc64 to modify the OpenFirmware NVRAM settings on that platform. Is there no way that can be extended, rather than providing a different userland application to do it on each platform? Gavin From owner-cvs-all@FreeBSD.ORG Sun Aug 6 14:56:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 027D916A4DA; Sun, 6 Aug 2006 14:56:27 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EC3A43D7B; Sun, 6 Aug 2006 14:56:21 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76EuL5w080558; Sun, 6 Aug 2006 14:56:21 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76EuLjj080557; Sun, 6 Aug 2006 14:56:21 GMT (envelope-from lth) Message-Id: <200608061456.k76EuLjj080557@repoman.freebsd.org> From: Lars Thegler Date: Sun, 6 Aug 2006 14:56:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Email-MIME-Attachment-Stripper Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 14:56:27 -0000 lth 2006-08-06 14:56:21 UTC FreeBSD ports repository Modified files: mail/p5-Email-MIME-Attachment-Stripper Makefile distinfo Log: - Update to 1.31.1 (version number mangled to prevent PORTEPOCH bump) - Use magic MASTER_SITES - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies - Use versioned package dependency - Now requires perl from ports Revision Changes Path 1.5 +10 -18 ports/mail/p5-Email-MIME-Attachment-Stripper/Makefile 1.4 +3 -3 ports/mail/p5-Email-MIME-Attachment-Stripper/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 6 15:52:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67C416A4DA; Sun, 6 Aug 2006 15:52:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7012A43D53; Sun, 6 Aug 2006 15:52:11 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76FqBLl084329; Sun, 6 Aug 2006 15:52:11 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76FqBnf084328; Sun, 6 Aug 2006 15:52:11 GMT (envelope-from sat) Message-Id: <200608061552.k76FqBnf084328@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 6 Aug 2006 15:52:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/p5-File-Format-RIFF Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 15:52:11 -0000 sat 2006-08-06 15:52:11 UTC FreeBSD ports repository Modified files: multimedia/p5-File-Format-RIFF Makefile Log: - Require perl from ports Reported by: pointyhat via kris Revision Changes Path 1.3 +7 -1 ports/multimedia/p5-File-Format-RIFF/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:22:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 267C616A4DA; Sun, 6 Aug 2006 16:22:18 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id A388743D46; Sun, 6 Aug 2006 16:22:17 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 905F720A5; Sun, 6 Aug 2006 18:22:11 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 741CA2085; Sun, 6 Aug 2006 18:22:11 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 4DF5133C28; Sun, 6 Aug 2006 18:22:11 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Bruce M Simpson References: <200608021305.k72D5c9R055142@repoman.freebsd.org> Date: Sun, 06 Aug 2006 18:22:10 +0200 In-Reply-To: <200608021305.k72D5c9R055142@repoman.freebsd.org> (Bruce M. Simpson's message of "Wed, 2 Aug 2006 13:05:38 +0000 (UTC)") Message-ID: <86oduxx2a5.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:22:18 -0000 Bruce M Simpson writes: > Log: > Block a variety of signals which may afffect reboot(8), before killing > init(8), to avoid losing a race to them and dying before being able > to call reboot(2). Wouldn't it be more logical to have init(8) perform the reboot(2) call upon receiving a signal from reboot(8)? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:33:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F42C16A4DA; Sun, 6 Aug 2006 16:33:08 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 062A543D49; Sun, 6 Aug 2006 16:33:08 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76GX7Yt087887; Sun, 6 Aug 2006 16:33:07 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76GX7fm087886; Sun, 6 Aug 2006 16:33:07 GMT (envelope-from sat) Message-Id: <200608061633.k76GX7fm087886@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 6 Aug 2006 16:33:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/p5-Audio-FLAC-Header Makefile ports/devel/p5-Class-Field Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:33:08 -0000 sat 2006-08-06 16:33:07 UTC FreeBSD ports repository Modified files: audio/p5-Audio-FLAC-Header Makefile devel/p5-Class-Field Makefile Log: - Require perl from ports Reported by: pointyhat via kris Revision Changes Path 1.3 +7 -1 ports/audio/p5-Audio-FLAC-Header/Makefile 1.2 +7 -1 ports/devel/p5-Class-Field/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:43:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E17916A4DE; Sun, 6 Aug 2006 16:43:39 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 061CD43D79; Sun, 6 Aug 2006 16:43:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76GhZ0h088792; Sun, 6 Aug 2006 16:43:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76GhZDC088791; Sun, 6 Aug 2006 16:43:35 GMT (envelope-from pav) Message-Id: <200608061643.k76GhZDC088791@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 6 Aug 2006 16:43:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/bbftp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:43:39 -0000 pav 2006-08-06 16:43:35 UTC FreeBSD ports repository Modified files: ftp/bbftp Makefile Log: - Broken on 4.X: does not compile (O_SYNC undeclared) Reported by: krismail Revision Changes Path 1.2 +7 -1 ports/ftp/bbftp/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:45:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF40616A4DA; Sun, 6 Aug 2006 16:45:49 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AA4343D46; Sun, 6 Aug 2006 16:45:49 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 92F6E20A5; Sun, 6 Aug 2006 18:45:43 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 1F25C2085; Sun, 6 Aug 2006 18:45:43 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 0079C33C28; Sun, 6 Aug 2006 18:45:42 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Bruce M Simpson References: <200608061201.k76C1gxv046400@repoman.freebsd.org> Date: Sun, 06 Aug 2006 18:45:42 +0200 In-Reply-To: <200608061201.k76C1gxv046400@repoman.freebsd.org> (Bruce M. Simpson's message of "Sun, 6 Aug 2006 12:01:42 +0000 (UTC)") Message-ID: <86k65lx16x.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:45:49 -0000 Bruce M Simpson writes: > Log: > Add identifier for the Epson CX3650 all-in-one scanner function. > This enables the scanner function on these devices to be detected > and probed by uscanner(4), but only when ulpt is not loaded. Any chance we might at some point fix the USB stack so multiple drivers can attach to different endpoints on the same device? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:48:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 982E516A4DA; Sun, 6 Aug 2006 16:48:23 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B71243D53; Sun, 6 Aug 2006 16:48:23 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 237741A3C30; Sun, 6 Aug 2006 09:48:23 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 769A951664; Sun, 6 Aug 2006 12:48:22 -0400 (EDT) Date: Sun, 6 Aug 2006 12:48:22 -0400 From: Kris Kennaway To: "Vanilla I. Shu" Message-ID: <20060806164822.GA555@xor.obsecurity.org> References: <200608060942.k769gXxw033935@repoman.freebsd.org> <20060806131709.GA78816@xor.obsecurity.org> <20060806144132.GA95029@fatpipi.cirx.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <20060806144132.GA95029@fatpipi.cirx.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, "Vanilla I. Shu" , cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: ports/devel Makefile ports/devel/SGE Makefile distinfo pkg-descr pkg-plist ports/devel/SGE/files patch-Makefile patch-Makefile.conf patch-sge030809-sge_tt_text.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:48:23 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Aug 06, 2006 at 10:41:32PM +0800, Vanilla I. Shu wrote: > On Sun, Aug 06, 2006 at 09:17:10AM -0400, Kris Kennaway wrote: > > Port directories should not have capitalized names. However, also be > > aware of the name duplication with the sysutils/sge port. > so, should I remove it, and import as deve/sge again? Yes, and figure out what to do about the LATEST_LINK conflict. Kris --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE1h1VWry0BWjoQKURAiPKAJ9HqY83zn3bPScftjijznAu2b6mvACgrjhs UZcBC06kCIB8hkp0UESb6HI= =GNPD -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:49:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F1316A4DA; Sun, 6 Aug 2006 16:49:34 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7950043D4C; Sun, 6 Aug 2006 16:49:34 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76GnY2F097069; Sun, 6 Aug 2006 16:49:34 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76GnYfv097068; Sun, 6 Aug 2006 16:49:34 GMT (envelope-from stefan) Message-Id: <200608061649.k76GnYfv097068@repoman.freebsd.org> From: Stefan Walter Date: Sun, 6 Aug 2006 16:49:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p Makefile ports/net-p2p/museekplus Makefile distinfo pkg-descr pkg-message pkg-plist ports/net-p2p/museekplus/files patch-museeq_SConscript X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:49:34 -0000 stefan 2006-08-06 16:49:34 UTC FreeBSD ports repository Modified files: net-p2p Makefile Added files: net-p2p/museekplus Makefile distinfo pkg-descr pkg-message pkg-plist net-p2p/museekplus/files patch-museeq_SConscript Log: Add Museek+: Museek+ (or Museek-Plus) is an enhanced fork of Museek, a file-sharing application for the Soulseek peer-to-peer network. The actual SoulSeek client and the GUI are separate programs that communicate via Unix or network sockets. Approved by: arved (mentor) Revision Changes Path 1.16 +1 -0 ports/net-p2p/Makefile 1.1 +95 -0 ports/net-p2p/museekplus/Makefile (new) 1.1 +3 -0 ports/net-p2p/museekplus/distinfo (new) 1.1 +10 -0 ports/net-p2p/museekplus/files/patch-museeq_SConscript (new) 1.1 +5 -0 ports/net-p2p/museekplus/pkg-descr (new) 1.1 +4 -0 ports/net-p2p/museekplus/pkg-message (new) 1.1 +88 -0 ports/net-p2p/museekplus/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:53:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A30516A4DA; Sun, 6 Aug 2006 16:53:57 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B480B43D46; Sun, 6 Aug 2006 16:53:56 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76GruJm097367; Sun, 6 Aug 2006 16:53:56 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76GrunR097366; Sun, 6 Aug 2006 16:53:56 GMT (envelope-from itetcu) Message-Id: <200608061653.k76GrunR097366@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 16:53:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ice Makefile ports/devel/ice/files Make.rules.FreeBSD patch-Make.rules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:53:57 -0000 itetcu 2006-08-06 16:53:56 UTC FreeBSD ports repository Modified files: devel/ice Makefile devel/ice/files Make.rules.FreeBSD patch-Make.rules Log: convert to USE_BDB PR: ports/101409 Submitted by: Stefan Ehmann (maintainer) Revision Changes Path 1.8 +8 -3 ports/devel/ice/Makefile 1.3 +0 -2 ports/devel/ice/files/Make.rules.FreeBSD 1.3 +5 -5 ports/devel/ice/files/patch-Make.rules From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:54:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 325E216A4DE; Sun, 6 Aug 2006 16:54:37 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F27AA43D60; Sun, 6 Aug 2006 16:54:33 +0000 (GMT) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76GsXcd097409; Sun, 6 Aug 2006 16:54:33 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76GsXSw097408; Sun, 6 Aug 2006 16:54:33 GMT (envelope-from stefan) Message-Id: <200608061654.k76GsXSw097408@repoman.freebsd.org> From: Stefan Walter Date: Sun, 6 Aug 2006 16:54:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:54:37 -0000 stefan 2006-08-06 16:54:33 UTC FreeBSD ports repository Modified files: . modules Log: museekplus --> ports/net-p2p/museekplus Revision Changes Path 1.15916 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:56:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6276F16A4DF; Sun, 6 Aug 2006 16:56:16 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88BBE43D4C; Sun, 6 Aug 2006 16:56:15 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76GuFpN097592; Sun, 6 Aug 2006 16:56:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76GuFLw097591; Sun, 6 Aug 2006 16:56:15 GMT (envelope-from rwatson) Message-Id: <200608061656.k76GuFLw097591@repoman.freebsd.org> From: Robert Watson Date: Sun, 6 Aug 2006 16:56:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mac_policy.h src/sys/security/mac_biba mac_biba.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:56:16 -0000 rwatson 2006-08-06 16:56:15 UTC FreeBSD src repository Modified files: sys/sys mac_policy.h sys/security/mac_biba mac_biba.c Log: Make mpo_associate_nfsd_label() return void, not int, to match mac_associate_nfsd_label(). Head nod: csjp Revision Changes Path 1.93 +1 -2 src/sys/security/mac_biba/mac_biba.c 1.73 +1 -1 src/sys/sys/mac_policy.h From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:59:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C71016A4E6 for ; Sun, 6 Aug 2006 16:59:27 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from ems01.seccuris.com (ems01.seccuris.com [204.112.0.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 1CB5443D60 for ; Sun, 6 Aug 2006 16:59:24 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: (qmail 1751 invoked by uid 86); 6 Aug 2006 17:16:25 -0000 Received: from unknown (HELO ?127.0.0.1?) (204.112.0.40) by ems01.seccuris.com with SMTP; 6 Aug 2006 17:16:25 -0000 Message-ID: <44D61FF0.60209@FreeBSD.org> Date: Sun, 06 Aug 2006 11:59:28 -0500 From: "Christian S.J. Peron" User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: Robert Watson References: <200608061656.k76GuFLw097591@repoman.freebsd.org> In-Reply-To: <200608061656.k76GuFLw097591@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mac_policy.h src/sys/security/mac_biba mac_biba.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:59:27 -0000 Robert Watson wrote: > rwatson 2006-08-06 16:56:15 UTC > > FreeBSD src repository > > Modified files: > sys/sys mac_policy.h > sys/security/mac_biba mac_biba.c > Log: > Make mpo_associate_nfsd_label() return void, not int, to match > mac_associate_nfsd_label(). > > Head nod: csjp > > Revision Changes Path > 1.93 +1 -2 src/sys/security/mac_biba/mac_biba.c > 1.73 +1 -1 src/sys/sys/mac_policy.h > > > Thanks for catching that Robert! -- Christian S.J. Peron csjp@FreeBSD.ORG FreeBSD Committer FreeBSD Security Team From owner-cvs-all@FreeBSD.ORG Sun Aug 6 16:59:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5AF116A4E9; Sun, 6 Aug 2006 16:59:33 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78D4C43D68; Sun, 6 Aug 2006 16:59:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76GxVrE097713; Sun, 6 Aug 2006 16:59:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76GxVBG097712; Sun, 6 Aug 2006 16:59:31 GMT (envelope-from pav) Message-Id: <200608061659.k76GxVBG097712@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 6 Aug 2006 16:59:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/iaxmodem/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 16:59:34 -0000 pav 2006-08-06 16:59:31 UTC FreeBSD ports repository Modified files: net/iaxmodem/files patch-aa Log: - Attempt to fix build on FreeBSD 4.X Reported by: krismail Revision Changes Path 1.2 +8 -0 ports/net/iaxmodem/files/patch-aa From owner-cvs-all@FreeBSD.ORG Sun Aug 6 17:10:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F9B16A4DA; Sun, 6 Aug 2006 17:10:55 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 954E543EA5; Sun, 6 Aug 2006 17:08:28 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76H8GkX099482; Sun, 6 Aug 2006 17:08:16 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76H8G5I099481; Sun, 6 Aug 2006 17:08:16 GMT (envelope-from pav) Message-Id: <200608061708.k76H8G5I099481@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 6 Aug 2006 17:08:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/tochnog/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 17:10:55 -0000 pav 2006-08-06 17:08:15 UTC FreeBSD ports repository Modified files: cad/tochnog/files patch-makefile Log: - Attempt to fix build on FreeBSD 4.X Reported by: krismail Revision Changes Path 1.4 +4 -4 ports/cad/tochnog/files/patch-makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 17:16:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C2A216A50A; Sun, 6 Aug 2006 17:16:32 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD7843D94; Sun, 6 Aug 2006 17:16:19 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76HGJv0099883; Sun, 6 Aug 2006 17:16:19 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76HGJer099882; Sun, 6 Aug 2006 17:16:19 GMT (envelope-from sat) Message-Id: <200608061716.k76HGJer099882@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 6 Aug 2006 17:16:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/radvd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 17:16:32 -0000 sat 2006-08-06 17:16:19 UTC FreeBSD ports repository Modified files: net/radvd Makefile Log: - Mark broken on 4.x Reported by: pointyhat via kris Revision Changes Path 1.11 +7 -2 ports/net/radvd/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 17:22:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C2BE16A4DE; Sun, 6 Aug 2006 17:22:36 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA00943D46; Sun, 6 Aug 2006 17:22:35 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76HMZRR001062; Sun, 6 Aug 2006 17:22:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76HMZW3001061; Sun, 6 Aug 2006 17:22:35 GMT (envelope-from pav) Message-Id: <200608061722.k76HMZW3001061@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 6 Aug 2006 17:22:34 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 17:22:36 -0000 pav 2006-08-06 17:22:34 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: 9.3 PREFIX minor changes: - don't mention scripts/Makefiles - don't suggest USE_X_PREFIX when linking with X libs Revision Changes Path 1.741 +2 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 6 17:38:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B73616A4DA; Sun, 6 Aug 2006 17:38:16 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 014BA43D45; Sun, 6 Aug 2006 17:38:16 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76HcFeE001752; Sun, 6 Aug 2006 17:38:15 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76HcFUY001751; Sun, 6 Aug 2006 17:38:15 GMT (envelope-from arved) Message-Id: <200608061738.k76HcFUY001751@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 6 Aug 2006 17:38:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/scponly Makefile ports/shells/scponly/files patch-helper.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 17:38:16 -0000 arved 2006-08-06 17:38:15 UTC FreeBSD ports repository Modified files: shells/scponly Makefile Added files: shells/scponly/files patch-helper.c Log: Unbreak rsync comatibility when long opts ("--server", "--sender" and "--delete" in this case) specified. PR: 96295 Suggested by: ueda _at_ drweb dot jp Obtained from: https://lists.ccs.neu.edu/pipermail/scponly/2006-March/001287.html Approved by: rushani (maintainer) Revision Changes Path 1.25 +3 -1 ports/shells/scponly/Makefile 1.1 +97 -0 ports/shells/scponly/files/patch-helper.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 17:47:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F9EA16A4DA; Sun, 6 Aug 2006 17:47:29 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0215E43D80; Sun, 6 Aug 2006 17:47:23 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76HlNu9002211; Sun, 6 Aug 2006 17:47:23 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76HlNft002210; Sun, 6 Aug 2006 17:47:23 GMT (envelope-from arved) Message-Id: <200608061747.k76HlNft002210@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 6 Aug 2006 17:47:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/gastman Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 17:47:29 -0000 arved 2006-08-06 17:47:23 UTC FreeBSD ports repository Modified files: net/gastman Makefile Log: Unbreak port if asterisk is installed PR: 95969 Reported by: Wes Santee Approved by: maintainer timeout Revision Changes Path 1.5 +1 -1 ports/net/gastman/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 17:54:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF75916A4DD; Sun, 6 Aug 2006 17:54:23 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6410843D67; Sun, 6 Aug 2006 17:54:23 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76HsNPr002567; Sun, 6 Aug 2006 17:54:23 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76HsNgA002566; Sun, 6 Aug 2006 17:54:23 GMT (envelope-from itetcu) Message-Id: <200608061754.k76HsNgA002566@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 6 Aug 2006 17:54:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/kana-no-quiz Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 17:54:23 -0000 itetcu 2006-08-06 17:54:23 UTC FreeBSD ports repository Modified files: japanese/kana-no-quiz Makefile distinfo pkg-plist Log: Fix size mismatch (a few py files removed, a new files installed) PR: ports/101463 Submitted by: Nicola Vitale (maintainer) Revision Changes Path 1.2 +1 -0 ports/japanese/kana-no-quiz/Makefile 1.2 +3 -3 ports/japanese/kana-no-quiz/distinfo 1.2 +1 -0 ports/japanese/kana-no-quiz/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 6 17:58:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5E0C16A4DA; Sun, 6 Aug 2006 17:58:03 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4A543D82; Sun, 6 Aug 2006 17:58:03 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76Hw30i002784; Sun, 6 Aug 2006 17:58:03 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Hw3Dl002783; Sun, 6 Aug 2006 17:58:03 GMT (envelope-from erwin) Message-Id: <200608061758.k76Hw3Dl002783@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 6 Aug 2006 17:58:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Make-Cache Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 17:58:04 -0000 erwin 2006-08-06 17:58:03 UTC FreeBSD ports repository Modified files: devel/p5-Make-Cache Makefile Log: Require perl from ports. Submitted by: pointyhat via kris Pointyhat to: clsung Revision Changes Path 1.2 +7 -1 ports/devel/p5-Make-Cache/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 18:05:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3531416A4DE; Sun, 6 Aug 2006 18:05:21 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0E4643D49; Sun, 6 Aug 2006 18:05:20 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76I5KYq004378; Sun, 6 Aug 2006 18:05:20 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76I5KUD004377; Sun, 6 Aug 2006 18:05:20 GMT (envelope-from pav) Message-Id: <200608061805.k76I5KUD004377@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 6 Aug 2006 18:05:20 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 18:05:21 -0000 pav 2006-08-06 18:05:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Document DESTDIR usage PR: docs/101365 (loosely based on) Submitted by: gabor Revision Changes Path 1.742 +62 -7 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 6 18:08:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A99EE16A4DD; Sun, 6 Aug 2006 18:08:10 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A70343D53; Sun, 6 Aug 2006 18:08:10 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76I8ASU004590; Sun, 6 Aug 2006 18:08:10 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76I8AOV004589; Sun, 6 Aug 2006 18:08:10 GMT (envelope-from erwin) Message-Id: <200608061808.k76I8AOV004589@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 6 Aug 2006 18:08:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/yank Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 18:08:10 -0000 erwin 2006-08-06 18:08:10 UTC FreeBSD ports repository Modified files: deskutils/yank Makefile Log: Mark BROKEN: does not deinstall cleanly Revision Changes Path 1.25 +2 -0 ports/deskutils/yank/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 18:15:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E8D816A4DE; Sun, 6 Aug 2006 18:15:19 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4479143D8A; Sun, 6 Aug 2006 18:14:33 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76IEQhV004911; Sun, 6 Aug 2006 18:14:26 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76IEQlQ004910; Sun, 6 Aug 2006 18:14:26 GMT (envelope-from arved) Message-Id: <200608061814.k76IEQlQ004910@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 6 Aug 2006 18:14:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/powerdns Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 18:15:19 -0000 arved 2006-08-06 18:14:26 UTC FreeBSD ports repository Modified files: dns/powerdns Makefile Log: Fix build of optional LDAP backend with newer versions of OpenLDAP PR: 97431 Reported by: Thomas Köllmann Submitted by: "Ralf van den Enden" Revision Changes Path 1.49 +1 -1 ports/dns/powerdns/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 18:29:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C453D16A4E8; Sun, 6 Aug 2006 18:29:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D5C843D62; Sun, 6 Aug 2006 18:25:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76IPb5k005488; Sun, 6 Aug 2006 18:25:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76IPbBq005487; Sun, 6 Aug 2006 18:25:37 GMT (envelope-from pav) Message-Id: <200608061825.k76IPbBq005487@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 6 Aug 2006 18:25:37 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 18:29:42 -0000 pav 2006-08-06 18:25:37 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Fix a nit in previous revision Pointed out by: simon Revision Changes Path 1.743 +2 -2 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 6 18:41:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50EC816A4DD; Sun, 6 Aug 2006 18:41:41 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3EF643D6A; Sun, 6 Aug 2006 18:41:40 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76IfePD006241; Sun, 6 Aug 2006 18:41:40 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Ifel0006240; Sun, 6 Aug 2006 18:41:40 GMT (envelope-from sem) Message-Id: <200608061841.k76Ifel0006240@repoman.freebsd.org> From: Sergey Matveychuk Date: Sun, 6 Aug 2006 18:41:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gsoap Makefile ports/devel/gsoap/files patch-soapcpp2-stdsoap2.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 18:41:41 -0000 sem 2006-08-06 18:41:40 UTC FreeBSD ports repository Modified files: devel/gsoap Makefile devel/gsoap/files patch-soapcpp2-stdsoap2.cpp Log: - Fix build on 4.11 Reported by: kris mail Revision Changes Path 1.24 +10 -1 ports/devel/gsoap/Makefile 1.3 +1 -1 ports/devel/gsoap/files/patch-soapcpp2-stdsoap2.cpp From owner-cvs-all@FreeBSD.ORG Sun Aug 6 18:42:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61A716A4E2; Sun, 6 Aug 2006 18:42:44 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EFBD43D6A; Sun, 6 Aug 2006 18:42:44 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76Igi0h006303; Sun, 6 Aug 2006 18:42:44 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Igix8006302; Sun, 6 Aug 2006 18:42:44 GMT (envelope-from erwin) Message-Id: <200608061842.k76Igix8006302@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 6 Aug 2006 18:42:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/rar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 18:42:44 -0000 erwin 2006-08-06 18:42:44 UTC FreeBSD ports repository Modified files: archivers/rar Makefile Log: Respect DESTDIR PR: 101426 Submitted by: gabor (maintainer) Revision Changes Path 1.56 +4 -4 ports/archivers/rar/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 18:50:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A954D16A4DD; Sun, 6 Aug 2006 18:50:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 602FF43D45; Sun, 6 Aug 2006 18:50:14 +0000 (GMT) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76IoE0q006623; Sun, 6 Aug 2006 18:50:14 GMT (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76IoEu0006622; Sun, 6 Aug 2006 18:50:14 GMT (envelope-from olgeni) Message-Id: <200608061850.k76IoEu0006622@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 6 Aug 2006 18:50:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/rox-filer Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 18:50:14 -0000 olgeni 2006-08-06 18:50:14 UTC FreeBSD ports repository Modified files: x11-fm/rox-filer Makefile distinfo pkg-plist Log: Upgrade to version 2.5. Revision Changes Path 1.59 +6 -6 ports/x11-fm/rox-filer/Makefile 1.35 +3 -3 ports/x11-fm/rox-filer/distinfo 1.27 +4 -1 ports/x11-fm/rox-filer/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 6 18:53:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16CBB16A4DD; Sun, 6 Aug 2006 18:53:12 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3B4F43D45; Sun, 6 Aug 2006 18:53:11 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76IrBk0006798; Sun, 6 Aug 2006 18:53:11 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76IrBQO006797; Sun, 6 Aug 2006 18:53:11 GMT (envelope-from pav) Message-Id: <200608061853.k76IrBQO006797@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 6 Aug 2006 18:53:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql41-server Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 18:53:12 -0000 pav 2006-08-06 18:53:11 UTC FreeBSD ports repository Modified files: databases/mysql41-server Makefile distinfo Log: - Update to 4.1.21 Approved by: ale's vacation Revision Changes Path 1.222 +1 -1 ports/databases/mysql41-server/Makefile 1.92 +3 -3 ports/databases/mysql41-server/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 6 19:03:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB8AA16A4DE; Sun, 6 Aug 2006 19:03:27 +0000 (UTC) (envelope-from twinterg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8273243D45; Sun, 6 Aug 2006 19:03:27 +0000 (GMT) (envelope-from twinterg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76J3Rmx008596; Sun, 6 Aug 2006 19:03:27 GMT (envelope-from twinterg@repoman.freebsd.org) Received: (from twinterg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76J3RM8008595; Sun, 6 Aug 2006 19:03:27 GMT (envelope-from twinterg) Message-Id: <200608061903.k76J3RM8008595@repoman.freebsd.org> From: Thomas Wintergerst Date: Sun, 6 Aug 2006 19:03:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src UPDATING src/sys/i386/include i4b_ioctl.h src/sys/i4b/layer4 i4b_l4mgmt.c src/usr.sbin/i4b/isdnd controller.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 19:03:27 -0000 twinterg 2006-08-06 19:03:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING sys/i386/include i4b_ioctl.h sys/i4b/layer4 i4b_l4mgmt.c usr.sbin/i4b/isdnd controller.c Log: MFC: Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is part of c4b, CAPI for BSD). This may be a preparation to add CAPI for BSD to the source tree, in case the decision to MFC c4b itself is positive. Until then users of c4b at least do not need to build a new kernel or base system to compile and run c4b. Approved by: hm (mentor) Revision Changes Path 1.416.2.25 +7 -0 src/UPDATING 1.22.2.1 +3 -2 src/sys/i386/include/i4b_ioctl.h 1.17.2.1 +6 -2 src/sys/i4b/layer4/i4b_l4mgmt.c 1.14.14.1 +14 -0 src/usr.sbin/i4b/isdnd/controller.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 19:20:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8765316A4DE; Sun, 6 Aug 2006 19:20:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E0243D49; Sun, 6 Aug 2006 19:20:08 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 3C65E46CE4; Sun, 6 Aug 2006 15:20:07 -0400 (EDT) Date: Sun, 6 Aug 2006 20:20:07 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Thomas Wintergerst In-Reply-To: <200608061903.k76J3RM8008595@repoman.freebsd.org> Message-ID: <20060806201649.G83232@fledge.watson.org> References: <200608061903.k76J3RM8008595@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/sys/i386/include i4b_ioctl.h src/sys/i4b/layer4 i4b_l4mgmt.c src/usr.sbin/i4b/isdnd controller.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 19:20:10 -0000 On Sun, 6 Aug 2006, Thomas Wintergerst wrote: > twinterg 2006-08-06 19:03:27 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > . UPDATING > sys/i386/include i4b_ioctl.h > sys/i4b/layer4 i4b_l4mgmt.c > usr.sbin/i4b/isdnd controller.c > Log: > MFC: > > Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is > part of c4b, CAPI for BSD). This may be a preparation to add CAPI for BSD to > the source tree, in case the decision to MFC c4b itself is positive. Until > then users of c4b at least do not need to build a new kernel or base system > to compile and run c4b. Any chance we will see the following change in 7.x in the near future? Per discussion on arch@, the goal is to remove as many non-MPSAFEty crutches from the tree as possible before 7.0: peppercorn:~/freebsd/commit/src/sys/i4b> grep -ri giant . ./driver/i4b_ctl.c: .d_flags = D_NEEDGIANT, ./driver/i4b_ipr.c:NET_NEEDS_GIANT("i4b_ipr"); ./driver/i4b_isppp.c:NET_NEEDS_GIANT("i4b_isppp"); ./driver/i4b_rbch.c: .d_flags = D_NEEDGIANT, ./driver/i4b_tel.c: .d_flags = D_NEEDGIANT, ./driver/i4b_trace.c: .d_flags = D_NEEDGIANT, ./layer4/i4b_i4bdrv.c: .d_flags = D_NEEDGIANT, Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-all@FreeBSD.ORG Sun Aug 6 19:28:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 835BF16A519; Sun, 6 Aug 2006 19:28:00 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9C443D6A; Sun, 6 Aug 2006 19:27:59 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76JRwBo009670; Sun, 6 Aug 2006 19:27:58 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76JRwEw009669; Sun, 6 Aug 2006 19:27:58 GMT (envelope-from shaun) Message-Id: <200608061927.k76JRwEw009669@repoman.freebsd.org> From: Shaun Amott Date: Sun, 6 Aug 2006 19:27:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/knock Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 19:28:00 -0000 shaun 2006-08-06 19:27:58 UTC FreeBSD ports repository Modified files: security/knock Makefile Log: Fix build on FreeBSD 4.x. Submitted by: pointyhat via kris Revision Changes Path 1.2 +3 -0 ports/security/knock/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 19:28:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7532B16A4E0; Sun, 6 Aug 2006 19:28:42 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAA843D6D; Sun, 6 Aug 2006 19:28:40 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.56] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k76JSbew095633 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 6 Aug 2006 12:28:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44D642C0.3090906@FreeBSD.org> Date: Sun, 06 Aug 2006 12:28:00 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Gavin Atkinson References: <200608012219.k71MJ19N054822@repoman.freebsd.org> <20060806155229.S65022@ury.york.ac.uk> In-Reply-To: <20060806155229.S65022@ury.york.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/share/man/man4/man4.powerpc Makefile powermac_nvram.4 src/sys/dev/powermac_nvram powermac_nvram.c powermac_nvramvar.h src/sys/modules Makefile src/sys/modules/powermac_nvram Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 19:28:42 -0000 Gavin Atkinson wrote: > On Tue, 1 Aug 2006, Maxim Sobolev wrote: >> sobomax 2006-08-01 22:19:01 UTC >> >> Modified files: >> etc/mtree BSD.include.dist >> include Makefile >> sys/modules Makefile >> usr.sbin Makefile >> sys/conf files.powerpc >> sys/powerpc/conf GENERIC >> Added files: >> share/man/man4/man4.powerpc powermac_nvram.4 Makefile >> sys/dev/powermac_nvram powermac_nvram.c powermac_nvramvar.h >> sys/modules/powermac_nvram Makefile >> usr.sbin/nvram Makefile nvram.8 nvram.c >> Log: >> Add device to access and modify Open Firmware NVRAM settings in >> PowerPC-based Apple's machines and small utility to do it from >> userland modelled after the similar utility in Darwin/OSX. > > Hmm, we already have eeprom(8) on sparc64 to modify the OpenFirmware > NVRAM settings on that platform. Is there no way that can be extended, > rather than providing a different userland application to do it on each > platform? Yes, I've looked into it, but the way it works is completely different. Therefore, there is no much sense in integrating it into the single application. -Maxim From owner-cvs-all@FreeBSD.ORG Sun Aug 6 19:36:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B47A16A4DF; Sun, 6 Aug 2006 19:36:08 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5EC843D45; Sun, 6 Aug 2006 19:36:07 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76Ja7cL010129; Sun, 6 Aug 2006 19:36:07 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Ja7G8010128; Sun, 6 Aug 2006 19:36:07 GMT (envelope-from alc) Message-Id: <200608061936.k76Ja7G8010128@repoman.freebsd.org> From: Alan Cox Date: Sun, 6 Aug 2006 19:36:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 19:36:08 -0000 alc 2006-08-06 19:36:07 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c Log: Eliminate the unnecessary acquisition and release of the page queues lock from pmap_pinit(). Revision Changes Path 1.158 +0 -4 src/sys/sparc64/sparc64/pmap.c From owner-cvs-all@FreeBSD.ORG Sun Aug 6 19:39:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E30116A4DD; Sun, 6 Aug 2006 19:39:59 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2337343D46; Sun, 6 Aug 2006 19:39:59 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76Jdxou010385; Sun, 6 Aug 2006 19:39:59 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Jdx0b010384; Sun, 6 Aug 2006 19:39:59 GMT (envelope-from jylefort) Message-Id: <200608061939.k76Jdx0b010384@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sun, 6 Aug 2006 19:39:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/viewglob Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 19:39:59 -0000 jylefort 2006-08-06 19:39:59 UTC FreeBSD ports repository Modified files: shells/viewglob Makefile distinfo Log: Update to 2.0.4 PR: ports/98462 Submitted by: Martin Wilke Revision Changes Path 1.9 +1 -2 ports/shells/viewglob/Makefile 1.5 +3 -3 ports/shells/viewglob/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 6 19:43:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC8BA16A4DF; Sun, 6 Aug 2006 19:43:47 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29C943D46; Sun, 6 Aug 2006 19:43:47 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76Jhl6K011011; Sun, 6 Aug 2006 19:43:47 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Jhlpq011010; Sun, 6 Aug 2006 19:43:47 GMT (envelope-from pav) Message-Id: <200608061943.k76Jhlpq011010@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 6 Aug 2006 19:43:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql50-server Makefile distinfo pkg-plist pkg-plist.client ports/databases/mysql50-server/files patch-scripts::Makefile.in patch-sql::mysqld.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 19:43:48 -0000 pav 2006-08-06 19:43:47 UTC FreeBSD ports repository Modified files: databases/mysql50-server Makefile distinfo pkg-plist pkg-plist.client databases/mysql50-server/files patch-scripts::Makefile.in patch-sql::mysqld.cc Log: - Update to 5.0.24 Approved by: ale's vacation Revision Changes Path 1.217 +2 -2 ports/databases/mysql50-server/Makefile 1.90 +3 -3 ports/databases/mysql50-server/distinfo 1.8 +6 -6 ports/databases/mysql50-server/files/patch-scripts::Makefile.in 1.5 +0 -9 ports/databases/mysql50-server/files/patch-sql::mysqld.cc 1.73 +1 -1 ports/databases/mysql50-server/pkg-plist 1.28 +1 -0 ports/databases/mysql50-server/pkg-plist.client From owner-cvs-all@FreeBSD.ORG Sun Aug 6 19:46:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44DE816A4DD; Sun, 6 Aug 2006 19:46:46 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE0CA43D46; Sun, 6 Aug 2006 19:46:45 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76JkjwW011235; Sun, 6 Aug 2006 19:46:45 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76JkjQN011234; Sun, 6 Aug 2006 19:46:45 GMT (envelope-from krion) Message-Id: <200608061946.k76JkjQN011234@repoman.freebsd.org> From: Kirill Ponomarew Date: Sun, 6 Aug 2006 19:46:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/xterm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 19:46:46 -0000 krion 2006-08-06 19:46:45 UTC FreeBSD ports repository Modified files: x11/xterm Makefile distinfo Log: Update to version 216. ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_216 Revision Changes Path 1.36 +1 -1 ports/x11/xterm/Makefile 1.21 +3 -3 ports/x11/xterm/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 6 20:23:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA82516A4DD; Sun, 6 Aug 2006 20:23:59 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E02A243D6E; Sun, 6 Aug 2006 20:23:58 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76KNwUm014820; Sun, 6 Aug 2006 20:23:58 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76KNwVa014819; Sun, 6 Aug 2006 20:23:58 GMT (envelope-from bsam) Message-Id: <200608062023.k76KNwVa014819@repoman.freebsd.org> From: Boris Samorodov Date: Sun, 6 Aug 2006 20:23:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gnat-gcc34 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 20:23:59 -0000 bsam 2006-08-06 20:23:58 UTC FreeBSD ports repository Modified files: lang/gnat-gcc34 Makefile Log: Broken on 4.x: does not extract (both bzip2 and tar.gz sources are used) Reported by: krismail Approved by: netchild (mentor, implicit) Revision Changes Path 1.2 +4 -0 ports/lang/gnat-gcc34/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 20:46:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A6E16A4E1; Sun, 6 Aug 2006 20:46:33 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B1B043D46; Sun, 6 Aug 2006 20:46:33 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76KkX8c015967; Sun, 6 Aug 2006 20:46:33 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76KkX82015966; Sun, 6 Aug 2006 20:46:33 GMT (envelope-from pav) Message-Id: <200608062046.k76KkX82015966@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 6 Aug 2006 20:46:32 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 20:46:34 -0000 pav 2006-08-06 20:46:32 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: - Fix typo Reported by: gabor Revision Changes Path 1.744 +1 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Sun Aug 6 20:56:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 712E416A4DA; Sun, 6 Aug 2006 20:56:07 +0000 (UTC) (envelope-from freebsd-cvs-src@oldach.net) Received: from rigel.oldach.net (rigel.oldach.net [194.8.96.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 944AE43D4C; Sun, 6 Aug 2006 20:56:06 +0000 (GMT) (envelope-from freebsd-cvs-src@oldach.net) Received: from sep.oldach.net (p548F8597.dip0.t-ipconnect.de [84.143.133.151]) by rigel.oldach.net (8.13.6/8.13.6/hmo30jul04) with ESMTP id k76KtrGO055116 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 6 Aug 2006 22:55:55 +0200 (CEST) (envelope-from freebsd-cvs-src@oldach.net) Received: from sep.oldach.net (localhost [127.0.0.1]) by sep.oldach.net (8.13.6/8.13.6/hmo26jun05) with ESMTP id k76Ktpml025239 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 6 Aug 2006 22:55:51 +0200 (CEST) (envelope-from freebsd-cvs-src@oldach.net) Received: (from hmo@localhost) by sep.oldach.net (8.13.6/8.13.6/Submit/hmo26jun05) id k76KtkPD025236; Sun, 6 Aug 2006 22:55:46 +0200 (CEST) (envelope-from freebsd-cvs-src@oldach.net) Message-Id: <200608062055.k76KtkPD025236@sep.oldach.net> In-Reply-To: from Hajimu UMEMOTO at "Aug 4, 2006 9:38:33 pm" To: ume@FreeBSD.org (Hajimu UMEMOTO) Date: Sun, 6 Aug 2006 22:55:46 +0200 (CEST) From: freebsd-cvs-src@oldach.net (Helge Oldach) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded STARTTLS authentication, not delayed by milter-greylist-2.0.2 (rigel.oldach.net [194.8.96.250]); Sun, 06 Aug 2006 22:55:56 +0200 (CEST) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sep.oldach.net [127.0.0.1]); Sun, 06 Aug 2006 22:55:51 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.3/1638/Sun Aug 6 20:05:44 2006 on rigel.oldach.net X-Virus-Scanned: ClamAV 0.88.3/1638/Sun Aug 6 20:05:44 2006 on sep.oldach.net X-Virus-Status: Clean X-Spam-Flag: NO X-Scanned-By: milter-spamc/0.25.321 (rigel.oldach.net [194.8.96.250]); Sun, 06 Aug 2006 22:55:56 +0200 X-Spam-Status: NO, hits=2.50 required=5.00 X-Spam-Level: ** Cc: scottl@samsco.org, kensmith@cse.Buffalo.EDU, ume@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org, freebsd-cvs-src@oldach.net Subject: Re: cvs commit: src/sys/sys param.h src/include Makefile netdb.h res_update.h resolv.h src/include/arpa inet.h nameser.h nameser X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 20:56:07 -0000 Hajimu UMEMOTO: > Okay. Perhaps, I found the cause. Please try the following change > and let me know the result: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/resolv/res_send.c.diff?r1=1.2&r2=1.3 Yep. This indeed fixes the issue for 6-STABLE as well. After 50 hours uptime no hanging process observed. Thanks! Please MFC... Thanks a lot for dealing with this despite my vague problem report! Helge From owner-cvs-all@FreeBSD.ORG Sun Aug 6 21:05:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5771D16A4DA; Sun, 6 Aug 2006 21:05:15 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E3F243D46; Sun, 6 Aug 2006 21:05:15 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76L5EMp025869; Sun, 6 Aug 2006 21:05:15 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76L5E7g025868; Sun, 6 Aug 2006 21:05:14 GMT (envelope-from thierry) Message-Id: <200608062105.k76L5E7g025868@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 6 Aug 2006 21:05:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/aspell Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 21:05:15 -0000 thierry 2006-08-06 21:05:14 UTC FreeBSD ports repository Modified files: textproc/aspell Makefile pkg-plist Log: - s/INSTALLS_SHLIB/USE_LDCONFIG/, although not yet recognized by portlint; - deinstall share/locale/sl, which is not defined in /etc/mtree/BSD.local.dist. PR: ports/101497 Submitted by: Stanislav Sedov Revision Changes Path 1.81 +1 -1 ports/textproc/aspell/Makefile 1.36 +2 -0 ports/textproc/aspell/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 6 21:17:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0081116A4E0; Sun, 6 Aug 2006 21:17:45 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A42943D49; Sun, 6 Aug 2006 21:17:44 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76LHi2t026407; Sun, 6 Aug 2006 21:17:44 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76LHi3W026406; Sun, 6 Aug 2006 21:17:44 GMT (envelope-from sat) Message-Id: <200608062117.k76LHi3W026406@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 6 Aug 2006 21:17:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-downthemall Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 21:17:45 -0000 sat 2006-08-06 21:17:44 UTC FreeBSD ports repository Modified files: www/xpi-downthemall Makefile distinfo Log: - Update to 0.9.9.6.3 Revision Changes Path 1.8 +1 -1 ports/www/xpi-downthemall/Makefile 1.8 +3 -3 ports/www/xpi-downthemall/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 6 21:38:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D0116A4DA; Sun, 6 Aug 2006 21:38:33 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49A4543D67; Sun, 6 Aug 2006 21:38:29 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76LcTvh027389; Sun, 6 Aug 2006 21:38:29 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76LcTwt027388; Sun, 6 Aug 2006 21:38:29 GMT (envelope-from arved) Message-Id: <200608062138.k76LcTwt027388@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 6 Aug 2006 21:38:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-clocks/wmclock Makefile ports/x11-clocks/wmclock/files patch-weekday.xpm patch-wmclock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 21:38:33 -0000 arved 2006-08-06 21:38:28 UTC FreeBSD ports repository Modified files: x11-clocks/wmclock Makefile Added files: x11-clocks/wmclock/files patch-weekday.xpm patch-wmclock.c Log: Fix -y option to display the correct year Fix abbreviation of Thursday PR: 98886 Submitted by: Eric P. Scott Approved by: maintainer timeout (6 weeks) Revision Changes Path 1.5 +1 -0 ports/x11-clocks/wmclock/Makefile 1.1 +16 -0 ports/x11-clocks/wmclock/files/patch-weekday.xpm (new) 1.1 +16 -0 ports/x11-clocks/wmclock/files/patch-wmclock.c (new) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 21:44:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D082616A4DA; Sun, 6 Aug 2006 21:44:18 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 710B343D6A; Sun, 6 Aug 2006 21:44:18 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76LiIln027724; Sun, 6 Aug 2006 21:44:18 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76LiInC027723; Sun, 6 Aug 2006 21:44:18 GMT (envelope-from marcus) Message-Id: <200608062144.k76LiInC027723@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 6 Aug 2006 21:44:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 21:44:18 -0000 marcus 2006-08-06 21:44:18 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Update to 2.9.1. * Add a check for direct use of sysctl(8). [1] * Add a check for use of the deprecated macro INSTALLS_SHLIB, and point people to USE_LDCONFIG instead. [2] * Add a check for plists with less than 6 items, and point people to PLIST_FILES instead. [3] PR: 100472 [1] 91933 [2] 100190 [3] Submitted by: Babak Farrokhi [1] Revision Changes Path 1.110 +1 -1 ports/devel/portlint/Makefile 1.90 +22 -23 ports/devel/portlint/src/portlint.pl From owner-cvs-all@FreeBSD.ORG Sun Aug 6 21:57:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B44216A4DA; Sun, 6 Aug 2006 21:57:58 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 055BB43D4C; Sun, 6 Aug 2006 21:57:58 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76LvvHI028377; Sun, 6 Aug 2006 21:57:57 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Lvvb0028376; Sun, 6 Aug 2006 21:57:57 GMT (envelope-from sat) Message-Id: <200608062157.k76Lvvb0028376@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 6 Aug 2006 21:57:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid26 Makefile distinfo ports/www/squid26/files icap-2.6-bootstrap.patch icap-2.6-core.patch patch-changeset.10801 patch-src-client_side.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 21:57:58 -0000 sat 2006-08-06 21:57:57 UTC FreeBSD ports repository Modified files: www/squid26 Makefile distinfo Added files: www/squid26/files icap-2.6-bootstrap.patch icap-2.6-core.patch Removed files: www/squid26/files patch-changeset.10801 patch-src-client_side.c Log: - Update to 2.6.STABLE2. - Include most of the post-STABLE2 changes/bugfixes published at . - Remove the local fix for the problem that ipfw(4) support was not working because the problem was fixed upstream. - Remove the SQUID_IPFW option again, ipfw(4) should now work out of the box as in earlier Squid versions. - Add ICAP support. PR: ports/101422 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.192 +9 -13 ports/www/squid26/Makefile 1.150 +33 -6 ports/www/squid26/distinfo 1.1 +473 -0 ports/www/squid26/files/icap-2.6-bootstrap.patch (new) 1.1 +7159 -0 ports/www/squid26/files/icap-2.6-core.patch (new) 1.2 +0 -284 ports/www/squid26/files/patch-changeset.10801 (dead) 1.2 +0 -16 ports/www/squid26/files/patch-src-client_side.c (dead) From owner-cvs-all@FreeBSD.ORG Sun Aug 6 22:06:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51FBF16A4DE; Sun, 6 Aug 2006 22:06:00 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8682343D73; Sun, 6 Aug 2006 22:05:59 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76M5xX2030071; Sun, 6 Aug 2006 22:05:59 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76M5x3a030070; Sun, 6 Aug 2006 22:05:59 GMT (envelope-from arved) Message-Id: <200608062205.k76M5x3a030070@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 6 Aug 2006 22:05:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/fbdesk Makefile distinfo ports/x11/fbdesk/files patch-src-FbTk-FbPixmap.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 22:06:00 -0000 arved 2006-08-06 22:05:59 UTC FreeBSD ports repository Modified files: x11/fbdesk Makefile distinfo x11/fbdesk/files patch-src-FbTk-FbPixmap.cc Log: Update to 1.4.0 PR: 100101 Submitted by: chinsan Approved by: maintainer timeout (3.5 weeks) Revision Changes Path 1.16 +1 -1 ports/x11/fbdesk/Makefile 1.7 +3 -3 ports/x11/fbdesk/distinfo 1.2 +5 -5 ports/x11/fbdesk/files/patch-src-FbTk-FbPixmap.cc From owner-cvs-all@FreeBSD.ORG Sun Aug 6 22:09:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6267D16A4DA; Sun, 6 Aug 2006 22:09:02 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29C7643D58; Sun, 6 Aug 2006 22:09:02 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76M92rS030172; Sun, 6 Aug 2006 22:09:02 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76M92u0030171; Sun, 6 Aug 2006 22:09:02 GMT (envelope-from sat) Message-Id: <200608062209.k76M92u0030171@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 6 Aug 2006 22:09:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/snort Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 22:09:02 -0000 sat 2006-08-06 22:09:02 UTC FreeBSD ports repository Modified files: security/snort Makefile Log: - Release maintainership: I have jumped in over my head with maintaining the port, both in terms of my skills with significantly modifying a port (particularly in getting the port from 2.4.5 to 2.6.0), not using snort enough to really test the full package, and not enough time to improve the port. With that said, there still is ports/99862 that is still open (re: bring security/snort to 2.6.0) which I have it the wall on trying to get the port to deinstall cleanly due to the optional nature of some components. I will continue to help out with other ports that I can take on and those that I can still take on maintainership. PR: ports/101526 Submitted by: Linh Pham (maintainer) Revision Changes Path 1.69 +1 -1 ports/security/snort/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 22:10:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE5E16A4E0; Sun, 6 Aug 2006 22:10:10 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E1C43D46; Sun, 6 Aug 2006 22:10:09 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 7E0C51817E; Mon, 7 Aug 2006 01:10:08 +0300 (EEST) Date: Mon, 7 Aug 2006 01:10:08 +0300 From: Ion-Mihai Tetcu To: Joe Marcus Clarke Message-ID: <20060807011008.60856415@it.buh.tecnik93.com> In-Reply-To: <200608062144.k76LiInC027723@repoman.freebsd.org> References: <200608062144.k76LiInC027723@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 22:10:10 -0000 On Sun, 6 Aug 2006 21:44:18 +0000 (UTC) Joe Marcus Clarke wrote: > marcus 2006-08-06 21:44:18 UTC > > FreeBSD ports repository > > Modified files: > devel/portlint Makefile > devel/portlint/src portlint.pl > Log: > Update to 2.9.1. > > * Add a check for direct use of sysctl(8). [1] > * Add a check for use of the deprecated macro INSTALLS_SHLIB, and > point people to USE_LDCONFIG instead. [2] Thanks. > * Add a check for plists with less than 6 items, and point people to > PLIST_FILES instead. [3] Hmm. Do we really want this ? -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" BOFH excuse #401: Sales staff sold a product we don't offer From owner-cvs-all@FreeBSD.ORG Sun Aug 6 22:13:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D559016A4DA; Sun, 6 Aug 2006 22:13:09 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CFCD43D45; Sun, 6 Aug 2006 22:13:09 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.13.6/8.13.6) with ESMTP id k76MDCof015803; Sun, 6 Aug 2006 18:13:12 -0400 (EDT) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Ion-Mihai Tetcu In-Reply-To: <20060807011008.60856415@it.buh.tecnik93.com> References: <200608062144.k76LiInC027723@repoman.freebsd.org> <20060807011008.60856415@it.buh.tecnik93.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lDRWOvBoG/VoNUIFZZkJ" Organization: FreeBSD, Inc. Date: Sun, 06 Aug 2006 18:13:07 -0400 Message-Id: <1154902387.10775.18.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 22:13:09 -0000 --=-lDRWOvBoG/VoNUIFZZkJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2006-08-07 at 01:10 +0300, Ion-Mihai Tetcu wrote: > On Sun, 6 Aug 2006 21:44:18 +0000 (UTC) > Joe Marcus Clarke wrote: >=20 > > marcus 2006-08-06 21:44:18 UTC > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > devel/portlint Makefile=20 > > devel/portlint/src portlint.pl=20 > > Log: > > Update to 2.9.1. > > =20 > > * Add a check for direct use of sysctl(8). [1] > > * Add a check for use of the deprecated macro INSTALLS_SHLIB, and > > point people to USE_LDCONFIG instead. [2] >=20 > Thanks. >=20 > > * Add a check for plists with less than 6 items, and point people to > > PLIST_FILES instead. [3] >=20 > Hmm. Do we really want this ? It only will assert the check (a warning) if there are no special operations or replaceable strings in the plist. I guess a better question would be, why have PLIST_FILES? If we have it, we might as well point people to use it. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-lDRWOvBoG/VoNUIFZZkJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE1mlzb2iPiv4Uz4cRAhg5AJ47SNU0jzMSiWW+DUb7yIxEe9x7lACfY78f IN5poHQaoSDxuozsfQ1j+dc= =6yzu -----END PGP SIGNATURE----- --=-lDRWOvBoG/VoNUIFZZkJ-- From owner-cvs-all@FreeBSD.ORG Sun Aug 6 22:25:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F2CE16A4DA; Sun, 6 Aug 2006 22:25:48 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B0B43D6A; Sun, 6 Aug 2006 22:25:48 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76MPlIj030940; Sun, 6 Aug 2006 22:25:47 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76MPlck030939; Sun, 6 Aug 2006 22:25:47 GMT (envelope-from mnag) Message-Id: <200608062225.k76MPlck030939@repoman.freebsd.org> From: Marcus Alves Grando Date: Sun, 6 Aug 2006 22:25:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix-current Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 22:25:48 -0000 mnag 2006-08-06 22:25:47 UTC FreeBSD ports repository Modified files: mail/postfix-current Makefile distinfo Log: - Update to 2.4-20060806 - Backport REQUIRE from mail/postfix Revision Changes Path 1.186 +2 -2 ports/mail/postfix-current/Makefile 1.125 +3 -3 ports/mail/postfix-current/distinfo From owner-cvs-all@FreeBSD.ORG Sun Aug 6 22:36:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 029C316A4DE; Sun, 6 Aug 2006 22:36:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABA5843D58; Sun, 6 Aug 2006 22:36:45 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76Maje3031482; Sun, 6 Aug 2006 22:36:45 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76MajXD031481; Sun, 6 Aug 2006 22:36:45 GMT (envelope-from marcus) Message-Id: <200608062236.k76MajXD031481@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 6 Aug 2006 22:36:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 22:36:46 -0000 marcus 2006-08-06 22:36:45 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Actually check to see if $seen_special is set before checking the number of plist items. Revision Changes Path 1.111 +1 -0 ports/devel/portlint/Makefile 1.91 +2 -2 ports/devel/portlint/src/portlint.pl From owner-cvs-all@FreeBSD.ORG Sun Aug 6 22:59:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F4FD16A4DA; Sun, 6 Aug 2006 22:59:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35FC343D46; Sun, 6 Aug 2006 22:59:59 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76MxxU8032424; Sun, 6 Aug 2006 22:59:59 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Mxxtk032423; Sun, 6 Aug 2006 22:59:59 GMT (envelope-from clsung) Message-Id: <200608062259.k76Mxxtk032423@repoman.freebsd.org> From: Cheng-Lung Sung Date: Sun, 6 Aug 2006 22:59:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 22:59:59 -0000 clsung 2006-08-06 22:59:59 UTC FreeBSD ports repository Modified files: devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist Log: - update to 0.86 Revision Changes Path 1.16 +1 -1 ports/devel/p5-Acme-MetaSyntactic/Makefile 1.15 +2 -2 ports/devel/p5-Acme-MetaSyntactic/Makefile.man 1.16 +3 -3 ports/devel/p5-Acme-MetaSyntactic/distinfo 1.15 +1 -1 ports/devel/p5-Acme-MetaSyntactic/pkg-plist From owner-cvs-all@FreeBSD.ORG Sun Aug 6 23:15:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B9816A4DA; Sun, 6 Aug 2006 23:15:41 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49DE843D46; Sun, 6 Aug 2006 23:15:41 +0000 (GMT) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76NFfsS034418; Sun, 6 Aug 2006 23:15:41 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76NFfhN034417; Sun, 6 Aug 2006 23:15:41 GMT (envelope-from kuriyama) Message-Id: <200608062315.k76NFfhN034417@repoman.freebsd.org> From: Jun Kuriyama Date: Sun, 6 Aug 2006 23:15:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-UNIVERSAL-which Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 23:15:41 -0000 kuriyama 2006-08-06 23:15:40 UTC FreeBSD ports repository Modified files: devel/p5-UNIVERSAL-which Makefile Log: Mark IGNORE with old perls. Reported by: pointyhat via kris Revision Changes Path 1.2 +7 -1 ports/devel/p5-UNIVERSAL-which/Makefile From owner-cvs-all@FreeBSD.ORG Sun Aug 6 23:21:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99BCD16A4DE; Sun, 6 Aug 2006 23:21:44 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F2443D45; Sun, 6 Aug 2006 23:21:41 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76NLf7f034716; Sun, 6 Aug 2006 23:21:41 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76NLf82034715; Sun, 6 Aug 2006 23:21:41 GMT (envelope-from hq) Message-Id: <200608062321.k76NLf82034715@repoman.freebsd.org> From: Herve Quiroz Date: Sun, 6 Aug 2006 23:21:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/xalan-j Makefile ports/textproc/xalan-j/files xalan-j.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 23:21:44 -0000 hq 2006-08-06 23:21:41 UTC FreeBSD ports repository Modified files: textproc/xalan-j Makefile textproc/xalan-j/files xalan-j.sh.in Log: - Re-enable Java 1.5 [1] - Use exec(1) to launch the JVM - Set CLASSPATH so that it only contains the required JAR files Submitted by: mi [1] (a long time ago on freebsd-java@) Revision Changes Path 1.21 +6 -3 ports/textproc/xalan-j/Makefile 1.2 +2 -3 ports/textproc/xalan-j/files/xalan-j.sh.in From owner-cvs-all@FreeBSD.ORG Sun Aug 6 23:50:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1089116A4DA; Sun, 6 Aug 2006 23:50:57 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C795943D53; Sun, 6 Aug 2006 23:50:56 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k76NouP3036022; Sun, 6 Aug 2006 23:50:56 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k76Noup5036021; Sun, 6 Aug 2006 23:50:56 GMT (envelope-from sam) Message-Id: <200608062350.k76Noup5036021@repoman.freebsd.org> From: Sam Leffler Date: Sun, 6 Aug 2006 23:50:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211/w00t/libw00t w00t.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 06 Aug 2006 23:50:57 -0000 sam 2006-08-06 23:50:56 UTC FreeBSD src repository Modified files: tools/tools/net80211/w00t/libw00t w00t.c Log: use proper tx series Submitted by: Andrea Bittau Revision Changes Path 1.2 +2 -2 src/tools/tools/net80211/w00t/libw00t/w00t.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 00:05:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95FE116A4DE; Mon, 7 Aug 2006 00:05:04 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C19F43D53; Mon, 7 Aug 2006 00:05:04 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77054ab038026; Mon, 7 Aug 2006 00:05:04 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77054fK038025; Mon, 7 Aug 2006 00:05:04 GMT (envelope-from sam) Message-Id: <200608070005.k77054fK038025@repoman.freebsd.org> From: Sam Leffler Date: Mon, 7 Aug 2006 00:05:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211/wesside Makefile README src/tools/tools/net80211/wesside/dics Makefile dics.c src/tools/tools/net80211/wesside/udps Makefile udps.c src/tools/tools/net80211/wesside/wesside Makefile wesside.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 00:05:04 -0000 sam 2006-08-07 00:05:04 UTC FreeBSD src repository Added files: tools/tools/net80211/wesside Makefile README tools/tools/net80211/wesside/dics Makefile dics.c tools/tools/net80211/wesside/udps Makefile udps.c tools/tools/net80211/wesside/wesside Makefile wesside.c Log: another tool that uses the raw tx api Submitted by: Andrea Bittau Revision Changes Path 1.1 +5 -0 src/tools/tools/net80211/wesside/Makefile (new) 1.1 +36 -0 src/tools/tools/net80211/wesside/README (new) 1.1 +10 -0 src/tools/tools/net80211/wesside/dics/Makefile (new) 1.1 +455 -0 src/tools/tools/net80211/wesside/dics/dics.c (new) 1.1 +10 -0 src/tools/tools/net80211/wesside/udps/Makefile (new) 1.1 +197 -0 src/tools/tools/net80211/wesside/udps/udps.c (new) 1.1 +10 -0 src/tools/tools/net80211/wesside/wesside/Makefile (new) 1.1 +2661 -0 src/tools/tools/net80211/wesside/wesside/wesside.c (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 00:05:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCEDF16A4E0; Mon, 7 Aug 2006 00:05:32 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFAA43D45; Mon, 7 Aug 2006 00:05:32 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7705WFx038107; Mon, 7 Aug 2006 00:05:32 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7705WdF038106; Mon, 7 Aug 2006 00:05:32 GMT (envelope-from sam) Message-Id: <200608070005.k7705WdF038106@repoman.freebsd.org> From: Sam Leffler Date: Mon, 7 Aug 2006 00:05:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211 Makefile README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 00:05:32 -0000 sam 2006-08-07 00:05:32 UTC FreeBSD src repository Modified files: tools/tools/net80211 Makefile README Log: add wesside Revision Changes Path 1.3 +1 -1 src/tools/tools/net80211/Makefile 1.2 +1 -0 src/tools/tools/net80211/README From owner-cvs-all@FreeBSD.ORG Mon Aug 7 00:06:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A9C16A4E0; Mon, 7 Aug 2006 00:06:40 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45EAF43D72; Mon, 7 Aug 2006 00:06:40 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7706eP1038224; Mon, 7 Aug 2006 00:06:40 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7706eID038223; Mon, 7 Aug 2006 00:06:40 GMT (envelope-from maho) Message-Id: <200608070006.k7706eID038223@repoman.freebsd.org> From: Maho Nakata Date: Mon, 7 Aug 2006 00:06:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0/files patch-i65512 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 00:06:40 -0000 maho 2006-08-07 00:06:40 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0/files patch-i65512 Log: Fix build for __FreeBSD_version >= 601103 and discard support for __FreeBSD_version < 700015 Discussed with: ume Revision Changes Path 1.5 +6 -6 ports/editors/openoffice.org-2.0/files/patch-i65512 From owner-cvs-all@FreeBSD.ORG Mon Aug 7 00:40:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17BD816A4DA; Mon, 7 Aug 2006 00:40:37 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D36E143D45; Mon, 7 Aug 2006 00:40:36 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k770eaL1039666; Mon, 7 Aug 2006 00:40:36 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k770eaBa039665; Mon, 7 Aug 2006 00:40:36 GMT (envelope-from clsung) Message-Id: <200608070040.k770eaBa039665@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 00:40:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Tie-Simple Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 00:40:37 -0000 clsung 2006-08-07 00:40:36 UTC FreeBSD ports repository Modified files: devel/p5-Tie-Simple Makefile Log: - Ignore Perl 5.00503 PR: ports/101466 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +7 -1 ports/devel/p5-Tie-Simple/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 00:44:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93EAD16A4DE; Mon, 7 Aug 2006 00:44:02 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59A0E43D46; Mon, 7 Aug 2006 00:44:02 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k770i2dK039859; Mon, 7 Aug 2006 00:44:02 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k770i2p6039858; Mon, 7 Aug 2006 00:44:02 GMT (envelope-from clsung) Message-Id: <200608070044.k770i2p6039858@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 00:44:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/p5-Geo-Postcodes Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 00:44:02 -0000 clsung 2006-08-07 00:44:02 UTC FreeBSD ports repository Modified files: misc/p5-Geo-Postcodes Makefile Log: - Ignore Perl 5.00503 PR: ports/101465 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.3 +7 -1 ports/misc/p5-Geo-Postcodes/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 00:44:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA7CB16A4E0; Mon, 7 Aug 2006 00:44:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8430143D45; Mon, 7 Aug 2006 00:44:28 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k770iSSM039895; Mon, 7 Aug 2006 00:44:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k770iSlq039894; Mon, 7 Aug 2006 00:44:28 GMT (envelope-from clsung) Message-Id: <200608070044.k770iSlq039894@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 00:44:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/p5-Geo-Postcodes-DK Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 00:44:29 -0000 clsung 2006-08-07 00:44:28 UTC FreeBSD ports repository Modified files: misc/p5-Geo-Postcodes-DK Makefile Log: - Ignore Perl 5.00503 PR: ports/101467 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.3 +7 -1 ports/misc/p5-Geo-Postcodes-DK/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 00:44:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2516416A4E0; Mon, 7 Aug 2006 00:44:50 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE47143D4C; Mon, 7 Aug 2006 00:44:49 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k770inoM039934; Mon, 7 Aug 2006 00:44:49 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k770inIv039933; Mon, 7 Aug 2006 00:44:49 GMT (envelope-from clsung) Message-Id: <200608070044.k770inIv039933@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 00:44:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/p5-Geo-Postcodes-NO Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 00:44:50 -0000 clsung 2006-08-07 00:44:49 UTC FreeBSD ports repository Modified files: misc/p5-Geo-Postcodes-NO Makefile Log: - Ignore Perl 5.00503 PR: ports/101468 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.3 +7 -1 ports/misc/p5-Geo-Postcodes-NO/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 01:15:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3662116A4DF; Mon, 7 Aug 2006 01:15:23 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F235343D45; Mon, 7 Aug 2006 01:15:22 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k771FMj2050267; Mon, 7 Aug 2006 01:15:22 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k771FM5j050266; Mon, 7 Aug 2006 01:15:22 GMT (envelope-from rafan) Message-Id: <200608070115.k771FM5j050266@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 01:15:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/twhttpd Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 01:15:23 -0000 rafan 2006-08-07 01:15:22 UTC FreeBSD ports repository Modified files: www/twhttpd Makefile distinfo Log: - Make it fetchable, also fix pointyhat build Noticed by: pointyhat via kris Revision Changes Path 1.11 +2 -1 ports/www/twhttpd/Makefile 1.5 +3 -3 ports/www/twhttpd/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 01:18:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97E1B16A4DD; Mon, 7 Aug 2006 01:18:51 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3861643D4C; Mon, 7 Aug 2006 01:18:51 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k771IplJ050391; Mon, 7 Aug 2006 01:18:51 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k771IpdY050390; Mon, 7 Aug 2006 01:18:51 GMT (envelope-from rafan) Message-Id: <200608070118.k771IpdY050390@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 01:18:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mplayer-skins Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 01:18:51 -0000 rafan 2006-08-07 01:18:50 UTC FreeBSD ports repository Modified files: multimedia/mplayer-skins Makefile Log: - Remove .svn in post-extract stage Fix pointyhat build - pet portlint(1), use TAB instead of SPACE PR: ports/101460 Noticed by: pointyhat via erwin Submitted by: rafan Approved by: Thomas E. Zander (maintainer) Revision Changes Path 1.39 +4 -1 ports/multimedia/mplayer-skins/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 01:21:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5BB916A4DE; Mon, 7 Aug 2006 01:21:53 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BE4F43D45; Mon, 7 Aug 2006 01:21:53 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k771Lr2E050651; Mon, 7 Aug 2006 01:21:53 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k771LrXH050650; Mon, 7 Aug 2006 01:21:53 GMT (envelope-from maho) Message-Id: <200608070121.k771LrXH050650@repoman.freebsd.org> From: Maho Nakata Date: Mon, 7 Aug 2006 01:21:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/chemtool-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 01:21:53 -0000 maho 2006-08-07 01:21:53 UTC FreeBSD ports repository Modified files: science/chemtool-devel Makefile pkg-plist Log: Deinstall certain files (isn't listed in /etc/mtree/BSD.local.dist). Make use of EXAMPLESDIR in pkg-plist PR: 101484 Submitted by: Stanislav Sedov Revision Changes Path 1.12 +4 -3 ports/science/chemtool-devel/Makefile 1.3 +44 -40 ports/science/chemtool-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 01:23:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13D9B16A4DD; Mon, 7 Aug 2006 01:23:33 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF82F43D45; Mon, 7 Aug 2006 01:23:32 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k771NWhh050790; Mon, 7 Aug 2006 01:23:32 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k771NWdE050789; Mon, 7 Aug 2006 01:23:32 GMT (envelope-from clsung) Message-Id: <200608070123.k771NWdE050789@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 01:23:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/b2evolution pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 01:23:33 -0000 clsung 2006-08-07 01:23:32 UTC FreeBSD ports repository Modified files: www/b2evolution pkg-message Log: - Fix a typo in pkg-message (intall instead of install) PR: ports/101413 Submitted by: Nicola Vitale Approved by: maintainer Revision Changes Path 1.5 +1 -1 ports/www/b2evolution/pkg-message From owner-cvs-all@FreeBSD.ORG Mon Aug 7 01:27:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C84CA16A4E2; Mon, 7 Aug 2006 01:27:36 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8684643D5F; Mon, 7 Aug 2006 01:27:36 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k771RaAA050992; Mon, 7 Aug 2006 01:27:36 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k771RafZ050991; Mon, 7 Aug 2006 01:27:36 GMT (envelope-from maho) Message-Id: <200608070127.k771RafZ050991@repoman.freebsd.org> From: Maho Nakata Date: Mon, 7 Aug 2006 01:27:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/ufsparse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 01:27:36 -0000 maho 2006-08-07 01:27:36 UTC FreeBSD ports repository Modified files: math/ufsparse Makefile Log: Add missing dependency to atlas. Submitted by: kris Revision Changes Path 1.3 +10 -3 ports/math/ufsparse/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 01:31:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E4C216A4DD; Mon, 7 Aug 2006 01:31:18 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A5343D49; Mon, 7 Aug 2006 01:31:18 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k771VIvS051218; Mon, 7 Aug 2006 01:31:18 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k771VIcC051217; Mon, 7 Aug 2006 01:31:18 GMT (envelope-from maho) Message-Id: <200608070131.k771VIcC051217@repoman.freebsd.org> From: Maho Nakata Date: Mon, 7 Aug 2006 01:31:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/java-gcj-compat Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 01:31:18 -0000 maho 2006-08-07 01:31:17 UTC FreeBSD ports repository Modified files: java/java-gcj-compat Makefile pkg-plist Log: Add files in pkg-plist. Submitted by: erwin Revision Changes Path 1.5 +1 -1 ports/java/java-gcj-compat/Makefile 1.3 +2 -0 ports/java/java-gcj-compat/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 01:40:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29FD916A4DA; Mon, 7 Aug 2006 01:40:53 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4F8A43D45; Mon, 7 Aug 2006 01:40:52 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k771eqrk051816; Mon, 7 Aug 2006 01:40:52 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k771eqBM051814; Mon, 7 Aug 2006 01:40:52 GMT (envelope-from maho) Message-Id: <200608070140.k771eqBM051814@repoman.freebsd.org> From: Maho Nakata Date: Mon, 7 Aug 2006 01:40:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/atlas Makefile ports/math/atlas-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 01:40:53 -0000 maho 2006-08-07 01:40:52 UTC FreeBSD ports repository Modified files: math/atlas Makefile math/atlas-devel Makefile Log: Fix error when WITH_OPTIMIZED_FLAGS is specified. PR: 100991 Submitted by: Masayuki Takemura Revision Changes Path 1.36 +4 -0 ports/math/atlas-devel/Makefile 1.40 +4 -0 ports/math/atlas/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 01:50:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75EFA16A4E0; Mon, 7 Aug 2006 01:50:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4429643D45; Mon, 7 Aug 2006 01:50:41 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k771of3u052336; Mon, 7 Aug 2006 01:50:41 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k771ofu5052335; Mon, 7 Aug 2006 01:50:41 GMT (envelope-from clsung) Message-Id: <200608070150.k771ofu5052335@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 01:50:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/p5-Fuse-Simple Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 01:50:41 -0000 clsung 2006-08-07 01:50:41 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-Fuse-Simple Makefile distinfo pkg-descr pkg-plist Log: Add p5-Fuse-Simple 1.00, simple way to write filesystems in Perl using FUSE. PR: ports/101455 Submitted by: Gea-Suan Lin Revision Changes Path 1.819 +1 -0 ports/sysutils/Makefile 1.1 +34 -0 ports/sysutils/p5-Fuse-Simple/Makefile (new) 1.1 +3 -0 ports/sysutils/p5-Fuse-Simple/distinfo (new) 1.1 +6 -0 ports/sysutils/p5-Fuse-Simple/pkg-descr (new) 1.1 +6 -0 ports/sysutils/p5-Fuse-Simple/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 01:50:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E1B916A4E6; Mon, 7 Aug 2006 01:50:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867AD43D5E; Mon, 7 Aug 2006 01:50:58 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k771ow6j052406; Mon, 7 Aug 2006 01:50:58 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k771owQ8052405; Mon, 7 Aug 2006 01:50:58 GMT (envelope-from clsung) Message-Id: <200608070150.k771owQ8052405@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 01:50:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 01:50:59 -0000 clsung 2006-08-07 01:50:58 UTC FreeBSD ports repository Modified files: . modules Log: p5-Fuse-Simple --> ports/sysutils/p5-Fuse-Simple Revision Changes Path 1.15917 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 02:05:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C12CA16A4E8; Mon, 7 Aug 2006 02:05:13 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 866F243D45; Mon, 7 Aug 2006 02:05:13 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7725DPU054251; Mon, 7 Aug 2006 02:05:13 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7725Dbs054250; Mon, 7 Aug 2006 02:05:13 GMT (envelope-from shaun) Message-Id: <200608070205.k7725Dbs054250@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 02:05:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/filtermail Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 02:05:13 -0000 shaun 2006-08-07 02:05:13 UTC FreeBSD ports repository Modified files: mail/filtermail Makefile pkg-plist Log: - Add missing locale files to plist. - Pass maintainership to submitter. PR: ports/101513 Submitted by: Stanislav Sedov Revision Changes Path 1.17 +1 -1 ports/mail/filtermail/Makefile 1.5 +2 -0 ports/mail/filtermail/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 02:23:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54EB116A4E0; Mon, 7 Aug 2006 02:23:07 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF28943D5C; Mon, 7 Aug 2006 02:23:05 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k772N5Ux055179; Mon, 7 Aug 2006 02:23:05 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k772N5ts055178; Mon, 7 Aug 2006 02:23:05 GMT (envelope-from perky) Message-Id: <200608070223.k772N5ts055178@repoman.freebsd.org> From: Hye-Shik Chang Date: Mon, 7 Aug 2006 02:23:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/py-sqlite3 Makefile ports/databases/py-sqlite3/files setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 02:23:07 -0000 perky 2006-08-07 02:23:05 UTC FreeBSD ports repository Modified files: databases/py-sqlite3 Makefile databases/py-sqlite3/files setup.py Log: Make setup not to install an egg info file which isn't needed for standard modules. Revision Changes Path 1.2 +1 -0 ports/databases/py-sqlite3/Makefile 1.2 +4 -1 ports/databases/py-sqlite3/files/setup.py From owner-cvs-all@FreeBSD.ORG Mon Aug 7 02:23:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58F7D16A4E0; Mon, 7 Aug 2006 02:23:47 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1229843D6B; Mon, 7 Aug 2006 02:23:47 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k772Nl4K055210; Mon, 7 Aug 2006 02:23:47 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k772Nlgs055209; Mon, 7 Aug 2006 02:23:47 GMT (envelope-from bland) Message-Id: <200608070223.k772Nlgs055209@repoman.freebsd.org> From: Alexander Nedotsukov Date: Mon, 7 Aug 2006 02:23:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libbonobomm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 02:23:47 -0000 bland 2006-08-07 02:23:46 UTC FreeBSD ports repository Modified files: devel/libbonobomm Makefile Log: Fix build broken by recent ORBit2 update. IDL compiller does not support any longer single letter option argument if it not separated by space. Reported by: erwin. Revision Changes Path 1.20 +3 -0 ports/devel/libbonobomm/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 02:25:14 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFAE616A4DA; Mon, 7 Aug 2006 02:25:14 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC2C743D53; Mon, 7 Aug 2006 02:25:13 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (inchoate.gsoft.com.au [203.31.81.25]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k772P9E7011314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 11:55:10 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: cvs-all@freebsd.org Date: Mon, 7 Aug 2006 11:55:10 +0930 User-Agent: KMail/1.9.3 References: <200608021305.k72D5c9R055142@repoman.freebsd.org> <86oduxx2a5.fsf@xps.des.no> In-Reply-To: <86oduxx2a5.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2041606.t7dSf7tQnx"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200608071155.12122.doconnor@gsoft.com.au> X-Spam-Score: -1.36 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Cc: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= , src-committers@freebsd.org, Bruce M Simpson , cvs-src@freebsd.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 02:25:14 -0000 --nextPart2041606.t7dSf7tQnx Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 07 August 2006 01:52, Dag-Erling Sm=F8rgrav wrote: > Bruce M Simpson writes: > > Log: > > Block a variety of signals which may afffect reboot(8), before killing > > init(8), to avoid losing a race to them and dying before being able > > to call reboot(2). > > Wouldn't it be more logical to have init(8) perform the reboot(2) call > upon receiving a signal from reboot(8)? You wouldn't be able to reboot the system in single user mode then would yo= u? (Unless you are local and your keymap allows ctrl-alt-del to work anyway) =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart2041606.t7dSf7tQnx Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD4DBQBE1qSI5ZPcIHs/zowRAiQBAJURVXzEgIi2jAngsJrR8wmD2m0jAJ4/IYPA O+Vb2oc73Up4TI4ZHN/0yg== =S6DF -----END PGP SIGNATURE----- --nextPart2041606.t7dSf7tQnx-- From owner-cvs-all@FreeBSD.ORG Mon Aug 7 02:27:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 213E116A4DE; Mon, 7 Aug 2006 02:27:33 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0595C43D6E; Mon, 7 Aug 2006 02:27:30 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k772RTMP055384; Mon, 7 Aug 2006 02:27:29 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k772RTgH055383; Mon, 7 Aug 2006 02:27:29 GMT (envelope-from bland) Message-Id: <200608070227.k772RTgH055383@repoman.freebsd.org> From: Alexander Nedotsukov Date: Mon, 7 Aug 2006 02:27:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ORBit2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 02:27:33 -0000 bland 2006-08-07 02:27:29 UTC FreeBSD ports repository Modified files: devel/ORBit2 Makefile Log: Drop devel/popt dependency. There was switchover to GOption bits for command line parsing. Revision Changes Path 1.120 +1 -3 ports/devel/ORBit2/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 02:30:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DAD716A4DE; Mon, 7 Aug 2006 02:30:39 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB7C843D70; Mon, 7 Aug 2006 02:30:38 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k772UcBJ055622; Mon, 7 Aug 2006 02:30:38 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k772UccE055621; Mon, 7 Aug 2006 02:30:38 GMT (envelope-from alepulver) Message-Id: <200608070230.k772UccE055621@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 7 Aug 2006 02:30:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/cube Makefile distinfo pkg-descr pkg-plist ports/games/cube/files cube_client.in cube_server.in patch-Makefile patch-source-src-tools.h patch-tools.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 02:30:39 -0000 alepulver 2006-08-07 02:30:38 UTC FreeBSD ports repository Modified files: games/cube Makefile distinfo pkg-descr pkg-plist games/cube/files cube_client.in cube_server.in patch-Makefile Added files: games/cube/files patch-tools.h Removed files: games/cube/files patch-source-src-tools.h Log: - Update to version 2005.08.29. - Allow building only the client or server (adding OPTIONS). - Improve wrapper script (only create ~/.cube once and pass parameters to the real executable). - Install documentation (if !NOPORTDOCS). - Build targets according to OPTIONS. - IGNORE if no executables were selected. - Format pkg-descr and add item. - Copy autoexec.cfg in addition to config.cfg instead of symlinking it. PR: ports/101037 Submitted by: alepulver (myself) Approved by: maintainer (timeout) Revision Changes Path 1.12 +52 -24 ports/games/cube/Makefile 1.5 +6 -3 ports/games/cube/distinfo 1.2 +11 -10 ports/games/cube/files/cube_client.in 1.2 +11 -10 ports/games/cube/files/cube_server.in 1.3 +10 -10 ports/games/cube/files/patch-Makefile 1.2 +0 -19 ports/games/cube/files/patch-source-src-tools.h (dead) 1.1 +19 -0 ports/games/cube/files/patch-tools.h (new) 1.2 +15 -14 ports/games/cube/pkg-descr 1.5 +367 -13 ports/games/cube/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 02:38:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48F5D16A4DE; Mon, 7 Aug 2006 02:38:08 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1198043D49; Mon, 7 Aug 2006 02:38:08 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k772c7lS056004; Mon, 7 Aug 2006 02:38:08 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k772c7VL056003; Mon, 7 Aug 2006 02:38:07 GMT (envelope-from yongari) Message-Id: <200608070238.k772c7VL056003@repoman.freebsd.org> From: Pyun YongHyeon Date: Mon, 7 Aug 2006 02:38:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 02:38:08 -0000 yongari 2006-08-07 02:38:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/re if_re.c Log: MFC if_re.c, 1.72 to RELENG_6 Fix re(4) breakage introduced in tree from rev 1.68. This should fix incorrect configuration of station address on big-endian architectures. Revision Changes Path 1.46.2.19 +5 -6 src/sys/dev/re/if_re.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 02:40:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B968C16A4DD; Mon, 7 Aug 2006 02:40:38 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 841B343D73; Mon, 7 Aug 2006 02:40:38 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k772ecU0056207; Mon, 7 Aug 2006 02:40:38 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k772ecLG056206; Mon, 7 Aug 2006 02:40:38 GMT (envelope-from clsung) Message-Id: <200608070240.k772ecLG056206@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 02:40:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/crf++ Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 02:40:38 -0000 clsung 2006-08-07 02:40:38 UTC FreeBSD ports repository Modified files: science/crf++ Makefile Log: - fix on i386 4 Noted by: krisbot Revision Changes Path 1.2 +8 -1 ports/science/crf++/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 02:41:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8862F16A4DD; Mon, 7 Aug 2006 02:41:50 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1560243D46; Mon, 7 Aug 2006 02:41:50 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k772fomc056285; Mon, 7 Aug 2006 02:41:50 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k772fo4P056284; Mon, 7 Aug 2006 02:41:50 GMT (envelope-from shaun) Message-Id: <200608070241.k772fo4P056284@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 02:41:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-B-Size Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 02:41:50 -0000 shaun 2006-08-07 02:41:49 UTC FreeBSD ports repository Modified files: devel/p5-B-Size Makefile Log: Require Perl 5.6 or above. PR: ports/101537 Submitted by: Philip M. Gollucci (maintainer) Revision Changes Path 1.4 +7 -1 ports/devel/p5-B-Size/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 02:44:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F2D16A4DD; Mon, 7 Aug 2006 02:44:57 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C33143D45; Mon, 7 Aug 2006 02:44:57 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k772ivnK056394; Mon, 7 Aug 2006 02:44:57 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k772iviW056393; Mon, 7 Aug 2006 02:44:57 GMT (envelope-from shaun) Message-Id: <200608070244.k772iviW056393@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 02:44:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-B-Size Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 02:44:57 -0000 shaun 2006-08-07 02:44:57 UTC FreeBSD ports repository Modified files: devel/p5-B-Size Makefile Log: Fix typo that slipped though. Revision Changes Path 1.5 +1 -1 ports/devel/p5-B-Size/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:03:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 090BB16A4DA; Mon, 7 Aug 2006 03:03:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98F4643D45; Mon, 7 Aug 2006 03:03:48 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7733mSe058622; Mon, 7 Aug 2006 03:03:48 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7733mge058621; Mon, 7 Aug 2006 03:03:48 GMT (envelope-from novel) Message-Id: <200608070303.k7733mge058621@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 7 Aug 2006 03:03:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-rpm-build-perl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:03:49 -0000 novel 2006-08-07 03:03:48 UTC FreeBSD ports repository Modified files: devel/p5-rpm-build-perl Makefile Log: Mark IGNORE with old perl. Reported by: pointyhat via kris Approved by: Jin-Shan Tseng (maintainer) Revision Changes Path 1.2 +7 -1 ports/devel/p5-rpm-build-perl/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:09:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C43B616A4DD; Mon, 7 Aug 2006 03:09:35 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DF3143D45; Mon, 7 Aug 2006 03:09:35 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7739Z9F058867; Mon, 7 Aug 2006 03:09:35 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7739ZV8058866; Mon, 7 Aug 2006 03:09:35 GMT (envelope-from rafan) Message-Id: <200608070309.k7739ZV8058866@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 03:09:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/gretl Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:09:35 -0000 rafan 2006-08-07 03:09:35 UTC FreeBSD ports repository Modified files: misc/gretl Makefile pkg-plist Log: - Add readline as dependency when it was already installed. The program will be linked against it anyway, not against a system one. - Fix pkg-plist in non-standard PREFIX cases - Replace deprecated variables - Misc cosmetic fixes PR: ports/101436 Submitted by: Stanislav Sedov Revision Changes Path 1.50 +6 -3 ports/misc/gretl/Makefile 1.27 +1 -0 ports/misc/gretl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:16:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B98E216A4DD; Mon, 7 Aug 2006 03:16:50 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 845FB43D45; Mon, 7 Aug 2006 03:16:50 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k773Gojs059252; Mon, 7 Aug 2006 03:16:50 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k773Goj8059251; Mon, 7 Aug 2006 03:16:50 GMT (envelope-from rafan) Message-Id: <200608070316.k773Goj8059251@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 03:16:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/wordpress Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:16:50 -0000 rafan 2006-08-07 03:16:50 UTC FreeBSD ports repository Modified files: www/wordpress Makefile Log: - Fix [ syntax, bump PORTREVISION PR: ports/101461 Submitted by: Babak Farrokhi Approved by: Yuan-Chung Hsiao (maintainer) Revision Changes Path 1.20 +2 -1 ports/www/wordpress/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:19:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0673D16A4E1; Mon, 7 Aug 2006 03:19:34 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7928C43D58; Mon, 7 Aug 2006 03:19:33 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k773JXaO059366; Mon, 7 Aug 2006 03:19:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k773JXD3059365; Mon, 7 Aug 2006 03:19:33 GMT (envelope-from rafan) Message-Id: <200608070319.k773JXD3059365@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 03:19:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/osiris Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:19:34 -0000 rafan 2006-08-07 03:19:32 UTC FreeBSD ports repository Modified files: security/osiris Makefile Log: - Add readline as dependency when it was already installed. The program will be linked against it anyway, not against a system one. PR: ports/101439 Submitted by: Stanislav Sedov Approved by: David Thiel (maintainer) Revision Changes Path 1.26 +1 -1 ports/security/osiris/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:22:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B0716A4DD; Mon, 7 Aug 2006 03:22:38 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21B5643D49; Mon, 7 Aug 2006 03:22:38 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k773McsH059631; Mon, 7 Aug 2006 03:22:38 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k773McUi059630; Mon, 7 Aug 2006 03:22:38 GMT (envelope-from rafan) Message-Id: <200608070322.k773McUi059630@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 03:22:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/smalltalk Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:22:38 -0000 rafan 2006-08-07 03:22:37 UTC FreeBSD ports repository Modified files: lang/smalltalk Makefile pkg-plist Log: - Add readline as dependency when it was already installed. The program will be linked against it anyway, not against a system one. - Fix BROKEN message to pet portlint(1) - Use DATADIR PR: ports/101446 Submitted by: Stanislav Sedov Revision Changes Path 1.65 +2 -2 ports/lang/smalltalk/Makefile 1.22 +424 -424 ports/lang/smalltalk/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:23:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B796916A4DE; Mon, 7 Aug 2006 03:23:11 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811DC43D49; Mon, 7 Aug 2006 03:23:11 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k773NBXD059678; Mon, 7 Aug 2006 03:23:11 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k773NB52059677; Mon, 7 Aug 2006 03:23:11 GMT (envelope-from alepulver) Message-Id: <200608070323.k773NB52059677@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 7 Aug 2006 03:23:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pdcurses Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:23:11 -0000 alepulver 2006-08-07 03:23:11 UTC FreeBSD ports repository Modified files: devel/pdcurses Makefile pkg-plist Log: - Add a symlink (lib/libXCurses.so -> libXCurses.so.8) so "editors/the" can find it. PR: ports/101528 Submitted by: User1001 Revision Changes Path 1.2 +3 -0 ports/devel/pdcurses/Makefile 1.2 +1 -0 ports/devel/pdcurses/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:27:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F8216A4DA; Mon, 7 Aug 2006 03:27:15 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73B9143D5D; Mon, 7 Aug 2006 03:27:15 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k773RFcc059868; Mon, 7 Aug 2006 03:27:15 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k773RFJO059864; Mon, 7 Aug 2006 03:27:15 GMT (envelope-from delphij) Message-Id: <200608070327.k773RFJO059864@repoman.freebsd.org> From: Xin LI Date: Mon, 7 Aug 2006 03:27:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/php4 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:27:15 -0000 delphij 2006-08-07 03:27:15 UTC FreeBSD ports repository Modified files: lang/php4 Makefile distinfo Log: Update to php 4.4.3: * Disallow certain characters in session names. * Fixed a buffer overflow inside the wordwrap() function. * Prevent jumps to parent directory via the 2nd parameter of the tempnam() function. * Improved safe_mode check for the error_log() function. * Fixed cross-site scripting inside the phpinfo() function. * Fixed offset/length parameter validation inside the substr_compare() function. * Upgraded bundled PCRE library to version 6.6 * Over 20 various bug fixes. Approved by: ale's vacation Revision Changes Path 1.101 +2 -2 ports/lang/php4/Makefile 1.21 +3 -3 ports/lang/php4/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:29:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C67316A4DA; Mon, 7 Aug 2006 03:29:45 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28F7F43D53; Mon, 7 Aug 2006 03:29:45 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k773Tja7060114; Mon, 7 Aug 2006 03:29:45 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k773Tjn6060113; Mon, 7 Aug 2006 03:29:45 GMT (envelope-from vanilla) Message-Id: <200608070329.k773Tjn6060113@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 7 Aug 2006 03:29:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/CJKUnifonts Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:29:45 -0000 vanilla 2006-08-07 03:29:45 UTC FreeBSD ports repository Modified files: chinese/CJKUnifonts Makefile distinfo pkg-descr Log: Really rename to CJKUnifonts. (so strange). Revision Changes Path 1.8 +10 -10 ports/chinese/CJKUnifonts/Makefile 1.4 +6 -6 ports/chinese/CJKUnifonts/distinfo 1.2 +9 -5 ports/chinese/CJKUnifonts/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:30:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 689FD16A4DA; Mon, 7 Aug 2006 03:30:16 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B58543D4C; Mon, 7 Aug 2006 03:30:16 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k773UGAV060225; Mon, 7 Aug 2006 03:30:16 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k773UGDg060224; Mon, 7 Aug 2006 03:30:16 GMT (envelope-from rafan) Message-Id: <200608070330.k773UGDg060224@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 03:30:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/libieee1284 Makefile distinfo pkg-plist ports/sysutils/libieee1284/files man3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:30:16 -0000 rafan 2006-08-07 03:30:15 UTC FreeBSD ports repository Modified files: sysutils/libieee1284 Makefile distinfo Added files: sysutils/libieee1284 pkg-plist sysutils/libieee1284/files man3 Log: - Update to 0.2.10 - Move manpage list to separate file - Add python bindings support - Pass maintainership to submitter PR: ports/101372 Submitted by: Stanislav Sedov Revision Changes Path 1.5 +25 -25 ports/sysutils/libieee1284/Makefile 1.3 +3 -3 ports/sysutils/libieee1284/distinfo 1.1 +39 -0 ports/sysutils/libieee1284/files/man3 (new) 1.1 +11 -0 ports/sysutils/libieee1284/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:34:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8642A16A4E0; Mon, 7 Aug 2006 03:34:42 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F08443D46; Mon, 7 Aug 2006 03:34:42 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k773Yg8s060496; Mon, 7 Aug 2006 03:34:42 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k773YgQ2060495; Mon, 7 Aug 2006 03:34:42 GMT (envelope-from rafan) Message-Id: <200608070334.k773YgQ2060495@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 03:34:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/muse Makefile distinfo ports/audio/muse/files patch-Makefile.in patch-configure patch-src::Makefile.in patch-src::jmixer.cpp patch-src::pipe.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:34:42 -0000 rafan 2006-08-07 03:34:42 UTC FreeBSD ports repository Modified files: audio/muse Makefile distinfo audio/muse/files patch-configure patch-src::Makefile.in patch-src::jmixer.cpp patch-src::pipe.cpp Added files: audio/muse/files patch-Makefile.in Log: - Update to 0.9.2 - Add OPTIONS - Make some dependecies optional - Pass maintainership to submitter PR: ports/101351 Submitted by: Stanislav Sedov Revision Changes Path 1.24 +35 -24 ports/audio/muse/Makefile 1.7 +3 -3 ports/audio/muse/distinfo 1.3 +11 -0 ports/audio/muse/files/patch-Makefile.in (new) 1.2 +39 -19 ports/audio/muse/files/patch-configure 1.2 +6 -6 ports/audio/muse/files/patch-src::Makefile.in 1.2 +8 -14 ports/audio/muse/files/patch-src::jmixer.cpp 1.3 +6 -119 ports/audio/muse/files/patch-src::pipe.cpp From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:35:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 595FA16A4DE; Mon, 7 Aug 2006 03:35:40 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF25C43D46; Mon, 7 Aug 2006 03:35:39 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k773Zd7H060629; Mon, 7 Aug 2006 03:35:39 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k773Zdd3060628; Mon, 7 Aug 2006 03:35:39 GMT (envelope-from scrappy) Message-Id: <200608070335.k773Zdd3060628@repoman.freebsd.org> From: "Marc G. Fournier" Date: Mon, 7 Aug 2006 03:35:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile pkg-message ports/sysutils/bsdstats/files 300.statistics X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:35:40 -0000 scrappy 2006-08-07 03:35:39 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile pkg-message sysutils/bsdstats/files 300.statistics Log: bsdstats v2.0 ... device reporting Revision Changes Path 1.3 +1 -2 ports/sysutils/bsdstats/Makefile 1.3 +17 -4 ports/sysutils/bsdstats/files/300.statistics 1.2 +3 -0 ports/sysutils/bsdstats/pkg-message From owner-cvs-all@FreeBSD.ORG Mon Aug 7 03:59:37 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E4116A4E0; Mon, 7 Aug 2006 03:59:37 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F29243D5A; Mon, 7 Aug 2006 03:59:37 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id C23DF61FDFA; Mon, 7 Aug 2006 13:59:35 +1000 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k773xUqx001143; Mon, 7 Aug 2006 13:59:33 +1000 Date: Mon, 7 Aug 2006 13:59:30 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= In-Reply-To: <8664h6ci86.fsf@xps.des.no> Message-ID: <20060807133921.V6590@delplex.bde.org> References: <200608042128.k74LShD7052071@repoman.freebsd.org> <8664h6ci86.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2050910349-1154923170=:6590" Cc: cvs-src@freebsd.org, Marcel Moolenaar , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/kldxref kldxref.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 03:59:37 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-2050910349-1154923170=:6590 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Sun, 6 Aug 2006, Dag-Erling [iso-8859-1] Sm=F8rgrav wrote: > Marcel Moolenaar writes: >> Log: >> Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLE= N, >> so dest[MAXPATHLEN] falls outside the buffer. This bug corrupted >> arenas[0] defined in libc's malloc.c on PowerPC when kldxref is shared= , >> which triggered a delayed SIGSERV. > > MAXPATHLEN should be spelled PATH_MAX. Actually, MAXPATHLEN is better since it is honestly unportable. It works on all [Free]BSD systems, while PATH_MAX only works on POSIX systems that define it. The correct spelling of PATH_MAX is {PATH_MAX} or: #if defined(PATH_MAX) && defined(OPTIMIZE_FOR_COMPILE_TIME_CONST_PATH_MAX) =09char buf[PATH_MAX]; =09... #else =09long path_max; =09path_max =3D pathconf(pathname_of_interest, _PC_PATH_MAX); =09if (path_max =3D=3D -1) =09=09handle_error(); =09assert(path_max > 0 && path_max <=3D SIZE_MAX) =09buf =3D malloc((size_t)path_max); =09if (buf =3D=3D NULL) =09=09handle_allocation_failure(); =09... #endif The correct spelling is too hard to use for simple unportable utilities like kldxref. Bruce --0-2050910349-1154923170=:6590-- From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:01:42 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D68F16A4DA; Mon, 7 Aug 2006 06:01:42 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id D699643D4C; Mon, 7 Aug 2006 06:01:41 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id A098320A5; Mon, 7 Aug 2006 08:01:37 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 823C42085; Mon, 7 Aug 2006 08:01:37 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id E5C7133C28; Mon, 7 Aug 2006 08:01:36 +0200 (CEST) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: "Daniel O'Connor" References: <200608021305.k72D5c9R055142@repoman.freebsd.org> <86oduxx2a5.fsf@xps.des.no> <200608071155.12122.doconnor@gsoft.com.au> Date: Mon, 07 Aug 2006 08:01:36 +0200 In-Reply-To: <200608071155.12122.doconnor@gsoft.com.au> (Daniel O'Connor's message of "Mon, 7 Aug 2006 11:55:10 +0930") Message-ID: <864pwp6q4f.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce M Simpson , cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:01:42 -0000 "Daniel O'Connor" writes: > On Monday 07 August 2006 01:52, Dag-Erling Sm=F8rgrav wrote: > > Wouldn't it be more logical to have init(8) perform the reboot(2) > > call upon receiving a signal from reboot(8)? > You wouldn't be able to reboot the system in single user mode then > would you? Why not? FreeBSD is not Linux - it always runs init, even in single-user mode. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:09:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FF3116A4DA; Mon, 7 Aug 2006 06:09:44 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4702043D49; Mon, 7 Aug 2006 06:09:44 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7769iha009507; Mon, 7 Aug 2006 06:09:44 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7769ius009506; Mon, 7 Aug 2006 06:09:44 GMT (envelope-from maho) Message-Id: <200608070609.k7769ius009506@repoman.freebsd.org> From: Maho Nakata Date: Mon, 7 Aug 2006 06:09:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc41 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:09:44 -0000 maho 2006-08-07 06:09:44 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile Log: * enabling gtk as default awt peer * setting java.home property * use cairo backend Approved by: gerald (implicit) Revision Changes Path 1.282 +6 -1 ports/lang/gcc41/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:14:29 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0A4316A4E2; Mon, 7 Aug 2006 06:14:29 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B5ED43D45; Mon, 7 Aug 2006 06:14:28 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (inchoate.gsoft.com.au [203.31.81.25]) (authenticated bits=0) by cain.gsoft.com.au (8.13.5/8.13.4) with ESMTP id k776EMuR020040 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 15:44:23 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: "Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=" Date: Mon, 7 Aug 2006 15:44:11 +0930 User-Agent: KMail/1.9.3 References: <200608021305.k72D5c9R055142@repoman.freebsd.org> <200608071155.12122.doconnor@gsoft.com.au> <864pwp6q4f.fsf@xps.des.no> In-Reply-To: <864pwp6q4f.fsf@xps.des.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart13277701.jq6ZfoeUUg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200608071544.19941.doconnor@gsoft.com.au> X-Spam-Score: -1.36 () ALL_TRUSTED X-Scanned-By: MIMEDefang 2.56 on 203.31.81.10 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce M Simpson , cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:14:29 -0000 --nextPart13277701.jq6ZfoeUUg Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Monday 07 August 2006 15:31, Dag-Erling Sm=F8rgrav wrote: > "Daniel O'Connor" writes: > > On Monday 07 August 2006 01:52, Dag-Erling Sm=F8rgrav wrote: > > > Wouldn't it be more logical to have init(8) perform the reboot(2) > > > call upon receiving a signal from reboot(8)? > > > > You wouldn't be able to reboot the system in single user mode then > > would you? > > Why not? FreeBSD is not Linux - it always runs init, even in > single-user mode. News to me, I've never looked that hard :) =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart13277701.jq6ZfoeUUg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQBE1to75ZPcIHs/zowRAg3RAKCZUEdtbY7wFMduMoFWVsxm8vdi0QCfTmjY HEHHGrt6J9yL8AhEmSOZzT4= =g0lx -----END PGP SIGNATURE----- --nextPart13277701.jq6ZfoeUUg-- From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:31:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E43F916A4DE; Mon, 7 Aug 2006 06:31:44 +0000 (UTC) Date: Mon, 7 Aug 2006 06:31:44 +0000 From: Alexey Dokuchaev To: "Vanilla I. Shu" Message-ID: <20060807063144.GA79200@FreeBSD.org> References: <200608060942.k769gXxw033935@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200608060942.k769gXxw033935@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/SGE Makefile distinfo pkg-descr pkg-plist ports/devel/SGE/files patch-Makefile patch-Makefile.conf patch-sge030809-sge_tt_text.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:31:45 -0000 On Sun, Aug 06, 2006 at 09:42:33AM +0000, Vanilla I. Shu wrote: > vanilla 2006-08-06 09:42:33 UTC > > FreeBSD ports repository > > Modified files: > devel Makefile > Added files: > devel/SGE Makefile distinfo pkg-descr pkg-plist > devel/SGE/files patch-Makefile patch-Makefile.conf > patch-sge030809-sge_tt_text.cpp > Log: > Add SGE 0.030809, a graphic library for the Simple DirectMedia Layer > (SDL). May I ask you to readd this port as `devel/sge' and generally try to avoid using uppercase letters in port names (modulo some known exceptions)? Thanks. ./danfe From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:41:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4757316A4DE; Mon, 7 Aug 2006 06:41:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DCCA43D45; Mon, 7 Aug 2006 06:41:05 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k776f4R1012501; Mon, 7 Aug 2006 06:41:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k776f4lk012500; Mon, 7 Aug 2006 06:41:04 GMT (envelope-from clsung) Message-Id: <200608070641.k776f4lk012500@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 06:41:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-HTML-Tree Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:41:05 -0000 clsung 2006-08-07 06:41:04 UTC FreeBSD ports repository Modified files: www/p5-HTML-Tree Makefile distinfo Log: - update to 3.21 - take maintainership Revision Changes Path 1.19 +2 -2 ports/www/p5-HTML-Tree/Makefile 1.10 +3 -3 ports/www/p5-HTML-Tree/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:49:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82CB316A4DA; Mon, 7 Aug 2006 06:49:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C480A43D5A; Mon, 7 Aug 2006 06:49:48 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k776nmxn012837; Mon, 7 Aug 2006 06:49:48 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k776nmu4012836; Mon, 7 Aug 2006 06:49:48 GMT (envelope-from miwi) Message-Id: <200608070649.k776nmu4012836@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 06:49:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cl-uffi Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:49:53 -0000 miwi 2006-08-07 06:49:48 UTC FreeBSD ports repository Modified files: devel/cl-uffi Makefile distinfo pkg-plist Log: - Update to 1.5.14 - Unbreak PR: ports/100840 Submitted by: miwi Approved by: krion (mentor), maintainer Revision Changes Path 1.7 +1 -3 ports/devel/cl-uffi/Makefile 1.5 +3 -3 ports/devel/cl-uffi/distinfo 1.3 +29 -27 ports/devel/cl-uffi/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:53:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A83E416A4DA; Mon, 7 Aug 2006 06:53:43 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C6A243D46; Mon, 7 Aug 2006 06:53:43 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k776rhql013137; Mon, 7 Aug 2006 06:53:43 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k776rhIU013136; Mon, 7 Aug 2006 06:53:43 GMT (envelope-from sat) Message-Id: <200608070653.k776rhIU013136@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 7 Aug 2006 06:53:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/pacpl Makefile distinfo ports/audio/pacpl/files patch-pac.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:53:43 -0000 sat 2006-08-07 06:53:43 UTC FreeBSD ports repository Modified files: audio/pacpl Makefile distinfo audio/pacpl/files patch-pac.conf Log: - Update to 3.2.2 Revision Changes Path 1.4 +1 -1 ports/audio/pacpl/Makefile 1.3 +3 -3 ports/audio/pacpl/distinfo 1.3 +1 -1 ports/audio/pacpl/files/patch-pac.conf From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:53:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C933E16A4DA; Mon, 7 Aug 2006 06:53:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897D343D49; Mon, 7 Aug 2006 06:53:51 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k776rphq013176; Mon, 7 Aug 2006 06:53:51 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k776rp4P013175; Mon, 7 Aug 2006 06:53:51 GMT (envelope-from clsung) Message-Id: <200608070653.k776rp4P013175@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 06:53:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-Compress-LZW Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:53:51 -0000 clsung 2006-08-07 06:53:51 UTC FreeBSD ports repository Modified files: archivers/p5-Compress-LZW Makefile Log: - Fix build PR: ports/101542 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +3 -0 ports/archivers/p5-Compress-LZW/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:55:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C8E916A4DF; Mon, 7 Aug 2006 06:55:29 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCAB243D49; Mon, 7 Aug 2006 06:55:28 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k776tS49013286; Mon, 7 Aug 2006 06:55:28 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k776tSBi013283; Mon, 7 Aug 2006 06:55:28 GMT (envelope-from itetcu) Message-Id: <200608070655.k776tSBi013283@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 7 Aug 2006 06:55:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ocaml bsd.ocaml.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:55:29 -0000 itetcu 2006-08-07 06:55:28 UTC FreeBSD ports repository Modified files: lang/ocaml bsd.ocaml.mk Log: Add USE_OCAML_WASH hack to allow ocaml ports delete shared ocaml dirs on uninstall. Required when installed to non-standard prefix. PR: ports/101525 Submitted by: Stanislav Sedov (maintainer) Revision Changes Path 1.3 +23 -12 ports/lang/ocaml/bsd.ocaml.mk From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:58:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB3E16A4DE; Mon, 7 Aug 2006 06:58:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 133D043D49; Mon, 7 Aug 2006 06:58:16 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k776wFFC013420; Mon, 7 Aug 2006 06:58:15 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k776wFt5013419; Mon, 7 Aug 2006 06:58:15 GMT (envelope-from clsung) Message-Id: <200608070658.k776wFt5013419@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 06:58:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Params-Classify Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:58:16 -0000 clsung 2006-08-07 06:58:15 UTC FreeBSD ports repository Modified files: devel/p5-Params-Classify Makefile Log: - Ignore Perl 5.00503 PR: ports/101544 Submitted by: maintanier (Gea-Suan Lin) Revision Changes Path 1.2 +7 -1 ports/devel/p5-Params-Classify/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:58:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B159416A504; Mon, 7 Aug 2006 06:58:50 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63F2443D4C; Mon, 7 Aug 2006 06:58:50 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k776wotB013462; Mon, 7 Aug 2006 06:58:50 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k776wol4013461; Mon, 7 Aug 2006 06:58:50 GMT (envelope-from clsung) Message-Id: <200608070658.k776wol4013461@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 06:58:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-InsideOut Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:58:50 -0000 clsung 2006-08-07 06:58:50 UTC FreeBSD ports repository Modified files: devel/p5-Class-InsideOut Makefile Log: - Fix build on 5.00503 - Fix dependencies according corelist -a PR: ports/101546 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.4 +5 -4 ports/devel/p5-Class-InsideOut/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 06:59:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 192FB16A4DA; Mon, 7 Aug 2006 06:59:27 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D330643D45; Mon, 7 Aug 2006 06:59:26 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k776xQGA013526; Mon, 7 Aug 2006 06:59:26 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k776xQiX013525; Mon, 7 Aug 2006 06:59:26 GMT (envelope-from clsung) Message-Id: <200608070659.k776xQiX013525@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 06:59:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-File-HStore Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 06:59:27 -0000 clsung 2006-08-07 06:59:26 UTC FreeBSD ports repository Modified files: devel/p5-File-HStore Makefile Log: - Ignore Perl 5.00503 PR: ports/101548 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +7 -1 ports/devel/p5-File-HStore/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:00:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 476FC16A4DD; Mon, 7 Aug 2006 07:00:11 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80DB43D49; Mon, 7 Aug 2006 07:00:10 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7770AmX013590; Mon, 7 Aug 2006 07:00:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7770ASr013589; Mon, 7 Aug 2006 07:00:10 GMT (envelope-from clsung) Message-Id: <200608070700.k7770ASr013589@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 07:00:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-CSTA Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:00:11 -0000 clsung 2006-08-07 07:00:10 UTC FreeBSD ports repository Modified files: net/p5-Net-CSTA Makefile Log: - Ignore Perl 5.00503 - Fix dependency according to corelist -a PR: ports/101547 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +5 -1 ports/net/p5-Net-CSTA/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:00:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21F6716A505; Mon, 7 Aug 2006 07:00:19 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2CB843D46; Mon, 7 Aug 2006 07:00:19 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7770JPB013704; Mon, 7 Aug 2006 07:00:19 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7770JGt013703; Mon, 7 Aug 2006 07:00:19 GMT (envelope-from vanilla) Message-Id: <200608070700.k7770JGt013703@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 7 Aug 2006 07:00:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/devel Makefile ports/devel/SGE Makefile distinfo pkg-descr pkg-plist ports/devel/SGE/files patch-Makefile patch-Makefile.conf patch-sge030809-sge_tt_text.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:00:20 -0000 vanilla 2006-08-07 07:00:19 UTC FreeBSD ports repository Modified files: . modules . MOVED devel Makefile Removed files: devel/SGE Makefile distinfo pkg-descr pkg-plist devel/SGE/files patch-Makefile patch-Makefile.conf patch-sge030809-sge_tt_text.cpp Log: Renamed to devel/sge. Revision Changes Path 1.15918 +0 -1 CVSROOT/modules 1.1111 +2 -1 ports/MOVED 1.2400 +0 -1 ports/devel/Makefile 1.2 +0 -65 ports/devel/SGE/Makefile (dead) 1.2 +0 -3 ports/devel/SGE/distinfo (dead) 1.2 +0 -29 ports/devel/SGE/files/patch-Makefile (dead) 1.2 +0 -63 ports/devel/SGE/files/patch-Makefile.conf (dead) 1.2 +0 -17 ports/devel/SGE/files/patch-sge030809-sge_tt_text.cpp (dead) 1.2 +0 -14 ports/devel/SGE/pkg-descr (dead) 1.2 +0 -64 ports/devel/SGE/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:02:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599F216A4E2; Mon, 7 Aug 2006 07:02:43 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DEE43D45; Mon, 7 Aug 2006 07:02:43 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7772gbr014036; Mon, 7 Aug 2006 07:02:42 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7772gXn014033; Mon, 7 Aug 2006 07:02:42 GMT (envelope-from vanilla) Message-Id: <200608070702.k7772gXn014033@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 7 Aug 2006 07:02:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/sge Makefile distinfo pkg-descr pkg-plist ports/devel/sge/files patch-Makefile patch-Makefile.conf patch-sge030809-sge_tt_text.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:02:43 -0000 vanilla 2006-08-07 07:02:42 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/sge Makefile distinfo pkg-descr pkg-plist devel/sge/files patch-Makefile patch-Makefile.conf patch-sge030809-sge_tt_text.cpp Log: Add sge 0.030809, a graphic library for the Simple DirectMedia Layer (SDL). PR: ports/101364 Submitted by: Jona Joachim Revision Changes Path 1.2401 +1 -0 ports/devel/Makefile 1.1 +65 -0 ports/devel/sge/Makefile (new) 1.1 +3 -0 ports/devel/sge/distinfo (new) 1.1 +29 -0 ports/devel/sge/files/patch-Makefile (new) 1.1 +63 -0 ports/devel/sge/files/patch-Makefile.conf (new) 1.1 +17 -0 ports/devel/sge/files/patch-sge030809-sge_tt_text.cpp (new) 1.1 +14 -0 ports/devel/sge/pkg-descr (new) 1.1 +64 -0 ports/devel/sge/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:06:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCABA16A4DF; Mon, 7 Aug 2006 07:06:15 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E2C43D60; Mon, 7 Aug 2006 07:06:07 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77767kD015448; Mon, 7 Aug 2006 07:06:07 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77767OM015447; Mon, 7 Aug 2006 07:06:07 GMT (envelope-from vanilla) Message-Id: <200608070706.k77767OM015447@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 7 Aug 2006 07:06:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:06:15 -0000 vanilla 2006-08-07 07:06:07 UTC FreeBSD ports repository Modified files: . modules Log: add devel_sge. Revision Changes Path 1.15919 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:08:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3584516A4DD; Mon, 7 Aug 2006 07:08:24 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C54D43D7E; Mon, 7 Aug 2006 07:08:22 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7778M6X015561; Mon, 7 Aug 2006 07:08:22 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7778MfX015560; Mon, 7 Aug 2006 07:08:22 GMT (envelope-from vanilla) Message-Id: <200608070708.k7778MfX015560@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 7 Aug 2006 07:08:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/sge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:08:24 -0000 vanilla 2006-08-07 07:08:21 UTC FreeBSD ports repository Modified files: sysutils/sge Makefile Log: Add CONFLICTS to devel/sge. Revision Changes Path 1.20 +1 -1 ports/sysutils/sge/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:09:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1BBD16A4DD; Mon, 7 Aug 2006 07:09:54 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897BE43D46; Mon, 7 Aug 2006 07:09:54 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7779sFK015622; Mon, 7 Aug 2006 07:09:54 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7779sRI015621; Mon, 7 Aug 2006 07:09:54 GMT (envelope-from vanilla) Message-Id: <200608070709.k7779sRI015621@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 7 Aug 2006 07:09:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/sge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:09:55 -0000 vanilla 2006-08-07 07:09:54 UTC FreeBSD ports repository Modified files: devel/sge Makefile Log: Add LATEST_LINK and CONFLICTS. Revision Changes Path 1.2 +2 -0 ports/devel/sge/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:28:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D6AB16A4DE; Mon, 7 Aug 2006 07:28:48 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0325543D53; Mon, 7 Aug 2006 07:28:48 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k777SlSo016490; Mon, 7 Aug 2006 07:28:47 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k777SlRE016489; Mon, 7 Aug 2006 07:28:47 GMT (envelope-from yar) Message-Id: <200608070728.k777SlRE016489@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 7 Aug 2006 07:28:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:28:48 -0000 yar 2006-08-07 07:28:47 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Fix things I misadvised to Nate Lawson: - "Ns No" is redundant, so reduce it to just "Ns"; - use Li to mark up CPU and system power states because here they are just strings to be typed literally (add more such mark-up as well); - the best practice of typesetting tells us to use an en-dash to indicate a closed range; fortunately, groff_char(7) provides such a symbol. In addition, consistently use a comma between independent clauses coordinated by a conjunction. Pointed out by: ru (mark-up part) MFC after: 3 days Revision Changes Path 1.59 +44 -28 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:29:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EFBA16A501; Mon, 7 Aug 2006 07:29:10 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4651843D49; Mon, 7 Aug 2006 07:29:10 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k777TAtT016525; Mon, 7 Aug 2006 07:29:10 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k777TAMu016524; Mon, 7 Aug 2006 07:29:10 GMT (envelope-from itetcu) Message-Id: <200608070729.k777TAMu016524@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Mon, 7 Aug 2006 07:29:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/powerpc-gcc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:29:10 -0000 itetcu 2006-08-07 07:29:10 UTC FreeBSD ports repository Modified files: devel/powerpc-gcc Makefile Log: - Fix RUN_DEPENDS - bump PORTREVISION PR: ports/101523 Submitted by: Stanislav Sedov (maintainer) Revision Changes Path 1.3 +3 -1 ports/devel/powerpc-gcc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:43:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 254C316A4DE; Mon, 7 Aug 2006 07:43:11 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C7A43D46; Mon, 7 Aug 2006 07:43:10 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k777guTK074687; Mon, 7 Aug 2006 01:43:02 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <44D6EEFF.5080300@samsco.org> Date: Mon, 07 Aug 2006 01:42:55 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200608021305.k72D5c9R055142@repoman.freebsd.org> <86oduxx2a5.fsf@xps.des.no> <200608071155.12122.doconnor@gsoft.com.au> <864pwp6q4f.fsf@xps.des.no> In-Reply-To: <864pwp6q4f.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: src-committers@FreeBSD.org, Bruce M Simpson , cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:43:11 -0000 Dag-Erling Smřrgrav wrote: > "Daniel O'Connor" writes: > >>On Monday 07 August 2006 01:52, Dag-Erling Smřrgrav wrote: >> >>>Wouldn't it be more logical to have init(8) perform the reboot(2) >>>call upon receiving a signal from reboot(8)? >> >>You wouldn't be able to reboot the system in single user mode then >>would you? > > > Why not? FreeBSD is not Linux - it always runs init, even in > single-user mode. > > DES sysinstall is an example of an init-like program that isn't init. There are also many good uses for a custom init-like program for embedded systems. Not all the world is multi-user, and flexibility is very important. If you want to declare a new requirement that all init-like programs are now responsible for managing the reboot(2) call themselves, that's fine, but it'll need more documentation and effort than just a passing commit to src/sbin/init. Scott From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:55:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D40D16A4DA; Mon, 7 Aug 2006 07:55:29 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E603243D5A; Mon, 7 Aug 2006 07:55:28 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k777tSJM017947; Mon, 7 Aug 2006 07:55:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k777tSpQ017946; Mon, 7 Aug 2006 07:55:28 GMT (envelope-from clsung) Message-Id: <200608070755.k777tSpQ017946@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 07:55:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Class-InsideOut Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:55:29 -0000 clsung 2006-08-07 07:55:28 UTC FreeBSD ports repository Modified files: devel/p5-Class-InsideOut Makefile Log: - fix dependency list Noted by: 4.X INDEX broken mail Revision Changes Path 1.5 +1 -1 ports/devel/p5-Class-InsideOut/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 07:58:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED49B16A4DE; Mon, 7 Aug 2006 07:58:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B5743D4C; Mon, 7 Aug 2006 07:58:28 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k777wS6K018665; Mon, 7 Aug 2006 07:58:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k777wS7b018664; Mon, 7 Aug 2006 07:58:28 GMT (envelope-from miwi) Message-Id: <200608070758.k777wS7b018664@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 07:58:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/osh Makefile pkg-plist ports/archivers/dact Makefile ports/devel/robodoc Makefile ports/graphics/springgraph Makefile ports/mail/qsf Makefile ports/misc/nut Makefile ports/net/icpld Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 07:58:29 -0000 miwi 2006-08-07 07:58:28 UTC FreeBSD ports repository Modified files: shells/osh Makefile pkg-plist archivers/dact Makefile devel/robodoc Makefile graphics/springgraph Makefile mail/qsf Makefile misc/nut Makefile net/icpld Makefile security/find-zlib Makefile Log: - Respect DESTDIR for all my ports Reviewed by: gabor Approved by: krion (mentor) Revision Changes Path 1.22 +6 -2 ports/archivers/dact/Makefile 1.15 +2 -2 ports/devel/robodoc/Makefile 1.11 +1 -1 ports/graphics/springgraph/Makefile 1.11 +1 -1 ports/mail/qsf/Makefile 1.64 +1 -1 ports/misc/nut/Makefile 1.23 +5 -5 ports/net/icpld/Makefile 1.8 +1 -1 ports/security/find-zlib/Makefile 1.17 +5 -5 ports/shells/osh/Makefile 1.4 +2 -2 ports/shells/osh/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:00:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B8AC16A516; Mon, 7 Aug 2006 08:00:52 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A5243D53; Mon, 7 Aug 2006 08:00:51 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7780pTR019160; Mon, 7 Aug 2006 08:00:51 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7780pbL019159; Mon, 7 Aug 2006 08:00:51 GMT (envelope-from rafan) Message-Id: <200608070800.k7780pbL019159@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:00:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/e17-splash-shiny Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:00:52 -0000 rafan 2006-08-07 08:00:51 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/e17-splash-shiny Makefile distinfo pkg-descr Log: Add e17-splash-shiny 1.0, shiny splash screen for e17 window manager. PR: ports/101373 Submitted by: Stanislav Sedov Revision Changes Path 1.152 +1 -0 ports/x11-themes/Makefile 1.1 +37 -0 ports/x11-themes/e17-splash-shiny/Makefile (new) 1.1 +3 -0 ports/x11-themes/e17-splash-shiny/distinfo (new) 1.1 +3 -0 ports/x11-themes/e17-splash-shiny/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:00:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 904F916A589; Mon, 7 Aug 2006 08:00:58 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE8143D4C; Mon, 7 Aug 2006 08:00:58 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7780vTr019204; Mon, 7 Aug 2006 08:00:57 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7780vKU019203; Mon, 7 Aug 2006 08:00:57 GMT (envelope-from rafan) Message-Id: <200608070800.k7780vKU019203@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:00:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:00:58 -0000 rafan 2006-08-07 08:00:57 UTC FreeBSD ports repository Modified files: . modules Log: e17-splash-shiny --> ports/x11-themes/e17-splash-shiny Revision Changes Path 1.15920 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:01:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D42C16A4DE; Mon, 7 Aug 2006 08:01:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9705D43D46; Mon, 7 Aug 2006 08:01:35 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7781ZMa019291; Mon, 7 Aug 2006 08:01:35 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7781ZAU019290; Mon, 7 Aug 2006 08:01:35 GMT (envelope-from osa) Message-Id: <200608070801.k7781ZAU019290@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 7 Aug 2006 08:01:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:01:36 -0000 osa 2006-08-07 08:01:35 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Log: Update to latest version: 0.3.56. Revision Changes Path 1.82 +1 -1 ports/www/nginx/Makefile 1.76 +3 -3 ports/www/nginx/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:03:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 045F316A4E5; Mon, 7 Aug 2006 08:03:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5970E43D6D; Mon, 7 Aug 2006 08:03:43 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7783h2b020790; Mon, 7 Aug 2006 08:03:43 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7783hpf020789; Mon, 7 Aug 2006 08:03:43 GMT (envelope-from rafan) Message-Id: <200608070803.k7783hpf020789@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:03:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/e17-splash-blue Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:03:44 -0000 rafan 2006-08-07 08:03:43 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/e17-splash-blue Makefile distinfo pkg-descr Log: Add e17-splash-blue 1.0, blue splash screen for e17 window manager. PR: ports/101374 Submitted by: Stanislav Sedov Revision Changes Path 1.153 +1 -0 ports/x11-themes/Makefile 1.1 +37 -0 ports/x11-themes/e17-splash-blue/Makefile (new) 1.1 +3 -0 ports/x11-themes/e17-splash-blue/distinfo (new) 1.1 +4 -0 ports/x11-themes/e17-splash-blue/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:03:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF4C16A4DD; Mon, 7 Aug 2006 08:03:50 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 345E843D6E; Mon, 7 Aug 2006 08:03:50 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7783nY6020822; Mon, 7 Aug 2006 08:03:49 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7783nPk020821; Mon, 7 Aug 2006 08:03:49 GMT (envelope-from rafan) Message-Id: <200608070803.k7783nPk020821@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:03:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:03:50 -0000 rafan 2006-08-07 08:03:49 UTC FreeBSD ports repository Modified files: . modules Log: e17-splash-blue --> ports/x11-themes/e17-splash-blue Revision Changes Path 1.15921 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:05:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 864FE16A4DA; Mon, 7 Aug 2006 08:05:14 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9CB43D62; Mon, 7 Aug 2006 08:05:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7785BDm020916; Mon, 7 Aug 2006 08:05:11 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7785A7U020915; Mon, 7 Aug 2006 08:05:10 GMT (envelope-from glebius) Message-Id: <200608070805.k7785A7U020915@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 7 Aug 2006 08:05:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:05:14 -0000 glebius 2006-08-07 08:05:10 UTC FreeBSD src repository Modified files: sys/netgraph ng_pppoe.c Log: - Use log(9) instead of printf(9). - Print node ID, where possible. - Prepend log messages with function name, or at least with "ng_pppoe". Reviewed by: julian Tested by: Joao Barros Revision Changes Path 1.79 +44 -26 src/sys/netgraph/ng_pppoe.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:07:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC8F716A4E5; Mon, 7 Aug 2006 08:07:45 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D19A43D8F; Mon, 7 Aug 2006 08:07:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7787gXt021036; Mon, 7 Aug 2006 08:07:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7787gqQ021035; Mon, 7 Aug 2006 08:07:42 GMT (envelope-from pav) Message-Id: <200608070807.k7787gqQ021035@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 7 Aug 2006 08:07:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/conglomerate pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:07:45 -0000 pav 2006-08-07 08:07:41 UTC FreeBSD ports repository Modified files: editors/conglomerate pkg-plist Log: - Fix plist with nonstandard PREFIX PR: ports/101522 (part of) Submitted by: Stanislav Sedov Revision Changes Path 1.19 +2 -0 ports/editors/conglomerate/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:10:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E03C116A4DA; Mon, 7 Aug 2006 08:10:24 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A257C43D55; Mon, 7 Aug 2006 08:10:24 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778AODU021306; Mon, 7 Aug 2006 08:10:24 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778AOiK021305; Mon, 7 Aug 2006 08:10:24 GMT (envelope-from rafan) Message-Id: <200608070810.k778AOiK021305@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:10:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/e17-splash-azul Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:10:25 -0000 rafan 2006-08-07 08:10:24 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/e17-splash-azul Makefile distinfo pkg-descr Log: Add e17-splash-azul 1.0, azul splash screen for e17 window manager. PR: ports/101375 Submitted by: Stanislav Sedov Revision Changes Path 1.154 +1 -0 ports/x11-themes/Makefile 1.1 +37 -0 ports/x11-themes/e17-splash-azul/Makefile (new) 1.1 +3 -0 ports/x11-themes/e17-splash-azul/distinfo (new) 1.1 +3 -0 ports/x11-themes/e17-splash-azul/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:10:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ABC416A4E6; Mon, 7 Aug 2006 08:10:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3420043D5A; Mon, 7 Aug 2006 08:10:32 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778AWNv021354; Mon, 7 Aug 2006 08:10:32 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778AWTb021353; Mon, 7 Aug 2006 08:10:32 GMT (envelope-from rafan) Message-Id: <200608070810.k778AWTb021353@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:10:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:10:32 -0000 rafan 2006-08-07 08:10:32 UTC FreeBSD ports repository Modified files: . modules Log: e17-splash-azul --> ports/x11-themes/e17-splash-azul Revision Changes Path 1.15922 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:16:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F6D216A4DD; Mon, 7 Aug 2006 08:16:59 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E3D43D4C; Mon, 7 Aug 2006 08:16:58 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778Gw8f021730; Mon, 7 Aug 2006 08:16:58 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778GwdO021729; Mon, 7 Aug 2006 08:16:58 GMT (envelope-from rafan) Message-Id: <200608070816.k778GwdO021729@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:16:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/e17-splash-fortune Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:16:59 -0000 rafan 2006-08-07 08:16:58 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/e17-splash-fortune Makefile distinfo pkg-descr Log: Add e17-splash-fortune 1.0, fortune splash screen for e17 window manager. PR: ports/101376 Submitted by: Stanislav Sedov Revision Changes Path 1.155 +1 -0 ports/x11-themes/Makefile 1.1 +37 -0 ports/x11-themes/e17-splash-fortune/Makefile (new) 1.1 +3 -0 ports/x11-themes/e17-splash-fortune/distinfo (new) 1.1 +4 -0 ports/x11-themes/e17-splash-fortune/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:17:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C1B716A5CC; Mon, 7 Aug 2006 08:17:08 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B0FD43D45; Mon, 7 Aug 2006 08:17:07 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778H7Px021775; Mon, 7 Aug 2006 08:17:07 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778H7HR021774; Mon, 7 Aug 2006 08:17:07 GMT (envelope-from rafan) Message-Id: <200608070817.k778H7HR021774@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:17:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:17:08 -0000 rafan 2006-08-07 08:17:07 UTC FreeBSD ports repository Modified files: . modules Log: e17-splash-fortune --> ports/x11-themes/e17-splash-fortune Revision Changes Path 1.15923 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:17:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DC9F16A586; Mon, 7 Aug 2006 08:17:39 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 643F643D53; Mon, 7 Aug 2006 08:17:33 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778HXuD021862; Mon, 7 Aug 2006 08:17:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778HXoW021861; Mon, 7 Aug 2006 08:17:33 GMT (envelope-from rafan) Message-Id: <200608070817.k778HXoW021861@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:17:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/e17-splash-logo Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:17:39 -0000 rafan 2006-08-07 08:17:33 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/e17-splash-logo Makefile distinfo pkg-descr Log: Add e17-splash-logo 1.0, logo splash screen for e17 window manager. PR: ports/101377 Submitted by: Stanislav Sedov Revision Changes Path 1.156 +1 -0 ports/x11-themes/Makefile 1.1 +37 -0 ports/x11-themes/e17-splash-logo/Makefile (new) 1.1 +3 -0 ports/x11-themes/e17-splash-logo/distinfo (new) 1.1 +3 -0 ports/x11-themes/e17-splash-logo/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:17:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EAAF16A51B; Mon, 7 Aug 2006 08:17:43 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F4B343D4C; Mon, 7 Aug 2006 08:17:40 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778HdJi021894; Mon, 7 Aug 2006 08:17:39 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778Hdx9021893; Mon, 7 Aug 2006 08:17:39 GMT (envelope-from rafan) Message-Id: <200608070817.k778Hdx9021893@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:17:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:17:43 -0000 rafan 2006-08-07 08:17:39 UTC FreeBSD ports repository Modified files: . modules Log: e17-splash-logo --> ports/x11-themes/e17-splash-logo Revision Changes Path 1.15924 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:18:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0C3A16A4E9; Mon, 7 Aug 2006 08:18:15 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB4443D72; Mon, 7 Aug 2006 08:18:03 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778I3Ge021968; Mon, 7 Aug 2006 08:18:03 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778I3aS021967; Mon, 7 Aug 2006 08:18:03 GMT (envelope-from rafan) Message-Id: <200608070818.k778I3aS021967@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:18:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes Makefile ports/x11-themes/e17-splash-takara Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:18:16 -0000 rafan 2006-08-07 08:18:03 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/e17-splash-takara Makefile distinfo pkg-descr Log: Add e17-splash-takara 1.0, takara splash screen for e17 window manager. PR: ports/101378 Submitted by: Stanislav Sedov Revision Changes Path 1.157 +1 -0 ports/x11-themes/Makefile 1.1 +37 -0 ports/x11-themes/e17-splash-takara/Makefile (new) 1.1 +3 -0 ports/x11-themes/e17-splash-takara/distinfo (new) 1.1 +4 -0 ports/x11-themes/e17-splash-takara/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:18:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EA4C16A4DA; Mon, 7 Aug 2006 08:18:25 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D4D643D6E; Mon, 7 Aug 2006 08:18:09 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778I9Jw022000; Mon, 7 Aug 2006 08:18:09 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778I92F021999; Mon, 7 Aug 2006 08:18:09 GMT (envelope-from rafan) Message-Id: <200608070818.k778I92F021999@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:18:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:18:25 -0000 rafan 2006-08-07 08:18:09 UTC FreeBSD ports repository Modified files: . modules Log: e17-splash-takara --> ports/x11-themes/e17-splash-takara Revision Changes Path 1.15925 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:28:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D00416A4DA; Mon, 7 Aug 2006 08:28:16 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 878AC43DF8; Mon, 7 Aug 2006 08:27:56 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778RuR1022921; Mon, 7 Aug 2006 08:27:56 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778Ruex022920; Mon, 7 Aug 2006 08:27:56 GMT (envelope-from rafan) Message-Id: <200608070827.k778Ruex022920@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:27:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-Net-Flickr-Backup Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:28:16 -0000 rafan 2006-08-07 08:27:55 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-Net-Flickr-Backup Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-Flickr-Backup 2.8, OOP for backing up your Flickr photos locally. PR: ports/101414 Submitted by: Tsung-Han Yeh Revision Changes Path 1.1544 +1 -0 ports/www/Makefile 1.1 +41 -0 ports/www/p5-Net-Flickr-Backup/Makefile (new) 1.1 +3 -0 ports/www/p5-Net-Flickr-Backup/distinfo (new) 1.1 +4 -0 ports/www/p5-Net-Flickr-Backup/pkg-descr (new) 1.1 +3 -0 ports/www/p5-Net-Flickr-Backup/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:29:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADD1716A4DE; Mon, 7 Aug 2006 08:29:01 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0C6043D60; Mon, 7 Aug 2006 08:28:04 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778S36i022966; Mon, 7 Aug 2006 08:28:03 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778S3cC022965; Mon, 7 Aug 2006 08:28:03 GMT (envelope-from rafan) Message-Id: <200608070828.k778S3cC022965@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 08:28:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:29:01 -0000 rafan 2006-08-07 08:28:03 UTC FreeBSD ports repository Modified files: . modules Log: p5-Net-Flickr-Backup --> ports/www/p5-Net-Flickr-Backup Revision Changes Path 1.15926 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:31:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 371D216A501; Mon, 7 Aug 2006 08:31:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EE4C43D7D; Mon, 7 Aug 2006 08:29:37 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778SbfE022999; Mon, 7 Aug 2006 08:28:37 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778SbP3022998; Mon, 7 Aug 2006 08:28:37 GMT (envelope-from clsung) Message-Id: <200608070828.k778SbP3022998@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 08:28:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/anomy-sanitizer Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:31:59 -0000 clsung 2006-08-07 08:28:37 UTC FreeBSD ports repository Modified files: mail/anomy-sanitizer Makefile pkg-plist Log: - fix pkg-plist Noted by: krisbot PR: ports/101543 Submitted by: clsung Approved by: maintainer (Janos Mohacsi) Revision Changes Path 1.6 +1 -1 ports/mail/anomy-sanitizer/Makefile 1.2 +2 -1 ports/mail/anomy-sanitizer/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 08:59:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 288EF16A4DF; Mon, 7 Aug 2006 08:59:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEFB643D46; Mon, 7 Aug 2006 08:59:09 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k778x9ns034610; Mon, 7 Aug 2006 08:59:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k778x94e034609; Mon, 7 Aug 2006 08:59:09 GMT (envelope-from miwi) Message-Id: <200608070859.k778x94e034609@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 08:59:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/advancecomp/files patch-Portable.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 08:59:10 -0000 miwi 2006-08-07 08:59:09 UTC FreeBSD ports repository Added files: archivers/advancecomp/files patch-Portable.h Log: - Fix build on 4.x Submitted by: pointyhat via kris Approved by: krion (mentor) Revision Changes Path 1.1 +11 -0 ports/archivers/advancecomp/files/patch-Portable.h (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:01:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8D8D16A4DF; Mon, 7 Aug 2006 09:01:17 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 881AA43D46; Mon, 7 Aug 2006 09:01:17 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7791HBj034861; Mon, 7 Aug 2006 09:01:17 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7791HOL034860; Mon, 7 Aug 2006 09:01:17 GMT (envelope-from mat) Message-Id: <200608070901.k7791HOL034860@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 7 Aug 2006 09:01:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/p5-Tcl-Tk Makefile distinfo pkg-plist ports/x11-toolkits/p5-Tcl-Tk/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:01:17 -0000 mat 2006-08-07 09:01:16 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile x11-toolkits/p5-Tcl-Tk Makefile distinfo pkg-plist x11-toolkits/p5-Tcl-Tk/files patch-aa Log: Update p5-Tcl-Tk to 0.88, and move p5-Tcl-Tk to p5-TclTk where it belongs. Revision Changes Path 1.416 +1 -0 ports/x11-toolkits/Makefile 1.27 +3 -10 ports/x11-toolkits/p5-Tcl-Tk/Makefile 1.6 +3 -3 ports/x11-toolkits/p5-Tcl-Tk/distinfo 1.7 +20 -10 ports/x11-toolkits/p5-Tcl-Tk/files/patch-aa 1.9 +7 -6 ports/x11-toolkits/p5-Tcl-Tk/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:02:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49C2A16A4DE; Mon, 7 Aug 2006 09:02:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC24843D79; Mon, 7 Aug 2006 09:02:12 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7792Cb8034998; Mon, 7 Aug 2006 09:02:12 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7792C0N034997; Mon, 7 Aug 2006 09:02:12 GMT (envelope-from mat) Message-Id: <200608070902.k7792C0N034997@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 7 Aug 2006 09:02:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:02:13 -0000 mat 2006-08-07 09:02:12 UTC FreeBSD ports repository Modified files: . modules Log: add ports/x11-toolkits/p5-TclTk after repocopy Revision Changes Path 1.15927 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:02:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A648616A4E6; Mon, 7 Aug 2006 09:02:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D47B543D58; Mon, 7 Aug 2006 09:02:45 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7792jCU035092; Mon, 7 Aug 2006 09:02:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7792jFT035091; Mon, 7 Aug 2006 09:02:45 GMT (envelope-from miwi) Message-Id: <200608070902.k7792jFT035091@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 09:02:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/logtools Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:02:46 -0000 miwi 2006-08-07 09:02:45 UTC FreeBSD ports repository Modified files: www/logtools Makefile Log: - Fix build on 4.x Submitted by: pointyhat via kris Approved by: krion (mentor) Revision Changes Path 1.7 +2 -3 ports/www/logtools/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:05:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D03716A4E0; Mon, 7 Aug 2006 09:05:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6633043D45; Mon, 7 Aug 2006 09:05:46 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7795kWS036498; Mon, 7 Aug 2006 09:05:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7795k7B036497; Mon, 7 Aug 2006 09:05:46 GMT (envelope-from miwi) Message-Id: <200608070905.k7795k7B036497@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 09:05:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/ttyrec Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:05:46 -0000 miwi 2006-08-07 09:05:46 UTC FreeBSD ports repository Modified files: misc/ttyrec Makefile Log: - Fix build on 4.x [1] - Respect DESTDIR Submitted by: pointyhat via kris [1] Approved by: krion (mentor) Revision Changes Path 1.11 +3 -1 ports/misc/ttyrec/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:06:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F47116A4DE; Mon, 7 Aug 2006 09:06:49 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4829D43D46; Mon, 7 Aug 2006 09:06:49 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7796nfc036615; Mon, 7 Aug 2006 09:06:49 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7796nBr036614; Mon, 7 Aug 2006 09:06:49 GMT (envelope-from rafan) Message-Id: <200608070906.k7796nBr036614@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 09:06:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/kid3 Makefile distinfo pkg-descr pkg-plist ports/audio/kid3/files patch-kid3-oggfile.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:06:49 -0000 rafan 2006-08-07 09:06:48 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/kid3 Makefile distinfo pkg-descr pkg-plist audio/kid3/files patch-kid3-oggfile.cpp Log: Add kid3 0.7, MP3/Ogg/FLAC tag editor for KDE. PR: ports/101283 Submitted by: Max Brazhnikov Revision Changes Path 1.758 +1 -0 ports/audio/Makefile 1.1 +29 -0 ports/audio/kid3/Makefile (new) 1.1 +3 -0 ports/audio/kid3/distinfo (new) 1.1 +11 -0 ports/audio/kid3/files/patch-kid3-oggfile.cpp (new) 1.1 +4 -0 ports/audio/kid3/pkg-descr (new) 1.1 +18 -0 ports/audio/kid3/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:06:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C99416A4DA; Mon, 7 Aug 2006 09:06:57 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E1E43D46; Mon, 7 Aug 2006 09:06:57 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7796v9O036647; Mon, 7 Aug 2006 09:06:57 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7796vIj036646; Mon, 7 Aug 2006 09:06:57 GMT (envelope-from rafan) Message-Id: <200608070906.k7796vIj036646@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 09:06:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:06:57 -0000 rafan 2006-08-07 09:06:56 UTC FreeBSD ports repository Modified files: . modules Log: kid3 --> ports/audio/kid3 Revision Changes Path 1.15928 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:10:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F0216A4DD; Mon, 7 Aug 2006 09:10:58 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A8543D53; Mon, 7 Aug 2006 09:10:58 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k779AwY6036921; Mon, 7 Aug 2006 09:10:58 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k779AvKq036920; Mon, 7 Aug 2006 09:10:57 GMT (envelope-from rafan) Message-Id: <200608070910.k779AvKq036920@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 09:10:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/p5-JavaScript Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:10:58 -0000 rafan 2006-08-07 09:10:57 UTC FreeBSD ports repository Modified files: lang/p5-JavaScript Makefile Log: - Chase shlib versioning of lang/spidermonkey, patch from Andrew Pantyukhin PR: ports/101561 Submitted by: Dominic Mitchell (maintainer) Revision Changes Path 1.2 +2 -2 ports/lang/p5-JavaScript/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:22:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A0216A4DE; Mon, 7 Aug 2006 09:22:57 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C8FF43D45; Mon, 7 Aug 2006 09:22:56 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k779Mp6X052529 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 13:22:52 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k779MpIu052528; Mon, 7 Aug 2006 13:22:51 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 7 Aug 2006 13:22:51 +0400 From: Gleb Smirnoff To: Stefan Farfeleder Message-ID: <20060807092251.GS96644@FreeBSD.org> References: <200608051358.k75DwpYr070713@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200608051358.k75DwpYr070713@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:22:57 -0000 On Sat, Aug 05, 2006 at 01:58:50PM +0000, Stefan Farfeleder wrote: S> stefanf 2006-08-05 13:58:50 UTC S> S> FreeBSD src repository S> S> Modified files: S> sbin/ipfw ipfw2.c S> Log: S> Use the SLIST_NEXT macro instead of sle_next. Uhhrm. This code is a hack really, and using bad style emphasizes that. It says: BEWARE! We use queue.h internals for our own dirty needs. So I left "sle_next" here intentionally. The hack was made here to keep ABI compatibility, and make the later changes mergeable to RELENG_6. Let it be SLIST_NEXT() now. Anyway there is a plan of major rewrite of API and ipfw(8) itself. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:24:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C0F16A4DE; Mon, 7 Aug 2006 09:24:13 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C7E643D45; Mon, 7 Aug 2006 09:24:13 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k779ODMs037866; Mon, 7 Aug 2006 09:24:13 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k779ODXl037865; Mon, 7 Aug 2006 09:24:13 GMT (envelope-from lth) Message-Id: <200608070924.k779ODXl037865@repoman.freebsd.org> From: Lars Thegler Date: Mon, 7 Aug 2006 09:24:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-Pluggable Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:24:13 -0000 lth 2006-08-07 09:24:13 UTC FreeBSD ports repository Modified files: devel/p5-Module-Pluggable Makefile Log: - Fix dependency on p5-Class-Inspector [1] - Use magic MASTER_SITES - Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies - Use versioned package dependencies PR: ports/101091 [1] Submitted by: chinsan Revision Changes Path 1.17 +5 -5 ports/devel/p5-Module-Pluggable/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:42:56 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A9B16A4DF for ; Mon, 7 Aug 2006 09:42:56 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1134A43DA4 for ; Mon, 7 Aug 2006 09:42:33 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1173353pyc for ; Mon, 07 Aug 2006 02:42:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n5GVqIofq8mhwmIfu76HQ7quLCLO7mML+kGWL6clRwmdy4uaefdkzg99xYtRYVxBxo1f7HsGN9OjKbO+siPUn5H4DGZKUwE2maBJCgLXonRpFM6VZ3BA/ZjZaKhR/Dst46z5t9BgKq2J7koz7/TEaXRqadYvTIMiVTPdUtSdftk= Received: by 10.35.41.12 with SMTP id t12mr11802849pyj; Mon, 07 Aug 2006 02:42:29 -0700 (PDT) Received: by 10.35.112.18 with HTTP; Mon, 7 Aug 2006 02:42:29 -0700 (PDT) Message-ID: <70e8236f0608070242w4f52f91an3ce144bcfa2d2a68@mail.gmail.com> Date: Mon, 7 Aug 2006 10:42:29 +0100 From: "Joao Barros" To: "Gleb Smirnoff" In-Reply-To: <200608070805.k7785A7U020915@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200608070805.k7785A7U020915@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:42:56 -0000 On 8/7/06, Gleb Smirnoff wrote: > glebius 2006-08-07 08:05:10 UTC > > FreeBSD src repository > > Modified files: > sys/netgraph ng_pppoe.c > Log: > - Use log(9) instead of printf(9). > - Print node ID, where possible. > - Prepend log messages with function name, or at least with "ng_pppoe". > > Reviewed by: julian > Tested by: Joao Barros > > Revision Changes Path > 1.79 +44 -26 src/sys/netgraph/ng_pppoe.c Thanks! Is this an MFC candidate for 6.2? -- Joao Barros From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:44:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 891D416A4F1; Mon, 7 Aug 2006 09:44:41 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D0FA43D8F; Mon, 7 Aug 2006 09:44:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k779ibHS039601; Mon, 7 Aug 2006 09:44:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k779ib8n039600; Mon, 7 Aug 2006 09:44:37 GMT (envelope-from pav) Message-Id: <200608070944.k779ib8n039600@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 7 Aug 2006 09:44:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/lsdvd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:44:41 -0000 pav 2006-08-07 09:44:37 UTC FreeBSD ports repository Modified files: multimedia/lsdvd Makefile Log: - Mark BROKEN: does not configure Reported by: krismail Revision Changes Path 1.12 +1 -0 ports/multimedia/lsdvd/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:58:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E25016A4DF; Mon, 7 Aug 2006 09:58:32 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1370743D69; Mon, 7 Aug 2006 09:58:27 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k779wR9i040269; Mon, 7 Aug 2006 09:58:27 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k779wRYx040268; Mon, 7 Aug 2006 09:58:27 GMT (envelope-from sat) Message-Id: <200608070958.k779wRYx040268@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 7 Aug 2006 09:58:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/freeciv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:58:32 -0000 sat 2006-08-07 09:58:27 UTC FreeBSD ports repository Modified files: games/freeciv Makefile Log: - Mark broken on 4.x Reported by: pointyhat via kris Revision Changes Path 1.75 +4 -0 ports/games/freeciv/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 09:58:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 447E316A4E2; Mon, 7 Aug 2006 09:58:44 +0000 (UTC) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C8A443D64; Mon, 7 Aug 2006 09:58:43 +0000 (GMT) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k779wgN4040305; Mon, 7 Aug 2006 09:58:42 GMT (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k779wggK040304; Mon, 7 Aug 2006 09:58:42 GMT (envelope-from ijliao) Message-Id: <200608070958.k779wggK040304@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 7 Aug 2006 09:58:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/yap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 09:58:44 -0000 ijliao 2006-08-07 09:58:42 UTC FreeBSD ports repository Modified files: lang/yap Makefile Log: fix build on releng_4 Revision Changes Path 1.27 +2 -1 ports/lang/yap/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:05:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39DEA16A4DF; Mon, 7 Aug 2006 10:05:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03A2B43D45; Mon, 7 Aug 2006 10:05:18 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77A5HTh041904; Mon, 7 Aug 2006 10:05:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77A5HCu041903; Mon, 7 Aug 2006 10:05:17 GMT (envelope-from miwi) Message-Id: <200608071005.k77A5HCu041903@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 10:05:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/abcmidi Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:05:18 -0000 miwi 2006-08-07 10:05:17 UTC FreeBSD ports repository Modified files: audio/abcmidi Makefile Log: - Update MASTER_SITES PR: ports/100723 Submitted by: Stanislav Sedov Approved by: krion (mentor), maintainer timeout Revision Changes Path 1.29 +1 -1 ports/audio/abcmidi/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:06:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 368A816A4DD; Mon, 7 Aug 2006 10:06:46 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0CB643D7E; Mon, 7 Aug 2006 10:06:41 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77A6fmr042015; Mon, 7 Aug 2006 10:06:41 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77A6fmW042014; Mon, 7 Aug 2006 10:06:41 GMT (envelope-from maho) Message-Id: <200608071006.k77A6fmW042014@repoman.freebsd.org> From: Maho Nakata Date: Mon, 7 Aug 2006 10:06:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel Makefile distinfo ports/editors/openoffice.org-2.0-devel/files patch-i67904 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:06:46 -0000 maho 2006-08-07 10:06:41 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0-devel Makefile distinfo editors/openoffice.org-2.0-devel/files patch-i67904 Log: o Update to SRC680_m180 o discard __FreeBSD_version < 700015 since get*_r is MFC'ed to 601103[1] Discussed with: ume[1] Revision Changes Path 1.267 +2 -2 ports/editors/openoffice.org-2.0-devel/Makefile 1.111 +3 -3 ports/editors/openoffice.org-2.0-devel/distinfo 1.2 +5 -4 ports/editors/openoffice.org-2.0-devel/files/patch-i67904 From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:07:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09D1B16A4DA; Mon, 7 Aug 2006 10:07:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E29C943D62; Mon, 7 Aug 2006 10:07:22 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77A7MXU042087; Mon, 7 Aug 2006 10:07:22 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77A7MQh042086; Mon, 7 Aug 2006 10:07:22 GMT (envelope-from miwi) Message-Id: <200608071007.k77A7MQh042086@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 10:07:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/pgpool Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:07:25 -0000 miwi 2006-08-07 10:07:22 UTC FreeBSD ports repository Modified files: databases/pgpool Makefile distinfo Log: - Update to 3.1.1 PR: ports/100788 Submitted by: Robert Gogolok Approved by: krion (mentor), maintainer timeout Revision Changes Path 1.5 +2 -2 ports/databases/pgpool/Makefile 1.5 +3 -3 ports/databases/pgpool/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:12:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FBA116A4DA; Mon, 7 Aug 2006 10:12:57 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBDCD43D46; Mon, 7 Aug 2006 10:12:56 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77ACug7042393; Mon, 7 Aug 2006 10:12:56 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77ACuE4042392; Mon, 7 Aug 2006 10:12:56 GMT (envelope-from yar) Message-Id: <200608071012.k77ACuE4042392@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 7 Aug 2006 10:12:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_sysctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:12:57 -0000 yar 2006-08-07 10:12:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_sysctl.c Log: MFC r1.170: Kill an XXX remark that has been untrue since rev. 1.150 of this file. Revision Changes Path 1.165.2.4 +0 -4 src/sys/kern/kern_sysctl.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:16:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3FCC16A4DA; Mon, 7 Aug 2006 10:16:58 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D52443D58; Mon, 7 Aug 2006 10:16:58 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77AGweF042632; Mon, 7 Aug 2006 10:16:58 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77AGw1r042631; Mon, 7 Aug 2006 10:16:58 GMT (envelope-from bms) Message-Id: <200608071016.k77AGw1r042631@repoman.freebsd.org> From: Bruce M Simpson Date: Mon, 7 Aug 2006 10:16:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/dirac Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:16:58 -0000 bms 2006-08-07 10:16:58 UTC FreeBSD ports repository (src committer) Modified files: multimedia/dirac Makefile pkg-plist Log: Fix pkg-plist. Bump PORTREVISION. Revision Changes Path 1.8 +1 -0 ports/multimedia/dirac/Makefile 1.5 +1 -0 ports/multimedia/dirac/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:17:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4976A16A4E5; Mon, 7 Aug 2006 10:17:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 097FF43D5D; Mon, 7 Aug 2006 10:17:38 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77AHbNL042710; Mon, 7 Aug 2006 10:17:37 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77AHbhe042709; Mon, 7 Aug 2006 10:17:37 GMT (envelope-from miwi) Message-Id: <200608071017.k77AHbhe042709@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 10:17:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/p5-Mail-Verp Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:17:38 -0000 miwi 2006-08-07 10:17:37 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Mail-Verp Makefile distinfo pkg-descr pkg-plist Log: Mail::Verp encodes the address of an email recipient into the envelope sender address so that a bounce can be more easily handled even if the original recipient is forwarding their mail to another address and the remote Mail Transport Agents send back unhelpful bounce messages. The module must also be used to decode bounce recipient addresses. PR: ports/101282 Submitted by: Vivek Khera Approved by: krion (mentor) Revision Changes Path 1.787 +1 -0 ports/mail/Makefile 1.1 +22 -0 ports/mail/p5-Mail-Verp/Makefile (new) 1.1 +3 -0 ports/mail/p5-Mail-Verp/distinfo (new) 1.1 +5 -0 ports/mail/p5-Mail-Verp/pkg-descr (new) 1.1 +5 -0 ports/mail/p5-Mail-Verp/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:18:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B67016A4DA; Mon, 7 Aug 2006 10:18:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3A143D4C; Mon, 7 Aug 2006 10:18:09 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77AI9OH042756; Mon, 7 Aug 2006 10:18:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77AI9cS042755; Mon, 7 Aug 2006 10:18:09 GMT (envelope-from miwi) Message-Id: <200608071018.k77AI9cS042755@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 10:18:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:18:10 -0000 miwi 2006-08-07 10:18:09 UTC FreeBSD ports repository Modified files: . modules Log: p5-Mail-Verp --> ports/mail/p5-Mail-Verp Revision Changes Path 1.15929 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:22:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56D1D16A4E1; Mon, 7 Aug 2006 10:22:09 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B8843D45; Mon, 7 Aug 2006 10:22:09 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77AM8hl043035; Mon, 7 Aug 2006 10:22:08 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77AM8Ae043034; Mon, 7 Aug 2006 10:22:08 GMT (envelope-from delphij) Message-Id: <200608071022.k77AM8Ae043034@repoman.freebsd.org> From: Xin LI Date: Mon, 7 Aug 2006 10:22:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mailwrapper mailwrapper.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:22:09 -0000 delphij 2006-08-07 10:22:08 UTC FreeBSD src repository Modified files: usr.sbin/mailwrapper mailwrapper.8 Log: Merge all applicable NetBSD and OpenBSD improvements over this manpage till NetBSD mailwrapper.8,v 1.11 and OpenBSD mailwrapper.8,v 1.8: - Separate exit status out from diagnostics section. - Fix typos. Obtained from: NetBSD, OpenBSD MFC After: Along with mailwrapper(8) updates. Revision Changes Path 1.13 +11 -9 src/usr.sbin/mailwrapper/mailwrapper.8 From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:24:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D4C16A4DA; Mon, 7 Aug 2006 10:24:22 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B69E43D55; Mon, 7 Aug 2006 10:24:21 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77AOL69043298; Mon, 7 Aug 2006 10:24:21 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77AOL7o043297; Mon, 7 Aug 2006 10:24:21 GMT (envelope-from miwi) Message-Id: <200608071024.k77AOL7o043297@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 10:24:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/p5-Image-ExifTool Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:24:22 -0000 miwi 2006-08-07 10:24:21 UTC FreeBSD ports repository Modified files: graphics/p5-Image-ExifTool Makefile distinfo pkg-plist Log: - Update to 6.29 PR: ports/101261 Submitted by: Tod McQuillin (maintainer) Approved by: krion (mentor) Revision Changes Path 1.22 +18 -13 ports/graphics/p5-Image-ExifTool/Makefile 1.22 +3 -3 ports/graphics/p5-Image-ExifTool/distinfo 1.17 +9 -0 ports/graphics/p5-Image-ExifTool/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:28:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E103C16A4DA; Mon, 7 Aug 2006 10:28:46 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C1F43D69; Mon, 7 Aug 2006 10:28:46 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77ASkjv043527; Mon, 7 Aug 2006 10:28:46 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77ASkQS043525; Mon, 7 Aug 2006 10:28:46 GMT (envelope-from yar) Message-Id: <200608071028.k77ASkQS043525@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 7 Aug 2006 10:28:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_gif.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:28:47 -0000 yar 2006-08-07 10:28:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_gif.c Log: MFC r1.61: Eliminate some poorly duplicated code. Revision Changes Path 1.52.2.5 +1 -12 src/sys/net/if_gif.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:29:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B38E216A4E0; Mon, 7 Aug 2006 10:29:18 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D3F643D49; Mon, 7 Aug 2006 10:29:18 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77ATIXf043581; Mon, 7 Aug 2006 10:29:18 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77ATIEx043580; Mon, 7 Aug 2006 10:29:18 GMT (envelope-from delphij) Message-Id: <200608071029.k77ATIEx043580@repoman.freebsd.org> From: Xin LI Date: Mon, 7 Aug 2006 10:29:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/mailwrapper mailwrapper.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:29:18 -0000 delphij 2006-08-07 10:29:18 UTC FreeBSD src repository Modified files: usr.sbin/mailwrapper mailwrapper.c Log: Update NetBSD and OpenBSD SCM tags to match the reality. Note that NetBSD revisions 1.8 and 1.9 are not actually applied to our code base because we have solved the problem differently, therefore, these changes can be safely skipped. Revision Changes Path 1.11 +2 -2 src/usr.sbin/mailwrapper/mailwrapper.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:31:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B17D16A4DA; Mon, 7 Aug 2006 10:31:09 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E56E243D49; Mon, 7 Aug 2006 10:31:08 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77AV8Ht043815; Mon, 7 Aug 2006 10:31:08 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77AV8U7043814; Mon, 7 Aug 2006 10:31:08 GMT (envelope-from sem) Message-Id: <200608071031.k77AV8U7043814@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 7 Aug 2006 10:31:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cacti Makefile pkg-plist ports/net/cacti/files extrapatch-plugins pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:31:09 -0000 sem 2006-08-07 10:31:08 UTC FreeBSD ports repository Modified files: net/cacti Makefile pkg-plist net/cacti/files pkg-message.in Added files: net/cacti/files extrapatch-plugins Log: - Add plugin support Submitted by: Gustavo Fukao Revision Changes Path 1.27 +19 -2 ports/net/cacti/Makefile 1.1 +601 -0 ports/net/cacti/files/extrapatch-plugins (new) 1.4 +11 -0 ports/net/cacti/files/pkg-message.in 1.15 +10 -5 ports/net/cacti/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:33:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC08816A4E0; Mon, 7 Aug 2006 10:33:08 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF7D43D55; Mon, 7 Aug 2006 10:33:07 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77AX7N5044212; Mon, 7 Aug 2006 10:33:07 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77AX7ru044211; Mon, 7 Aug 2006 10:33:07 GMT (envelope-from keramida) Message-Id: <200608071033.k77AX7ru044211@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 7 Aug 2006 10:33:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:33:08 -0000 keramida 2006-08-07 10:33:07 UTC FreeBSD src repository (doc committer) Modified files: sys/sys param.h Log: Spell "determine" correctly. Reviewed by: jb Revision Changes Path 1.271 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:44:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF8D16A4DD; Mon, 7 Aug 2006 10:44:04 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA28A43D4C; Mon, 7 Aug 2006 10:44:03 +0000 (GMT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Ai3jj045996; Mon, 7 Aug 2006 10:44:03 GMT (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77Ai35U045995; Mon, 7 Aug 2006 10:44:03 GMT (envelope-from markm) Message-Id: <200608071044.k77Ai35U045995@repoman.freebsd.org> From: Mark Murray Date: Mon, 7 Aug 2006 10:44:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/jacal Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:44:04 -0000 markm 2006-08-07 10:44:03 UTC FreeBSD ports repository Modified files: math/jacal Makefile distinfo pkg-plist Log: Update to 1b6. Relinquish maintainership. Revision Changes Path 1.8 +3 -3 ports/math/jacal/Makefile 1.6 +3 -3 ports/math/jacal/distinfo 1.4 +0 -1 ports/math/jacal/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:51:35 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 977FB16A4DA for ; Mon, 7 Aug 2006 10:51:35 +0000 (UTC) (envelope-from sdrhodus@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6AF43D5C for ; Mon, 7 Aug 2006 10:51:33 +0000 (GMT) (envelope-from sdrhodus@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so1356199nfe for ; Mon, 07 Aug 2006 03:51:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=P4lzICkZppagKUHWF2ngqQXBfFp1e+CCsUJvp6yWMRDsh03UoI96Brwn8goSIjaRsD1eSVHE7CAFwANuCPi+vdd/dbGP5V+z226Wy6PdXYDCRCFMiuqWHoDkgz+etkLEOWucrvdMbLizoXK0FX6EU/sSSljPsW5tVxMxcqOyD7k= Received: by 10.78.156.6 with SMTP id d6mr2336326hue; Mon, 07 Aug 2006 03:51:32 -0700 (PDT) Received: by 10.78.143.10 with HTTP; Mon, 7 Aug 2006 03:51:32 -0700 (PDT) Message-ID: Date: Mon, 7 Aug 2006 06:51:32 -0400 From: "David Rhodus" Sender: sdrhodus@gmail.com To: "Ion-Mihai Tetcu" In-Reply-To: <20060801055533.6b5d8122@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607311640.k6VGe1rK039757@repoman.freebsd.org> <20060801055533.6b5d8122@it.buh.tecnik93.com> X-Google-Sender-Auth: d0ccdde5e8260909 Cc: Mathieu Arnold , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports UPDATING ports/graphics/GraphicsMagick Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:51:35 -0000 On 7/31/06, Ion-Mihai Tetcu wrote: > On Mon, 31 Jul 2006 16:40:01 +0000 (UTC) > Mathieu Arnold wrote: > > > mat 2006-07-31 16:40:01 UTC > > > > FreeBSD ports repository > > > > Modified files: > > . UPDATING > > graphics/GraphicsMagick Makefile > > Log: > > In order to fix a symbol collision between GraphicsMagick and > > libtidy, GraphicsMagick has been updated so that all its symbols are > > now prefixed with 'Gm'. All depending ports will have to be > > recompiled as noted in UPDATING. > > I have a nagging feeling this breaks more things that it fixes. > > For example: > ---> Reinstalling 'pecl-imagick-0.9.11_5' (graphics/pecl-imagick) > ---> Building '/usr/ports/graphics/pecl-imagick' > ..... > checking for imagick support... yes, shared > checking for imagick support... yes > Building with GraphicsMagick as backend > checking for GraphicsMagick in provided path... found in /usr/local > checking for GraphicsMagick 1.0.0 or later with /usr/local/bin/GraphicsMagick-config... 1.1.6 > checking for InitializeMagick in -lGraphicsMagick... no > configure: error: There is something wrong. Please check config.log for more information. > ===> Script "configure" failed unexpectedly. > Same error here. -DR From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:54:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F37016A4DA; Mon, 7 Aug 2006 10:54:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1935D43D4C; Mon, 7 Aug 2006 10:54:17 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77AsG4W046496; Mon, 7 Aug 2006 10:54:16 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77AsGEd046495; Mon, 7 Aug 2006 10:54:16 GMT (envelope-from miwi) Message-Id: <200608071054.k77AsGEd046495@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 10:54:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/nettle Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:54:17 -0000 miwi 2006-08-07 10:54:16 UTC FreeBSD ports repository Modified files: security/nettle Makefile pkg-plist Log: - Fix build on 4.x - Fix pkg-plist Submitted by: pointyhat via kris Approved by: krion (mentor) Revision Changes Path 1.16 +2 -0 ports/security/nettle/Makefile 1.8 +0 -1 ports/security/nettle/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 10:59:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA8EB16A4E8; Mon, 7 Aug 2006 10:59:05 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7480643D45; Mon, 7 Aug 2006 10:59:05 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Ax5CF046779; Mon, 7 Aug 2006 10:59:05 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77Ax5M4046778; Mon, 7 Aug 2006 10:59:05 GMT (envelope-from des) Message-Id: <200608071059.k77Ax5M4046778@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 7 Aug 2006 10:59:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/xfce4-xkb-plugin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 10:59:06 -0000 des 2006-08-07 10:59:05 UTC FreeBSD ports repository Modified files: deskutils/xfce4-xkb-plugin Makefile Log: Mark BROKEN on pre-5. Revision Changes Path 1.10 +7 -1 ports/deskutils/xfce4-xkb-plugin/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:08:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BD9D16A4DE; Mon, 7 Aug 2006 11:08:21 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5308C43D55; Mon, 7 Aug 2006 11:08:21 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77B8LlM048552; Mon, 7 Aug 2006 11:08:21 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77B8L8L048550; Mon, 7 Aug 2006 11:08:21 GMT (envelope-from garga) Message-Id: <200608071108.k77B8L8L048550@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 11:08:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/queue-repair Makefile pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:08:21 -0000 garga 2006-08-07 11:08:21 UTC FreeBSD ports repository Modified files: mail/queue-repair Makefile pkg-descr Removed files: mail/queue-repair pkg-plist Log: - Fix WWW line in pkg-descr - Use PORTDOCS - Remove uneeded pkg-plist and use PLIST_FILES instead PR: ports/100752 Submitted by: garga Approved by: maintainer timeout (15 days) Revision Changes Path 1.11 +5 -2 ports/mail/queue-repair/Makefile 1.2 +1 -1 ports/mail/queue-repair/pkg-descr 1.4 +0 -6 ports/mail/queue-repair/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:10:23 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0F3E16A4DE; Mon, 7 Aug 2006 11:10:23 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5520843D46; Mon, 7 Aug 2006 11:10:23 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id C7BEE22D54; Mon, 7 Aug 2006 13:10:21 +0200 (CEST) Date: Mon, 7 Aug 2006 13:10:21 +0200 From: Erwin Lansing To: David Rhodus Message-ID: <20060807111020.GL33183@droso.net> Mail-Followup-To: David Rhodus , Ion-Mihai Tetcu , Mathieu Arnold , cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org References: <200607311640.k6VGe1rK039757@repoman.freebsd.org> <20060801055533.6b5d8122@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qoa3+4LHNtB0VmQh" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD/i386 5.4-RELEASE User-Agent: Mutt/1.5.12-2006-07-14 Cc: Ion-Mihai Tetcu , Mathieu Arnold , ports-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports UPDATING ports/graphics/GraphicsMagick Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:10:23 -0000 --qoa3+4LHNtB0VmQh Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 07, 2006 at 06:51:32AM -0400, David Rhodus wrote: > On 7/31/06, Ion-Mihai Tetcu wrote: > >On Mon, 31 Jul 2006 16:40:01 +0000 (UTC) > >Mathieu Arnold wrote: > > > >> mat 2006-07-31 16:40:01 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> . UPDATING > >> graphics/GraphicsMagick Makefile > >> Log: > >> In order to fix a symbol collision between GraphicsMagick and > >> libtidy, GraphicsMagick has been updated so that all its symbols are > >> now prefixed with 'Gm'. All depending ports will have to be > >> recompiled as noted in UPDATING. > > > >I have a nagging feeling this breaks more things that it fixes. > > > >For example: > >---> Reinstalling 'pecl-imagick-0.9.11_5' (graphics/pecl-imagick) > >---> Building '/usr/ports/graphics/pecl-imagick' > >..... > >checking for imagick support... yes, shared > >checking for imagick support... yes > >Building with GraphicsMagick as backend > >checking for GraphicsMagick in provided path... found in /usr/local > >checking for GraphicsMagick 1.0.0 or later with=20 > >/usr/local/bin/GraphicsMagick-config... 1.1.6 > >checking for InitializeMagick in -lGraphicsMagick... no > >configure: error: There is something wrong. Please check config.log for= =20 > >more information. > >=3D=3D=3D> Script "configure" failed unexpectedly. > > >=20 > Same error here. >=20 And the same error for graphics/pecl-imagick. http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2006080412/pecl-i= magick-0.9.11_5.log Mat, can you please investigate? Thanks, -erwin --=20 Erwin Lansing http://droso.org Security is like an onion. (o_ _o) It's made up of several layers \\\_\ /_/// erwin@FreeBSD.org And it makes you cry. <____) (____> erwin@aauug.dk --qoa3+4LHNtB0VmQh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFE1x+cqy9aWxUlaZARAuv3AJ4+jJ3xEuJli3Bu6ItJuFsru7rrewCg/nPs /ujiEvV4mz27VwA7M+ePyoo= =j1aV -----END PGP SIGNATURE----- --qoa3+4LHNtB0VmQh-- From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:12:25 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D831816A4DE; Mon, 7 Aug 2006 11:12:25 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (plouf.absolight.net [193.30.224.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B2343D5F; Mon, 7 Aug 2006 11:12:06 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from andromede.in.absolight.net (andromede.in.absolight.net [193.30.224.82]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 8C8485553B5; Mon, 7 Aug 2006 13:12:05 +0200 (CEST) Date: Mon, 07 Aug 2006 13:12:00 +0200 From: Mathieu Arnold To: Erwin Lansing , David Rhodus Message-ID: <4131FCEFE7A3A1F527859E05@andromede.in.absolight.net> In-Reply-To: <20060807111020.GL33183@droso.net> References: <200607311640.k6VGe1rK039757@repoman.freebsd.org> <20060801055533.6b5d8122@it.buh.tecnik93.com> <20060807111020.GL33183@droso.net> X-Mailer: Mulberry/4.0.4 (Win32) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========B0F9E9651BAB2C8B7424==========" Cc: Ion-Mihai Tetcu , Mathieu Arnold , ports-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org Subject: Re: cvs commit: ports UPDATING ports/graphics/GraphicsMagick Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:12:26 -0000 --==========B0F9E9651BAB2C8B7424========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-le 07/08/2006 13:10 +0200, Erwin Lansing a dit : | Mat, can you please investigate? Yes, I'm having to learn a bit of autoconf, and I'll come up with a solution. -- Mathieu Arnold --==========B0F9E9651BAB2C8B7424========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) iD8DBQFE1yADJqR8av5thQ8RArvAAKCh1RT3acQ3JhM5/nZd8SSuP7cAsQCfQbV3 QT3+INw2tDTuiI52GuQCHsc= =4HDZ -----END PGP SIGNATURE----- --==========B0F9E9651BAB2C8B7424==========-- From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:12:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2CFA16A4DE; Mon, 7 Aug 2006 11:12:38 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CACF43D95; Mon, 7 Aug 2006 11:12:38 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77BCcL1048840; Mon, 7 Aug 2006 11:12:38 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77BCcvB048839; Mon, 7 Aug 2006 11:12:38 GMT (envelope-from sem) Message-Id: <200608071112.k77BCcvB048839@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 7 Aug 2006 11:12:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gsoap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:12:38 -0000 sem 2006-08-07 11:12:38 UTC FreeBSD ports repository Modified files: devel/gsoap Makefile Log: - I was wrong in my assumption. 'const' is needed only in CURRENT. Reported by: Simun Mikecin Revision Changes Path 1.25 +1 -1 ports/devel/gsoap/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:17:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D19D416A4E2; Mon, 7 Aug 2006 11:17:06 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9858843D49; Mon, 7 Aug 2006 11:17:06 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77BH6F1049027; Mon, 7 Aug 2006 11:17:06 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77BH6kR049026; Mon, 7 Aug 2006 11:17:06 GMT (envelope-from garga) Message-Id: <200608071117.k77BH6kR049026@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 11:17:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/ap-utils Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:17:06 -0000 garga 2006-08-07 11:17:06 UTC FreeBSD ports repository Modified files: net-mgmt/ap-utils Makefile pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.local.dist - Bump PORTREVISION PR: ports/101479 Submitted by: Stanislav Sedov Approved by: daniel+aputils at pelleg.org (maintainer) Revision Changes Path 1.21 +2 -1 ports/net-mgmt/ap-utils/Makefile 1.11 +6 -0 ports/net-mgmt/ap-utils/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:22:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7453516A4DA; Mon, 7 Aug 2006 11:22:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B01543D46; Mon, 7 Aug 2006 11:22:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77BM5OL049336; Mon, 7 Aug 2006 11:22:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77BM5K8049335; Mon, 7 Aug 2006 11:22:05 GMT (envelope-from pav) Message-Id: <200608071122.k77BM5K8049335@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 7 Aug 2006 11:22:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/goats Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:22:06 -0000 pav 2006-08-07 11:22:05 UTC FreeBSD ports repository Modified files: deskutils/goats Makefile Log: - Unfetchable; mark for removal in 2 months Revision Changes Path 1.11 +3 -0 ports/deskutils/goats/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:23:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE03416A4DF; Mon, 7 Aug 2006 11:23:55 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ACA043D46; Mon, 7 Aug 2006 11:23:55 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77BNttE049428; Mon, 7 Aug 2006 11:23:55 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77BNt6a049427; Mon, 7 Aug 2006 11:23:55 GMT (envelope-from erwin) Message-Id: <200608071123.k77BNt6a049427@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 7 Aug 2006 11:23:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:23:55 -0000 erwin 2006-08-07 11:23:55 UTC FreeBSD ports repository Modified files: mail Makefile Log: Belatedly add dbmail-devel Pointyhat to: edwin (the other one) Revision Changes Path 1.788 +1 -0 ports/mail/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:25:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D39C316A4E2; Mon, 7 Aug 2006 11:25:19 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1331743D6B; Mon, 7 Aug 2006 11:25:17 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77BPGAb049554; Mon, 7 Aug 2006 11:25:16 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77BPG2R049553; Mon, 7 Aug 2006 11:25:16 GMT (envelope-from erwin) Message-Id: <200608071125.k77BPG2R049553@repoman.freebsd.org> From: Erwin Lansing Date: Mon, 7 Aug 2006 11:25:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:25:19 -0000 erwin 2006-08-07 11:25:16 UTC FreeBSD ports repository Modified files: . modules Log: Belatedly add awstats-devel Pointyhat to: itetcu Revision Changes Path 1.15930 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:28:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FEB816A4DE; Mon, 7 Aug 2006 11:28:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BAA143D45; Mon, 7 Aug 2006 11:28:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77BShlQ049691; Mon, 7 Aug 2006 11:28:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77BSh16049690; Mon, 7 Aug 2006 11:28:43 GMT (envelope-from pav) Message-Id: <200608071128.k77BSh16049690@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 7 Aug 2006 11:28:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/gdesklets-goodweather Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:28:43 -0000 pav 2006-08-07 11:28:43 UTC FreeBSD ports repository Modified files: astro/gdesklets-goodweather Makefile Log: - Unfetchable; mark for removal in 2 months Revision Changes Path 1.15 +3 -0 ports/astro/gdesklets-goodweather/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:31:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD2616A500; Mon, 7 Aug 2006 11:31:50 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2C643D45; Mon, 7 Aug 2006 11:31:50 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77BVneK049895; Mon, 7 Aug 2006 11:31:49 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77BVnHl049894; Mon, 7 Aug 2006 11:31:49 GMT (envelope-from pav) Message-Id: <200608071131.k77BVnHl049894@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 7 Aug 2006 11:31:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gdesklets-xmms Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:31:50 -0000 pav 2006-08-07 11:31:49 UTC FreeBSD ports repository Modified files: audio/gdesklets-xmms Makefile pkg-descr Log: - Update to rerolled distfile on zencomputer.ca Revision Changes Path 1.9 +1 -1 ports/audio/gdesklets-xmms/Makefile 1.4 +1 -1 ports/audio/gdesklets-xmms/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:32:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 502E616A4DE; Mon, 7 Aug 2006 11:32:34 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1996743D45; Mon, 7 Aug 2006 11:32:34 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77BWXMB049958; Mon, 7 Aug 2006 11:32:33 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77BWXFN049957; Mon, 7 Aug 2006 11:32:33 GMT (envelope-from garga) Message-Id: <200608071132.k77BWXFN049957@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 11:32:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/audacious Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:32:34 -0000 garga 2006-08-07 11:32:33 UTC FreeBSD ports repository Modified files: multimedia/audacious Makefile pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist - Bump PORTREVISION - Use USE_LDCONFIG instead INSTALLS_SHLIB PR: ports/101507 Submitted by: Stanislav Sedov Approved by: Stepan Zastupov (maintainer) Revision Changes Path 1.16 +2 -1 ports/multimedia/audacious/Makefile 1.13 +2 -0 ports/multimedia/audacious/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:33:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59CBF16A4DE; Mon, 7 Aug 2006 11:33:43 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 256FF43D45; Mon, 7 Aug 2006 11:33:43 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77BXhDT050060; Mon, 7 Aug 2006 11:33:43 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77BXg3v050059; Mon, 7 Aug 2006 11:33:42 GMT (envelope-from pav) Message-Id: <200608071133.k77BXg3v050059@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 7 Aug 2006 11:33:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gdesklets-tasklist Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:33:43 -0000 pav 2006-08-07 11:33:41 UTC FreeBSD ports repository Modified files: x11/gdesklets-tasklist Makefile pkg-descr Log: - Update to rerolled distfile on zencomputer.ca Revision Changes Path 1.7 +1 -2 ports/x11/gdesklets-tasklist/Makefile 1.2 +1 -1 ports/x11/gdesklets-tasklist/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:36:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 640AC16A4E2; Mon, 7 Aug 2006 11:36:27 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6477E43D45; Mon, 7 Aug 2006 11:36:26 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k77BaNxC053702 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 15:36:23 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k77BaMVL053701; Mon, 7 Aug 2006 15:36:22 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 7 Aug 2006 15:36:22 +0400 From: Gleb Smirnoff To: Joao Barros Message-ID: <20060807113622.GA96644@FreeBSD.org> References: <200608070805.k7785A7U020915@repoman.freebsd.org> <70e8236f0608070242w4f52f91an3ce144bcfa2d2a68@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <70e8236f0608070242w4f52f91an3ce144bcfa2d2a68@mail.gmail.com> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:36:27 -0000 On Mon, Aug 07, 2006 at 10:42:29AM +0100, Joao Barros wrote: J> > FreeBSD src repository J> > J> > Modified files: J> > sys/netgraph ng_pppoe.c J> > Log: J> > - Use log(9) instead of printf(9). J> > - Print node ID, where possible. J> > - Prepend log messages with function name, or at least with "ng_pppoe". J> > J> > Reviewed by: julian J> > Tested by: Joao Barros J> > J> > Revision Changes Path J> > 1.79 +44 -26 src/sys/netgraph/ng_pppoe.c J> J> Thanks! J> Is this an MFC candidate for 6.2? It is. I'll do a sweep through my commits before 6.2-PRE. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:42:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2D0316A4DE; Mon, 7 Aug 2006 11:42:55 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6531F43D5E; Mon, 7 Aug 2006 11:42:55 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Bgt8J050495; Mon, 7 Aug 2006 11:42:55 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77BgtBd050494; Mon, 7 Aug 2006 11:42:55 GMT (envelope-from garga) Message-Id: <200608071142.k77BgtBd050494@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 11:42:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/barry Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:42:56 -0000 garga 2006-08-07 11:42:55 UTC FreeBSD ports repository Modified files: sysutils/barry Makefile pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.local.dist - Add USE_GETTEXT and INSTALLS_ICONS PR: ports/101491 Submitted by: Stanislav Sedov Revision Changes Path 1.20 +2 -0 ports/sysutils/barry/Makefile 1.4 +4 -0 ports/sysutils/barry/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:46:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D0116A4DF; Mon, 7 Aug 2006 11:46:09 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD1B43D72; Mon, 7 Aug 2006 11:45:58 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k77Bjula053823 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 15:45:57 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k77BjumJ053822; Mon, 7 Aug 2006 15:45:56 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 7 Aug 2006 15:45:56 +0400 From: Gleb Smirnoff To: Prafulla Deuskar Message-ID: <20060807114556.GC96644@FreeBSD.org> References: <200608031905.k73J55D2061870@repoman.freebsd.org> <20060804095414.GU96644@FreeBSD.org> <20060804143825.GA8797@hub.freebsd.org> <20060804151422.GE96644@FreeBSD.org> <20060804162149.GB22299@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060804162149.GB22299@hub.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:46:09 -0000 Prafulla, On Fri, Aug 04, 2006 at 04:21:49PM +0000, Prafulla Deuskar wrote: P> > Thanks. Any objections about merging the HEAD to RELENG_6 soon? P> P> Jack Vogel is doing the merge - I will send it out to you for review. P> So let us plan on committing early next week? The merge is very simple: 1) take the driver from HEAD 2) rename VLAN_INPUT_TAG() macro to VLAN_INPUT_TAG_NEW() 3) revert revision 1.105, since this functionality isn't yet in RELENG_6 I have prepared the patch last week and posted it on STABLE, and several people have already reported that they successfully run it. So, we can commit to RELENG_6, I think. P> Is there a report on what coverty found with if_em_hw.c? Coverity complains that the return value of em_read_phy_reg() is somtimes checked and sometimes is not. Can you please tell, whether this is important report or can it be ignored? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Mon Aug 7 11:46:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05F7D16A580; Mon, 7 Aug 2006 11:46:51 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F0E43D45; Mon, 7 Aug 2006 11:46:50 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77BkoNw050683; Mon, 7 Aug 2006 11:46:50 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77Bkosi050682; Mon, 7 Aug 2006 11:46:50 GMT (envelope-from garga) Message-Id: <200608071146.k77Bkosi050682@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 11:46:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/beep-media-player Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 11:46:51 -0000 garga 2006-08-07 11:46:50 UTC FreeBSD ports repository Modified files: multimedia/beep-media-player Makefile pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist - Use USE_LDCONFIG instead INSTALLS_SHLIB PR: ports/101501 Submitted by: Stanislav Sedov Approved by: Miguel Mendez (maintainer) Revision Changes Path 1.34 +1 -1 ports/multimedia/beep-media-player/Makefile 1.15 +2 -0 ports/multimedia/beep-media-player/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:02:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CCD416A4DA; Mon, 7 Aug 2006 12:02:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 858BE43DAC; Mon, 7 Aug 2006 12:02:44 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77C2ida051464; Mon, 7 Aug 2006 12:02:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77C2ieF051463; Mon, 7 Aug 2006 12:02:44 GMT (envelope-from rwatson) Message-Id: <200608071202.k77C2ieF051463@repoman.freebsd.org> From: Robert Watson Date: Mon, 7 Aug 2006 12:02:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files src/sys/kern uipc_proto.c uipc_usrreq.c src/sys/sys domain.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:02:53 -0000 rwatson 2006-08-07 12:02:43 UTC FreeBSD src repository Modified files: sys/conf files sys/kern uipc_usrreq.c sys/sys domain.h Removed files: sys/kern uipc_proto.c Log: Move definition of UNIX domain socket protosw and domain entries from uipc_proto.c to uipc_usrreq.c, making localdomain static. Remove uipc_proto.c as it's no longer used. With this change, UNIX domain sockets are entirely encapsulated in uipc_usrreq.c. Revision Changes Path 1.1137 +0 -1 src/sys/conf/files 1.27 +0 -79 src/sys/kern/uipc_proto.c (dead) 1.186 +35 -3 src/sys/kern/uipc_usrreq.c 1.22 +0 -1 src/sys/sys/domain.h From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:05:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 101BE16A4DE; Mon, 7 Aug 2006 12:05:57 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1862643D49; Mon, 7 Aug 2006 12:05:56 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77C5tmF052882; Mon, 7 Aug 2006 12:05:55 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77C5trT052881; Mon, 7 Aug 2006 12:05:55 GMT (envelope-from garga) Message-Id: <200608071205.k77C5trT052881@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 12:05:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/contact-lookup-applet pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:05:57 -0000 garga 2006-08-07 12:05:55 UTC FreeBSD ports repository Modified files: mail/contact-lookup-applet pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist PR: ports/101514 Submitted by: Stanislav Sedov Revision Changes Path 1.6 +4 -0 ports/mail/contact-lookup-applet/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:11:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B4A716A4E6; Mon, 7 Aug 2006 12:11:18 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F322943D45; Mon, 7 Aug 2006 12:11:06 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CB61K053290; Mon, 7 Aug 2006 12:11:06 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CB5fd053289; Mon, 7 Aug 2006 12:11:05 GMT (envelope-from garga) Message-Id: <200608071211.k77CB5fd053289@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 12:11:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/cooledit Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:11:18 -0000 garga 2006-08-07 12:11:05 UTC FreeBSD ports repository Modified files: editors/cooledit Makefile pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.local.dist - Use USE_LDCONFIG instead INSTALLS_SHLIB PR: ports/101511 Submitted by: Stanislav Sedov Revision Changes Path 1.53 +1 -1 ports/editors/cooledit/Makefile 1.25 +14 -0 ports/editors/cooledit/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:14:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD8616A4DA; Mon, 7 Aug 2006 12:14:17 +0000 (UTC) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3483B43D45; Mon, 7 Aug 2006 12:14:17 +0000 (GMT) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CEHeG053442; Mon, 7 Aug 2006 12:14:17 GMT (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CEHQB053441; Mon, 7 Aug 2006 12:14:17 GMT (envelope-from yoichi) Message-Id: <200608071214.k77CEHQB053441@repoman.freebsd.org> From: Yoichi NAKAYAMA Date: Mon, 7 Aug 2006 12:14:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors Makefile ports/editors/eshell-emacs20 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:14:17 -0000 yoichi 2006-08-07 12:14:16 UTC FreeBSD ports repository Modified files: editors Makefile Removed files: editors/eshell-emacs20 Makefile distinfo pkg-descr pkg-plist Log: Remove eshell-emacs20, not available individually and included in emacs21 Submitted by: Bill "distfiles" Fenner Revision Changes Path 1.352 +0 -1 ports/editors/Makefile 1.8 +0 -48 ports/editors/eshell-emacs20/Makefile (dead) 1.4 +0 -3 ports/editors/eshell-emacs20/distinfo (dead) 1.3 +0 -11 ports/editors/eshell-emacs20/pkg-descr (dead) 1.2 +0 -78 ports/editors/eshell-emacs20/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:14:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE0E16A4E0; Mon, 7 Aug 2006 12:14:38 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F3A43D62; Mon, 7 Aug 2006 12:14:37 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CEbZU053476; Mon, 7 Aug 2006 12:14:37 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CEbhu053475; Mon, 7 Aug 2006 12:14:37 GMT (envelope-from garga) Message-Id: <200608071214.k77CEbhu053475@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 12:14:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/accessibility/dasher pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:14:38 -0000 garga 2006-08-07 12:14:37 UTC FreeBSD ports repository Modified files: accessibility/dasher pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist PR: ports/101512 Submitted by: Stanislav Sedov Approved by: Lewis Thompson (maintainer) Revision Changes Path 1.17 +2 -0 ports/accessibility/dasher/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:15:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5637816A4E2; Mon, 7 Aug 2006 12:15:35 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id A418143D49; Mon, 7 Aug 2006 12:15:34 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k77CFWMS054098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 16:15:32 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k77CFW6u054097; Mon, 7 Aug 2006 16:15:32 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Mon, 7 Aug 2006 16:15:32 +0400 From: Gleb Smirnoff To: Prafulla Deuskar Message-ID: <20060807121532.GE96644@FreeBSD.org> References: <200608031905.k73J55D2061870@repoman.freebsd.org> <20060804095414.GU96644@FreeBSD.org> <20060804143825.GA8797@hub.freebsd.org> <20060804151422.GE96644@FreeBSD.org> <20060804162149.GB22299@hub.freebsd.org> <20060807114556.GC96644@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060807114556.GC96644@FreeBSD.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:15:35 -0000 On Mon, Aug 07, 2006 at 03:45:56PM +0400, Gleb Smirnoff wrote: T> On Fri, Aug 04, 2006 at 04:21:49PM +0000, Prafulla Deuskar wrote: T> P> > Thanks. Any objections about merging the HEAD to RELENG_6 soon? T> P> T> P> Jack Vogel is doing the merge - I will send it out to you for review. T> P> So let us plan on committing early next week? T> T> The merge is very simple: T> T> 1) take the driver from HEAD T> 2) rename VLAN_INPUT_TAG() macro to VLAN_INPUT_TAG_NEW() T> 3) revert revision 1.105, since this functionality isn't yet in RELENG_6 T> T> I have prepared the patch last week and posted it on STABLE, and several T> people have already reported that they successfully run it. So, we can T> commit to RELENG_6, I think. I have updated the patch at http://people.freebsd.org/~glebius/em-6.0.5.RELENG_6.patch.gz to include your latest commit. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:17:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB08916A4DA; Mon, 7 Aug 2006 12:17:55 +0000 (UTC) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7F0D43D4C; Mon, 7 Aug 2006 12:17:55 +0000 (GMT) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CHtKr053631; Mon, 7 Aug 2006 12:17:55 GMT (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CHtNm053630; Mon, 7 Aug 2006 12:17:55 GMT (envelope-from yoichi) Message-Id: <200608071217.k77CHtNm053630@repoman.freebsd.org> From: Yoichi NAKAYAMA Date: Mon, 7 Aug 2006 12:17:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:17:56 -0000 yoichi 2006-08-07 12:17:55 UTC FreeBSD ports repository Modified files: . MOVED Log: Remove editors/eshell-emacs20 Revision Changes Path 1.1112 +2 -1 ports/MOVED From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:20:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 413C016A4DD; Mon, 7 Aug 2006 12:20:03 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F00E843D53; Mon, 7 Aug 2006 12:20:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CK2i3053739; Mon, 7 Aug 2006 12:20:02 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CK2ns053738; Mon, 7 Aug 2006 12:20:02 GMT (envelope-from garga) Message-Id: <200608071220.k77CK2ns053738@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 12:20:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/datadesigner pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:20:03 -0000 garga 2006-08-07 12:20:02 UTC FreeBSD ports repository Modified files: devel/datadesigner pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.local.dist PR: ports/101519 Submitted by: Stanislav Sedov Revision Changes Path 1.2 +2 -0 ports/devel/datadesigner/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:25:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9337916A4DD; Mon, 7 Aug 2006 12:25:58 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF7F43D49; Mon, 7 Aug 2006 12:25:58 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CPwwZ054114; Mon, 7 Aug 2006 12:25:58 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CPwBd054113; Mon, 7 Aug 2006 12:25:58 GMT (envelope-from sat) Message-Id: <200608071225.k77CPwBd054113@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 7 Aug 2006 12:25:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Linux-Pid Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:25:58 -0000 sat 2006-08-07 12:25:58 UTC FreeBSD ports repository Modified files: devel/p5-Linux-Pid Makefile Log: - Require perl from ports Reported by: pointyhat via kris Revision Changes Path 1.3 +7 -1 ports/devel/p5-Linux-Pid/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:31:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D9116A4DA; Mon, 7 Aug 2006 12:31:01 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABAB643D49; Mon, 7 Aug 2006 12:31:01 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CV1qv054375; Mon, 7 Aug 2006 12:31:01 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CV1Tm054372; Mon, 7 Aug 2006 12:31:01 GMT (envelope-from garga) Message-Id: <200608071231.k77CV1Tm054372@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 12:31:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/drgeo Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:31:02 -0000 garga 2006-08-07 12:31:00 UTC FreeBSD ports repository Modified files: math/drgeo Makefile pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist - Add USE_GETTEXT=yes PR: ports/101499 Submitted by: Stanislav Sedov Approved by: Dmitry Marakasov (maintainer) Revision Changes Path 1.27 +1 -0 ports/math/drgeo/Makefile 1.17 +4 -0 ports/math/drgeo/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:31:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A02F16A4DA; Mon, 7 Aug 2006 12:31:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955DC43D4C; Mon, 7 Aug 2006 12:31:49 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CVnTm054436; Mon, 7 Aug 2006 12:31:49 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CVnRp054435; Mon, 7 Aug 2006 12:31:49 GMT (envelope-from mat) Message-Id: <200608071231.k77CVnRp054435@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 7 Aug 2006 12:31:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Pod-Coverage Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:31:50 -0000 mat 2006-08-07 12:31:49 UTC FreeBSD ports repository Modified files: devel/p5-Pod-Coverage Makefile distinfo pkg-plist Log: Update to 0.18 PR: 101387 Submitted by: Gea-Suan Lin Revision Changes Path 1.11 +2 -3 ports/devel/p5-Pod-Coverage/Makefile 1.8 +3 -3 ports/devel/p5-Pod-Coverage/distinfo 1.5 +10 -13 ports/devel/p5-Pod-Coverage/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:32:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3689616A4E5; Mon, 7 Aug 2006 12:32:14 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECF5643D55; Mon, 7 Aug 2006 12:32:11 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CWBlI054478; Mon, 7 Aug 2006 12:32:11 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CWBu4054477; Mon, 7 Aug 2006 12:32:11 GMT (envelope-from kib) Message-Id: <200608071232.k77CWBu4054477@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 7 Aug 2006 12:32:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsclient nfs_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:32:14 -0000 kib 2006-08-07 12:32:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_socket.c Log: MFC rev. 1.142: Signals may be delivered to process as well as to the thread. Check the thread-delivered signals in addition to the process one. Reviewed by: mohan Approved by: pjd (mentor) Revision Changes Path 1.125.2.10 +3 -1 src/sys/nfsclient/nfs_socket.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:33:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E479016A4DF; Mon, 7 Aug 2006 12:33:25 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFEA243D4C; Mon, 7 Aug 2006 12:33:25 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CXPhM054608; Mon, 7 Aug 2006 12:33:25 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CXPIe054607; Mon, 7 Aug 2006 12:33:25 GMT (envelope-from kib) Message-Id: <200608071233.k77CXPIe054607@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 7 Aug 2006 12:33:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsclient nfs_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:33:26 -0000 kib 2006-08-07 12:33:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_vnops.c Log: MFC rev. 1.267: Always supply curthread as argument to nfs_asyncio and nfs_doio in nfs_strategy. Otherwise, for some buffers, signals would be ignored at the intr mounts. Reviewed by: mohan Approved by: pjd (mentor) Revision Changes Path 1.258.2.7 +2 -8 src/sys/nfsclient/nfs_vnops.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:34:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AB7516A4DD; Mon, 7 Aug 2006 12:34:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4523643D45; Mon, 7 Aug 2006 12:34:58 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CYwxX054694; Mon, 7 Aug 2006 12:34:58 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CYwx4054693; Mon, 7 Aug 2006 12:34:58 GMT (envelope-from garga) Message-Id: <200608071234.k77CYwx4054693@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 12:34:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gcal pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:34:58 -0000 garga 2006-08-07 12:34:58 UTC FreeBSD ports repository Modified files: deskutils/gcal pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.local.dist PR: ports/101475 Submitted by: Stanislav Sedov Revision Changes Path 1.4 +2 -0 ports/deskutils/gcal/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:37:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F17A616A4DE; Mon, 7 Aug 2006 12:37:12 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACE0843D45; Mon, 7 Aug 2006 12:37:12 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CbCeA054825; Mon, 7 Aug 2006 12:37:12 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CbCR6054824; Mon, 7 Aug 2006 12:37:12 GMT (envelope-from garga) Message-Id: <200608071237.k77CbCR6054824@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 12:37:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gdesklets Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:37:13 -0000 garga 2006-08-07 12:37:12 UTC FreeBSD ports repository Modified files: deskutils/gdesklets Makefile pkg-plist Log: - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.dist - Add USE_GETTEXT=yes PR: ports/101516 Submitted by: Stanislav Sedov Approved by: Franz Klammer (maintainer) Revision Changes Path 1.47 +1 -0 ports/deskutils/gdesklets/Makefile 1.21 +2 -0 ports/deskutils/gdesklets/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:51:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4317516A4DA; Mon, 7 Aug 2006 12:51:57 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6456B43D69; Mon, 7 Aug 2006 12:51:51 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Cpp6R063367; Mon, 7 Aug 2006 12:51:51 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CppKP063366; Mon, 7 Aug 2006 12:51:51 GMT (envelope-from glebius) Message-Id: <200608071251.k77CppKP063366@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 7 Aug 2006 12:51:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:51:57 -0000 glebius 2006-08-07 12:51:51 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: Recognize the 5750 C2. Obtained from: OpenBSD (brad) Revision Changes Path 1.136 +1 -0 src/sys/dev/bge/if_bge.c 1.51 +1 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:53:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F008C16A4DE; Mon, 7 Aug 2006 12:53:52 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A6043D5E; Mon, 7 Aug 2006 12:53:51 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CrprC063479; Mon, 7 Aug 2006 12:53:51 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CrpD9063478; Mon, 7 Aug 2006 12:53:51 GMT (envelope-from jmelo) Message-Id: <200608071253.k77CrpD9063478@repoman.freebsd.org> From: Jean Milanez Melo Date: Mon, 7 Aug 2006 12:53:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/spe Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:53:53 -0000 jmelo 2006-08-07 12:53:51 UTC FreeBSD ports repository Modified files: editors/spe Makefile pkg-descr Log: - Update mastersite. - Update pkg-descr. PR: ports/101410 Submitted by: Nicola Vitale (maintainer) Revision Changes Path 1.10 +2 -3 ports/editors/spe/Makefile 1.3 +1 -1 ports/editors/spe/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:55:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98CDB16A521; Mon, 7 Aug 2006 12:55:49 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6127543D8D; Mon, 7 Aug 2006 12:55:49 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CtnHB063634; Mon, 7 Aug 2006 12:55:49 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CtnUv063633; Mon, 7 Aug 2006 12:55:49 GMT (envelope-from adamw) Message-Id: <200608071255.k77CtnUv063633@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 7 Aug 2006 12:55:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/talkfilters Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:55:49 -0000 adamw 2006-08-07 12:55:48 UTC FreeBSD ports repository Modified files: misc/talkfilters Makefile Log: Transfer maintainership to ehaupt. Revision Changes Path 1.18 +1 -1 ports/misc/talkfilters/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:55:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E38FA16A522; Mon, 7 Aug 2006 12:55:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FB6C43D72; Mon, 7 Aug 2006 12:55:51 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CtpGe063661; Mon, 7 Aug 2006 12:55:51 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77Ctp5Q063660; Mon, 7 Aug 2006 12:55:51 GMT (envelope-from garga) Message-Id: <200608071255.k77Ctp5Q063660@repoman.freebsd.org> From: Renato Botelho Date: Mon, 7 Aug 2006 12:55:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/amap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:55:59 -0000 garga 2006-08-07 12:55:51 UTC FreeBSD ports repository Modified files: security/amap Makefile Log: Fix MASTER_SITES and make it fetchable again PR: ports/101581 Submitted by: Yonatan (maintainer) Revision Changes Path 1.18 +2 -1 ports/security/amap/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 12:56:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02D3816A4E5; Mon, 7 Aug 2006 12:56:32 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDE3E43D45; Mon, 7 Aug 2006 12:56:31 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77CuVYI063703; Mon, 7 Aug 2006 12:56:31 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77CuVJL063702; Mon, 7 Aug 2006 12:56:31 GMT (envelope-from jmelo) Message-Id: <200608071256.k77CuVJL063702@repoman.freebsd.org> From: Jean Milanez Melo Date: Mon, 7 Aug 2006 12:56:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/musepack Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 12:56:32 -0000 jmelo 2006-08-07 12:56:31 UTC FreeBSD ports repository Modified files: audio/musepack Makefile pkg-descr Log: - Update mastersite. - Update WWW in pkg-descr. PR: ports/101418 Submitted by: Stefan Ehmann (maintainer) Revision Changes Path 1.8 +1 -1 ports/audio/musepack/Makefile 1.2 +1 -1 ports/audio/musepack/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Aug 7 13:02:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E26A216A4E1; Mon, 7 Aug 2006 13:02:25 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 414E143D49; Mon, 7 Aug 2006 13:02:19 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77D2Jnw070233; Mon, 7 Aug 2006 13:02:19 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77D2JXg070230; Mon, 7 Aug 2006 13:02:19 GMT (envelope-from jmelo) Message-Id: <200608071302.k77D2JXg070230@repoman.freebsd.org> From: Jean Milanez Melo Date: Mon, 7 Aug 2006 13:02:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-toolkits/tkshape Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 13:02:26 -0000 jmelo 2006-08-07 13:02:19 UTC FreeBSD ports repository Modified files: x11-toolkits/tkshape Makefile Log: - Add backup mastersite. - Replace INSTALLS_SHLIB with USE_LDCONFIG. PR: ports/101574 Submitted by: Nicola Vitale (maintainer) Revision Changes Path 1.3 +3 -2 ports/x11-toolkits/tkshape/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 13:11:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A575E16A4E1; Mon, 7 Aug 2006 13:11:35 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52C1343D4C; Mon, 7 Aug 2006 13:11:35 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77DBZCA090199; Mon, 7 Aug 2006 13:11:35 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77DBZM8090197; Mon, 7 Aug 2006 13:11:35 GMT (envelope-from rafan) Message-Id: <200608071311.k77DBZM8090197@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 13:11:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile ports/lang/sather-specification Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 13:11:35 -0000 rafan 2006-08-07 13:11:35 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/sather-specification Makefile distinfo pkg-descr pkg-plist Log: Add sather-specification 000328, specification of the Sather programming language. PR: ports/101424 Submitted by: Stanislav Sedov Revision Changes Path 1.507 +1 -0 ports/lang/Makefile 1.1 +35 -0 ports/lang/sather-specification/Makefile (new) 1.1 +3 -0 ports/lang/sather-specification/distinfo (new) 1.1 +3 -0 ports/lang/sather-specification/pkg-descr (new) 1.1 +85 -0 ports/lang/sather-specification/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 13:11:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5196B16A4E6; Mon, 7 Aug 2006 13:11:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D14443D46; Mon, 7 Aug 2006 13:11:41 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77DBeDc090413; Mon, 7 Aug 2006 13:11:40 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77DBekl090412; Mon, 7 Aug 2006 13:11:40 GMT (envelope-from rafan) Message-Id: <200608071311.k77DBekl090412@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 13:11:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 13:11:41 -0000 rafan 2006-08-07 13:11:40 UTC FreeBSD ports repository Modified files: . modules Log: sather-specification --> ports/lang/sather-specification Revision Changes Path 1.15931 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 13:12:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0750C16A4DF; Mon, 7 Aug 2006 13:12:13 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D444743D46; Mon, 7 Aug 2006 13:12:12 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77DCC2K091357; Mon, 7 Aug 2006 13:12:12 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77DCCL8091356; Mon, 7 Aug 2006 13:12:12 GMT (envelope-from rafan) Message-Id: <200608071312.k77DCCL8091356@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 13:12:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang Makefile ports/lang/sather-tutorial Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 13:12:13 -0000 rafan 2006-08-07 13:12:12 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/sather-tutorial Makefile distinfo pkg-descr pkg-plist Log: Add sather-tutorial 000328, a tutorial on the Sather programming language. PR: ports/101425 Submitted by: Stanislav Sedov Revision Changes Path 1.508 +1 -0 ports/lang/Makefile 1.1 +35 -0 ports/lang/sather-tutorial/Makefile (new) 1.1 +3 -0 ports/lang/sather-tutorial/distinfo (new) 1.1 +3 -0 ports/lang/sather-tutorial/pkg-descr (new) 1.1 +82 -0 ports/lang/sather-tutorial/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 13:12:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E32C16A4E6; Mon, 7 Aug 2006 13:12:19 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6640943D46; Mon, 7 Aug 2006 13:12:19 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77DCJM0091497; Mon, 7 Aug 2006 13:12:19 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77DCJ2N091495; Mon, 7 Aug 2006 13:12:19 GMT (envelope-from rafan) Message-Id: <200608071312.k77DCJ2N091495@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 13:12:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 13:12:19 -0000 rafan 2006-08-07 13:12:19 UTC FreeBSD ports repository Modified files: . modules Log: sather-tutorial --> ports/lang/sather-tutorial Revision Changes Path 1.15932 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 13:13:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6468D16A4DA; Mon, 7 Aug 2006 13:13:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 273EB43D68; Mon, 7 Aug 2006 13:13:51 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77DDod7094738; Mon, 7 Aug 2006 13:13:50 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77DDooM094731; Mon, 7 Aug 2006 13:13:50 GMT (envelope-from mat) Message-Id: <200608071313.k77DDooM094731@repoman.freebsd.org> From: Mathieu Arnold Date: Mon, 7 Aug 2006 13:13:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Devel-Cover Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 13:13:51 -0000 mat 2006-08-07 13:13:50 UTC FreeBSD ports repository Modified files: devel/p5-Devel-Cover Makefile distinfo pkg-plist Log: Update to 0.58 PR: 101551 Submitted by: Gea-Suan Lin Revision Changes Path 1.23 +6 -6 ports/devel/p5-Devel-Cover/Makefile 1.25 +3 -3 ports/devel/p5-Devel-Cover/distinfo 1.9 +2 -1 ports/devel/p5-Devel-Cover/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 13:18:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA19116A4DE; Mon, 7 Aug 2006 13:18:46 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66E4D43D5D; Mon, 7 Aug 2006 13:18:45 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77DIju7096876; Mon, 7 Aug 2006 13:18:45 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77DIjc8096875; Mon, 7 Aug 2006 13:18:45 GMT (envelope-from vd) Message-Id: <200608071318.k77DIjc8096875@repoman.freebsd.org> From: Vasil Dimov Date: Mon, 7 Aug 2006 13:18:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/devel Makefile ports/devel/openorb Makefile distinfo pkg-descr ports/devel/openorb/files launcher.sh ports/japanese Makefile ports/japanese/xemacs-devel-canna+freewnn Makefile ports/japanese/xemacs-devel-canna+wnn6 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 13:18:46 -0000 vd 2006-08-07 13:18:45 UTC FreeBSD ports repository Modified files: . modules . MOVED devel Makefile japanese Makefile x11 Makefile Removed files: devel/openorb Makefile distinfo pkg-descr devel/openorb/files launcher.sh japanese/xemacs-devel-canna+freewnn Makefile japanese/xemacs-devel-canna+wnn6 Makefile japanese/xemacs-devel-freewnn Makefile japanese/xemacs-devel-wnn6 Makefile x11/gtk2-theme-switch Makefile distinfo pkg-descr pkg-plist x11/gtk2-theme-switch/files patch-aa Log: Remove expired leaf ports: 2006-08-01 devel/openorb 2006-08-05 japanese/xemacs-devel-canna+freewnn 2006-08-05 japanese/xemacs-devel-canna+wnn6 2006-08-05 japanese/xemacs-devel-freewnn 2006-08-05 japanese/xemacs-devel-wnn6 2006-08-01 x11/gtk2-theme-switch Revision Changes Path 1.15933 +0 -6 CVSROOT/modules 1.1113 +7 -1 ports/MOVED 1.2402 +0 -1 ports/devel/Makefile 1.3 +0 -105 ports/devel/openorb/Makefile (dead) 1.3 +0 -3 ports/devel/openorb/distinfo (dead) 1.2 +0 -20 ports/devel/openorb/files/launcher.sh (dead) 1.2 +0 -19 ports/devel/openorb/pkg-descr (dead) 1.632 +0 -4 ports/japanese/Makefile 1.8 +0 -23 ports/japanese/xemacs-devel-canna+freewnn/Makefile (dead) 1.8 +0 -23 ports/japanese/xemacs-devel-canna+wnn6/Makefile (dead) 1.8 +0 -22 ports/japanese/xemacs-devel-freewnn/Makefile (dead) 1.8 +0 -22 ports/japanese/xemacs-devel-wnn6/Makefile (dead) 1.618 +0 -1 ports/x11/Makefile 1.9 +0 -35 ports/x11/gtk2-theme-switch/Makefile (dead) 1.4 +0 -3 ports/x11/gtk2-theme-switch/distinfo (dead) 1.3 +0 -14 ports/x11/gtk2-theme-switch/files/patch-aa (dead) 1.2 +0 -3 ports/x11/gtk2-theme-switch/pkg-descr (dead) 1.3 +0 -3 ports/x11/gtk2-theme-switch/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 13:35:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E2F516A4EA; Mon, 7 Aug 2006 13:35:56 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A812E43DA6; Mon, 7 Aug 2006 13:35:49 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77DZnaN097773; Mon, 7 Aug 2006 13:35:49 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77DZn9n097772; Mon, 7 Aug 2006 13:35:49 GMT (envelope-from shaun) Message-Id: <200608071335.k77DZn9n097772@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 13:35:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/elmo-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 13:35:56 -0000 shaun 2006-08-07 13:35:49 UTC FreeBSD ports repository Modified files: mail/elmo-devel Makefile pkg-plist Log: - Add missing locale files to plist. [1] - Add WITHOUT_NLS knob. PR: ports/101476 Submitted by: Stanislav Sedov Revision Changes Path 1.18 +8 -1 ports/mail/elmo-devel/Makefile 1.3 +4 -2 ports/mail/elmo-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 13:57:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1039E16A4DF; Mon, 7 Aug 2006 13:57:22 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C325443D46; Mon, 7 Aug 2006 13:57:21 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77DvLo1098691; Mon, 7 Aug 2006 13:57:21 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77DvLrw098690; Mon, 7 Aug 2006 13:57:21 GMT (envelope-from shaun) Message-Id: <200608071357.k77DvLrw098690@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 13:57:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/elmo Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 13:57:22 -0000 shaun 2006-08-07 13:57:21 UTC FreeBSD ports repository Modified files: mail/elmo Makefile pkg-plist Log: - Add missing locale files to plist. [1] - Add WITHOUT_NLS knob. - Fix build when PREFIX != /usr/local. PR: ports/101488 [1] Submitted by: Stanislav Sedov Revision Changes Path 1.16 +9 -1 ports/mail/elmo/Makefile 1.2 +4 -2 ports/mail/elmo/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 14:12:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A179A16A4E1; Mon, 7 Aug 2006 14:12:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E62943D49; Mon, 7 Aug 2006 14:12:59 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77ECxmb000952; Mon, 7 Aug 2006 14:12:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77ECxT0000951; Mon, 7 Aug 2006 14:12:59 GMT (envelope-from miwi) Message-Id: <200608071412.k77ECxT0000951@repoman.freebsd.org> From: Martin Wilke Date: Mon, 7 Aug 2006 14:12:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gforth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 14:12:59 -0000 miwi 2006-08-07 14:12:58 UTC FreeBSD ports repository Modified files: lang/gforth Makefile Log: - Mark broken on 4.x Submitted by: pointyhat via kris Approved by: krion (mentor) Revision Changes Path 1.25 +4 -0 ports/lang/gforth/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 14:17:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908ED16A4DE; Mon, 7 Aug 2006 14:17:06 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CB5943D55; Mon, 7 Aug 2006 14:17:06 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77EH5qe001127; Mon, 7 Aug 2006 14:17:05 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77EH58r001126; Mon, 7 Aug 2006 14:17:05 GMT (envelope-from glebius) Message-Id: <200608071417.k77EH58r001126@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 7 Aug 2006 14:17:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ngctl Makefile main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 14:17:06 -0000 glebius 2006-08-07 14:17:05 UTC FreeBSD src repository Modified files: usr.sbin/ngctl Makefile main.c Log: Add line edit and history support to ngctl(8) via editline(3). Details: - The main thread runs editline(3) functions, that can block. - A separate thread is launched to monitor netgraph sockets. - The access to the descriptors is protected by a mutex. At runtime the monitoring thread owns the mutex. When the main thread reads a command from el_gets() it asks the monitoring thread to release a mutex and sleep until the main thread processes the command. This makes ngctl(8) depend on libedit, and libpthread. Thus, the new functionality isn't compiled in if release is being built with -DRELEASE_CRUNCH. PR: bin/87352 Reviewed by: ru, Nuno Antunes Revision Changes Path 1.15 +11 -0 src/usr.sbin/ngctl/Makefile 1.21 +157 -22 src/usr.sbin/ngctl/main.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 14:28:20 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DEEA16A4E0; Mon, 7 Aug 2006 14:28:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C0E43D46; Mon, 7 Aug 2006 14:28:17 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k77ERjor034970; Mon, 7 Aug 2006 10:27:47 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Marcel Moolenaar Date: Fri, 4 Aug 2006 16:44:07 -0400 User-Agent: KMail/1.9.1 References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041314.24161.jhb@freebsd.org> <20060804200154.GC31805@ns1.xcllnt.net> In-Reply-To: <20060804200154.GC31805@ns1.xcllnt.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608041644.08533.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 07 Aug 2006 10:27:49 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1639/Mon Aug 7 09:34:09 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Yar Tikhiy , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org, Sam Leffler Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 14:28:20 -0000 On Friday 04 August 2006 16:01, Marcel Moolenaar wrote: > On Fri, Aug 04, 2006 at 01:14:22PM -0400, John Baldwin wrote: > > > > > > So, putting the kdb_backtrace() under KDB is not a matter of said > > > function not being present without KDB, it's that we don't want > > > to emit backtraces when debugging is not enabled. Backtraces are > > > a debugging tool and it makes sense to emit them only when the > > > kernel is configured for debugging. > > > > In practice this ends up being redundant though as to have kdb_backtrace() > > actually do anything you have to have DDB in your kernel config, which > > requires KDB. > > That's really an implementation detail. What if we get a new debugger > backend that allows backtraces? What if the GDB backend is extended to > allow backtraces? In that case the user has specifically requested debugger support in their kernel (whether it be DDB, GDB, or FOODB). > The point is that kdb_backtrace() is there if you want a backtrace and > you call it based on whatever option that makes sense at the call-site > or even unconditionally if that's the right thing. > Whether there's actually a backend that can make a backtrace is really > a seperate issue. We just happen to implement backtracing and unwinding > by debuggers, but with an unwinder in the kernel on ia64, we really > don't need a debugger in order to make a backtrace and it's not that > unrealistic that I create a backend that can only do backtraces... To be honest, as someone who works with bug reports, I'd actually like backtraces up front w/o requiring the user to compile a custom kernel, etc. Having a simple backend in place and kdb_backtrace()'s where relevant would be very handy. :) > > Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's > > just a feature that kdb_foo() functions become NOPs when the kernel isn't > > configured for debugging, so I think the #ifdef KDB's would be redundant. > > None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into > NOPs when option KDB is not present. They are all unconditionally > functional by design and should therefore be called conditionally > by consequence. Well, given that separation, I'm not sure KDB is the right option to make calls conditional. Rather, some specific is-debugging-enabled? option (like INARIANTS or FOO_DEBUG) should be used instead. i.e.: #ifdef FOO_DEBUG if (foo_bad) { printf("foo is bad\n"); kdb_backtrace(); } #endif I don't think that warrants an extra #ifdef KDB. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Mon Aug 7 14:34:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF0116A4DD; Mon, 7 Aug 2006 14:34:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (milkyway.critical.ch [62.2.45.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C2143D45; Mon, 7 Aug 2006 14:34:08 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from wiggles.cablecom.ch (mx.critical.ch [62.2.45.171]) by mx.critical.ch (8.13.6/8.13.6/critical-1.0) with SMTP id k77EY5wQ074476; Mon, 7 Aug 2006 16:34:07 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 7 Aug 2006 16:34:02 +0200 From: Emanuel Haupt To: Adam Weinberger Message-Id: <20060807163402.6e3759c4.ehaupt@FreeBSD.org> In-Reply-To: <200608071255.k77CtnUv063633@repoman.freebsd.org> References: <200608071255.k77CtnUv063633@repoman.freebsd.org> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Mon__7_Aug_2006_16_34_02_+0200_dQcmpcQoYBpnG86p" X-Virus-Scanned: ClamAV 0.88.3/1638/Sun Aug 6 20:05:44 2006 on milkyway.critical.ch X-Virus-Status: Clean Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/talkfilters Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 14:34:09 -0000 --Signature=_Mon__7_Aug_2006_16_34_02_+0200_dQcmpcQoYBpnG86p Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > adamw 2006-08-07 12:55:48 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > misc/talkfilters Makefile=20 > Log: > Transfer maintainership to ehaupt. > =20 > Revision Changes Path > 1.18 +1 -1 ports/misc/talkfilters/Makefile Thanks. I'm going to s|ehaput|ehaupt| with some other changes [1] in a few minutes. [1]=20 - s|INSTALLS_SHLIB|USE_LDCONFIG| - add two more mirrors - resolve checksum mismatch Emanuel --=20 GnuPG key id: 0x55E67774 Download: http://pgp.mit.edu:11371 Key fingerprint: 17B3 FD8F BA68 4AB4 10FD A9D1 AD52 6588 55E6 7774 --Signature=_Mon__7_Aug_2006_16_34_02_+0200_dQcmpcQoYBpnG86p Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE109drVJliFXmd3QRAuGhAJ0ViseFZ8ZvvAETvy8faIV63YfINACeJJog Nty9XID7MCcrSrDrJk9klRA= =9aKo -----END PGP SIGNATURE----- --Signature=_Mon__7_Aug_2006_16_34_02_+0200_dQcmpcQoYBpnG86p-- From owner-cvs-all@FreeBSD.ORG Mon Aug 7 14:37:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1880816A4DF; Mon, 7 Aug 2006 14:37:10 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C572E43D4C; Mon, 7 Aug 2006 14:37:09 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Eb9a7012457; Mon, 7 Aug 2006 14:37:09 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77Eb9qA012456; Mon, 7 Aug 2006 14:37:09 GMT (envelope-from bsam) Message-Id: <200608071437.k77Eb9qA012456@repoman.freebsd.org> From: Boris Samorodov Date: Mon, 7 Aug 2006 14:37:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/linux_dri-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 14:37:10 -0000 bsam 2006-08-07 14:37:09 UTC FreeBSD ports repository Modified files: graphics/linux_dri-devel Makefile Log: Mark the port BROKEN if ${OSVERSION} < 500000: does not extract on 4.x (both bz2 and gz sources are used) Reported by: krismail Approved by: netchild (mentor, implicit) Revision Changes Path 1.2 +4 -0 ports/graphics/linux_dri-devel/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 14:42:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67B0116A4E2; Mon, 7 Aug 2006 14:42:52 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F35B43D46; Mon, 7 Aug 2006 14:42:52 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77EgqZt012784; Mon, 7 Aug 2006 14:42:52 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77Egpjc012783; Mon, 7 Aug 2006 14:42:51 GMT (envelope-from acm) Message-Id: <200608071442.k77Egpjc012783@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Mon, 7 Aug 2006 14:42:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/marsnomercy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 14:42:52 -0000 acm 2006-08-07 14:42:51 UTC FreeBSD ports repository Modified files: games/marsnomercy Makefile Log: - Mark IGNORE on 4.x Reported by: pointyhat Approved by: garga (mentor) Revision Changes Path 1.3 +4 -0 ports/games/marsnomercy/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 14:47:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D02816A4E2; Mon, 7 Aug 2006 14:47:41 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 647BE43D7B; Mon, 7 Aug 2006 14:47:36 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Ela53013036; Mon, 7 Aug 2006 14:47:36 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77ElaEe013035; Mon, 7 Aug 2006 14:47:36 GMT (envelope-from shaun) Message-Id: <200608071447.k77ElaEe013035@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 14:47:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/cplay Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 14:47:41 -0000 shaun 2006-08-07 14:47:36 UTC FreeBSD ports repository Modified files: audio/cplay Makefile pkg-plist Log: - Add missing locale files to plist. - Pass maintainership to submitter. PR: ports/101508 Submitted by: Stanislav Sedov Revision Changes Path 1.15 +1 -1 ports/audio/cplay/Makefile 1.3 +2 -0 ports/audio/cplay/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 14:53:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 653D416A4DA; Mon, 7 Aug 2006 14:53:47 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1906C43D6A; Mon, 7 Aug 2006 14:53:47 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77ErlLL013362; Mon, 7 Aug 2006 14:53:47 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77ErkpE013361; Mon, 7 Aug 2006 14:53:46 GMT (envelope-from bsam) Message-Id: <200608071453.k77ErkpE013361@repoman.freebsd.org> From: Boris Samorodov Date: Mon, 7 Aug 2006 14:53:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/linux_dri-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 14:53:47 -0000 bsam 2006-08-07 14:53:46 UTC FreeBSD ports repository Modified files: graphics/linux_dri-devel Makefile Log: Correct the misplaced BROKEN message. Pointy hat to: bsam Approved by: netchild (mentor, implicit) Revision Changes Path 1.3 +5 -5 ports/graphics/linux_dri-devel/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:01:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E2EF16A4DA; Mon, 7 Aug 2006 15:01:02 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 457B643D45; Mon, 7 Aug 2006 15:01:02 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77F1224013827; Mon, 7 Aug 2006 15:01:02 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77F12uQ013826; Mon, 7 Aug 2006 15:01:02 GMT (envelope-from bsam) Message-Id: <200608071501.k77F12uQ013826@repoman.freebsd.org> From: Boris Samorodov Date: Mon, 7 Aug 2006 15:01:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/linux_dri-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:01:02 -0000 bsam 2006-08-07 15:01:02 UTC FreeBSD ports repository Modified files: graphics/linux_dri-devel Makefile Log: Replace spaces with tabs at the BROKEN message. Pointy hat to: bsam Approved by: netchild (implicit) Revision Changes Path 1.4 +1 -1 ports/graphics/linux_dri-devel/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:03:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5723216A508; Mon, 7 Aug 2006 15:03:14 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A0E43D49; Mon, 7 Aug 2006 15:03:14 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77F3DDe015233; Mon, 7 Aug 2006 15:03:13 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77F3DQO015232; Mon, 7 Aug 2006 15:03:13 GMT (envelope-from clsung) Message-Id: <200608071503.k77F3DQO015232@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 15:03:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Digest-SHA-PurePerl Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:03:14 -0000 clsung 2006-08-07 15:03:13 UTC FreeBSD ports repository Modified files: security/p5-Digest-SHA-PurePerl Makefile distinfo pkg-plist Log: - Update to 5.43 - PurePerl.pm has used "eval" to try MIME::Base64 & Digest::base, so add these dependencies. PR: ports/101406 Submitted by: Gea-Suan Lin Approved by: maintainer (gkovesdan_AT_t-hosting dot hu) Revision Changes Path 1.5 +15 -5 ports/security/p5-Digest-SHA-PurePerl/Makefile 1.5 +3 -3 ports/security/p5-Digest-SHA-PurePerl/distinfo 1.3 +1 -1 ports/security/p5-Digest-SHA-PurePerl/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:07:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D994116A4DD; Mon, 7 Aug 2006 15:07:19 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B3CD43D45; Mon, 7 Aug 2006 15:07:19 +0000 (GMT) (envelope-from oliver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77F7JtG015607; Mon, 7 Aug 2006 15:07:19 GMT (envelope-from oliver@repoman.freebsd.org) Received: (from oliver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77F7J2E015606; Mon, 7 Aug 2006 15:07:19 GMT (envelope-from oliver) Message-Id: <200608071507.k77F7J2E015606@repoman.freebsd.org> From: Oliver Lehmann Date: Mon, 7 Aug 2006 15:07:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/freealut Makefile ports/audio/freealut/files patch-src_alutLoader.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:07:20 -0000 oliver 2006-08-07 15:07:19 UTC FreeBSD ports repository Modified files: audio/freealut Makefile Added files: audio/freealut/files patch-src_alutLoader.c Log: - fix a compatibility function (unbreaks games/flightgear, games/trigger and probably several others as well) - do not overwrite CFLAGS (in case the user wants to pass a custom CFLAGS as a make argument) - bump PORTREVISION Submitted by: jylefort Revision Changes Path 1.3 +2 -1 ports/audio/freealut/Makefile 1.1 +11 -0 ports/audio/freealut/files/patch-src_alutLoader.c (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:09:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C57516A4DD; Mon, 7 Aug 2006 15:09:44 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C40DE43D49; Mon, 7 Aug 2006 15:09:43 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77F9hOO015755; Mon, 7 Aug 2006 15:09:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77F9h3H015754; Mon, 7 Aug 2006 15:09:43 GMT (envelope-from clsung) Message-Id: <200608071509.k77F9h3H015754@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 15:09:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Tie-Array-Sorted Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:09:44 -0000 clsung 2006-08-07 15:09:43 UTC FreeBSD ports repository Modified files: devel/p5-Tie-Array-Sorted Makefile distinfo Log: - update to 1.4.1 * - Note that this is effectively unmaintained now that it is no longer used by Plucene Revision Changes Path 1.4 +3 -2 ports/devel/p5-Tie-Array-Sorted/Makefile 1.5 +3 -3 ports/devel/p5-Tie-Array-Sorted/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:14:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2595116A4DD; Mon, 7 Aug 2006 15:14:29 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D30F43D58; Mon, 7 Aug 2006 15:14:28 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77FESUK016157; Mon, 7 Aug 2006 15:14:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77FES61016156; Mon, 7 Aug 2006 15:14:28 GMT (envelope-from clsung) Message-Id: <200608071514.k77FES61016156@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 15:14:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ruby-ming Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:14:29 -0000 clsung 2006-08-07 15:14:28 UTC FreeBSD ports repository Modified files: graphics/ruby-ming Makefile Log: - Fix MASTER_SITES variable. PR: 101568 Submitted by: maintainer (IWATSUKI Hiroyuki) Revision Changes Path 1.25 +2 -1 ports/graphics/ruby-ming/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:16:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D30016A4DF; Mon, 7 Aug 2006 15:16:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6F6B43D49; Mon, 7 Aug 2006 15:16:04 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77FG4FQ016292; Mon, 7 Aug 2006 15:16:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77FG4bo016291; Mon, 7 Aug 2006 15:16:04 GMT (envelope-from clsung) Message-Id: <200608071516.k77FG4bo016291@repoman.freebsd.org> From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 15:16:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/ruby-ming Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:16:05 -0000 clsung 2006-08-07 15:16:04 UTC FreeBSD ports repository Modified files: japanese/ruby-ming Makefile Log: - Fix MASTER_SITES variable. PR: ports/101569 Submitted by: maintainer (IWATSUKI Hiroyuki) Revision Changes Path 1.5 +2 -1 ports/japanese/ruby-ming/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:17:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9276916A4DE; Mon, 7 Aug 2006 15:17:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4661443D49; Mon, 7 Aug 2006 15:17:10 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77FHAc5016523; Mon, 7 Aug 2006 15:17:10 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77FHADR016522; Mon, 7 Aug 2006 15:17:10 GMT (envelope-from gerald) Message-Id: <200608071517.k77FHADR016522@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 7 Aug 2006 15:17:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc42 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:17:10 -0000 gerald 2006-08-07 15:17:10 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile distinfo Log: Update to the 20060805 snapshot of GCC 4.2.0. Revision Changes Path 1.277 +1 -1 ports/lang/gcc42/Makefile 1.168 +18 -18 ports/lang/gcc42/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:22:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2997016A4DD; Mon, 7 Aug 2006 15:22:54 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E8B143D45; Mon, 7 Aug 2006 15:22:53 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77FMrKJ016894; Mon, 7 Aug 2006 15:22:53 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77FMrKu016893; Mon, 7 Aug 2006 15:22:53 GMT (envelope-from mlaier) Message-Id: <200608071522.k77FMrKu016893@repoman.freebsd.org> From: Max Laier Date: Mon, 7 Aug 2006 15:22:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/contrib/pf/net pf_ioctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:22:54 -0000 mlaier 2006-08-07 15:22:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/pf/net pf_ioctl.c Log: MFC, pf_ioctl.c, 1.25: Import from OpenBSD 1.168, dhartmei: fix a bug in the input sanity check of DIOCCHANGERULE (not used by pfctl, but third-party tools). a rule must have a non-empty replacement address list when it's a translation rule but not an anchor call (i.e. "nat ... ->" needs a replacement address, but "nat-anchor ..." doesn't). the check confused "rule is an anchor call" with "rule is defined within an anchor". report from Michal Mertl, Max Laier. Revision Changes Path 1.20.2.3 +3 -2 src/sys/contrib/pf/net/pf_ioctl.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:42:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2979216A4DD; Mon, 7 Aug 2006 15:42:18 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA81F43D46; Mon, 7 Aug 2006 15:42:17 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77FgHW6019471; Mon, 7 Aug 2006 15:42:17 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77FgHbL019470; Mon, 7 Aug 2006 15:42:17 GMT (envelope-from nork) Message-Id: <200608071542.k77FgHbL019470@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 7 Aug 2006 15:42:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-AMF-Perl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:42:18 -0000 nork 2006-08-07 15:42:17 UTC FreeBSD ports repository Modified files: www/p5-AMF-Perl Makefile Log: Add missing dependencies. Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.7 +4 -0 ports/www/p5-AMF-Perl/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:42:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD20416A4E0; Mon, 7 Aug 2006 15:42:43 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBFC43D46; Mon, 7 Aug 2006 15:42:43 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77FghIL019967; Mon, 7 Aug 2006 15:42:43 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77FghiV019966; Mon, 7 Aug 2006 15:42:43 GMT (envelope-from nork) Message-Id: <200608071542.k77FghiV019966@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 7 Aug 2006 15:42:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liveMedia Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:42:43 -0000 nork 2006-08-07 15:42:43 UTC FreeBSD ports repository Modified files: net/liveMedia Makefile distinfo Log: Update to 2006.08.07. Revision Changes Path 1.238 +1 -2 ports/net/liveMedia/Makefile 1.223 +3 -3 ports/net/liveMedia/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:45:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 036CD16A4DA; Mon, 7 Aug 2006 15:45:47 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A802343D46; Mon, 7 Aug 2006 15:45:46 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77FjkTE021525; Mon, 7 Aug 2006 15:45:46 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77Fjkgo021524; Mon, 7 Aug 2006 15:45:46 GMT (envelope-from shaun) Message-Id: <200608071545.k77Fjkgo021524@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 15:45:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/ipcalc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:45:47 -0000 shaun 2006-08-07 15:45:46 UTC FreeBSD ports repository Modified files: net-mgmt/ipcalc Makefile distinfo Log: Upgrade to 0.41. PR: ports/101570 Submitted by: ceri (maintainer) Revision Changes Path 1.14 +1 -1 ports/net-mgmt/ipcalc/Makefile 1.10 +3 -3 ports/net-mgmt/ipcalc/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 15:55:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F8016A4DD; Mon, 7 Aug 2006 15:55:46 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA87443D55; Mon, 7 Aug 2006 15:55:45 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77FtjeL022210; Mon, 7 Aug 2006 15:55:45 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77FtjVF022209; Mon, 7 Aug 2006 15:55:45 GMT (envelope-from nork) Message-Id: <200608071555.k77FtjVF022209@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 7 Aug 2006 15:55:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gsynaptics Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 15:55:46 -0000 nork 2006-08-07 15:55:45 UTC FreeBSD ports repository Modified files: x11/gsynaptics Makefile distinfo pkg-plist Log: o Update to 0.9.8. o Fix pkg-plist. [1] PR: ports/100666 [1] Submitted by: Stanislav Sedov [1] Revision Changes Path 1.4 +2 -2 ports/x11/gsynaptics/Makefile 1.2 +3 -3 ports/x11/gsynaptics/distinfo 1.2 +1 -1 ports/x11/gsynaptics/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 16:05:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D8F16A4DA; Mon, 7 Aug 2006 16:05:55 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9150843D53; Mon, 7 Aug 2006 16:05:55 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77G5tQ3023991; Mon, 7 Aug 2006 16:05:55 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77G5tpa023990; Mon, 7 Aug 2006 16:05:55 GMT (envelope-from yar) Message-Id: <200608071605.k77G5tpa023990@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 7 Aug 2006 16:05:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/tftpd tftpd.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 16:05:56 -0000 yar 2006-08-07 16:05:55 UTC FreeBSD src repository Modified files: libexec/tftpd tftpd.8 Log: - Improve and extend mark-up. - Don't use full path in .Nm (we just don't do that). - Correct some frivolous and poorly rendering language, such as using possessive case for .Nm or .Fl . - Use the same capitalization for "user ID" as in setuid(2) and getuid(2). - Bring SEE ALSO in accord with the text. MFC after: 5 days Revision Changes Path 1.19 +32 -20 src/libexec/tftpd/tftpd.8 From owner-cvs-all@FreeBSD.ORG Mon Aug 7 16:10:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE0ED16A4DD; Mon, 7 Aug 2006 16:10:27 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E0943D4C; Mon, 7 Aug 2006 16:10:27 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77GARMK024327; Mon, 7 Aug 2006 16:10:27 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77GARum024326; Mon, 7 Aug 2006 16:10:27 GMT (envelope-from nork) Message-Id: <200608071610.k77GARum024326@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 7 Aug 2006 16:10:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu Makefile distinfo pkg-descr pkg-message pkg-plist ports/emulators/qemu/files patch-be patch-bsdusb.patch patch-fbsd patch-malc-17h_aqemu patch-sdl.c patch-vl.c rtl8139-re-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 16:10:27 -0000 nork 2006-08-07 16:10:27 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile distinfo pkg-descr pkg-message pkg-plist emulators/qemu/files patch-be patch-bsdusb.patch patch-fbsd patch-vl.c Added files: emulators/qemu/files rtl8139-re-patch Removed files: emulators/qemu/files patch-malc-17h_aqemu patch-sdl.c Log: Update to 0.8.2. PR: ports/101381 Submitted by: Juergen Lock (maintainer) Revision Changes Path 1.54 +10 -2 ports/emulators/qemu/Makefile 1.32 +3 -3 ports/emulators/qemu/distinfo 1.3 +30 -15 ports/emulators/qemu/files/patch-be 1.5 +44 -98 ports/emulators/qemu/files/patch-bsdusb.patch 1.8 +19 -22 ports/emulators/qemu/files/patch-fbsd 1.2 +0 -243 ports/emulators/qemu/files/patch-malc-17h_aqemu (dead) 1.4 +0 -23 ports/emulators/qemu/files/patch-sdl.c (dead) 1.4 +6 -7 ports/emulators/qemu/files/patch-vl.c 1.1 +10 -0 ports/emulators/qemu/files/rtl8139-re-patch (new) 1.4 +2 -2 ports/emulators/qemu/pkg-descr 1.14 +11 -0 ports/emulators/qemu/pkg-message 1.16 +1 -1 ports/emulators/qemu/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 16:12:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65CC16A4DE; Mon, 7 Aug 2006 16:12:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CED0643D83; Mon, 7 Aug 2006 16:11:59 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77GBxMq025068; Mon, 7 Aug 2006 16:11:59 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77GBxi9025067; Mon, 7 Aug 2006 16:11:59 GMT (envelope-from gerald) Message-Id: <200608071611.k77GBxi9025067@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 7 Aug 2006 16:11:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc41 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 16:12:07 -0000 gerald 2006-08-07 16:11:59 UTC FreeBSD ports repository Modified files: lang/gcc41 Makefile distinfo Log: Update to the 20060804 snapshot of GCC 4.1.2. Revision Changes Path 1.283 +1 -1 ports/lang/gcc41/Makefile 1.167 +15 -18 ports/lang/gcc41/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 16:21:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B7B316A4DD; Mon, 7 Aug 2006 16:21:19 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A8CE43D80; Mon, 7 Aug 2006 16:21:09 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77GL94q025540; Mon, 7 Aug 2006 16:21:09 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77GL9q0025539; Mon, 7 Aug 2006 16:21:09 GMT (envelope-from ehaupt) Message-Id: <200608071621.k77GL9q0025539@repoman.freebsd.org> From: Emanuel Haupt Date: Mon, 7 Aug 2006 16:21:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/talkfilters Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 16:21:19 -0000 ehaupt 2006-08-07 16:21:09 UTC FreeBSD ports repository Modified files: misc/talkfilters Makefile distinfo pkg-descr pkg-plist Log: - s|ehaput|ehaupt| - s|INSTALLS_SHLIB|USE_LDCONFIG| - add two mirrors - update pkg-plist, tarball was rerolled [1] without bumping the version - reformat pkg-descr (fmt -w 80) - bump portrevision [1] Changes: - added support for pkg-config - funetak.l - replaced random() with gtf_random(); eliminates build error in mingw - "auto-files" are generated with automake 1.9.6 instead of automake 1.9.5 Revision Changes Path 1.19 +10 -4 ports/misc/talkfilters/Makefile 1.12 +3 -3 ports/misc/talkfilters/distinfo 1.5 +6 -6 ports/misc/talkfilters/pkg-descr 1.6 +1 -0 ports/misc/talkfilters/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 16:38:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4292416A4E0; Mon, 7 Aug 2006 16:38:57 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E106243D49; Mon, 7 Aug 2006 16:38:56 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77GcuiZ026333; Mon, 7 Aug 2006 16:38:56 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77GcuvS026332; Mon, 7 Aug 2006 16:38:56 GMT (envelope-from acm) Message-Id: <200608071638.k77GcuvS026332@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Mon, 7 Aug 2006 16:38:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/commoncpp Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 16:38:57 -0000 acm 2006-08-07 16:38:56 UTC FreeBSD ports repository Modified files: devel/commoncpp Makefile pkg-descr Log: - Fix pkg-descr - Replace deprecated INSTALL_SHLIB PR: 101587 Submitted by: Stanislav Sedov Approved by: garga (mentor) Revision Changes Path 1.30 +1 -1 ports/devel/commoncpp/Makefile 1.7 +1 -1 ports/devel/commoncpp/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Aug 7 16:42:00 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1892F16A509; Mon, 7 Aug 2006 16:42:00 +0000 (UTC) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A30B43D88; Mon, 7 Aug 2006 16:41:47 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.150] (pptp0.pn.xcllnt.net [192.168.4.150]) by ns1.xcllnt.net (8.13.6/8.13.6) with ESMTP id k77GfHiE093437; Mon, 7 Aug 2006 09:41:19 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <200608041644.08533.jhb@freebsd.org> References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041314.24161.jhb@freebsd.org> <20060804200154.GC31805@ns1.xcllnt.net> <200608041644.08533.jhb@freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Mon, 7 Aug 2006 09:41:01 -0700 To: John Baldwin X-Mailer: Apple Mail (2.752.2) Cc: Yar Tikhiy , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org, Sam Leffler Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 16:42:00 -0000 On Aug 4, 2006, at 1:44 PM, John Baldwin wrote: >>> Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's >>> just a feature that kdb_foo() functions become NOPs when the >>> kernel isn't >>> configured for debugging, so I think the #ifdef KDB's would be >>> redundant. >> >> None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into >> NOPs when option KDB is not present. They are all unconditionally >> functional by design and should therefore be called conditionally >> by consequence. > > Well, given that separation, I'm not sure KDB is the right option > to make > calls conditional. Rather, some specific is-debugging-enabled? > option (like > INARIANTS or FOO_DEBUG) should be used instead. i.e.: > > #ifdef FOO_DEBUG > if (foo_bad) { > printf("foo is bad\n"); > kdb_backtrace(); > } > #endif > > I don't think that warrants an extra #ifdef KDB. Exactly. Here, FOO_DEBUG serves roughly the same function as KDB. Where KDB's scope is limitless, FOO_DEBUG typically applies to foo(4) only. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-all@FreeBSD.ORG Mon Aug 7 16:46:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C86C616A4DA; Mon, 7 Aug 2006 16:46:13 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3D5643D6D; Mon, 7 Aug 2006 16:46:12 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77GkCos026754; Mon, 7 Aug 2006 16:46:12 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77GkC1p026753; Mon, 7 Aug 2006 16:46:12 GMT (envelope-from naddy) Message-Id: <200608071646.k77GkC1p026753@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 7 Aug 2006 16:46:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/galculator Makefile pkg-plist ports/math/galculator/files patch-intltool-merge.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 16:46:13 -0000 naddy 2006-08-07 16:46:12 UTC FreeBSD ports repository Modified files: math/galculator Makefile pkg-plist Added files: math/galculator/files patch-intltool-merge.in Log: (1) Try to deinstall some locale directories not listed in BSD.local.dist. (2) Attempt to fix build on 4.x, whose ancient perl still requires a mode argument to mkdir(). PR: 101487 Submitted by: Stanislav Sedov (1), pointyhat (2) Revision Changes Path 1.18 +1 -0 ports/math/galculator/Makefile 1.1 +14 -0 ports/math/galculator/files/patch-intltool-merge.in (new) 1.9 +17 -13 ports/math/galculator/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 16:50:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3E4216A4E2; Mon, 7 Aug 2006 16:50:58 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF5943D46; Mon, 7 Aug 2006 16:50:58 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77GowlN034850; Mon, 7 Aug 2006 16:50:58 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77GowYf034849; Mon, 7 Aug 2006 16:50:58 GMT (envelope-from alepulver) Message-Id: <200608071650.k77GowYf034849@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 7 Aug 2006 16:50:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xmms-waterfall Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 16:50:59 -0000 alepulver 2006-08-07 16:50:58 UTC FreeBSD ports repository Modified files: graphics/xmms-waterfall Makefile pkg-descr Log: - Fix MASTER_SITES (was a redirect, thus not working). - Change WWW in pkg-descr accondingly. - Remove signature from pkg-descr. Revision Changes Path 1.7 +1 -1 ports/graphics/xmms-waterfall/Makefile 1.2 +1 -4 ports/graphics/xmms-waterfall/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Aug 7 17:06:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E0016A4DE; Mon, 7 Aug 2006 17:06:53 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A232E43D78; Mon, 7 Aug 2006 17:06:50 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77H6oCs041306; Mon, 7 Aug 2006 17:06:50 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77H6orq041305; Mon, 7 Aug 2006 17:06:50 GMT (envelope-from shaun) Message-Id: <200608071706.k77H6orq041305@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 17:06:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/multi-backgrounds-daemon Makefile ports/devel/libtap Makefile ports/net-im/jabber-aim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 17:06:53 -0000 shaun 2006-08-07 17:06:50 UTC FreeBSD ports repository Modified files: deskutils/multi-backgrounds-daemon Makefile devel/libtap Makefile net-im/jabber-aim Makefile Log: Replace pkg-message with ${PKGMESSAGE}, as the former causes problems when WRKDIRPREFIX is set by the user. Submitted by: [LoN]Kamikaze on freebsd-ports Revision Changes Path 1.13 +1 -1 ports/deskutils/multi-backgrounds-daemon/Makefile 1.7 +1 -1 ports/devel/libtap/Makefile 1.15 +1 -1 ports/net-im/jabber-aim/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 17:08:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C8F216A4DD; Mon, 7 Aug 2006 17:08:06 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2784B43D6E; Mon, 7 Aug 2006 17:08:06 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77H869A041369; Mon, 7 Aug 2006 17:08:06 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77H86Pi041368; Mon, 7 Aug 2006 17:08:06 GMT (envelope-from keramida) Message-Id: <200608071708.k77H86Pi041368@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 7 Aug 2006 17:08:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211/wesside README X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 17:08:06 -0000 keramida 2006-08-07 17:08:05 UTC FreeBSD src repository (doc committer) Modified files: tools/tools/net80211/wesside README Log: Fix some minor nits in the README file of wesside Reviewed by: sam, Andrea Bittau Revision Changes Path 1.2 +3 -4 src/tools/tools/net80211/wesside/README From owner-cvs-all@FreeBSD.ORG Mon Aug 7 17:09:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C1BD16A4E5; Mon, 7 Aug 2006 17:09:39 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C2AA43D6A; Mon, 7 Aug 2006 17:09:33 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77H9XJ9041417; Mon, 7 Aug 2006 17:09:33 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77H9X64041416; Mon, 7 Aug 2006 17:09:33 GMT (envelope-from rafan) Message-Id: <200608071709.k77H9X64041416@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 17:09:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/serendipity-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 17:09:39 -0000 rafan 2006-08-07 17:09:33 UTC FreeBSD ports repository Modified files: www/serendipity-devel Makefile distinfo pkg-plist Log: - Update to 200608061338 - Respect DESTDIR PR: ports/101559 Submitted by: Babak Farrokhi (maintainer) Revision Changes Path 1.13 +5 -5 ports/www/serendipity-devel/Makefile 1.8 +3 -3 ports/www/serendipity-devel/distinfo 1.6 +5 -0 ports/www/serendipity-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 17:10:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7416416A4DD; Mon, 7 Aug 2006 17:10:40 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD7E43D62; Mon, 7 Aug 2006 17:10:40 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77HAe3n041550; Mon, 7 Aug 2006 17:10:40 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77HAdhG041549; Mon, 7 Aug 2006 17:10:39 GMT (envelope-from clement) Message-Id: <200608071710.k77HAdhG041549@repoman.freebsd.org> From: Clement Laforet Date: Mon, 7 Aug 2006 17:10:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/apache22 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 17:10:40 -0000 clement 2006-08-07 17:10:39 UTC FreeBSD ports repository Modified files: www/apache22 Makefile distinfo Log: - Fix apr_dbd_mysql stuff. Pointyhat to: clement Spotted by: Sean McNeil Revision Changes Path 1.197 +3 -3 ports/www/apache22/Makefile 1.70 +3 -3 ports/www/apache22/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 17:11:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25BE516A4DD; Mon, 7 Aug 2006 17:11:48 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D8143D55; Mon, 7 Aug 2006 17:11:47 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77HBlGN041675; Mon, 7 Aug 2006 17:11:47 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77HBlvl041674; Mon, 7 Aug 2006 17:11:47 GMT (envelope-from rafan) Message-Id: <200608071711.k77HBlvl041674@repoman.freebsd.org> From: Rong-En Fan Date: Mon, 7 Aug 2006 17:11:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/pengupop Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 17:11:48 -0000 rafan 2006-08-07 17:11:47 UTC FreeBSD ports repository Modified files: games/pengupop Makefile distinfo Log: - Update to 2.1.0 PR: ports/101527 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.2 +1 -1 ports/games/pengupop/Makefile 1.2 +3 -3 ports/games/pengupop/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 17:14:18 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2DF916A4DE; Mon, 7 Aug 2006 17:14:18 +0000 (UTC) (envelope-from prvs=julian=36751bcc1@elischer.org) Received: from a50.ironport.com (a50.ironport.com [63.251.108.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CE5E43D49; Mon, 7 Aug 2006 17:14:18 +0000 (GMT) (envelope-from prvs=julian=36751bcc1@elischer.org) Received: from unknown (HELO [10.251.18.229]) ([10.251.18.229]) by a50.ironport.com with ESMTP; 07 Aug 2006 10:14:18 -0700 Message-ID: <44D774E9.4010309@elischer.org> Date: Mon, 07 Aug 2006 10:14:17 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <200608051358.k75DwpYr070713@repoman.freebsd.org> <20060807092251.GS96644@FreeBSD.org> In-Reply-To: <20060807092251.GS96644@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Stefan Farfeleder , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 17:14:18 -0000 Gleb Smirnoff wrote: >On Sat, Aug 05, 2006 at 01:58:50PM +0000, Stefan Farfeleder wrote: >S> stefanf 2006-08-05 13:58:50 UTC >S> >S> FreeBSD src repository >S> >S> Modified files: >S> sbin/ipfw ipfw2.c >S> Log: >S> Use the SLIST_NEXT macro instead of sle_next. > >Uhhrm. This code is a hack really, and using bad style emphasizes >that. It says: BEWARE! We use queue.h internals for our own dirty >needs. So I left "sle_next" here intentionally. > >The hack was made here to keep ABI compatibility, and make the later >changes mergeable to RELENG_6. > >Let it be SLIST_NEXT() now. Anyway there is a plan of major rewrite >of API and ipfw(8) itself. > > > great.. I have been in ipfw(2) the last week and have some sugestions for increasing its efficiency.. especially the code that times out dynamic rules. From owner-cvs-all@FreeBSD.ORG Mon Aug 7 17:20:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC9AF16A4E5; Mon, 7 Aug 2006 17:20:01 +0000 (UTC) (envelope-from ticso@cicely12.cicely.de) Received: from raven.bwct.de (raven.bwct.de [85.159.14.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2357943D45; Mon, 7 Aug 2006 17:19:59 +0000 (GMT) (envelope-from ticso@cicely12.cicely.de) Received: from cicely5.cicely.de ([10.1.1.7]) by raven.bwct.de (8.13.4/8.13.4) with ESMTP id k77HJupI053298; Mon, 7 Aug 2006 19:19:56 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (cicely12.cicely.de [10.1.1.14]) by cicely5.cicely.de (8.13.4/8.13.4) with ESMTP id k77HJi4p093513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Aug 2006 19:19:49 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: from cicely12.cicely.de (localhost [127.0.0.1]) by cicely12.cicely.de (8.13.4/8.13.3) with ESMTP id k77HJhVF080885; Mon, 7 Aug 2006 19:19:43 +0200 (CEST) (envelope-from ticso@cicely12.cicely.de) Received: (from ticso@localhost) by cicely12.cicely.de (8.13.4/8.13.3/Submit) id k77HJhi7080884; Mon, 7 Aug 2006 19:19:43 +0200 (CEST) (envelope-from ticso) Date: Mon, 7 Aug 2006 19:19:43 +0200 From: Bernd Walter To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20060807171942.GC40245@cicely12.cicely.de> References: <200608061201.k76C1gxv046400@repoman.freebsd.org> <86k65lx16x.fsf@xps.des.no> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86k65lx16x.fsf@xps.des.no> X-Operating-System: FreeBSD cicely12.cicely.de 5.4-STABLE alpha User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-4.4 required=5.0 autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on cicely12.cicely.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Bruce M Simpson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ticso@cicely.de List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 17:20:16 -0000 On Sun, Aug 06, 2006 at 06:45:42PM +0200, Dag-Erling Smřrgrav wrote: > Bruce M Simpson writes: > > Log: > > Add identifier for the Epson CX3650 all-in-one scanner function. > > This enables the scanner function on these devices to be detected > > and probed by uscanner(4), but only when ulpt is not loaded. > > Any chance we might at some point fix the USB stack so multiple > drivers can attach to different endpoints on the same device? This is not a problem with the stack itself, uscanner claims the whole device. E.g. ulpt and umass can share a device as they only claim a single function. -- B.Walter http://www.bwct.de http://www.fizon.de bernd@bwct.de info@bwct.de support@fizon.de From owner-cvs-all@FreeBSD.ORG Mon Aug 7 17:20:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3795A16A4F2; Mon, 7 Aug 2006 17:20:17 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0E843D5D; Mon, 7 Aug 2006 17:20:16 +0000 (GMT) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77HKGLD042079; Mon, 7 Aug 2006 17:20:16 GMT (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77HKGK7042072; Mon, 7 Aug 2006 17:20:16 GMT (envelope-from naddy) Message-Id: <200608071720.k77HKGK7042072@repoman.freebsd.org> From: Christian Weisgerber Date: Mon, 7 Aug 2006 17:20:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/libao Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 17:20:17 -0000 naddy 2006-08-07 17:20:16 UTC FreeBSD ports repository Modified files: audio/libao Makefile Log: Don't clobber LIB_DEPENDS if several WITH_* options are set. PR: 101469 Submitted by: jacula@gmail.com Revision Changes Path 1.34 +3 -3 ports/audio/libao/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 18:03:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17E2E16A4E2; Mon, 7 Aug 2006 18:03:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A512843D46; Mon, 7 Aug 2006 18:03:19 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77I3JZR045504; Mon, 7 Aug 2006 18:03:19 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77I3J3e045503; Mon, 7 Aug 2006 18:03:19 GMT (envelope-from mezz) Message-Id: <200608071803.k77I3J3e045503@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 7 Aug 2006 18:03:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/linuxdcpp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 18:03:20 -0000 mezz 2006-08-07 18:03:19 UTC FreeBSD ports repository Modified files: net-p2p/linuxdcpp Makefile Log: Mark it as IGNORE, does not compile on FreeBSD 4.x, due to lack of wide character in libc. Also, I don't support FreeBSD 4.x. Revision Changes Path 1.4 +7 -1 ports/net-p2p/linuxdcpp/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 18:03:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6BE16A4DE; Mon, 7 Aug 2006 18:03:44 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2DBE43D55; Mon, 7 Aug 2006 18:03:43 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77I3h0O045545; Mon, 7 Aug 2006 18:03:43 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77I3hq4045544; Mon, 7 Aug 2006 18:03:43 GMT (envelope-from novel) Message-Id: <200608071803.k77I3hq4045544@repoman.freebsd.org> From: Roman Bogorodskiy Date: Mon, 7 Aug 2006 18:03:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/obconf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 18:03:44 -0000 novel 2006-08-07 18:03:43 UTC FreeBSD ports repository Modified files: x11-wm/obconf Makefile Log: - Correct plist by fixing typo ('shara' instead of 'share') - Take maintainership Reported by: pointyhat via kris Revision Changes Path 1.12 +2 -2 ports/x11-wm/obconf/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 18:04:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5107516A4DF; Mon, 7 Aug 2006 18:04:56 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC13443D49; Mon, 7 Aug 2006 18:04:55 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77I4t3e045618; Mon, 7 Aug 2006 18:04:55 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77I4t5K045617; Mon, 7 Aug 2006 18:04:55 GMT (envelope-from mezz) Message-Id: <200608071804.k77I4t5K045617@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 7 Aug 2006 18:04:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/finance/homebank Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 18:04:56 -0000 mezz 2006-08-07 18:04:55 UTC FreeBSD ports repository Modified files: finance/homebank Makefile Log: - Mark it as BROKEN, Does not build on FreeBSD 4.x. Also, I don't support FreeBSD 4.x. - While I am here, change the home prefix from X11BASE to LOCALBASE. Bump the PORTREVISION. Reported by: krismail Revision Changes Path 1.4 +9 -2 ports/finance/homebank/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 18:16:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3245916A4E9; Mon, 7 Aug 2006 18:16:47 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0CE043ED4; Mon, 7 Aug 2006 18:14:31 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77IEODW046057; Mon, 7 Aug 2006 18:14:24 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77IEOqf046056; Mon, 7 Aug 2006 18:14:24 GMT (envelope-from shaun) Message-Id: <200608071814.k77IEOqf046056@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 18:14:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/palm/coldsync Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 18:16:47 -0000 shaun 2006-08-07 18:14:24 UTC FreeBSD ports repository Modified files: palm/coldsync Makefile pkg-plist Log: - Add missing locale files to plist. [1] - Fix build on sparc64. [2] PR: ports/101504 [1] Submitted by: Stanislav Sedov [1], shaun (me) [2] Approved by: maintainer Revision Changes Path 1.34 +3 -4 ports/palm/coldsync/Makefile 1.9 +2 -0 ports/palm/coldsync/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 18:21:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5939416A4E1; Mon, 7 Aug 2006 18:21:17 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 285DE43D83; Mon, 7 Aug 2006 18:19:10 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77IJA6Z046247; Mon, 7 Aug 2006 18:19:10 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77IJAgG046246; Mon, 7 Aug 2006 18:19:10 GMT (envelope-from shaun) Message-Id: <200608071819.k77IJAgG046246@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 18:19:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Apache-DBI Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 18:21:17 -0000 shaun 2006-08-07 18:19:09 UTC FreeBSD ports repository Modified files: www/p5-Apache-DBI Makefile distinfo Log: - Upgrade to 1.02 - Use "correct" CPAN URL(s). PR: ports/101539 Submitted by: Philip M. Gollucci (maintainer) Revision Changes Path 1.21 +2 -4 ports/www/p5-Apache-DBI/Makefile 1.12 +3 -3 ports/www/p5-Apache-DBI/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 18:31:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3828E16A4DD; Mon, 7 Aug 2006 18:31:42 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6997643D6E; Mon, 7 Aug 2006 18:31:41 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77IVfJG047073; Mon, 7 Aug 2006 18:31:41 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77IVfw3047072; Mon, 7 Aug 2006 18:31:41 GMT (envelope-from mezz) Message-Id: <200608071831.k77IVfw3047072@repoman.freebsd.org> From: Jeremy Messenger Date: Mon, 7 Aug 2006 18:31:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linux-opera Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 18:31:42 -0000 mezz 2006-08-07 18:31:41 UTC FreeBSD ports repository Modified files: www/linux-opera Makefile pkg-plist Log: Fix the plist, bump the PORTREVISION. Reported by: krismail Revision Changes Path 1.76 +1 -0 ports/www/linux-opera/Makefile 1.31 +1 -0 ports/www/linux-opera/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 18:44:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B51C16A4DA; Mon, 7 Aug 2006 18:44:27 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F0C043D60; Mon, 7 Aug 2006 18:44:27 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77IiQVU047852; Mon, 7 Aug 2006 18:44:26 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77IiQcU047851; Mon, 7 Aug 2006 18:44:26 GMT (envelope-from marcus) Message-Id: <200608071844.k77IiQcU047851@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 7 Aug 2006 18:44:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libbonobo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 18:44:27 -0000 marcus 2006-08-07 18:44:26 UTC FreeBSD ports repository Modified files: devel/libbonobo Makefile Log: Now that ORBit2 no longer depends on popt, add it here to fix the build. Reported by: pointyhat via kris Revision Changes Path 1.51 +3 -1 ports/devel/libbonobo/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 18:50:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 297DA16A4DA; Mon, 7 Aug 2006 18:50:28 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D084443D45; Mon, 7 Aug 2006 18:50:27 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id B33DA1A3C2C; Mon, 7 Aug 2006 11:50:27 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 012B2516E3; Mon, 7 Aug 2006 14:50:26 -0400 (EDT) Date: Mon, 7 Aug 2006 14:50:26 -0400 From: Kris Kennaway To: Martin Wilke Message-ID: <20060807185026.GA48171@xor.obsecurity.org> References: <200608071412.k77ECxT0000951@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <200608071412.k77ECxT0000951@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/gforth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 18:50:28 -0000 --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 07, 2006 at 02:12:59PM +0000, Martin Wilke wrote: > miwi 2006-08-07 14:12:58 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > lang/gforth Makefile=20 > Log: > - Mark broken on 4.x > =20 > Submitted by: pointyhat via kris > Approved by: krion (mentor) Also other branches. Kris --UugvWAfsgieZRqgk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE14tyWry0BWjoQKURAg9vAKCqGhA2Frjh65nFYB1jmyw2frzy/QCcDnbW vc0/LraaYM48AQVn4HJThs0= =z/Bs -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk-- From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:12:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 895D016A4DD; Mon, 7 Aug 2006 19:12:28 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B9F43D45; Mon, 7 Aug 2006 19:12:28 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JCS3i055074; Mon, 7 Aug 2006 19:12:28 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JCSdq055073; Mon, 7 Aug 2006 19:12:28 GMT (envelope-from ume) Message-Id: <200608071912.k77JCSdq055073@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 7 Aug 2006 19:12:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/resolv res_init.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:12:28 -0000 ume 2006-08-07 19:12:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/resolv res_init.c Log: MFC 1.3: _close() should be called instead of close() here. Revision Changes Path 1.2.2.2 +6 -2 src/lib/libc/resolv/res_init.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:13:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E879416A4DE; Mon, 7 Aug 2006 19:13:20 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87CB143D53; Mon, 7 Aug 2006 19:13:20 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JDKxL055128; Mon, 7 Aug 2006 19:13:20 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JDKXK055127; Mon, 7 Aug 2006 19:13:20 GMT (envelope-from dougb) Message-Id: <200608071913.k77JDKXK055127@repoman.freebsd.org> From: Doug Barton Date: Mon, 7 Aug 2006 19:13:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portmaster/files portmaster.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:13:21 -0000 dougb 2006-08-07 19:13:20 UTC FreeBSD ports repository Modified files: sysutils/portmaster/files portmaster.sh.in Log: New Features ============ 1. -L mode to list all installed ports, and search for updates. 2. Trap SIGINT, and use the opportunity to reap all the child processes we can find. 3. Warn the user during config mode if a port sets IS_INTERACTIVE 4. Support +IGNOREME files in /var/db/pkg/, ala portupgrade 5. Store the results of the user's choices for -i during config, so they don't have to enter it again during build 6. When deleting stale distfiles, recurse through successively shorter versions of file-name-* till we find something to delete, or run out of dashes. This means a lot fewer false positives, although the algorithm is still aggressive. Performance Optimizations ========================= 1. Skip dependency check prior to build if the 'make config' recursion does not find any ports that need updating. 2. Cache the dependency list for the parent port. 3. -s mode is now recursive, so if a removed port has dependencies, they are checked too. Remember what ports the user does not want to delete so they don't have to keep saying "no." 4. Much better support for failed downloads in the background, and the 'make checksum' process is only run once for each port. 5. Switch to using variables and case rather then grep to maintain state for current dependencies, answers for -i, etc. 6. Re-order some tests to micro-optimize do_update, etc. 7. Handle regular files in /var/db/pkg more efficiently 8. Track the pid of the parent process, and use that to manage state more efficiently. Also makes for more readable code. 9. Don't clean dependencies, since we don't recurse through them using the ports tree, we'll let each portmaster process handle it. 10. Cache information about dependencies that are already up to date to avoid having to do this check when not necessary. This dramatically improves performance for building/updating large ports (especially meta-ports like gnome or kde) with a lot of dependencies. Bug Fixes ========= 1. Add -f to pkg_delete in -s case 2. Reverse the "is required by" statements to make more sense for -r 3. Add PATCHFILES to the list of distfiles to delete when looking for stale distfiles 4. Minor cleanups, and better code consistency 5. usage() already exits, so clean up h) getopt 6. Add a catchall getopt so user will get usage() for an invalid option 7. Update some messages to make them more meaningful and simplify code 8. Fix specifying second option to -o in format 9. Properly handle the case where the second argument to -o is a port that is already installed 10. Don't mention the 'make config' step if -G Security Enhancement ==================== 1. Be more careful to only delete temp files if they haven't already been deleted or moved Revision Changes Path 1.6 +369 -115 ports/sysutils/portmaster/files/portmaster.sh.in From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:13:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D38ED16A4E2; Mon, 7 Aug 2006 19:13:45 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2593643D6D; Mon, 7 Aug 2006 19:13:43 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JDhbJ055189; Mon, 7 Aug 2006 19:13:43 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JDhnE055185; Mon, 7 Aug 2006 19:13:43 GMT (envelope-from dougb) Message-Id: <200608071913.k77JDhnE055185@repoman.freebsd.org> From: Doug Barton Date: Mon, 7 Aug 2006 19:13:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portmaster Makefile ports/sysutils/portmaster/files portmaster.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:13:45 -0000 dougb 2006-08-07 19:13:42 UTC FreeBSD ports repository Modified files: sysutils/portmaster Makefile sysutils/portmaster/files portmaster.8 Log: Update for version 1.6. Revision Changes Path 1.6 +1 -1 ports/sysutils/portmaster/Makefile 1.4 +51 -10 ports/sysutils/portmaster/files/portmaster.8 From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:14:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96F7916A4DA; Mon, 7 Aug 2006 19:14:56 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4599D43D46; Mon, 7 Aug 2006 19:14:56 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JEu8b055241; Mon, 7 Aug 2006 19:14:56 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JEu2a055240; Mon, 7 Aug 2006 19:14:56 GMT (envelope-from ume) Message-Id: <200608071914.k77JEu2a055240@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 7 Aug 2006 19:14:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/resolv res_send.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:14:56 -0000 ume 2006-08-07 19:14:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/resolv res_send.c Log: MFC 1.3: Check if the filedes of kevent is expected one. Though our old resolver opened just one socket, BIND9's resolver may open more than one sockets. And, BIND9's resolver doesn't close the socket on timeout. So, we need this check. Revision Changes Path 1.2.2.2 +4 -0 src/lib/libc/resolv/res_send.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:21:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E4516A4DA; Mon, 7 Aug 2006 19:21:44 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ADD243D53; Mon, 7 Aug 2006 19:21:41 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:l6vlgPKAiMUnozPojgI0OC4F5xB1DXIO6VyH9v9Rjy/GW3wbcRCEIwvhnjm55c8b@kasuga-iwi.mahoroba.org [IPv6:2001:2f0:104:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.6/8.13.6) with ESMTP/inet6 id k77JLJ6Y090439 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Aug 2006 04:21:19 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 08 Aug 2006 04:21:18 +0900 Message-ID: From: Hajimu UMEMOTO To: freebsd-cvs-src@oldach.net (Helge Oldach) In-Reply-To: <200608062055.k76KtkPD025236@sep.oldach.net> References: <200608062055.k76KtkPD025236@sep.oldach.net> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-pc-freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.1-STABLE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0a1 (ameno.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Tue, 08 Aug 2006 04:21:22 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, scottl@samsco.org, kensmith@cse.Buffalo.EDU, cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys param.h src/include Makefile netdb.h res_update.h resolv.h src/include/arpa inet.h nameser.h nameser X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:21:44 -0000 Hi, >>>>> On Sun, 6 Aug 2006 22:55:46 +0200 (CEST) >>>>> Helge Oldach said: freebsd-cvs-src> Hajimu UMEMOTO: > Okay. Perhaps, I found the cause. Please try the following change > and let me know the result: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libc/resolv/res_send.c.diff?r1=1.2&r2=1.3 freebsd-cvs-src> Yep. This indeed fixes the issue for 6-STABLE as well. After 50 hours freebsd-cvs-src> uptime no hanging process observed. Thanks! Please MFC... freebsd-cvs-src> Thanks a lot for dealing with this despite my vague problem report! Thank you for confirmation. I've just MFC'ed it into RELENG_6. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:29:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ADF416A4DA; Mon, 7 Aug 2006 19:29:08 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 119D043D49; Mon, 7 Aug 2006 19:29:03 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JT2a5055933; Mon, 7 Aug 2006 19:29:02 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JT2QB055931; Mon, 7 Aug 2006 19:29:02 GMT (envelope-from acm) Message-Id: <200608071929.k77JT2QB055931@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Mon, 7 Aug 2006 19:29:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/py-ocempgui Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:29:08 -0000 acm 2006-08-07 19:29:02 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-ocempgui Makefile distinfo pkg-descr pkg-plist Log: New port: devel/py-ocempgui OcempGUI is a small toolkit, which comes with various modules suitable for event management, user interfaces, 2D drawing and accessibility. OcempGUI enables developers to enhance their python and/or pygame applications and games easily with graphical UI elements such as buttons, entry boxes, scrolling abilities and more as well as simple event brokers or features, which enhance the program by adding accessibility to its objects. It can save a developer much time by providing a broad range of drawing routines and ready-to-use event capable object types. The developer can focus on the main tasks instead of taking care about needed low-level components, which are given to him with OcempGUI. WWW: http://ocemp.sourceforge.net/gui.html PR: 101397 Submitted by: Alexander Botero-Lowry Approved by: garga (mentor) Revision Changes Path 1.2403 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/py-ocempgui/Makefile (new) 1.1 +3 -0 ports/devel/py-ocempgui/distinfo (new) 1.1 +14 -0 ports/devel/py-ocempgui/pkg-descr (new) 1.1 +309 -0 ports/devel/py-ocempgui/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:30:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 160FB16A4E8; Mon, 7 Aug 2006 19:30:53 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C4543D64; Mon, 7 Aug 2006 19:30:52 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JUqx4056086; Mon, 7 Aug 2006 19:30:52 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JUq2q056084; Mon, 7 Aug 2006 19:30:52 GMT (envelope-from acm) Message-Id: <200608071930.k77JUq2q056084@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Mon, 7 Aug 2006 19:30:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:30:53 -0000 acm 2006-08-07 19:30:52 UTC FreeBSD ports repository Modified files: . modules Log: py-ocempgui --> ports/devel/py-ocempgui Revision Changes Path 1.15934 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:32:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB1316A4DD; Mon, 7 Aug 2006 19:32:57 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B41E43D4C; Mon, 7 Aug 2006 19:32:57 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JWvKh056203; Mon, 7 Aug 2006 19:32:57 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JWv1G056202; Mon, 7 Aug 2006 19:32:57 GMT (envelope-from mlaier) Message-Id: <200608071932.k77JWv1G056202@repoman.freebsd.org> From: Max Laier Date: Mon, 7 Aug 2006 19:32:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:32:57 -0000 mlaier 2006-08-07 19:32:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ipfw ipfw2.c Log: Belatedly MFC ipfw2.c, 1.88: For src/dest parsing take off the netmask before checking for AF with inet_pton. This fixes cases like "fe02::/16". PR: bin/91245 Reported by: Fredrik Lindberge Reminded by: oleg Revision Changes Path 1.76.2.10 +31 -15 src/sbin/ipfw/ipfw2.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:35:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50D1916A4E0; Mon, 7 Aug 2006 19:35:21 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C7543D62; Mon, 7 Aug 2006 19:35:19 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JZJgB056382; Mon, 7 Aug 2006 19:35:19 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JZJJ0056381; Mon, 7 Aug 2006 19:35:19 GMT (envelope-from alepulver) Message-Id: <200608071935.k77JZJJ0056381@repoman.freebsd.org> From: Alejandro Pulver Date: Mon, 7 Aug 2006 19:35:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/quake2max Makefile ports/games/quake2max/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:35:21 -0000 alepulver 2006-08-07 19:35:19 UTC FreeBSD ports repository Modified files: games/quake2max Makefile games/quake2max/files patch-Makefile Log: - Fix building on FreeBSD 4.x. Revision Changes Path 1.2 +1 -0 ports/games/quake2max/Makefile 1.2 +11 -2 ports/games/quake2max/files/patch-Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:42:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61BEC16A4E1; Mon, 7 Aug 2006 19:42:38 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA4443D64; Mon, 7 Aug 2006 19:42:32 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JgWXb056725; Mon, 7 Aug 2006 19:42:32 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JgWs6056724; Mon, 7 Aug 2006 19:42:32 GMT (envelope-from krion) Message-Id: <200608071942.k77JgWs6056724@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 7 Aug 2006 19:42:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/pfstat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:42:38 -0000 krion 2006-08-07 19:42:31 UTC FreeBSD ports repository Modified files: sysutils/pfstat Makefile Log: Add missing libiconv dependency. Submitted by: mlaier via IRC Revision Changes Path 1.9 +2 -0 ports/sysutils/pfstat/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 19:52:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE88616A4DD; Mon, 7 Aug 2006 19:52:30 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7978443D5D; Mon, 7 Aug 2006 19:52:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77JqU1K057249; Mon, 7 Aug 2006 19:52:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77JqUVV057248; Mon, 7 Aug 2006 19:52:30 GMT (envelope-from jhb) Message-Id: <200608071952.k77JqUVV057248@repoman.freebsd.org> From: John Baldwin Date: Mon, 7 Aug 2006 19:52:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 19:52:31 -0000 jhb 2006-08-07 19:52:30 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: When a user uses a hint to specify the IRQ for a link device, accept IRQs that aren't listed as valid in the link device's set of possible IRQs. This allows the hints to be used to work around broken BIOSes that don't specify the correct ste of possible IRQs. A warning is issued in the dmesg in this case to be consistent with the $PIR handling code. MFC after: 1 week Revision Changes Path 1.54 +13 -5 src/sys/dev/acpica/acpi_pci_link.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 20:02:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9986716A4DF; Mon, 7 Aug 2006 20:02:31 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28DC743D49; Mon, 7 Aug 2006 20:02:31 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77K2V8P057786; Mon, 7 Aug 2006 20:02:31 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77K2VXE057785; Mon, 7 Aug 2006 20:02:31 GMT (envelope-from simon) Message-Id: <200608072002.k77K2VXE057785@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Mon, 7 Aug 2006 20:02:30 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/tools/portsgrowth ports.log X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 20:02:31 -0000 simon 2006-08-07 20:02:30 UTC FreeBSD doc repository Modified files: tools/portsgrowth ports.log Log: Add more ports counts. Source: http://www.FreeBSD.org/ports/INDEX via http://people.freebsd.org/~simon/portcount.log Revision Changes Path 1.24 +176 -0 www/tools/portsgrowth/ports.log From owner-cvs-all@FreeBSD.ORG Mon Aug 7 20:09:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4090116A4DA; Mon, 7 Aug 2006 20:09:10 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E315643D72; Mon, 7 Aug 2006 20:09:09 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77K994w059263; Mon, 7 Aug 2006 20:09:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77K99oF059262; Mon, 7 Aug 2006 20:09:09 GMT (envelope-from pjd) Message-Id: <200608072009.k77K99oF059262@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 7 Aug 2006 20:09:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/eli geom_eli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 20:09:10 -0000 pjd 2006-08-07 20:09:09 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: Add missing #. Revision Changes Path 1.13 +1 -1 src/sbin/geom/class/eli/geom_eli.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 20:12:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0B9E16A4DE; Mon, 7 Aug 2006 20:12:19 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F9BA43D46; Mon, 7 Aug 2006 20:12:19 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77KCJud059490; Mon, 7 Aug 2006 20:12:19 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77KCJX8059489; Mon, 7 Aug 2006 20:12:19 GMT (envelope-from phk) Message-Id: <200608072012.k77KCJX8059489@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 7 Aug 2006 20:12:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen syslog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 20:12:19 -0000 phk 2006-08-07 20:12:18 UTC FreeBSD src repository Modified files: lib/libc/gen syslog.c Log: Return length from fwopen() file callback instead of zero. The symptom is that syslog() fails to log anything but the "ident" string if LOG_PERROR is specified to openlog(3) and the extensible printf is in action. For unclear, likely quaint historical reasons, syslog uses fwopen() on a stack buffer, rather than using the more straightforward and faster snprintf(). Along the way, fflush(3) is called, and since the callback writer function returns zero instead of the length "written", __SERR naturally gets set on the filedescriptor. The extensible printf, in difference from the normal printf refuses to output anything to an __SERR marked filedescriptor, and thus the actual syslog message is supressed. MFC: after 2 weeks Revision Changes Path 1.38 +1 -1 src/lib/libc/gen/syslog.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 20:16:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B18416A4DE; Mon, 7 Aug 2006 20:16:26 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0211443D66; Mon, 7 Aug 2006 20:16:20 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77KGJ9n059653; Mon, 7 Aug 2006 20:16:19 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77KGJGZ059652; Mon, 7 Aug 2006 20:16:19 GMT (envelope-from sem) Message-Id: <200608072016.k77KGJGZ059652@repoman.freebsd.org> From: Sergey Matveychuk Date: Mon, 7 Aug 2006 20:16:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/cacti pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 20:16:26 -0000 sem 2006-08-07 20:16:19 UTC FreeBSD ports repository Modified files: net/cacti pkg-plist Log: - Add forgotten %%PREFIX%% to @unexec command in pkg-plist. Reported by: kris mail Revision Changes Path 1.16 +1 -1 ports/net/cacti/pkg-plist From owner-cvs-all@FreeBSD.ORG Mon Aug 7 20:39:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7AE016A4E1; Mon, 7 Aug 2006 20:39:01 +0000 (UTC) (envelope-from Thomas.Wintergerst@nord-com.net) Received: from mail2.ewetel.de (mail2.ewetel.de [212.6.122.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C36043D77; Mon, 7 Aug 2006 20:38:57 +0000 (GMT) (envelope-from Thomas.Wintergerst@nord-com.net) Received: from kalak.lemuria.local (dyndsl-080-228-180-033.ewe-ip-backbone.de [80.228.180.33]) by mail2.ewetel.de (8.12.1/8.12.9) with ESMTP id k77KcoUT005887; Mon, 7 Aug 2006 22:38:52 +0200 (MEST) Received: from [192.168.2.127] (lullog.lemuria.local [192.168.2.127]) by kalak.lemuria.local (8.13.6/8.13.6) with ESMTP id k77KPFYO006154; Mon, 7 Aug 2006 22:25:20 +0200 (CEST) (envelope-from Thomas.Wintergerst@nord-com.net) Message-ID: <44D7A1AB.5070205@nord-com.net> Date: Mon, 07 Aug 2006 22:25:15 +0200 From: Thomas Wintergerst User-Agent: Thunderbird 1.5 (X11/20060222) MIME-Version: 1.0 To: Robert Watson References: <200608061903.k76J3RM8008595@repoman.freebsd.org> <20060806201649.G83232@fledge.watson.org> In-Reply-To: <20060806201649.G83232@fledge.watson.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-CheckCompat: OK Cc: Hellmuth Michaelis , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Thomas Wintergerst Subject: Re: cvs commit: src UPDATING src/sys/i386/include i4b_ioctl.h src/sys/i4b/layer4 i4b_l4mgmt.c src/usr.sbin/i4b/isdnd controller.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: twinterg@gmx.de List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 20:39:01 -0000 Hello Robert, Robert Watson wrote: > On Sun, 6 Aug 2006, Thomas Wintergerst wrote: > >> twinterg 2006-08-06 19:03:27 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> . UPDATING >> sys/i386/include i4b_ioctl.h >> sys/i4b/layer4 i4b_l4mgmt.c >> usr.sbin/i4b/isdnd controller.c >> Log: >> MFC: >> >> Extend i4b to support CAPI manager based ISDN controllers (CAPI >> manager is >> part of c4b, CAPI for BSD). This may be a preparation to add CAPI for >> BSD to >> the source tree, in case the decision to MFC c4b itself is positive. >> Until >> then users of c4b at least do not need to build a new kernel or base >> system >> to compile and run c4b. > > Any chance we will see the following change in 7.x in the near future? > Per discussion on arch@, the goal is to remove as many non-MPSAFEty > crutches from the tree as possible before 7.0: Unfortunately two things come together: I do not always have enough time, and communication with Hellmuth, my mentor, is also a little bit tough. Currently I am waiting for an answer to my proposal to make the next, real integration step for c4b. > > peppercorn:~/freebsd/commit/src/sys/i4b> grep -ri giant . > ./driver/i4b_ctl.c: .d_flags = D_NEEDGIANT, > ./driver/i4b_ipr.c:NET_NEEDS_GIANT("i4b_ipr"); > ./driver/i4b_isppp.c:NET_NEEDS_GIANT("i4b_isppp"); > ./driver/i4b_rbch.c: .d_flags = D_NEEDGIANT, > ./driver/i4b_tel.c: .d_flags = D_NEEDGIANT, > ./driver/i4b_trace.c: .d_flags = D_NEEDGIANT, > ./layer4/i4b_i4bdrv.c: .d_flags = D_NEEDGIANT, Regarding these sources my far goal is to let all i4b parts base on CAPI and the CAPI manager. But this requires to transform the D-channel sources stack to fit as a driver under the CAPI manager. A CAPI layer module is already available. But the passive D-channel stack will take some time, if no one helps. As of other inquiries my current work is to implement drivers for Eicon DIVA Server ISDN boards, besides integration of c4b into the source tree. > > Robert N M Watson > Computer Laboratory > University of Cambridge > -- Gruss, Thomas Wintergerst From owner-cvs-all@FreeBSD.ORG Mon Aug 7 21:22:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D3CC16A4DF; Mon, 7 Aug 2006 21:22:30 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 371CA43D46; Mon, 7 Aug 2006 21:22:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77LMUsT072208; Mon, 7 Aug 2006 21:22:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77LMURW072207; Mon, 7 Aug 2006 21:22:30 GMT (envelope-from pav) Message-Id: <200608072122.k77LMURW072207@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 7 Aug 2006 21:22:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Digest-SHA-PurePerl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 21:22:30 -0000 pav 2006-08-07 21:22:30 UTC FreeBSD ports repository Modified files: security/p5-Digest-SHA-PurePerl Makefile Log: - Fix typo, unbreak INDEX, salvage the world Pointy hat to: clsung Revision Changes Path 1.6 +1 -1 ports/security/p5-Digest-SHA-PurePerl/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 21:23:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 140ED16A4E8; Mon, 7 Aug 2006 21:23:12 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F357D43D76; Mon, 7 Aug 2006 21:23:06 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77LN6rw072242; Mon, 7 Aug 2006 21:23:06 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77LN6aS072241; Mon, 7 Aug 2006 21:23:06 GMT (envelope-from gerald) Message-Id: <200608072123.k77LN6aS072241@repoman.freebsd.org> From: Gerald Pfeifer Date: Mon, 7 Aug 2006 21:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc41 distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 21:23:12 -0000 gerald 2006-08-07 21:23:06 UTC FreeBSD ports repository Modified files: lang/gcc41 distinfo Log: Restore Fortran in distinfo, which I had missed with the previous commit. Revision Changes Path 1.168 +3 -0 ports/lang/gcc41/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 21:30:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B0EF16A4E0; Mon, 7 Aug 2006 21:30:47 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46DF443D45; Mon, 7 Aug 2006 21:30:47 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77LUlWX072601; Mon, 7 Aug 2006 21:30:47 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77LUl15072600; Mon, 7 Aug 2006 21:30:47 GMT (envelope-from acm) Message-Id: <200608072130.k77LUl15072600@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Mon, 7 Aug 2006 21:30:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/py-soya3d Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 21:30:47 -0000 acm 2006-08-07 21:30:47 UTC FreeBSD ports repository Modified files: graphics/py-soya3d Makefile Log: - Fix problem on 4.x Reported by: kris Approved by: garga (mentor) Revision Changes Path 1.12 +1 -1 ports/graphics/py-soya3d/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 21:48:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE57E16A4DD; Mon, 7 Aug 2006 21:48:19 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53CE643D49; Mon, 7 Aug 2006 21:48:19 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77LmJji073481; Mon, 7 Aug 2006 21:48:19 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77LmJHv073480; Mon, 7 Aug 2006 21:48:19 GMT (envelope-from sat) Message-Id: <200608072148.k77LmJHv073480@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 7 Aug 2006 21:48:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xpi-linkification Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 21:48:19 -0000 sat 2006-08-07 21:48:19 UTC FreeBSD ports repository Modified files: www/xpi-linkification Makefile distinfo Log: - Update to 1.2.4 Revision Changes Path 1.2 +1 -1 ports/www/xpi-linkification/Makefile 1.2 +3 -3 ports/www/xpi-linkification/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 22:21:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAFA616A4E0; Mon, 7 Aug 2006 22:21:35 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF93C43D46; Mon, 7 Aug 2006 22:21:34 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id A7162109904; Tue, 8 Aug 2006 08:21:33 +1000 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k77MLST2017701; Tue, 8 Aug 2006 08:21:29 +1000 Date: Tue, 8 Aug 2006 08:21:28 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: John Baldwin In-Reply-To: <200608041644.08533.jhb@freebsd.org> Message-ID: <20060808073829.T9516@delplex.bde.org> References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041314.24161.jhb@freebsd.org> <20060804200154.GC31805@ns1.xcllnt.net> <200608041644.08533.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@FreeBSD.org, Yar Tikhiy , cvs-all@FreeBSD.org, Marcel Moolenaar , cvs-src@FreeBSD.org, Sam Leffler Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 22:21:36 -0000 On Fri, 4 Aug 2006, John Baldwin wrote: > On Friday 04 August 2006 16:01, Marcel Moolenaar wrote: > >> The point is that kdb_backtrace() is there if you want a backtrace and >> you call it based on whatever option that makes sense at the call-site >> or even unconditionally if that's the right thing. >> Whether there's actually a backend that can make a backtrace is really >> a seperate issue. We just happen to implement backtracing and unwinding >> by debuggers, but with an unwinder in the kernel on ia64, we really >> don't need a debugger in order to make a backtrace and it's not that >> unrealistic that I create a backend that can only do backtraces... > > To be honest, as someone who works with bug reports, I'd actually like > backtraces up front w/o requiring the user to compile a custom kernel, etc. > Having a simple backend in place and kdb_backtrace()'s where relevant would > be very handy. :) This was non-broken in the original implementation of backtrace(): % RCS file: /home/ncvs/src/sys/kern/kern_shutdown.c,v % Working file: kern_shutdown.c % ... % ---------------------------- % revision 1.138 % date: 2003/01/04 20:54:58; author: phk; state: Exp; lines: +14 -0 % Introduce the % void backtrace(void); % function which will print a backtrace if DDB is in the kernel and an % explanation if not. % % This is useful for recording backtraces in non-fatal circumstances and % does not require pollution with DDB #includes in the files where it % is used. % % It would of course be nice to have a non-DDB dependent version too, % but since the meat of a backtrace is MD it is probably not worth it. % ---------------------------- Debugger() has been broken similarly. It was designed to be called independently of the configuration of a debugger, and print a message if it is called when no debugger is configured (not quite right since Debugger() was often used as a quick replacement for panic()). Now Debugger() is misspelled kdb_enter() and is silent if there is no low-level debugger to enter. >>> Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's >>> just a feature that kdb_foo() functions become NOPs when the kernel isn't >>> configured for debugging, so I think the #ifdef KDB's would be redundant. Just a bug, for kdb_enter() at least. >> None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into >> NOPs when option KDB is not present. They are all unconditionally >> functional by design and should therefore be called conditionally >> by consequence. Some of them need to at least print a message if they are called when no low-level debugger is present, since most calls in that case are errors -- debugger functions shouldn't be called in production kernels. Panicing would be too much for most calls. > Well, given that separation, I'm not sure KDB is the right option to make > calls conditional. Rather, some specific is-debugging-enabled? option (like > INARIANTS or FOO_DEBUG) should be used instead. i.e.: > > #ifdef FOO_DEBUG > if (foo_bad) { > printf("foo is bad\n"); > kdb_backtrace(); > } > #endif > > I don't think that warrants an extra #ifdef KDB. Yes, most calls that belong in production kernels are near kern_shutdown.c and already have control variables. For backtrace in panics, it is harmless for kdb to print a message saying that backtrace is unavailable. For calls from other places, where you want some debugging info but don't want to enter a debugger even if one is available, it should be possible to just call backtrace() and then a message that backtrace is unavailable is good as a reminder that the call should be conditional in production kernels. Bruce From owner-cvs-all@FreeBSD.ORG Mon Aug 7 22:21:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D1DD16A5A9; Mon, 7 Aug 2006 22:21:39 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 252D543D46; Mon, 7 Aug 2006 22:21:39 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77MLdVA076693; Mon, 7 Aug 2006 22:21:39 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77MLcwo076692; Mon, 7 Aug 2006 22:21:38 GMT (envelope-from thierry) Message-Id: <200608072221.k77MLcwo076692@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 7 Aug 2006 22:21:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/petsc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 22:21:39 -0000 thierry 2006-08-07 22:21:38 UTC FreeBSD ports repository Modified files: math/petsc Makefile Log: Mark broken on 4.x: configure fails to use the Fortran compiler. Reported by: pointyhat via Kris Revision Changes Path 1.16 +2 -0 ports/math/petsc/Makefile From owner-cvs-all@FreeBSD.ORG Mon Aug 7 22:25:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F9716A4DF; Mon, 7 Aug 2006 22:25:08 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 106AD43D46; Mon, 7 Aug 2006 22:25:08 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77MP7vr076888; Mon, 7 Aug 2006 22:25:07 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77MP7LS076887; Mon, 7 Aug 2006 22:25:07 GMT (envelope-from shaun) Message-Id: <200608072225.k77MP7LS076887@repoman.freebsd.org> From: Shaun Amott Date: Mon, 7 Aug 2006 22:25:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/qtiplot Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 22:25:08 -0000 shaun 2006-08-07 22:25:07 UTC FreeBSD ports repository Modified files: math/qtiplot Makefile distinfo pkg-descr Log: - Update to 0.8.5. - Pass maintainership to submitter. PR: ports/99248 Submitted by: Max Brazhnikov Approved by: Jie Gao (former maintainer) Revision Changes Path 1.5 +14 -17 ports/math/qtiplot/Makefile 1.5 +3 -3 ports/math/qtiplot/distinfo 1.2 +15 -6 ports/math/qtiplot/pkg-descr From owner-cvs-all@FreeBSD.ORG Mon Aug 7 22:28:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D0016A4DA; Mon, 7 Aug 2006 22:28:30 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CE043D49; Mon, 7 Aug 2006 22:28:30 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77MSUsx077029; Mon, 7 Aug 2006 22:28:30 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77MSUeh077028; Mon, 7 Aug 2006 22:28:30 GMT (envelope-from thierry) Message-Id: <200608072228.k77MSUeh077028@repoman.freebsd.org> From: Thierry Thomas Date: Mon, 7 Aug 2006 22:28:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/rxvt-unicode Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 22:28:30 -0000 thierry 2006-08-07 22:28:30 UTC FreeBSD ports repository Modified files: x11/rxvt-unicode Makefile distinfo Log: Upgrade to 7.9. Changelog at . Revision Changes Path 1.103 +1 -1 ports/x11/rxvt-unicode/Makefile 1.52 +3 -3 ports/x11/rxvt-unicode/distinfo From owner-cvs-all@FreeBSD.ORG Mon Aug 7 22:44:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEECE16A4DE; Mon, 7 Aug 2006 22:44:01 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DCB43D46; Mon, 7 Aug 2006 22:44:01 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Mi1II077803; Mon, 7 Aug 2006 22:44:01 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77Mi1He077802; Mon, 7 Aug 2006 22:44:01 GMT (envelope-from netchild) Message-Id: <200608072244.k77Mi1He077802@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 22:44:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci emu10kx-pcm.c emu10kx.c emu10kx.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 22:44:01 -0000 netchild 2006-08-07 22:44:01 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10kx-pcm.c emu10kx.c emu10kx.h Log: "Workaround for sound lag in current snd_emu10kx driver. Real problem is interaction between in-kernel sound buffer handling and hardware. With small buffer, there are times when both harwdare reads and kernel writes to the same buffer (it is only visible on slow machines, i think). I'm digging in channel.c and buffer.c to find a solution that allow use of large hardware buffers without sound lags - hardware can handle buffers up to 32Mb." Submitted by: Yuriy Tsibizov Revision Changes Path 1.3 +4 -3 src/sys/dev/sound/pci/emu10kx-pcm.c 1.3 +8 -10 src/sys/dev/sound/pci/emu10kx.c 1.2 +11 -6 src/sys/dev/sound/pci/emu10kx.h From owner-cvs-all@FreeBSD.ORG Mon Aug 7 22:50:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D17716A4DA; Mon, 7 Aug 2006 22:50:27 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E769943D45; Mon, 7 Aug 2006 22:50:26 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77MoQqd078183; Mon, 7 Aug 2006 22:50:26 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77MoQ2M078182; Mon, 7 Aug 2006 22:50:26 GMT (envelope-from netchild) Message-Id: <200608072250.k77MoQ2M078182@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 22:50:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci emu10kx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 22:50:27 -0000 netchild 2006-08-07 22:50:26 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10kx.c Log: "Change type for flags bitmap to let use 1 as flag value without overflow (to -1)." Submitted by: Yuriy Tsibizov Revision Changes Path 1.4 +1 -1 src/sys/dev/sound/pci/emu10kx.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 22:55:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2973E16A4DE; Mon, 7 Aug 2006 22:55:22 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3A4E43D49; Mon, 7 Aug 2006 22:55:21 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77MtLa2078478; Mon, 7 Aug 2006 22:55:21 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77MtLK7078477; Mon, 7 Aug 2006 22:55:21 GMT (envelope-from netchild) Message-Id: <200608072255.k77MtLK7078477@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 22:55:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci emu10kx-pcm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 22:55:22 -0000 netchild 2006-08-07 22:55:21 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10kx-pcm.c Log: "Fixe playback of mono files on stereo outputs. In previous version mono files are played only on left channel." Submitted by: Yuriy Tsibizov Revision Changes Path 1.4 +20 -1 src/sys/dev/sound/pci/emu10kx-pcm.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 22:56:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76DB716A4DD; Mon, 7 Aug 2006 22:56:42 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C43E43D49; Mon, 7 Aug 2006 22:56:42 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77Muf6e078605; Mon, 7 Aug 2006 22:56:42 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77MufrL078604; Mon, 7 Aug 2006 22:56:41 GMT (envelope-from netchild) Message-Id: <200608072256.k77MufrL078604@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 22:56:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci emu10kx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 22:56:42 -0000 netchild 2006-08-07 22:56:41 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10kx.c Log: "Fix typos in volume control DSP code." Submitted by: Yuriy Tsibizov Revision Changes Path 1.5 +2 -2 src/sys/dev/sound/pci/emu10kx.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 23:00:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA8316A517; Mon, 7 Aug 2006 23:00:37 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B32F943D53; Mon, 7 Aug 2006 23:00:36 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77N0aaM078783; Mon, 7 Aug 2006 23:00:36 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77N0aNU078782; Mon, 7 Aug 2006 23:00:36 GMT (envelope-from netchild) Message-Id: <200608072300.k77N0aNU078782@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 23:00:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sound/pci emu10k1.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 23:00:37 -0000 netchild 2006-08-07 23:00:36 UTC FreeBSD src repository Modified files: sys/dev/sound/pci emu10k1.c Log: Use a low probe-priority to ensure that the emu10kx driver has a higher priority than this one when both are available. Revision Changes Path 1.62 +1 -1 src/sys/dev/sound/pci/emu10k1.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 23:20:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D038716A4DD; Mon, 7 Aug 2006 23:20:24 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6518F43D46; Mon, 7 Aug 2006 23:20:24 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77NKOfo081092; Mon, 7 Aug 2006 23:20:24 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77NKOki081091; Mon, 7 Aug 2006 23:20:24 GMT (envelope-from netchild) Message-Id: <200608072320.k77NKOki081091@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 23:20:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade Makefile command.c config.c devices.c disks.c dispatch.c dmenu.c globals.c install.c keymap.c label.c list.h main.c menus.c misc.c msg.c rtermcap.c sade.8 sade.h system.c termcap.c usb.c variable.c wizard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 23:20:24 -0000 netchild 2006-08-07 23:20:24 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile command.c config.c devices.c disks.c dispatch.c dmenu.c globals.c install.c keymap.c label.c list.h main.c menus.c misc.c msg.c rtermcap.c sade.8 sade.h system.c termcap.c usb.c variable.c wizard.c Log: Forced commit to note repo copy from sysinstall. Repo copy by: markm Revision Changes Path 1.142 +0 -0 src/usr.sbin/sade/Makefile 1.21 +0 -0 src/usr.sbin/sade/command.c 1.238 +0 -0 src/usr.sbin/sade/config.c 1.168 +0 -0 src/usr.sbin/sade/devices.c 1.158 +0 -0 src/usr.sbin/sade/disks.c 1.49 +0 -0 src/usr.sbin/sade/dispatch.c 1.48 +0 -0 src/usr.sbin/sade/dmenu.c 1.28 +0 -0 src/usr.sbin/sade/globals.c 1.368 +0 -0 src/usr.sbin/sade/install.c 1.11 +0 -0 src/usr.sbin/sade/keymap.c 1.153 +0 -0 src/usr.sbin/sade/label.c 1.3 +0 -0 src/usr.sbin/sade/list.h 1.74 +0 -0 src/usr.sbin/sade/main.c 1.419 +0 -0 src/usr.sbin/sade/menus.c 1.44 +0 -0 src/usr.sbin/sade/misc.c 1.60 +1 -1 src/usr.sbin/sade/msg.c 1.3 +1 -0 src/usr.sbin/sade/rtermcap.c 1.74 +0 -0 src/usr.sbin/sade/sade.8 1.272 +0 -0 src/usr.sbin/sade/sade.h 1.128 +0 -0 src/usr.sbin/sade/system.c 1.31 +1 -1 src/usr.sbin/sade/termcap.c 1.3 +1 -1 src/usr.sbin/sade/usb.c 1.38 +0 -0 src/usr.sbin/sade/variable.c 1.25 +0 -0 src/usr.sbin/sade/wizard.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 23:35:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E4416A4DD; Mon, 7 Aug 2006 23:35:54 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E350C43D4C; Mon, 7 Aug 2006 23:35:49 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77NZnqQ081925; Mon, 7 Aug 2006 23:35:49 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77NZnZ2081924; Mon, 7 Aug 2006 23:35:49 GMT (envelope-from netchild) Message-Id: <200608072335.k77NZnZ2081924@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 23:35:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade Makefile command.c config.c devices.c disks.c dispatch.c dmenu.c globals.c install.c keymap.c label.c list.h main.c menus.c misc.c msg.c rtermcap.c sade.8 sade.h system.c termcap.c usb.c variable.c wizard.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 23:35:54 -0000 netchild 2006-08-07 23:35:49 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile command.c config.c devices.c disks.c dispatch.c dmenu.c globals.c install.c keymap.c label.c list.h main.c menus.c misc.c msg.c rtermcap.c sade.8 sade.h system.c termcap.c variable.c wizard.c Removed files: usr.sbin/sade usb.c Log: Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabel part of sysinstall. So sysinstall may retire now, we have the important non-install part of it covered. ATM it doesn't understand GEOM stuff (like mirror, stripe, raid, ...), but patches to change this and to clean it up internally are more than welcome. Submitted by: mami@nyitolap.hu Revision Changes Path 1.143 +11 -62 src/usr.sbin/sade/Makefile 1.22 +1 -6 src/usr.sbin/sade/command.c 1.239 +5 -758 src/usr.sbin/sade/config.c 1.169 +26 -238 src/usr.sbin/sade/devices.c 1.159 +4 -8 src/usr.sbin/sade/disks.c 1.50 +2 -182 src/usr.sbin/sade/dispatch.c 1.49 +2 -77 src/usr.sbin/sade/dmenu.c 1.29 +1 -10 src/usr.sbin/sade/globals.c 1.369 +8 -1034 src/usr.sbin/sade/install.c 1.12 +1 -74 src/usr.sbin/sade/keymap.c 1.154 +3 -8 src/usr.sbin/sade/label.c 1.4 +0 -5 src/usr.sbin/sade/list.h 1.75 +5 -65 src/usr.sbin/sade/main.c 1.420 +9 -2223 src/usr.sbin/sade/menus.c 1.45 +9 -7 src/usr.sbin/sade/misc.c 1.61 +1 -7 src/usr.sbin/sade/msg.c 1.4 +0 -0 src/usr.sbin/sade/rtermcap.c 1.75 +20 -889 src/usr.sbin/sade/sade.8 1.273 +11 -402 src/usr.sbin/sade/sade.h 1.129 +9 -218 src/usr.sbin/sade/system.c 1.32 +1 -30 src/usr.sbin/sade/termcap.c 1.4 +0 -44 src/usr.sbin/sade/usb.c (dead) 1.39 +1 -6 src/usr.sbin/sade/variable.c 1.26 +1 -2 src/usr.sbin/sade/wizard.c From owner-cvs-all@FreeBSD.ORG Mon Aug 7 23:37:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 061B416A4DA; Mon, 7 Aug 2006 23:37:56 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D4143D77; Mon, 7 Aug 2006 23:37:51 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k77NbpUg082024; Mon, 7 Aug 2006 23:37:51 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k77NbpQQ082023; Mon, 7 Aug 2006 23:37:51 GMT (envelope-from netchild) Message-Id: <200608072337.k77NbpQQ082023@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 7 Aug 2006 23:37:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 07 Aug 2006 23:37:56 -0000 netchild 2006-08-07 23:37:51 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Connect sade to the build. Revision Changes Path 1.356 +1 -0 src/usr.sbin/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 00:38:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C724016A4DA; Tue, 8 Aug 2006 00:38:45 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D80243D45; Tue, 8 Aug 2006 00:38:45 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k780cjIq088743; Tue, 8 Aug 2006 00:38:45 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k780cjeo088742; Tue, 8 Aug 2006 00:38:45 GMT (envelope-from shaun) Message-Id: <200608080038.k780cjeo088742@repoman.freebsd.org> From: Shaun Amott Date: Tue, 8 Aug 2006 00:38:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/downloader Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 00:38:45 -0000 shaun 2006-08-08 00:38:45 UTC FreeBSD ports repository Modified files: ftp/downloader Makefile pkg-plist Log: - Add missing locale files to plist. [1] - Add WITHOUT_NLS knob. PR: ports/101500 [1] Submitted by: Stanislav Sedov [1] Revision Changes Path 1.67 +7 -0 ports/ftp/downloader/Makefile 1.28 +32 -18 ports/ftp/downloader/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 00:42:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 994E016A4DF; Tue, 8 Aug 2006 00:42:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29F2643D49; Tue, 8 Aug 2006 00:42:06 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k780g61g089112; Tue, 8 Aug 2006 00:42:06 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k780g5gl089111; Tue, 8 Aug 2006 00:42:06 GMT (envelope-from clsung) Message-Id: <200608080042.k780g5gl089111@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 00:42:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ruby-imlib2 Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 00:42:06 -0000 clsung 2006-08-08 00:42:05 UTC FreeBSD ports repository Modified files: graphics/ruby-imlib2 Makefile distinfo Removed files: graphics/ruby-imlib2 pkg-plist Log: - Update to 0.5.2 - Garantee permissions safety - Take maintainership PR: ports/101604 Submitted by: maintainer (Stanislav Sedov) Revision Changes Path 1.13 +23 -9 ports/graphics/ruby-imlib2/Makefile 1.8 +3 -3 ports/graphics/ruby-imlib2/distinfo 1.7 +0 -453 ports/graphics/ruby-imlib2/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 00:47:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E6B616A4E7; Tue, 8 Aug 2006 00:47:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149C943D45; Tue, 8 Aug 2006 00:47:41 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k780leXg097190; Tue, 8 Aug 2006 00:47:40 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k780leTd097189; Tue, 8 Aug 2006 00:47:40 GMT (envelope-from clsung) Message-Id: <200608080047.k780leTd097189@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 00:47:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ruby-robjectteam Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 00:47:41 -0000 clsung 2006-08-08 00:47:40 UTC FreeBSD ports repository Modified files: devel/ruby-robjectteam Makefile distinfo Removed files: devel/ruby-robjectteam pkg-plist Log: - Update to 1.0 - Garantee permissions safety - Take maintainership PR: ports/101605 Submitted by: maintainer (Stanislav Sedov) Revision Changes Path 1.5 +28 -7 ports/devel/ruby-robjectteam/Makefile 1.4 +3 -3 ports/devel/ruby-robjectteam/distinfo 1.3 +0 -78 ports/devel/ruby-robjectteam/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 00:53:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 392BE16A4DF; Tue, 8 Aug 2006 00:53:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5BE043D4C; Tue, 8 Aug 2006 00:53:48 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k780rmNW097488; Tue, 8 Aug 2006 00:53:48 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k780rmg3097487; Tue, 8 Aug 2006 00:53:48 GMT (envelope-from clsung) Message-Id: <200608080053.k780rmg3097487@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 00:53:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Text-Trac Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 00:53:49 -0000 clsung 2006-08-08 00:53:48 UTC FreeBSD ports repository Modified files: textproc/p5-Text-Trac Makefile Log: - Fix build in Perl 5.00503 PR: ports/101602 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.3 +5 -0 ports/textproc/p5-Text-Trac/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 01:16:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFC816A4DD; Tue, 8 Aug 2006 01:16:36 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B0143D55; Tue, 8 Aug 2006 01:16:35 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k781GZeY099817; Tue, 8 Aug 2006 01:16:35 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k781GZGT099816; Tue, 8 Aug 2006 01:16:35 GMT (envelope-from shaun) Message-Id: <200608080116.k781GZGT099816@repoman.freebsd.org> From: Shaun Amott Date: Tue, 8 Aug 2006 01:16:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/cad/qucs Makefile ports/cad/qucs/files extrapatch-qucs-core_src_evaluate.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 01:16:36 -0000 shaun 2006-08-08 01:16:35 UTC FreeBSD ports repository Modified files: cad/qucs Makefile Added files: cad/qucs/files extrapatch-qucs-core_src_evaluate.cpp Log: Fix build on 4.x. Reported by: pointyhat via kris Revision Changes Path 1.6 +4 -0 ports/cad/qucs/Makefile 1.1 +46 -0 ports/cad/qucs/files/extrapatch-qucs-core_src_evaluate.cpp (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 01:18:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F2616A4E5; Tue, 8 Aug 2006 01:18:24 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C91243D62; Tue, 8 Aug 2006 01:18:18 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k781IIKp099929; Tue, 8 Aug 2006 01:18:18 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k781IIt5099928; Tue, 8 Aug 2006 01:18:18 GMT (envelope-from kevlo) Message-Id: <200608080118.k781IIt5099928@repoman.freebsd.org> From: Kevin Lo Date: Tue, 8 Aug 2006 01:18:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 kb920x_machdep.c src/sys/arm/xscale/i80321 iq31244_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 01:18:24 -0000 kevlo 2006-08-08 01:18:18 UTC FreeBSD src repository Modified files: sys/arm/at91 kb920x_machdep.c sys/arm/xscale/i80321 iq31244_machdep.c Log: Remove a bogus i = 0. Approved by: cognet Revision Changes Path 1.14 +1 -1 src/sys/arm/at91/kb920x_machdep.c 1.21 +1 -1 src/sys/arm/xscale/i80321/iq31244_machdep.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 01:31:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 695FD16A4DF; Tue, 8 Aug 2006 01:31:05 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F5F043D66; Tue, 8 Aug 2006 01:30:55 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k781UtUG001892; Tue, 8 Aug 2006 01:30:55 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k781UtAo001891; Tue, 8 Aug 2006 01:30:55 GMT (envelope-from njl) Message-Id: <200608080130.k781UtAo001891@repoman.freebsd.org> From: Nate Lawson Date: Tue, 8 Aug 2006 01:30:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 01:31:05 -0000 njl 2006-08-08 01:30:55 UTC FreeBSD src repository Modified files: sys/i386/acpica acpi_wakeup.c Log: If a beep was enabled, turn it off 3 seconds after resume. MFC after: 3 days Revision Changes Path 1.45 +11 -0 src/sys/i386/acpica/acpi_wakeup.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 01:33:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 431BD16A4DE; Tue, 8 Aug 2006 01:33:04 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9652C43D68; Tue, 8 Aug 2006 01:33:03 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k781X3sE002048; Tue, 8 Aug 2006 01:33:03 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k781X3wF002047; Tue, 8 Aug 2006 01:33:03 GMT (envelope-from njl) Message-Id: <200608080133.k781X3wF002047@repoman.freebsd.org> From: Nate Lawson Date: Tue, 8 Aug 2006 01:33:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_dock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 01:33:04 -0000 njl 2006-08-08 01:33:03 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_dock.c Log: Remove the global dock variable. Each dock device should be able to function independently. This change is not only load-tested since I don't have hardware that supports acpi_dock. Clean up comments and a name a few constants. Revision Changes Path 1.4 +33 -38 src/sys/dev/acpica/acpi_dock.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 01:45:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8217A16A4DD; Tue, 8 Aug 2006 01:45:37 +0000 (UTC) (envelope-from adamw@magnesium.net) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE1C43D45; Tue, 8 Aug 2006 01:45:36 +0000 (GMT) (envelope-from adamw@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1252) id 99389DA88D; Mon, 7 Aug 2006 18:45:36 -0700 (PDT) Date: Mon, 7 Aug 2006 21:45:36 -0400 From: Adam Weinberger To: Emanuel Haupt Message-ID: <20060808014536.GA8187@toxic.magnesium.net> Mail-Followup-To: Adam Weinberger , Emanuel Haupt , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200608071255.k77CtnUv063633@repoman.freebsd.org> <20060807163402.6e3759c4.ehaupt@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060807163402.6e3759c4.ehaupt@FreeBSD.org> X-Editor: Vim 6.3 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-PGP-Key: http://www.vectors.cx/pgp.key.txt X-URL: http://www.vectors.cx X-ASL: 6/m/behind you User-Agent: Mutt/1.5.4i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/misc/talkfilters Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 01:45:37 -0000 >> (08.07.2006 @ 1034 PST): Emanuel Haupt said, in 1.1K: << > > adamw 2006-08-07 12:55:48 UTC > > > > FreeBSD ports repository > > > > Modified files: > > misc/talkfilters Makefile > > Log: > > Transfer maintainership to ehaupt. > > > > Revision Changes Path > > 1.18 +1 -1 ports/misc/talkfilters/Makefile > > Thanks. I'm going to s|ehaput|ehaupt| with some other changes [1] in a > few minutes. > > [1] > - s|INSTALLS_SHLIB|USE_LDCONFIG| > - add two more mirrors > - resolve checksum mismatch > > Emanuel >> end of "Re: cvs commit: ports/misc/talkfilters Makefile" from Emanuel Haupt << For crying out loud.... Sorry about that! I made the same typo in the commit message but I caught that one. Clearly, you need to change your last name. # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx It's not stupid. It's "advanced." -- Almighty Tallest From owner-cvs-all@FreeBSD.ORG Tue Aug 8 02:01:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3624A16A4DA; Tue, 8 Aug 2006 02:01:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD59243D46; Tue, 8 Aug 2006 02:01:35 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7821ZVB003406; Tue, 8 Aug 2006 02:01:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7821ZYe003405; Tue, 8 Aug 2006 02:01:35 GMT (envelope-from clsung) Message-Id: <200608080201.k7821ZYe003405@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 02:01:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/pecl-esmtp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 02:01:36 -0000 clsung 2006-08-08 02:01:35 UTC FreeBSD ports repository Modified files: mail/pecl-esmtp Makefile Log: - tag BROKEN(does not build on 4.x) PR: ports/101619 Submitted by: maintainer (chinsan ) Revision Changes Path 1.2 +4 -0 ports/mail/pecl-esmtp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 02:12:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AAF316A4DF; Tue, 8 Aug 2006 02:12:14 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE9A43D49; Tue, 8 Aug 2006 02:12:13 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k782CDuA005150; Tue, 8 Aug 2006 02:12:13 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k782CD44005149; Tue, 8 Aug 2006 02:12:13 GMT (envelope-from scrappy) Message-Id: <200608080212.k782CD44005149@repoman.freebsd.org> From: "Marc G. Fournier" Date: Tue, 8 Aug 2006 02:12:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile pkg-message X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 02:12:14 -0000 scrappy 2006-08-08 02:12:13 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile pkg-message Log: Add a message pointing people to where the stats themselves can be viewed Revision Changes Path 1.4 +1 -0 ports/sysutils/bsdstats/Makefile 1.3 +3 -0 ports/sysutils/bsdstats/pkg-message From owner-cvs-all@FreeBSD.ORG Tue Aug 8 02:17:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 677DC16A4DD; Tue, 8 Aug 2006 02:17:36 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E125A43D45; Tue, 8 Aug 2006 02:17:35 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k782HZ7E005350; Tue, 8 Aug 2006 02:17:35 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k782HZok005349; Tue, 8 Aug 2006 02:17:35 GMT (envelope-from scrappy) Message-Id: <200608080217.k782HZok005349@repoman.freebsd.org> From: "Marc G. Fournier" Date: Tue, 8 Aug 2006 02:17:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 02:17:36 -0000 scrappy 2006-08-08 02:17:35 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile Log: Makefile cleanup Submitted by: Boris Samorodov Revision Changes Path 1.5 +2 -2 ports/sysutils/bsdstats/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 02:18:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37AB516A4E5; Tue, 8 Aug 2006 02:18:47 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C024A43D46; Tue, 8 Aug 2006 02:18:46 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k782IkZE005418; Tue, 8 Aug 2006 02:18:46 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k782IkOE005417; Tue, 8 Aug 2006 02:18:46 GMT (envelope-from clsung) Message-Id: <200608080218.k782IkOE005417@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 02:18:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/monotone Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 02:18:47 -0000 clsung 2006-08-08 02:18:46 UTC FreeBSD ports repository Modified files: devel/monotone Makefile distinfo Log: - update to 0.28 PR: ports/101313 Submitted by: maintainer (Lapo Luchini) Revision Changes Path 1.21 +1 -1 ports/devel/monotone/Makefile 1.11 +3 -3 ports/devel/monotone/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 02:25:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78AEE16A4DE; Tue, 8 Aug 2006 02:25:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E08E343D46; Tue, 8 Aug 2006 02:25:26 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k782PQmg006043; Tue, 8 Aug 2006 02:25:26 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k782PQ3l006042; Tue, 8 Aug 2006 02:25:26 GMT (envelope-from clsung) Message-Id: <200608080225.k782PQ3l006042@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 02:25:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/epdfview Makefile ports/graphics/epdfview/files patch-src_MainPter.cxx X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 02:25:28 -0000 clsung 2006-08-08 02:25:26 UTC FreeBSD ports repository Modified files: graphics/epdfview Makefile Added files: graphics/epdfview/files patch-src_MainPter.cxx Log: - Fix SIGBUS when trying to search epdfview crashes on -CURRENT, when trying to search in document. Yuri have added a bug report with patch: http://www.emma-soft.com/projects/epdfview/ticket/57 PR: ports/101621 Submitted by: maintainer Revision Changes Path 1.2 +1 -0 ports/graphics/epdfview/Makefile 1.1 +10 -0 ports/graphics/epdfview/files/patch-src_MainPter.cxx (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 02:33:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C950916A4DE; Tue, 8 Aug 2006 02:33:54 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F73B43D6D; Tue, 8 Aug 2006 02:33:54 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k782XsTS006458; Tue, 8 Aug 2006 02:33:54 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k782Xsb3006457; Tue, 8 Aug 2006 02:33:54 GMT (envelope-from shaun) Message-Id: <200608080233.k782Xsb3006457@repoman.freebsd.org> From: Shaun Amott Date: Tue, 8 Aug 2006 02:33:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/briquolo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 02:33:54 -0000 shaun 2006-08-08 02:33:54 UTC FreeBSD ports repository Modified files: games/briquolo pkg-plist Log: Add missing locale files to plist. PR: ports/101510 Submitted by: Stanislav Sedov Revision Changes Path 1.7 +9 -1 ports/games/briquolo/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 02:38:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE6A016A4DE; Tue, 8 Aug 2006 02:38:09 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8595843D45; Tue, 8 Aug 2006 02:38:09 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k782c9Ot006652; Tue, 8 Aug 2006 02:38:09 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k782c9WV006651; Tue, 8 Aug 2006 02:38:09 GMT (envelope-from tmclaugh) Message-Id: <200608080238.k782c9WV006651@repoman.freebsd.org> From: Tom McLaughlin Date: Tue, 8 Aug 2006 02:38:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/avahi pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 02:38:09 -0000 tmclaugh 2006-08-08 02:38:09 UTC FreeBSD ports repository Modified files: net/avahi pkg-plist Log: Have package create empty %%DOCSDIR%% Approved by: ahze Revision Changes Path 1.11 +1 -0 ports/net/avahi/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 03:34:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5FB916A4DA; Tue, 8 Aug 2006 03:34:31 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D0143D45; Tue, 8 Aug 2006 03:34:31 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k783YVhf010668; Tue, 8 Aug 2006 03:34:31 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k783YVLo010667; Tue, 8 Aug 2006 03:34:31 GMT (envelope-from clsung) Message-Id: <200608080334.k783YVLo010667@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 03:34:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Module-Build Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 03:34:32 -0000 clsung 2006-08-08 03:34:31 UTC FreeBSD ports repository Modified files: devel/p5-Module-Build Makefile Log: - mark IGNORE for perl < 5.6 Revision Changes Path 1.42 +6 -5 ports/devel/p5-Module-Build/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 03:59:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF43F16A4E1; Tue, 8 Aug 2006 03:59:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE5E43D49; Tue, 8 Aug 2006 03:59:25 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k783xP35011762; Tue, 8 Aug 2006 03:59:25 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k783xPlB011761; Tue, 8 Aug 2006 03:59:25 GMT (envelope-from clsung) Message-Id: <200608080359.k783xPlB011761@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 03:59:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/tintin++-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 03:59:25 -0000 clsung 2006-08-08 03:59:25 UTC FreeBSD ports repository Modified files: net/tintin++-devel Makefile Log: - fix BROKEN in 4.x Noted by: krisbot Revision Changes Path 1.28 +2 -0 ports/net/tintin++-devel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 04:01:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E5D416A4DD; Tue, 8 Aug 2006 04:01:30 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDB743D4C; Tue, 8 Aug 2006 04:01:30 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7841Ueo011951; Tue, 8 Aug 2006 04:01:30 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7841UJ6011950; Tue, 8 Aug 2006 04:01:30 GMT (envelope-from alc) Message-Id: <200608080401.k7841UJ6011950@repoman.freebsd.org> From: Alan Cox Date: Tue, 8 Aug 2006 04:01:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 04:01:30 -0000 alc 2006-08-08 04:01:29 UTC FreeBSD src repository Modified files: sys/amd64/amd64 trap.c Log: Pass VM_PROT_EXECUTE to vm_fault() instead of VM_PROT_READ if the page fault was caused by an instruction fetch. Revision Changes Path 1.308 +6 -0 src/sys/amd64/amd64/trap.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 04:06:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C9A16A4DA; Tue, 8 Aug 2006 04:06:55 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6334F43D58; Tue, 8 Aug 2006 04:06:55 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7846tm5013523; Tue, 8 Aug 2006 04:06:55 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7846tr2013522; Tue, 8 Aug 2006 04:06:55 GMT (envelope-from scrappy) Message-Id: <200608080406.k7846tr2013522@repoman.freebsd.org> From: "Marc G. Fournier" Date: Tue, 8 Aug 2006 04:06:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 04:06:55 -0000 scrappy 2006-08-08 04:06:55 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile sysutils/bsdstats/files 300.statistics Log: have getid report operating system, so that other *BSDs can participate as well ... Revision Changes Path 1.6 +1 -1 ports/sysutils/bsdstats/Makefile 1.4 +3 -2 ports/sysutils/bsdstats/files/300.statistics From owner-cvs-all@FreeBSD.ORG Tue Aug 8 04:10:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42DA316A4DE; Tue, 8 Aug 2006 04:10:19 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.223.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0593C43D4C; Tue, 8 Aug 2006 04:10:02 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([81.18.142.225]:53775 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S2077108AbWHHEJw (ORCPT + 4 others); Tue, 8 Aug 2006 08:09:52 +0400 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: bu7cher Message-ID: <44D80E8D.7010709@yandex.ru> Date: Tue, 08 Aug 2006 08:09:49 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Julian Elischer References: <200608051358.k75DwpYr070713@repoman.freebsd.org> <20060807092251.GS96644@FreeBSD.org> <44D774E9.4010309@elischer.org> In-Reply-To: <44D774E9.4010309@elischer.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , Stefan Farfeleder , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 04:10:19 -0000 Julian Elischer wrote: > great.. I have been in ipfw(2) the last week and have some sugestions for > increasing its efficiency.. especially the code that times out dynamic > rules. Can you explain your suggestions in detail? -- WBR, Andrey V. Elsukov From owner-cvs-all@FreeBSD.ORG Tue Aug 8 04:12:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E70516A4DA; Tue, 8 Aug 2006 04:12:24 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA2B143D5A; Tue, 8 Aug 2006 04:12:22 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k784CMoQ013821; Tue, 8 Aug 2006 04:12:22 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k784CMES013820; Tue, 8 Aug 2006 04:12:22 GMT (envelope-from clsung) Message-Id: <200608080412.k784CMES013820@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 04:12:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science/crf++ Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 04:12:24 -0000 clsung 2006-08-08 04:12:22 UTC FreeBSD ports repository Modified files: science/crf++ Makefile distinfo Log: - update to 0.43 Revision Changes Path 1.3 +2 -2 ports/science/crf++/Makefile 1.2 +3 -3 ports/science/crf++/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 04:30:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FC6416A4DA; Tue, 8 Aug 2006 04:30:39 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F3EA43D53; Tue, 8 Aug 2006 04:30:39 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k784UdEB014669; Tue, 8 Aug 2006 04:30:39 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k784UdF0014668; Tue, 8 Aug 2006 04:30:39 GMT (envelope-from scrappy) Message-Id: <200608080430.k784UdF0014668@repoman.freebsd.org> From: "Marc G. Fournier" Date: Tue, 8 Aug 2006 04:30:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 04:30:39 -0000 scrappy 2006-08-08 04:30:39 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile sysutils/bsdstats/files 300.statistics Log: Redirect fetch output to /dev/null ... Revision Changes Path 1.7 +1 -1 ports/sysutils/bsdstats/Makefile 1.5 +4 -4 ports/sysutils/bsdstats/files/300.statistics From owner-cvs-all@FreeBSD.ORG Tue Aug 8 04:32:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E298116A4E1; Tue, 8 Aug 2006 04:32:21 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8379A43D53; Tue, 8 Aug 2006 04:32:21 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k784WLB2014825; Tue, 8 Aug 2006 04:32:21 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k784WLKL014824; Tue, 8 Aug 2006 04:32:21 GMT (envelope-from scrappy) Message-Id: <200608080432.k784WLKL014824@repoman.freebsd.org> From: "Marc G. Fournier" Date: Tue, 8 Aug 2006 04:32:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 04:32:22 -0000 scrappy 2006-08-08 04:32:21 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile sysutils/bsdstats/files 300.statistics Log: remove the monthly_statistics_mailto variable from the script ... it is not used, nor was it ever used ... Revision Changes Path 1.8 +1 -1 ports/sysutils/bsdstats/Makefile 1.6 +1 -2 ports/sysutils/bsdstats/files/300.statistics From owner-cvs-all@FreeBSD.ORG Tue Aug 8 04:37:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4D6A16A4E0; Tue, 8 Aug 2006 04:37:19 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9558A43D45; Tue, 8 Aug 2006 04:37:19 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k784bJVN015114; Tue, 8 Aug 2006 04:37:19 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k784bJNN015113; Tue, 8 Aug 2006 04:37:19 GMT (envelope-from yongari) Message-Id: <200608080437.k784bJNN015113@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 04:37:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c dcphy.c e1000phy.c exphy.c inphy.c lxtphy.c mlphy.c nsgphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c xmphy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 04:37:20 -0000 yongari 2006-08-08 04:37:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii acphy.c amphy.c bmtphy.c brgphy.c ciphy.c dcphy.c e1000phy.c exphy.c inphy.c lxtphy.c mlphy.c nsgphy.c nsphy.c pnaphy.c pnphy.c qsphy.c rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c xmphy.c Log: MFC: Replace hard-coded magic constants to system defined constants (BUS_PROBE_DEFAULT, BUS_PROBE_GENERIC etc). Revision Changes Path 1.16.2.1 +1 -1 src/sys/dev/mii/acphy.c 1.17.2.1 +1 -1 src/sys/dev/mii/amphy.c 1.9.2.1 +3 -3 src/sys/dev/mii/bmtphy.c 1.34.2.6 +12 -12 src/sys/dev/mii/brgphy.c 1.2.2.1 +3 -3 src/sys/dev/mii/ciphy.c 1.28.2.2 +1 -1 src/sys/dev/mii/dcphy.c 1.14.2.1 +1 -1 src/sys/dev/mii/e1000phy.c 1.19.2.1 +1 -1 src/sys/dev/mii/exphy.c 1.14.8.1 +5 -5 src/sys/dev/mii/inphy.c 1.14.2.1 +1 -1 src/sys/dev/mii/lxtphy.c 1.20.2.1 +1 -1 src/sys/dev/mii/mlphy.c 1.19.2.1 +1 -1 src/sys/dev/mii/nsgphy.c 1.23.2.1 +1 -1 src/sys/dev/mii/nsphy.c 1.15.2.1 +1 -1 src/sys/dev/mii/pnaphy.c 1.18.2.1 +1 -1 src/sys/dev/mii/pnphy.c 1.14.2.1 +1 -1 src/sys/dev/mii/qsphy.c 1.6.2.2 +1 -1 src/sys/dev/mii/rgephy.c 1.21.2.1 +2 -2 src/sys/dev/mii/rlphy.c 1.4.8.1 +1 -1 src/sys/dev/mii/ruephy.c 1.16.2.1 +1 -1 src/sys/dev/mii/tdkphy.c 1.18.2.1 +1 -1 src/sys/dev/mii/tlphy.c 1.17.2.1 +1 -1 src/sys/dev/mii/ukphy.c 1.17.2.1 +2 -2 src/sys/dev/mii/xmphy.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 04:42:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6928916A4DE; Tue, 8 Aug 2006 04:42:47 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C396843D5E; Tue, 8 Aug 2006 04:42:41 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k784gfHj015441; Tue, 8 Aug 2006 04:42:41 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k784gf10015440; Tue, 8 Aug 2006 04:42:41 GMT (envelope-from davidxu) Message-Id: <200608080442.k784gf10015440@repoman.freebsd.org> From: David Xu Date: Tue, 8 Aug 2006 04:42:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_init.c thr_private.h thr_pspinlock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 04:42:47 -0000 davidxu 2006-08-08 04:42:41 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c thr_private.h thr_pspinlock.c Log: Get number of CPUs and ignore spin count on single processor machine. Revision Changes Path 1.38 +3 -0 src/lib/libthr/thread/thr_init.c 1.67 +2 -0 src/lib/libthr/thread/thr_private.h 1.3 +10 -6 src/lib/libthr/thread/thr_pspinlock.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 05:04:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A465016A4DA; Tue, 8 Aug 2006 05:04:44 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6926643D4C; Tue, 8 Aug 2006 05:04:44 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7854i1Y025743; Tue, 8 Aug 2006 05:04:44 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7854io6025742; Tue, 8 Aug 2006 05:04:44 GMT (envelope-from davidxu) Message-Id: <200608080504.k7854io6025742@repoman.freebsd.org> From: David Xu Date: Tue, 8 Aug 2006 05:04:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_mutex.c thr_private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 05:04:44 -0000 davidxu 2006-08-08 05:04:43 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_mutex.c thr_private.h Log: Axe unused member field. Revision Changes Path 1.45 +0 -2 src/lib/libthr/thread/thr_mutex.c 1.68 +2 -10 src/lib/libthr/thread/thr_private.h From owner-cvs-all@FreeBSD.ORG Tue Aug 8 05:22:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6657716A4DD; Tue, 8 Aug 2006 05:22:26 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA8F43D49; Tue, 8 Aug 2006 05:22:26 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k785MPbT026723; Tue, 8 Aug 2006 05:22:25 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k785MPt2026722; Tue, 8 Aug 2006 05:22:25 GMT (envelope-from clsung) Message-Id: <200608080522.k785MPt2026722@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 05:22:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-Audit Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 05:22:26 -0000 clsung 2006-08-08 05:22:25 UTC FreeBSD ports repository Modified files: mail/p5-Mail-Audit Makefile distinfo Log: - update to 2.203 Revision Changes Path 1.21 +1 -1 ports/mail/p5-Mail-Audit/Makefile 1.11 +3 -3 ports/mail/p5-Mail-Audit/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 05:25:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA2616A4E8; Tue, 8 Aug 2006 05:25:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84CB943D46; Tue, 8 Aug 2006 05:25:05 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k785P5ej026814; Tue, 8 Aug 2006 05:25:05 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k785P5m2026813; Tue, 8 Aug 2006 05:25:05 GMT (envelope-from clsung) Message-Id: <200608080525.k785P5m2026813@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 05:25:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/epdfview Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 05:25:07 -0000 clsung 2006-08-08 05:25:05 UTC FreeBSD ports repository Modified files: graphics/epdfview Makefile Log: - Fix "Save PDF File" dialogue "Save PDF File" dialogue has "Open" instead of "Save" button text PR: ports/101626 Submitted by: maintainer (chinsan ) Revision Changes Path 1.3 +4 -1 ports/graphics/epdfview/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 06:00:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C89C16A4DA; Tue, 8 Aug 2006 06:00:50 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6299B43D45; Tue, 8 Aug 2006 06:00:50 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7860oXp028435; Tue, 8 Aug 2006 06:00:50 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7860oj8028434; Tue, 8 Aug 2006 06:00:50 GMT (envelope-from alc) Message-Id: <200608080600.k7860oj8028434@repoman.freebsd.org> From: Alan Cox Date: Tue, 8 Aug 2006 06:00:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 06:00:50 -0000 alc 2006-08-08 06:00:49 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Reduce the scope of the page queues lock in vfs_busy_pages() now that vm_page_sleep_if_busy() no longer requires the caller to hold the page queues lock. Revision Changes Path 1.508 +1 -1 src/sys/kern/vfs_bio.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 06:46:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F187916A4DA; Tue, 8 Aug 2006 06:46:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF4E143D49; Tue, 8 Aug 2006 06:46:16 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k786kG0V031884; Tue, 8 Aug 2006 06:46:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k786kGKJ031883; Tue, 8 Aug 2006 06:46:16 GMT (envelope-from clsung) Message-Id: <200608080646.k786kGKJ031883@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 06:46:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-WWW-Search-MSN Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 06:46:17 -0000 clsung 2006-08-08 06:46:16 UTC FreeBSD ports repository Modified files: www/p5-WWW-Search-MSN Makefile distinfo Log: - update to 0.0103 PR: ports/101627 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +1 -1 ports/www/p5-WWW-Search-MSN/Makefile 1.2 +3 -3 ports/www/p5-WWW-Search-MSN/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 06:47:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FDDA16A4DE; Tue, 8 Aug 2006 06:47:23 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F5943D45; Tue, 8 Aug 2006 06:47:22 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k786lM7c031959; Tue, 8 Aug 2006 06:47:22 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k786lMff031958; Tue, 8 Aug 2006 06:47:22 GMT (envelope-from clsung) Message-Id: <200608080647.k786lMff031958@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 06:47:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-Search-Estraier Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 06:47:23 -0000 clsung 2006-08-08 06:47:22 UTC FreeBSD ports repository Modified files: textproc/p5-Search-Estraier Makefile distinfo Log: - update to 0.07 PR: ports/101628 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +1 -1 ports/textproc/p5-Search-Estraier/Makefile 1.2 +3 -3 ports/textproc/p5-Search-Estraier/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 06:49:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C4C16A4DE; Tue, 8 Aug 2006 06:49:11 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B18B43D6D; Tue, 8 Aug 2006 06:49:10 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k786nAEb032063; Tue, 8 Aug 2006 06:49:10 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k786nAIW032062; Tue, 8 Aug 2006 06:49:10 GMT (envelope-from clsung) Message-Id: <200608080649.k786nAIW032062@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 06:49:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Data-Entropy Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 06:49:11 -0000 clsung 2006-08-08 06:49:10 UTC FreeBSD ports repository Modified files: security/p5-Data-Entropy Makefile distinfo Log: - Update to 0.002 PR: ports/101629 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +1 -1 ports/security/p5-Data-Entropy/Makefile 1.2 +3 -3 ports/security/p5-Data-Entropy/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 06:49:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A2CA16A4DF; Tue, 8 Aug 2006 06:49:52 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFCD43D45; Tue, 8 Aug 2006 06:49:51 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k786npXU032106; Tue, 8 Aug 2006 06:49:51 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k786npti032105; Tue, 8 Aug 2006 06:49:51 GMT (envelope-from clsung) Message-Id: <200608080649.k786npti032105@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 06:49:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Params-Classify Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 06:49:52 -0000 clsung 2006-08-08 06:49:51 UTC FreeBSD ports repository Modified files: devel/p5-Params-Classify Makefile distinfo Log: - update to 0.001 PR: ports/101630 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) Revision Changes Path 1.3 +1 -1 ports/devel/p5-Params-Classify/Makefile 1.2 +3 -3 ports/devel/p5-Params-Classify/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 06:50:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D8A16A4DF; Tue, 8 Aug 2006 06:50:54 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0CA43D45; Tue, 8 Aug 2006 06:50:54 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k786osTZ032335; Tue, 8 Aug 2006 06:50:54 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k786os63032331; Tue, 8 Aug 2006 06:50:54 GMT (envelope-from clsung) Message-Id: <200608080650.k786os63032331@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 06:50:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-Zlib Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 06:50:54 -0000 clsung 2006-08-08 06:50:54 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-Zlib Makefile distinfo pkg-plist Log: - Update to 1.3 PR: ports/101631 Submitted by: clsung Approved by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +3 -2 ports/archivers/p5-POE-Filter-Zlib/Makefile 1.2 +3 -3 ports/archivers/p5-POE-Filter-Zlib/distinfo 1.2 +3 -1 ports/archivers/p5-POE-Filter-Zlib/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 06:54:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D10A16A4DA; Tue, 8 Aug 2006 06:54:27 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6EB43D49; Tue, 8 Aug 2006 06:54:27 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k786sQiA043257; Tue, 8 Aug 2006 06:54:26 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k786sQNQ043250; Tue, 8 Aug 2006 06:54:26 GMT (envelope-from clsung) Message-Id: <200608080654.k786sQNQ043250@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 06:54:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/p5-Data-Float Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 06:54:27 -0000 clsung 2006-08-08 06:54:26 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Data-Float Makefile distinfo pkg-descr pkg-plist Log: Add p5-Data-Float 0.002, details of the floating point data type. PR: ports/101538 Submitted by: Jin-Shan Tseng Revision Changes Path 1.413 +1 -0 ports/math/Makefile 1.1 +22 -0 ports/math/p5-Data-Float/Makefile (new) 1.1 +3 -0 ports/math/p5-Data-Float/distinfo (new) 1.1 +9 -0 ports/math/p5-Data-Float/pkg-descr (new) 1.1 +6 -0 ports/math/p5-Data-Float/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 06:54:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C927C16A584; Tue, 8 Aug 2006 06:54:38 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89FED43D49; Tue, 8 Aug 2006 06:54:38 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k786scMR044106; Tue, 8 Aug 2006 06:54:38 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k786sc2i044102; Tue, 8 Aug 2006 06:54:38 GMT (envelope-from clsung) Message-Id: <200608080654.k786sc2i044102@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 06:54:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 06:54:38 -0000 clsung 2006-08-08 06:54:38 UTC FreeBSD ports repository Modified files: . modules Log: p5-Data-Float --> ports/math/p5-Data-Float Revision Changes Path 1.15935 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Aug 8 06:57:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A862216A4DD; Tue, 8 Aug 2006 06:57:46 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68AEA43D45; Tue, 8 Aug 2006 06:57:46 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k786vk0s046189; Tue, 8 Aug 2006 06:57:46 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k786vklP046188; Tue, 8 Aug 2006 06:57:46 GMT (envelope-from clsung) Message-Id: <200608080657.k786vklP046188@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 06:57:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ruby-programmingruby Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 06:57:46 -0000 clsung 2006-08-08 06:57:46 UTC FreeBSD ports repository Modified files: lang/ruby-programmingruby Makefile Log: - Fix building on 4.x. - bump PORTREVISION PR: ports/101634 Submitted by: maintainer (Stanislav Sedov) Revision Changes Path 1.11 +3 -2 ports/lang/ruby-programmingruby/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:04:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ACB816A4DA; Tue, 8 Aug 2006 07:04:41 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F0443D4C; Tue, 8 Aug 2006 07:04:40 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7874eiM047799; Tue, 8 Aug 2006 07:04:40 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7874e2v047798; Tue, 8 Aug 2006 07:04:40 GMT (envelope-from glebius) Message-Id: <200608080704.k7874e2v047798@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 8 Aug 2006 07:04:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/ngctl main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:04:41 -0000 glebius 2006-08-08 07:04:40 UTC FreeBSD src repository Modified files: usr.sbin/ngctl main.c Log: - Pass pointer to fd_set in ReadSockets. - style(9) nits. Submitted by: ru Revision Changes Path 1.22 +9 -8 src/usr.sbin/ngctl/main.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:12:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BA6F16A4E0; Tue, 8 Aug 2006 07:12:20 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEF9A43D45; Tue, 8 Aug 2006 07:12:16 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787CGbD048210; Tue, 8 Aug 2006 07:12:16 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787CGwp048209; Tue, 8 Aug 2006 07:12:16 GMT (envelope-from rafan) Message-Id: <200608080712.k787CGwp048209@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 07:12:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/gtk-qt-engine Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:12:20 -0000 rafan 2006-08-08 07:12:16 UTC FreeBSD ports repository Modified files: x11-themes/gtk-qt-engine Makefile Log: - x11-toolkits/libbonoboui is optional, reflect it in LIB_DEPENDS bump PORTREVISION PR: ports/101617 Submitted by: Bartosz Fabianowski Approved by: Danny Pansters (maintainer) Revision Changes Path 1.20 +9 -3 ports/x11-themes/gtk-qt-engine/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:14:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F27C16A4DE; Tue, 8 Aug 2006 07:14:39 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC08C43D46; Tue, 8 Aug 2006 07:14:38 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787EcD9048316; Tue, 8 Aug 2006 07:14:38 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787Ecmi048315; Tue, 8 Aug 2006 07:14:38 GMT (envelope-from clsung) Message-Id: <200608080714.k787Ecmi048315@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 07:14:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fusefs-unionfs Makefile distinfo ports/sysutils/fusefs-unionfs/files patch-unionfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:14:39 -0000 clsung 2006-08-08 07:14:38 UTC FreeBSD ports repository Modified files: sysutils/fusefs-unionfs Makefile distinfo sysutils/fusefs-unionfs/files patch-unionfs.c Log: - Update to 0.15 PR: ports/101633 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +2 -2 ports/sysutils/fusefs-unionfs/Makefile 1.2 +3 -3 ports/sysutils/fusefs-unionfs/distinfo 1.2 +19 -12 ports/sysutils/fusefs-unionfs/files/patch-unionfs.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:17:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB8516A4E1; Tue, 8 Aug 2006 07:17:09 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A79143D7B; Tue, 8 Aug 2006 07:16:56 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787GtfH048447; Tue, 8 Aug 2006 07:16:55 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787Gt7t048446; Tue, 8 Aug 2006 07:16:55 GMT (envelope-from clsung) Message-Id: <200608080716.k787Gt7t048446@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 07:16:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/qcomicbook Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:17:10 -0000 clsung 2006-08-08 07:16:55 UTC FreeBSD ports repository Modified files: graphics/qcomicbook Makefile Log: - tag BROKEN(does not build on 4.x) PR: ports/101625 Submitted by: maintainer (chinsan ) Revision Changes Path 1.12 +7 -1 ports/graphics/qcomicbook/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:37:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D602D16A4E6; Tue, 8 Aug 2006 07:37:49 +0000 (UTC) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C8C543D4C; Tue, 8 Aug 2006 07:37:49 +0000 (GMT) (envelope-from clive@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787bnrl050993; Tue, 8 Aug 2006 07:37:49 GMT (envelope-from clive@repoman.freebsd.org) Received: (from clive@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787bnC6050992; Tue, 8 Aug 2006 07:37:49 GMT (envelope-from clive) Message-Id: <200608080737.k787bnC6050992@repoman.freebsd.org> From: Clive Lin Date: Tue, 8 Aug 2006 07:37:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/mutt distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:37:49 -0000 clive 2006-08-08 07:37:49 UTC FreeBSD ports repository Modified files: chinese/mutt distinfo Log: Catch up with master port (mail/mutt-devel). PR: ports/101165 Revision Changes Path 1.39 +21 -21 ports/chinese/mutt/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:40:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81CD716A4DE; Tue, 8 Aug 2006 07:40:04 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3225443D45; Tue, 8 Aug 2006 07:40:04 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787e4x2051096; Tue, 8 Aug 2006 07:40:04 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787e3Tj051095; Tue, 8 Aug 2006 07:40:03 GMT (envelope-from erwin) Message-Id: <200608080740.k787e3Tj051095@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 8 Aug 2006 07:40:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/p5-v6 Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:40:04 -0000 erwin 2006-08-08 07:40:03 UTC FreeBSD ports repository Modified files: lang/p5-v6 Makefile pkg-plist Log: Fix PLIST Submitted by: pointyhat Revision Changes Path 1.2 +1 -0 ports/lang/p5-v6/Makefile 1.2 +1 -0 ports/lang/p5-v6/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:47:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EBA216A50B; Tue, 8 Aug 2006 07:47:34 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55ED943D46; Tue, 8 Aug 2006 07:47:34 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787lY1m051497; Tue, 8 Aug 2006 07:47:34 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787lYmA051496; Tue, 8 Aug 2006 07:47:34 GMT (envelope-from clsung) Message-Id: <200608080747.k787lYmA051496@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 07:47:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBD-File Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:47:34 -0000 clsung 2006-08-08 07:47:34 UTC FreeBSD ports repository Modified files: databases/p5-DBD-File Makefile distinfo pkg-plist Log: - Update to 0.35 PR: ports/101635 Submitted by: Gea-Suan Lin Revision Changes Path 1.6 +3 -4 ports/databases/p5-DBD-File/Makefile 1.6 +3 -3 ports/databases/p5-DBD-File/distinfo 1.6 +1 -0 ports/databases/p5-DBD-File/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:49:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE79D16A4DD; Tue, 8 Aug 2006 07:49:06 +0000 (UTC) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56BCE43D49; Tue, 8 Aug 2006 07:49:05 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787n5oW051577; Tue, 8 Aug 2006 07:49:05 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787n5j8051576; Tue, 8 Aug 2006 07:49:05 GMT (envelope-from marck) Message-Id: <200608080749.k787n5j8051576@repoman.freebsd.org> From: Dmitry Morozovsky Date: Tue, 8 Aug 2006 07:49:05 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/ru_RU.KOI8-R/share/sgml freebsd.dsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:49:06 -0000 marck 2006-08-08 07:49:05 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/share/sgml freebsd.dsl Log: Fix wording a bit. Inspired by: Max Kosmach Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.16 +4 -4 doc/ru_RU.KOI8-R/share/sgml/freebsd.dsl From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:51:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4D416A4E1; Tue, 8 Aug 2006 07:51:27 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A49C843D5C; Tue, 8 Aug 2006 07:51:26 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787pQ8a051780; Tue, 8 Aug 2006 07:51:26 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787pQKU051779; Tue, 8 Aug 2006 07:51:26 GMT (envelope-from yongari) Message-Id: <200608080751.k787pQKU051779@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 07:51:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mii miidevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:51:28 -0000 yongari 2006-08-08 07:51:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii miidevs Log: MFC miidevs, rev. 1.33 to RELENG_6 Add IC Plus IP1000A integrated PHY id. Revision Changes Path 1.30.2.3 +4 -0 src/sys/dev/mii/miidevs From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:52:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3AFE16A4FE; Tue, 8 Aug 2006 07:52:03 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0012243D4C; Tue, 8 Aug 2006 07:51:58 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787pw3N051821; Tue, 8 Aug 2006 07:51:58 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787pwIh051820; Tue, 8 Aug 2006 07:51:58 GMT (envelope-from delphij) Message-Id: <200608080751.k787pwIh051820@repoman.freebsd.org> From: Xin LI Date: Tue, 8 Aug 2006 07:51:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:52:03 -0000 delphij 2006-08-08 07:51:58 UTC FreeBSD src repository Modified files: usr.sbin/sade main.c Log: Shutdown curses when exit. While I am there, remove a stale comment which does not apply to sade(8). Revision Changes Path 1.76 +4 -1 src/usr.sbin/sade/main.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:53:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EAB316A4DA; Tue, 8 Aug 2006 07:53:03 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F4143D4C; Tue, 8 Aug 2006 07:53:02 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787r2S2051900; Tue, 8 Aug 2006 07:53:02 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787r1iF051899; Tue, 8 Aug 2006 07:53:01 GMT (envelope-from skv) Message-Id: <200608080753.k787r1iF051899@repoman.freebsd.org> From: Sergey Skvortsov Date: Tue, 8 Aug 2006 07:53:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-POE Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:53:03 -0000 skv 2006-08-08 07:53:01 UTC FreeBSD ports repository Modified files: devel/p5-POE Makefile distinfo Log: Update to 0.36 Changes: http://search.cpan.org/src/RCAPUTO/POE-0.36/CHANGES Revision Changes Path 1.38 +1 -1 ports/devel/p5-POE/Makefile 1.31 +3 -3 ports/devel/p5-POE/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 07:59:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F400C16A4DE; Tue, 8 Aug 2006 07:59:54 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A92E943D49; Tue, 8 Aug 2006 07:59:54 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k787xsZE052200; Tue, 8 Aug 2006 07:59:54 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k787xsA4052199; Tue, 8 Aug 2006 07:59:54 GMT (envelope-from erwin) Message-Id: <200608080759.k787xsA4052199@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 8 Aug 2006 07:59:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/terminality Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 07:59:55 -0000 erwin 2006-08-08 07:59:49 UTC FreeBSD ports repository Modified files: devel/terminality Makefile Log: Respect DESTDIR PR: 101560 Submitted by: gabor (maintainer) Revision Changes Path 1.14 +3 -3 ports/devel/terminality/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:05:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9872916A4E2; Tue, 8 Aug 2006 08:05:03 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47E8343D46; Tue, 8 Aug 2006 08:05:03 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78853lX053765; Tue, 8 Aug 2006 08:05:03 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7885307053764; Tue, 8 Aug 2006 08:05:03 GMT (envelope-from yongari) Message-Id: <200608080805.k7885307053764@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 08:05:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mii gentbi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:05:03 -0000 yongari 2006-08-08 08:05:02 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/dev/mii gentbi.c Log: MFC gentbi(4) to RELENG_6 Add gentbi, a generic TBI(teb-bit interface) PHY driver ported from NetBSD. Revision Changes Path 1.1.2.1 +314 -0 src/sys/dev/mii/gentbi.c (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:05:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE1016A54F; Tue, 8 Aug 2006 08:05:27 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C5D43D45; Tue, 8 Aug 2006 08:05:26 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7885Qsv053826; Tue, 8 Aug 2006 08:05:26 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7885QcU053825; Tue, 8 Aug 2006 08:05:26 GMT (envelope-from erwin) Message-Id: <200608080805.k7885QcU053825@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 8 Aug 2006 08:05:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/dte Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:05:27 -0000 erwin 2006-08-08 08:05:26 UTC FreeBSD ports repository Modified files: editors/dte Makefile distinfo pkg-descr Log: - Official MASTER_SITE is up again - Add WWW - Respect DESTDIR - Distfile was rerolled from 6.11 to 6.12, but the port already represented 6.12, so bump PORTREVISION. A full diff can be seen at http://gabor.t-hosting.hu/patches/dte.diff PR: 101562 Submitted by: gabor (maintainer) Revision Changes Path 1.8 +3 -2 ports/editors/dte/Makefile 1.4 +3 -3 ports/editors/dte/distinfo 1.2 +2 -0 ports/editors/dte/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:06:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 849EA16A4DD; Tue, 8 Aug 2006 08:06:30 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D0DC43D45; Tue, 8 Aug 2006 08:06:30 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7886UXA053918; Tue, 8 Aug 2006 08:06:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7886Uec053917; Tue, 8 Aug 2006 08:06:30 GMT (envelope-from yongari) Message-Id: <200608080806.k7886Uec053917@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 08:06:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mii ip1000phy.c ip1000phyreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:06:30 -0000 yongari 2006-08-08 08:06:30 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/dev/mii ip1000phy.c ip1000phyreg.h Log: MFC ip1000phy(4) to RELENG_6 Add ip1000 PHY driver for IC Plus IP1000A integrated PHY. Revision Changes Path 1.1.2.1 +439 -0 src/sys/dev/mii/ip1000phy.c (new) 1.1.2.1 +141 -0 src/sys/dev/mii/ip1000phyreg.h (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:07:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83A6316A4E1; Tue, 8 Aug 2006 08:07:23 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A2DC43D45; Tue, 8 Aug 2006 08:07:23 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7887Ntl054040; Tue, 8 Aug 2006 08:07:23 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7887NUB054039; Tue, 8 Aug 2006 08:07:23 GMT (envelope-from erwin) Message-Id: <200608080807.k7887NUB054039@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 8 Aug 2006 08:07:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/sted Makefile ports/editors/sted/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:07:23 -0000 erwin 2006-08-08 08:07:23 UTC FreeBSD ports repository Modified files: editors/sted Makefile Removed files: editors/sted/files patch-aa patch-ab Log: - Respect DESTDIR - Eliminate patches PR: 101563 Submitted by: gabor (maintainer) Revision Changes Path 1.12 +8 -2 ports/editors/sted/Makefile 1.2 +0 -15 ports/editors/sted/files/patch-aa (dead) 1.2 +0 -11 ports/editors/sted/files/patch-ab (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:09:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C5C16A4DD; Tue, 8 Aug 2006 08:09:33 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A04D43D49; Tue, 8 Aug 2006 08:09:33 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7889XFY054213; Tue, 8 Aug 2006 08:09:33 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7889WHm054212; Tue, 8 Aug 2006 08:09:33 GMT (envelope-from erwin) Message-Id: <200608080809.k7889WHm054212@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 8 Aug 2006 08:09:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/gsed Makefile ports/textproc/gsed/files patch-lib-regex_internal.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:09:33 -0000 erwin 2006-08-08 08:09:32 UTC FreeBSD ports repository Modified files: textproc/gsed Makefile Removed files: textproc/gsed/files patch-lib-regex_internal.h Log: - Fix typo in manpage - Eliminate a patch - Respect DESTDIR PR: 101565 Submitted by: gabor (maintainer) Revision Changes Path 1.24 +6 -4 ports/textproc/gsed/Makefile 1.2 +0 -11 ports/textproc/gsed/files/patch-lib-regex_internal.h (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:11:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A59816A4DE; Tue, 8 Aug 2006 08:11:23 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9314043D8D; Tue, 8 Aug 2006 08:11:09 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788B9El054441; Tue, 8 Aug 2006 08:11:09 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788B9MO054440; Tue, 8 Aug 2006 08:11:09 GMT (envelope-from erwin) Message-Id: <200608080811.k788B9MO054440@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 8 Aug 2006 08:11:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/gdbm Makefile ports/databases/gdbm/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:11:23 -0000 erwin 2006-08-08 08:11:09 UTC FreeBSD ports repository Modified files: databases/gdbm Makefile Removed files: databases/gdbm/files patch-ab Log: - Eliminate a patch - Respect DESTDIR PR: 101567 Submitted by: gabor (maintainer) Revision Changes Path 1.33 +7 -0 ports/databases/gdbm/Makefile 1.5 +0 -20 ports/databases/gdbm/files/patch-ab (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:12:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFCC016A4DD; Tue, 8 Aug 2006 08:12:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FEE243D49; Tue, 8 Aug 2006 08:12:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788C8ie054539; Tue, 8 Aug 2006 08:12:08 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788C8Dp054538; Tue, 8 Aug 2006 08:12:08 GMT (envelope-from pav) Message-Id: <200608080812.k788C8Dp054538@repoman.freebsd.org> From: Pav Lucistnik Date: Tue, 8 Aug 2006 08:12:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liferea Makefile distinfo ports/net/liferea/files patch-src-liferea.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:12:08 -0000 pav 2006-08-08 08:12:08 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo Removed files: net/liferea/files patch-src-liferea.in Log: - Update to 1.0.20 Revision Changes Path 1.70 +1 -6 ports/net/liferea/Makefile 1.51 +3 -3 ports/net/liferea/distinfo 1.2 +0 -37 ports/net/liferea/files/patch-src-liferea.in (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:22:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6365516A4DA; Tue, 8 Aug 2006 08:22:49 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D70543D80; Tue, 8 Aug 2006 08:22:49 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788Mm94055076; Tue, 8 Aug 2006 08:22:48 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788MmGs055075; Tue, 8 Aug 2006 08:22:48 GMT (envelope-from rafan) Message-Id: <200608080822.k788MmGs055075@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 08:22:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gauche-gaunit Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:22:49 -0000 rafan 2006-08-08 08:22:48 UTC FreeBSD ports repository Modified files: devel/gauche-gaunit Makefile Log: - Add mirror site to prevent distfile unfetchable on pointyhat Noticed by: pointyhat via kris Revision Changes Path 1.10 +3 -1 ports/devel/gauche-gaunit/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:41:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5246916A4DE; Tue, 8 Aug 2006 08:41:35 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED21043D55; Tue, 8 Aug 2006 08:41:34 +0000 (GMT) (envelope-from mr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788fYFH056024; Tue, 8 Aug 2006 08:41:34 GMT (envelope-from mr@repoman.freebsd.org) Received: (from mr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788fYqi056023; Tue, 8 Aug 2006 08:41:34 GMT (envelope-from mr) Message-Id: <200608080841.k788fYqi056023@repoman.freebsd.org> From: Michael Reifenberger Date: Tue, 8 Aug 2006 08:41:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 identcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:41:35 -0000 mr 2006-08-08 08:41:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 identcpu.c Log: MFC: Dont overwrite cpu_model in the case of Via's C3-CPU. Revision Changes Path 1.145.2.5 +2 -1 src/sys/i386/i386/identcpu.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:43:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF8E16A4E1; Tue, 8 Aug 2006 08:43:12 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 550F543D64; Tue, 8 Aug 2006 08:43:12 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788hC43056138; Tue, 8 Aug 2006 08:43:12 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788hCd0056137; Tue, 8 Aug 2006 08:43:12 GMT (envelope-from yongari) Message-Id: <200608080843.k788hCd0056137@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 08:43:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/stge if_stge.c if_stgereg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:43:12 -0000 yongari 2006-08-08 08:43:12 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/dev/stge if_stge.c if_stgereg.h Log: MFC stge(4) to RELENG_6 Add stge(4), a driver for Sundance/Tamarack TC9021 Gigabit Ethernet controller ported from NetBSD. Revision Changes Path 1.1.2.1 +2707 -0 src/sys/dev/stge/if_stge.c (new) 1.1.2.1 +701 -0 src/sys/dev/stge/if_stgereg.h (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:44:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B286F16A4DA; Tue, 8 Aug 2006 08:44:30 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6841343D72; Tue, 8 Aug 2006 08:44:30 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788iUcd056215; Tue, 8 Aug 2006 08:44:30 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788iUJY056214; Tue, 8 Aug 2006 08:44:30 GMT (envelope-from lbr) Message-Id: <200608080844.k788iUJY056214@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Tue, 8 Aug 2006 08:44:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Catalyst-Plugin-Session-State-Cookie Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:44:30 -0000 lbr 2006-08-08 08:44:30 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Plugin-Session-State-Cookie Makefile distinfo Log: Update to 0.05 Revision Changes Path 1.6 +1 -1 ports/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile 1.5 +3 -3 ports/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:51:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B31E16A4DD; Tue, 8 Aug 2006 08:51:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EB543D53; Tue, 8 Aug 2006 08:51:38 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788pcCM066328; Tue, 8 Aug 2006 08:51:38 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788pcMP066327; Tue, 8 Aug 2006 08:51:38 GMT (envelope-from delphij) Message-Id: <200608080851.k788pcMP066327@repoman.freebsd.org> From: Xin LI Date: Tue, 8 Aug 2006 08:51:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:51:38 -0000 delphij 2006-08-08 08:51:37 UTC FreeBSD src repository Modified files: usr.sbin/sade sade.8 Log: Typo (favour -> favor). Revision Changes Path 1.76 +1 -1 src/usr.sbin/sade/sade.8 From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:54:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB0316A4E0; Tue, 8 Aug 2006 08:54:00 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A495E43D45; Tue, 8 Aug 2006 08:54:00 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788s0Kn066455; Tue, 8 Aug 2006 08:54:00 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788s0px066454; Tue, 8 Aug 2006 08:54:00 GMT (envelope-from yongari) Message-Id: <200608080854.k788s0px066454@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 08:54:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files src/sys/modules/mii Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:54:01 -0000 yongari 2006-08-08 08:54:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files sys/modules/mii Makefile Log: Connect gentbi, ip1000phy to the build. Revision Changes Path 1.1031.2.35 +4 -0 src/sys/conf/files 1.26.8.1 +1 -1 src/sys/modules/mii/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:54:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23CD716A4DA; Tue, 8 Aug 2006 08:54:22 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2AB643D4C; Tue, 8 Aug 2006 08:54:21 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788sLkE066519; Tue, 8 Aug 2006 08:54:21 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788sLDv066518; Tue, 8 Aug 2006 08:54:21 GMT (envelope-from lbr) Message-Id: <200608080854.k788sLDv066518@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Tue, 8 Aug 2006 08:54:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Catalyst-Model-DBIC-Schema Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:54:22 -0000 lbr 2006-08-08 08:54:21 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Model-DBIC-Schema Makefile distinfo Log: Update to 0.18 Revision Changes Path 1.13 +3 -4 ports/www/p5-Catalyst-Model-DBIC-Schema/Makefile 1.11 +3 -3 ports/www/p5-Catalyst-Model-DBIC-Schema/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:55:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0A3C16A4DD for ; Tue, 8 Aug 2006 08:55:01 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd5mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0426F43D77 for ; Tue, 8 Aug 2006 08:54:52 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd5mr5so.prod.shaw.ca (pd5mr5so-qfe3.prod.shaw.ca [10.0.141.181]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J3O004VJ8RGDVE0@l-daemon> for cvs-all@FreeBSD.org; Tue, 08 Aug 2006 02:54:52 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd5mr5so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J3O00J2O8RGRK40@pd5mr5so.prod.shaw.ca> for cvs-all@FreeBSD.org; Tue, 08 Aug 2006 02:54:52 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0J3O00MUN8RFAZG0@l-daemon> for cvs-all@FreeBSD.org; Tue, 08 Aug 2006 02:54:52 -0600 (MDT) Received: (qmail 1223 invoked from network); Tue, 08 Aug 2006 08:54:49 +0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by loopback.uottawa.ca with SMTP; Tue, 08 Aug 2006 08:54:49 +0000 Date: Tue, 08 Aug 2006 01:54:48 -0700 From: Colin Percival In-reply-to: <200608080851.k788pcMP066327@repoman.freebsd.org> To: Xin LI Message-id: <44D85158.2030605@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.94.0.0 References: <200608080851.k788pcMP066327@repoman.freebsd.org> User-Agent: Thunderbird 1.5 (X11/20060416) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:55:01 -0000 Xin LI wrote: > Modified files: > usr.sbin/sade sade.8 > Log: > Typo (favour -> favor). I don't understand. Why are you adding a typo? Colin Percival From owner-cvs-all@FreeBSD.ORG Tue Aug 8 08:59:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC6616A4E5; Tue, 8 Aug 2006 08:59:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E4843D46; Tue, 8 Aug 2006 08:59:26 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k788xQBL066813; Tue, 8 Aug 2006 08:59:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k788xQ33066812; Tue, 8 Aug 2006 08:59:26 GMT (envelope-from miwi) Message-Id: <200608080859.k788xQ33066812@repoman.freebsd.org> From: Martin Wilke Date: Tue, 8 Aug 2006 08:59:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/pets Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 08:59:27 -0000 miwi 2006-08-08 08:59:26 UTC FreeBSD ports repository Modified files: games/pets Makefile Log: - Fix stupid error in makefile. PR: ports/101644 Submitted by: Stanislav Sedov Approved by: krion (mentor) Revision Changes Path 1.2 +4 -4 ports/games/pets/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:04:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14BD716A4DA; Tue, 8 Aug 2006 09:04:22 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488B343D4C; Tue, 8 Aug 2006 09:04:19 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id E46C1EB3C93; Tue, 8 Aug 2006 17:04:17 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id 0SOuXUWd1lz8; Tue, 8 Aug 2006 17:04:14 +0800 (CST) Received: from [10.217.12.96] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id D418BEB3C35; Tue, 8 Aug 2006 17:04:13 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=subject:from:to:cc:in-reply-to:references:content-type: organization:date:message-id:mime-version:x-mailer; b=KkyXm+hTCNGJhFPP94LdDs4kCgY79o/n7BBXIaot8yuVpjHR3Op/D4EnNap8uIzoU iyhKhMcnR+3um+4IWAbYA== From: =?UTF-8?Q?=E6=9D=8E=E9=91=AB?= "(LI Xin)" To: Colin Percival In-Reply-To: <44D85158.2030605@freebsd.org> References: <200608080851.k788pcMP066327@repoman.freebsd.org> <44D85158.2030605@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-LFvfXSoMkwQ5Ei8Ls2/8" Organization: The FreeBSD Project Date: Tue, 08 Aug 2006 17:03:57 +0800 Message-Id: <1155027837.1132.11.camel@spirit> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:04:22 -0000 --=-LFvfXSoMkwQ5Ei8Ls2/8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E5=9C=A8 2006-08-08=E4=BA=8C=E7=9A=84 01:54 -0700=EF=BC=8CColin Percival= =E5=86=99=E9=81=93=EF=BC=9A > Xin LI wrote: > > Modified files: > > usr.sbin/sade sade.8=20 > > Log: > > Typo (favour -> favor). >=20 > I don't understand. Why are you adding a typo? Er... I think the manual pages are written in American English, no? Cheers, --=20 Xin LI http://www.delphij.net/ --=-LFvfXSoMkwQ5Ei8Ls2/8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?= =?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8=E5=88=86?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE2FN9hcUczkLqiksRAvsDAJ9MKqselCyYf307nejgktueXHOVEgCg4yeW fvYrkMISYy5reai5QWdX04Q= =2tQ5 -----END PGP SIGNATURE----- --=-LFvfXSoMkwQ5Ei8Ls2/8-- From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:09:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7320B16A4DF; Tue, 8 Aug 2006 09:09:22 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D4C143D6E; Tue, 8 Aug 2006 09:09:19 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7899INR068670; Tue, 8 Aug 2006 09:09:18 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7899IMr068669; Tue, 8 Aug 2006 09:09:18 GMT (envelope-from yongari) Message-Id: <200608080909.k7899IMr068669@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:09:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf NOTES files src/sys/modules Makefile src/sys/modules/stge Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:09:22 -0000 yongari 2006-08-08 09:09:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf NOTES files sys/modules Makefile Added files: (Branch: RELENG_6) sys/modules/stge Makefile Log: Hook up stge(4) to the build. Revision Changes Path 1.1325.2.15 +3 -0 src/sys/conf/NOTES 1.1031.2.36 +1 -0 src/sys/conf/files 1.450.2.22 +1 -0 src/sys/modules/Makefile 1.1.2.1 +9 -0 src/sys/modules/stge/Makefile (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:09:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB91E16A600; Tue, 8 Aug 2006 09:09:37 +0000 (UTC) (envelope-from chris@hitnet.RWTH-Aachen.DE) 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 3A42243D76; Tue, 8 Aug 2006 09:09:25 +0000 (GMT) (envelope-from chris@hitnet.RWTH-Aachen.DE) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0J3O0034I9FI4V@ms-dienst.rz.rwth-aachen.de>; Tue, 08 Aug 2006 11:09:19 +0200 (MEST) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Tue, 08 Aug 2006 11:09:18 +0200 (MEST) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by smarthost.rwth-aachen.de (8.13.7/8.13.1/1) with ESMTP id k7899HBN013790; Tue, 08 Aug 2006 11:09:17 +0200 Received: from haakonia.hitnet.rwth-aachen.de ([137.226.181.92]) by bigboss.hitnet.rwth-aachen.de with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1GANaQ-0001dK-Hg; Tue, 08 Aug 2006 11:09:18 +0200 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 37D8B3F41B; Tue, 08 Aug 2006 11:09:18 +0200 (CEST) Date: Tue, 08 Aug 2006 11:09:18 +0200 From: Christian Brueffer In-reply-to: <1155027837.1132.11.camel@spirit> To: "?????? (LI Xin)" Message-id: <20060808090917.GA1734@haakonia.hitnet.RWTH-Aachen.DE> MIME-version: 1.0 Content-type: multipart/signed; boundary=qMm9M+Fa2AknHoGS; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.11 X-Operating-System: FreeBSD 6.1-STABLE 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: <200608080851.k788pcMP066327@repoman.freebsd.org> <44D85158.2030605@freebsd.org> <1155027837.1132.11.camel@spirit> Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG, Colin Percival Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:09:38 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 08, 2006 at 05:03:57PM +0800, ?????? (LI Xin) wrote: > ??? 2006-08-08?????? 01:54 -0700???Colin Percival????????? > > Xin LI wrote: > > > Modified files: > > > usr.sbin/sade sade.8=20 > > > Log: > > > Typo (favour -> favor). > >=20 > > I don't understand. Why are you adding a typo? >=20 > Er... I think the manual pages are written in American English, no? >=20 Right, though we usually just change spelling from BE to AE when we're changing the specific section anyway to avoid repo churn. - 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 --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE2FS9bHYXjKDtmC0RAq/aAKC/I8SYvXW9REy8i4tXTj/+pgSjJACg92JU GkYPyetmVCy3n5h+XhM49r4= =SAGh -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:12:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8401716A548 for ; Tue, 8 Aug 2006 09:12:41 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd5mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58ECF43D77 for ; Tue, 8 Aug 2006 09:12:24 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mr4so.prod.shaw.ca (pd2mr4so-qfe3.prod.shaw.ca [10.0.141.107]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J3O005HX9KNBY90@l-daemon> for cvs-all@FreeBSD.org; Tue, 08 Aug 2006 03:12:23 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd2mr4so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0J3O00N1X9KN2Y20@pd2mr4so.prod.shaw.ca> for cvs-all@FreeBSD.org; Tue, 08 Aug 2006 03:12:23 -0600 (MDT) Received: from hexahedron.daemonology.net ([24.82.18.31]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0J3O00M4I9KMAZH0@l-daemon> for cvs-all@FreeBSD.org; Tue, 08 Aug 2006 03:12:23 -0600 (MDT) Received: (qmail 1295 invoked from network); Tue, 08 Aug 2006 09:12:19 +0000 Received: from unknown (HELO ?127.0.0.1?) (127.0.0.1) by loopback.uottawa.ca with SMTP; Tue, 08 Aug 2006 09:12:19 +0000 Date: Tue, 08 Aug 2006 02:12:18 -0700 From: Colin Percival In-reply-to: <1155027837.1132.11.camel@spirit> To: =?UTF-8?B?IuadjumRqyBcIihMSSBYaW4pXCIi?= Message-id: <44D85572.1030409@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8BIT X-Enigmail-Version: 0.94.0.0 References: <200608080851.k788pcMP066327@repoman.freebsd.org> <44D85158.2030605@freebsd.org> <1155027837.1132.11.camel@spirit> User-Agent: Thunderbird 1.5 (X11/20060416) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Xin LI , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:12:41 -0000 李鑫 (LI Xin) wrote: > 在 2006-08-08二的 01:54 -0700,Colin Percival写道: >> Xin LI wrote: >>> Modified files: >>> usr.sbin/sade sade.8 >>> Log: >>> Typo (favour -> favor). >> I don't understand. Why are you adding a typo? > > Er... I think the manual pages are written in American English, no? Last I heard, books were to be written in American, but articles, man pages, and source code are written in whatever the author prefers. Colin Percival From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:14:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A37A16A4DA; Tue, 8 Aug 2006 09:14:17 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF4743D58; Tue, 8 Aug 2006 09:14:17 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789EHOU068978; Tue, 8 Aug 2006 09:14:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789EHPV068977; Tue, 8 Aug 2006 09:14:17 GMT (envelope-from yongari) Message-Id: <200608080914.k789EHPV068977@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:14:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 Makefile stge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:14:17 -0000 yongari 2006-08-08 09:14:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 Makefile Added files: (Branch: RELENG_6) share/man/man4 stge.4 Log: MFC: Add a man page for stge(4) Revision Changes Path 1.320.2.16 +2 -0 src/share/man/man4/Makefile 1.3.2.1 +229 -0 src/share/man/man4/stge.4 (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:19:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A024216A4DF; Tue, 8 Aug 2006 09:19:25 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67ED843D49; Tue, 8 Aug 2006 09:19:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789JPWK069172; Tue, 8 Aug 2006 09:19:25 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789JP9U069171; Tue, 8 Aug 2006 09:19:25 GMT (envelope-from glebius) Message-Id: <200608080919.k789JP9U069171@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 8 Aug 2006 09:19:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:19:25 -0000 glebius 2006-08-08 09:19:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: Sync with HEAD. This includes the following changes in chronological order: o A significant performance improvements. The interrupt handler schedules work to a private taskqueue. The em_rxeof() function runs lockless. Rev. 1.98 - 1.101 by scottl. Rev. 1.103 by mux Rev. 1.106 by glebius, from Andrey V. Elsukov Rev. 1.116 by glebius o Style cleanups: - Rev. 1.102, 1.108, 1.109 by glebius - Rev. 1.124 by pdeuskar o Vendor merges: - Merged with vendor driver version 5.1.5 by Jack Vogel. Rev. 1.115 by glebius - Merged with vendor driver version 6.0.5 by Jack Vogel. Rev. 1.123 by glebius o Various fixes: - Invalid use of BUS_DMA_ALLOCNOW Rev. 1.104 by scott, 1.121 by yongari - Link state handling cleanup. Rev. 1.110 by glebius - Fix if_baudrate handling. Rev. 1.111 by glebius - Honor IFF_DRV_OACTIVE in em_start_locked(). Rev. 1.117 by yongari - Protect EEPROM access with the driver lock. Rev. 1.118 by yongari - Fix link flap on SIOCGIFADDR. Rev. 1.119 by yongari - Fix DMA map handling in em_encap(). Rev. 1.120,1.122 by yongari Revision Changes Path 1.65.2.17 +1587 -1443 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:20:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF3B16A4E0; Tue, 8 Aug 2006 09:20:27 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4ACF43D45; Tue, 8 Aug 2006 09:20:26 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789KQHt069280; Tue, 8 Aug 2006 09:20:26 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789KQnh069279; Tue, 8 Aug 2006 09:20:26 GMT (envelope-from glebius) Message-Id: <200608080920.k789KQnh069279@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 8 Aug 2006 09:20:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/em LICENSE README if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:20:27 -0000 glebius 2006-08-08 09:20:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em LICENSE README if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: Sync with HEAD, merging vendor drivers updates 5.1.5, 6.0.5 by Jack Vogel. Revision Changes Path 1.3.2.1 +1 -1 src/sys/dev/em/LICENSE 1.10.2.1 +71 -30 src/sys/dev/em/README 1.32.2.3 +133 -157 src/sys/dev/em/if_em.h 1.16.2.2 +3186 -906 src/sys/dev/em/if_em_hw.c 1.15.2.3 +712 -48 src/sys/dev/em/if_em_hw.h 1.14.2.2 +46 -15 src/sys/dev/em/if_em_osdep.h From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:26:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A36516A4E1; Tue, 8 Aug 2006 09:26:31 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3BE043D55; Tue, 8 Aug 2006 09:26:30 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789QUJi069674; Tue, 8 Aug 2006 09:26:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789QUqq069673; Tue, 8 Aug 2006 09:26:30 GMT (envelope-from yongari) Message-Id: <200608080926.k789QUqq069673@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:26:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 polling.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:26:31 -0000 yongari 2006-08-08 09:26:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 polling.4 Log: MFC polling.4, rev 1.25 to RELENG_6: Add stge(4) to the list of devices supporting polling. Revision Changes Path 1.19.2.4 +2 -1 src/share/man/man4/polling.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:28:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E681316A4DD; Tue, 8 Aug 2006 09:28:43 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B87143D45; Tue, 8 Aug 2006 09:28:43 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789ShPp069870; Tue, 8 Aug 2006 09:28:43 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789ShvE069869; Tue, 8 Aug 2006 09:28:43 GMT (envelope-from yongari) Message-Id: <200608080928.k789ShvE069869@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:28:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 vlan.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:28:44 -0000 yongari 2006-08-08 09:28:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 vlan.4 Log: MFC vlan.4, rev 1.30 to RELENG_6: Add stge(4) to the list of devices supporting full VLAN processing. Revision Changes Path 1.23.2.6 +2 -1 src/share/man/man4/vlan.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:30:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C60616A4DD; Tue, 8 Aug 2006 09:30:23 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE6543D45; Tue, 8 Aug 2006 09:30:23 +0000 (GMT) (envelope-from mat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789UMN7069981; Tue, 8 Aug 2006 09:30:22 GMT (envelope-from mat@repoman.freebsd.org) Received: (from mat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789UMZY069980; Tue, 8 Aug 2006 09:30:22 GMT (envelope-from mat) Message-Id: <200608080930.k789UMZY069980@repoman.freebsd.org> From: Mathieu Arnold Date: Tue, 8 Aug 2006 09:30:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:30:23 -0000 mat 2006-08-08 09:30:22 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile distinfo Log: Update to 3.1.4 Revision Changes Path 1.94 +1 -1 ports/mail/p5-Mail-SpamAssassin/Makefile 1.33 +3 -3 ports/mail/p5-Mail-SpamAssassin/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:30:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50D916A4E5; Tue, 8 Aug 2006 09:30:42 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678FA43D62; Tue, 8 Aug 2006 09:30:39 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k789UaRt067107; Tue, 8 Aug 2006 13:30:36 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k789UaTb067106; Tue, 8 Aug 2006 13:30:36 +0400 (MSD) (envelope-from yar) Date: Tue, 8 Aug 2006 13:30:35 +0400 From: Yar Tikhiy To: Bruce M Simpson Message-ID: <20060808093035.GK54416@comp.chem.msu.su> References: <200608021305.k72D5c9R055142@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608021305.k72D5c9R055142@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:30:42 -0000 On Wed, Aug 02, 2006 at 01:05:38PM +0000, Bruce M Simpson wrote: > bms 2006-08-02 13:05:38 UTC > > FreeBSD src repository > > Modified files: > sbin/reboot reboot.c > Log: > Block a variety of signals which may afffect reboot(8), before killing > init(8), to avoid losing a race to them and dying before being able > to call reboot(2). By the way, did you consider the other policy, "default to deny," there: Mask all signals with sigfillset(), then unmask only those we are willing to handle, and finally pass the mask to sigprocmask()? That should be more robust, IMHO. Thanks! -- Yar From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:32:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0453B16A4DE; Tue, 8 Aug 2006 09:32:20 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBEF943D45; Tue, 8 Aug 2006 09:32:18 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789WI8a070165; Tue, 8 Aug 2006 09:32:18 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789WIbs070164; Tue, 8 Aug 2006 09:32:18 GMT (envelope-from yongari) Message-Id: <200608080932.k789WIbs070164@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:32:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 altq.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:32:20 -0000 yongari 2006-08-08 09:32:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 altq.4 Log: MFC altq.4, rev 1.21 to RELENG_6: Add stge(4) to the list of drivers supporting ALTQ. Revision Changes Path 1.13.2.5 +2 -1 src/share/man/man4/altq.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:34:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61DB816A4DD; Tue, 8 Aug 2006 09:34:09 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16A1943D4C; Tue, 8 Aug 2006 09:34:09 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789Y815070328; Tue, 8 Aug 2006 09:34:08 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789Y8a4070327; Tue, 8 Aug 2006 09:34:08 GMT (envelope-from yongari) Message-Id: <200608080934.k789Y8a4070327@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:34:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 miibus.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:34:09 -0000 yongari 2006-08-08 09:34:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 miibus.4 Log: MFC miibus.4, rev 1.17 to RELENG_6: Add stge(4) to the list of device drivers use the miibus interface. Revision Changes Path 1.15.2.2 +4 -1 src/share/man/man4/miibus.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:37:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B481416A4DE; Tue, 8 Aug 2006 09:37:16 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EEE543D5D; Tue, 8 Aug 2006 09:37:16 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789bGkg070808; Tue, 8 Aug 2006 09:37:16 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789bG6M070807; Tue, 8 Aug 2006 09:37:16 GMT (envelope-from yongari) Message-Id: <200608080937.k789bG6M070807@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:37:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/forth loader.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:37:16 -0000 yongari 2006-08-08 09:37:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/forth loader.conf Log: MFC loader.conf, rev 1.107 to RELENG_6: Add an entry for the stge(4) module. While I'm here remove a stale wx(4) entry. Revision Changes Path 1.95.2.8 +1 -1 src/sys/boot/forth/loader.conf From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:44:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F331F16A4E1; Tue, 8 Aug 2006 09:44:13 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A653743D6E; Tue, 8 Aug 2006 09:44:13 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789iDu9071173; Tue, 8 Aug 2006 09:44:13 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789iDpZ071172; Tue, 8 Aug 2006 09:44:13 GMT (envelope-from yongari) Message-Id: <200608080944.k789iDpZ071172@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:44:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall devices.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:44:14 -0000 yongari 2006-08-08 09:44:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall devices.c Log: MFC devices.c, rev. 1.168 to RELENG_6: Add stge(4) to the list of supported network interface. Revision Changes Path 1.160.2.4 +1 -0 src/usr.sbin/sysinstall/devices.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:50:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 628EB16A4E1; Tue, 8 Aug 2006 09:50:00 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1597943D49; Tue, 8 Aug 2006 09:50:00 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789nx5j071476; Tue, 8 Aug 2006 09:49:59 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789nxg1071475; Tue, 8 Aug 2006 09:49:59 GMT (envelope-from yongari) Message-Id: <200608080949.k789nxg1071475@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:49:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:50:00 -0000 yongari 2006-08-08 09:49:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/conf GENERIC Log: MFC GENERIC, 1.455 to RELENG_6: Add stge(4) to the list of drivers supported by GENERIC kernel. Revision Changes Path 1.429.2.12 +1 -0 src/sys/i386/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:50:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57D0416A4E1; Tue, 8 Aug 2006 09:50:55 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E2D843D62; Tue, 8 Aug 2006 09:50:50 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k789oZBs067314; Tue, 8 Aug 2006 13:50:35 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k789oYKX067308; Tue, 8 Aug 2006 13:50:34 +0400 (MSD) (envelope-from yar) Date: Tue, 8 Aug 2006 13:50:33 +0400 From: Yar Tikhiy To: John Baldwin Message-ID: <20060808095033.GL54416@comp.chem.msu.su> References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041314.24161.jhb@freebsd.org> <20060804200154.GC31805@ns1.xcllnt.net> <200608041644.08533.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608041644.08533.jhb@freebsd.org> User-Agent: Mutt/1.5.9i Cc: Sam Leffler , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Marcel Moolenaar Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:50:55 -0000 On Fri, Aug 04, 2006 at 04:44:07PM -0400, John Baldwin wrote: > > To be honest, as someone who works with bug reports, I'd actually like > backtraces up front w/o requiring the user to compile a custom kernel, etc. > Having a simple backend in place and kdb_backtrace()'s where relevant would > be very handy. :) > > > > Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's > > > just a feature that kdb_foo() functions become NOPs when the kernel isn't > > > configured for debugging, so I think the #ifdef KDB's would be redundant. > > > > None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into > > NOPs when option KDB is not present. They are all unconditionally > > functional by design and should therefore be called conditionally > > by consequence. > > Well, given that separation, I'm not sure KDB is the right option to make > calls conditional. Rather, some specific is-debugging-enabled? option (like > INARIANTS or FOO_DEBUG) should be used instead. i.e.: > > #ifdef FOO_DEBUG > if (foo_bad) { > printf("foo is bad\n"); > kdb_backtrace(); > } > #endif > > I don't think that warrants an extra #ifdef KDB. Please excuse me, but there is a small inconsistency in your words. On the one hand, you wish users could obtain and post backtraces with no special efforts. This is a great point because users don't always have time or resources to reproduce a problem with kernel debug features enabled, and some weird problems defy reproducing. On the other hand, you suggest putting kdb_backtrace() calls under secial #ifdef's. That would effectively cancel out the benefits from using kdb_backtrace() for "mild debugging" because you would still have to have the users re-compile their kernels or modules and try to catch the bug again. A call to kdb_backtrace() is cheap, so there is little sense in leaving it out from production kernels and modules. IMHO the only case when it should be done is when the consistency check around kdb_backtrace() is expensive and sits on a performance-critical path. -- Yar From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:52:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBA5616A4DF; Tue, 8 Aug 2006 09:52:36 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFA743DB2; Tue, 8 Aug 2006 09:52:32 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789qWbm071758; Tue, 8 Aug 2006 09:52:32 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789qWiM071757; Tue, 8 Aug 2006 09:52:32 GMT (envelope-from brueffer) Message-Id: <200608080952.k789qWiM071757@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 8 Aug 2006 09:52:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/share/misc dev.archlist.txt X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:52:36 -0000 brueffer 2006-08-08 09:52:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/share/misc dev.archlist.txt Log: MFC: Autogenerate hardware notes for stge(4). Revision Changes Path 1.282.2.12 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml 1.62.2.12 +1 -0 src/release/doc/share/misc/dev.archlist.txt From owner-cvs-all@FreeBSD.ORG Tue Aug 8 09:52:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C5E916A5E0; Tue, 8 Aug 2006 09:52:47 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41CEA43D58; Tue, 8 Aug 2006 09:52:40 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k789qeQ4071789; Tue, 8 Aug 2006 09:52:40 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k789qeXR071788; Tue, 8 Aug 2006 09:52:40 GMT (envelope-from yongari) Message-Id: <200608080952.k789qeXR071788@repoman.freebsd.org> From: Pyun YongHyeon Date: Tue, 8 Aug 2006 09:52:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sparc64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 09:52:47 -0000 yongari 2006-08-08 09:52:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sparc64/conf GENERIC Log: MFC GENERIC, 1.114 to RELENG_6: Add stge(4) to the list of drivers supported by GENERIC kernel. Revision Changes Path 1.96.2.10 +1 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-all@FreeBSD.ORG Tue Aug 8 10:00:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9B9C16A4DE; Tue, 8 Aug 2006 10:00:59 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A39B243D53; Tue, 8 Aug 2006 10:00:55 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k78A0o4M067445; Tue, 8 Aug 2006 14:00:51 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k78A0oHr067444; Tue, 8 Aug 2006 14:00:50 +0400 (MSD) (envelope-from yar) Date: Tue, 8 Aug 2006 14:00:50 +0400 From: Yar Tikhiy To: Gleb Smirnoff Message-ID: <20060808100050.GM54416@comp.chem.msu.su> References: <200608031905.k73J55D2061870@repoman.freebsd.org> <20060804095414.GU96644@FreeBSD.org> <20060804143825.GA8797@hub.freebsd.org> <20060804151422.GE96644@FreeBSD.org> <20060804162149.GB22299@hub.freebsd.org> <20060807114556.GC96644@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060807114556.GC96644@FreeBSD.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Prafulla Deuskar , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.c if_em.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 10:01:00 -0000 On Mon, Aug 07, 2006 at 03:45:56PM +0400, Gleb Smirnoff wrote: > > P> Is there a report on what coverty found with if_em_hw.c? > > Coverity complains that the return value of em_read_phy_reg() is > somtimes checked and sometimes is not. Can you please tell, whether > this is important report or can it be ignored? FWIW, a return value can be cast to (void) to tell explicitly that it doesn't matter. While ignoring a return value from a well-known function, such as close(), looks mostly OK to code readers (the author knows what he's doing, they think,) it may not be the case for a local function of limited application. -- Yar From owner-cvs-all@FreeBSD.ORG Tue Aug 8 10:07:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F213E16A4DD; Tue, 8 Aug 2006 10:07:54 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DBC143D69; Tue, 8 Aug 2006 10:07:54 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78A7rqa073874; Tue, 8 Aug 2006 10:07:53 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78A7r20073873; Tue, 8 Aug 2006 10:07:53 GMT (envelope-from rafan) Message-Id: <200608081007.k78A7r20073873@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 10:07:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-themes/rezlooks Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 10:07:55 -0000 rafan 2006-08-08 10:07:53 UTC FreeBSD ports repository Modified files: x11-themes/rezlooks Makefile Log: - Mark BROKEN on 4.x, does not build PR: ports/101645 Submitted by: Brandon Cash (maintainer) Revision Changes Path 1.2 +4 -0 ports/x11-themes/rezlooks/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 10:16:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA31216A4DD; Tue, 8 Aug 2006 10:16:00 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6663343D49; Tue, 8 Aug 2006 10:15:57 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k78AFa8f067590; Tue, 8 Aug 2006 14:15:36 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k78AFOOa067587; Tue, 8 Aug 2006 14:15:24 +0400 (MSD) (envelope-from yar) Date: Tue, 8 Aug 2006 14:15:24 +0400 From: Yar Tikhiy To: Bruce Evans Message-ID: <20060808101524.GN54416@comp.chem.msu.su> References: <200608042128.k74LShD7052071@repoman.freebsd.org> <8664h6ci86.fsf@xps.des.no> <20060807133921.V6590@delplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060807133921.V6590@delplex.bde.org> User-Agent: Mutt/1.5.9i Cc: Dag-Erling Sm?rgrav , Marcel Moolenaar , cvs-all@FreeBSD.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/kldxref kldxref.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 10:16:00 -0000 On Mon, Aug 07, 2006 at 01:59:30PM +1000, Bruce Evans wrote: > On Sun, 6 Aug 2006, Dag-Erling [iso-8859-1] Smřrgrav wrote: > > >Marcel Moolenaar writes: > >> Log: > >> Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN, > >> so dest[MAXPATHLEN] falls outside the buffer. This bug corrupted > >> arenas[0] defined in libc's malloc.c on PowerPC when kldxref is shared, > >> which triggered a delayed SIGSERV. > > > >MAXPATHLEN should be spelled PATH_MAX. > > Actually, MAXPATHLEN is better since it is honestly unportable. It works > on all [Free]BSD systems, while PATH_MAX only works on POSIX systems that > define it. The correct spelling of PATH_MAX is {PATH_MAX} or: > > #if defined(PATH_MAX) && defined(OPTIMIZE_FOR_COMPILE_TIME_CONST_PATH_MAX) > char buf[PATH_MAX]; > ... > #else > long path_max; > > path_max = pathconf(pathname_of_interest, _PC_PATH_MAX); > if (path_max == -1) > handle_error(); > assert(path_max > 0 && path_max <= SIZE_MAX) > buf = malloc((size_t)path_max); > if (buf == NULL) > handle_allocation_failure(); > ... > #endif > > The correct spelling is too hard to use for simple unportable utilities > like kldxref. Just looked what SUSv3 says: It should be noted, however, that many of the listed limits are not invariant, and at runtime, the value of the limit may differ from those given in this header, for the following reasons: The limit is pathname-dependent. The limit differs between the compile and runtime machines. For these reasons, an application may use the fpathconf(), pathconf(), and sysconf() functions to determine the actual value of a limit at runtime. Therefore using PATH_MAX alone doesn't buy us true portability within POSIX. Sigh... It seems indeed better to use the good old non-portable MAXPATHLEN rather than pretend portability falsely. -- Yar From owner-cvs-all@FreeBSD.ORG Tue Aug 8 10:19:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13C7016A4DD; Tue, 8 Aug 2006 10:19:42 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC49C43D45; Tue, 8 Aug 2006 10:19:41 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78AJfUN074397; Tue, 8 Aug 2006 10:19:41 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78AJfp6074396; Tue, 8 Aug 2006 10:19:41 GMT (envelope-from flz) Message-Id: <200608081019.k78AJfp6074396@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 8 Aug 2006 10:19:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/rtorrent Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 10:19:42 -0000 flz 2006-08-08 10:19:40 UTC FreeBSD ports repository Modified files: net-p2p/rtorrent Makefile Log: Attempt to fix build on 4.x. Reported by: krisbot Revision Changes Path 1.21 +1 -0 ports/net-p2p/rtorrent/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 10:43:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 412A916A4DA; Tue, 8 Aug 2006 10:43:01 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8C0F43D46; Tue, 8 Aug 2006 10:43:00 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Ah0ss075620; Tue, 8 Aug 2006 10:43:00 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Ah0UX075615; Tue, 8 Aug 2006 10:43:00 GMT (envelope-from mux) Message-Id: <200608081043.k78Ah0UX075615@repoman.freebsd.org> From: Maxime Henrion Date: Tue, 8 Aug 2006 10:43:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/hs-fps Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 10:43:01 -0000 mux 2006-08-08 10:43:00 UTC FreeBSD ports repository Modified files: devel/hs-fps Makefile Log: Use a better way to get GHC's version number. Revision Changes Path 1.4 +1 -1 ports/devel/hs-fps/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 11:20:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86BAC16A4E0; Tue, 8 Aug 2006 11:20:16 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C5343D49; Tue, 8 Aug 2006 11:20:16 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78BKGPI078694; Tue, 8 Aug 2006 11:20:16 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78BKGYR078682; Tue, 8 Aug 2006 11:20:16 GMT (envelope-from rafan) Message-Id: <200608081120.k78BKGYR078682@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 11:20:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/grhino Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 11:20:16 -0000 rafan 2006-08-08 11:20:15 UTC FreeBSD ports repository Modified files: games/grhino Makefile distinfo Log: - Update to 0.15.1 PR: ports/101554 Submitted by: UMENO Takashi Revision Changes Path 1.24 +2 -2 ports/games/grhino/Makefile 1.10 +3 -3 ports/games/grhino/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 11:21:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C29116A4DD; Tue, 8 Aug 2006 11:21:19 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id F190D43D53; Tue, 8 Aug 2006 11:21:16 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.6/8.13.6) with ESMTP id k78BLEUY011866; Tue, 8 Aug 2006 19:21:14 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.6/8.13.6/Submit) id k78BLEqo011865; Tue, 8 Aug 2006 19:21:14 +0800 (CST) (envelope-from rafan) Date: Tue, 8 Aug 2006 19:21:14 +0800 From: Rong-En Fan To: Rong-En Fan Message-ID: <20060808112114.GB82781@svm.csie.ntu.edu.tw> References: <200608081120.k78BKGYR078682@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608081120.k78BKGYR078682@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/grhino Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 11:21:19 -0000 On Tue, Aug 08, 2006 at 11:20:15AM +0000, Rong-En Fan wrote: > rafan 2006-08-08 11:20:15 UTC > > FreeBSD ports repository > > Modified files: > games/grhino Makefile distinfo > Log: > - Update to 0.15.1 > > PR: ports/101554 > Submitted by: UMENO Takashi This is maintainer, Submitted by: UMENO Takashi (maintainer) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 11:23:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0675316A4DF; Tue, 8 Aug 2006 11:23:52 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC2FA43D68; Tue, 8 Aug 2006 11:23:51 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78BNpON079099; Tue, 8 Aug 2006 11:23:51 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78BNpwv079098; Tue, 8 Aug 2006 11:23:51 GMT (envelope-from garga) Message-Id: <200608081123.k78BNpwv079098@repoman.freebsd.org> From: Renato Botelho Date: Tue, 8 Aug 2006 11:23:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/clamav Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 11:23:52 -0000 garga 2006-08-08 11:23:51 UTC FreeBSD ports repository Modified files: security/clamav Makefile distinfo Log: - Update to 0.88.4 - Use USE_LDCONFIG instead obsolete INSTALLS_SHLIB - Use new MASTER_SITES magic to SF Security: http://www.clamav.net/security/0.88.4.html Revision Changes Path 1.80 +3 -4 ports/security/clamav/Makefile 1.31 +3 -3 ports/security/clamav/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 11:35:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D68916A4E2; Tue, 8 Aug 2006 11:35:28 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD2A43D55; Tue, 8 Aug 2006 11:35:27 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78BZRcV080852; Tue, 8 Aug 2006 11:35:27 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78BZRiC080851; Tue, 8 Aug 2006 11:35:27 GMT (envelope-from jmelo) Message-Id: <200608081135.k78BZRiC080851@repoman.freebsd.org> From: Jean Milanez Melo Date: Tue, 8 Aug 2006 11:35:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/ruby-freedb Makefile ports/audio/ruby-mp3info Makefile ports/audio/ruby-ogginfo Makefile ports/audio/ruby-shout Makefile ports/audio/rubygem-mp3info Makefile ports/comms/ruby-serialport Makefile ports/databases/ruby-dbi ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 11:35:28 -0000 jmelo 2006-08-08 11:35:27 UTC FreeBSD ports repository Modified files: audio/ruby-freedb Makefile audio/ruby-mp3info Makefile audio/ruby-ogginfo Makefile audio/ruby-shout Makefile audio/rubygem-mp3info Makefile comms/ruby-serialport Makefile databases/ruby-dbi Makefile.common databases/ruby-sqlite Makefile databases/ruby-sqlite3 Makefile databases/rubygem-activerecord Makefile databases/rubygem-memcache-client Makefile deskutils/alexandria Makefile devel/freeride Makefile devel/ruby-flexmock Makefile devel/ruby-gems Makefile devel/ruby-gettext Makefile devel/ruby-zoom Makefile devel/rubygem-activesupport Makefile devel/rubygem-daemons Makefile devel/rubygem-gem_plugin Makefile devel/rubygem-needle Makefile devel/rubygem-rake Makefile devel/rubygem-rgl Makefile devel/rubygem-rscm Makefile devel/rubygem-transactionsimple Makefile devel/rubygem-tzinfo Makefile graphics/ruby-rmagick Makefile mail/rubygem-actionmailer Makefile math/ruby-gsl Makefile net-mgmt/rubygem-snmp Makefile print/rubygem-colortools Makefile print/rubygem-pdfwriter Makefile security/rubygem-net-sftp Makefile security/rubygem-net-ssh Makefile sysutils/rubygem-capistrano Makefile textproc/py-syck Makefile textproc/ruby-amatch Makefile textproc/ruby-htmltools Makefile textproc/ruby-quixml Makefile textproc/rubygem-syntax Makefile textproc/syck Makefile www/instiki Makefile www/ruby-borges Makefile www/rubygem-actionpack Makefile www/rubygem-actionwebservice Makefile www/rubygem-mongrel Makefile www/rubygem-mongrel_cluster Makefile www/rubygem-rails Makefile www/rubygem-redcloth Makefile www/typo Makefile x11-toolkits/ruby-fox-devel Makefile x11-toolkits/ruby-wx Makefile Log: - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem. Approved by: portmgr (erwin) Revision Changes Path 1.14 +1 -1 ports/audio/ruby-freedb/Makefile 1.10 +2 -1 ports/audio/ruby-mp3info/Makefile 1.4 +2 -1 ports/audio/ruby-ogginfo/Makefile 1.9 +1 -1 ports/audio/ruby-shout/Makefile 1.9 +2 -1 ports/audio/rubygem-mp3info/Makefile 1.5 +2 -1 ports/comms/ruby-serialport/Makefile 1.24 +3 -2 ports/databases/ruby-dbi/Makefile.common 1.7 +2 -1 ports/databases/ruby-sqlite/Makefile 1.10 +2 -1 ports/databases/ruby-sqlite3/Makefile 1.8 +2 -1 ports/databases/rubygem-activerecord/Makefile 1.2 +2 -1 ports/databases/rubygem-memcache-client/Makefile 1.6 +2 -1 ports/deskutils/alexandria/Makefile 1.11 +2 -2 ports/devel/freeride/Makefile 1.3 +2 -1 ports/devel/ruby-flexmock/Makefile 1.11 +2 -1 ports/devel/ruby-gems/Makefile 1.30 +2 -1 ports/devel/ruby-gettext/Makefile 1.2 +2 -1 ports/devel/ruby-zoom/Makefile 1.6 +2 -1 ports/devel/rubygem-activesupport/Makefile 1.2 +2 -1 ports/devel/rubygem-daemons/Makefile 1.2 +2 -1 ports/devel/rubygem-gem_plugin/Makefile 1.4 +2 -1 ports/devel/rubygem-needle/Makefile 1.8 +2 -1 ports/devel/rubygem-rake/Makefile 1.5 +2 -1 ports/devel/rubygem-rgl/Makefile 1.3 +2 -1 ports/devel/rubygem-rscm/Makefile 1.4 +2 -1 ports/devel/rubygem-transactionsimple/Makefile 1.4 +2 -4 ports/devel/rubygem-tzinfo/Makefile 1.34 +2 -1 ports/graphics/ruby-rmagick/Makefile 1.6 +2 -1 ports/mail/rubygem-actionmailer/Makefile 1.22 +2 -1 ports/math/ruby-gsl/Makefile 1.2 +2 -1 ports/net-mgmt/rubygem-snmp/Makefile 1.4 +2 -1 ports/print/rubygem-colortools/Makefile 1.4 +2 -1 ports/print/rubygem-pdfwriter/Makefile 1.8 +2 -1 ports/security/rubygem-net-sftp/Makefile 1.9 +2 -1 ports/security/rubygem-net-ssh/Makefile 1.5 +2 -1 ports/sysutils/rubygem-capistrano/Makefile 1.5 +2 -1 ports/textproc/py-syck/Makefile 1.7 +2 -1 ports/textproc/ruby-amatch/Makefile 1.3 +2 -1 ports/textproc/ruby-htmltools/Makefile 1.6 +2 -1 ports/textproc/ruby-quixml/Makefile 1.5 +2 -1 ports/textproc/rubygem-syntax/Makefile 1.6 +2 -3 ports/textproc/syck/Makefile 1.10 +2 -1 ports/www/instiki/Makefile 1.9 +2 -1 ports/www/ruby-borges/Makefile 1.7 +2 -2 ports/www/rubygem-actionpack/Makefile 1.8 +2 -1 ports/www/rubygem-actionwebservice/Makefile 1.4 +2 -1 ports/www/rubygem-mongrel/Makefile 1.3 +2 -1 ports/www/rubygem-mongrel_cluster/Makefile 1.9 +2 -1 ports/www/rubygem-rails/Makefile 1.6 +2 -1 ports/www/rubygem-redcloth/Makefile 1.6 +2 -1 ports/www/typo/Makefile 1.30 +1 -1 ports/x11-toolkits/ruby-fox-devel/Makefile 1.12 +2 -1 ports/x11-toolkits/ruby-wx/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 11:36:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2A116A4E5; Tue, 8 Aug 2006 11:36:12 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87DCB43D49; Tue, 8 Aug 2006 11:36:11 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78BaBmj080890; Tue, 8 Aug 2006 11:36:11 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78BaBi1080889; Tue, 8 Aug 2006 11:36:11 GMT (envelope-from dinoex) Message-Id: <200608081136.k78BaBi1080889@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 8 Aug 2006 11:36:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/lrzsz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 11:36:12 -0000 dinoex 2006-08-08 11:36:11 UTC FreeBSD ports repository Modified files: comms/lrzsz Makefile Log: - extend MASTER_SITES Revision Changes Path 1.26 +2 -1 ports/comms/lrzsz/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 11:43:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B903916A4E0; Tue, 8 Aug 2006 11:43:36 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B9BA43D46; Tue, 8 Aug 2006 11:43:36 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78BhaYk081235; Tue, 8 Aug 2006 11:43:36 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78BhakS081234; Tue, 8 Aug 2006 11:43:36 GMT (envelope-from jmelo) Message-Id: <200608081143.k78BhakS081234@repoman.freebsd.org> From: Jean Milanez Melo Date: Tue, 8 Aug 2006 11:43:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/eval Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 11:43:36 -0000 jmelo 2006-08-08 11:43:36 UTC FreeBSD ports repository Modified files: math/eval Makefile Log: - Add mastersites. PR: ports/101609 Submitted by: Slaven Rezic (maintainer) Revision Changes Path 1.11 +3 -1 ports/math/eval/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 11:47:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69C9716A4DF; Tue, 8 Aug 2006 11:47:34 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 199C343D49; Tue, 8 Aug 2006 11:47:34 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78BlYAp081423; Tue, 8 Aug 2006 11:47:34 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78BlYw1081422; Tue, 8 Aug 2006 11:47:34 GMT (envelope-from jmelo) Message-Id: <200608081147.k78BlYw1081422@repoman.freebsd.org> From: Jean Milanez Melo Date: Tue, 8 Aug 2006 11:47:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/gnomekiss Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 11:47:34 -0000 jmelo 2006-08-08 11:47:33 UTC FreeBSD ports repository Modified files: games/gnomekiss Makefile pkg-descr Log: - Update mastersite. - Update WWW. PR: ports/101615 Submitted by: UMENO Takashi (maintainer) Revision Changes Path 1.17 +1 -1 ports/games/gnomekiss/Makefile 1.2 +1 -1 ports/games/gnomekiss/pkg-descr From owner-cvs-all@FreeBSD.ORG Tue Aug 8 11:50:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07C4416A4E0; Tue, 8 Aug 2006 11:50:29 +0000 (UTC) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 902A243D4C; Tue, 8 Aug 2006 11:50:28 +0000 (GMT) (envelope-from jmelo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78BoS6f081584; Tue, 8 Aug 2006 11:50:28 GMT (envelope-from jmelo@repoman.freebsd.org) Received: (from jmelo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78BoSIL081583; Tue, 8 Aug 2006 11:50:28 GMT (envelope-from jmelo) Message-Id: <200608081150.k78BoSIL081583@repoman.freebsd.org> From: Jean Milanez Melo Date: Tue, 8 Aug 2006 11:50:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/xist Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 11:50:29 -0000 jmelo 2006-08-08 11:50:28 UTC FreeBSD ports repository Modified files: www/xist Makefile Log: - Update mastersite. PR: ports/101622 Submitted by: Ying-Chieh Chen (maintainer) Revision Changes Path 1.14 +1 -1 ports/www/xist/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 11:58:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D85A16A4DA; Tue, 8 Aug 2006 11:58:49 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C850B43D46; Tue, 8 Aug 2006 11:58:48 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78BwmOl081984; Tue, 8 Aug 2006 11:58:48 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Bwmdl081983; Tue, 8 Aug 2006 11:58:48 GMT (envelope-from keramida) Message-Id: <200608081158.k78Bwmdl081983@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 11:58:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/releng index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 11:58:49 -0000 keramida 2006-08-08 11:58:48 UTC FreeBSD doc repository Modified files: en/releng index.sgml Log: Fix a broken link, by pointing at the definition of `MFC' in the Handbook glossary. Submitted by: Daniel Gerzo Revision Changes Path 1.187 +2 -3 www/en/releng/index.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 8 11:59:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6007816A4DF; Tue, 8 Aug 2006 11:59:38 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0656E43D5C; Tue, 8 Aug 2006 11:59:38 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78BxbS6082028; Tue, 8 Aug 2006 11:59:37 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Bxb0L082027; Tue, 8 Aug 2006 11:59:37 GMT (envelope-from vd) Message-Id: <200608081159.k78Bxb0L082027@repoman.freebsd.org> From: Vasil Dimov Date: Tue, 8 Aug 2006 11:59:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/jabber-msn Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 11:59:38 -0000 vd 2006-08-08 11:59:37 UTC FreeBSD ports repository Modified files: net-im/jabber-msn Makefile Log: Mark for deletion Requested by: Martijn Lina (maintainer) Revision Changes Path 1.12 +3 -0 ports/net-im/jabber-msn/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 12:24:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70DA16A4DA; Tue, 8 Aug 2006 12:24:42 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95B2D43D4C; Tue, 8 Aug 2006 12:24:42 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78COgrw084450; Tue, 8 Aug 2006 12:24:42 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78COgNX084449; Tue, 8 Aug 2006 12:24:42 GMT (envelope-from keramida) Message-Id: <200608081224.k78COgNX084449@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 12:24:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/mountd mountd.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 12:24:43 -0000 keramida 2006-08-08 12:24:42 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) usr.sbin/mountd mountd.8 Log: MFC 1.28 |Note that when -d flag is used, mountd(8) will not detach from the |controlling terminal. | |PR: docs/96660 |Submitted by: Jeff Ito Revision Changes Path 1.27.2.1 +4 -1 src/usr.sbin/mountd/mountd.8 From owner-cvs-all@FreeBSD.ORG Tue Aug 8 12:29:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A03A16A4DD; Tue, 8 Aug 2006 12:29:27 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2852943D5A; Tue, 8 Aug 2006 12:29:27 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78CTRZO084644; Tue, 8 Aug 2006 12:29:27 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78CTRs3084643; Tue, 8 Aug 2006 12:29:27 GMT (envelope-from kib) Message-Id: <200608081229.k78CTRs3084643@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 8 Aug 2006 12:29:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 12:29:27 -0000 kib 2006-08-08 12:29:27 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c Log: Lock the vnode around the call to VOP_GETATTR. Move the locked code and vn_fullpath (that call malloc(..., M_WAITOK)) from under the vm object lock, since sleep is not allowed while holding the mutex. Being there, wrap VOP_GETATTR call with conditional Giant aquire. Currently this is (almost) noop because pseudofs is Giant-locked. Tested by: kris Approved by: pjd (mentor) MFC after: 2 weeks Revision Changes Path 1.97 +16 -5 src/sys/compat/linprocfs/linprocfs.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 12:33:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B39A16A4DE; Tue, 8 Aug 2006 12:33:13 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3090243D45; Tue, 8 Aug 2006 12:33:13 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78CXDet084921; Tue, 8 Aug 2006 12:33:13 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78CXDhi084920; Tue, 8 Aug 2006 12:33:13 GMT (envelope-from keramida) Message-Id: <200608081233.k78CXDhi084920@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 12:33:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 ath.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 12:33:13 -0000 keramida 2006-08-08 12:33:13 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man4 ath.4 Log: MFC 1.39 and 1.40: | revision 1.39 | After a mini-discussion with Sam Leffler, remove the hardcoded | list of Atheros-based cards from ath(4). The online list is | always more up to date, anyway. | | This invalidates: | | PR: docs/95360 | Submitted by: Erik Nordstr:om Andersen | revision 1.40 | Fix the web-appearance of Hardware notes, in the simplest way | possible; by re-arranging a couple of sentences in the ath(4) | HARDWARE section. | | Clue by: bmah Revision Changes Path 1.31.2.3 +5 -47 src/share/man/man4/ath.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 8 12:35:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12B9716A4DF; Tue, 8 Aug 2006 12:35:08 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FC8F43D53; Tue, 8 Aug 2006 12:35:07 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78CZ77w085025; Tue, 8 Aug 2006 12:35:07 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78CZ7R6085024; Tue, 8 Aug 2006 12:35:07 GMT (envelope-from maho) Message-Id: <200608081235.k78CZ7R6085024@repoman.freebsd.org> From: Maho Nakata Date: Tue, 8 Aug 2006 12:35:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc42 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 12:35:08 -0000 maho 2006-08-08 12:35:07 UTC FreeBSD ports repository Modified files: lang/gcc42 Makefile Log: Setting java.home, changing default awt peer to gtk, and using cairo backend for WITH_JAVA_AWT Approved by: gerald Revision Changes Path 1.278 +6 -1 ports/lang/gcc42/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 12:40:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F6C16A4E0; Tue, 8 Aug 2006 12:40:47 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB99043D70; Tue, 8 Aug 2006 12:40:32 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78CeWMo085356; Tue, 8 Aug 2006 12:40:32 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78CeWV0085355; Tue, 8 Aug 2006 12:40:32 GMT (envelope-from keramida) Message-Id: <200608081240.k78CeWV0085355@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 12:40:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/top top.X X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 12:40:47 -0000 keramida 2006-08-08 12:40:32 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) contrib/top top.X Log: MFC 1.13 (fron -> from typo fix) PR: docs/88015 Submitted by: Marian Cerny Revision Changes Path 1.11.2.2 +2 -2 src/contrib/top/top.X From owner-cvs-all@FreeBSD.ORG Tue Aug 8 12:42:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92BE116A4F1; Tue, 8 Aug 2006 12:42:49 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786CF43D8F; Tue, 8 Aug 2006 12:42:26 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k78CgMCD068793; Tue, 8 Aug 2006 16:42:22 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k78CgLUu068792; Tue, 8 Aug 2006 16:42:21 +0400 (MSD) (envelope-from yar) Date: Tue, 8 Aug 2006 16:42:21 +0400 From: Yar Tikhiy To: Roman Kurakin Message-ID: <20060808124221.GO54416@comp.chem.msu.su> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44D5F2C1.7080606@inse.ru> User-Agent: Mutt/1.5.9i Cc: Roman Kurakin , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 12:42:49 -0000 On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote: > Example is for developers mostly, so I in doubts about MFC compilation > fixup and this > one commit. I still can remeber that, when the world and I were younger, I used to study FreeBSD examples and sources for any release I had on hand at the moment. There still are plenty of places on the globe where off-line is the normal state of being, so we should provide good reference material for developers on our release CD's, to my mind. This also warrants MFC of fixes to source comments as long as they help to understand the code. Of course, all this is just my private opinion. > Roman Kurakin: > > >rik 2006-08-06 11:06:36 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/examples/drivers make_device_driver.sh > > Log: > > - Added ability to provide (optional) path to the kernel sources > > - Fixed path for ${s}/conf/files.FOO and a note that it should be merged > > into > > corresponding file to be able to compile the kernel > > - Changed kernel configuration example with the driver: it is not > > produced by > > copying Generic but by including it > > - Changed from automatic module building to asking an user if it whants to > > > > Reviewed by: julian@ > > > > Revision Changes Path > > 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh > > > > -- Yar From owner-cvs-all@FreeBSD.ORG Tue Aug 8 12:44:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A8A16A4E1; Tue, 8 Aug 2006 12:44:37 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A4F43D6E; Tue, 8 Aug 2006 12:44:35 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78CiZDh085555; Tue, 8 Aug 2006 12:44:35 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78CiZ98085554; Tue, 8 Aug 2006 12:44:35 GMT (envelope-from keramida) Message-Id: <200608081244.k78CiZ98085554@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 12:44:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/ata ata-lowlevel.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 12:44:37 -0000 keramida 2006-08-08 12:44:34 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) sys/dev/ata ata-lowlevel.c Log: MFC revision 1.73 | Fix two identical harmless typos in ata error messages: | s/issueing/issuing/ | | PR: kern/89481 | Submitted by: John Nielsen | Approved by: sos Revision Changes Path 1.44.2.6 +2 -2 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:02:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C66216A4E5; Tue, 8 Aug 2006 13:02:31 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E05F443D45; Tue, 8 Aug 2006 13:02:30 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78D2Umt094356; Tue, 8 Aug 2006 13:02:30 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78D2UrL094355; Tue, 8 Aug 2006 13:02:30 GMT (envelope-from simon) Message-Id: <200608081302.k78D2UrL094355@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 8 Aug 2006 13:02:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:02:31 -0000 simon 2006-08-08 13:02:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys param.h Log: Belatedly bump __FreeBSD_version after DSO support is enabled in OpenSSL. This is done so ports (security/engine_pkcs11 in particular) can check against it. Revision Changes Path 1.244.2.15 +1 -1 src/sys/sys/param.h From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:06:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A07D316A4DA; Tue, 8 Aug 2006 13:06:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E66E43D97; Tue, 8 Aug 2006 13:06:22 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78D6Mw7095806; Tue, 8 Aug 2006 13:06:22 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78D6Mh5095805; Tue, 8 Aug 2006 13:06:22 GMT (envelope-from adamw) Message-Id: <200608081306.k78D6Mh5095805@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 8 Aug 2006 13:06:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/easytag-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:06:33 -0000 adamw 2006-08-08 13:06:22 UTC FreeBSD ports repository Modified files: audio/easytag-devel Makefile Log: Transfer maintainership to novel. Revision Changes Path 1.48 +1 -1 ports/audio/easytag-devel/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:15:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA14A16A4DA; Tue, 8 Aug 2006 13:15:23 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BC243D46; Tue, 8 Aug 2006 13:15:23 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DFNjW096295; Tue, 8 Aug 2006 13:15:23 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78DFNCP096294; Tue, 8 Aug 2006 13:15:23 GMT (envelope-from ahze) Message-Id: <200608081315.k78DFNCP096294@repoman.freebsd.org> From: Michael Johnson Date: Tue, 8 Aug 2006 13:15:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:15:24 -0000 ahze 2006-08-08 13:15:23 UTC FreeBSD ports repository Modified files: x11/gnome2 Makefile Log: - Only depend on yelp on (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" so sparc64<601101 can use x11/gnome2 Revision Changes Path 1.126 +3 -1 ports/x11/gnome2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:15:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7515516A506; Tue, 8 Aug 2006 13:15:33 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D8D43D4C; Tue, 8 Aug 2006 13:15:33 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DFXpH096326; Tue, 8 Aug 2006 13:15:33 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78DFXcc096325; Tue, 8 Aug 2006 13:15:33 GMT (envelope-from simon) Message-Id: <200608081315.k78DFXcc096325@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 8 Aug 2006 13:15:33 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:15:33 -0000 simon 2006-08-08 13:15:33 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add __FreeBSD_version 601104: 6.1-STABLE after DSO (dynamic shared objects) support has been enabled in OpenSSL. Revision Changes Path 1.745 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:17:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D496D16A4DD; Tue, 8 Aug 2006 13:17:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F046343D76; Tue, 8 Aug 2006 13:17:09 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DH9pq096411; Tue, 8 Aug 2006 13:17:09 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78DH9bA096410; Tue, 8 Aug 2006 13:17:09 GMT (envelope-from sat) Message-Id: <200608081317.k78DH9bA096410@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 8 Aug 2006 13:17:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/linux-nvu Makefile distinfo pkg-plist ports/www/linux-nvu/files linux-nvu.desktop.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:17:11 -0000 sat 2006-08-08 13:17:09 UTC FreeBSD ports repository Modified files: www/linux-nvu Makefile distinfo pkg-plist Added files: www/linux-nvu/files linux-nvu.desktop.in Log: - Update to 1.0 - Bring in line with other linux-gecko ports, thus inheriting all the features of the infrastructure: o desktop file o XPI/NPAPI support Approved by: Ilya Khamushkin (maintainer) Revision Changes Path 1.6 +7 -27 ports/www/linux-nvu/Makefile 1.3 +3 -3 ports/www/linux-nvu/distinfo 1.1 +9 -0 ports/www/linux-nvu/files/linux-nvu.desktop.in (new) 1.2 +610 -646 ports/www/linux-nvu/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:20:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C04216A514; Tue, 8 Aug 2006 13:20:45 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 361F743D45; Tue, 8 Aug 2006 13:20:45 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DKjW4096678; Tue, 8 Aug 2006 13:20:45 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78DKjQ3096677; Tue, 8 Aug 2006 13:20:45 GMT (envelope-from thierry) Message-Id: <200608081320.k78DKjQ3096677@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 8 Aug 2006 13:20:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/french/aster Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:20:45 -0000 thierry 2006-08-08 13:20:45 UTC FreeBSD ports repository Modified files: french/aster Makefile distinfo Log: Update to 8.3.0-3. Revision Changes Path 1.36 +1 -1 ports/french/aster/Makefile 1.19 +3 -3 ports/french/aster/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:20:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E1516A511; Tue, 8 Aug 2006 13:20:50 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294CF43D46; Tue, 8 Aug 2006 13:20:50 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DKoUv096711; Tue, 8 Aug 2006 13:20:50 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78DKoK6096710; Tue, 8 Aug 2006 13:20:50 GMT (envelope-from rafan) Message-Id: <200608081320.k78DKoK6096710@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 13:20:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/wmquake Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:20:50 -0000 rafan 2006-08-08 13:20:50 UTC FreeBSD ports repository Modified files: games/wmquake Makefile Log: - Fix pkg-message display PR: ports/101652 Pointed out by: LoN_Kamikaze at gmx dot de Submitted by: Ulrich Spoerlein (maintainer) Revision Changes Path 1.6 +1 -1 ports/games/wmquake/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:21:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 898A816A7C9; Tue, 8 Aug 2006 13:21:17 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C11243D53; Tue, 8 Aug 2006 13:21:17 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DLHj6096805; Tue, 8 Aug 2006 13:21:17 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78DLH5U096804; Tue, 8 Aug 2006 13:21:17 GMT (envelope-from perky) Message-Id: <200608081321.k78DLH5U096804@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 8 Aug 2006 13:21:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/llvm Makefile ports/devel/llvm/files patch-include-llvm-Modules.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:21:17 -0000 perky 2006-08-08 13:21:17 UTC FreeBSD ports repository Modified files: devel/llvm Makefile Added files: devel/llvm/files patch-include-llvm-Modules.h Log: Fix build on 4-STABLE. Revision Changes Path 1.11 +7 -1 ports/devel/llvm/Makefile 1.1 +56 -0 ports/devel/llvm/files/patch-include-llvm-Modules.h (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:21:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFF2716A4E5; Tue, 8 Aug 2006 13:21:40 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 651EC43D49; Tue, 8 Aug 2006 13:21:40 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DLeXd096845; Tue, 8 Aug 2006 13:21:40 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78DLe4W096844; Tue, 8 Aug 2006 13:21:40 GMT (envelope-from sat) Message-Id: <200608081321.k78DLe4W096844@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 8 Aug 2006 13:21:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/avidemux2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:21:40 -0000 sat 2006-08-08 13:21:40 UTC FreeBSD ports repository Modified files: multimedia/avidemux2 Makefile Log: - Move js from build/run depends to lib depends now that spidermonkey installs a versioned lib Approved by: Anish Mistry (maintainer) Revision Changes Path 1.37 +2 -3 ports/multimedia/avidemux2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:27:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1895916A4DA; Tue, 8 Aug 2006 13:27:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D8E43D62; Tue, 8 Aug 2006 13:27:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 187B346BAF; Tue, 8 Aug 2006 09:27:13 -0400 (EDT) Date: Tue, 8 Aug 2006 14:27:12 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Yar Tikhiy In-Reply-To: <20060808124221.GO54416@comp.chem.msu.su> Message-ID: <20060808142616.S45647@fledge.watson.org> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Roman Kurakin , cvs-src@FreeBSD.org, Roman Kurakin , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:27:17 -0000 On Tue, 8 Aug 2006, Yar Tikhiy wrote: > On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote: >> Example is for developers mostly, so I in doubts about MFC compilation >> fixup and this >> one commit. > > I still can remeber that, when the world and I were younger, I used to study > FreeBSD examples and sources for any release I had on hand at the moment. > There still are plenty of places on the globe where off-line is the normal > state of being, so we should provide good reference material for developers > on our release CD's, to my mind. This also warrants MFC of fixes to source > comments as long as they help to understand the code. Of course, all this > is just my private opinion. In general, I think we're better served by providing skeleton or stub implementations of code that are part of the base source tree (and compiled as part of it) than providing scripts and detached sample source code. The reason is that any code not attached to the tree almost instantly rots into uselessness. Robert N M Watson Computer Laboratory University of Cambridge > >> Roman Kurakin: >> >>> rik 2006-08-06 11:06:36 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> share/examples/drivers make_device_driver.sh >>> Log: >>> - Added ability to provide (optional) path to the kernel sources >>> - Fixed path for ${s}/conf/files.FOO and a note that it should be merged >>> into >>> corresponding file to be able to compile the kernel >>> - Changed kernel configuration example with the driver: it is not >>> produced by >>> copying Generic but by including it >>> - Changed from automatic module building to asking an user if it whants to >>> >>> Reviewed by: julian@ >>> >>> Revision Changes Path >>> 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh >>> >>> > > -- > Yar > From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:27:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1B816A5ED; Tue, 8 Aug 2006 13:27:31 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82D9C43D76; Tue, 8 Aug 2006 13:27:27 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DRRuF097110; Tue, 8 Aug 2006 13:27:27 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78DRRZW097109; Tue, 8 Aug 2006 13:27:27 GMT (envelope-from garga) Message-Id: <200608081327.k78DRRZW097109@repoman.freebsd.org> From: Renato Botelho Date: Tue, 8 Aug 2006 13:27:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/ucspi-tcp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:27:32 -0000 garga 2006-08-08 13:27:27 UTC FreeBSD ports repository Modified files: sysutils/ucspi-tcp Makefile Log: Fix RBL2SMTPD patch that I added accidentally inside SSL patch if Revision Changes Path 1.26 +5 -5 ports/sysutils/ucspi-tcp/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:46:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E694416A4E5; Tue, 8 Aug 2006 13:46:17 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77FDF43DA4; Tue, 8 Aug 2006 13:45:47 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DjlCA098027; Tue, 8 Aug 2006 13:45:47 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Djl7d098026; Tue, 8 Aug 2006 13:45:47 GMT (envelope-from delphij) Message-Id: <200608081345.k78Djl7d098026@repoman.freebsd.org> From: Xin LI Date: Tue, 8 Aug 2006 13:45:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade Makefile command.c config.c devices.c dispatch.c dmenu.c install.c label.c main.c menus.c msg.c sade.h system.c termcap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:46:18 -0000 delphij 2006-08-08 13:45:47 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile command.c config.c devices.c dispatch.c dmenu.c install.c label.c main.c menus.c msg.c sade.h system.c termcap.c Log: Make sade(8) WARNS=3 clean. Revision Changes Path 1.144 +0 -1 src/usr.sbin/sade/Makefile 1.23 +1 -1 src/usr.sbin/sade/command.c 1.240 +1 -1 src/usr.sbin/sade/config.c 1.170 +1 -5 src/usr.sbin/sade/devices.c 1.51 +0 -107 src/usr.sbin/sade/dispatch.c 1.50 +1 -1 src/usr.sbin/sade/dmenu.c 1.370 +4 -20 src/usr.sbin/sade/install.c 1.155 +1 -1 src/usr.sbin/sade/label.c 1.77 +0 -7 src/usr.sbin/sade/main.c 1.421 +8 -15 src/usr.sbin/sade/menus.c 1.62 +14 -14 src/usr.sbin/sade/msg.c 1.274 +20 -32 src/usr.sbin/sade/sade.h 1.130 +3 -7 src/usr.sbin/sade/system.c 1.33 +1 -9 src/usr.sbin/sade/termcap.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:48:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C5EC16A4DA; Tue, 8 Aug 2006 13:48:57 +0000 (UTC) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2630143D55; Tue, 8 Aug 2006 13:48:56 +0000 (GMT) (envelope-from aaron@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78DmuUr098165; Tue, 8 Aug 2006 13:48:56 GMT (envelope-from aaron@repoman.freebsd.org) Received: (from aaron@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Dmuxn098164; Tue, 8 Aug 2006 13:48:56 GMT (envelope-from aaron) Message-Id: <200608081348.k78Dmuxn098164@repoman.freebsd.org> From: Aaron Dalton Date: Tue, 8 Aug 2006 13:48:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-AI-Pathfinding-AStar Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:48:57 -0000 aaron 2006-08-08 13:48:55 UTC FreeBSD ports repository Modified files: devel/p5-AI-Pathfinding-AStar Makefile distinfo pkg-plist Log: - Update to v0.07 Revision Changes Path 1.5 +3 -3 ports/devel/p5-AI-Pathfinding-AStar/Makefile 1.5 +3 -3 ports/devel/p5-AI-Pathfinding-AStar/distinfo 1.3 +1 -0 ports/devel/p5-AI-Pathfinding-AStar/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:52:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 760E516A4DF; Tue, 8 Aug 2006 13:52:22 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6994843D7F; Tue, 8 Aug 2006 13:51:59 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 486DFEB3BBD; Tue, 8 Aug 2006 21:51:58 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id n+FIL3dTFqjW; Tue, 8 Aug 2006 21:51:54 +0800 (CST) Received: from [192.168.1.9] (unknown [221.219.157.163]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 1852AEB3B3A; Tue, 8 Aug 2006 21:51:52 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=subject:from:to:cc:in-reply-to:references:content-type: organization:date:message-id:mime-version:x-mailer; b=mLSkRvXgXbL2MO0yoYDLOQ9J4zvXccNRv10MzMzZqOlSCkvZ/1fpjGfzJ/XSUTzjF FZtlcnLmvgIlg+i6VH8DQ== From: =?UTF-8?Q?=E6=9D=8E=E9=91=AB?= "(LI Xin)" To: Xin LI In-Reply-To: <200608081345.k78Djl7d098026@repoman.freebsd.org> References: <200608081345.k78Djl7d098026@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-bG9caaxZAyPfQeO4FiQL" Organization: The FreeBSD Project Date: Tue, 08 Aug 2006 21:51:51 +0800 Message-Id: <1155045111.941.4.camel@spirit> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sade Makefile command.c config.c devices.c dispatch.c dmenu.c install.c label.c main.c menus.c msg.c sade.h system.c termcap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:52:22 -0000 --=-bG9caaxZAyPfQeO4FiQL Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E5=9C=A8 2006-08-08=E4=BA=8C=E7=9A=84 13:45 +0000=EF=BC=8CXin LI=E5=86=99= =E9=81=93=EF=BC=9A > delphij 2006-08-08 13:45:47 UTC >=20 > FreeBSD src repository >=20 > Modified files: > usr.sbin/sade Makefile command.c config.c devices.c=20 > dispatch.c dmenu.c install.c label.c=20 > main.c menus.c msg.c sade.h system.c=20 > termcap.c=20 > Log: > Make sade(8) WARNS=3D3 clean. Note that WARNS?=3D3 is not enabled at this time. We need to figure out what has broken tinderbox build and raising WARNS level at this time does not seem to provide much help. Most changes in this commit are to remove unused code, etc., and fortunately there are some functional bugs that are caught by higher WARNS level. I will raise the WARNS level when I have received some positive feedback. If you still have problem with sade(8) build, please let me know. Cheers, --=20 Xin LI http://www.delphij.net/ --=-bG9caaxZAyPfQeO4FiQL Content-Type: application/pgp-signature; name=signature.asc Content-Description: =?UTF-8?Q?=E8=BF=99=E6=98=AF=E4=BF=A1=E4=BB=B6=E7=9A=84=E6=95=B0?= =?UTF-8?Q?=E5=AD=97=E7=AD=BE=E5=90=8D=E9=83=A8=E5=88=86?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE2Jb3hcUczkLqiksRAgqvAKC6izLxObBoE7YIvEdJQVqIYIGNDQCgzpt3 XAj0Xuf05Ir0+z6nI6ik4Xw= =bN+x -----END PGP SIGNATURE----- --=-bG9caaxZAyPfQeO4FiQL-- From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:58:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FFEE16A4DD; Tue, 8 Aug 2006 13:58:52 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9BF943D6B; Tue, 8 Aug 2006 13:58:51 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Dwp8s098731; Tue, 8 Aug 2006 13:58:51 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Dwp7w098730; Tue, 8 Aug 2006 13:58:51 GMT (envelope-from maho) Message-Id: <200608081358.k78Dwp7w098730@repoman.freebsd.org> From: Maho Nakata Date: Tue, 8 Aug 2006 13:58:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java Makefile ports/java/fastjar Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:58:52 -0000 maho 2006-08-08 13:58:51 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/fastjar Makefile distinfo pkg-descr pkg-plist Log: Add fastjar. FastJar is an free and fast alternative of SUN's JDK's jar. WWW: http://savannah.nongnu.org/projects/fastjar Revision Changes Path 1.171 +1 -0 ports/java/Makefile 1.1 +26 -0 ports/java/fastjar/Makefile (new) 1.1 +3 -0 ports/java/fastjar/distinfo (new) 1.1 +5 -0 ports/java/fastjar/pkg-descr (new) 1.1 +2 -0 ports/java/fastjar/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 13:59:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE5F716A4DF; Tue, 8 Aug 2006 13:59:04 +0000 (UTC) (envelope-from wkb@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274DD43D45; Tue, 8 Aug 2006 13:59:03 +0000 (GMT) (envelope-from wkb@xs4all.nl) Received: from xs3.xs4all.nl (xs3.xs4all.nl [194.109.21.4]) by smtp-vbr1.xs4all.nl (8.13.6/8.13.6) with ESMTP id k78DwrBh038879; Tue, 8 Aug 2006 15:58:55 +0200 (CEST) (envelope-from wkb@xs4all.nl) Received: from xs3.xs4all.nl (wkb@localhost [127.0.0.1]) by xs3.xs4all.nl (8.13.6/8.13.6) with ESMTP id k78Dwr56070070; Tue, 8 Aug 2006 15:58:53 +0200 (CEST) (envelope-from wkb@xs4all.nl) Received: (from wkb@localhost) by xs3.xs4all.nl (8.13.6/8.13.6/Submit) id k78DwqMj070067; Tue, 8 Aug 2006 15:58:52 +0200 (CEST) (envelope-from wkb) Date: Tue, 8 Aug 2006 15:58:52 +0200 From: Wilko Bulte To: "?????? (LI Xin)" Message-ID: <20060808135852.GA69808@xs4all.nl> References: <200608080851.k788pcMP066327@repoman.freebsd.org> <44D85158.2030605@freebsd.org> <1155027837.1132.11.camel@spirit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1155027837.1132.11.camel@spirit> User-Agent: Mutt/1.4.2.1i X-OS: FreeBSD 4.10-RELEASE-p2 X-PGP: finger wilko@freebsd.org X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG, Colin Percival Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 13:59:04 -0000 On Tue, Aug 08, 2006 at 05:03:57PM +0800, ?????? (LI Xin) wrote: > ??? 2006-08-08?????? 01:54 -0700???Colin Percival????????? > > Xin LI wrote: > > > Modified files: > > > usr.sbin/sade sade.8 > > > Log: > > > Typo (favour -> favor). > > > > I don't understand. Why are you adding a typo? > > Er... I think the manual pages are written in American English, no? s/English// ;-) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:03:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 871C716A4DD; Tue, 8 Aug 2006 14:03:38 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B0843D4C; Tue, 8 Aug 2006 14:03:32 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78E3Wst000401; Tue, 8 Aug 2006 14:03:32 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78E3Wo2000400; Tue, 8 Aug 2006 14:03:32 GMT (envelope-from mnag) Message-Id: <200608081403.k78E3Wo2000400@repoman.freebsd.org> From: Marcus Alves Grando Date: Tue, 8 Aug 2006 14:03:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:03:38 -0000 mnag 2006-08-08 14:03:32 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: - Fix discovery date in latest entry - Remove extra "." in latest entry Revision Changes Path 1.1098 +4 -3 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:07:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A49D916A4DD; Tue, 8 Aug 2006 14:07:03 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5289843D4C; Tue, 8 Aug 2006 14:07:03 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78E73np000650; Tue, 8 Aug 2006 14:07:03 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78E73YG000649; Tue, 8 Aug 2006 14:07:03 GMT (envelope-from maho) Message-Id: <200608081407.k78E73YG000649@repoman.freebsd.org> From: Maho Nakata Date: Tue, 8 Aug 2006 14:07:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/fastjar Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:07:03 -0000 maho 2006-08-08 14:07:03 UTC FreeBSD ports repository Removed files: java/fastjar Makefile distinfo pkg-descr pkg-plist Log: Remve java/fastjar port. we already have as archivers/fastjar... Revision Changes Path 1.2 +0 -26 ports/java/fastjar/Makefile (dead) 1.2 +0 -3 ports/java/fastjar/distinfo (dead) 1.2 +0 -5 ports/java/fastjar/pkg-descr (dead) 1.2 +0 -2 ports/java/fastjar/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:08:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B31BF16A4DF; Tue, 8 Aug 2006 14:08:22 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59DC243D49; Tue, 8 Aug 2006 14:08:22 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78E8MGo000774; Tue, 8 Aug 2006 14:08:22 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78E8Mks000773; Tue, 8 Aug 2006 14:08:22 GMT (envelope-from maho) Message-Id: <200608081408.k78E8Mks000773@repoman.freebsd.org> From: Maho Nakata Date: Tue, 8 Aug 2006 14:08:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:08:22 -0000 maho 2006-08-08 14:08:22 UTC FreeBSD ports repository Modified files: java Makefile Log: Remove java/fastjar. We already have as archivers/fastjar... Revision Changes Path 1.172 +0 -1 ports/java/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:10:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D56616A4E0; Tue, 8 Aug 2006 14:10:41 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF1743D46; Tue, 8 Aug 2006 14:10:40 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78EAePF000961; Tue, 8 Aug 2006 14:10:40 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78EAejF000960; Tue, 8 Aug 2006 14:10:40 GMT (envelope-from itetcu) Message-Id: <200608081410.k78EAejF000960@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 8 Aug 2006 14:10:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/mDNSResponder Makefile distinfo pkg-plist ports/net/mDNSResponder/files patch-mDNSPosix_Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:10:41 -0000 itetcu 2006-08-08 14:10:40 UTC FreeBSD ports repository Modified files: net/mDNSResponder Makefile distinfo pkg-plist net/mDNSResponder/files patch-mDNSPosix_Makefile Log: - Update to 108 - Pass maintainership to submitter PR: ports/101557 Submitted by: Alexander Botero-Lowry Revision Changes Path 1.17 +3 -3 ports/net/mDNSResponder/Makefile 1.6 +3 -3 ports/net/mDNSResponder/distinfo 1.3 +6 -6 ports/net/mDNSResponder/files/patch-mDNSPosix_Makefile 1.7 +0 -1 ports/net/mDNSResponder/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:16:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FDA816A4E0; Tue, 8 Aug 2006 14:16:40 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (inse.ru [144.206.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF6A43D9C; Tue, 8 Aug 2006 14:16:29 +0000 (GMT) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTP id 1EF3D33C69; Tue, 8 Aug 2006 18:16:28 +0400 (MSD) Message-ID: <44D89ED3.3000805@inse.ru> Date: Tue, 08 Aug 2006 18:25:23 +0400 From: Roman Kurakin User-Agent: Thunderbird 1.5.0.4 (X11/20060624) MIME-Version: 1.0 To: Robert Watson References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> In-Reply-To: <20060808142616.S45647@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Roman Kurakin , Yar Tikhiy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:16:40 -0000 We could add a "foo" driver to the LINT generated by this script with notification that it was generated and all changes should be placed to script. rik Robert Watson wrote: > > On Tue, 8 Aug 2006, Yar Tikhiy wrote: > >> On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote: >>> Example is for developers mostly, so I in doubts about MFC compilation >>> fixup and this >>> one commit. >> >> I still can remeber that, when the world and I were younger, I used >> to study FreeBSD examples and sources for any release I had on hand >> at the moment. There still are plenty of places on the globe where >> off-line is the normal state of being, so we should provide good >> reference material for developers on our release CD's, to my mind. >> This also warrants MFC of fixes to source comments as long as they >> help to understand the code. Of course, all this is just my private >> opinion. > > In general, I think we're better served by providing skeleton or stub > implementations of code that are part of the base source tree (and > compiled as part of it) than providing scripts and detached sample > source code. The reason is that any code not attached to the tree > almost instantly rots into uselessness. > > Robert N M Watson > Computer Laboratory > University of Cambridge > >> >>> Roman Kurakin: >>> >>>> rik 2006-08-06 11:06:36 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> share/examples/drivers make_device_driver.sh >>>> Log: >>>> - Added ability to provide (optional) path to the kernel sources >>>> - Fixed path for ${s}/conf/files.FOO and a note that it should be >>>> merged >>>> into >>>> corresponding file to be able to compile the kernel >>>> - Changed kernel configuration example with the driver: it is not >>>> produced by >>>> copying Generic but by including it >>>> - Changed from automatic module building to asking an user if it >>>> whants to >>>> >>>> Reviewed by: julian@ >>>> >>>> Revision Changes Path >>>> 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh >>>> >>>> >> >> -- >> Yar >> From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:25:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5676116A4DD; Tue, 8 Aug 2006 14:25:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1AE843D46; Tue, 8 Aug 2006 14:25:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 5F58546B8E; Tue, 8 Aug 2006 10:25:01 -0400 (EDT) Date: Tue, 8 Aug 2006 15:25:01 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Roman Kurakin In-Reply-To: <44D89ED3.3000805@inse.ru> Message-ID: <20060808152429.W45647@fledge.watson.org> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Roman Kurakin , Yar Tikhiy , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:25:06 -0000 On Tue, 8 Aug 2006, Roman Kurakin wrote: > We could add a "foo" driver to the LINT generated by this script with > notification that it was generated and all changes should be placed to > script. I guess I can't help but wonder if a script is necessarily better than a well-commented template. Robert N M Watson Computer Laboratory University of Cambridge > > rik > > Robert Watson wrote: >> >> On Tue, 8 Aug 2006, Yar Tikhiy wrote: >> >>> On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote: >>>> Example is for developers mostly, so I in doubts about MFC compilation >>>> fixup and this >>>> one commit. >>> >>> I still can remeber that, when the world and I were younger, I used to >>> study FreeBSD examples and sources for any release I had on hand at the >>> moment. There still are plenty of places on the globe where off-line is >>> the normal state of being, so we should provide good reference material >>> for developers on our release CD's, to my mind. This also warrants MFC of >>> fixes to source comments as long as they help to understand the code. Of >>> course, all this is just my private opinion. >> >> In general, I think we're better served by providing skeleton or stub >> implementations of code that are part of the base source tree (and compiled >> as part of it) than providing scripts and detached sample source code. The >> reason is that any code not attached to the tree almost instantly rots into >> uselessness. >> >> Robert N M Watson >> Computer Laboratory >> University of Cambridge >> >>> >>>> Roman Kurakin: >>>> >>>>> rik 2006-08-06 11:06:36 UTC >>>>> >>>>> FreeBSD src repository >>>>> >>>>> Modified files: >>>>> share/examples/drivers make_device_driver.sh >>>>> Log: >>>>> - Added ability to provide (optional) path to the kernel sources >>>>> - Fixed path for ${s}/conf/files.FOO and a note that it should be merged >>>>> into >>>>> corresponding file to be able to compile the kernel >>>>> - Changed kernel configuration example with the driver: it is not >>>>> produced by >>>>> copying Generic but by including it >>>>> - Changed from automatic module building to asking an user if it whants >>>>> to >>>>> >>>>> Reviewed by: julian@ >>>>> >>>>> Revision Changes Path >>>>> 1.23 +32 -19 src/share/examples/drivers/make_device_driver.sh >>>>> >>>>> >>> >>> -- >>> Yar >>> > > From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:28:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 539BB16A4DF; Tue, 8 Aug 2006 14:28:04 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0170643D64; Tue, 8 Aug 2006 14:28:04 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78ES3hc001830; Tue, 8 Aug 2006 14:28:03 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78ES3fv001829; Tue, 8 Aug 2006 14:28:03 GMT (envelope-from delphij) Message-Id: <200608081428.k78ES3fv001829@repoman.freebsd.org> From: Xin LI Date: Tue, 8 Aug 2006 14:28:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade disks.c install.c menus.c misc.c sade.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:28:04 -0000 delphij 2006-08-08 14:28:03 UTC FreeBSD src repository Modified files: usr.sbin/sade disks.c install.c menus.c misc.c sade.h Log: Partitions are only meaningful for i386 and amd64 architectures, so disable these code on other architectures. Revision Changes Path 1.160 +6 -0 src/usr.sbin/sade/disks.c 1.371 +0 -4 src/usr.sbin/sade/install.c 1.422 +2 -0 src/usr.sbin/sade/menus.c 1.46 +0 -40 src/usr.sbin/sade/misc.c 1.275 +0 -1 src/usr.sbin/sade/sade.h From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:29:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B7D16A4DF; Tue, 8 Aug 2006 14:29:20 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F1D43D6D; Tue, 8 Aug 2006 14:29:20 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78ETKXD001919; Tue, 8 Aug 2006 14:29:20 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78ETKgZ001918; Tue, 8 Aug 2006 14:29:20 GMT (envelope-from itetcu) Message-Id: <200608081429.k78ETKgZ001918@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 8 Aug 2006 14:29:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/mDNSResponder/files patch-mDNSShared::dns_sd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:29:20 -0000 itetcu 2006-08-08 14:29:20 UTC FreeBSD ports repository Modified files: net/mDNSResponder/files patch-mDNSShared::dns_sd.h Log: Fix patching. Revision Changes Path 1.4 +5 -5 ports/net/mDNSResponder/files/patch-mDNSShared::dns_sd.h From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:33:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1CC516A4E0; Tue, 8 Aug 2006 14:33:58 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B050543D73; Tue, 8 Aug 2006 14:33:58 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78EXwfv002251; Tue, 8 Aug 2006 14:33:58 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78EXwLf002250; Tue, 8 Aug 2006 14:33:58 GMT (envelope-from shaun) Message-Id: <200608081433.k78EXwLf002250@repoman.freebsd.org> From: Shaun Amott Date: Tue, 8 Aug 2006 14:33:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/yasm Makefile distinfo pkg-descr pkg-plist ports/devel/yasm/files patch-Makefile.in patch-ltmain.sh patch-m4-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:33:59 -0000 shaun 2006-08-08 14:33:58 UTC FreeBSD ports repository Modified files: devel/yasm Makefile distinfo pkg-descr pkg-plist Removed files: devel/yasm/files patch-Makefile.in patch-ltmain.sh patch-m4-Makefile.in Log: Upgrade to 0.5.0. PR: ports/100459 Submitted by: Peter Johnson Revision Changes Path 1.13 +1 -6 ports/devel/yasm/Makefile 1.6 +3 -3 ports/devel/yasm/distinfo 1.3 +0 -23 ports/devel/yasm/files/patch-Makefile.in (dead) 1.3 +0 -15 ports/devel/yasm/files/patch-ltmain.sh (dead) 1.2 +0 -11 ports/devel/yasm/files/patch-m4-Makefile.in (dead) 1.2 +5 -5 ports/devel/yasm/pkg-descr 1.4 +4 -33 ports/devel/yasm/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:43:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C52DF16A4DA; Tue, 8 Aug 2006 14:43:18 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75ECC43D49; Tue, 8 Aug 2006 14:43:18 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78EhIlT002805; Tue, 8 Aug 2006 14:43:18 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78EhIHo002804; Tue, 8 Aug 2006 14:43:18 GMT (envelope-from garga) Message-Id: <200608081443.k78EhIHo002804@repoman.freebsd.org> From: Renato Botelho Date: Tue, 8 Aug 2006 14:43:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/clamav-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:43:18 -0000 garga 2006-08-08 14:43:18 UTC FreeBSD ports repository Modified files: security/clamav-devel Makefile distinfo Log: - Update to 20060808 - s/INSTALLS_SHLIB/USE_LDCONFIG/ Revision Changes Path 1.98 +2 -2 ports/security/clamav-devel/Makefile 1.63 +3 -3 ports/security/clamav-devel/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:44:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FDD816A4DD; Tue, 8 Aug 2006 14:44:30 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 857FE43D6D; Tue, 8 Aug 2006 14:44:24 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78EiOfF002960; Tue, 8 Aug 2006 14:44:24 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78EiOd9002959; Tue, 8 Aug 2006 14:44:24 GMT (envelope-from itetcu) Message-Id: <200608081444.k78EiOd9002959@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 8 Aug 2006 14:44:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/bacula-web Makefile distinfo pkg-descr pkg-plist ports/www/bacula-web/files patch-bacula-web-classes.inc patch-bacula-web-index.php patch-bacula-web-report.php patch-bacula-web-templates-full_popup.tpl patch-bacula-web-templates-index.tpl patch-bacula-web-templates-report.tpl ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:44:30 -0000 itetcu 2006-08-08 14:44:24 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/bacula-web Makefile distinfo pkg-descr pkg-plist www/bacula-web/files patch-bacula-web-classes.inc patch-bacula-web-index.php patch-bacula-web-report.php patch-bacula-web-templates-full_popup.tpl patch-bacula-web-templates-index.tpl patch-bacula-web-templates-report.tpl patch-bacula-web-templates-volumes.tpl pkg-message.in Log: Bacula-web is a php based web program that provides you a summarized output of jobs that have already run. It obtains its information from your catalog database. Aside from a nice graphical display, it provides summaries of your jobs, as well as graphs of job usage. This is a fairly high level bacula management tool. Here are a few points that one user made concerning this important tool: - It is web-based so can be accessed from anywhere. - It is "read only" users can examine the state of the backups but not write to anything and therefore do no damage - It packs a phenomenal amount of information into a single web-page - that I credit as being very good design! The documentation for bacula-web can be found in a separate bacula-web document in the bacula-docs release. WWW: http://www.bacula.org/ PR: ports/101457 Submitted by: Dan Langille Revision Changes Path 1.1545 +1 -0 ports/www/Makefile 1.1 +61 -0 ports/www/bacula-web/Makefile (new) 1.1 +3 -0 ports/www/bacula-web/distinfo (new) 1.1 +13 -0 ports/www/bacula-web/files/patch-bacula-web-classes.inc (new) 1.1 +29 -0 ports/www/bacula-web/files/patch-bacula-web-index.php (new) 1.1 +15 -0 ports/www/bacula-web/files/patch-bacula-web-report.php (new) 1.1 +8 -0 ports/www/bacula-web/files/patch-bacula-web-templates-full_popup.tpl (new) 1.1 +10 -0 ports/www/bacula-web/files/patch-bacula-web-templates-index.tpl (new) 1.1 +9 -0 ports/www/bacula-web/files/patch-bacula-web-templates-report.tpl (new) 1.1 +13 -0 ports/www/bacula-web/files/patch-bacula-web-templates-volumes.tpl (new) 1.1 +10 -0 ports/www/bacula-web/files/pkg-message.in (new) 1.1 +17 -0 ports/www/bacula-web/pkg-descr (new) 1.1 +225 -0 ports/www/bacula-web/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:44:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF7016A4DE; Tue, 8 Aug 2006 14:44:50 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63C443D49; Tue, 8 Aug 2006 14:44:49 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Einrh002998; Tue, 8 Aug 2006 14:44:49 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78EinQP002997; Tue, 8 Aug 2006 14:44:49 GMT (envelope-from itetcu) Message-Id: <200608081444.k78EinQP002997@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 8 Aug 2006 14:44:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:44:50 -0000 itetcu 2006-08-08 14:44:49 UTC FreeBSD ports repository Modified files: . modules Log: bacula-web --> ports/www/bacula-web Revision Changes Path 1.15936 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:46:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D68E16A4E2; Tue, 8 Aug 2006 14:46:37 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D530243D5C; Tue, 8 Aug 2006 14:46:36 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78EkaCd003137; Tue, 8 Aug 2006 14:46:36 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78EkaAl003136; Tue, 8 Aug 2006 14:46:36 GMT (envelope-from garga) Message-Id: <200608081446.k78EkaAl003136@repoman.freebsd.org> From: Renato Botelho Date: Tue, 8 Aug 2006 14:46:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:46:37 -0000 garga 2006-08-08 14:46:36 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document clamav and clamav-devel vulnerability Reviewed by: secteam (mnag) Revision Changes Path 1.1099 +44 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:49:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B3716A4DA; Tue, 8 Aug 2006 14:49:04 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D9543D49; Tue, 8 Aug 2006 14:49:04 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78En4j1003247; Tue, 8 Aug 2006 14:49:04 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78En4Vx003246; Tue, 8 Aug 2006 14:49:04 GMT (envelope-from shaun) Message-Id: <200608081449.k78En4Vx003246@repoman.freebsd.org> From: Shaun Amott Date: Tue, 8 Aug 2006 14:49:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/turba Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:49:04 -0000 shaun 2006-08-08 14:49:03 UTC FreeBSD ports repository Modified files: mail/turba Makefile distinfo pkg-plist Log: Upgrade to 2.1.2. ChangeLog: http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.80&r2=1.181.2.89&ty=h Revision Changes Path 1.42 +1 -1 ports/mail/turba/Makefile 1.18 +3 -3 ports/mail/turba/distinfo 1.19 +2 -0 ports/mail/turba/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 14:57:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C90FB16A4DF; Tue, 8 Aug 2006 14:57:30 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FCCC43D49; Tue, 8 Aug 2006 14:57:30 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78EvUNL003701; Tue, 8 Aug 2006 14:57:30 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78EvUoL003700; Tue, 8 Aug 2006 14:57:30 GMT (envelope-from marcus) Message-Id: <200608081457.k78EvUoL003700@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 8 Aug 2006 14:57:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gconf2 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 14:57:30 -0000 marcus 2006-08-08 14:57:30 UTC FreeBSD ports repository Modified files: devel/gconf2 Makefile Log: Now that ORBit2 no longer depends on popt, add an explicit dependency here to fix the build. Reported by: pointyhat via kris Revision Changes Path 1.72 +3 -1 ports/devel/gconf2/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:03:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC58216A4E8; Tue, 8 Aug 2006 15:03:58 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FFA743D9B; Tue, 8 Aug 2006 15:03:34 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78F3Y2v005276; Tue, 8 Aug 2006 15:03:34 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78F3YVG005275; Tue, 8 Aug 2006 15:03:34 GMT (envelope-from clsung) Message-Id: <200608081503.k78F3YVG005275@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 15:03:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-Feed Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:03:58 -0000 clsung 2006-08-08 15:03:34 UTC FreeBSD ports repository Modified files: textproc/p5-XML-Feed Makefile distinfo pkg-plist Log: - Update to 0.11 - List::Util is in Perl 5.8 base. PR: ports/101659 Submitted by: Gea-Suan Lin Revision Changes Path 1.11 +8 -9 ports/textproc/p5-XML-Feed/Makefile 1.8 +3 -3 ports/textproc/p5-XML-Feed/distinfo 1.4 +2 -1 ports/textproc/p5-XML-Feed/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:08:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB0D716A4DA; Tue, 8 Aug 2006 15:08:25 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E1F043D45; Tue, 8 Aug 2006 15:08:25 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78F8PTo005543; Tue, 8 Aug 2006 15:08:25 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78F8PUk005542; Tue, 8 Aug 2006 15:08:25 GMT (envelope-from sat) Message-Id: <200608081508.k78F8PUk005542@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 8 Aug 2006 15:08:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/aria2 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:08:25 -0000 sat 2006-08-08 15:08:25 UTC FreeBSD ports repository Modified files: www/aria2 Makefile distinfo Log: - Update to 0.7.0 Revision Changes Path 1.14 +3 -2 ports/www/aria2/Makefile 1.9 +3 -3 ports/www/aria2/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:11:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E65516A4DA; Tue, 8 Aug 2006 15:11:47 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D5943D5F; Tue, 8 Aug 2006 15:11:44 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78FBiMS005803; Tue, 8 Aug 2006 15:11:44 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78FBiKM005802; Tue, 8 Aug 2006 15:11:44 GMT (envelope-from clsung) Message-Id: <200608081511.k78FBiKM005802@repoman.freebsd.org> From: Cheng-Lung Sung Date: Tue, 8 Aug 2006 15:11:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/couriergraph Makefile distinfo pkg-plist ports/mail/couriergraph/files couriergraph.sh.in patch-couriergraph.cgi patch-couriergraph.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:11:48 -0000 clsung 2006-08-08 15:11:44 UTC FreeBSD ports repository Modified files: mail/couriergraph Makefile distinfo pkg-plist mail/couriergraph/files couriergraph.sh.in patch-couriergraph.cgi patch-couriergraph.pl Log: - Update to 20060202 PR: ports/101650 Submitted by: maintainer (Xavier Beaudouin) Revision Changes Path 1.3 +6 -10 ports/mail/couriergraph/Makefile 1.2 +3 -3 ports/mail/couriergraph/distinfo 1.3 +2 -1 ports/mail/couriergraph/files/couriergraph.sh.in 1.2 +4 -8 ports/mail/couriergraph/files/patch-couriergraph.cgi 1.2 +3 -9 ports/mail/couriergraph/files/patch-couriergraph.pl 1.3 +0 -1 ports/mail/couriergraph/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:12:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DEA416A4DA; Tue, 8 Aug 2006 15:12:49 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D96943D60; Tue, 8 Aug 2006 15:12:41 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78FCfaP005850; Tue, 8 Aug 2006 15:12:41 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78FCfYr005849; Tue, 8 Aug 2006 15:12:41 GMT (envelope-from arved) Message-Id: <200608081512.k78FCfYr005849@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 8 Aug 2006 15:12:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/fbdesk Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:12:49 -0000 arved 2006-08-08 15:12:41 UTC FreeBSD ports repository Modified files: x11/fbdesk Makefile Log: Fix build by adding missing dependency on imlib2 Reported by: pointyhat Revision Changes Path 1.17 +2 -1 ports/x11/fbdesk/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:15:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C054216A4DA; Tue, 8 Aug 2006 15:15:32 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63CE43D58; Tue, 8 Aug 2006 15:15:23 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: by mail.droso.net (Postfix, from userid 1001) id A81B722CC2; Tue, 8 Aug 2006 17:15:22 +0200 (CEST) Date: Tue, 8 Aug 2006 17:15:22 +0200 From: Erwin Lansing To: Jean Milanez Melo Message-ID: <20060808151522.GE33183@droso.net> Mail-Followup-To: Jean Milanez Melo , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200608081135.k78BZRiC080851@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dfOvyYudzT1RPUKx" Content-Disposition: inline In-Reply-To: <200608081135.k78BZRiC080851@repoman.freebsd.org> X-Operating-System: FreeBSD/i386 5.4-RELEASE User-Agent: Mutt/1.5.12-2006-07-14 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/ruby-freedb Makefile ports/audio/ruby-mp3info Makefile ports/audio/ruby-ogginfo Makefile ports/audio/ruby-shout Makefile ports/audio/rubygem-mp3info Makefile ports/comms/ruby-serialport Makefile ports/databases/ruby-dbi ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:15:32 -0000 --dfOvyYudzT1RPUKx Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 08, 2006 at 11:35:27AM +0000, Jean Milanez Melo wrote: > jmelo 2006-08-08 11:35:27 UTC >=20 > FreeBSD ports repository >=20 > Modified files: [snip many ports] > Log: > - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem. > =20 > Approved by: portmgr (erwin) > =20 Thanks for working on this! This should fix quite a number of fetch errors on pointyhat. -erwin --=20 Erwin Lansing http://droso.org Security is like an onion. (o_ _o) It's made up of several layers \\\_\ /_/// erwin@FreeBSD.org And it makes you cry. <____) (____> erwin@aauug.dk --dfOvyYudzT1RPUKx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFE2KqJqy9aWxUlaZARAmHeAKC/iNPMuFQC3Mi+Dt+52dcG3HyCFwCgu9YA VXQueysNJorhOokrVTa7XkE= =Y62q -----END PGP SIGNATURE----- --dfOvyYudzT1RPUKx-- From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:23:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C75FC16A4DE; Tue, 8 Aug 2006 15:23:13 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from arginine.incunabulum.net (arginine.spc.org [83.167.185.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACDB243D49; Tue, 8 Aug 2006 15:22:22 +0000 (GMT) (envelope-from bms@incunabulum.net) Received: from localhost (localhost [127.0.0.1]) by arginine.incunabulum.net (Postfix) with ESMTP id 07D131CC52; Tue, 8 Aug 2006 16:22:30 +0100 (BST) Received: from arginine.incunabulum.net ([127.0.0.1]) by localhost (arginine.incunabulum.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5bF0wVOy3VrI; Tue, 8 Aug 2006 16:22:27 +0100 (BST) Received: by arginine.incunabulum.net (Postfix, from userid 1078) id 35A3A1CC21; Tue, 8 Aug 2006 16:22:27 +0100 (BST) Date: Tue, 8 Aug 2006 16:22:27 +0100 From: Bruce M Simpson To: Yar Tikhiy Message-ID: <20060808152227.GA58271@incunabulum.net> Mail-Followup-To: Bruce M Simpson , Yar Tikhiy , Bruce M Simpson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200608021305.k72D5c9R055142@repoman.freebsd.org> <20060808093035.GK54416@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060808093035.GK54416@comp.chem.msu.su> Organization: Incunabulum User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Bruce M Simpson , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/reboot reboot.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:23:13 -0000 On Tue, Aug 08, 2006 at 01:30:35PM +0400, Yar Tikhiy wrote: > By the way, did you consider the other policy, "default to deny," > there: Mask all signals with sigfillset(), then unmask only those > we are willing to handle, and finally pass the mask to sigprocmask()? > That should be more robust, IMHO. Thanks! I was preparing to make this change years ago but phk@ persuaded me in a review to be more conservative; though I agree that would be an improvement. BMS From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:27:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B2D016A4DA; Tue, 8 Aug 2006 15:27:18 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEFAA43D45; Tue, 8 Aug 2006 15:27:17 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78FRHKV006555; Tue, 8 Aug 2006 15:27:17 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78FRHXC006554; Tue, 8 Aug 2006 15:27:17 GMT (envelope-from rafan) Message-Id: <200608081527.k78FRHXC006554@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 15:27:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/openwince-include Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:27:18 -0000 rafan 2006-08-08 15:27:17 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/openwince-include Makefile distinfo pkg-descr Log: Add openwince-include 0.4.2, a collection of the useful include files for embedded developers. PR: ports/101434 Submitted by: Stanislav Sedov Revision Changes Path 1.2404 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/openwince-include/Makefile (new) 1.1 +3 -0 ports/devel/openwince-include/distinfo (new) 1.1 +6 -0 ports/devel/openwince-include/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:28:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4B016A4E5; Tue, 8 Aug 2006 15:28:17 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B575C43D55; Tue, 8 Aug 2006 15:28:16 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78FSGrA006639; Tue, 8 Aug 2006 15:28:16 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78FSGtL006638; Tue, 8 Aug 2006 15:28:16 GMT (envelope-from rafan) Message-Id: <200608081528.k78FSGtL006638@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 15:28:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:28:17 -0000 rafan 2006-08-08 15:28:16 UTC FreeBSD ports repository Modified files: . modules Log: openwince-include --> ports/devel/openwince-include Revision Changes Path 1.15937 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:38:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F24FB16A4DA; Tue, 8 Aug 2006 15:38:15 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6FFB43D64; Tue, 8 Aug 2006 15:38:03 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Fc3TP007289; Tue, 8 Aug 2006 15:38:03 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Fc3rP007288; Tue, 8 Aug 2006 15:38:03 GMT (envelope-from rafan) Message-Id: <200608081538.k78Fc3rP007288@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 15:38:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mplayer-skins Makefile ports/misc/gretl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:38:16 -0000 rafan 2006-08-08 15:38:03 UTC FreeBSD ports repository Modified files: multimedia/mplayer-skins Makefile misc/gretl Makefile Log: - Bump PORTREVISON for previous changes Revision Changes Path 1.51 +1 -0 ports/misc/gretl/Makefile 1.40 +1 -1 ports/multimedia/mplayer-skins/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:39:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E8D16A4DE; Tue, 8 Aug 2006 15:39:24 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 331BA43D76; Tue, 8 Aug 2006 15:39:24 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78FdOa7007510; Tue, 8 Aug 2006 15:39:24 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78FdO6S007509; Tue, 8 Aug 2006 15:39:24 GMT (envelope-from rafan) Message-Id: <200608081539.k78FdO6S007509@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 15:39:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/jtag Makefile distinfo pkg-descr pkg-plist ports/devel/jtag/files patch-libbrux_cmd_cmd_detectflash.c patch-libbrux_flash_detectflash.c patch-libbrux_flash_jedec.c patch-src_tap_parport_direct.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:39:24 -0000 rafan 2006-08-08 15:39:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/jtag Makefile distinfo pkg-descr pkg-plist devel/jtag/files patch-libbrux_cmd_cmd_detectflash.c patch-libbrux_flash_detectflash.c patch-libbrux_flash_jedec.c patch-src_tap_parport_direct.c Log: Add jtag 0.5.1, utility to work with JTAG-aware boards. PR: ports/101435 Submitted by: Stanislav Sedov Revision Changes Path 1.2405 +1 -0 ports/devel/Makefile 1.1 +58 -0 ports/devel/jtag/Makefile (new) 1.1 +3 -0 ports/devel/jtag/distinfo (new) 1.1 +11 -0 ports/devel/jtag/files/patch-libbrux_cmd_cmd_detectflash.c (new) 1.1 +11 -0 ports/devel/jtag/files/patch-libbrux_flash_detectflash.c (new) 1.1 +19 -0 ports/devel/jtag/files/patch-libbrux_flash_jedec.c (new) 1.1 +33 -0 ports/devel/jtag/files/patch-src_tap_parport_direct.c (new) 1.1 +9 -0 ports/devel/jtag/pkg-descr (new) 1.1 +72 -0 ports/devel/jtag/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:40:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A778416A4DA; Tue, 8 Aug 2006 15:40:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D993743D72; Tue, 8 Aug 2006 15:40:30 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78FeUqH007696; Tue, 8 Aug 2006 15:40:30 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78FeUlc007695; Tue, 8 Aug 2006 15:40:30 GMT (envelope-from rafan) Message-Id: <200608081540.k78FeUlc007695@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 15:40:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:40:32 -0000 rafan 2006-08-08 15:40:30 UTC FreeBSD ports repository Modified files: . modules Log: jtag --> ports/devel/jtag Revision Changes Path 1.15938 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:42:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDC0416A4DE; Tue, 8 Aug 2006 15:42:32 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4711C43D67; Tue, 8 Aug 2006 15:42:31 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78FgVKZ007987; Tue, 8 Aug 2006 15:42:31 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78FgV5i007986; Tue, 8 Aug 2006 15:42:31 GMT (envelope-from bms) Message-Id: <200608081542.k78FgV5i007986@repoman.freebsd.org> From: Bruce M Simpson Date: Tue, 8 Aug 2006 15:42:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 uscanner.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:42:32 -0000 bms 2006-08-08 15:42:31 UTC FreeBSD src repository Modified files: share/man/man4 uscanner.4 Log: Add Epson Stylus CX3650. Update Dd. Requested by: brueffer Revision Changes Path 1.27 +3 -1 src/share/man/man4/uscanner.4 From owner-cvs-all@FreeBSD.ORG Tue Aug 8 15:56:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F317116A4DF; Tue, 8 Aug 2006 15:56:41 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEFDC43D49; Tue, 8 Aug 2006 15:56:40 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78FueVg008781; Tue, 8 Aug 2006 15:56:40 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78FueNv008780; Tue, 8 Aug 2006 15:56:40 GMT (envelope-from thierry) Message-Id: <200608081556.k78FueNv008780@repoman.freebsd.org> From: Thierry Thomas Date: Tue, 8 Aug 2006 15:56:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/mpich2 Makefile pkg-plist ports/net/mpich2/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 15:56:42 -0000 thierry 2006-08-08 15:56:40 UTC FreeBSD ports repository Modified files: net/mpich2 Makefile pkg-plist net/mpich2/files patch-configure Log: Try to fix on 4.x. Since I'm there, switch to USE_LDCONFIG. Reported by: pointyhat via Kris Revision Changes Path 1.46 +1 -1 ports/net/mpich2/Makefile 1.2 +12 -3 ports/net/mpich2/files/patch-configure 1.25 +0 -1 ports/net/mpich2/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 16:37:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A58C116A4DA; Tue, 8 Aug 2006 16:37:55 +0000 (UTC) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C9CE43D5F; Tue, 8 Aug 2006 16:37:55 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Gbta4011892; Tue, 8 Aug 2006 16:37:55 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78GbtgX011891; Tue, 8 Aug 2006 16:37:55 GMT (envelope-from jcamou) Message-Id: <200608081637.k78GbtgX011891@repoman.freebsd.org> From: "Jesus R. Camou" Date: Tue, 8 Aug 2006 16:37:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/linux-comparison article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 16:37:55 -0000 jcamou 2006-08-08 16:37:55 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/linux-comparison article.sgml Log: Add link to DesktopBSD. Requested by: Dru Lavigne Approved by: trhodes (mentor) Revision Changes Path 1.9 +5 -0 doc/en_US.ISO8859-1/articles/linux-comparison/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 8 16:42:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4215616A4DA; Tue, 8 Aug 2006 16:42:02 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA61343D46; Tue, 8 Aug 2006 16:42:01 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Gg1Uw012190; Tue, 8 Aug 2006 16:42:01 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Gg1Nb012189; Tue, 8 Aug 2006 16:42:01 GMT (envelope-from sam) Message-Id: <200608081642.k78Gg1Nb012189@repoman.freebsd.org> From: Sam Leffler Date: Tue, 8 Aug 2006 16:42:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 16:42:02 -0000 sam 2006-08-08 16:42:01 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: check return value of ath_tx_dmasetup Noticed by: yongari Revision Changes Path 1.152 +2 -0 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 16:43:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF35E16A4DE; Tue, 8 Aug 2006 16:43:24 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86DBE43D45; Tue, 8 Aug 2006 16:43:24 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78GhONb012271; Tue, 8 Aug 2006 16:43:24 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78GhO63012270; Tue, 8 Aug 2006 16:43:24 GMT (envelope-from alepulver) Message-Id: <200608081643.k78GhO63012270@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 8 Aug 2006 16:43:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/cube Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 16:43:25 -0000 alepulver 2006-08-08 16:43:24 UTC FreeBSD ports repository Modified files: games/cube Makefile Log: - Fix wrong target names from my last patch. Revision Changes Path 1.13 +2 -2 ports/games/cube/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 16:49:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1893816A4DE; Tue, 8 Aug 2006 16:49:13 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C30C443D58; Tue, 8 Aug 2006 16:49:12 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78GnCw6020349; Tue, 8 Aug 2006 16:49:12 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78GnCFK020348; Tue, 8 Aug 2006 16:49:12 GMT (envelope-from rafan) Message-Id: <200608081649.k78GnCFK020348@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 8 Aug 2006 16:49:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/libsieve Makefile ports/mail/libsieve/files patch-freebsd4_fix X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 16:49:13 -0000 rafan 2006-08-08 16:49:12 UTC FreeBSD ports repository Modified files: mail/libsieve Makefile Added files: mail/libsieve/files patch-freebsd4_fix Log: - Fix build on 4.x PR: ports/101555 Submitted by: Mark Starovoytov (maintainer) Revision Changes Path 1.2 +5 -2 ports/mail/libsieve/Makefile 1.1 +47 -0 ports/mail/libsieve/files/patch-freebsd4_fix (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 17:40:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC83116A4DF; Tue, 8 Aug 2006 17:40:23 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD2243D70; Tue, 8 Aug 2006 17:40:21 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78HeLWV024121; Tue, 8 Aug 2006 17:40:21 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78HeLla024120; Tue, 8 Aug 2006 17:40:21 GMT (envelope-from markus) Message-Id: <200608081740.k78HeLla024120@repoman.freebsd.org> From: Markus Brueffer Date: Tue, 8 Aug 2006 17:40:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/ktorrent Makefile distinfo pkg-descr pkg-plist ports/net-p2p/ktorrent/files patch-Makefile.in patch-apps-ktcachecheck-cachecheck.cpp patch-libktorrent-util-sha1hash.cpp patch-plugins-partfileimport-Makefile.in patch-plugins-upnp-upnpmcastsocket.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 17:40:23 -0000 markus 2006-08-08 17:40:21 UTC FreeBSD ports repository Modified files: net-p2p/ktorrent Makefile distinfo pkg-descr pkg-plist Removed files: net-p2p/ktorrent/files patch-Makefile.in patch-apps-ktcachecheck-cachecheck.cpp patch-libktorrent-util-sha1hash.cpp patch-plugins-partfileimport-Makefile.in patch-plugins-upnp-upnpmcastsocket.cpp Log: - Update to version 2.0 - Add several new features to pkg-descr Revision Changes Path 1.12 +6 -2 ports/net-p2p/ktorrent/Makefile 1.6 +3 -3 ports/net-p2p/ktorrent/distinfo 1.4 +0 -11 ports/net-p2p/ktorrent/files/patch-Makefile.in (dead) 1.2 +0 -10 ports/net-p2p/ktorrent/files/patch-apps-ktcachecheck-cachecheck.cpp (dead) 1.2 +0 -11 ports/net-p2p/ktorrent/files/patch-libktorrent-util-sha1hash.cpp (dead) 1.2 +0 -11 ports/net-p2p/ktorrent/files/patch-plugins-partfileimport-Makefile.in (dead) 1.2 +0 -10 ports/net-p2p/ktorrent/files/patch-plugins-upnp-upnpmcastsocket.cpp (dead) 1.3 +9 -0 ports/net-p2p/ktorrent/pkg-descr 1.8 +299 -18 ports/net-p2p/ktorrent/pkg-plist From owner-cvs-all@FreeBSD.ORG Tue Aug 8 17:45:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5180D16A4DF; Tue, 8 Aug 2006 17:45:13 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA8843D46; Tue, 8 Aug 2006 17:45:13 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78HjCpA024404; Tue, 8 Aug 2006 17:45:12 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78HjC7N024403; Tue, 8 Aug 2006 17:45:12 GMT (envelope-from joel) Message-Id: <200608081745.k78HjC7N024403@repoman.freebsd.org> From: Joel Dahl Date: Tue, 8 Aug 2006 17:45:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 17:45:13 -0000 joel 2006-08-08 17:45:12 UTC FreeBSD ports repository (doc committer) Modified files: astro/xearth/files freebsd.committers.markers Log: Provide more accurate coordinates. My house is famous now. Note: This commit is just for correctness. I moved back in March, so the "new" coordinates I added with this commit are still outdated. My current location is still secret... Revision Changes Path 1.307 +2 -2 ports/astro/xearth/files/freebsd.committers.markers From owner-cvs-all@FreeBSD.ORG Tue Aug 8 18:00:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87F0616A4E6; Tue, 8 Aug 2006 18:00:38 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4826843D49; Tue, 8 Aug 2006 18:00:38 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78I0cCf025288; Tue, 8 Aug 2006 18:00:38 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78I0cM0025287; Tue, 8 Aug 2006 18:00:38 GMT (envelope-from sat) Message-Id: <200608081800.k78I0cM0025287@repoman.freebsd.org> From: Andrew Pantyukhin Date: Tue, 8 Aug 2006 18:00:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/kexis Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 18:00:38 -0000 sat 2006-08-08 18:00:38 UTC FreeBSD ports repository Modified files: audio/kexis Makefile Log: - Mark broken on 4.x Reported by: pointyhat via kris Revision Changes Path 1.3 +7 -1 ports/audio/kexis/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 18:02:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E342216A500; Tue, 8 Aug 2006 18:02:22 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A31E643D45; Tue, 8 Aug 2006 18:02:22 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78I2MPJ025426; Tue, 8 Aug 2006 18:02:22 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78I2Mpu025425; Tue, 8 Aug 2006 18:02:22 GMT (envelope-from novel) Message-Id: <200608081802.k78I2Mpu025425@repoman.freebsd.org> From: Roman Bogorodskiy Date: Tue, 8 Aug 2006 18:02:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/mpdscribble Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 18:02:23 -0000 novel 2006-08-08 18:02:22 UTC FreeBSD ports repository Modified files: audio/mpdscribble Makefile Log: Mark BROKEN on 4.x. Reported by: pointyhat via kris Revision Changes Path 1.2 +7 -1 ports/audio/mpdscribble/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 18:02:27 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E46616A4DE; Tue, 8 Aug 2006 18:02:27 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF0B43D46; Tue, 8 Aug 2006 18:02:24 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k78I1vkp051917; Tue, 8 Aug 2006 14:01:58 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Yar Tikhiy Date: Tue, 8 Aug 2006 12:15:07 -0400 User-Agent: KMail/1.9.1 References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041644.08533.jhb@freebsd.org> <20060808095033.GL54416@comp.chem.msu.su> In-Reply-To: <20060808095033.GL54416@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608081215.09293.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 08 Aug 2006 14:02:00 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1640/Mon Aug 7 21:11:04 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Sam Leffler , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org, Marcel Moolenaar Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 18:02:27 -0000 On Tuesday 08 August 2006 05:50, Yar Tikhiy wrote: > On Fri, Aug 04, 2006 at 04:44:07PM -0400, John Baldwin wrote: > > > > To be honest, as someone who works with bug reports, I'd actually like > > backtraces up front w/o requiring the user to compile a custom kernel, etc. > > Having a simple backend in place and kdb_backtrace()'s where relevant would > > be very handy. :) > > > > > > Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's > > > > just a feature that kdb_foo() functions become NOPs when the kernel isn't > > > > configured for debugging, so I think the #ifdef KDB's would be redundant. > > > > > > None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into > > > NOPs when option KDB is not present. They are all unconditionally > > > functional by design and should therefore be called conditionally > > > by consequence. > > > > Well, given that separation, I'm not sure KDB is the right option to make > > calls conditional. Rather, some specific is-debugging-enabled? option (like > > INARIANTS or FOO_DEBUG) should be used instead. i.e.: > > > > #ifdef FOO_DEBUG > > if (foo_bad) { > > printf("foo is bad\n"); > > kdb_backtrace(); > > } > > #endif > > > > I don't think that warrants an extra #ifdef KDB. > > Please excuse me, but there is a small inconsistency in your words. > On the one hand, you wish users could obtain and post backtraces > with no special efforts. This is a great point because users don't > always have time or resources to reproduce a problem with kernel > debug features enabled, and some weird problems defy reproducing. > On the other hand, you suggest putting kdb_backtrace() calls under > secial #ifdef's. That would effectively cancel out the benefits > from using kdb_backtrace() for "mild debugging" because you would > still have to have the users re-compile their kernels or modules > and try to catch the bug again. A call to kdb_backtrace() is cheap, > so there is little sense in leaving it out from production kernels > and modules. IMHO the only case when it should be done is when the > consistency check around kdb_backtrace() is expensive and sits on > a performance-critical path. No, you misunderstood. Suppose you have a set of extra checks turned on (such as options WITNESS), then any witness-related kdb_backtrace()'s would be sufficiently protected by #ifdef WITNESS without the need for an #ifdef KDB. In fact, if a user includes WITNESS but doesn't include 'options KDB' (which now seems useless) or 'options DDB', it would be neat to have a little stack unwinder still dump out the backtrace, but it would be conditional on WITNESS since it requires WITNESS to do the checking. This similar to KASSERT being conditional on INVARIANTS. I think most of the kdb_backtrace()'s I would throw in would probably be #ifdef INVARIANTS in fact. The only one I can think of that is always turned on is in subr_turnstile.c where it tries to backtrace the thread that slept while holding a lock. In this case, because the kdb_* API is too limited, it has to use a DDB-specific call and is thus #ifdef DDB, but I'd actually prefer it to not be DDB-specific. -- John Baldwin From owner-cvs-all@FreeBSD.ORG Tue Aug 8 18:05:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEEE516A4E0; Tue, 8 Aug 2006 18:05:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F8343DCC; Tue, 8 Aug 2006 18:04:47 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78I4lYw026798; Tue, 8 Aug 2006 18:04:47 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78I4loE026797; Tue, 8 Aug 2006 18:04:47 GMT (envelope-from novel) Message-Id: <200608081804.k78I4loE026797@repoman.freebsd.org> From: Roman Bogorodskiy Date: Tue, 8 Aug 2006 18:04:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/udis86/files patch-udcli-udcli.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 18:05:02 -0000 novel 2006-08-08 18:04:47 UTC FreeBSD ports repository Added files: devel/udis86/files patch-udcli-udcli.c Log: Fix build on 4.x. Reported by: pointyhat via kris Revision Changes Path 1.1 +12 -0 ports/devel/udis86/files/patch-udcli-udcli.c (new) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 18:13:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB8DA16A4DE; Tue, 8 Aug 2006 18:13:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0DE43D45; Tue, 8 Aug 2006 18:13:49 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78IDnoV027432; Tue, 8 Aug 2006 18:13:49 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78IDnLf027431; Tue, 8 Aug 2006 18:13:49 GMT (envelope-from novel) Message-Id: <200608081813.k78IDnLf027431@repoman.freebsd.org> From: Roman Bogorodskiy Date: Tue, 8 Aug 2006 18:13:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/mpdscribble Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 18:13:50 -0000 novel 2006-08-08 18:13:49 UTC FreeBSD ports repository Modified files: audio/mpdscribble Makefile Log: Typo: s/BROEKEN/BROKEN/. Revision Changes Path 1.3 +1 -1 ports/audio/mpdscribble/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 18:16:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5908516A4DD; Tue, 8 Aug 2006 18:16:08 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AB2C43D49; Tue, 8 Aug 2006 18:16:08 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78IG8YA027559; Tue, 8 Aug 2006 18:16:08 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78IG8J7027558; Tue, 8 Aug 2006 18:16:08 GMT (envelope-from novel) Message-Id: <200608081816.k78IG8J7027558@repoman.freebsd.org> From: Roman Bogorodskiy Date: Tue, 8 Aug 2006 18:16:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libcoyotl Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 18:16:08 -0000 novel 2006-08-08 18:16:07 UTC FreeBSD ports repository Modified files: devel/libcoyotl Makefile Log: Mark BROKEN on 4.x. Reported by: pointyhat via kris Revision Changes Path 1.2 +7 -1 ports/devel/libcoyotl/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 18:40:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B056C16A4DF; Tue, 8 Aug 2006 18:40:16 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3003E43D55; Tue, 8 Aug 2006 18:39:55 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78IdtVh028818; Tue, 8 Aug 2006 18:39:55 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78IdtHB028817; Tue, 8 Aug 2006 18:39:55 GMT (envelope-from erwin) Message-Id: <200608081839.k78IdtHB028817@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 8 Aug 2006 18:39:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fonts/geminifonts Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 18:40:16 -0000 erwin 2006-08-08 18:39:54 UTC FreeBSD ports repository Modified files: x11-fonts/geminifonts Makefile Log: Fix after DESTDIR support was added. Submitted by: gabor Revision Changes Path 1.9 +3 -4 ports/x11-fonts/geminifonts/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 18:52:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F05416A4DD; Tue, 8 Aug 2006 18:52:25 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259B143D70; Tue, 8 Aug 2006 18:52:25 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78IqPnR029461; Tue, 8 Aug 2006 18:52:25 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78IqP0V029460; Tue, 8 Aug 2006 18:52:25 GMT (envelope-from bsam) Message-Id: <200608081852.k78IqP0V029460@repoman.freebsd.org> From: Boris Samorodov Date: Tue, 8 Aug 2006 18:52:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/linux-jigdo Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 18:52:25 -0000 bsam 2006-08-08 18:52:24 UTC FreeBSD ports repository Modified files: net-p2p/linux-jigdo Makefile distinfo Log: - update to 0.7.3 [1] - change MASTER_SITES [2] PR: 101588 [1] Submitted by: Udo Schweigert (maintainer) [1] Approved by: Udo Schweigert (maintainer by email) [2], netchild (mentor, implicit) Revision Changes Path 1.9 +2 -2 ports/net-p2p/linux-jigdo/Makefile 1.6 +3 -3 ports/net-p2p/linux-jigdo/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 19:19:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F62816A4DD; Tue, 8 Aug 2006 19:19:36 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D927243D46; Tue, 8 Aug 2006 19:19:35 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78JJZpD031917; Tue, 8 Aug 2006 19:19:35 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78JJZJe031916; Tue, 8 Aug 2006 19:19:35 GMT (envelope-from bsam) Message-Id: <200608081919.k78JJZJe031916@repoman.freebsd.org> From: Boris Samorodov Date: Tue, 8 Aug 2006 19:19:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/linux_dri Makefile ports/graphics/linux_dri-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 19:19:36 -0000 bsam 2006-08-08 19:19:35 UTC FreeBSD ports repository Modified files: graphics/linux_dri Makefile graphics/linux_dri-devel Makefile Log: Let the ports which have both bz2 and gz distfiles extract on 4.x (actually, if ${OSVERSION} < 502111): - remove BROKEN from graphics/linux_dri-devel; - remove IGNORE from graphics/linux_dri. The next technique is used (thanks Brooks Davis): .if ${OSVERSION} < 502111 EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/libarchive TAR= bsdtar .endif Approved by: netchild (mentor, implicit) Revision Changes Path 1.5 +7 -4 ports/graphics/linux_dri-devel/Makefile 1.20 +3 -2 ports/graphics/linux_dri/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 19:22:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD37716A4DA; Tue, 8 Aug 2006 19:22:25 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F49743D5A; Tue, 8 Aug 2006 19:22:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78JMP8S032467; Tue, 8 Aug 2006 19:22:25 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78JMPw9032466; Tue, 8 Aug 2006 19:22:25 GMT (envelope-from rwatson) Message-Id: <200608081922.k78JMPw9032466@repoman.freebsd.org> From: Robert Watson Date: Tue, 8 Aug 2006 19:22:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_tun.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 19:22:25 -0000 rwatson 2006-08-08 19:22:25 UTC FreeBSD src repository Modified files: sys/net if_tun.c Log: Add kqueue support to if_tun. Loosely based on if_tap changes. Two almost identical patches based on the if_tap work were submitted via GNATS; I started out with the patch in 100796 from David Gilbert, but could have easily started with the patch from Vilmos Nebehaj which I found only later. MFC after: 1 week PR: 93976, 100796 Revision Changes Path 1.158 +119 -1 src/sys/net/if_tun.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 19:33:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37CDF16A4E0; Tue, 8 Aug 2006 19:33:05 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C6643D49; Tue, 8 Aug 2006 19:33:04 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78JX4cM033026; Tue, 8 Aug 2006 19:33:04 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78JX4fg033025; Tue, 8 Aug 2006 19:33:04 GMT (envelope-from garga) Message-Id: <200608081933.k78JX4fg033025@repoman.freebsd.org> From: Renato Botelho Date: Tue, 8 Aug 2006 19:33:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/clamav Makefile ports/security/clamav/files pkg-install.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 19:33:05 -0000 garga 2006-08-08 19:33:04 UTC FreeBSD ports repository Modified files: security/clamav Makefile security/clamav/files pkg-install.in Log: Respect DESTDIR Reworked by: gabor Tested by: gabor Revision Changes Path 1.81 +13 -12 ports/security/clamav/Makefile 1.2 +33 -24 ports/security/clamav/files/pkg-install.in From owner-cvs-all@FreeBSD.ORG Tue Aug 8 19:35:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ED8116A4E7; Tue, 8 Aug 2006 19:35:14 +0000 (UTC) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2C3443D53; Tue, 8 Aug 2006 19:35:13 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78JZDDh033156; Tue, 8 Aug 2006 19:35:13 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78JZDtC033155; Tue, 8 Aug 2006 19:35:13 GMT (envelope-from jcamou) Message-Id: <200608081935.k78JZDtC033155@repoman.freebsd.org> From: "Jesus R. Camou" Date: Tue, 8 Aug 2006 19:35:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/linux-comparison article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 19:35:14 -0000 jcamou 2006-08-08 19:35:13 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/linux-comparison article.sgml Log: Add a missed space between words in previous commit. Blame it on me, not on mentor. Approved by: trhodes (mentor) Revision Changes Path 1.10 +1 -1 doc/en_US.ISO8859-1/articles/linux-comparison/article.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 8 19:47:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 285AF16A4DF; Tue, 8 Aug 2006 19:47:16 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62CC143D70; Tue, 8 Aug 2006 19:47:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78JlBEQ033664; Tue, 8 Aug 2006 19:47:11 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78JlBkR033663; Tue, 8 Aug 2006 19:47:11 GMT (envelope-from ru) Message-Id: <200608081947.k78JlBkR033663@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 8 Aug 2006 19:47:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 19:47:16 -0000 ru 2006-08-08 19:47:11 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Add FreeBSD 6.2 to the list of known versions. Revision Changes Path 1.54 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-all@FreeBSD.ORG Tue Aug 8 20:01:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EDB016A4DD; Tue, 8 Aug 2006 20:01:17 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4787943D7B; Tue, 8 Aug 2006 20:01:12 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78K1CNq034412; Tue, 8 Aug 2006 20:01:12 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78K1C9q034409; Tue, 8 Aug 2006 20:01:12 GMT (envelope-from simon) Message-Id: <200608082001.k78K1C9q034409@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Tue, 8 Aug 2006 20:01:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 20:01:17 -0000 simon 2006-08-08 20:01:12 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add CVE name to recent ClamAV entry. Revision Changes Path 1.1100 +2 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Tue Aug 8 20:22:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE2216A4DE; Tue, 8 Aug 2006 20:22:17 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB7AF43D90; Tue, 8 Aug 2006 20:22:13 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78KMDJv036870; Tue, 8 Aug 2006 20:22:13 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78KMDTj036869; Tue, 8 Aug 2006 20:22:13 GMT (envelope-from keramida) Message-Id: <200608082022.k78KMDTj036869@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 20:22:13 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/firewalls chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 20:22:18 -0000 keramida 2006-08-08 20:22:08 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/firewalls chapter.sgml Log: ipnat doesn't support IP ranges with a.b.c.d-w.x.y.z notation, but only with /netmask or /cidr notation PR: docs/95261 Submitted by: fbsd_user@a1poweruser.com Revision Changes Path 1.71 +13 -8 doc/en_US.ISO8859-1/books/handbook/firewalls/chapter.sgml From owner-cvs-all@FreeBSD.ORG Tue Aug 8 20:59:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BB5516A4E2; Tue, 8 Aug 2006 20:59:39 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084A243D53; Tue, 8 Aug 2006 20:59:39 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Kxcfh046714; Tue, 8 Aug 2006 20:59:38 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Kxctl046713; Tue, 8 Aug 2006 20:59:38 GMT (envelope-from cognet) Message-Id: <200608082059.k78Kxctl046713@repoman.freebsd.org> From: Olivier Houchard Date: Tue, 8 Aug 2006 20:59:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options.arm src/sys/arm/arm mem.c pmap.c vm_machdep.c src/sys/arm/at91 kb920x_machdep.c src/sys/arm/include pmap.h sf_buf.h vmparam.h src/sys/arm/sa11x0 assabet_machdep.c src/sys/arm/xscale/i80321 iq31244_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 20:59:39 -0000 cognet 2006-08-08 20:59:38 UTC FreeBSD src repository Modified files: sys/conf options.arm sys/arm/arm mem.c pmap.c vm_machdep.c sys/arm/at91 kb920x_machdep.c sys/arm/include pmap.h sf_buf.h vmparam.h sys/arm/sa11x0 assabet_machdep.c sys/arm/xscale/i80321 iq31244_machdep.c Log: Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps whole the physical memory, cached, using 1MB section mappings. This reduces the address space available for user processes a bit, but given the amount of memory a typical arm machine has, it is not (yet) a big issue. It then provides a uma_small_alloc() that works as it does for architectures which have a direct mapping. Revision Changes Path 1.3 +2 -7 src/sys/arm/arm/mem.c 1.68 +39 -11 src/sys/arm/arm/pmap.c 1.27 +119 -102 src/sys/arm/arm/vm_machdep.c 1.15 +9 -4 src/sys/arm/at91/kb920x_machdep.c 1.20 +2 -1 src/sys/arm/include/pmap.h 1.2 +26 -1 src/sys/arm/include/sf_buf.h 1.6 +7 -0 src/sys/arm/include/vmparam.h 1.18 +5 -8 src/sys/arm/sa11x0/assabet_machdep.c 1.22 +9 -4 src/sys/arm/xscale/i80321/iq31244_machdep.c 1.12 +1 -0 src/sys/conf/options.arm From owner-cvs-all@FreeBSD.ORG Tue Aug 8 21:20:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D94E616A4DD; Tue, 8 Aug 2006 21:20:30 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96CE443D46; Tue, 8 Aug 2006 21:20:30 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78LKUNh053632; Tue, 8 Aug 2006 21:20:30 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78LKUGO053631; Tue, 8 Aug 2006 21:20:30 GMT (envelope-from lioux) Message-Id: <200608082120.k78LKUGO053631@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 8 Aug 2006 21:20:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/py-bittorrent-devel Makefile ports/net-p2p/py-bittorrent-devel/files patch-BitTorrent__NewRateLimiter.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 21:20:31 -0000 lioux 2006-08-08 21:20:30 UTC FreeBSD ports repository Modified files: net-p2p/py-bittorrent-devel Makefile Removed files: net-p2p/py-bittorrent-devel/files patch-BitTorrent__NewRateLimiter.py Log: o Re-enable the new NewRateLimiter.py algorithms o Bump PORTREVISION Revision Changes Path 1.60 +1 -1 ports/net-p2p/py-bittorrent-devel/Makefile 1.2 +0 -35 ports/net-p2p/py-bittorrent-devel/files/patch-BitTorrent__NewRateLimiter.py (dead) From owner-cvs-all@FreeBSD.ORG Tue Aug 8 21:25:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F02C16A4DE; Tue, 8 Aug 2006 21:25:23 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F57143D45; Tue, 8 Aug 2006 21:25:23 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78LPMLH056682; Tue, 8 Aug 2006 21:25:22 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78LPM3A056681; Tue, 8 Aug 2006 21:25:22 GMT (envelope-from keramida) Message-Id: <200608082125.k78LPM3A056681@repoman.freebsd.org> From: Giorgos Keramidas Date: Tue, 8 Aug 2006 21:25:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/split split.1 split.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 21:25:23 -0000 keramida 2006-08-08 21:25:22 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/split split.1 split.c Log: Update usage & SYNOPSIS and clarify that input files are not removed. Sort getopt option handling of -p too, while here. The changes are adapted from a patch by Ruslan Ermilov, posted as followup to docs/33852. PR: docs/33852 Submitted by: Gary W. Swearingen MFC after: 1 week Revision Changes Path 1.19 +22 -10 src/usr.bin/split/split.1 1.18 +8 -8 src/usr.bin/split/split.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 21:33:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D424516A4DE; Tue, 8 Aug 2006 21:33:27 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2795843D5F; Tue, 8 Aug 2006 21:33:27 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78LXRgP057151; Tue, 8 Aug 2006 21:33:27 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78LXQj1057150; Tue, 8 Aug 2006 21:33:26 GMT (envelope-from marcel) Message-Id: <200608082133.k78LXQj1057150@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 8 Aug 2006 21:33:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_gpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 21:33:27 -0000 marcel 2006-08-08 21:33:26 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: Fix a phase-ordering bug: check the mediasize and sectorsize after we obtained access. It is possible that GPT gets to taste a disk first, which means the disk has not been opened before and it will not get opened until after we checked the mediasize and sectorsize. However, since the mediasize and sectorsize are determined at open and that happens when access is optained, checking the mediasize and sectorsize before obtaining access may result in GPT rejecting the disk. Revision Changes Path 1.40 +21 -20 src/sys/geom/geom_gpt.c From owner-cvs-all@FreeBSD.ORG Tue Aug 8 21:36:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 282F416A4DA; Tue, 8 Aug 2006 21:36:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF6E43D45; Tue, 8 Aug 2006 21:36:39 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78LadpO057381; Tue, 8 Aug 2006 21:36:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78LadG0057380; Tue, 8 Aug 2006 21:36:39 GMT (envelope-from miwi) Message-Id: <200608082136.k78LadG0057380@repoman.freebsd.org> From: Martin Wilke Date: Tue, 8 Aug 2006 21:36:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/weatherspect Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 21:36:40 -0000 miwi 2006-08-08 21:36:39 UTC FreeBSD ports repository Modified files: astro/weatherspect Makefile Log: - Respect TARGETDIR PR: ports/101531 Submitted by: Simon Olofsson Approved by: krion (mentor) Revision Changes Path 1.2 +1 -1 ports/astro/weatherspect/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 21:38:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E84A16A4DE; Tue, 8 Aug 2006 21:38:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 315DF43D49; Tue, 8 Aug 2006 21:38:28 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78LcSos057461; Tue, 8 Aug 2006 21:38:28 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78LcSMC057460; Tue, 8 Aug 2006 21:38:28 GMT (envelope-from miwi) Message-Id: <200608082138.k78LcSMC057460@repoman.freebsd.org> From: Martin Wilke Date: Tue, 8 Aug 2006 21:38:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/snack Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 21:38:28 -0000 miwi 2006-08-08 21:38:27 UTC FreeBSD ports repository Modified files: audio/snack Makefile Log: - Respect TARGETDIR PR: ports/101532 Submitted by: Simon Olofsson Approved by: krion (mentor) Revision Changes Path 1.26 +1 -1 ports/audio/snack/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 21:41:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0F2316A59D; Tue, 8 Aug 2006 21:41:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A985D43D49; Tue, 8 Aug 2006 21:41:29 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78LfTFc057744; Tue, 8 Aug 2006 21:41:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78LfTcd057743; Tue, 8 Aug 2006 21:41:29 GMT (envelope-from miwi) Message-Id: <200608082141.k78LfTcd057743@repoman.freebsd.org> From: Martin Wilke Date: Tue, 8 Aug 2006 21:41:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/myghty Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 21:41:30 -0000 miwi 2006-08-08 21:41:29 UTC FreeBSD ports repository Modified files: www/myghty Makefile distinfo Log: - Update to 1.0.2 PR: ports/101598 Submitted by: KATO Tsuguru Approved by: krion (mentor) Revision Changes Path 1.8 +1 -2 ports/www/myghty/Makefile 1.5 +3 -3 ports/www/myghty/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 21:43:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B28316A4DA; Tue, 8 Aug 2006 21:43:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B5F743D46; Tue, 8 Aug 2006 21:43:59 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Lhx9i057832; Tue, 8 Aug 2006 21:43:59 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78Lhxcu057831; Tue, 8 Aug 2006 21:43:59 GMT (envelope-from miwi) Message-Id: <200608082143.k78Lhxcu057831@repoman.freebsd.org> From: Martin Wilke Date: Tue, 8 Aug 2006 21:43:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sylpheed-claws-notification Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 21:43:59 -0000 miwi 2006-08-08 21:43:59 UTC FreeBSD ports repository Modified files: mail/sylpheed-claws-notification Makefile distinfo Log: - Update to 0.3 PR: ports/101607 Submitted by: Pawel Pekala , maintainer Approved by: krion (mentor) Revision Changes Path 1.4 +1 -1 ports/mail/sylpheed-claws-notification/Makefile 1.4 +3 -3 ports/mail/sylpheed-claws-notification/distinfo From owner-cvs-all@FreeBSD.ORG Tue Aug 8 22:42:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C06916A4DD; Tue, 8 Aug 2006 22:42:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 578F043D76; Tue, 8 Aug 2006 22:42:29 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78MgTxX061641; Tue, 8 Aug 2006 22:42:29 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78MgT7f061640; Tue, 8 Aug 2006 22:42:29 GMT (envelope-from adamw) Message-Id: <200608082242.k78MgT7f061640@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 8 Aug 2006 22:42:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gtkjournal Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 22:42:29 -0000 adamw 2006-08-08 22:42:29 UTC FreeBSD ports repository Modified files: deskutils/gtkjournal Makefile Log: Transfer maintainership to beech@alaskaparadise.com. Revision Changes Path 1.15 +1 -1 ports/deskutils/gtkjournal/Makefile From owner-cvs-all@FreeBSD.ORG Tue Aug 8 22:43:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC85A16A4E1; Tue, 8 Aug 2006 22:43:03 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4785543D53; Tue, 8 Aug 2006 22:42:58 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k78Mgw0d061673; Tue, 8 Aug 2006 22:42:58 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k78MgwVS061672; Tue, 8 Aug 2006 22:42:58 GMT (envelope-from adamw) Message-Id: <200608082242.k78MgwVS061672@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 8 Aug 2006 22:42:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-clocks/wmfuzzy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 08 Aug 2006 22:43:03 -0000 adamw 2006-08-08 22:42:58 UTC FreeBSD ports repository Modified files: x11-clocks/wmfuzzy Makefile Log: Transfer maintainership to beech@alaskaparadise.com Revision Changes Path 1.13 +1 -1 ports/x11-clocks/wmfuzzy/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 00:05:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAB3716A4DE; Wed, 9 Aug 2006 00:05:54 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996B243D46; Wed, 9 Aug 2006 00:05:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7905swg067709; Wed, 9 Aug 2006 00:05:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7905sBn067708; Wed, 9 Aug 2006 00:05:54 GMT (envelope-from imp) Message-Id: <200608090005.k7905sBn067708@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 00:05:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard pccard_cis.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 00:05:55 -0000 imp 2006-08-09 00:05:54 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c Log: Thomas Wintergerst reports that when this tsleep went away, certain cards stopped working. Specifically the AVM B1 PCMCIA Card no longer detected. Its CIS chain read back as all FF's. Putting the delay back solves those problems. I've opted to put in a much shorter delay because as far as I can tell, no delay is really needed here. We'll see how well this works in practice. Revision Changes Path 1.39 +10 -0 src/sys/dev/pccard/pccard_cis.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 00:10:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CBB816A4DE; Wed, 9 Aug 2006 00:10:39 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFE6643D69; Wed, 9 Aug 2006 00:10:34 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k790AYHr067995; Wed, 9 Aug 2006 00:10:34 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k790AY1k067994; Wed, 9 Aug 2006 00:10:34 GMT (envelope-from maho) Message-Id: <200608090010.k790AY1k067994@repoman.freebsd.org> From: Maho Nakata Date: Wed, 9 Aug 2006 00:10:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/fastjar Makefile distinfo pkg-descr ports/archivers/fastjar/files patch-aa patch-jargrep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 00:10:39 -0000 maho 2006-08-09 00:10:34 UTC FreeBSD ports repository Modified files: archivers/fastjar Makefile distinfo pkg-descr Removed files: archivers/fastjar/files patch-aa patch-jargrep.c Log: * Update to 20060808 cvs checkout of fastjar proect which was forked from gcc4 (http://savannah.nongnu.org/projects/fastjar/) (According to http://gcc.gnu.org/java/ April 4, 2006 fastjar has been removed from the GCC source tree and made into a separate project....) * FastJar from gcc4 (now at savannah) seems to be the superset of FastJar 0.93 at sourceforge and this doesn't seem to updated for long time. According fastjar-0.93/CHANGES > 0.93 01/11/2001 Integrated GNU gcc patches to mainline fastjar > codebase. Should compile on more platforms. > Ignore nutty errors. * gcc42 will depend on this jar * take over the maintainer ship until this situation become settle. Revision Changes Path 1.13 +7 -7 ports/archivers/fastjar/Makefile 1.5 +3 -3 ports/archivers/fastjar/distinfo 1.2 +0 -48 ports/archivers/fastjar/files/patch-aa (dead) 1.2 +0 -10 ports/archivers/fastjar/files/patch-jargrep.c (dead) 1.3 +3 -1 ports/archivers/fastjar/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Aug 9 00:24:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BCE216A4DD; Wed, 9 Aug 2006 00:24:42 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E87BA43D46; Wed, 9 Aug 2006 00:24:41 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k790Ofvs068743; Wed, 9 Aug 2006 00:24:41 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k790OfWx068742; Wed, 9 Aug 2006 00:24:41 GMT (envelope-from shaun) Message-Id: <200608090024.k790OfWx068742@repoman.freebsd.org> From: Shaun Amott Date: Wed, 9 Aug 2006 00:24:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ragel Makefile distinfo ports/devel/ragel/files patch-ragel__rlparse.y patch-rlcodegen__xmlparse.y X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 00:24:42 -0000 shaun 2006-08-09 00:24:41 UTC FreeBSD ports repository Modified files: devel/ragel Makefile distinfo Added files: devel/ragel/files patch-rlcodegen__xmlparse.y Removed files: devel/ragel/files patch-ragel__rlparse.y Log: Upgrade to 5.10. ChangeLog: http://www.cs.queensu.ca/~thurston/ragel/ChangeLog Revision Changes Path 1.26 +1 -1 ports/devel/ragel/Makefile 1.19 +3 -3 ports/devel/ragel/distinfo 1.2 +0 -11 ports/devel/ragel/files/patch-ragel__rlparse.y (dead) 1.3 +20 -0 ports/devel/ragel/files/patch-rlcodegen__xmlparse.y (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 9 00:24:53 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D666B16A4DA; Wed, 9 Aug 2006 00:24:53 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ABE443D45; Wed, 9 Aug 2006 00:24:53 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.7/8.13.7/NETPLEX) with ESMTP id k790OqJW024878; Tue, 8 Aug 2006 20:24:52 -0400 (EDT) Date: Tue, 8 Aug 2006 20:24:52 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Warner Losh In-Reply-To: <200608090005.k7905sBn067708@repoman.freebsd.org> Message-ID: References: <200608090005.k7905sBn067708@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pccard pccard_cis.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 00:24:53 -0000 On Wed, 9 Aug 2006, Warner Losh wrote: > imp 2006-08-09 00:05:54 UTC > > FreeBSD src repository > > Modified files: > sys/dev/pccard pccard_cis.c > Log: > Thomas Wintergerst reports that when this tsleep went away, certain > cards stopped working. Specifically the AVM B1 PCMCIA Card no longer > detected. Its CIS chain read back as all FF's. Putting the delay > back solves those problems. I've opted to put in a much shorter delay > because as far as I can tell, no delay is really needed here. We'll > see how well this works in practice. I was hoping that this would fix my "dc card no worky" problem that has existed for months (it used to work). Unfortunately, I still get the following: cardbus0: Unable to allocate resource to read CIS. cardbus0: Unable to allocate resources for CIS dc0: port 0xe000-0xe07f mem 0xf4002000-0xf40027ff,0xf4003000-0xf40037ff at device 0.0 on cardbus0 dc0: No station address in CIS! device_attach: dc0 attach returned 6 -- DE From owner-cvs-all@FreeBSD.ORG Wed Aug 9 00:51:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED1816A4DD; Wed, 9 Aug 2006 00:51:12 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836A843D45; Wed, 9 Aug 2006 00:51:12 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k78LQ8cd003763; Tue, 8 Aug 2006 15:26:09 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 08 Aug 2006 15:26:08 -0600 (MDT) Message-Id: <20060808.152608.74745860.imp@bsdimp.com> To: des@des.no From: Warner Losh In-Reply-To: <86k65lx16x.fsf@xps.des.no> References: <200608061201.k76C1gxv046400@repoman.freebsd.org> <86k65lx16x.fsf@xps.des.no> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 08 Aug 2006 15:26:09 -0600 (MDT) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, bms@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 00:51:13 -0000 From: des@des.no (Dag-Erling Sm=F8rgrav) Subject: Re: cvs commit: src/sys/dev/usb usbdevs uscanner.c Date: Sun, 06 Aug 2006 18:45:42 +0200 > Bruce M Simpson writes: > > Log: > > Add identifier for the Epson CX3650 all-in-one scanner function. > > This enables the scanner function on these devices to be detected= > > and probed by uscanner(4), but only when ulpt is not loaded. > = > Any chance we might at some point fix the USB stack so multiple > drivers can attach to different endpoints on the same device? No. Or maybe yes. We'll never be able to have multiple drivers attach to the same endpoint any more than you can have multiple drivers attach to the serial port at 0x3f8. However, we can today have multiple drivers attach to the different configs that are presented by the usb device. too bad that has turned out in practice not to be too useful. Also, one can write a 'bus' driver that allows multiple subdrivers to attach. We do that already with uhub. Warner From owner-cvs-all@FreeBSD.ORG Wed Aug 9 01:10:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8C9C16A4DA; Wed, 9 Aug 2006 01:10:14 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9720A43D58; Wed, 9 Aug 2006 01:10:14 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k791AEn7079725; Wed, 9 Aug 2006 01:10:14 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k791AEJ5079724; Wed, 9 Aug 2006 01:10:14 GMT (envelope-from perky) Message-Id: <200608090110.k791AEJ5079724@repoman.freebsd.org> From: Hye-Shik Chang Date: Wed, 9 Aug 2006 01:10:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mod_python3 Makefile distinfo ports/www/mod_python3/files patch-configure patch-src_include_mod_python.h.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 01:10:14 -0000 perky 2006-08-09 01:10:14 UTC FreeBSD ports repository Modified files: www/mod_python3 Makefile distinfo www/mod_python3/files patch-configure Removed files: www/mod_python3/files patch-src_include_mod_python.h.in Log: Update to 3.2.10 which is compatible with Apache 2.2 also. PR: 100208 Submitted by: Mark Evenson , Nick Pavlica , Nikolai Nespor Revision Changes Path 1.36 +1 -1 ports/www/mod_python3/Makefile 1.15 +3 -3 ports/www/mod_python3/distinfo 1.6 +4 -4 ports/www/mod_python3/files/patch-configure 1.2 +0 -13 ports/www/mod_python3/files/patch-src_include_mod_python.h.in (dead) From owner-cvs-all@FreeBSD.ORG Wed Aug 9 01:46:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71C2516A4DD; Wed, 9 Aug 2006 01:46:19 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2731B43D46; Wed, 9 Aug 2006 01:46:19 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k791kI52081340; Wed, 9 Aug 2006 01:46:19 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k791kIJ7081339; Wed, 9 Aug 2006 01:46:18 GMT (envelope-from shaun) Message-Id: <200608090146.k791kIJ7081339@repoman.freebsd.org> From: Shaun Amott Date: Wed, 9 Aug 2006 01:46:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/zsnes Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 01:46:19 -0000 shaun 2006-08-09 01:46:18 UTC FreeBSD ports repository Modified files: emulators/zsnes Makefile Log: - Add OPTIONS for X11/OpenGL, as these are not mandatory dependencies. - Pass maintainership to submitter. PR: ports/101663 Submitted by: Stefan Sperling Revision Changes Path 1.28 +23 -6 ports/emulators/zsnes/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 01:56:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A38D16A4DD; Wed, 9 Aug 2006 01:56:18 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 263E143D46; Wed, 9 Aug 2006 01:56:18 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k791uIUo081824; Wed, 9 Aug 2006 01:56:18 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k791uHS0081823; Wed, 9 Aug 2006 01:56:17 GMT (envelope-from brooks) Message-Id: <200608090156.k791uHS0081823@repoman.freebsd.org> From: Brooks Davis Date: Wed, 9 Aug 2006 01:56:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 01:56:18 -0000 brooks 2006-08-09 01:56:17 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vfsops.c Log: Add a new kernel environment variable "boot.netif.mtu" which is used to set the MTU prior to mounting root via NFS. This is required if the server supports a higher than default MTU because the client will not see the responses otherwise. MFC after: 3 weeks Revision Changes Path 1.185 +10 -0 src/sys/nfsclient/nfs_vfsops.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 02:27:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1B0C16A4DD; Wed, 9 Aug 2006 02:27:33 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E4E443D45; Wed, 9 Aug 2006 02:27:33 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k792RXiH084546; Wed, 9 Aug 2006 02:27:33 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k792RXBq084545; Wed, 9 Aug 2006 02:27:33 GMT (envelope-from nyan) Message-Id: <200608090227.k792RXBq084545@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 9 Aug 2006 02:27:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 02:27:33 -0000 nyan 2006-08-09 02:27:32 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Add the sade to build-tools list. This fixes a tinderbox. Revision Changes Path 1.551 +1 -0 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Wed Aug 9 02:37:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97FF816A4DA; Wed, 9 Aug 2006 02:37:09 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50B1143D53; Wed, 9 Aug 2006 02:37:09 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k792b9hh085031; Wed, 9 Aug 2006 02:37:09 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k792b9ps085030; Wed, 9 Aug 2006 02:37:09 GMT (envelope-from scrappy) Message-Id: <200608090237.k792b9ps085030@repoman.freebsd.org> From: "Marc G. Fournier" Date: Wed, 9 Aug 2006 02:37:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 02:37:09 -0000 scrappy 2006-08-09 02:37:09 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile sysutils/bsdstats/files 300.statistics Log: Add CPUs to the devices report, and clean up the script a bit Submitted by: Matthew Seaman Revision Changes Path 1.9 +1 -2 ports/sysutils/bsdstats/Makefile 1.7 +41 -5 ports/sysutils/bsdstats/files/300.statistics From owner-cvs-all@FreeBSD.ORG Wed Aug 9 02:38:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6DA516A4DD; Wed, 9 Aug 2006 02:38:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F49143D68; Wed, 9 Aug 2006 02:38:14 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k792cE7g085081; Wed, 9 Aug 2006 02:38:14 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k792cEAD085080; Wed, 9 Aug 2006 02:38:14 GMT (envelope-from clsung) Message-Id: <200608090238.k792cEAD085080@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 02:38:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-version Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 02:38:16 -0000 clsung 2006-08-09 02:38:13 UTC FreeBSD ports repository Modified files: devel/p5-version Makefile distinfo Log: - update to 0.67 Revision Changes Path 1.21 +1 -2 ports/devel/p5-version/Makefile 1.22 +3 -3 ports/devel/p5-version/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 02:40:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56EAA16A4E2; Wed, 9 Aug 2006 02:40:07 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2875643D7D; Wed, 9 Aug 2006 02:40:02 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k792e25Y085144; Wed, 9 Aug 2006 02:40:02 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k792e18K085143; Wed, 9 Aug 2006 02:40:01 GMT (envelope-from clsung) Message-Id: <200608090240.k792e18K085143@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 02:40:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Params-Util Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 02:40:07 -0000 clsung 2006-08-09 02:40:01 UTC FreeBSD ports repository Modified files: devel/p5-Params-Util Makefile distinfo Log: - update to 0.17 Revision Changes Path 1.8 +1 -1 ports/devel/p5-Params-Util/Makefile 1.8 +3 -3 ports/devel/p5-Params-Util/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 02:46:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6644316A4DE; Wed, 9 Aug 2006 02:46:49 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 211D943D53; Wed, 9 Aug 2006 02:46:49 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k792knQ8085483; Wed, 9 Aug 2006 02:46:49 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k792kmK6085482; Wed, 9 Aug 2006 02:46:48 GMT (envelope-from clsung) Message-Id: <200608090246.k792kmK6085482@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 02:46:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-Data-Entropy Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 02:46:49 -0000 clsung 2006-08-09 02:46:48 UTC FreeBSD ports repository Modified files: security/p5-Data-Entropy Makefile Log: - fix dependency - bump PORTREVISION PR: ports/101541 Submitted by: Jin-Shan Tseng Approved by: maintainer Revision Changes Path 1.3 +7 -5 ports/security/p5-Data-Entropy/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 02:53:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4069B16A4DD; Wed, 9 Aug 2006 02:53:51 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C9F443D4C; Wed, 9 Aug 2006 02:53:51 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k792ro8U085885; Wed, 9 Aug 2006 02:53:50 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k792roaW085884; Wed, 9 Aug 2006 02:53:50 GMT (envelope-from clsung) Message-Id: <200608090253.k792roaW085884@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 02:53:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/p5-BSD-Jail-Object Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 02:53:51 -0000 clsung 2006-08-09 02:53:50 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-BSD-Jail-Object Makefile distinfo pkg-descr pkg-plist Log: Add p5-BSD-Jail-Object 0.02, an object oriented perl interface to jail(2). PR: ports/101643 Submitted by: Mahlon E. Smith Revision Changes Path 1.820 +1 -0 ports/sysutils/Makefile 1.1 +35 -0 ports/sysutils/p5-BSD-Jail-Object/Makefile (new) 1.1 +3 -0 ports/sysutils/p5-BSD-Jail-Object/distinfo (new) 1.1 +19 -0 ports/sysutils/p5-BSD-Jail-Object/pkg-descr (new) 1.1 +11 -0 ports/sysutils/p5-BSD-Jail-Object/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 9 02:54:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15B5216A4DF; Wed, 9 Aug 2006 02:54:05 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD37643D4C; Wed, 9 Aug 2006 02:54:04 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k792s4go085931; Wed, 9 Aug 2006 02:54:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k792s4px085930; Wed, 9 Aug 2006 02:54:04 GMT (envelope-from clsung) Message-Id: <200608090254.k792s4px085930@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 02:54:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 02:54:05 -0000 clsung 2006-08-09 02:54:04 UTC FreeBSD ports repository Modified files: . modules Log: p5-BSD-Jail-Object --> ports/sysutils/p5-BSD-Jail-Object Revision Changes Path 1.15939 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Aug 9 03:01:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7CBD16A4DA; Wed, 9 Aug 2006 03:01:41 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75BF143D49; Wed, 9 Aug 2006 03:01:41 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7931fkM086468; Wed, 9 Aug 2006 03:01:41 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7931fkO086467; Wed, 9 Aug 2006 03:01:41 GMT (envelope-from clsung) Message-Id: <200608090301.k7931fkO086467@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 03:01:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-HTML-TreeBuilder-XPath Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 03:01:41 -0000 clsung 2006-08-09 03:01:41 UTC FreeBSD ports repository Modified files: www/p5-HTML-TreeBuilder-XPath Makefile distinfo pkg-descr Log: - Update to 0.06 PR: ports/101661 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +10 -5 ports/www/p5-HTML-TreeBuilder-XPath/Makefile 1.2 +3 -3 ports/www/p5-HTML-TreeBuilder-XPath/distinfo 1.2 +0 -1 ports/www/p5-HTML-TreeBuilder-XPath/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Aug 9 03:03:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BBE116A4E1; Wed, 9 Aug 2006 03:03:56 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA5043D53; Wed, 9 Aug 2006 03:03:55 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7933tQl087849; Wed, 9 Aug 2006 03:03:55 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7933tX6087848; Wed, 9 Aug 2006 03:03:55 GMT (envelope-from clsung) Message-Id: <200608090303.k7933tX6087848@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 03:03:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/p5-XML-XPathEngine Makefile ports/textproc/p5-XML-XPathEngine/files extra-lib-XML-XPathEngine.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 03:03:56 -0000 clsung 2006-08-09 03:03:55 UTC FreeBSD ports repository Modified files: textproc/p5-XML-XPathEngine Makefile Added files: textproc/p5-XML-XPathEngine/files extra-lib-XML-XPathEngine.pm Log: - Support Perl 5.00503 PR: ports/101662 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.3 +4 -1 ports/textproc/p5-XML-XPathEngine/Makefile 1.1 +30 -0 ports/textproc/p5-XML-XPathEngine/files/extra-lib-XML-XPathEngine.pm (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 9 03:05:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C66E216A4DE; Wed, 9 Aug 2006 03:05:38 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F3F143D53; Wed, 9 Aug 2006 03:05:38 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7935c9f087961; Wed, 9 Aug 2006 03:05:38 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7935ccG087960; Wed, 9 Aug 2006 03:05:38 GMT (envelope-from clsung) Message-Id: <200608090305.k7935ccG087960@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 03:05:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ruby-rmagick pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 03:05:38 -0000 clsung 2006-08-09 03:05:38 UTC FreeBSD ports repository Modified files: graphics/ruby-rmagick pkg-plist Log: - fix pkg-plist Noted by: krisbot Revision Changes Path 1.15 +0 -2 ports/graphics/ruby-rmagick/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 03:15:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3850816A4DA; Wed, 9 Aug 2006 03:15:32 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5C0443D4C; Wed, 9 Aug 2006 03:15:31 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k793FV0G088447; Wed, 9 Aug 2006 03:15:31 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k793FVkN088446; Wed, 9 Aug 2006 03:15:31 GMT (envelope-from clsung) Message-Id: <200608090315.k793FVkN088446@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 03:15:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/p5-Pugs-Compiler-Rule Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 03:15:32 -0000 clsung 2006-08-09 03:15:31 UTC FreeBSD ports repository Modified files: lang/p5-Pugs-Compiler-Rule Makefile distinfo pkg-plist Log: - update to 0.13 Revision Changes Path 1.2 +3 -3 ports/lang/p5-Pugs-Compiler-Rule/Makefile 1.2 +3 -3 ports/lang/p5-Pugs-Compiler-Rule/distinfo 1.2 +5 -0 ports/lang/p5-Pugs-Compiler-Rule/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 03:51:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31B3716A4DE; Wed, 9 Aug 2006 03:51:28 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACCF743D49; Wed, 9 Aug 2006 03:51:27 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k793pRjX090304; Wed, 9 Aug 2006 03:51:27 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k793pR2b090303; Wed, 9 Aug 2006 03:51:27 GMT (envelope-from clsung) Message-Id: <200608090351.k793pR2b090303@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 03:51:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/p5-PerlCryptLib Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 03:51:28 -0000 clsung 2006-08-09 03:51:27 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-PerlCryptLib Makefile distinfo pkg-descr pkg-plist Log: Add p5-PerlCryptLib 1.03, perl interface to Peter Guttman cryptlib API. PR: ports/101658 Submitted by: Gea-Suan Lin Revision Changes Path 1.802 +1 -0 ports/security/Makefile 1.1 +33 -0 ports/security/p5-PerlCryptLib/Makefile (new) 1.1 +3 -0 ports/security/p5-PerlCryptLib/distinfo (new) 1.1 +3 -0 ports/security/p5-PerlCryptLib/pkg-descr (new) 1.1 +8 -0 ports/security/p5-PerlCryptLib/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 9 03:51:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B53D16A5C2; Wed, 9 Aug 2006 03:51:47 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B2343D46; Wed, 9 Aug 2006 03:51:47 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k793plpX090361; Wed, 9 Aug 2006 03:51:47 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k793pl3K090360; Wed, 9 Aug 2006 03:51:47 GMT (envelope-from clsung) Message-Id: <200608090351.k793pl3K090360@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 03:51:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 03:51:47 -0000 clsung 2006-08-09 03:51:47 UTC FreeBSD ports repository Modified files: . modules Log: p5-PerlCryptLib --> ports/security/p5-PerlCryptLib Revision Changes Path 1.15940 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Aug 9 03:59:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9676916A4E6; Wed, 9 Aug 2006 03:59:21 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F31C43D46; Wed, 9 Aug 2006 03:59:21 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k793xL3Q090669; Wed, 9 Aug 2006 03:59:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k793xLKV090668; Wed, 9 Aug 2006 03:59:21 GMT (envelope-from clsung) Message-Id: <200608090359.k793xLKV090668@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 03:59:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-IPC-Locker Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 03:59:21 -0000 clsung 2006-08-09 03:59:21 UTC FreeBSD ports repository Modified files: devel/p5-IPC-Locker Makefile distinfo Log: - update to 1.452 Revision Changes Path 1.12 +1 -1 ports/devel/p5-IPC-Locker/Makefile 1.11 +3 -3 ports/devel/p5-IPC-Locker/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 04:35:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13A616A4DA; Wed, 9 Aug 2006 04:35:52 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C78043D49; Wed, 9 Aug 2006 04:35:52 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k794XpoN020602; Tue, 8 Aug 2006 22:33:51 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 08 Aug 2006 22:33:56 -0600 (MDT) Message-Id: <20060808.223356.1649768374.imp@bsdimp.com> To: deischen@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: References: <200608090005.k7905sBn067708@repoman.freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 08 Aug 2006 22:33:51 -0600 (MDT) Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pccard pccard_cis.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 04:35:53 -0000 In message: Daniel Eischen writes: : On Wed, 9 Aug 2006, Warner Losh wrote: : : > imp 2006-08-09 00:05:54 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/pccard pccard_cis.c : > Log: : > Thomas Wintergerst reports that when this tsleep went away, certain : > cards stopped working. Specifically the AVM B1 PCMCIA Card no longer : > detected. Its CIS chain read back as all FF's. Putting the delay : > back solves those problems. I've opted to put in a much shorter delay : > because as far as I can tell, no delay is really needed here. We'll : > see how well this works in practice. : : I was hoping that this would fix my "dc card no worky" problem that : has existed for months (it used to work). Unfortunately, I still get : the following: No chance. Only 16-bit cards will change. : cardbus0: Unable to allocate resource to read CIS. : cardbus0: Unable to allocate resources for CIS : dc0: port 0xe000-0xe07f mem : 0xf4002000-0xf40027ff,0xf4003000-0xf40037ff at device 0.0 on cardbus0 : dc0: No station address in CIS! : device_attach: dc0 attach returned 6 I've seen reports of this, and I've tried it with my Xircom cards and it just works :-(. I'll have to try again.. Warner From owner-cvs-all@FreeBSD.ORG Wed Aug 9 05:26:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4942216A4E0; Wed, 9 Aug 2006 05:26:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A53643D58; Wed, 9 Aug 2006 05:26:19 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k795QJHK004950; Wed, 9 Aug 2006 05:26:19 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k795QJbT004949; Wed, 9 Aug 2006 05:26:19 GMT (envelope-from sam) Message-Id: <200608090526.k795QJbT004949@repoman.freebsd.org> From: Sam Leffler Date: Wed, 9 Aug 2006 05:26:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 05:26:24 -0000 sam 2006-08-09 05:26:19 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: disconnect sade until someone fixes tinderbox builds Revision Changes Path 1.357 +0 -1 src/usr.sbin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 05:33:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 871E516A4DE; Wed, 9 Aug 2006 05:33:46 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4337443D45; Wed, 9 Aug 2006 05:33:46 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k795Xkei005389; Wed, 9 Aug 2006 05:33:46 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k795XkMU005388; Wed, 9 Aug 2006 05:33:46 GMT (envelope-from delphij) Message-Id: <200608090533.k795XkMU005388@repoman.freebsd.org> From: Xin LI Date: Wed, 9 Aug 2006 05:33:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade menus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 05:33:46 -0000 delphij 2006-08-09 05:33:46 UTC FreeBSD src repository Modified files: usr.sbin/sade menus.c Log: Fix PC98 build. Spotted by: make universe Revision Changes Path 1.423 +1 -1 src/usr.sbin/sade/menus.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 06:10:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F7B716A4DE; Wed, 9 Aug 2006 06:10:36 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE8CD43D4C; Wed, 9 Aug 2006 06:10:35 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k796AZVc008220; Wed, 9 Aug 2006 06:10:35 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k796AZ6h008219; Wed, 9 Aug 2006 06:10:35 GMT (envelope-from ade) Message-Id: <200608090610.k796AZ6h008219@repoman.freebsd.org> From: Ade Lovett Date: Wed, 9 Aug 2006 06:10:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/courierpassd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 06:10:36 -0000 ade 2006-08-09 06:10:35 UTC FreeBSD ports repository Modified files: security/courierpassd Makefile Log: Primary MASTER_SITE appears to be down right now. Put my copy up into MASTER_SITE_LOCAL and temporarily adjust accordingly. Revision Changes Path 1.9 +3 -1 ports/security/courierpassd/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 07:21:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D7416A4E1; Wed, 9 Aug 2006 07:21:20 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA24C43D70; Wed, 9 Aug 2006 07:21:20 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k797LKpR013057; Wed, 9 Aug 2006 07:21:20 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k797LKfo013056; Wed, 9 Aug 2006 07:21:20 GMT (envelope-from itetcu) Message-Id: <200608090721.k797LKfo013056@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 9 Aug 2006 07:21:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/comms/o2sms Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 07:21:21 -0000 itetcu 2006-08-09 07:21:20 UTC FreeBSD ports repository Modified files: comms/o2sms Makefile distinfo Log: Update comms/o2sms from version 3.16 to version 3.18. PR: ports/101657 Submitted by: Conor McDermottroe (maintainer) Revision Changes Path 1.3 +1 -1 ports/comms/o2sms/Makefile 1.3 +3 -3 ports/comms/o2sms/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 07:26:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED18316A4DE; Wed, 9 Aug 2006 07:26:47 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA4043D6D; Wed, 9 Aug 2006 07:26:47 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k797Ql5D013349; Wed, 9 Aug 2006 07:26:47 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k797QlLB013348; Wed, 9 Aug 2006 07:26:47 GMT (envelope-from clsung) Message-Id: <200608090726.k797QlLB013348@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 07:26:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-Data-Float Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 07:26:48 -0000 clsung 2006-08-09 07:26:47 UTC FreeBSD ports repository Modified files: math/p5-Data-Float Makefile distinfo Log: - update to 0.003 PR: ports/101678 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng) Revision Changes Path 1.2 +1 -1 ports/math/p5-Data-Float/Makefile 1.2 +3 -3 ports/math/p5-Data-Float/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 07:27:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4276916A4DD; Wed, 9 Aug 2006 07:27:42 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE93C43D68; Wed, 9 Aug 2006 07:27:41 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k797Rft4013412; Wed, 9 Aug 2006 07:27:41 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k797RfUQ013411; Wed, 9 Aug 2006 07:27:41 GMT (envelope-from clsung) Message-Id: <200608090727.k797RfUQ013411@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 07:27:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-Number-Delta Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 07:27:42 -0000 clsung 2006-08-09 07:27:41 UTC FreeBSD ports repository Modified files: devel/p5-Test-Number-Delta Makefile distinfo Log: - Update to 1.01 PR: ports/101632 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng) Revision Changes Path 1.3 +1 -1 ports/devel/p5-Test-Number-Delta/Makefile 1.3 +3 -3 ports/devel/p5-Test-Number-Delta/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 07:35:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61BC416A4DE; Wed, 9 Aug 2006 07:35:14 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB9043D4C; Wed, 9 Aug 2006 07:35:13 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k797ZDgr013915; Wed, 9 Aug 2006 07:35:13 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k797ZDI9013914; Wed, 9 Aug 2006 07:35:13 GMT (envelope-from clsung) Message-Id: <200608090735.k797ZDI9013914@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 07:35:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/p5-v6 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 07:35:14 -0000 clsung 2006-08-09 07:35:13 UTC FreeBSD ports repository Modified files: lang/p5-v6 Makefile distinfo Log: - update to 0.012 - to celebrate my no.1500 commits, I'll maintain this port. Revision Changes Path 1.3 +3 -4 ports/lang/p5-v6/Makefile 1.2 +3 -3 ports/lang/p5-v6/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 08:24:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1690916A4DF; Wed, 9 Aug 2006 08:24:47 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB6A943D6B; Wed, 9 Aug 2006 08:24:46 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k798OkPh017417; Wed, 9 Aug 2006 08:24:46 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k798OkSF017416; Wed, 9 Aug 2006 08:24:46 GMT (envelope-from delphij) Message-Id: <200608090824.k798OkSF017416@repoman.freebsd.org> From: Xin LI Date: Wed, 9 Aug 2006 08:24:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade disks.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 08:24:47 -0000 delphij 2006-08-09 08:24:46 UTC FreeBSD src repository Modified files: usr.sbin/sade disks.c Log: Unbreak sparc64 build. Reported by: tinderbox Revision Changes Path 1.161 +3 -3 src/usr.sbin/sade/disks.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 08:25:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2ED516A4EA; Wed, 9 Aug 2006 08:25:21 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D5C643D77; Wed, 9 Aug 2006 08:25:21 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k798PLYG017510; Wed, 9 Aug 2006 08:25:21 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k798PL84017509; Wed, 9 Aug 2006 08:25:21 GMT (envelope-from delphij) Message-Id: <200608090825.k798PL84017509@repoman.freebsd.org> From: Xin LI Date: Wed, 9 Aug 2006 08:25:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 08:25:21 -0000 delphij 2006-08-09 08:25:21 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile Log: Bump WARNS level to 3. Tested with: make universe Revision Changes Path 1.145 +1 -0 src/usr.sbin/sade/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 08:28:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FCD16A4DD; Wed, 9 Aug 2006 08:28:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6514543D45; Wed, 9 Aug 2006 08:28:07 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k798S7Zn017634; Wed, 9 Aug 2006 08:28:07 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k798S7bn017633; Wed, 9 Aug 2006 08:28:07 GMT (envelope-from delphij) Message-Id: <200608090828.k798S7bn017633@repoman.freebsd.org> From: Xin LI Date: Wed, 9 Aug 2006 08:28:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 08:28:07 -0000 delphij 2006-08-09 08:28:07 UTC FreeBSD src repository Modified files: . modules Log: src/usr.sbin/sade --> sade Revision Changes Path 1.6867 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Wed Aug 9 08:33:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB64816A4DF; Wed, 9 Aug 2006 08:33:30 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73B6A43D5F; Wed, 9 Aug 2006 08:33:30 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k798XU13018017; Wed, 9 Aug 2006 08:33:30 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k798XU9h018016; Wed, 9 Aug 2006 08:33:30 GMT (envelope-from clsung) Message-Id: <200608090833.k798XU9h018016@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 08:33:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/japanese/p5-Text-MeCab Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 08:33:30 -0000 clsung 2006-08-09 08:33:30 UTC FreeBSD ports repository Modified files: japanese/p5-Text-MeCab Makefile distinfo Log: - Update to 0.13 - remove IS_INTERACTIVE PR: ports/101687 Submitted by: clsung Approved by: maintainer (TAOKA Fumiyoshi) Revision Changes Path 1.3 +2 -2 ports/japanese/p5-Text-MeCab/Makefile 1.2 +3 -3 ports/japanese/p5-Text-MeCab/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 08:56:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEABA16A4DF; Wed, 9 Aug 2006 08:56:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6696A43D45; Wed, 9 Aug 2006 08:56:16 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k798uGM8026887; Wed, 9 Aug 2006 08:56:16 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k798uG4R026886; Wed, 9 Aug 2006 08:56:16 GMT (envelope-from clsung) Message-Id: <200608090856.k798uG4R026886@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 08:56:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-Dependencies Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 08:56:16 -0000 clsung 2006-08-09 08:56:15 UTC FreeBSD ports repository Modified files: devel/p5-Test-Dependencies Makefile distinfo Log: - Update to 0.08 PR: ports/101637 Submitted by: clsung Approved by: maintainer (Jin-Shan Tseng) Revision Changes Path 1.5 +2 -1 ports/devel/p5-Test-Dependencies/Makefile 1.5 +3 -3 ports/devel/p5-Test-Dependencies/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 09:02:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B18B816A4E0; Wed, 9 Aug 2006 09:02:35 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA7943D64; Wed, 9 Aug 2006 09:02:31 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7992VXF027242; Wed, 9 Aug 2006 09:02:31 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7992Vvq027241; Wed, 9 Aug 2006 09:02:31 GMT (envelope-from clsung) Message-Id: <200608090902.k7992Vvq027241@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 09:02:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/tinyca Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 09:02:35 -0000 clsung 2006-08-09 09:02:30 UTC FreeBSD ports repository Modified files: security/tinyca Makefile distinfo Log: - Update to 0.7.5 original package changes: - fixed invalid filename encoding with german umlauts in base64 - Fixed display of UTF8 characters in the GUI - Add environment variable - Fixed crash when CA is created with nsCertType - Enhanced version detection - Changed command for openssl due to changed openssl behavior regarding fingerprints - Added "friendly name" to PKCS#12 export - Corrected exit call PR: ports/101558 Submitted by: maintainer (Janos Mohacsi) Revision Changes Path 1.17 +1 -1 ports/security/tinyca/Makefile 1.16 +3 -3 ports/security/tinyca/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 09:04:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73F7416A4DA; Wed, 9 Aug 2006 09:04:27 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FDC43D70; Wed, 9 Aug 2006 09:04:24 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7994OXJ028623; Wed, 9 Aug 2006 09:04:24 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7994OYU028622; Wed, 9 Aug 2006 09:04:24 GMT (envelope-from lbr) Message-Id: <200608090904.k7994OYU028622@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Wed, 9 Aug 2006 09:04:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Algorithm-C3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 09:04:27 -0000 lbr 2006-08-09 09:04:24 UTC FreeBSD ports repository Modified files: devel/p5-Algorithm-C3 Makefile distinfo Log: Update to 0.03 Revision Changes Path 1.5 +1 -1 ports/devel/p5-Algorithm-C3/Makefile 1.3 +3 -3 ports/devel/p5-Algorithm-C3/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 09:07:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83AE716A4DA; Wed, 9 Aug 2006 09:07:03 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BDB043D45; Wed, 9 Aug 2006 09:07:03 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79973ZJ028795; Wed, 9 Aug 2006 09:07:03 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k799737w028794; Wed, 9 Aug 2006 09:07:03 GMT (envelope-from clsung) Message-Id: <200608090907.k799737w028794@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 09:07:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-HasVersion Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 09:07:03 -0000 clsung 2006-08-09 09:07:03 UTC FreeBSD ports repository Modified files: devel/p5-Test-HasVersion Makefile distinfo Log: - Update to 0.01.1 PR: ports/101681 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +5 -3 ports/devel/p5-Test-HasVersion/Makefile 1.2 +3 -3 ports/devel/p5-Test-HasVersion/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 09:12:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BDC116A4E2; Wed, 9 Aug 2006 09:12:07 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1752F43D45; Wed, 9 Aug 2006 09:12:07 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k799C6bx029155; Wed, 9 Aug 2006 09:12:06 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k799C12A029150; Wed, 9 Aug 2006 09:12:01 GMT (envelope-from netchild) Message-Id: <200608090912.k799C12A029150@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 9 Aug 2006 09:12:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade Makefile rtermcap.c sade.h system.c termcap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 09:12:07 -0000 netchild 2006-08-09 09:12:01 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile sade.h system.c termcap.c Removed files: usr.sbin/sade rtermcap.c Log: Get rid of the rtermcap stuff (embedding termcaps into the program). This is needed in sysinstall on boot, but not in sade on a fully working system. After this change I noticed no change in behavior on a vty when TERM is not set. Revision Changes Path 1.146 +2 -47 src/usr.sbin/sade/Makefile 1.5 +0 -16 src/usr.sbin/sade/rtermcap.c (dead) 1.276 +0 -17 src/usr.sbin/sade/sade.h 1.131 +0 -27 src/usr.sbin/sade/system.c 1.34 +3 -12 src/usr.sbin/sade/termcap.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 09:41:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD24816A4DE; Wed, 9 Aug 2006 09:41:57 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1603343D55; Wed, 9 Aug 2006 09:41:53 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k799frih031244; Wed, 9 Aug 2006 09:41:53 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k799frhe031243; Wed, 9 Aug 2006 09:41:53 GMT (envelope-from pjd) Message-Id: <200608090941.k799frhe031243@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 9 Aug 2006 09:41:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 09:41:57 -0000 pjd 2006-08-09 09:41:53 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c Log: Not only a request from us can be passed to g_{mirror,raid3}_worker() function, but also a request to us, in which case checking bio_cflags is wrong, because the class above us is controling it, not we. MFC after: 1 week Revision Changes Path 1.88 +12 -5 src/sys/geom/mirror/g_mirror.c 1.72 +11 -5 src/sys/geom/raid3/g_raid3.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 09:56:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC15616A4DE; Wed, 9 Aug 2006 09:56:58 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 542C943D49; Wed, 9 Aug 2006 09:56:58 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k799uwIm031972; Wed, 9 Aug 2006 09:56:58 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k799uw9F031971; Wed, 9 Aug 2006 09:56:58 GMT (envelope-from glebius) Message-Id: <200608090956.k799uw9F031971@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 9 Aug 2006 09:56:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ng_pppoe.4 src/sys/netgraph ng_pppoe.c ng_pppoe.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 09:56:58 -0000 glebius 2006-08-09 09:56:58 UTC FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 sys/netgraph ng_pppoe.c ng_pppoe.h Log: Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4). - Store the Ethernet header in node softc. - Initialize header with dst addr and ethertype in node constructor method. - In node connect method send NGM_ETHER_GET_ENADDR message downwards. - If received reply from ng_ether(4) store the src addr in softc. - Add NGM_PPPOE_SETENDADDR message that allows user to override the address with whatever he/she wants. Revision Changes Path 1.35 +19 -2 src/share/man/man4/ng_pppoe.4 1.80 +72 -20 src/sys/netgraph/ng_pppoe.c 1.24 +2 -1 src/sys/netgraph/ng_pppoe.h From owner-cvs-all@FreeBSD.ORG Wed Aug 9 10:07:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D978B16A4DA; Wed, 9 Aug 2006 10:07:53 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9205543D4C; Wed, 9 Aug 2006 10:07:53 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79A7rAF033760; Wed, 9 Aug 2006 10:07:53 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79A7rfg033759; Wed, 9 Aug 2006 10:07:53 GMT (envelope-from garga) Message-Id: <200608091007.k79A7rfg033759@repoman.freebsd.org> From: Renato Botelho Date: Wed, 9 Aug 2006 10:07:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/dbmail-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 10:07:54 -0000 garga 2006-08-09 10:07:53 UTC FreeBSD ports repository Modified files: mail/dbmail-devel Makefile pkg-plist Log: - Fix build on 4.x PR: ports/101576 Submitted by: Mark Starovoytov (maintainer) Revision Changes Path 1.30 +2 -5 ports/mail/dbmail-devel/Makefile 1.15 +4 -0 ports/mail/dbmail-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 10:19:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F011716A509; Wed, 9 Aug 2006 10:19:16 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D0943D49; Wed, 9 Aug 2006 10:19:16 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79AJGvI034291; Wed, 9 Aug 2006 10:19:16 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79AJGhR034290; Wed, 9 Aug 2006 10:19:16 GMT (envelope-from sat) Message-Id: <200608091019.k79AJGhR034290@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 9 Aug 2006 10:19:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/optipng Makefile distinfo pkg-descr pkg-plist ports/graphics/optipng/files patch-lib-cos-zlib-Makefile.in patch-src-scripts-Makefile.gcc patch-src__scripts__gcc-syslib.mak X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 10:19:17 -0000 sat 2006-08-09 10:19:16 UTC FreeBSD ports repository Modified files: graphics/optipng Makefile distinfo pkg-descr Added files: graphics/optipng/files patch-src__scripts__gcc-syslib.mak Removed files: graphics/optipng pkg-plist graphics/optipng/files patch-lib-cos-zlib-Makefile.in patch-src-scripts-Makefile.gcc Log: - Update to 0.5.3 - Fetch from SF - Move plist to Makefile - Update pkg-descr Approved by: Thomas 'Freaky' Hurst (maintainer timeout since Jul 24) Revision Changes Path 1.3 +13 -10 ports/graphics/optipng/Makefile 1.5 +3 -3 ports/graphics/optipng/distinfo 1.2 +0 -40 ports/graphics/optipng/files/patch-lib-cos-zlib-Makefile.in (dead) 1.2 +0 -43 ports/graphics/optipng/files/patch-src-scripts-Makefile.gcc (dead) 1.1 +26 -0 ports/graphics/optipng/files/patch-src__scripts__gcc-syslib.mak (new) 1.2 +10 -3 ports/graphics/optipng/pkg-descr 1.3 +0 -11 ports/graphics/optipng/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Wed Aug 9 10:36:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DA4916A4DA; Wed, 9 Aug 2006 10:36:44 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 229F543D49; Wed, 9 Aug 2006 10:36:44 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79AaiS8035179; Wed, 9 Aug 2006 10:36:44 GMT (envelope-from girgen@repoman.freebsd.org) Received: (from girgen@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79Aahls035178; Wed, 9 Aug 2006 10:36:43 GMT (envelope-from girgen) Message-Id: <200608091036.k79Aahls035178@repoman.freebsd.org> From: Palle Girgensohn Date: Wed, 9 Aug 2006 10:36:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/postgresql-libpqxx Makefile distinfo pkg-plist ports/databases/postgresql-libpqxx/files patch-tools-splitconfig X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 10:36:44 -0000 girgen 2006-08-09 10:36:43 UTC FreeBSD ports repository Modified files: databases/postgresql-libpqxx Makefile distinfo pkg-plist Added files: databases/postgresql-libpqxx/files patch-tools-splitconfig Log: Update to 2.6.7 Revision Changes Path 1.22 +1 -1 ports/databases/postgresql-libpqxx/Makefile 1.12 +3 -3 ports/databases/postgresql-libpqxx/distinfo 1.1 +11 -0 ports/databases/postgresql-libpqxx/files/patch-tools-splitconfig (new) 1.12 +1 -1 ports/databases/postgresql-libpqxx/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 10:53:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D748916A4DE; Wed, 9 Aug 2006 10:53:26 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9314A43D45; Wed, 9 Aug 2006 10:53:26 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79ArQEW035972; Wed, 9 Aug 2006 10:53:26 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79ArQJt035971; Wed, 9 Aug 2006 10:53:26 GMT (envelope-from rik) Message-Id: <200608091053.k79ArQJt035971@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 9 Aug 2006 10:53:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 10:53:26 -0000 rik 2006-08-09 10:53:26 UTC FreeBSD src repository Modified files: share/examples/drivers make_device_driver.sh Log: - Added 'files "files.FOO"' to config for inclusion of user specific files. - Added KDB option to config file (for DDB). - Added ability to compile custom kernel. Discussed with: julian@ Revision Changes Path 1.24 +24 -3 src/share/examples/drivers/make_device_driver.sh From owner-cvs-all@FreeBSD.ORG Wed Aug 9 10:54:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0598116A4E0; Wed, 9 Aug 2006 10:54:43 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9226D43D45; Wed, 9 Aug 2006 10:54:42 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79AsgVh036163; Wed, 9 Aug 2006 10:54:42 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79Asgg9036162; Wed, 9 Aug 2006 10:54:42 GMT (envelope-from sat) Message-Id: <200608091054.k79Asgg9036162@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 9 Aug 2006 10:54:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules ports MOVED ports/russian Makefile ports/www Makefile ports/russian/xpi-imagezoom Makefile distinfo pkg-descr ports/www/xpi-imagezoom Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 10:54:43 -0000 sat 2006-08-09 10:54:42 UTC FreeBSD ports repository Modified files: . modules . MOVED russian Makefile www Makefile Added files: www/xpi-imagezoom Makefile distinfo pkg-descr Removed files: russian/xpi-imagezoom Makefile distinfo pkg-descr Log: Add port www/xpi-imagezoom: Image zoom gives you complete control of the size of most images displayed in mozilla based software. Both individual images or whole pages of images can be zoomed. WWW: http://imagezoom.yellowgorilla.net/ russian/xpi-imagezoom is obsolete now that www/xpi-imagezoom comes with russian locale bundled. PR: ports/101584 Submitted by: Alexander V. Ribchansky Revision Changes Path 1.15941 +1 -1 CVSROOT/modules 1.1114 +2 -1 ports/MOVED 1.82 +0 -1 ports/russian/Makefile 1.2 +0 -27 ports/russian/xpi-imagezoom/Makefile (dead) 1.2 +0 -3 ports/russian/xpi-imagezoom/distinfo (dead) 1.2 +0 -6 ports/russian/xpi-imagezoom/pkg-descr (dead) 1.1546 +1 -0 ports/www/Makefile 1.1 +24 -0 ports/www/xpi-imagezoom/Makefile (new) 1.1 +3 -0 ports/www/xpi-imagezoom/distinfo (new) 1.1 +8 -0 ports/www/xpi-imagezoom/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:03:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A5316A4DD; Wed, 9 Aug 2006 11:03:05 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9349F43D46; Wed, 9 Aug 2006 11:03:05 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79B35rO037954; Wed, 9 Aug 2006 11:03:05 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79B35or037953; Wed, 9 Aug 2006 11:03:05 GMT (envelope-from sergei) Message-Id: <200608091103.k79B35or037953@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 9 Aug 2006 11:03:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/t-prot Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:03:05 -0000 sergei 2006-08-09 11:03:05 UTC FreeBSD ports repository Modified files: mail/t-prot Makefile distinfo pkg-descr pkg-plist Log: - Update to 2.1.1 Revision Changes Path 1.6 +2 -2 ports/mail/t-prot/Makefile 1.6 +6 -6 ports/mail/t-prot/distinfo 1.2 +1 -1 ports/mail/t-prot/pkg-descr 1.6 +3 -2 ports/mail/t-prot/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:03:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3474716A584; Wed, 9 Aug 2006 11:03:07 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E193B43D46; Wed, 9 Aug 2006 11:03:06 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79B36Ek037981; Wed, 9 Aug 2006 11:03:06 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79B369b037980; Wed, 9 Aug 2006 11:03:06 GMT (envelope-from netchild) Message-Id: <200608091103.k79B369b037980@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 9 Aug 2006 11:03:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:03:07 -0000 netchild 2006-08-09 11:03:06 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Remove sade from build-tools, the tinderbox problem should be fixed now. Revision Changes Path 1.552 +0 -1 src/Makefile.inc1 From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:14:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7EFD16A4DF; Wed, 9 Aug 2006 11:14:12 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E3843D70; Wed, 9 Aug 2006 11:14:08 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79BE8uo038741; Wed, 9 Aug 2006 11:14:08 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79BE8V3038740; Wed, 9 Aug 2006 11:14:08 GMT (envelope-from adamw) Message-Id: <200608091114.k79BE8V3038740@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 9 Aug 2006 11:14:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/cmus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:14:12 -0000 adamw 2006-08-09 11:14:08 UTC FreeBSD ports repository Modified files: audio/cmus Makefile Log: Transfer maintainership to simon@olofsson.de Revision Changes Path 1.13 +1 -1 ports/audio/cmus/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:16:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B478816A4DD; Wed, 9 Aug 2006 11:16:22 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72E3243D4C; Wed, 9 Aug 2006 11:16:22 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79BGMmw038868; Wed, 9 Aug 2006 11:16:22 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79BGMd4038867; Wed, 9 Aug 2006 11:16:22 GMT (envelope-from adamw) Message-Id: <200608091116.k79BGMd4038867@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 9 Aug 2006 11:16:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/gourmet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:16:22 -0000 adamw 2006-08-09 11:16:22 UTC FreeBSD ports repository Modified files: deskutils/gourmet Makefile Log: Transfer maintainership to ahze. Revision Changes Path 1.24 +1 -1 ports/deskutils/gourmet/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:22:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC7E516A4DD; Wed, 9 Aug 2006 11:22:16 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DB543D46; Wed, 9 Aug 2006 11:22:16 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79BMGKb039205; Wed, 9 Aug 2006 11:22:16 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79BMGdG039204; Wed, 9 Aug 2006 11:22:16 GMT (envelope-from garga) Message-Id: <200608091122.k79BMGdG039204@repoman.freebsd.org> From: Renato Botelho Date: Wed, 9 Aug 2006 11:22:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/c3270 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:22:16 -0000 garga 2006-08-09 11:22:16 UTC FreeBSD ports repository Modified files: net/c3270 Makefile Log: Release maintainership since i don't use it anymore Revision Changes Path 1.15 +1 -1 ports/net/c3270/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:25:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B72BD16A4E7; Wed, 9 Aug 2006 11:25:11 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FB7A43D46; Wed, 9 Aug 2006 11:25:11 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79BPB4o039356; Wed, 9 Aug 2006 11:25:11 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79BPBwj039355; Wed, 9 Aug 2006 11:25:11 GMT (envelope-from netchild) Message-Id: <200608091125.k79BPBwj039355@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 9 Aug 2006 11:25:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sade Makefile dmenu.c keymap.c sade.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:25:11 -0000 netchild 2006-08-09 11:25:11 UTC FreeBSD src repository Modified files: usr.sbin/sade Makefile dmenu.c sade.h Removed files: usr.sbin/sade keymap.c Log: Remove the keymap stuff too, it is not needed in sade. Revision Changes Path 1.147 +2 -33 src/usr.sbin/sade/Makefile 1.51 +0 -19 src/usr.sbin/sade/dmenu.c 1.13 +0 -95 src/usr.sbin/sade/keymap.c (dead) 1.277 +0 -5 src/usr.sbin/sade/sade.h From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:26:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C26416A4DA; Wed, 9 Aug 2006 11:26:12 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B4543D46; Wed, 9 Aug 2006 11:26:12 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79BQCXd039420; Wed, 9 Aug 2006 11:26:12 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79BQCWA039419; Wed, 9 Aug 2006 11:26:12 GMT (envelope-from netchild) Message-Id: <200608091126.k79BQCWA039419@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 9 Aug 2006 11:26:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:26:12 -0000 netchild 2006-08-09 11:26:11 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Readd sade, the problem should be fixed. Revision Changes Path 1.358 +1 -0 src/usr.sbin/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:32:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9A416A4DA; Wed, 9 Aug 2006 11:32:47 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D6B43D45; Wed, 9 Aug 2006 11:32:47 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79BWldi039750; Wed, 9 Aug 2006 11:32:47 GMT (envelope-from bland@repoman.freebsd.org) Received: (from bland@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79BWluw039749; Wed, 9 Aug 2006 11:32:47 GMT (envelope-from bland) Message-Id: <200608091132.k79BWluw039749@repoman.freebsd.org> From: Alexander Nedotsukov Date: Wed, 9 Aug 2006 11:32:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/converters/iconv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:32:47 -0000 bland 2006-08-09 11:32:47 UTC FreeBSD ports repository Modified files: converters/iconv Makefile Log: - Catch up with NOPROFILE -> NO_PROFILE change. [1] - INSTALLS_SHLIB -> USE_LDCONFIG Submitted by: dionex [1] Revision Changes Path 1.20 +2 -2 ports/converters/iconv/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:45:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70FA116A4E0; Wed, 9 Aug 2006 11:45:44 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E803143D45; Wed, 9 Aug 2006 11:45:43 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79Bjh7b040438; Wed, 9 Aug 2006 11:45:43 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79Bjh0K040437; Wed, 9 Aug 2006 11:45:43 GMT (envelope-from sat) Message-Id: <200608091145.k79Bjh0K040437@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 9 Aug 2006 11:45:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.sites.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:45:44 -0000 sat 2006-08-09 11:45:43 UTC FreeBSD ports repository Modified files: Mk bsd.sites.mk Log: - Add a bunch of vim mirrors, manually tested in June Revision Changes Path 1.396 +36 -2 ports/Mk/bsd.sites.mk From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:47:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC2F816A4DA; Wed, 9 Aug 2006 11:47:39 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9920E43D4C; Wed, 9 Aug 2006 11:47:39 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79Bld0O040538; Wed, 9 Aug 2006 11:47:39 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79Bldil040537; Wed, 9 Aug 2006 11:47:39 GMT (envelope-from sergei) Message-Id: <200608091147.k79Bldil040537@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 9 Aug 2006 11:47:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/runit Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:47:40 -0000 sergei 2006-08-09 11:47:39 UTC FreeBSD ports repository Modified files: sysutils/runit Makefile distinfo pkg-plist Log: - Update to 1.6.0 - Remove programs and documentation that are no longer installed Revision Changes Path 1.20 +2 -3 ports/sysutils/runit/Makefile 1.19 +3 -3 ports/sysutils/runit/distinfo 1.8 +1 -5 ports/sysutils/runit/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:53:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BF9A16A4DD; Wed, 9 Aug 2006 11:53:18 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 060E043D49; Wed, 9 Aug 2006 11:53:18 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79BrHAn040850; Wed, 9 Aug 2006 11:53:17 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79BrHRK040849; Wed, 9 Aug 2006 11:53:17 GMT (envelope-from sergei) Message-Id: <200608091153.k79BrHRK040849@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 9 Aug 2006 11:53:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/bglibs Makefile distinfo pkg-plist ports/devel/bglibs/files patch-clockgettime X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:53:18 -0000 sergei 2006-08-09 11:53:16 UTC FreeBSD ports repository Modified files: devel/bglibs Makefile distinfo pkg-plist Removed files: devel/bglibs/files patch-clockgettime Log: - Update to 1.101 - bglibs now installs shlibs, too - requires libtool - remove patch integrated upstream Revision Changes Path 1.24 +2 -1 ports/devel/bglibs/Makefile 1.14 +6 -6 ports/devel/bglibs/distinfo 1.2 +0 -9 ports/devel/bglibs/files/patch-clockgettime (dead) 1.14 +40 -10 ports/devel/bglibs/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 11:58:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A918E16A4E0; Wed, 9 Aug 2006 11:58:39 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66AD443D46; Wed, 9 Aug 2006 11:58:39 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79Bwdgu041118; Wed, 9 Aug 2006 11:58:39 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79BwdD3041117; Wed, 9 Aug 2006 11:58:39 GMT (envelope-from sergei) Message-Id: <200608091158.k79BwdD3041117@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 9 Aug 2006 11:58:39 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/cvm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 11:58:39 -0000 sergei 2006-08-09 11:58:39 UTC FreeBSD ports repository Modified files: security/cvm Makefile distinfo pkg-plist Log: - Update to 0.81 - Require bglibs >= 1.100 for shlib support - Add INSTALLS_SHLIBS as the port now installs shared libraries, too Revision Changes Path 1.6 +3 -2 ports/security/cvm/Makefile 1.8 +6 -6 ports/security/cvm/distinfo 1.5 +32 -1 ports/security/cvm/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 12:05:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07A4716A4DA; Wed, 9 Aug 2006 12:05:57 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBEDA43D45; Wed, 9 Aug 2006 12:05:56 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79C5uAj042722; Wed, 9 Aug 2006 12:05:56 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79C5ubZ042721; Wed, 9 Aug 2006 12:05:56 GMT (envelope-from sergei) Message-Id: <200608091205.k79C5ubZ042721@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 9 Aug 2006 12:05:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/cvm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 12:05:57 -0000 sergei 2006-08-09 12:05:56 UTC FreeBSD ports repository Modified files: security/cvm Makefile Log: - INSTALLS_SHLIBS is obsolete, USE_LDCONFIG should be used instead Noticed by: garga Revision Changes Path 1.7 +1 -1 ports/security/cvm/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 12:08:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3708316A4DE; Wed, 9 Aug 2006 12:08:14 +0000 (UTC) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 682F043D7F; Wed, 9 Aug 2006 12:08:13 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79C8DsZ042874; Wed, 9 Aug 2006 12:08:13 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79C8DUP042873; Wed, 9 Aug 2006 12:08:13 GMT (envelope-from sergei) Message-Id: <200608091208.k79C8DUP042873@repoman.freebsd.org> From: Sergei Kolobov Date: Wed, 9 Aug 2006 12:08:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mailfront Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 12:08:14 -0000 sergei 2006-08-09 12:08:12 UTC FreeBSD ports repository Modified files: mail/mailfront Makefile distinfo Log: - Update to 0.98.1 - Require newer bglibs (>=1.100) and cvm (>=0.81) Revision Changes Path 1.17 +3 -3 ports/mail/mailfront/Makefile 1.13 +6 -6 ports/mail/mailfront/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 12:15:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6FAB16A4DF; Wed, 9 Aug 2006 12:15:47 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B9743D68; Wed, 9 Aug 2006 12:15:47 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79CFluR043233; Wed, 9 Aug 2006 12:15:47 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79CFluJ043232; Wed, 9 Aug 2006 12:15:47 GMT (envelope-from ahze) Message-Id: <200608091215.k79CFluJ043232@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 12:15:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins-dirac80 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 12:15:47 -0000 ahze 2006-08-09 12:15:47 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins-dirac80 Makefile Log: - Mark BROKEN with new dirac Pointed out by: pointyhat via kris Revision Changes Path 1.8 +2 -0 ports/multimedia/gstreamer-plugins-dirac80/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 12:15:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBDAC16A4DD; Wed, 9 Aug 2006 12:15:57 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA9A43D4C; Wed, 9 Aug 2006 12:15:57 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79CFvDN043282; Wed, 9 Aug 2006 12:15:57 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79CFvJL043281; Wed, 9 Aug 2006 12:15:57 GMT (envelope-from garga) Message-Id: <200608091215.k79CFvJL043281@repoman.freebsd.org> From: Renato Botelho Date: Wed, 9 Aug 2006 12:15:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/devhelp Makefile pkg-plist ports/devel/devhelp/files devhelp.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 12:15:58 -0000 garga 2006-08-09 12:15:57 UTC FreeBSD ports repository Modified files: devel/devhelp Makefile pkg-plist Removed files: devel/devhelp/files devhelp.sh Log: - Fix PLIST: Remove locale dirs that are not on bsd.x11-4.dist [1] - s/INSTALLS_SHLIB/USE_LDCONFIG/ [1] - Add USE_GETTEXT [1] - Remove 000.devhelp rc.d script and use USE_LDCONFIG model instead - Bump PORTREVISION because of last change PR: ports/101520 [1] Submitted by: Stanislav Sedov [1] Revision Changes Path 1.19 +3 -12 ports/devel/devhelp/Makefile 1.4 +0 -24 ports/devel/devhelp/files/devhelp.sh (dead) 1.7 +2 -1 ports/devel/devhelp/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 12:22:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1268716A4DE; Wed, 9 Aug 2006 12:22:15 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C564343D46; Wed, 9 Aug 2006 12:22:14 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79CME14043640; Wed, 9 Aug 2006 12:22:14 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79CMEfk043639; Wed, 9 Aug 2006 12:22:14 GMT (envelope-from ahze) Message-Id: <200608091222.k79CMEfk043639@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 12:22:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/gstreamer-plugins-libvisual80 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 12:22:15 -0000 ahze 2006-08-09 12:22:14 UTC FreeBSD ports repository Modified files: graphics/gstreamer-plugins-libvisual80 Makefile Log: - Mark BROKEN, does no build Reported by: pointyhat via kris Revision Changes Path 1.8 +2 -0 ports/graphics/gstreamer-plugins-libvisual80/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 12:33:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BBE116A4DA; Wed, 9 Aug 2006 12:33:00 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4957443D46; Wed, 9 Aug 2006 12:33:00 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79CX0FN044099; Wed, 9 Aug 2006 12:33:00 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79CX0PD044098; Wed, 9 Aug 2006 12:33:00 GMT (envelope-from adamw) Message-Id: <200608091233.k79CX0PD044098@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 9 Aug 2006 12:33:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/cmus Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 12:33:00 -0000 adamw 2006-08-09 12:33:00 UTC FreeBSD ports repository Modified files: audio/cmus Makefile distinfo pkg-plist Log: Update to 2.0.2. PR: ports/98792 Submitted by: maintainer Revision Changes Path 1.14 +14 -2 ports/audio/cmus/Makefile 1.11 +3 -3 ports/audio/cmus/distinfo 1.7 +4 -0 ports/audio/cmus/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 12:45:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A0F16A4DA; Wed, 9 Aug 2006 12:45:07 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A3343D46; Wed, 9 Aug 2006 12:45:07 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79Cj7hV044723; Wed, 9 Aug 2006 12:45:07 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79Cj70i044717; Wed, 9 Aug 2006 12:45:07 GMT (envelope-from ahze) Message-Id: <200608091245.k79Cj70i044717@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 12:45:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/qdbm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 12:45:08 -0000 ahze 2006-08-09 12:45:07 UTC FreeBSD ports repository Modified files: databases/qdbm Makefile distinfo pkg-plist Log: - Update to 1.8.66 Revision Changes Path 1.70 +1 -1 ports/databases/qdbm/Makefile 1.64 +3 -3 ports/databases/qdbm/distinfo 1.39 +1 -1 ports/databases/qdbm/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 12:47:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C482616A4DA; Wed, 9 Aug 2006 12:47:31 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F0543D46; Wed, 9 Aug 2006 12:47:31 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79ClV2d052642; Wed, 9 Aug 2006 12:47:31 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79ClVff052641; Wed, 9 Aug 2006 12:47:31 GMT (envelope-from pjd) Message-Id: <200608091247.k79ClVff052641@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 9 Aug 2006 12:47:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 12:47:31 -0000 pjd 2006-08-09 12:47:31 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Add a bandaid to avoid a deadlock in a situation, when we are trying to suspend a file system, but need to obtain a vnode. We may not be able to do it, because all vnodes could be already in use and other processes cannot release them, because they are waiting in "suspfs" state. In such situation, we allow to allocate a vnode anyway. This is a temporary fix - there is no backpressure to free vnodes allocated in those circumstances. MFC after: 1 week Reviewed by: tegge Revision Changes Path 1.680 +10 -0 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 12:47:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4168C16A4EA; Wed, 9 Aug 2006 12:47:42 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E8043D5A; Wed, 9 Aug 2006 12:47:37 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79Clbwl052684; Wed, 9 Aug 2006 12:47:37 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79Clb5M052683; Wed, 9 Aug 2006 12:47:37 GMT (envelope-from ahze) Message-Id: <200608091247.k79Clb5M052683@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 12:47:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/hyperestraier Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 12:47:43 -0000 ahze 2006-08-09 12:47:37 UTC FreeBSD ports repository Modified files: textproc/hyperestraier Makefile distinfo pkg-plist Log: - Update to 1.3.6 Revision Changes Path 1.32 +1 -1 ports/textproc/hyperestraier/Makefile 1.29 +3 -3 ports/textproc/hyperestraier/distinfo 1.27 +1 -1 ports/textproc/hyperestraier/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 12:49:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B588616A4DA; Wed, 9 Aug 2006 12:49:46 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4320A43D72; Wed, 9 Aug 2006 12:49:30 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79CnG17053086; Wed, 9 Aug 2006 12:49:16 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79CnG2m053085; Wed, 9 Aug 2006 12:49:16 GMT (envelope-from simon) Message-Id: <200608091249.k79CnG2m053085@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 9 Aug 2006 12:49:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/openssh-portable Makefile ports/security/openssh-portable/files scardpin.patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 12:49:46 -0000 simon 2006-08-09 12:49:15 UTC FreeBSD ports repository Modified files: security/openssh-portable Makefile Added files: security/openssh-portable/files scardpin.patch Log: Add optional OpenSC PIN patch which make it possible for OpenSSH to ask for a PIN when using an OpenSC smartcard. Approved by: mnag (maintainer) Patch obtained from: http://bugzilla.mindrot.org/show_bug.cgi?id=608 Revision Changes Path 1.108 +6 -0 ports/security/openssh-portable/Makefile 1.1 +131 -0 ports/security/openssh-portable/files/scardpin.patch (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 9 14:04:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07EAE16A4DF; Wed, 9 Aug 2006 14:04:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3A943D67; Wed, 9 Aug 2006 14:04:11 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79E4Boh059211; Wed, 9 Aug 2006 14:04:11 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79E4AX6059210; Wed, 9 Aug 2006 14:04:11 GMT (envelope-from miwi) Message-Id: <200608091404.k79E4AX6059210@repoman.freebsd.org> From: Martin Wilke Date: Wed, 9 Aug 2006 14:04:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/benchmarks/gtkperf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 14:04:13 -0000 miwi 2006-08-09 14:04:10 UTC FreeBSD ports repository Modified files: benchmarks/gtkperf Makefile Log: - Fix build on 4.x Submitted by: pointyhat Approved by: krion (mentor), maintainer via irc Revision Changes Path 1.3 +1 -0 ports/benchmarks/gtkperf/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 14:06:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CAA16A4DE; Wed, 9 Aug 2006 14:06:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE56743D4C; Wed, 9 Aug 2006 14:06:44 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79E6iw8059340; Wed, 9 Aug 2006 14:06:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79E6iwV059339; Wed, 9 Aug 2006 14:06:44 GMT (envelope-from miwi) Message-Id: <200608091406.k79E6iwV059339@repoman.freebsd.org> From: Martin Wilke Date: Wed, 9 Aug 2006 14:06:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/simian Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 14:06:45 -0000 miwi 2006-08-09 14:06:44 UTC FreeBSD ports repository Modified files: devel/simian Makefile distinfo Log: - Update to 2.2.10 - Respects TARGETDIR Submitted by: pointyhat Approved by: krion (mentor), maintainer via irc Revision Changes Path 1.2 +10 -10 ports/devel/simian/Makefile 1.2 +3 -3 ports/devel/simian/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 14:16:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C43E916A4DA; Wed, 9 Aug 2006 14:16:29 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 839E043D49; Wed, 9 Aug 2006 14:16:29 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79EGTPl059803; Wed, 9 Aug 2006 14:16:29 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79EGTZw059802; Wed, 9 Aug 2006 14:16:29 GMT (envelope-from clsung) Message-Id: <200608091416.k79EGTZw059802@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 14:16:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Params-Validate Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 14:16:29 -0000 clsung 2006-08-09 14:16:28 UTC FreeBSD ports repository Modified files: devel/p5-Params-Validate Makefile distinfo Log: - Update to 0.86 PR: ports/101698 Submitted by: gslin_AT_gslin dot org Approved by: maintainer (Denis Shaposhnikov) Revision Changes Path 1.28 +1 -1 ports/devel/p5-Params-Validate/Makefile 1.23 +3 -3 ports/devel/p5-Params-Validate/distinfo From owner-cvs-all@FreeBSD.ORG Wed Aug 9 14:20:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1DEC16A4DD; Wed, 9 Aug 2006 14:20:08 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C28F43D45; Wed, 9 Aug 2006 14:20:08 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79EK8tY059959; Wed, 9 Aug 2006 14:20:08 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79EK8JQ059958; Wed, 9 Aug 2006 14:20:08 GMT (envelope-from clsung) Message-Id: <200608091420.k79EK8JQ059958@repoman.freebsd.org> From: Cheng-Lung Sung Date: Wed, 9 Aug 2006 14:20:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/darkstat Makefile distinfo ports/net-mgmt/darkstat/files extra-patch-cap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 14:20:09 -0000 clsung 2006-08-09 14:20:07 UTC FreeBSD ports repository Modified files: net-mgmt/darkstat Makefile distinfo Added files: net-mgmt/darkstat/files extra-patch-cap.h Log: - update to 3.0.540 - fix build on 4.X PR: ports/101545 Submitted by: maintainer (Emil Mikulic) Reviewed by: clsung Revision Changes Path 1.23 +8 -2 ports/net-mgmt/darkstat/Makefile 1.14 +3 -3 ports/net-mgmt/darkstat/distinfo 1.1 +10 -0 ports/net-mgmt/darkstat/files/extra-patch-cap.h (new) From owner-cvs-all@FreeBSD.ORG Wed Aug 9 14:51:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D10C916A4DD; Wed, 9 Aug 2006 14:51:48 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9221E43D66; Wed, 9 Aug 2006 14:51:48 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79EpmHd061486; Wed, 9 Aug 2006 14:51:48 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79EpmSC061485; Wed, 9 Aug 2006 14:51:48 GMT (envelope-from markus) Message-Id: <200608091451.k79EpmSC061485@repoman.freebsd.org> From: Markus Brueffer Date: Wed, 9 Aug 2006 14:51:48 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys markus.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 14:51:48 -0000 markus 2006-08-09 14:51:48 UTC FreeBSD doc repository (src,ports committer) Modified files: share/pgpkeys markus.key Log: Update key after revoking a uid Revision Changes Path 1.2 +61 -60 doc/share/pgpkeys/markus.key From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:04:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 354A916A4DD; Wed, 9 Aug 2006 15:04:39 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7841C43D77; Wed, 9 Aug 2006 15:04:31 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79F4VIu063268; Wed, 9 Aug 2006 15:04:31 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79F4VkC063267; Wed, 9 Aug 2006 15:04:31 GMT (envelope-from yar) Message-Id: <200608091504.k79F4VkC063267@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 9 Aug 2006 15:04:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:04:39 -0000 yar 2006-08-09 15:04:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_vlan.c Log: Destroy the cloned interfaces before, not after, detaching from the cloner structure in the module unload handler. The cloner structure was likely to be destroyed on detachment, which led to panic later, when its destroyed mutex was locked or whatever. It was just another "use after free" case. Now it is theoretically possible to create a vlan interface in between the loop over the interfaces and the call to if_clone_detach(). We have to live with it in 6-STABLE. In CURRENT, the actions are serialized properly in if_clone_detach(): remove cloner from the global list, destroy the cloned interfaces on it, detach from the cloner. This fix doesn't apply to HEAD, in which all the work is done by if_clone_detach(), so it goes immediately to RELENG_6. Revision Changes Path 1.79.2.11 +3 -3 src/sys/net/if_vlan.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:10:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C6416A505; Wed, 9 Aug 2006 15:10:40 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED24943D6E; Wed, 9 Aug 2006 15:10:27 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79FAR5t063635; Wed, 9 Aug 2006 15:10:27 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79FAR2v063634; Wed, 9 Aug 2006 15:10:27 GMT (envelope-from ahze) Message-Id: <200608091510.k79FAR2v063634@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 15:10:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gpac-libgpac Makefile distinfo pkg-plist ports/multimedia/gpac-libgpac/files patch-src_Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:10:40 -0000 ahze 2006-08-09 15:10:27 UTC FreeBSD ports repository Modified files: multimedia/gpac-libgpac Makefile distinfo pkg-plist multimedia/gpac-libgpac/files patch-src_Makefile Log: - Update to 0.4.2-rc2 Revision Changes Path 1.12 +2 -2 ports/multimedia/gpac-libgpac/Makefile 1.6 +3 -3 ports/multimedia/gpac-libgpac/distinfo 1.2 +12 -12 ports/multimedia/gpac-libgpac/files/patch-src_Makefile 1.5 +8 -1 ports/multimedia/gpac-libgpac/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:13:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 344D316A4DA; Wed, 9 Aug 2006 15:13:15 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A5A43E01; Wed, 9 Aug 2006 15:12:23 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79FCNTk063841; Wed, 9 Aug 2006 15:12:23 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79FCNJB063840; Wed, 9 Aug 2006 15:12:23 GMT (envelope-from ahze) Message-Id: <200608091512.k79FCNJB063840@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 15:12:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/x264 Makefile distinfo ports/multimedia/x264/files patch-Makefile patch-muxers.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:13:15 -0000 ahze 2006-08-09 15:12:23 UTC FreeBSD ports repository Modified files: multimedia/x264 Makefile distinfo multimedia/x264/files patch-Makefile Removed files: multimedia/x264/files patch-muxers.c Log: - Update to 0.0.20060808 Revision Changes Path 1.40 +2 -2 ports/multimedia/x264/Makefile 1.26 +3 -3 ports/multimedia/x264/distinfo 1.12 +4 -15 ports/multimedia/x264/files/patch-Makefile 1.2 +0 -11 ports/multimedia/x264/files/patch-muxers.c (dead) From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:13:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E33AA16A508; Wed, 9 Aug 2006 15:13:22 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46B8943DD9; Wed, 9 Aug 2006 15:13:14 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79FDD8D063897; Wed, 9 Aug 2006 15:13:13 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79FDDMA063896; Wed, 9 Aug 2006 15:13:13 GMT (envelope-from ahze) Message-Id: <200608091513.k79FDDMA063896@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 15:13:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/x264 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:13:23 -0000 ahze 2006-08-09 15:13:13 UTC FreeBSD ports repository Modified files: multimedia/x264 Makefile Log: - Fix plist Revision Changes Path 1.41 +1 -1 ports/multimedia/x264/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:17:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71EEE16A4DE; Wed, 9 Aug 2006 15:17:30 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E7B343DAB; Wed, 9 Aug 2006 15:17:04 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79FH4UB064154; Wed, 9 Aug 2006 15:17:04 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79FH4Fs064153; Wed, 9 Aug 2006 15:17:04 GMT (envelope-from ahze) Message-Id: <200608091517.k79FH4Fs064153@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 15:17:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mplayer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:17:30 -0000 ahze 2006-08-09 15:17:03 UTC FreeBSD ports repository Modified files: multimedia/mplayer Makefile Log: - Chase x264 libver bump Revision Changes Path 1.141 +2 -2 ports/multimedia/mplayer/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:18:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6532416A4E6; Wed, 9 Aug 2006 15:18:55 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5496B43D99; Wed, 9 Aug 2006 15:18:37 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79FIYeV064233; Wed, 9 Aug 2006 15:18:34 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79FIX5F064232; Wed, 9 Aug 2006 15:18:33 GMT (envelope-from ahze) Message-Id: <200608091518.k79FIX5F064232@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 15:18:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/vlc Makefile ports/multimedia/vlc-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:18:56 -0000 ahze 2006-08-09 15:18:33 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile multimedia/vlc-devel Makefile Log: - chase libver bump in x264 Revision Changes Path 1.152 +2 -2 ports/multimedia/vlc-devel/Makefile 1.129 +2 -2 ports/multimedia/vlc/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:20:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C66016A4DD; Wed, 9 Aug 2006 15:20:49 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0DF43D49; Wed, 9 Aug 2006 15:20:43 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79FKh2m064423; Wed, 9 Aug 2006 15:20:43 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79FKhnb064421; Wed, 9 Aug 2006 15:20:43 GMT (envelope-from ahze) Message-Id: <200608091520.k79FKhnb064421@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 15:20:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins80 Makefile Makefile.common ports/multimedia/gstreamer-plugins-x26480 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:20:49 -0000 ahze 2006-08-09 15:20:43 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins80 Makefile Makefile.common multimedia/gstreamer-plugins-x26480 Makefile Log: - Chase libver bump in x264 Revision Changes Path 1.6 +1 -1 ports/multimedia/gstreamer-plugins-x26480/Makefile 1.99 +4 -3 ports/multimedia/gstreamer-plugins80/Makefile 1.35 +3 -1 ports/multimedia/gstreamer-plugins80/Makefile.common From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:23:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1169716A4DF; Wed, 9 Aug 2006 15:23:13 +0000 (UTC) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDA7743D5D; Wed, 9 Aug 2006 15:23:12 +0000 (GMT) (envelope-from tmclaugh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79FNCdA064582; Wed, 9 Aug 2006 15:23:12 GMT (envelope-from tmclaugh@repoman.freebsd.org) Received: (from tmclaugh@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79FNC4w064581; Wed, 9 Aug 2006 15:23:12 GMT (envelope-from tmclaugh) Message-Id: <200608091523.k79FNC4w064581@repoman.freebsd.org> From: Tom McLaughlin Date: Wed, 9 Aug 2006 15:23:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/eclipse-cdt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:23:13 -0000 tmclaugh 2006-08-09 15:23:12 UTC FreeBSD ports repository Modified files: java/eclipse-cdt Makefile Log: Unbreak, port fetches just fine. Revision Changes Path 1.15 +0 -2 ports/java/eclipse-cdt/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:26:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2705B16A4DE; Wed, 9 Aug 2006 15:26:09 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7A443D6D; Wed, 9 Aug 2006 15:26:08 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79FQ8Mo064774; Wed, 9 Aug 2006 15:26:08 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79FQ8M6064773; Wed, 9 Aug 2006 15:26:08 GMT (envelope-from ahze) Message-Id: <200608091526.k79FQ8M6064773@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 15:26:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins80 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:26:09 -0000 ahze 2006-08-09 15:26:08 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins80 Makefile Log: - Back out of part of the last commit, don't need to move to LOCALBASE yet Revision Changes Path 1.100 +4 -5 ports/multimedia/gstreamer-plugins80/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:32:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F84716A4E1; Wed, 9 Aug 2006 15:32:46 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0981943D49; Wed, 9 Aug 2006 15:32:46 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79FWjBZ065266; Wed, 9 Aug 2006 15:32:45 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79FWjJ2065265; Wed, 9 Aug 2006 15:32:45 GMT (envelope-from ahze) Message-Id: <200608091532.k79FWjJ2065265@repoman.freebsd.org> From: Michael Johnson Date: Wed, 9 Aug 2006 15:32:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/avidemux2 Makefile ports/multimedia/ffmpeg-devel Makefile ports/multimedia/handbrake Makefile ports/multimedia/mpeg4ip Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:32:46 -0000 ahze 2006-08-09 15:32:45 UTC FreeBSD ports repository Modified files: multimedia/avidemux2 Makefile multimedia/ffmpeg-devel Makefile multimedia/handbrake Makefile multimedia/mpeg4ip Makefile Log: - Chase libver bump in x264 Revision Changes Path 1.38 +2 -2 ports/multimedia/avidemux2/Makefile 1.92 +2 -2 ports/multimedia/ffmpeg-devel/Makefile 1.13 +2 -1 ports/multimedia/handbrake/Makefile 1.70 +2 -1 ports/multimedia/mpeg4ip/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 15:56:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C476216A4DE; Wed, 9 Aug 2006 15:56:46 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C69E43D6E; Wed, 9 Aug 2006 15:56:46 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79Fuk98066480; Wed, 9 Aug 2006 15:56:46 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79FukSn066479; Wed, 9 Aug 2006 15:56:46 GMT (envelope-from sat) Message-Id: <200608091556.k79FukSn066479@repoman.freebsd.org> From: Andrew Pantyukhin Date: Wed, 9 Aug 2006 15:56:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/libmpeg3 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 15:56:46 -0000 sat 2006-08-09 15:56:46 UTC FreeBSD ports repository Modified files: multimedia/libmpeg3 Makefile Log: - Quote INSTALL value Requested by: Karol Barski Revision Changes Path 1.9 +1 -1 ports/multimedia/libmpeg3/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 16:21:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48AAF16A4DA; Wed, 9 Aug 2006 16:21:31 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 042C243D6B; Wed, 9 Aug 2006 16:21:31 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79GLUrL068867; Wed, 9 Aug 2006 16:21:30 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79GLUIs068866; Wed, 9 Aug 2006 16:21:30 GMT (envelope-from scrappy) Message-Id: <200608091621.k79GLUIs068866@repoman.freebsd.org> From: "Marc G. Fournier" Date: Wed, 9 Aug 2006 16:21:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 16:21:31 -0000 scrappy 2006-08-09 16:21:30 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile sysutils/bsdstats/files 300.statistics Log: Add some verbosity to the script, letting ppl know that a report has been sent, and/or that it is disabled and how to enable it ... Submitted by: Paul Schmehl Revision Changes Path 1.10 +1 -0 ports/sysutils/bsdstats/Makefile 1.8 +14 -2 ports/sysutils/bsdstats/files/300.statistics From owner-cvs-all@FreeBSD.ORG Wed Aug 9 16:30:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B1A816A4DD; Wed, 9 Aug 2006 16:30:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D068643D46; Wed, 9 Aug 2006 16:30:26 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79GUQgZ069252; Wed, 9 Aug 2006 16:30:26 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79GUQpN069250; Wed, 9 Aug 2006 16:30:26 GMT (envelope-from rwatson) Message-Id: <200608091630.k79GUQpN069250@repoman.freebsd.org> From: Robert Watson Date: Wed, 9 Aug 2006 16:30:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 16:30:27 -0000 rwatson 2006-08-09 16:30:26 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Since bpf_allocbufs() uses malloc() with M_WAITOK, don't check return values for NULL or return an error state. Assert that all three bpf buffer pointers are NULL before starting. MFC after: 1 week Revision Changes Path 1.172 +9 -16 src/sys/net/bpf.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 16:54:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E50A16A4DD; Wed, 9 Aug 2006 16:54:31 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2900243D4C; Wed, 9 Aug 2006 16:54:31 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79GsU5r078127; Wed, 9 Aug 2006 16:54:30 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79GsUrE078126; Wed, 9 Aug 2006 16:54:30 GMT (envelope-from scrappy) Message-Id: <200608091654.k79GsUrE078126@repoman.freebsd.org> From: "Marc G. Fournier" Date: Wed, 9 Aug 2006 16:54:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 16:54:31 -0000 scrappy 2006-08-09 16:54:30 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile sysutils/bsdstats/files 300.statistics Log: Include class information for devices, so that its easier to categorize them in reports ... Revision Changes Path 1.11 +1 -2 ports/sysutils/bsdstats/Makefile 1.9 +3 -1 ports/sysutils/bsdstats/files/300.statistics From owner-cvs-all@FreeBSD.ORG Wed Aug 9 17:17:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97D0716A4DE; Wed, 9 Aug 2006 17:17:23 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C2243D46; Wed, 9 Aug 2006 17:17:23 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79HHNns080654; Wed, 9 Aug 2006 17:17:23 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79HHNR1080653; Wed, 9 Aug 2006 17:17:23 GMT (envelope-from sem) Message-Id: <200608091717.k79HHNR1080653@repoman.freebsd.org> From: Sergey Matveychuk Date: Wed, 9 Aug 2006 17:17:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portupgrade Makefile ports/sysutils/portupgrade/files patch-bin-portupgrade X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 17:17:23 -0000 sem 2006-08-09 17:17:23 UTC FreeBSD ports repository Modified files: sysutils/portupgrade Makefile sysutils/portupgrade/files patch-bin-portupgrade Log: - Make fetch(1) quiet when STDOUT is not a tty (as it was before). PR: ports/101341 Requested by: Tsurutani Naoki Revision Changes Path 1.230 +1 -1 ports/sysutils/portupgrade/Makefile 1.8 +13 -2 ports/sysutils/portupgrade/files/patch-bin-portupgrade From owner-cvs-all@FreeBSD.ORG Wed Aug 9 17:43:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C5B816A4EF; Wed, 9 Aug 2006 17:43:36 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E35B43D70; Wed, 9 Aug 2006 17:43:27 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79HhR7X082967; Wed, 9 Aug 2006 17:43:27 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79HhRR2082966; Wed, 9 Aug 2006 17:43:27 GMT (envelope-from alc) Message-Id: <200608091743.k79HhRR2082966@repoman.freebsd.org> From: Alan Cox Date: Wed, 9 Aug 2006 17:43:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/nwfs nwfs_io.c src/sys/fs/smbfs smbfs_io.c src/sys/kern uipc_syscalls.c vfs_bio.c src/sys/nfsclient nfs_bio.c src/sys/vm swap_pager.c vm_object.c vm_page.c vm_page.h vnode_pager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 17:43:36 -0000 alc 2006-08-09 17:43:27 UTC FreeBSD src repository Modified files: sys/fs/nwfs nwfs_io.c sys/fs/smbfs smbfs_io.c sys/kern uipc_syscalls.c vfs_bio.c sys/nfsclient nfs_bio.c sys/vm swap_pager.c vm_object.c vm_page.c vm_page.h vnode_pager.c Log: Introduce a field to struct vm_page for storing flags that are synchronized by the lock on the object containing the page. Transition PG_WANTED and PG_SWAPINPROG to use the new field, eliminating the need for holding the page queues lock when setting or clearing these flags. Rename PG_WANTED and PG_SWAPINPROG to VPO_WANTED and VPO_SWAPINPROG, respectively. Eliminate the assertion that the page queues lock is held in vm_page_io_finish(). Eliminate the acquisition and release of the page queues lock around calls to vm_page_io_finish() in kern_sendfile() and vfs_unbusy_pages(). Revision Changes Path 1.45 +1 -1 src/sys/fs/nwfs/nwfs_io.c 1.37 +1 -1 src/sys/fs/smbfs/smbfs_io.c 1.237 +0 -2 src/sys/kern/uipc_syscalls.c 1.509 +0 -2 src/sys/kern/vfs_bio.c 1.159 +1 -1 src/sys/nfsclient/nfs_bio.c 1.282 +9 -12 src/sys/vm/swap_pager.c 1.365 +6 -4 src/sys/vm/vm_object.c 1.322 +6 -5 src/sys/vm/vm_page.c 1.140 +10 -2 src/sys/vm/vm_page.h 1.228 +1 -1 src/sys/vm/vnode_pager.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 18:05:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D322F16A4DD; Wed, 9 Aug 2006 18:05:44 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 930B243D45; Wed, 9 Aug 2006 18:05:44 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79I5irx090155; Wed, 9 Aug 2006 18:05:44 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79I5i8D090154; Wed, 9 Aug 2006 18:05:44 GMT (envelope-from maxim) Message-Id: <200608091805.k79I5i8D090154@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 Aug 2006 18:05:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/gen msgctl.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 18:05:44 -0000 maxim 2006-08-09 18:05:44 UTC FreeBSD src repository Modified files: lib/libc/gen msgctl.3 Log: o It speaks about struct msqid_ds not struct shmid_ds. PR: docs/101314 Submitted by: Vasil Dimov MFC after: 1 week Revision Changes Path 1.20 +1 -1 src/lib/libc/gen/msgctl.3 From owner-cvs-all@FreeBSD.ORG Wed Aug 9 18:11:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A06216A4E0; Wed, 9 Aug 2006 18:11:20 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8677143D7C; Wed, 9 Aug 2006 18:11:14 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79IBEKM090737; Wed, 9 Aug 2006 18:11:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79IBEcp090736; Wed, 9 Aug 2006 18:11:14 GMT (envelope-from pjd) Message-Id: <200608091811.k79IBEcp090736@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 9 Aug 2006 18:11:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/eli geli.8 geom_eli.c src/sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 18:11:20 -0000 pjd 2006-08-09 18:11:14 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 geom_eli.c sys/geom/eli g_eli.c g_eli.h g_eli_ctl.c Log: Allow geli to operate on read-only providers. Initial patch from: vd MFC after: 2 weeks Revision Changes Path 1.14 +3 -1 src/sbin/geom/class/eli/geli.8 1.14 +4 -3 src/sbin/geom/class/eli/geom_eli.c 1.28 +16 -6 src/sys/geom/eli/g_eli.c 1.9 +4 -0 src/sys/geom/eli/g_eli.h 1.8 +47 -18 src/sys/geom/eli/g_eli_ctl.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 18:23:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E3A16A4E0; Wed, 9 Aug 2006 18:23:48 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F162843D5D; Wed, 9 Aug 2006 18:23:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79INlCa091576; Wed, 9 Aug 2006 18:23:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79INlLt091575; Wed, 9 Aug 2006 18:23:47 GMT (envelope-from imp) Message-Id: <200608091823.k79INlLt091575@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 18:23:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 18:23:48 -0000 imp 2006-08-09 18:23:47 UTC FreeBSD src repository Modified files: sys/dev/ata ata-disk.c Log: Most platforms map the actual drive geometry to the firmware's notion of geometry. However, some platforms have a more complicated mapping of the firmware values to the actual values. pc98 is the only platform that currently does this. This mapping is necessary for large disks connected to pc98 boxes, as the firmware labels require do special hacks to the actual geometry for interoperability. We cannot do this all in the geom layer because of initialization issues (geom looks for an already initialized pc98 label, but we need the geometry information prior to initialization, classic chicken and egg problem). We pass the disk and the device_t to this function because the geometry mapping depends on what kind of controller is used. This hook allows platforms that want to override things to do so, and has 0 overhead on all other platforms. These patches have been in use locally for a long time, and received good feedback from the pc98 community and sos@ at various times during their development. MFC After: 1 week Revision Changes Path 1.198 +9 -0 src/sys/dev/ata/ata-disk.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 18:25:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46AB716A4E1; Wed, 9 Aug 2006 18:25:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D627C43D67; Wed, 9 Aug 2006 18:25:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79IP7T4091659; Wed, 9 Aug 2006 18:25:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79IP79A091658; Wed, 9 Aug 2006 18:25:07 GMT (envelope-from imp) Message-Id: <200608091825.k79IP79A091658@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 18:25:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/include md_var.h src/sys/pc98/pc98 pc98_machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 18:25:08 -0000 imp 2006-08-09 18:25:07 UTC FreeBSD src repository Modified files: sys/pc98/include md_var.h sys/pc98/pc98 pc98_machdep.c Log: Add pc98 specific code to adjust the firmware geometry when it differs from the actual geometry. This enables support of disks larger than ~120GB on pc98 boxes. They make great little network appliances. I've been using these changes for the past year or so on my network storage pc98 box :-). Revision Changes Path 1.3 +12 -0 src/sys/pc98/include/md_var.h 1.28 +38 -0 src/sys/pc98/pc98/pc98_machdep.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 18:35:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E17D916A4DD; Wed, 9 Aug 2006 18:35:31 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D93743D46; Wed, 9 Aug 2006 18:35:31 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79IZVTF092412; Wed, 9 Aug 2006 18:35:31 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79IZVFF092411; Wed, 9 Aug 2006 18:35:31 GMT (envelope-from maxim) Message-Id: <200608091835.k79IZVFF092411@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 Aug 2006 18:35:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/eli geli.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 18:35:32 -0000 maxim 2006-08-09 18:35:31 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 Log: o New sentence, new line. o Touch Dd for -r. Revision Changes Path 1.15 +3 -2 src/sbin/geom/class/eli/geli.8 From owner-cvs-all@FreeBSD.ORG Wed Aug 9 18:36:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E9D316A4E0; Wed, 9 Aug 2006 18:36:16 +0000 (UTC) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 339D843D46; Wed, 9 Aug 2006 18:36:16 +0000 (GMT) (envelope-from scrappy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79IaGYu092510; Wed, 9 Aug 2006 18:36:16 GMT (envelope-from scrappy@repoman.freebsd.org) Received: (from scrappy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79IaGmC092509; Wed, 9 Aug 2006 18:36:16 GMT (envelope-from scrappy) Message-Id: <200608091836.k79IaGmC092509@repoman.freebsd.org> From: "Marc G. Fournier" Date: Wed, 9 Aug 2006 18:36:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 18:36:16 -0000 scrappy 2006-08-09 18:36:16 UTC FreeBSD ports repository Modified files: sysutils/bsdstats Makefile sysutils/bsdstats/files 300.statistics Log: somehow, defining $OS fell out in one of the commits ... Revision Changes Path 1.12 +1 -0 ports/sysutils/bsdstats/Makefile 1.10 +2 -1 ports/sysutils/bsdstats/files/300.statistics From owner-cvs-all@FreeBSD.ORG Wed Aug 9 19:01:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD58416A4E2; Wed, 9 Aug 2006 19:01:27 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BAC543D45; Wed, 9 Aug 2006 19:01:27 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79J1RTu093745; Wed, 9 Aug 2006 19:01:27 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79J1R6V093744; Wed, 9 Aug 2006 19:01:27 GMT (envelope-from marcel) Message-Id: <200608091901.k79J1R6V093744@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 9 Aug 2006 19:01:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 19:01:27 -0000 marcel 2006-08-09 19:01:27 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Define NO_TLS on PowerPC. See also: PR ia64/91846 Revision Changes Path 1.133 +1 -0 src/lib/libc/stdlib/malloc.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 19:12:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E07816A4E2; Wed, 9 Aug 2006 19:12:11 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD3B443D58; Wed, 9 Aug 2006 19:12:10 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79JCAsR095512; Wed, 9 Aug 2006 19:12:10 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79JCAlS095511; Wed, 9 Aug 2006 19:12:10 GMT (envelope-from maxim) Message-Id: <200608091912.k79JCAlS095511@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 Aug 2006 19:12:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/hexdump parse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 19:12:11 -0000 maxim 2006-08-09 19:12:10 UTC FreeBSD src repository Modified files: usr.bin/hexdump parse.c Log: o Simple strcpy/strcat replacement. PR: bin/101575 Founded by: Dan Lukes Obtained from: OpenBSD, rev. 1.11 by deraadt MFC after: 2 weeks Revision Changes Path 1.14 +4 -3 src/usr.bin/hexdump/parse.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 19:35:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C5016A4DD; Wed, 9 Aug 2006 19:35:41 +0000 (UTC) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF3BE43D45; Wed, 9 Aug 2006 19:35:41 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79JZfCW096497; Wed, 9 Aug 2006 19:35:41 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79JZfTq096496; Wed, 9 Aug 2006 19:35:41 GMT (envelope-from anray) Message-Id: <200608091935.k79JZfTq096496@repoman.freebsd.org> From: Andrey Slusar Date: Wed, 9 Aug 2006 19:35:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/remember.el Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 19:35:42 -0000 anray 2006-08-09 19:35:41 UTC FreeBSD ports repository Modified files: deskutils/remember.el Makefile distinfo pkg-plist Log: - Update to 1.9 - Being XEmacs compilable, thanks to Denis Shaposhnikov - Update the MASTER_SITES PR: ports/101679 Submitted by: Dryice Liu (maintainer) Revision Changes Path 1.8 +14 -20 ports/deskutils/remember.el/Makefile 1.5 +3 -3 ports/deskutils/remember.el/distinfo 1.2 +17 -10 ports/deskutils/remember.el/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 19:41:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E5A416A4DD; Wed, 9 Aug 2006 19:41:35 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C32BE43D45; Wed, 9 Aug 2006 19:41:34 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79JfYiS096808; Wed, 9 Aug 2006 19:41:34 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79JfYF6096807; Wed, 9 Aug 2006 19:41:34 GMT (envelope-from maxim) Message-Id: <200608091941.k79JfYF6096807@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 9 Aug 2006 19:41:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/eli geli.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 19:41:35 -0000 maxim 2006-08-09 19:41:34 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 Log: o Strip eol whitespaces. Revision Changes Path 1.16 +2 -2 src/sbin/geom/class/eli/geli.8 From owner-cvs-all@FreeBSD.ORG Wed Aug 9 20:10:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D47916A4E1; Wed, 9 Aug 2006 20:10:42 +0000 (UTC) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1218F43D5F; Wed, 9 Aug 2006 20:10:41 +0000 (GMT) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KAepP099349; Wed, 9 Aug 2006 20:10:40 GMT (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KAZ1D099336; Wed, 9 Aug 2006 20:10:35 GMT (envelope-from pdeuskar) Message-Id: <200608092010.k79KAZ1D099336@repoman.freebsd.org> From: Prafulla Deuskar Date: Wed, 9 Aug 2006 20:10:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 20:10:42 -0000 pdeuskar 2006-08-09 20:10:35 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: 10/100 PHY shouldn't support gigabit media types. Submitted by: brad (brad@comstyle.com) Obtained from: OpenBSD MFC after: 1 week Revision Changes Path 1.126 +6 -3 src/sys/dev/em/if_em.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 20:14:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61F7016A4DA; Wed, 9 Aug 2006 20:14:33 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAE543D45; Wed, 9 Aug 2006 20:14:33 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KEWif099583; Wed, 9 Aug 2006 20:14:32 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KEWMu099582; Wed, 9 Aug 2006 20:14:32 GMT (envelope-from alepulver) Message-Id: <200608092014.k79KEWMu099582@repoman.freebsd.org> From: Alejandro Pulver Date: Wed, 9 Aug 2006 20:14:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/pdcurses Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 20:14:33 -0000 alepulver 2006-08-09 20:14:32 UTC FreeBSD ports repository Modified files: devel/pdcurses Makefile pkg-plist Log: - Use 2 as the shared library major version. - Install shared library as libXCurses.so.2, then symlink to libXCurses.so (not the other way around). Revision Changes Path 1.3 +6 -1 ports/devel/pdcurses/Makefile 1.3 +1 -1 ports/devel/pdcurses/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 20:18:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5AE416A4DE; Wed, 9 Aug 2006 20:18:48 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D2543D5A; Wed, 9 Aug 2006 20:18:47 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KIlAn099767; Wed, 9 Aug 2006 20:18:47 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KIlX6099766; Wed, 9 Aug 2006 20:18:47 GMT (envelope-from sobomax) Message-Id: <200608092018.k79KIlX6099766@repoman.freebsd.org> From: Maxim Sobolev Date: Wed, 9 Aug 2006 20:18:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/l2tpd pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 20:18:48 -0000 sobomax 2006-08-09 20:18:47 UTC FreeBSD ports repository Modified files: net/l2tpd pkg-descr Log: WWW is no longer functional. Reported by: erwin Revision Changes Path 1.2 +0 -2 ports/net/l2tpd/pkg-descr From owner-cvs-all@FreeBSD.ORG Wed Aug 9 20:19:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D167116A4DA; Wed, 9 Aug 2006 20:19:19 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8811243D70; Wed, 9 Aug 2006 20:19:15 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KJF1j099814; Wed, 9 Aug 2006 20:19:15 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KJFdM099813; Wed, 9 Aug 2006 20:19:15 GMT (envelope-from marcel) Message-Id: <200608092019.k79KJFdM099813@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 9 Aug 2006 20:19:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libdisk write_ia64_disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 20:19:19 -0000 marcel 2006-08-09 20:19:15 UTC FreeBSD src repository Modified files: lib/libdisk write_ia64_disk.c Log: Fix a bug in the size of the PMBR partition. Since the partition starts at LBA 1, the size is not the mediasize in sectors, but one less. Revision Changes Path 1.16 +2 -0 src/lib/libdisk/write_ia64_disk.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 20:26:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B3316A4E0; Wed, 9 Aug 2006 20:26:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B468E43D58; Wed, 9 Aug 2006 20:26:03 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KQ3u8000379; Wed, 9 Aug 2006 20:26:03 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KQ34G000378; Wed, 9 Aug 2006 20:26:03 GMT (envelope-from miwi) Message-Id: <200608092026.k79KQ34G000378@repoman.freebsd.org> From: Martin Wilke Date: Wed, 9 Aug 2006 20:26:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gforth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 20:26:04 -0000 miwi 2006-08-09 20:26:03 UTC FreeBSD ports repository Modified files: lang/gforth Makefile Log: BROKEN: does not build Submitted by: pointyhat via kris Approved by: krion (mentor) Revision Changes Path 1.26 +2 -0 ports/lang/gforth/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 20:38:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD2416A4DA; Wed, 9 Aug 2006 20:38:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8950543D45; Wed, 9 Aug 2006 20:38:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KcrYZ000997; Wed, 9 Aug 2006 20:38:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KcrxP000996; Wed, 9 Aug 2006 20:38:53 GMT (envelope-from miwi) Message-Id: <200608092038.k79KcrxP000996@repoman.freebsd.org> From: Martin Wilke Date: Wed, 9 Aug 2006 20:38:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gforth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 20:38:53 -0000 miwi 2006-08-09 20:38:53 UTC FreeBSD ports repository Modified files: lang/gforth Makefile Log: force commit. - Fix Makefile entry Approved by: krion (mentor) Revision Changes Path 1.27 +1 -1 ports/lang/gforth/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 20:53:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3E5716A4DA; Wed, 9 Aug 2006 20:53:01 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DEB43D4C; Wed, 9 Aug 2006 20:53:01 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79Kr1Er009488; Wed, 9 Aug 2006 20:53:01 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79Kr1ew009487; Wed, 9 Aug 2006 20:53:01 GMT (envelope-from marcel) Message-Id: <200608092053.k79Kr1ew009487@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 9 Aug 2006 20:53:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_gpt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 20:53:02 -0000 marcel 2006-08-09 20:53:01 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: Strengthen the check for a PMBR: o PMBR partitions count to the number of partitions on the disk, which means that if a PMBR entry is invalid we will not treat the MBR as a PMBR by virtue of it not describing any partitions. Previously the checks were inconsistent in that an invalid PMBR entry would be harmless when no other partitions exist (we would treat the MBR as a PMBR by virtue of it being empty), but it would be fatal when there is at least one other partition. o The partition size of a PMBR partition is one less than the media size because the GPT starts at the second sector (LBA 1) and extends to the end of the media. For backward bug-compatibility we accept a size that's exactly the media size (FreeBSD bug). Also, when the partition size can not be represented in a 32-bit integral, the partition size in the MBR is to be set to 0xFFFFFFFF. Accept this as a valid size, even if the size can be represented. Revision Changes Path 1.41 +35 -18 src/sys/geom/geom_gpt.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 20:57:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9845A16A4DF; Wed, 9 Aug 2006 20:57:24 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BE743D46; Wed, 9 Aug 2006 20:57:24 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KvOkv009721; Wed, 9 Aug 2006 20:57:24 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KvORj009720; Wed, 9 Aug 2006 20:57:24 GMT (envelope-from rik) Message-Id: <200608092057.k79KvORj009720@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 9 Aug 2006 20:57:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/drivers make_pseudo_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 20:57:24 -0000 rik 2006-08-09 20:57:24 UTC FreeBSD src repository Modified files: share/examples/drivers make_pseudo_driver.sh Log: Added copyright templete Fixed compilation Reviewed by: julian@ Revision Changes Path 1.11 +57 -32 src/share/examples/drivers/make_pseudo_driver.sh From owner-cvs-all@FreeBSD.ORG Wed Aug 9 20:58:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9120F16A4DA; Wed, 9 Aug 2006 20:58:56 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F00743D45; Wed, 9 Aug 2006 20:58:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79KwuL7009789; Wed, 9 Aug 2006 20:58:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79KwujK009788; Wed, 9 Aug 2006 20:58:56 GMT (envelope-from imp) Message-Id: <200608092058.k79KwujK009788@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 20:58:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_st.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 20:58:56 -0000 imp 2006-08-09 20:58:56 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_st.c Log: Hook into the watchdog device, if present. Also, turn off the watchdog timer stuff when we boot because the boot blocks are turning it on... Revision Changes Path 1.5 +41 -4 src/sys/arm/at91/at91_st.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 21:18:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EDC316A4E0; Wed, 9 Aug 2006 21:18:16 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7259D43D82; Wed, 9 Aug 2006 21:18:10 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79LIAhK011991; Wed, 9 Aug 2006 21:18:10 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79LIAaJ011990; Wed, 9 Aug 2006 21:18:10 GMT (envelope-from hq) Message-Id: <200608092118.k79LIAaJ011990@repoman.freebsd.org> From: Herve Quiroz Date: Wed, 9 Aug 2006 21:18:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/resin3 Makefile distinfo pkg-plist ports/www/resin3/files patch-resin.conf pkg-message-advanced.in pkg-message.in resin.sh.in resinctl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 21:18:16 -0000 hq 2006-08-09 21:18:10 UTC FreeBSD ports repository Modified files: www/resin3 Makefile distinfo pkg-plist www/resin3/files patch-resin.conf pkg-message.in resin.sh.in resinctl Added files: www/resin3/files pkg-message-advanced.in Log: - Update to 3.0.20 - A new option can be set in rc.conf to specify Java version to be used: resin3_java_version - Change maintainer address PR: 101648 Submitted by: maintainer Revision Changes Path 1.26 +5 -3 ports/www/resin3/Makefile 1.14 +3 -3 ports/www/resin3/distinfo 1.7 +5 -5 ports/www/resin3/files/patch-resin.conf 1.1 +23 -0 ports/www/resin3/files/pkg-message-advanced.in (new) 1.8 +0 -18 ports/www/resin3/files/pkg-message.in 1.6 +12 -2 ports/www/resin3/files/resin.sh.in 1.4 +3 -3 ports/www/resin3/files/resinctl 1.15 +5 -2 ports/www/resin3/pkg-plist From owner-cvs-all@FreeBSD.ORG Wed Aug 9 21:22:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2656016A4DD; Wed, 9 Aug 2006 21:22:55 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D77C743D45; Wed, 9 Aug 2006 21:22:54 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79LMsnu012308; Wed, 9 Aug 2006 21:22:54 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79LMsBT012307; Wed, 9 Aug 2006 21:22:54 GMT (envelope-from lbr) Message-Id: <200608092122.k79LMsBT012307@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Wed, 9 Aug 2006 21:22:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-Class-DBI-Sweet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 21:22:55 -0000 lbr 2006-08-09 21:22:54 UTC FreeBSD ports repository Modified files: databases/p5-Class-DBI-Sweet Makefile Log: When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS} PR: 101705 Submitted by: Gea-Suan Lin Revision Changes Path 1.8 +3 -3 ports/databases/p5-Class-DBI-Sweet/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 21:23:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC70516A4DF; Wed, 9 Aug 2006 21:23:42 +0000 (UTC) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B5443D49; Wed, 9 Aug 2006 21:23:42 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79LNgiu012355; Wed, 9 Aug 2006 21:23:42 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79LNgVD012354; Wed, 9 Aug 2006 21:23:42 GMT (envelope-from rik) Message-Id: <200608092123.k79LNgVD012354@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 9 Aug 2006 21:23:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/drivers make_pseudo_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 21:23:43 -0000 rik 2006-08-09 21:23:42 UTC FreeBSD src repository Modified files: share/examples/drivers make_pseudo_driver.sh Log: - Added ability to provide (optional) path to the kernel sources - Added check of dirs used by example generator - Fixed path for ${s}/conf/files.FOO and include it via files directive from config file - Changed kernel configuration example with the driver: it is not produced by copying Generic but by including it - KDB is added to config (for DDB) - Added module building instead and fixed kernel building Reviewed by: julian@ Revision Changes Path 1.12 +122 -22 src/share/examples/drivers/make_pseudo_driver.sh From owner-cvs-all@FreeBSD.ORG Wed Aug 9 21:24:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B916416A4E2; Wed, 9 Aug 2006 21:24:43 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76BFB43D45; Wed, 9 Aug 2006 21:24:43 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79LOhi6012397; Wed, 9 Aug 2006 21:24:43 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79LOhxl012396; Wed, 9 Aug 2006 21:24:43 GMT (envelope-from lbr) Message-Id: <200608092124.k79LOhxl012396@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Wed, 9 Aug 2006 21:24:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBIx-Class-WebForm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 21:24:43 -0000 lbr 2006-08-09 21:24:43 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class-WebForm Makefile Log: - When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS} PR: 101707 Submitted by: Gea-Suan Lin Revision Changes Path 1.3 +3 -2 ports/databases/p5-DBIx-Class-WebForm/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 21:26:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A571016A4DA; Wed, 9 Aug 2006 21:26:03 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55DB243D46; Wed, 9 Aug 2006 21:26:03 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79LQ3p2012509; Wed, 9 Aug 2006 21:26:03 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79LQ3Bj012508; Wed, 9 Aug 2006 21:26:03 GMT (envelope-from lbr) Message-Id: <200608092126.k79LQ3Bj012508@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Wed, 9 Aug 2006 21:26:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/p5-DBIx-Class Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 21:26:03 -0000 lbr 2006-08-09 21:26:03 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Class Makefile Log: - When using PERL_MODBUILD=yes, don't use RUN_DEPENDS=${BUILD_DEPENDS} PR: 101708 Submitted by: Gea-Suan Lin Revision Changes Path 1.17 +3 -2 ports/databases/p5-DBIx-Class/Makefile From owner-cvs-all@FreeBSD.ORG Wed Aug 9 21:51:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B5816A4DD; Wed, 9 Aug 2006 21:51:27 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4DF43D46; Wed, 9 Aug 2006 21:51:27 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id 038F75A7F22; Thu, 10 Aug 2006 07:51:26 +1000 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k79LpMJn016912; Thu, 10 Aug 2006 07:51:23 +1000 Date: Thu, 10 Aug 2006 07:51:21 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Yar Tikhiy In-Reply-To: <20060808101524.GN54416@comp.chem.msu.su> Message-ID: <20060810073617.V16211@delplex.bde.org> References: <200608042128.k74LShD7052071@repoman.freebsd.org> <8664h6ci86.fsf@xps.des.no> <20060807133921.V6590@delplex.bde.org> <20060808101524.GN54416@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1527257990-1155160281=:16211" Cc: Dag-Erling Sm?rgrav , Marcel Moolenaar , cvs-all@FreeBSD.org, src-committers@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/kldxref kldxref.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 21:51:27 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1527257990-1155160281=:16211 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 8 Aug 2006, Yar Tikhiy wrote: > On Mon, Aug 07, 2006 at 01:59:30PM +1000, Bruce Evans wrote: >> On Sun, 6 Aug 2006, Dag-Erling [iso-8859-1] Sm=F8rgrav wrote: >>> MAXPATHLEN should be spelled PATH_MAX. >> >> Actually, MAXPATHLEN is better since it is honestly unportable. It work= s >> ... > Just looked what SUSv3 says: > > =09It should be noted, however, that many of the listed limits > =09are not invariant, and at runtime, the value of the limit > =09may differ from those given in this header, for the following > =09reasons: It should say somewhere that the limits shall not be defined if they are not invariant. POSIX says this. There are only a few limits that are guaranteed to be compile-time constants (except for some not very useful ones which give absolute minimum values). > > =09The limit is pathname-dependent. > > =09The limit differs between the compile and runtime machines. > > =09For these reasons, an application may use the fpathconf(), ^^^ > =09pathconf(), and sysconf() functions to determine the actual > =09value of a limit at runtime. It should say "must", or at least "should", since not using pathconf() etc. won't work if the limit is undefined. It's an implementation detail that PATH_MAX^WMAXPATHLEN is independent of the file system (this is because everything goes through vfs_lookup()). The related limit NAME_MAX is very fs-dependent. FreeBSD bogusly defines NAME_MAX, OPEN_MAX, CHILD_MAX, ... Bruce --0-1527257990-1155160281=:16211-- From owner-cvs-all@FreeBSD.ORG Wed Aug 9 21:59:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1D5416A4E0; Wed, 9 Aug 2006 21:59:12 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (inse.ru [144.206.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D63B43D49; Wed, 9 Aug 2006 21:59:11 +0000 (GMT) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTP id 47FD633C66; Thu, 10 Aug 2006 01:59:10 +0400 (MSD) Message-ID: <44DA5C5A.70404@inse.ru> Date: Thu, 10 Aug 2006 02:06:18 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.12) Gecko/20060103 ASPLinux/1.7.12-1.5.1.1asp X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: Robert Watson References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> In-Reply-To: <20060808152429.W45647@fledge.watson.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Roman Kurakin , src-committers@FreeBSD.org, Yar Tikhiy , cvs-all@FreeBSD.org, Ruslan Ermilov , cvs-src@FreeBSD.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 21:59:12 -0000 Robert Watson: > > On Tue, 8 Aug 2006, Roman Kurakin wrote: > >> We could add a "foo" driver to the LINT generated by this script with >> notification that it was generated and all changes should be placed >> to script. > > I guess I can't help but wonder if a script is necessarily better than > a well-commented template. Today I've talked with ru@. He suggests to put an example to tree and change script to produce a copy of driver using example from tree as a template via sed or smth like that. It sounds like a good idea. We could have a single dir in subtree with various examples and a set of scripts that could produce from one of the examples a driver to start with. rik > > Robert N M Watson > Computer Laboratory > University of Cambridge > >> >> rik >> >> Robert Watson wrote: >> >>> >>> On Tue, 8 Aug 2006, Yar Tikhiy wrote: >>> >>>> On Sun, Aug 06, 2006 at 05:46:41PM +0400, Roman Kurakin wrote: >>>> >>>>> Example is for developers mostly, so I in doubts about MFC >>>>> compilation >>>>> fixup and this >>>>> one commit. >>>> >>>> >>>> I still can remeber that, when the world and I were younger, I used >>>> to study FreeBSD examples and sources for any release I had on hand >>>> at the moment. There still are plenty of places on the globe where >>>> off-line is the normal state of being, so we should provide good >>>> reference material for developers on our release CD's, to my mind. >>>> This also warrants MFC of fixes to source comments as long as they >>>> help to understand the code. Of course, all this is just my >>>> private opinion. >>> >>> >>> In general, I think we're better served by providing skeleton or >>> stub implementations of code that are part of the base source tree >>> (and compiled as part of it) than providing scripts and detached >>> sample source code. The reason is that any code not attached to the >>> tree almost instantly rots into uselessness. >>> >>> Robert N M Watson >>> Computer Laboratory >>> University of Cambridge >>> >>>> >>>>> Roman Kurakin: >>>>> >>>>>> rik 2006-08-06 11:06:36 UTC >>>>>> >>>>>> FreeBSD src repository >>>>>> >>>>>> Modified files: >>>>>> share/examples/drivers make_device_driver.sh >>>>>> Log: >>>>>> - Added ability to provide (optional) path to the kernel sources >>>>>> - Fixed path for ${s}/conf/files.FOO and a note that it should be >>>>>> merged >>>>>> into >>>>>> corresponding file to be able to compile the kernel >>>>>> - Changed kernel configuration example with the driver: it is not >>>>>> produced by >>>>>> copying Generic but by including it >>>>>> - Changed from automatic module building to asking an user if it >>>>>> whants to >>>>>> >>>>>> Reviewed by: julian@ >>>>>> >>>>>> Revision Changes Path >>>>>> 1.23 +32 -19 >>>>>> src/share/examples/drivers/make_device_driver.sh >>>>>> >>>>>> >>>> >>>> -- >>>> Yar >>>> >> >> From owner-cvs-all@FreeBSD.ORG Wed Aug 9 23:37:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6920816A4DF; Wed, 9 Aug 2006 23:37:31 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22ED643D45; Wed, 9 Aug 2006 23:37:31 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79NbVD4020668; Wed, 9 Aug 2006 23:37:31 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79NbVkt020667; Wed, 9 Aug 2006 23:37:31 GMT (envelope-from imp) Message-Id: <200608092337.k79NbVkt020667@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 23:37:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 23:37:31 -0000 imp 2006-08-09 23:37:30 UTC FreeBSD src repository Modified files: sys/i386/i386 machdep.c Log: Minor style(9) nit. Revision Changes Path 1.633 +2 -2 src/sys/i386/i386/machdep.c From owner-cvs-all@FreeBSD.ORG Wed Aug 9 23:47:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B0716A4DA; Wed, 9 Aug 2006 23:47:39 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0425843D49; Wed, 9 Aug 2006 23:47:39 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k79Nlc4T021197; Wed, 9 Aug 2006 23:47:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k79Nlc5Z021196; Wed, 9 Aug 2006 23:47:38 GMT (envelope-from imp) Message-Id: <200608092347.k79Nlc5Z021196@repoman.freebsd.org> From: Warner Losh Date: Wed, 9 Aug 2006 23:47:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/isa clock.c src/sys/i386/conf XBOX X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 09 Aug 2006 23:47:39 -0000 imp 2006-08-09 23:47:38 UTC FreeBSD src repository Modified files: sys/i386/isa clock.c sys/i386/conf XBOX Log: Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set a different TIMER_FREQ value than default. Accomplish this via the config file rather than via an #ifdef. Revision Changes Path 1.7 +2 -0 src/sys/i386/conf/XBOX 1.227 +0 -9 src/sys/i386/isa/clock.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 00:26:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AF6016A4DE; Thu, 10 Aug 2006 00:26:03 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE8D943D4C; Thu, 10 Aug 2006 00:26:02 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A0Q215024280; Thu, 10 Aug 2006 00:26:02 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A0Q2hi024279; Thu, 10 Aug 2006 00:26:02 GMT (envelope-from ahze) Message-Id: <200608100026.k7A0Q2hi024279@repoman.freebsd.org> From: Michael Johnson Date: Thu, 10 Aug 2006 00:26:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/x264 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 00:26:03 -0000 ahze 2006-08-10 00:26:02 UTC FreeBSD ports repository Modified files: multimedia/x264 Makefile Log: - Depend on gpac>=0.4.0.r2,1 Revision Changes Path 1.42 +1 -0 ports/multimedia/x264/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 00:33:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F2B16A4DE; Thu, 10 Aug 2006 00:33:48 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from pittgoth.com (ns1.pittgoth.com [216.38.206.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DEB543D46; Thu, 10 Aug 2006 00:33:48 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost (net-ix.gw.ai.net [205.134.160.6] (may be forged)) (authenticated bits=0) by pittgoth.com (8.13.4/8.13.4) with ESMTP id k7A0rgEJ017135 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 9 Aug 2006 20:53:43 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 9 Aug 2006 20:33:26 -0400 From: Tom Rhodes To: Colin Percival Message-Id: <20060809203326.66d086f4.trhodes@FreeBSD.org> In-Reply-To: <44D85572.1030409@freebsd.org> References: <200608080851.k788pcMP066327@repoman.freebsd.org> <44D85158.2030605@freebsd.org> <1155027837.1132.11.camel@spirit> <44D85572.1030409@freebsd.org> Organization: The FreeBSD Project X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: delphij@FreeBSD.org, src-committers@FreeBSD.org, delphij@delphij.net, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sade sade.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 00:33:48 -0000 On Tue, 08 Aug 2006 02:12:18 -0700 Colin Percival wrote: > =E6=9D=8E=E9=91=AB (LI Xin) wrote: > > =E5=9C=A8 2006-08-08=E4=BA=8C=E7=9A=84 01:54 -0700=EF=BC=8CColin Perciv= al=E5=86=99=E9=81=93=EF=BC=9A > >> Xin LI wrote: > >>> Modified files: > >>> usr.sbin/sade sade.8=20 > >>> Log: > >>> Typo (favour -> favor). > >> I don't understand. Why are you adding a typo? > >=20 > > Er... I think the manual pages are written in American English, no? >=20 > Last I heard, books were to be written in American, but articles, man > pages, and source code are written in whatever the author prefers. Articles and manual pages are governed by the same standards or requirements as the handbook. Source code is pretty much whatever. The typo fix should have been done with a larger change though. Now that I can agree with. --=20 Tom Rhodes From owner-cvs-all@FreeBSD.ORG Thu Aug 10 01:07:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA6B116A4E0; Thu, 10 Aug 2006 01:07:29 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93B4A43D49; Thu, 10 Aug 2006 01:07:29 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A17TlQ035849; Thu, 10 Aug 2006 01:07:29 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A17Tiv035848; Thu, 10 Aug 2006 01:07:29 GMT (envelope-from ahze) Message-Id: <200608100107.k7A17Tiv035848@repoman.freebsd.org> From: Michael Johnson Date: Thu, 10 Aug 2006 01:07:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/mplayer/files patch-libmpcodecs_ve_x264.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 01:07:30 -0000 ahze 2006-08-10 01:07:29 UTC FreeBSD ports repository Added files: multimedia/mplayer/files patch-libmpcodecs_ve_x264.c Log: - Fix build with x264 Revision Changes Path 1.3 +11 -0 ports/multimedia/mplayer/files/patch-libmpcodecs_ve_x264.c (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 01:13:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA2416A4DE; Thu, 10 Aug 2006 01:13:39 +0000 (UTC) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C953B43D49; Thu, 10 Aug 2006 01:13:38 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A1Dcw6036147; Thu, 10 Aug 2006 01:13:38 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A1Dccd036146; Thu, 10 Aug 2006 01:13:38 GMT (envelope-from maxim) Message-Id: <200608100113.k7A1Dccd036146@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 10 Aug 2006 01:13:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/eli geli.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 01:13:39 -0000 maxim 2006-08-10 01:13:38 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geli.8 Log: o Spell. Submitted by: ru Revision Changes Path 1.17 +1 -1 src/sbin/geom/class/eli/geli.8 From owner-cvs-all@FreeBSD.ORG Thu Aug 10 01:27:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6453916A4DD; Thu, 10 Aug 2006 01:27:13 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC1F43D49; Thu, 10 Aug 2006 01:27:13 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A1RCOL036777; Thu, 10 Aug 2006 01:27:13 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A1RCTF036776; Thu, 10 Aug 2006 01:27:12 GMT (envelope-from clsung) Message-Id: <200608100127.k7A1RCTF036776@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 01:27:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Object-InsideOut Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 01:27:13 -0000 clsung 2006-08-10 01:27:12 UTC FreeBSD ports repository Modified files: devel/p5-Object-InsideOut Makefile distinfo pkg-plist Log: - Update to 1.49 - Include the modifications from ports/101233 PR: ports/101733 Submitted by: maintainer (Geraud CONTINSOUZAS) Revision Changes Path 1.8 +2 -2 ports/devel/p5-Object-InsideOut/Makefile 1.8 +3 -3 ports/devel/p5-Object-InsideOut/distinfo 1.5 +1 -0 ports/devel/p5-Object-InsideOut/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 01:30:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7CAC16A4DA; Thu, 10 Aug 2006 01:30:08 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5523D43D45; Thu, 10 Aug 2006 01:30:08 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A1U8Wq036891; Thu, 10 Aug 2006 01:30:08 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A1U8t7036890; Thu, 10 Aug 2006 01:30:08 GMT (envelope-from clsung) Message-Id: <200608100130.k7A1U8t7036890@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 01:30:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/abook Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 01:30:08 -0000 clsung 2006-08-10 01:30:08 UTC FreeBSD ports repository Modified files: mail/abook Makefile distinfo Log: - Fix bogus intl.a linking - Update to 0.5.6 Changelog: - translation fixes - fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif) - fix localized keybindings with --disable-nls PR: ports/101715 Submitted by: maintainer (Stanislav Sedov) Revision Changes Path 1.21 +3 -1 ports/mail/abook/Makefile 1.15 +3 -3 ports/mail/abook/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 01:33:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5DEF16A4DD; Thu, 10 Aug 2006 01:33:24 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C9A043D53; Thu, 10 Aug 2006 01:33:24 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A1XOmH037337; Thu, 10 Aug 2006 01:33:24 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A1XO60037336; Thu, 10 Aug 2006 01:33:24 GMT (envelope-from clsung) Message-Id: <200608100133.k7A1XO60037336@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 01:33:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/postfix-policyd-sf Makefile distinfo ports/mail/postfix-policyd-sf/files policyd.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 01:33:24 -0000 clsung 2006-08-10 01:33:24 UTC FreeBSD ports repository Modified files: mail/postfix-policyd-sf Makefile distinfo mail/postfix-policyd-sf/files policyd.sh.in Log: - Added some changes in startup script (patch from Zach) : added mysql to the REQUIRE and postfix to the BEFORE. This should get the right startup order, i.e. mysql, policyd, postfix, for most cases. - Update to 1.80, Changelog : [10 Jul 2006] Changes from v1.79 -> v1.80 (bug fixes) * policyd.h: fix *bsd MSG_NOSIGNAL compiling issue. Patch by John Beaver. [04 Jul 2006] Changes from v1.78 -> v1.79 (bug fixes & new functionality) * mysql.c: fix strncpy boundary issue. Patch by Stanislav Sinyagin. * policyd.h: fix array boundary issue. Patch by Stanislav Sinyagin. * throttle*.c: autoblacklist throttle abusers. Patch by Stanislav Sinyagin. * redhat.init: redhat policyd spec file written by Tony Earnshaw. * *.c: logging has changed and is more consistant when reporting. * sockets.c: read()/write() is now non-blocking. Patch by Nigel Kukard. * mysql.c: remove the use of alarm blocking when in bypass mode. * generic.c: module failures now increment mysql failure counters. * policyd.c: whitelisting modules requires WHITELISTING=1 to work. * policyd.c: blacklisting modules requires BLACKLISTING=1 to work. * policyd.c: CONN_ACL is hashed out untill i've resolved a bug thats causing Policyd to fail calls to select() under heavy loads. PR: ports/101583 Submitted by: maintainer (Xavier Beaudouin) Revision Changes Path 1.17 +1 -1 ports/mail/postfix-policyd-sf/Makefile 1.15 +3 -3 ports/mail/postfix-policyd-sf/distinfo 1.4 +3 -3 ports/mail/postfix-policyd-sf/files/policyd.sh.in From owner-cvs-all@FreeBSD.ORG Thu Aug 10 01:45:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5CFF16A4E2; Thu, 10 Aug 2006 01:45:04 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A45D43D53; Thu, 10 Aug 2006 01:45:04 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A1j4gq037922; Thu, 10 Aug 2006 01:45:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A1j4Te037921; Thu, 10 Aug 2006 01:45:04 GMT (envelope-from clsung) Message-Id: <200608100145.k7A1j4Te037921@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 01:45:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/clucene Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 01:45:05 -0000 clsung 2006-08-10 01:45:03 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/clucene Makefile distinfo pkg-descr pkg-plist Log: - CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++. Revision Changes Path 1.1042 +1 -0 ports/textproc/Makefile 1.1 +31 -0 ports/textproc/clucene/Makefile (new) 1.1 +3 -0 ports/textproc/clucene/distinfo (new) 1.1 +5 -0 ports/textproc/clucene/pkg-descr (new) 1.1 +149 -0 ports/textproc/clucene/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 01:45:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A41B416A4E6; Thu, 10 Aug 2006 01:45:25 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F64E43D53; Thu, 10 Aug 2006 01:45:25 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A1jPVc037999; Thu, 10 Aug 2006 01:45:25 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A1jPPQ037998; Thu, 10 Aug 2006 01:45:25 GMT (envelope-from clsung) Message-Id: <200608100145.k7A1jPPQ037998@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 01:45:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 01:45:25 -0000 clsung 2006-08-10 01:45:25 UTC FreeBSD ports repository Modified files: . modules Log: clucene --> ports/textproc/clucene Revision Changes Path 1.15942 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 10 01:50:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 090F016A4DD; Thu, 10 Aug 2006 01:50:15 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5A2743D4C; Thu, 10 Aug 2006 01:50:14 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A1oEYw038209; Thu, 10 Aug 2006 01:50:14 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A1oERI038193; Thu, 10 Aug 2006 01:50:14 GMT (envelope-from clsung) Message-Id: <200608100150.k7A1oERI038193@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 01:50:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/qterm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 01:50:15 -0000 clsung 2006-08-10 01:50:14 UTC FreeBSD ports repository Modified files: chinese/qterm Makefile Log: - Does not build on 4.x Approved by: maintainer (Yuan, Jue) (implicit) Revision Changes Path 1.27 +7 -1 ports/chinese/qterm/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 02:04:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C3AF16A4DA; Thu, 10 Aug 2006 02:04:44 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9AC343D45; Thu, 10 Aug 2006 02:04:43 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A24hvL040322; Thu, 10 Aug 2006 02:04:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A24h9h040321; Thu, 10 Aug 2006 02:04:43 GMT (envelope-from clsung) Message-Id: <200608100204.k7A24h9h040321@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 02:04:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/p5-POE-Component-Client-Traceroute Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 02:04:44 -0000 clsung 2006-08-10 02:04:43 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-POE-Component-Client-Traceroute Makefile distinfo pkg-descr pkg-plist Log: Add p5-POE-Component-Client-Traceroute 0.11, a non-blocking traceroute client. PR: ports/101735 Submitted by: Jin-Shan Tseng Revision Changes Path 1.1714 +1 -0 ports/net/Makefile 1.1 +32 -0 ports/net/p5-POE-Component-Client-Traceroute/Makefile (new) 1.1 +3 -0 ports/net/p5-POE-Component-Client-Traceroute/distinfo (new) 1.1 +6 -0 ports/net/p5-POE-Component-Client-Traceroute/pkg-descr (new) 1.1 +10 -0 ports/net/p5-POE-Component-Client-Traceroute/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 02:05:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BEF16A4DE; Thu, 10 Aug 2006 02:05:01 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9225D43D53; Thu, 10 Aug 2006 02:05:01 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A251fn040375; Thu, 10 Aug 2006 02:05:01 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A251uL040374; Thu, 10 Aug 2006 02:05:01 GMT (envelope-from clsung) Message-Id: <200608100205.k7A251uL040374@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 02:05:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 02:05:02 -0000 clsung 2006-08-10 02:05:01 UTC FreeBSD ports repository Modified files: . modules Log: p5-POE-Component-Client-Traceroute --> ports/net/p5-POE-Component-Client-Traceroute Revision Changes Path 1.15943 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 10 02:06:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D3F616A4E1; Thu, 10 Aug 2006 02:06:21 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F5B43D45; Thu, 10 Aug 2006 02:06:21 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A26KAP040508; Thu, 10 Aug 2006 02:06:20 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A26K21040507; Thu, 10 Aug 2006 02:06:20 GMT (envelope-from alepulver) Message-Id: <200608100206.k7A26K21040507@repoman.freebsd.org> From: Alejandro Pulver Date: Thu, 10 Aug 2006 02:06:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/allegro Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 02:06:21 -0000 alepulver 2006-08-10 02:06:20 UTC FreeBSD ports repository Modified files: devel/allegro Makefile pkg-plist Log: - Add AL and JACK options. - Replace INSTALLS_SHLIB with USE_LDCONFIG. - Add CONFLICTS with future port allegro-devel. Revision Changes Path 1.24 +25 -3 ports/devel/allegro/Makefile 1.13 +2 -0 ports/devel/allegro/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 02:08:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D884D16A4DA; Thu, 10 Aug 2006 02:08:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9099B43D45; Thu, 10 Aug 2006 02:08:59 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A28xxN040592; Thu, 10 Aug 2006 02:08:59 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A28xrP040591; Thu, 10 Aug 2006 02:08:59 GMT (envelope-from clsung) Message-Id: <200608100208.k7A28xrP040591@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 02:08:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/sword Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 02:08:59 -0000 clsung 2006-08-10 02:08:59 UTC FreeBSD ports repository Modified files: misc/sword Makefile pkg-descr Log: - pet portlint by using USE_LDCONFIG - remove unstable mirror site - add trailing slash for WWW in pkg-descr PR: ports/101720 Submitted by: maintainer (Thomas Abthorpe) Revision Changes Path 1.21 +2 -3 ports/misc/sword/Makefile 1.3 +1 -1 ports/misc/sword/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:07:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C201416A4DA; Thu, 10 Aug 2006 03:07:26 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AE0943D53; Thu, 10 Aug 2006 03:07:26 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A37Qv0044623; Thu, 10 Aug 2006 03:07:26 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A37QJW044622; Thu, 10 Aug 2006 03:07:26 GMT (envelope-from perky) Message-Id: <200608100307.k7A37QJW044622@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 10 Aug 2006 03:07:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/llvm Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:07:26 -0000 perky 2006-08-10 03:07:26 UTC FreeBSD ports repository Modified files: devel/llvm Makefile distinfo pkg-plist Log: Update to 1.8 Revision Changes Path 1.12 +3 -3 ports/devel/llvm/Makefile 1.3 +3 -3 ports/devel/llvm/distinfo 1.4 +21 -24 ports/devel/llvm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:23:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23AAF16A4DE; Thu, 10 Aug 2006 03:23:29 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D02AE43D53; Thu, 10 Aug 2006 03:23:28 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3NSuN045486; Thu, 10 Aug 2006 03:23:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3NSex045485; Thu, 10 Aug 2006 03:23:28 GMT (envelope-from clsung) Message-Id: <200608100323.k7A3NSex045485@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 03:23:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/radmind Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:23:29 -0000 clsung 2006-08-10 03:23:28 UTC FreeBSD ports repository Modified files: sysutils/radmind Makefile distinfo Log: - Update to 1.7.0 PR: ports/101742 Submitted by: maintainer (Paul Dlug) Revision Changes Path 1.9 +1 -1 ports/sysutils/radmind/Makefile 1.10 +3 -3 ports/sysutils/radmind/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:32:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18C0616A4DA; Thu, 10 Aug 2006 03:32:33 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B76143D49; Thu, 10 Aug 2006 03:32:32 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3WWGD046087; Thu, 10 Aug 2006 03:32:32 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3WWaY046086; Thu, 10 Aug 2006 03:32:32 GMT (envelope-from rafan) Message-Id: <200608100332.k7A3WWaY046086@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 03:32:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/uncrustify Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:32:33 -0000 rafan 2006-08-10 03:32:32 UTC FreeBSD ports repository Modified files: textproc/uncrustify Makefile distinfo Log: - Update to 0.0.24 PR: ports/101571 Submitted by: Dmitry Marakasov (maintainer) Revision Changes Path 1.3 +1 -1 ports/textproc/uncrustify/Makefile 1.3 +3 -3 ports/textproc/uncrustify/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:34:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 144EA16A4DF; Thu, 10 Aug 2006 03:34:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4110443D45; Thu, 10 Aug 2006 03:34:04 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3Y43T046245; Thu, 10 Aug 2006 03:34:04 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3Y40J046244; Thu, 10 Aug 2006 03:34:04 GMT (envelope-from clsung) Message-Id: <200608100334.k7A3Y40J046244@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 03:34:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Contextual-Return Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:34:06 -0000 clsung 2006-08-10 03:34:04 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Contextual-Return Makefile distinfo pkg-descr pkg-plist Log: Add p5-Contextual-Return 0.1.0, create context-senstive return values. PR: ports/101682 Submitted by: Gea-Suan Lin Revision Changes Path 1.2406 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-Contextual-Return/Makefile (new) 1.1 +3 -0 ports/devel/p5-Contextual-Return/distinfo (new) 1.1 +3 -0 ports/devel/p5-Contextual-Return/pkg-descr (new) 1.1 +8 -0 ports/devel/p5-Contextual-Return/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:34:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1344216A4DF; Thu, 10 Aug 2006 03:34:27 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC34B43D45; Thu, 10 Aug 2006 03:34:21 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3YLF8046283; Thu, 10 Aug 2006 03:34:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3YLXs046282; Thu, 10 Aug 2006 03:34:21 GMT (envelope-from clsung) Message-Id: <200608100334.k7A3YLXs046282@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 03:34:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:34:27 -0000 clsung 2006-08-10 03:34:21 UTC FreeBSD ports repository Modified files: . modules Log: p5-Contextual-Return --> ports/devel/p5-Contextual-Return Revision Changes Path 1.15944 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:36:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDE9A16A4E6; Thu, 10 Aug 2006 03:36:17 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8596D43D45; Thu, 10 Aug 2006 03:36:17 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3aHam046399; Thu, 10 Aug 2006 03:36:17 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3aHC0046398; Thu, 10 Aug 2006 03:36:17 GMT (envelope-from rafan) Message-Id: <200608100336.k7A3aHC0046398@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 03:36:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/sather-tutorial Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:36:17 -0000 rafan 2006-08-10 03:36:17 UTC FreeBSD ports repository Modified files: lang/sather-tutorial Makefile Log: - Unbreak on 4.x PR: ports/101727 Submitted by: Stanislav Sedov (maintainer) Revision Changes Path 1.2 +3 -8 ports/lang/sather-tutorial/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:39:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4094B16A4DD; Thu, 10 Aug 2006 03:39:46 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CCED43D62; Thu, 10 Aug 2006 03:39:45 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3djx6046540; Thu, 10 Aug 2006 03:39:45 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3diM9046539; Thu, 10 Aug 2006 03:39:44 GMT (envelope-from rafan) Message-Id: <200608100339.k7A3diM9046539@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 03:39:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/sather-specification Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:39:46 -0000 rafan 2006-08-10 03:39:44 UTC FreeBSD ports repository Modified files: lang/sather-specification Makefile Log: - Unbreak on 4.x PR: ports/101726 Submitted by: Stanislav Sedov (maintainer) Revision Changes Path 1.2 +3 -8 ports/lang/sather-specification/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:43:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A27BC16A4DE; Thu, 10 Aug 2006 03:43:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5770D43D60; Thu, 10 Aug 2006 03:43:56 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3huXe046832; Thu, 10 Aug 2006 03:43:56 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3huM7046831; Thu, 10 Aug 2006 03:43:56 GMT (envelope-from rafan) Message-Id: <200608100343.k7A3huM7046831@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 03:43:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/dwm Makefile distinfo ports/x11-wm/dwm/files patch-config.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:43:56 -0000 rafan 2006-08-10 03:43:56 UTC FreeBSD ports repository Modified files: x11-wm/dwm Makefile distinfo x11-wm/dwm/files patch-config.mk Log: - Update to 0.7 PR: ports/101578 Submitted by: Jeroen Schot (maintainer) Revision Changes Path 1.3 +1 -4 ports/x11-wm/dwm/Makefile 1.3 +3 -3 ports/x11-wm/dwm/distinfo 1.3 +3 -3 ports/x11-wm/dwm/files/patch-config.mk From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:49:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C34116A4DD; Thu, 10 Aug 2006 03:49:28 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0184643D46; Thu, 10 Aug 2006 03:49:28 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3nRtW047100; Thu, 10 Aug 2006 03:49:27 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3nRJc047099; Thu, 10 Aug 2006 03:49:27 GMT (envelope-from rafan) Message-Id: <200608100349.k7A3nRJc047099@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 03:49:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/pwm Makefile distinfo ports/x11-wm/pwm/files patch-function.c patch-menudata.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:49:28 -0000 rafan 2006-08-10 03:49:27 UTC FreeBSD ports repository Modified files: x11-wm/pwm Makefile distinfo Removed files: x11-wm/pwm/files patch-function.c patch-menudata.c Log: - Update to 2006.05.17 - Remove two patches which are merged in upstream - Pass maintainership to submitter PR: 101580 Submitted by: Jeroen Schot Revision Changes Path 1.13 +2 -2 ports/x11-wm/pwm/Makefile 1.5 +3 -3 ports/x11-wm/pwm/distinfo 1.2 +0 -10 ports/x11-wm/pwm/files/patch-function.c (dead) 1.2 +0 -10 ports/x11-wm/pwm/files/patch-menudata.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:52:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B09216A4DD; Thu, 10 Aug 2006 03:52:56 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3AE143D4C; Thu, 10 Aug 2006 03:52:55 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3qtlO047347; Thu, 10 Aug 2006 03:52:55 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3qtC3047346; Thu, 10 Aug 2006 03:52:55 GMT (envelope-from rafan) Message-Id: <200608100352.k7A3qtC3047346@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 03:52:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/libprelude Makefile distinfo ports/security/libprelude/files patch-src_idmef-path.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:52:56 -0000 rafan 2006-08-10 03:52:55 UTC FreeBSD ports repository Modified files: security/libprelude Makefile distinfo Removed files: security/libprelude/files patch-src_idmef-path.c Log: - Update to 0.9.10.2 PR: ports/101585 Submitted by: Robin Gruyters (maintainer) Revision Changes Path 1.35 +1 -1 ports/security/libprelude/Makefile 1.18 +3 -3 ports/security/libprelude/distinfo 1.2 +0 -10 ports/security/libprelude/files/patch-src_idmef-path.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:53:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECEA516A4DE; Thu, 10 Aug 2006 03:53:42 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2AEF43D46; Thu, 10 Aug 2006 03:53:42 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3rgIg047410; Thu, 10 Aug 2006 03:53:42 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3rgAC047409; Thu, 10 Aug 2006 03:53:42 GMT (envelope-from rafan) Message-Id: <200608100353.k7A3rgAC047409@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 03:53:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-fm/emelfm2 Makefile distinfo ports/x11-fm/emelfm2/files patch-Makefile patch-Makefile.config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:53:43 -0000 rafan 2006-08-10 03:53:42 UTC FreeBSD ports repository Modified files: x11-fm/emelfm2 Makefile distinfo x11-fm/emelfm2/files patch-Makefile patch-Makefile.config Log: - Update to 0.1.8 PR: ports/101614 Submitted by: Marcus von Appen (maintainer) Revision Changes Path 1.24 +3 -1 ports/x11-fm/emelfm2/Makefile 1.13 +3 -3 ports/x11-fm/emelfm2/distinfo 1.6 +23 -6 ports/x11-fm/emelfm2/files/patch-Makefile 1.7 +9 -6 ports/x11-fm/emelfm2/files/patch-Makefile.config From owner-cvs-all@FreeBSD.ORG Thu Aug 10 03:55:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4572016A4E0; Thu, 10 Aug 2006 03:55:21 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F140F43D45; Thu, 10 Aug 2006 03:55:20 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A3tKcO047562; Thu, 10 Aug 2006 03:55:20 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A3tKue047561; Thu, 10 Aug 2006 03:55:20 GMT (envelope-from rafan) Message-Id: <200608100355.k7A3tKue047561@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 03:55:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/openbox Makefile ports/x11-wm/openbox/files extra-patch-gradient X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 03:55:21 -0000 rafan 2006-08-10 03:55:20 UTC FreeBSD ports repository Modified files: x11-wm/openbox Makefile Added files: x11-wm/openbox/files extra-patch-gradient Log: - Added knob for the popular and "glamour" split gradient patch - Pass maintainership to submitter PR: ports/101624 Submitted by: RedChrom Revision Changes Path 1.72 +8 -2 ports/x11-wm/openbox/Makefile 1.1 +109 -0 ports/x11-wm/openbox/files/extra-patch-gradient (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 04:04:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B104616A4DA; Thu, 10 Aug 2006 04:04:48 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68E9A43D53; Thu, 10 Aug 2006 04:04:48 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A44mq4049282; Thu, 10 Aug 2006 04:04:48 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A44mjj049281; Thu, 10 Aug 2006 04:04:48 GMT (envelope-from rafan) Message-Id: <200608100404.k7A44mjj049281@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 04:04:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/utserver Makefile ports/games/utserver/files ucc.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 04:04:48 -0000 rafan 2006-08-10 04:04:48 UTC FreeBSD ports repository Modified files: games/utserver Makefile Added files: games/utserver/files ucc.in Log: - Add rc script From maintainer: Without using daemon(8) ucc-bin dies during system startup because of SIGHUP signal. Sorry to say I can't find analogue for -p options on 4.x daemon(8). That's why 4.x users must use ucc script in root directory of utserver installation or upgrade daemon(8). PR: ports/101641 Submitted by: Alexander Logvinov (maintainer) Revision Changes Path 1.23 +2 -0 ports/games/utserver/Makefile 1.1 +46 -0 ports/games/utserver/files/ucc.in (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 04:37:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D76616A4DF; Thu, 10 Aug 2006 04:37:25 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E0543D45; Thu, 10 Aug 2006 04:37:25 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A4bOpO050815; Thu, 10 Aug 2006 04:37:24 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A4bOi8050814; Thu, 10 Aug 2006 04:37:24 GMT (envelope-from dinoex) Message-Id: <200608100437.k7A4bOi8050814@repoman.freebsd.org> From: Dirk Meyer Date: Thu, 10 Aug 2006 04:37:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sendmail Makefile distinfo ports/mail/sendmail/files patch-queue.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 04:37:25 -0000 dinoex 2006-08-10 04:37:24 UTC FreeBSD ports repository Modified files: mail/sendmail Makefile distinfo Removed files: mail/sendmail/files patch-queue.c Log: - update to 8.13.8. Revision Changes Path 1.121 +1 -2 ports/mail/sendmail/Makefile 1.30 +3 -3 ports/mail/sendmail/distinfo 1.2 +0 -18 ports/mail/sendmail/files/patch-queue.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 04:48:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B3F16A4DF; Thu, 10 Aug 2006 04:48:30 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2414E43D46; Thu, 10 Aug 2006 04:48:30 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A4mUXP059159; Thu, 10 Aug 2006 04:48:30 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A4mUNe059158; Thu, 10 Aug 2006 04:48:30 GMT (envelope-from alc) Message-Id: <200608100448.k7A4mUNe059158@repoman.freebsd.org> From: Alan Cox Date: Thu, 10 Aug 2006 04:48:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 04:48:30 -0000 alc 2006-08-10 04:48:29 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Change vm_page_cowfault() so that it doesn't allocate a pre-busied page. Revision Changes Path 1.323 +1 -2 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 04:52:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B90DA16A4E0; Thu, 10 Aug 2006 04:52:08 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63E8C43D68; Thu, 10 Aug 2006 04:51:58 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A4pwmH059436; Thu, 10 Aug 2006 04:51:58 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A4pwH2059435; Thu, 10 Aug 2006 04:51:58 GMT (envelope-from lbr) Message-Id: <200608100451.k7A4pwH2059435@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Thu, 10 Aug 2006 04:51:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Algorithm-C3 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 04:52:08 -0000 lbr 2006-08-10 04:51:58 UTC FreeBSD ports repository Modified files: devel/p5-Algorithm-C3 Makefile distinfo Log: Update to 0.04 PR: 101736 Submitted by: Jin-Shan Tseng Revision Changes Path 1.6 +1 -1 ports/devel/p5-Algorithm-C3/Makefile 1.4 +3 -3 ports/devel/p5-Algorithm-C3/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 05:27:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F3B816A4E0 for ; Thu, 10 Aug 2006 05:27:37 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F07E43D49 for ; Thu, 10 Aug 2006 05:27:35 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 68552 invoked from network); 10 Aug 2006 05:27:34 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 10 Aug 2006 05:27:34 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 10 Aug 2006 00:28:09 -0500 (CDT) From: Mike Silbersack To: Warner Losh In-Reply-To: <200605230252.k4N2qE3a074289@repoman.freebsd.org> Message-ID: <20060810002530.F26889@odysseus.silby.com> References: <200605230252.k4N2qE3a074289@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/arm SYS.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 05:27:37 -0000 Had I kept up on reading my commit mail, I would have known about your hostile views on K&R support and used them as part of a negative campaign against you in the core election! Let's hope that I don't run into anything similarly disgraceful in the remaining 7000 messages... Mike "Silby" Silbersack On Tue, 23 May 2006, Warner Losh wrote: > imp 2006-05-23 02:52:14 UTC > > FreeBSD src repository > > Modified files: > lib/libc/arm SYS.h > Log: > GC old a.out and K&R support. > > Revision Changes Path > 1.3 +0 -9 src/lib/libc/arm/SYS.h > From owner-cvs-all@FreeBSD.ORG Thu Aug 10 05:31:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C0E416A4E0; Thu, 10 Aug 2006 05:31:37 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38B9E43D4C; Thu, 10 Aug 2006 05:31:37 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A5VaxB062435; Thu, 10 Aug 2006 05:31:36 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A5Va2p062434; Thu, 10 Aug 2006 05:31:36 GMT (envelope-from maho) Message-Id: <200608100531.k7A5Va2p062434@repoman.freebsd.org> From: Maho Nakata Date: Thu, 10 Aug 2006 05:31:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/fastjar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 05:31:37 -0000 maho 2006-08-10 05:31:36 UTC FreeBSD ports repository Modified files: archivers/fastjar Makefile Log: A build fix via pointyhat. Submitted by: kris Revision Changes Path 1.14 +1 -0 ports/archivers/fastjar/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 05:37:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D23A216A4DA; Thu, 10 Aug 2006 05:37:49 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E6A443D55; Thu, 10 Aug 2006 05:37:49 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A5bn75062701; Thu, 10 Aug 2006 05:37:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A5bnsQ062700; Thu, 10 Aug 2006 05:37:49 GMT (envelope-from sam) Message-Id: <200608100537.k7A5bnsQ062700@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 05:37:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 05:37:49 -0000 sam 2006-08-10 05:37:49 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_output.c Log: add per-sta ucast/mcast stats MFC after: 1 week Revision Changes Path 1.42 +4 -0 src/sys/net80211/ieee80211_output.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 05:42:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C45B16A4DF; Thu, 10 Aug 2006 05:42:50 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A1B43D45; Thu, 10 Aug 2006 05:42:50 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A5gnif063013; Thu, 10 Aug 2006 05:42:49 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A5gnhk063012; Thu, 10 Aug 2006 05:42:49 GMT (envelope-from rafan) Message-Id: <200608100542.k7A5gnhk063012@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 05:42:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/xye Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 05:42:50 -0000 rafan 2006-08-10 05:42:49 UTC FreeBSD ports repository Modified files: games/xye Makefile Log: - Mark BROKEN on 4.x, does not build PR: ports/101714 Submitted by: Robert Gogolok (maintainer) Revision Changes Path 1.2 +7 -1 ports/games/xye/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 05:46:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A87216A4E2; Thu, 10 Aug 2006 05:46:07 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F297843D5A; Thu, 10 Aug 2006 05:46:04 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A5k490063175; Thu, 10 Aug 2006 05:46:04 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A5k4Zi063174; Thu, 10 Aug 2006 05:46:04 GMT (envelope-from sat) Message-Id: <200608100546.k7A5k4Zi063174@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 10 Aug 2006 05:46:04 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Log-Dispatch-Email-EmailSend Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 05:46:07 -0000 sat 2006-08-10 05:46:04 UTC FreeBSD ports repository Modified files: devel/p5-Log-Dispatch-Email-EmailSend Makefile distinfo Log: - Update to 0.03 PR: ports/101696 Submitted by: Gea-Suan Lin Revision Changes Path 1.2 +1 -1 ports/devel/p5-Log-Dispatch-Email-EmailSend/Makefile 1.2 +3 -3 ports/devel/p5-Log-Dispatch-Email-EmailSend/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 05:54:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2A4516A4DA; Thu, 10 Aug 2006 05:54:39 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F06DB43D6B; Thu, 10 Aug 2006 05:54:36 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A5saUA063534; Thu, 10 Aug 2006 05:54:36 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A5saUv063533; Thu, 10 Aug 2006 05:54:36 GMT (envelope-from sam) Message-Id: <200608100554.k7A5saUv063533@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 05:54:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 05:54:39 -0000 sam 2006-08-10 05:54:36 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c ieee80211_ioctl.h Log: minor fixups: o add some missing stats to the global stat structure o move accounting work for data frame rx into ieee80211_deliver_data o add per-sta stats for rx ucast/mcast frames o set rcvif in ieee80211_deliver_data so callers don't need to MFC after: 2 weeks Revision Changes Path 1.94 +18 -7 src/sys/net80211/ieee80211_input.c 1.19 +4 -1 src/sys/net80211/ieee80211_ioctl.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:04:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AA7216A4E2; Thu, 10 Aug 2006 06:04:01 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF82343D45; Thu, 10 Aug 2006 06:04:00 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A640T1065304; Thu, 10 Aug 2006 06:04:00 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A640H2065303; Thu, 10 Aug 2006 06:04:00 GMT (envelope-from sam) Message-Id: <200608100604.k7A640H2065303@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:04:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:04:01 -0000 sam 2006-08-10 06:04:00 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h Log: More statistics fixups: o change rssi to be signed in ieee80211_nodestats o add noise floor in ieee80211_nodestats (use an implicit hole to preserve layout); return it as zero until we can update the api's so the driver can provide noise floor data o add a bandaid so IEEE80211_IOC_STA_STATS works for sta mode; when all nodes are in the station table this will no longer be needed o fix braino in IEEE80211_IOC_STA_INFO implementation; was supposed to take a mac address and return info for that sta or all stations if ff:ff:ff:ff:ff was supplied--but somehow this didn't get implemented; implement the intended semantics and leave a compat shim at the old ioctl number for the previous api Reviewed by: mlaier MFC after: 3 weeks Revision Changes Path 1.49 +71 -15 src/sys/net80211/ieee80211_ioctl.c 1.20 +5 -3 src/sys/net80211/ieee80211_ioctl.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:06:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC16116A4DD; Thu, 10 Aug 2006 06:06:13 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9881B43D45; Thu, 10 Aug 2006 06:06:13 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A66DFU065422; Thu, 10 Aug 2006 06:06:13 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A66Db2065421; Thu, 10 Aug 2006 06:06:13 GMT (envelope-from sam) Message-Id: <200608100606.k7A66Db2065421@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:06:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:06:14 -0000 sam 2006-08-10 06:06:13 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c Log: fixup list station support: o add sanity check to avoid possible looping o use intended api for IEEE80211_IOC_STA_INFO o when operating in sta mode get the sta info for the ap Revision Changes Path 1.40 +23 -4 src/sbin/ifconfig/ifieee80211.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:07:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 050C116A4DD; Thu, 10 Aug 2006 06:07:50 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D4843D53; Thu, 10 Aug 2006 06:07:49 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A67ncJ065583; Thu, 10 Aug 2006 06:07:49 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A67n5N065582; Thu, 10 Aug 2006 06:07:49 GMT (envelope-from sam) Message-Id: <200608100607.k7A67n5N065582@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:07:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net80211 ieee80211.h ieee80211_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:07:50 -0000 sam 2006-08-10 06:07:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211.h ieee80211_var.h Log: MFC: shuffle some definitions to a public location Revision Changes Path 1.9.2.2 +24 -0 src/sys/net80211/ieee80211.h 1.22.2.12 +0 -7 src/sys/net80211/ieee80211_var.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:08:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D04116A501; Thu, 10 Aug 2006 06:08:23 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC65243D4C; Thu, 10 Aug 2006 06:08:22 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A68MqI065626; Thu, 10 Aug 2006 06:08:22 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A68MdK065625; Thu, 10 Aug 2006 06:08:22 GMT (envelope-from sam) Message-Id: <200608100608.k7A68MdK065625@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:08:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:08:23 -0000 sam 2006-08-10 06:08:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h Log: MFC: add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon miss threshold Revision Changes Path 1.25.2.13 +10 -0 src/sys/net80211/ieee80211_ioctl.c 1.10.2.5 +1 -0 src/sys/net80211/ieee80211_ioctl.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:08:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE70616A4DA; Thu, 10 Aug 2006 06:08:51 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3FB43D62; Thu, 10 Aug 2006 06:08:51 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A68p8R065658; Thu, 10 Aug 2006 06:08:51 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A68pXK065657; Thu, 10 Aug 2006 06:08:51 GMT (envelope-from sam) Message-Id: <200608100608.k7A68pXK065657@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:08:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/iwi if_iwi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:08:52 -0000 sam 2006-08-10 06:08:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/iwi if_iwi.c Log: MFC 1.39: set default beacon miss threshold to 10 beacons Revision Changes Path 1.8.2.8 +1 -0 src/sys/dev/iwi/if_iwi.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:09:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4138D16A4DE; Thu, 10 Aug 2006 06:09:24 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E5F43D5A; Thu, 10 Aug 2006 06:09:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A69NBx065713; Thu, 10 Aug 2006 06:09:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A69NvZ065712; Thu, 10 Aug 2006 06:09:23 GMT (envelope-from sam) Message-Id: <200608100609.k7A69NvZ065712@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:09:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:09:24 -0000 sam 2006-08-10 06:09:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 ifieee80211.c Log: MFC: add beacon miss threshold control Revision Changes Path 1.95.2.15 +14 -1 src/sbin/ifconfig/ifconfig.8 1.18.2.10 +15 -0 src/sbin/ifconfig/ifieee80211.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:15:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A03E16A4DE; Thu, 10 Aug 2006 06:15:14 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1DD043D62; Thu, 10 Aug 2006 06:15:11 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k7A6FAxS078985 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Aug 2006 23:15:11 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44DACEEE.8010202@errno.com> Date: Wed, 09 Aug 2006 23:15:10 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5.0.4 (X11/20060724) MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200608100608.k7A68pXK065657@repoman.freebsd.org> In-Reply-To: <200608100608.k7A68pXK065657@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/iwi if_iwi.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:15:14 -0000 Sam Leffler wrote: > sam 2006-08-10 06:08:51 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/dev/iwi if_iwi.c > Log: > MFC 1.39: set default beacon miss threshold to 10 beacons FWIW that's actually 10 consecutive beacons. Sam From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:18:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D50B16A4DE; Thu, 10 Aug 2006 06:18:26 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C6C243D49; Thu, 10 Aug 2006 06:18:25 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k7A6IOXK079029 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Aug 2006 23:18:25 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44DACFB0.4090907@errno.com> Date: Wed, 09 Aug 2006 23:18:24 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5.0.4 (X11/20060724) MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200608100606.k7A66Db2065421@repoman.freebsd.org> In-Reply-To: <200608100606.k7A66Db2065421@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:18:26 -0000 Sam Leffler wrote: > sam 2006-08-10 06:06:13 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifieee80211.c > Log: > fixup list station support: > o add sanity check to avoid possible looping > o use intended api for IEEE80211_IOC_STA_INFO > o when operating in sta mode get the sta info for the ap This provides a stopgap mechanism for seeing the current rssi when in sta mode. As soon as I can commit the code to push the noise floor up to the 802.11 layer I'll mod ifconfig to show signal+nf in the normal status display. This should also help folks that've been asking for a way to get the current rssi/signal level for ui tools. Sam From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:18:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8098616A500; Thu, 10 Aug 2006 06:18:58 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D50743D46; Thu, 10 Aug 2006 06:18:58 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6Iwlo066129; Thu, 10 Aug 2006 06:18:58 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6IwYG066128; Thu, 10 Aug 2006 06:18:58 GMT (envelope-from sam) Message-Id: <200608100618.k7A6IwYG066128@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:18:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ath/ath_rate/sample sample.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:18:58 -0000 sam 2006-08-10 06:18:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath/ath_rate/sample sample.h Log: MFC 1.5: add missing \n's MFC after: 1 week Revision Changes Path 1.3.2.2 +2 -2 src/sys/dev/ath/ath_rate/sample/sample.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:20:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D1DE16A4E7; Thu, 10 Aug 2006 06:20:09 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 340D043D46; Thu, 10 Aug 2006 06:20:09 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6K9fh066190; Thu, 10 Aug 2006 06:20:09 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6K9JG066189; Thu, 10 Aug 2006 06:20:09 GMT (envelope-from sam) Message-Id: <200608100620.k7A6K9JG066189@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:20:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:20:09 -0000 sam 2006-08-10 06:20:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ath if_ath.c Log: MFC 1.150: check tim is present in the beacon before defer'ing the mcast buffer bit Revision Changes Path 1.94.2.25 +2 -1 src/sys/dev/ath/if_ath.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:21:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9AC016A4E0; Thu, 10 Aug 2006 06:21:51 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A5A43D4C; Thu, 10 Aug 2006 06:21:50 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6LoGX066379; Thu, 10 Aug 2006 06:21:50 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6Loil066378; Thu, 10 Aug 2006 06:21:50 GMT (envelope-from sam) Message-Id: <200608100621.k7A6Loil066378@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:21:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net80211 ieee80211_input.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:21:51 -0000 sam 2006-08-10 06:21:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_input.c Log: MFC 1.93: correct ie length check Revision Changes Path 1.62.2.13 +8 -8 src/sys/net80211/ieee80211_input.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:23:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE94F16A4E0; Thu, 10 Aug 2006 06:23:37 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C60943D4C; Thu, 10 Aug 2006 06:23:37 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6NbC6066516; Thu, 10 Aug 2006 06:23:37 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6NbCC066515; Thu, 10 Aug 2006 06:23:37 GMT (envelope-from sam) Message-Id: <200608100623.k7A6NbCC066515@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:23:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:23:38 -0000 sam 2006-08-10 06:23:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_ioctl.c Log: MFC 1.47: power save mode state changes should not require clocking... Revision Changes Path 1.25.2.14 +7 -0 src/sys/net80211/ieee80211_ioctl.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:29:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7A7116A4DD; Thu, 10 Aug 2006 06:29:16 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E2743D4C; Thu, 10 Aug 2006 06:29:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6TGWT066770; Thu, 10 Aug 2006 06:29:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6TFI4066769; Thu, 10 Aug 2006 06:29:15 GMT (envelope-from imp) Message-Id: <200608100629.k7A6TFI4066769@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 06:29:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:29:16 -0000 imp 2006-08-10 06:29:15 UTC FreeBSD src repository Added files: sys/boot/arm Makefile Log: Add a dummy makefile to keep build happy Revision Changes Path 1.1 +5 -0 src/sys/boot/arm/Makefile (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:29:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF0A216A4DA; Thu, 10 Aug 2006 06:29:43 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B08243D46; Thu, 10 Aug 2006 06:29:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6Thu5066847; Thu, 10 Aug 2006 06:29:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6Thhi066846; Thu, 10 Aug 2006 06:29:43 GMT (envelope-from imp) Message-Id: <200608100629.k7A6Thhi066846@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 06:29:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys Makefile src/sys/boot Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:29:43 -0000 imp 2006-08-10 06:29:43 UTC FreeBSD src repository Modified files: sys Makefile sys/boot Makefile Log: Don't need to special case arm here anymore Revision Changes Path 1.38 +0 -2 src/sys/Makefile 1.30 +0 -2 src/sys/boot/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:29:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F6616A4FC; Thu, 10 Aug 2006 06:29:55 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E5DE43D4C; Thu, 10 Aug 2006 06:29:46 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6Tko2066877; Thu, 10 Aug 2006 06:29:46 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6TkQZ066876; Thu, 10 Aug 2006 06:29:46 GMT (envelope-from sam) Message-Id: <200608100629.k7A6TkQZ066876@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 06:29:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifieee80211.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:29:55 -0000 sam 2006-08-10 06:29:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 ifieee80211.c Log: MFC: remove display of the ERP ie from the list sta output Revision Changes Path 1.95.2.16 +23 -0 src/sbin/ifconfig/ifconfig.8 1.18.2.11 +31 -4 src/sbin/ifconfig/ifieee80211.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:32:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB2816A4DD; Thu, 10 Aug 2006 06:32:17 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33C343D55; Thu, 10 Aug 2006 06:32:16 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A6WGXL067135; Thu, 10 Aug 2006 06:32:16 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A6WGcC067134; Thu, 10 Aug 2006 06:32:16 GMT (envelope-from njl) Message-Id: <200608100632.k7A6WGcC067134@repoman.freebsd.org> From: Nate Lawson Date: Thu, 10 Aug 2006 06:32:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:32:17 -0000 njl 2006-08-10 06:32:16 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: The acpi module is no different from others. If it is loaded while the kernel has it compiled in, it will be rejected with "module acpi already present!" and no strange behavior. MFC after: 1 day Revision Changes Path 1.60 +0 -5 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 10 06:33:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D9A16A4DA; Thu, 10 Aug 2006 06:33:17 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489A443D4C; Thu, 10 Aug 2006 06:33:15 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7A6XDr0093920; Thu, 10 Aug 2006 10:33:13 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7A6XCqi093919; Thu, 10 Aug 2006 10:33:12 +0400 (MSD) (envelope-from yar) Date: Thu, 10 Aug 2006 10:33:12 +0400 From: Yar Tikhiy To: Roman Kurakin Message-ID: <20060810063312.GD93633@comp.chem.msu.su> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44DA5C5A.70404@inse.ru> User-Agent: Mutt/1.5.9i Cc: Roman Kurakin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , Robert Watson Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 06:33:17 -0000 On Thu, Aug 10, 2006 at 02:06:18AM +0400, Roman Kurakin wrote: > Robert Watson: > > > > >On Tue, 8 Aug 2006, Roman Kurakin wrote: > > > >>We could add a "foo" driver to the LINT generated by this script with > >>notification that it was generated and all changes should be placed > >>to script. > > > >I guess I can't help but wonder if a script is necessarily better than > >a well-commented template. > > Today I've talked with ru@. He suggests to put an example to tree and > change script to produce > a copy of driver using example from tree as a template via sed or smth > like that. It sounds like > a good idea. We could have a single dir in subtree with various examples > and a set of scripts that > could produce from one of the examples a driver to start with. ...and if you manage to make the driver do some real job so that people start using it in production, it will have nearly zero chance to fall into oblivion; it will remain in a very good shape instead. No, I'm telling nonsense here: A useful driver will be hacked sooner or later into a huge, ugly, incomprehensible beast reeking with features. :-) -- Yar From owner-cvs-all@FreeBSD.ORG Thu Aug 10 07:37:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02F8416A4DD; Thu, 10 Aug 2006 07:37:33 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 817CF43D49; Thu, 10 Aug 2006 07:37:32 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A7bW8N071361; Thu, 10 Aug 2006 07:37:32 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A7bWGS071360; Thu, 10 Aug 2006 07:37:32 GMT (envelope-from thierry) Message-Id: <200608100737.k7A7bWGS071360@repoman.freebsd.org> From: Thierry Thomas Date: Thu, 10 Aug 2006 07:37:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/f2c Makefile distinfo pkg-descr pkg-plist ports/lang/f2c/files f2c.h.alpha patch-f2c_f2c.h patch-libf2c_MAIN.c patch-libf2c_Makefile patch-src_Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 07:37:33 -0000 thierry 2006-08-10 07:37:32 UTC FreeBSD ports repository Modified files: lang/f2c Makefile distinfo pkg-descr pkg-plist Added files: lang/f2c/files patch-libf2c_MAIN.c patch-libf2c_Makefile patch-src_Makefile Removed files: lang/f2c/files f2c.h.alpha patch-f2c_f2c.h Log: - Upgrade to 20060506; - Remove FreeBSD specificities. PR: ports/101054 Security: VuXML ID 43cb40b3-c8c2-11da-a672-000e0c2e438a Revision Changes Path 1.12 +54 -16 ports/lang/f2c/Makefile 1.5 +3 -3 ports/lang/f2c/distinfo 1.2 +0 -223 ports/lang/f2c/files/f2c.h.alpha (dead) 1.2 +0 -44 ports/lang/f2c/files/patch-f2c_f2c.h (dead) 1.1 +21 -0 ports/lang/f2c/files/patch-libf2c_MAIN.c (new) 1.1 +50 -0 ports/lang/f2c/files/patch-libf2c_Makefile (new) 1.1 +13 -0 ports/lang/f2c/files/patch-src_Makefile (new) 1.6 +1 -2 ports/lang/f2c/pkg-descr 1.3 +2 -2 ports/lang/f2c/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 07:41:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B048416A4DD; Thu, 10 Aug 2006 07:41:15 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7014943D45; Thu, 10 Aug 2006 07:41:15 +0000 (GMT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A7fFLI071614; Thu, 10 Aug 2006 07:41:15 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A7fFJP071611; Thu, 10 Aug 2006 07:41:15 GMT (envelope-from osa) Message-Id: <200608100741.k7A7fFJP071611@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 10 Aug 2006 07:41:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 07:41:15 -0000 osa 2006-08-10 07:41:14 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Log: Update to 0.3.57. Revision Changes Path 1.83 +1 -1 ports/www/nginx/Makefile 1.77 +3 -3 ports/www/nginx/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 07:48:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4767116A4DD; Thu, 10 Aug 2006 07:48:25 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05B5F43D45; Thu, 10 Aug 2006 07:48:25 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A7mOIK071873; Thu, 10 Aug 2006 07:48:24 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A7mOgN071872; Thu, 10 Aug 2006 07:48:24 GMT (envelope-from rafan) Message-Id: <200608100748.k7A7mOgN071872@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 07:48:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/dnsmasq Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 07:48:25 -0000 rafan 2006-08-10 07:48:24 UTC FreeBSD ports repository Modified files: dns/dnsmasq Makefile distinfo Log: - Update to 2.33 PR: ports/101745 Submitted by: Babak Farrokhi (maintainer) Revision Changes Path 1.30 +1 -2 ports/dns/dnsmasq/Makefile 1.24 +3 -3 ports/dns/dnsmasq/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 07:53:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B6016A4DA; Thu, 10 Aug 2006 07:53:07 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11A3843D45; Thu, 10 Aug 2006 07:53:07 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A7r61K072123; Thu, 10 Aug 2006 07:53:06 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A7r6Qb072122; Thu, 10 Aug 2006 07:53:06 GMT (envelope-from maho) Message-Id: <200608100753.k7A7r6Qb072122@repoman.freebsd.org> From: Maho Nakata Date: Thu, 10 Aug 2006 07:53:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc41-withgcjawt Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 07:53:07 -0000 maho 2006-08-10 07:53:06 UTC FreeBSD ports repository Modified files: lang/gcc41-withgcjawt Makefile Log: If WITHOUT_JAVA is set, of course we don't build JAVA with gtk (and xlib) awt peer. Submitted by: imp Revision Changes Path 1.9 +4 -0 ports/lang/gcc41-withgcjawt/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 08:10:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0295F16A4DD; Thu, 10 Aug 2006 08:10:48 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F1743D4C; Thu, 10 Aug 2006 08:10:47 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A8AlAK074288; Thu, 10 Aug 2006 08:10:47 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A8AlCh074287; Thu, 10 Aug 2006 08:10:47 GMT (envelope-from clsung) Message-Id: <200608100810.k7A8AlCh074287@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 08:10:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/p5-Pugs-Compiler-Rule Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 08:10:48 -0000 clsung 2006-08-10 08:10:47 UTC FreeBSD ports repository Modified files: lang/p5-Pugs-Compiler-Rule Makefile distinfo Log: - update to 0.14 - I'll maintain it. Revision Changes Path 1.3 +2 -2 ports/lang/p5-Pugs-Compiler-Rule/Makefile 1.3 +3 -3 ports/lang/p5-Pugs-Compiler-Rule/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 08:36:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6080C16A4DE; Thu, 10 Aug 2006 08:36:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F99843D45; Thu, 10 Aug 2006 08:36:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A8af1f076315; Thu, 10 Aug 2006 08:36:41 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A8afhG076314; Thu, 10 Aug 2006 08:36:41 GMT (envelope-from pav) Message-Id: <200608100836.k7A8afhG076314@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 10 Aug 2006 08:36:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/mysql50-server/files patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 08:36:42 -0000 pav 2006-08-10 08:36:41 UTC FreeBSD ports repository Modified files: databases/mysql50-server/files patch-configure Log: - Fix build with OpenSSL PR: ports/101647 Submitted by: Dan Lukes , Sergey Mokryshev Obtained from: http://bugs.mysql.com/bug.php?id=21327 Approved by: ale's vacation Revision Changes Path 1.32 +21 -10 ports/databases/mysql50-server/files/patch-configure From owner-cvs-all@FreeBSD.ORG Thu Aug 10 08:42:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DE5916A4DD; Thu, 10 Aug 2006 08:42:07 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C286843D49; Thu, 10 Aug 2006 08:42:06 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A8g68D076629; Thu, 10 Aug 2006 08:42:06 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A8g6DW076628; Thu, 10 Aug 2006 08:42:06 GMT (envelope-from simon) Message-Id: <200608100842.k7A8g6DW076628@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 10 Aug 2006 08:42:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/opera Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 08:42:07 -0000 simon 2006-08-10 08:42:06 UTC FreeBSD ports repository Modified files: www/opera Makefile distinfo Log: Upgrade to Opera 9.01. PR: ports/101403 Approved by: maintainer Revision Changes Path 1.51 +4 -4 ports/www/opera/Makefile 1.37 +9 -9 ports/www/opera/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 08:50:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0102116A4DD; Thu, 10 Aug 2006 08:50:53 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78B3843D69; Thu, 10 Aug 2006 08:50:52 +0000 (GMT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A8oqVU084900; Thu, 10 Aug 2006 08:50:52 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A8oqpr084897; Thu, 10 Aug 2006 08:50:52 GMT (envelope-from maho) Message-Id: <200608100850.k7A8oqpr084897@repoman.freebsd.org> From: Maho Nakata Date: Thu, 10 Aug 2006 08:50:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/openoffice.org-2.0-devel/files patch-i68110 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 08:50:53 -0000 maho 2006-08-10 08:50:51 UTC FreeBSD ports repository Added files: editors/openoffice.org-2.0-devel/files patch-i68110 Log: build fix for amd64. see http://www.openoffice.org/issues/show_bug.cgi?id=68110 for details. Submitted by: jack low Revision Changes Path 1.1 +25 -0 ports/editors/openoffice.org-2.0-devel/files/patch-i68110 (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 08:56:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ABE216A4DA; Thu, 10 Aug 2006 08:56:04 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A24543D49; Thu, 10 Aug 2006 08:56:04 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A8u3Ug085156; Thu, 10 Aug 2006 08:56:03 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A8u3ci085155; Thu, 10 Aug 2006 08:56:03 GMT (envelope-from pjd) Message-Id: <200608100856.k7A8u3ci085155@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 10 Aug 2006 08:56:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 08:56:04 -0000 pjd 2006-08-10 08:56:03 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: getnewvnode() can be called with NULL mp. Found by: Coverity Prevent (tm) Coverity ID: 1521 Confirmed by: phk Revision Changes Path 1.681 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 09:15:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8A5D16A4DF; Thu, 10 Aug 2006 09:15:43 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89DDB43D49; Thu, 10 Aug 2006 09:15:42 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A9Fglj087383; Thu, 10 Aug 2006 09:15:42 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A9Fghe087382; Thu, 10 Aug 2006 09:15:42 GMT (envelope-from clsung) Message-Id: <200608100915.k7A9Fghe087382@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 09:15:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/rubygem-ferret Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 09:15:43 -0000 clsung 2006-08-10 09:15:42 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/rubygem-ferret Makefile distinfo pkg-descr pkg-plist Log: - Ferret is a high-performance, full-featured text search engine library written for Ruby. Revision Changes Path 1.1043 +1 -0 ports/textproc/Makefile 1.1 +31 -0 ports/textproc/rubygem-ferret/Makefile (new) 1.1 +3 -0 ports/textproc/rubygem-ferret/distinfo (new) 1.1 +7 -0 ports/textproc/rubygem-ferret/pkg-descr (new) 1.1 +2 -0 ports/textproc/rubygem-ferret/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 09:16:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84A1F16A4E7; Thu, 10 Aug 2006 09:16:06 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA8E43D55; Thu, 10 Aug 2006 09:16:06 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7A9G6ZB087433; Thu, 10 Aug 2006 09:16:06 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7A9G6LM087432; Thu, 10 Aug 2006 09:16:06 GMT (envelope-from clsung) Message-Id: <200608100916.k7A9G6LM087432@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 09:16:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 09:16:06 -0000 clsung 2006-08-10 09:16:06 UTC FreeBSD ports repository Modified files: . modules Log: rubygem-ferret --> ports/textproc/rubygem-ferret Revision Changes Path 1.15945 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 10 09:21:33 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2AC16A4DD; Thu, 10 Aug 2006 09:21:33 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail29.syd.optusnet.com.au (mail29.syd.optusnet.com.au [211.29.132.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44FD143D64; Thu, 10 Aug 2006 09:21:19 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail29.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k7A9KnFd010808 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 10 Aug 2006 19:20:52 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k7A9KnCH008285; Thu, 10 Aug 2006 19:20:49 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k7A9KncQ008284; Thu, 10 Aug 2006 19:20:49 +1000 (EST) (envelope-from peter) Date: Thu, 10 Aug 2006 19:20:49 +1000 From: Peter Jeremy To: Yar Tikhiy Message-ID: <20060810092049.GB733@turion.vk2pj.dyndns.org> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> <20060810063312.GD93633@comp.chem.msu.su> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DKU6Jbt7q3WqK7+M" Content-Disposition: inline In-Reply-To: <20060810063312.GD93633@comp.chem.msu.su> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 09:21:33 -0000 --DKU6Jbt7q3WqK7+M Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, 2006-Aug-10 10:33:12 +0400, Yar Tikhiy wrote: >...and if you manage to make the driver do some real job so that >people start using it in production, it will have nearly zero chance >to fall into oblivion; it will remain in a very good shape instead. We already have have hundreds of drivers that meet this description. The problem with having a real driver is that someone who wants to use it as a skeleton has to first separate the "boilerplate" from the functional parts. OTOH, having a well-commented and working driver can be very useful when trying to understand how to get from the boilerplate to a real driver. Addressing the latter point: It would be useful if (eg) the README file gave a few examples of drivers that made good examples for basing other drivers on. I know people have made various suggestions in mailing lists over the years but I don't believe the answers have been collected by anyone. --=20 Peter Jeremy --DKU6Jbt7q3WqK7+M Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE2vpx/opHv/APuIcRAnCAAJ95RblqYC4n59MMYnTEwYWzhO3mEACgnOX/ CIOvzbhAxZNDnelgh2h4qVA= =73fg -----END PGP SIGNATURE----- --DKU6Jbt7q3WqK7+M-- From owner-cvs-all@FreeBSD.ORG Thu Aug 10 09:58:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFE8716A4DA; Thu, 10 Aug 2006 09:58:47 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from mail2.itxmarket.com (fw.itxmarket.com [84.14.136.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 670CD43D45; Thu, 10 Aug 2006 09:58:47 +0000 (GMT) (envelope-from mich@FreeBSD.org) Received: from icommerce.fr (mich2.itxmarket.com [192.168.2.26]) by mail2.itxmarket.com (Postfix) with ESMTP id 624B061C97; Thu, 10 Aug 2006 11:58:45 +0200 (CEST) Received: by icommerce.fr (Postfix, from userid 1001) id 8B8452281F; Thu, 10 Aug 2006 11:58:46 +0200 (CEST) Date: Thu, 10 Aug 2006 11:58:46 +0200 From: Michael Landin Hostbaek To: Michael Johnson Message-ID: <20060810095846.GG10573@mich2.itxmarket.com> Mail-Followup-To: Michael Landin Hostbaek , Michael Johnson , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200608091518.k79FIX5F064232@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608091518.k79FIX5F064232@repoman.freebsd.org> X-Operating-System: FreeBSD 6.1-STABLE i386 X-PGP-Key: http://www.freebsdcluster.org/~mich/ User-Agent: Mutt/1.5.12-2006-07-14 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/vlc Makefile ports/multimedia/vlc-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 09:58:48 -0000 Michael Johnson (ahze) writes: > ahze 2006-08-09 15:18:33 UTC > > FreeBSD ports repository > > Modified files: > multimedia/vlc Makefile > multimedia/vlc-devel Makefile > Log: > - chase libver bump in x264 It's broken on on -CURRENT: ranlib libdvbsub_plugin.a /bin/sh ../../libtool --mode=link cc -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pthrea -pipe -L/usr/local/lib -L/usr/X11R6/lib -pthread -L/usr/local/lib -o libdvbsub_plugin.so libdvbub_plugin.a -L/usr/X11R6/lib -shared -pthread -fpic -fPIC -u vlc_entry__0_8_5 cc -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pipe -o libdvbsub_plugin.so -shared -fpi -fPIC -u vlc_entry__0_8_5 -L/usr/local/lib -L/usr/X11R6/lib libdvbsub_plugin.a -pthread if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/ports/multimedia/vlc/work/vlc-0.8.5/include -I/us/X11R6/include/wx-2.6/ -I/usr/local/include/speex -I/usr/local/include -I/usr/X11R6/include -I/sr/local/include -DSYS_FREEBSD7_0 -I../../include `top_builddir="../.." ../../vlc-config --cflag plugin x264` -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pthread -pipe -MT libx264_plgin_a-x264.o -MD -MP -MF ".deps/libx264_plugin_a-x264.Tpo" -c -o libx264_plugin_a-x264.o `test - 'x264.c' || echo './'`x264.c; \ then mv -f ".deps/libx264_plugin_a-x264.Tpo" ".deps/libx264_plugin_a-x264.Po"; else rm - ".deps/libx264_plugin_a-x264.Tpo"; exit 1; fi In file included from x264.c:32: /usr/local/include/x264.h:32:4: warning: #warning You must include stdint.h or inttypes.h beforex264.h x264.c: In function `Open': x264.c:550: error: structure has no member named `b_cbr' gmake[4]: *** [libx264_plugin_a-x264.o] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.5/modules/codec' gmake[3]: *** [all-modules] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.5/modules/codec' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.5/modules' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.5' gmake: *** [all] Error 2 *** Error code 2 /mich From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:00:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08F6716A4E1; Thu, 10 Aug 2006 10:00:51 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70D143D53; Thu, 10 Aug 2006 10:00:50 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AA0o2k090681; Thu, 10 Aug 2006 10:00:50 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AA0olx090680; Thu, 10 Aug 2006 10:00:50 GMT (envelope-from jkoshy) Message-Id: <200608101000.k7AA0olx090680@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 10 Aug 2006 10:00:50 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/donations wantlist.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:00:51 -0000 jkoshy 2006-08-10 10:00:50 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: - Remove the Sparc64 entry; Steve Quirk generously donated a US/10. - Add a request for the upcoming Unicode v5.0 standard. Revision Changes Path 1.409 +12 -5 www/en/donations/wantlist.sgml From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:05:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A21316A4DE; Thu, 10 Aug 2006 10:05:13 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47AB043D45; Thu, 10 Aug 2006 10:05:13 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AA5DXX092179; Thu, 10 Aug 2006 10:05:13 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AA5DWH092178; Thu, 10 Aug 2006 10:05:13 GMT (envelope-from perky) Message-Id: <200608101005.k7AA5DWH092178@repoman.freebsd.org> From: Hye-Shik Chang Date: Thu, 10 Aug 2006 10:05:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/python-devel Makefile ports/lang/python-devel/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:05:13 -0000 perky 2006-08-10 10:05:13 UTC FreeBSD ports repository Modified files: lang/python-devel Makefile lang/python-devel/files patch-setup.py Log: Fix plist for FreeBSD 7 or systems with OpenSSL 0.9.8. Spotted by: pointyhat via kris Revision Changes Path 1.137 +5 -0 ports/lang/python-devel/Makefile 1.12 +12 -3 ports/lang/python-devel/files/patch-setup.py From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:06:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C958016A4DF; Thu, 10 Aug 2006 10:06:22 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C317A43D7F; Thu, 10 Aug 2006 10:06:16 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AA6GZG092278; Thu, 10 Aug 2006 10:06:16 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AA6G4H092277; Thu, 10 Aug 2006 10:06:16 GMT (envelope-from skv) Message-Id: <200608101006.k7AA6G4H092277@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 10 Aug 2006 10:06:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/libapreq2 Makefile distinfo pkg-plist ports/www/libapreq2/files patch-library-Makefile.in patch-module-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:06:22 -0000 skv 2006-08-10 10:06:15 UTC FreeBSD ports repository Modified files: www/libapreq2 Makefile distinfo pkg-plist www/libapreq2/files patch-library-Makefile.in patch-module-Makefile.in Log: Updated to 2.08 Changes: http://svn.apache.org/repos/asf/httpd/apreq/tags/v2_08/CHANGES PR: ports/101748 Submitted by: Philip M. Gollucci Revision Changes Path 1.19 +5 -3 ports/www/libapreq2/Makefile 1.8 +3 -3 ports/www/libapreq2/distinfo 1.3 +9 -9 ports/www/libapreq2/files/patch-library-Makefile.in 1.2 +5 -5 ports/www/libapreq2/files/patch-module-Makefile.in 1.11 +1 -2 ports/www/libapreq2/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:10:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B303816A4DA; Thu, 10 Aug 2006 10:10:13 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779D143D46; Thu, 10 Aug 2006 10:10:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAAD07092530; Thu, 10 Aug 2006 10:10:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAADt8092529; Thu, 10 Aug 2006 10:10:13 GMT (envelope-from glebius) Message-Id: <200608101010.k7AAADt8092529@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:10:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_carp.c ip_carp.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:10:13 -0000 glebius 2006-08-10 10:10:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_carp.c ip_carp.h Log: MFC (rev. 1.39 of ip_carp.c, rev. 1.2 of ip_carp.h): o Introduce carp_multicast_cleanup(), which removes and frees multicast addresses from carp interface. [1] o Rewrite carpdetach(), so that it does the following things: [1] - Stops callouts. - Decrements carp_suppress_preempt, if needed. - Downs interface and sets CARP state to INIT. - Calls carp_multicast_cleanup(). - Detaches softc from carp_if and if we are the last frees the carp_if. o Use new carpdetach() in carp_clone_destroy(). o In carp_ifdetach() acquire the carp_if lock and cleanup all interfaces hanging on carp_if. [1] o Make carp_ifdetach() static and use EVENT(9) to call it from if_detach(). [2] o In carp_setrun() exit if the softc doesn't have a valid pointer to parent. [1] Obtained from: OpenBSD [1] Submitted by: Dan Lukes [2] PR: kern/82908 [2] Revision Changes Path 1.27.2.7 +101 -84 src/sys/netinet/ip_carp.c 1.1.4.1 +0 -1 src/sys/netinet/ip_carp.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:11:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B96D616A4DA; Thu, 10 Aug 2006 10:11:26 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B8343D4C; Thu, 10 Aug 2006 10:11:26 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AABQpn092714; Thu, 10 Aug 2006 10:11:26 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AABQpI092713; Thu, 10 Aug 2006 10:11:26 GMT (envelope-from glebius) Message-Id: <200608101011.k7AABQpI092713@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:11:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:11:26 -0000 glebius 2006-08-10 10:11:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: MFC rev. 1.255: No direct call to carp_ifdetach() anymore. It is called by event handler. PR: kern/82908 Submitted by: Dan Lukes Revision Changes Path 1.234.2.15 +0 -6 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:15:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF97316A4E2; Thu, 10 Aug 2006 10:15:12 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1591043D45; Thu, 10 Aug 2006 10:15:12 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAFBwO092908; Thu, 10 Aug 2006 10:15:11 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAFBOm092907; Thu, 10 Aug 2006 10:15:11 GMT (envelope-from glebius) Message-Id: <200608101015.k7AAFBOm092907@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:15:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/pf/man pfsync.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:15:12 -0000 glebius 2006-08-10 10:15:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) contrib/pf/man pfsync.4 Log: MFC rev. 1.9: - Note that the synchronisation interface needs to be up and have an IP address assigned. - Add "quick" keyword to pf.conf example. PR: docs/85209 Revision Changes Path 1.5.2.4 +5 -2 src/contrib/pf/man/pfsync.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:16:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32BCB16A4DE; Thu, 10 Aug 2006 10:16:43 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5EFA43D46; Thu, 10 Aug 2006 10:16:42 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAGgkj092982; Thu, 10 Aug 2006 10:16:42 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAGgMj092981; Thu, 10 Aug 2006 10:16:42 GMT (envelope-from glebius) Message-Id: <200608101016.k7AAGgMj092981@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:16:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 carp.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:16:43 -0000 glebius 2006-08-10 10:16:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 carp.4 Log: MFC 1.10: Add section describing how ARP load balancing works and its limitations: - Can't load balance behind router - ARP balancing + pfsync probably won't work PR: kern/93829 Wording by: scottl Revision Changes Path 1.8.2.2 +34 -8 src/share/man/man4/carp.4 From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:19:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F24B16A4DA; Thu, 10 Aug 2006 10:19:04 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8E443D46; Thu, 10 Aug 2006 10:19:04 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAJ4MT093090; Thu, 10 Aug 2006 10:19:04 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAJ4YU093089; Thu, 10 Aug 2006 10:19:04 GMT (envelope-from glebius) Message-Id: <200608101019.k7AAJ4YU093089@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:19:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:19:04 -0000 glebius 2006-08-10 10:19:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-chipset.c Log: MFC rev. 1.163 by sos: Fix type casts so that we get at the right response queue. Submitted by: glebius+ru Revision Changes Path 1.126.2.12 +10 -7 src/sys/dev/ata/ata-chipset.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:21:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 602A216A4DA; Thu, 10 Aug 2006 10:21:01 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B2C43D45; Thu, 10 Aug 2006 10:21:01 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAL0qd093301; Thu, 10 Aug 2006 10:21:00 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAL0i1093300; Thu, 10 Aug 2006 10:21:00 GMT (envelope-from glebius) Message-Id: <200608101021.k7AAL0i1093300@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:21:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_media.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:21:01 -0000 glebius 2006-08-10 10:21:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_media.h Log: MFC rev. 1.36: - Add definition for IFM_10G_CX4. - Put IFM_10G_CX4 and IFM_10G_SR into IFMEDIA_BAUDRATE array. Requested by: Jack Vogel Revision Changes Path 1.30.2.3 +4 -0 src/sys/net/if_media.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:22:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF6A816A4DD; Thu, 10 Aug 2006 10:22:08 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B24743D58; Thu, 10 Aug 2006 10:22:08 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAM8rt093428; Thu, 10 Aug 2006 10:22:08 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAM8i1093427; Thu, 10 Aug 2006 10:22:08 GMT (envelope-from glebius) Message-Id: <200608101022.k7AAM8i1093427@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:22:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_gif.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:22:09 -0000 glebius 2006-08-10 10:22:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_gif.c Log: MFC rev. 1.59: Fix gif_output() so that GIF_UNLOCK() is performed only in case we have locked the softc. PR: kern/98298 Submitted by: Eugene Grosbein Revision Changes Path 1.52.2.6 +2 -2 src/sys/net/if_gif.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:25:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 795EA16A4DD; Thu, 10 Aug 2006 10:25:49 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D8043D49; Thu, 10 Aug 2006 10:25:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAPndq093667; Thu, 10 Aug 2006 10:25:49 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAPnSH093666; Thu, 10 Aug 2006 10:25:49 GMT (envelope-from glebius) Message-Id: <200608101025.k7AAPnSH093666@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:25:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ifconfig ifpfsync.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:25:49 -0000 glebius 2006-08-10 10:25:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifpfsync.c Log: MFC rev. 1.4: Print pfsync interface status if either syncpeer or syncdev is configured. Revision Changes Path 1.3.2.1 +11 -6 src/sbin/ifconfig/ifpfsync.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:26:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5945316A4E0; Thu, 10 Aug 2006 10:26:49 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B4243D49; Thu, 10 Aug 2006 10:26:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAQm12093749; Thu, 10 Aug 2006 10:26:48 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAQmN7093748; Thu, 10 Aug 2006 10:26:48 GMT (envelope-from glebius) Message-Id: <200608101026.k7AAQmN7093748@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:26:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_base.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:26:49 -0000 glebius 2006-08-10 10:26:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_base.c Log: MFC rev. 1.125: When counting nodes second time, use the same criteria as for the first time. PR: kern/98529 Submitted by: Michael Heyman Revision Changes Path 1.102.2.9 +4 -4 src/sys/netgraph/ng_base.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:27:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B20C216A4DE; Thu, 10 Aug 2006 10:27:55 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D0A43D45; Thu, 10 Aug 2006 10:27:55 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AARtFZ093817; Thu, 10 Aug 2006 10:27:55 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AARtgD093816; Thu, 10 Aug 2006 10:27:55 GMT (envelope-from glebius) Message-Id: <200608101027.k7AARtgD093816@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:27:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:27:55 -0000 glebius 2006-08-10 10:27:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if.c Log: MFC rev. 1.259: - First initialize ifnet, and then insert it into global list. - First remove from global list, then start destroying. PR: kern/97679 Submitted by: Alex Lyashkov Reviewed by: rwatson, brooks Revision Changes Path 1.234.2.16 +16 -14 src/sys/net/if.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:28:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9433816A4E5; Thu, 10 Aug 2006 10:28:03 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D75243D45; Thu, 10 Aug 2006 10:28:03 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAS3a4093877; Thu, 10 Aug 2006 10:28:03 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAS3xB093876; Thu, 10 Aug 2006 10:28:03 GMT (envelope-from clsung) Message-Id: <200608101028.k7AAS3xB093876@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 10:28:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-im/centericq Makefile ports/net-im/centericq/files patch-kkconsui-0.1_src_texteditor.cc patch-kkstrtext-0.1_kkstrtext.cc patch-kkstrtext-0.1_kkstrtext.h patch-libicq2000-0.1_src_DirectClient.cpp patch-src_icqface.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:28:03 -0000 clsung 2006-08-10 10:28:03 UTC FreeBSD ports repository Modified files: net-im/centericq Makefile Added files: net-im/centericq/files patch-kkconsui-0.1_src_texteditor.cc patch-kkstrtext-0.1_kkstrtext.cc patch-kkstrtext-0.1_kkstrtext.h patch-libicq2000-0.1_src_DirectClient.cpp patch-src_icqface.cc Log: - Respect CXXFLAGS - Fix some annoying memory leekage bugs that tends to core dumps. PR: ports/101688 Submitted by: Stanislav Sedov Revision Changes Path 1.108 +2 -2 ports/net-im/centericq/Makefile 1.1 +67 -0 ports/net-im/centericq/files/patch-kkconsui-0.1_src_texteditor.cc (new) 1.1 +40 -0 ports/net-im/centericq/files/patch-kkstrtext-0.1_kkstrtext.cc (new) 1.1 +11 -0 ports/net-im/centericq/files/patch-kkstrtext-0.1_kkstrtext.h (new) 1.1 +11 -0 ports/net-im/centericq/files/patch-libicq2000-0.1_src_DirectClient.cpp (new) 1.1 +11 -0 ports/net-im/centericq/files/patch-src_icqface.cc (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:29:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9536416A4DD; Thu, 10 Aug 2006 10:29:52 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D15643D5D; Thu, 10 Aug 2006 10:29:51 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AATpcK093994; Thu, 10 Aug 2006 10:29:51 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AATpkW093993; Thu, 10 Aug 2006 10:29:51 GMT (envelope-from ahze) Message-Id: <200608101029.k7AATpkW093993@repoman.freebsd.org> From: Michael Johnson Date: Thu, 10 Aug 2006 10:29:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/ffmpeg-devel/files patch-libavcodec_x264.c ports/multimedia/vlc-devel/files patch-modules_codec_x264.c ports/multimedia/vlc/files patch-modules_codec_x264.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:29:52 -0000 ahze 2006-08-10 10:29:51 UTC FreeBSD ports repository Added files: multimedia/ffmpeg-devel/files patch-libavcodec_x264.c multimedia/vlc-devel/files patch-modules_codec_x264.c multimedia/vlc/files patch-modules_codec_x264.c Log: - Fix build with x264 Reported by: many Revision Changes Path 1.1 +11 -0 ports/multimedia/ffmpeg-devel/files/patch-libavcodec_x264.c (new) 1.4 +11 -0 ports/multimedia/vlc-devel/files/patch-modules_codec_x264.c (new) 1.5 +11 -0 ports/multimedia/vlc/files/patch-modules_codec_x264.c (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:40:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAE0916A4DD; Thu, 10 Aug 2006 10:40:47 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 336A143D5D; Thu, 10 Aug 2006 10:40:46 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAek39094773; Thu, 10 Aug 2006 10:40:46 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAekjN094772; Thu, 10 Aug 2006 10:40:46 GMT (envelope-from glebius) Message-Id: <200608101040.k7AAekjN094772@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:40:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 Makefile ng_tag.4 src/sys/conf NOTES files options src/sys/modules/netgraph Makefile src/sys/netgraph ng_tag.c ng_tag.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:40:48 -0000 glebius 2006-08-10 10:40:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 Makefile sys/conf NOTES files options sys/modules/netgraph Makefile Added files: (Branch: RELENG_6) share/man/man4 ng_tag.4 sys/netgraph ng_tag.c ng_tag.h Log: MFC ng_tag(4): A netgraph node that can do different manipulations with mbuf_tags(9) on packets. Submitted by: Vadim Goncharov mdoc(7) reviewed by: ru Revision Changes Path 1.320.2.17 +1 -0 src/share/man/man4/Makefile 1.2.2.1 +338 -0 src/share/man/man4/ng_tag.4 (new) 1.1325.2.16 +1 -0 src/sys/conf/NOTES 1.1031.2.37 +1 -0 src/sys/conf/files 1.510.2.14 +1 -0 src/sys/conf/options 1.45.2.1 +1 -0 src/sys/modules/netgraph/Makefile 1.1.2.1 +717 -0 src/sys/netgraph/ng_tag.c (new) 1.1.2.1 +130 -0 src/sys/netgraph/ng_tag.h (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:41:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1481716A4DE; Thu, 10 Aug 2006 10:41:48 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B6A43D5E; Thu, 10 Aug 2006 10:41:47 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAfliH094895; Thu, 10 Aug 2006 10:41:47 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAfldO094894; Thu, 10 Aug 2006 10:41:47 GMT (envelope-from keramida) Message-Id: <200608101041.k7AAfldO094894@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 10 Aug 2006 10:41:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/split split.1 split.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:41:48 -0000 keramida 2006-08-10 10:41:47 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/split split.1 split.c Log: Add support for splitting at gigabyte boundaries. [1] Also make both lowercase and uppercase suffix letters work as byte-count suffixes, i.e. the following two commands are equivalent now: % split -b 4m foo % split -b 4M foo Submitted by: Roman Divacky [1] Lots of help by: cperciva Reviewed by: cperciva MFC after: 1 week Revision Changes Path 1.20 +14 -3 src/usr.bin/split/split.1 1.19 +6 -5 src/usr.bin/split/split.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:41:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A59B416A4DE; Thu, 10 Aug 2006 10:41:51 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEB7A43D46; Thu, 10 Aug 2006 10:41:50 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAfo9p094930; Thu, 10 Aug 2006 10:41:50 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAfoDV094929; Thu, 10 Aug 2006 10:41:50 GMT (envelope-from glebius) Message-Id: <200608101041.k7AAfoDV094929@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:41:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_output.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:41:52 -0000 glebius 2006-08-10 10:41:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_output.c Log: MFC rev. 1.258: Fix URL to Bellovin's paper. Submitted by: Anton Yuzhaninov Revision Changes Path 1.242.2.11 +1 -1 src/sys/netinet/ip_output.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:44:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AC1016A4E8; Thu, 10 Aug 2006 10:44:07 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B616C43D49; Thu, 10 Aug 2006 10:44:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAi3Xp095037; Thu, 10 Aug 2006 10:44:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAi3ZC095036; Thu, 10 Aug 2006 10:44:03 GMT (envelope-from glebius) Message-Id: <200608101044.k7AAi3ZC095036@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:44:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d sysctl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:44:07 -0000 glebius 2006-08-10 10:44:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d sysctl Log: MFC rev. 1.17: Quote the parameter to sysctl(1), allowing to use whitespaces in sysctl values. PR: conf/96509 Submitted by: Gregory Bond Revision Changes Path 1.16.2.1 +1 -1 src/etc/rc.d/sysctl From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:48:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACC1116A4DD; Thu, 10 Aug 2006 10:48:22 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38FCF43D4C; Thu, 10 Aug 2006 10:48:22 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAmMrq095333; Thu, 10 Aug 2006 10:48:22 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAmMPh095332; Thu, 10 Aug 2006 10:48:22 GMT (envelope-from glebius) Message-Id: <200608101048.k7AAmMPh095332@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:48:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ping ping.8 ping.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:48:22 -0000 glebius 2006-08-10 10:48:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ping ping.8 ping.c Log: MFC: Add a new feature to ping(8) - possibility to specify maximum wait time for a packet. This allows to: - Count number of packets received before and after specified time. - Shorten time of execution of 'ping -c 1' scripts. Submitted by: Lytochkin Boris Revision Changes Path 1.51.8.2 +7 -1 src/sbin/ping/ping.8 1.106.2.2 +31 -10 src/sbin/ping/ping.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:49:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C0D16A4E2; Thu, 10 Aug 2006 10:49:09 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A491243D55; Thu, 10 Aug 2006 10:49:09 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAn9Sj095405; Thu, 10 Aug 2006 10:49:09 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAn9Vn095404; Thu, 10 Aug 2006 10:49:09 GMT (envelope-from glebius) Message-Id: <200608101049.k7AAn9Vn095404@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:49:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_fastfwd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:49:10 -0000 glebius 2006-08-10 10:49:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_fastfwd.c Log: MFC rev. 1.36: Merge rev. 1.240 of ip_output.c, so that IPFIREWALL_FORWARD_EXTENDED kernel option will affect both forwarding methods - classic and fast. Revision Changes Path 1.28.2.3 +6 -2 src/sys/netinet/ip_fastfwd.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:50:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C243316A4DA; Thu, 10 Aug 2006 10:50:58 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5274843D5D; Thu, 10 Aug 2006 10:50:58 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAowfb095587; Thu, 10 Aug 2006 10:50:58 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AAowZE095586; Thu, 10 Aug 2006 10:50:58 GMT (envelope-from glebius) Message-Id: <200608101050.k7AAowZE095586@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:50:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:50:58 -0000 glebius 2006-08-10 10:50:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_socket.c Log: MFC rev. 1.75: Remove unneeded check. Coverity ID: 445 Revision Changes Path 1.67.2.5 +0 -4 src/sys/netgraph/ng_socket.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:51:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF58616A4DD; Thu, 10 Aug 2006 10:51:53 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3393543D53; Thu, 10 Aug 2006 10:51:53 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AAprvb095674; Thu, 10 Aug 2006 10:51:53 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AApr17095673; Thu, 10 Aug 2006 10:51:53 GMT (envelope-from glebius) Message-Id: <200608101051.k7AApr17095673@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:51:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_gre.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:51:53 -0000 glebius 2006-08-10 10:51:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_gre.c Log: MFC rev. 1.23: Since m_pullup() can return a new mbuf, change gre_input2() to return mbuf back to gre_input(). If the former returns mbuf back to the latter, then pass it to raw_input(). Coverity ID: 829 Revision Changes Path 1.19.2.3 +23 -23 src/sys/netinet/ip_gre.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 10:53:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48B3416A4DA; Thu, 10 Aug 2006 10:53:47 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA7D43D49; Thu, 10 Aug 2006 10:53:45 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AArjLV095774; Thu, 10 Aug 2006 10:53:45 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AArjI5095773; Thu, 10 Aug 2006 10:53:45 GMT (envelope-from glebius) Message-Id: <200608101053.k7AArjI5095773@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 10:53:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netgraph ng_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 10:53:47 -0000 glebius 2006-08-10 10:53:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netgraph ng_socket.c Log: MFC rev. 1.74: Do not leak kernel memory in case if userland has been compiled against older NG_VERSION. Coverity ID: 1131 Revision Changes Path 1.67.2.6 +1 -0 src/sys/netgraph/ng_socket.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 11:00:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F0016A4F3; Thu, 10 Aug 2006 11:00:44 +0000 (UTC) (envelope-from rik@inse.ru) Received: from mail.inse.ru (inse.ru [144.206.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9789843D60; Thu, 10 Aug 2006 11:00:39 +0000 (GMT) (envelope-from rik@inse.ru) Received: from [127.0.0.1] (www.inse.ru [144.206.128.1]) by mail.inse.ru (Postfix) with ESMTP id 5FFFF33C66; Thu, 10 Aug 2006 15:00:37 +0400 (MSD) Message-ID: <44DB13F7.3050306@inse.ru> Date: Thu, 10 Aug 2006 15:09:43 +0400 From: Roman Kurakin User-Agent: Thunderbird 1.5.0.4 (X11/20060624) MIME-Version: 1.0 To: Yar Tikhiy References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> <20060810063312.GD93633@comp.chem.msu.su> In-Reply-To: <20060810063312.GD93633@comp.chem.msu.su> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Roman Kurakin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , Robert Watson Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 11:00:44 -0000 Yar Tikhiy wrote: > On Thu, Aug 10, 2006 at 02:06:18AM +0400, Roman Kurakin wrote: > >> Robert Watson: >> >> >>> On Tue, 8 Aug 2006, Roman Kurakin wrote: >>> >>> >>>> We could add a "foo" driver to the LINT generated by this script with >>>> notification that it was generated and all changes should be placed >>>> to script. >>>> >>> I guess I can't help but wonder if a script is necessarily better than >>> a well-commented template. >>> >> Today I've talked with ru@. He suggests to put an example to tree and >> change script to produce >> a copy of driver using example from tree as a template via sed or smth >> like that. It sounds like >> a good idea. We could have a single dir in subtree with various examples >> and a set of scripts that >> could produce from one of the examples a driver to start with. >> > > ...and if you manage to make the driver do some real job so that > people start using it in production, it will have nearly zero chance > to fall into oblivion; it will remain in a very good shape instead. > No, I'm telling nonsense here: A useful driver will be hacked > sooner or later into a huge, ugly, incomprehensible beast reeking > with features. :-) > If you want to add a new functionality you just need to create a new example. Probably it wouldn't be bad to have a driver with higher level of complexity that can do the same (and more) than the other one that is much more simple. rik From owner-cvs-all@FreeBSD.ORG Thu Aug 10 11:02:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8336516A4EE; Thu, 10 Aug 2006 11:02:48 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 735F543DCE; Thu, 10 Aug 2006 11:02:14 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AB2Emu096221; Thu, 10 Aug 2006 11:02:14 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AB2EN4096220; Thu, 10 Aug 2006 11:02:14 GMT (envelope-from glebius) Message-Id: <200608101102.k7AB2EN4096220@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 11:02:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 11:02:48 -0000 glebius 2006-08-10 11:02:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c if_bgereg.h Log: MFC: Recognize the 5750 C2. Obtained from: OpenBSD (brad) Revision Changes Path 1.91.2.16 +1 -0 src/sys/dev/bge/if_bge.c 1.36.2.7 +1 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 11:03:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C810C16A4EE; Thu, 10 Aug 2006 11:03:57 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998CD43D5F; Thu, 10 Aug 2006 11:03:38 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AB3cUo097547; Thu, 10 Aug 2006 11:03:38 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AB3cDv097546; Thu, 10 Aug 2006 11:03:38 GMT (envelope-from skv) Message-Id: <200608101103.k7AB3cDv097546@repoman.freebsd.org> From: Sergey Skvortsov Date: Thu, 10 Aug 2006 11:03:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Apache-Test Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 11:03:57 -0000 skv 2006-08-10 11:03:38 UTC FreeBSD ports repository Modified files: www/p5-Apache-Test Makefile distinfo Log: * Update to 1.28 [1] * pass maintainership to perl@ (I do not use mod_perl-1.x anymore) PR: ports/99138 [1] Submitted by: aaron [1] Revision Changes Path 1.21 +6 -4 ports/www/p5-Apache-Test/Makefile 1.19 +3 -3 ports/www/p5-Apache-Test/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 11:06:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1A5316A4DE; Thu, 10 Aug 2006 11:06:21 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF6243D69; Thu, 10 Aug 2006 11:06:21 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AB6LMT097691; Thu, 10 Aug 2006 11:06:21 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AB6Lbk097690; Thu, 10 Aug 2006 11:06:21 GMT (envelope-from jkoshy) Message-Id: <200608101106.k7AB6Lbk097690@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 10 Aug 2006 11:06:21 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 11:06:21 -0000 jkoshy 2006-08-10 11:06:20 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Daemonnews article by Grzegorz Czaplinski on working with gmirror. Revision Changes Path 1.205 +11 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Thu Aug 10 11:07:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F2B016A4E2; Thu, 10 Aug 2006 11:07:12 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF4F43D60; Thu, 10 Aug 2006 11:07:11 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AB7B7O097790; Thu, 10 Aug 2006 11:07:11 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AB7B3m097789; Thu, 10 Aug 2006 11:07:11 GMT (envelope-from glebius) Message-Id: <200608101107.k7AB7B3m097789@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 11:07:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ng_pppoe.4 src/sys/netgraph ng_pppoe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 11:07:12 -0000 glebius 2006-08-10 11:07:11 UTC FreeBSD src repository Modified files: share/man/man4 ng_pppoe.4 sys/netgraph ng_pppoe.c Log: Some perfectionizm against last revision. Submitted by: ru Revision Changes Path 1.36 +2 -2 src/share/man/man4/ng_pppoe.4 1.81 +2 -2 src/sys/netgraph/ng_pppoe.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 11:10:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FE7E16A4DD; Thu, 10 Aug 2006 11:10:04 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD21A43D70; Thu, 10 Aug 2006 11:10:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ABA37w097971; Thu, 10 Aug 2006 11:10:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ABA3pC097970; Thu, 10 Aug 2006 11:10:03 GMT (envelope-from glebius) Message-Id: <200608101110.k7ABA3pC097970@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 11:10:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/ngctl config.c connect.c debug.c dot.c list.c main.c mkpeer.c msg.c name.c ngctl.h rmhook.c show.c shutdown.c status.c types.c write.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 11:10:04 -0000 glebius 2006-08-10 11:10:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/ngctl config.c connect.c debug.c dot.c list.c main.c mkpeer.c msg.c name.c ngctl.h rmhook.c show.c shutdown.c status.c types.c write.c Log: MFC style(9) and other non-functional fixes. Revision Changes Path 1.3.8.1 +11 -4 src/usr.sbin/ngctl/config.c 1.3.8.1 +7 -3 src/usr.sbin/ngctl/connect.c 1.2.8.1 +9 -4 src/usr.sbin/ngctl/debug.c 1.3.10.1 +5 -0 src/usr.sbin/ngctl/dot.c 1.6.2.1 +10 -4 src/usr.sbin/ngctl/list.c 1.18.2.1 +33 -17 src/usr.sbin/ngctl/main.c 1.2.8.1 +8 -4 src/usr.sbin/ngctl/mkpeer.c 1.5.8.1 +12 -4 src/usr.sbin/ngctl/msg.c 1.2.8.1 +9 -4 src/usr.sbin/ngctl/name.c 1.12.8.1 +0 -20 src/usr.sbin/ngctl/ngctl.h 1.3.8.1 +7 -3 src/usr.sbin/ngctl/rmhook.c 1.4.8.1 +11 -5 src/usr.sbin/ngctl/show.c 1.2.34.1 +8 -4 src/usr.sbin/ngctl/shutdown.c 1.2.8.1 +9 -4 src/usr.sbin/ngctl/status.c 1.4.8.1 +10 -4 src/usr.sbin/ngctl/types.c 1.1.16.1 +18 -8 src/usr.sbin/ngctl/write.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 11:11:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6986016A4DE; Thu, 10 Aug 2006 11:11:50 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C323443D6A; Thu, 10 Aug 2006 11:11:49 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ABBnHm098201; Thu, 10 Aug 2006 11:11:49 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ABBnNs098200; Thu, 10 Aug 2006 11:11:49 GMT (envelope-from glebius) Message-Id: <200608101111.k7ABBnNs098200@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 11:11:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/ngctl Makefile main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 11:11:50 -0000 glebius 2006-08-10 11:11:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/ngctl Makefile main.c Log: MFC: Add line edit and history support to ngctl(8) via editline(3). Details: - The main thread runs editline(3) functions, that can block. - A separate thread is launched to monitor netgraph sockets. - The access to the descriptors is protected by a mutex. At runtime the monitoring thread owns the mutex. When the main thread reads a command from el_gets() it asks the monitoring thread to release a mutex and sleep until the main thread processes the command. This makes ngctl(8) depend on libedit, and libpthread. Thus, the new functionality isn't compiled in if release is being built with -DRELEASE_CRUNCH. PR: bin/87352 Reviewed by: ru, Nuno Antunes Revision Changes Path 1.14.8.1 +11 -0 src/usr.sbin/ngctl/Makefile 1.18.2.2 +158 -22 src/usr.sbin/ngctl/main.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 11:49:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C797516A4DF; Thu, 10 Aug 2006 11:49:59 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8500643D45; Thu, 10 Aug 2006 11:49:59 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ABnx5D099876; Thu, 10 Aug 2006 11:49:59 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ABnxXi099875; Thu, 10 Aug 2006 11:49:59 GMT (envelope-from ahze) Message-Id: <200608101149.k7ABnxXi099875@repoman.freebsd.org> From: Michael Johnson Date: Thu, 10 Aug 2006 11:49:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/avidemux2/files patch-avidemux_ADM_codecs_ADM_x264.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 11:49:59 -0000 ahze 2006-08-10 11:49:59 UTC FreeBSD ports repository Added files: multimedia/avidemux2/files patch-avidemux_ADM_codecs_ADM_x264.cpp Log: - Fix build with x264 Revision Changes Path 1.1 +20 -0 ports/multimedia/avidemux2/files/patch-avidemux_ADM_codecs_ADM_x264.cpp (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 11:51:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F4EA16A4DF; Thu, 10 Aug 2006 11:51:43 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C3143D49; Thu, 10 Aug 2006 11:51:43 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ABphHx000180; Thu, 10 Aug 2006 11:51:43 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ABphgx000179; Thu, 10 Aug 2006 11:51:43 GMT (envelope-from ache) Message-Id: <200608101151.k7ABphgx000179@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 10 Aug 2006 11:51:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/apache13 Makefile ports/www/apache13/files apache.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 11:51:43 -0000 ache 2006-08-10 11:51:43 UTC FreeBSD ports repository Modified files: www/apache13 Makefile www/apache13/files apache.sh Log: Use more rcNG compatible method for limits(1) PR: 101746 Revision Changes Path 1.173 +1 -0 ports/www/apache13/Makefile 1.11 +3 -3 ports/www/apache13/files/apache.sh From owner-cvs-all@FreeBSD.ORG Thu Aug 10 12:05:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E8716A4DA; Thu, 10 Aug 2006 12:05:51 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E2DC43D5A; Thu, 10 Aug 2006 12:04:59 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AC4xx8002030; Thu, 10 Aug 2006 12:04:59 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AC4xeQ002029; Thu, 10 Aug 2006 12:04:59 GMT (envelope-from rafan) Message-Id: <200608101204.k7AC4xeQ002029@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 10 Aug 2006 12:04:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/isabelle Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 12:05:51 -0000 rafan 2006-08-10 12:04:59 UTC FreeBSD ports repository Modified files: math/isabelle Makefile Log: math/isabelle does not build on pointyhat, because the build process requires a non-standard kernel setting. Mark it as NO_PACKAGE. Refer to http://docs.freebsd.org/cgi/mid.cgi?20060521015932.GB603 PR: ports/101749 Submitted by: Timothy Bourke (maintainer) Revision Changes Path 1.3 +1 -0 ports/math/isabelle/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 12:51:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A20016A4E1; Thu, 10 Aug 2006 12:51:20 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB0CA43D46; Thu, 10 Aug 2006 12:51:19 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ACpJk9011947; Thu, 10 Aug 2006 12:51:19 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ACpJfN011946; Thu, 10 Aug 2006 12:51:19 GMT (envelope-from garga) Message-Id: <200608101251.k7ACpJfN011946@repoman.freebsd.org> From: Renato Botelho Date: Thu, 10 Aug 2006 12:51:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/qmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 12:51:20 -0000 garga 2006-08-10 12:51:19 UTC FreeBSD ports repository Modified files: mail/qmail Makefile Log: Prevent BIG_TODO and EXT_TODO patches to be installed together, they cannot coexist Reported by: Carlos A. Talhati Revision Changes Path 1.112 +8 -0 ports/mail/qmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 13:18:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66B516A4E1; Thu, 10 Aug 2006 13:18:05 +0000 (UTC) (envelope-from bruno@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9820F43D64; Thu, 10 Aug 2006 13:18:03 +0000 (GMT) (envelope-from bruno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ADI3nI014318; Thu, 10 Aug 2006 13:18:03 GMT (envelope-from bruno@repoman.freebsd.org) Received: (from bruno@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ADI3Z4014317; Thu, 10 Aug 2006 13:18:03 GMT (envelope-from bruno) Message-Id: <200608101318.k7ADI3Z4014317@repoman.freebsd.org> From: Bruno Ducrot Date: Thu, 10 Aug 2006 13:18:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_video.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 13:18:05 -0000 bruno 2006-08-10 13:18:03 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_video.c Log: Improve the way we'll detect video devices as per ACPI 3.0. PR: 100271 Requested by: john AT utzweb DOT net Submitted by: hrs Reviewed by: njl Approved by: njl MFC after: 3 days Revision Changes Path 1.13 +51 -21 src/sys/dev/acpica/acpi_video.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 13:20:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B5D816A4DD; Thu, 10 Aug 2006 13:20:27 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E2643D69; Thu, 10 Aug 2006 13:20:25 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ADKP2H014483; Thu, 10 Aug 2006 13:20:25 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ADKPdQ014481; Thu, 10 Aug 2006 13:20:25 GMT (envelope-from mnag) Message-Id: <200608101320.k7ADKPdQ014481@repoman.freebsd.org> From: Marcus Alves Grando Date: Thu, 10 Aug 2006 13:20:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/py-email2 Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 13:20:27 -0000 mnag 2006-08-10 13:20:25 UTC FreeBSD ports repository Modified files: mail/py-email2 Makefile distinfo pkg-descr Log: - Update to 2.5.8 - Update WWW Notified by: Bill "distfiles" Fenner Revision Changes Path 1.6 +1 -1 ports/mail/py-email2/Makefile 1.6 +3 -3 ports/mail/py-email2/distinfo 1.3 +1 -1 ports/mail/py-email2/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Aug 10 13:29:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC6F16A4E7; Thu, 10 Aug 2006 13:29:43 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0635E43D69; Thu, 10 Aug 2006 13:29:41 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ADTe91014930; Thu, 10 Aug 2006 13:29:40 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ADTeL7014929; Thu, 10 Aug 2006 13:29:40 GMT (envelope-from glebius) Message-Id: <200608101329.k7ADTeL7014929@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 13:29:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules/netgraph/tag Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 13:29:43 -0000 glebius 2006-08-10 13:29:40 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/modules/netgraph/tag Makefile Log: MFC Makefile for ng_tag. Revision Changes Path 1.1.2.1 +6 -0 src/sys/modules/netgraph/tag/Makefile (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 13:46:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BDCE16A4DF; Thu, 10 Aug 2006 13:46:00 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59ADD43D4C; Thu, 10 Aug 2006 13:46:00 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ADk0u9015722; Thu, 10 Aug 2006 13:46:00 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ADk0PD015721; Thu, 10 Aug 2006 13:46:00 GMT (envelope-from glebius) Message-Id: <200608101346.k7ADk0PD015721@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 10 Aug 2006 13:46:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/contrib/pf/net if_pfsync.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 13:46:00 -0000 glebius 2006-08-10 13:46:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/contrib/pf/net if_pfsync.c Log: MFC rev. 1.27: Fix byteorder of syncpeer and make it actually work. Submitted by: glebius Revision Changes Path 1.19.2.4 +24 -7 src/sys/contrib/pf/net/if_pfsync.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 14:16:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA5316A4DA; Thu, 10 Aug 2006 14:16:56 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E0B43D53; Thu, 10 Aug 2006 14:16:56 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AEGuNd018436; Thu, 10 Aug 2006 14:16:56 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AEGuCn018435; Thu, 10 Aug 2006 14:16:56 GMT (envelope-from clsung) Message-Id: <200608101416.k7AEGuCn018435@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 14:16:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Contextual-Return Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 14:16:56 -0000 clsung 2006-08-10 14:16:55 UTC FreeBSD ports repository Modified files: devel/p5-Contextual-Return Makefile Log: - fix dependency path Revision Changes Path 1.2 +1 -1 ports/devel/p5-Contextual-Return/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 14:47:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B033D16A4DF; Thu, 10 Aug 2006 14:47:21 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC5943D76; Thu, 10 Aug 2006 14:47:14 +0000 (GMT) (envelope-from az@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AElEQ2019819; Thu, 10 Aug 2006 14:47:14 GMT (envelope-from az@repoman.freebsd.org) Received: (from az@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AElEgk019816; Thu, 10 Aug 2006 14:47:14 GMT (envelope-from az) Message-Id: <200608101447.k7AElEgk019816@repoman.freebsd.org> From: Andrej Zverev Date: Thu, 10 Aug 2006 14:47:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/weechat Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 14:47:21 -0000 az 2006-08-10 14:47:13 UTC FreeBSD ports repository Modified files: irc/weechat Makefile Log: Mark as BROKEN on 4.x Revision Changes Path 1.17 +5 -1 ports/irc/weechat/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 15:06:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6060616A4DA; Thu, 10 Aug 2006 15:06:42 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 045D343D73; Thu, 10 Aug 2006 15:06:36 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AF6Z1q022064; Thu, 10 Aug 2006 15:06:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AF6Z1g022063; Thu, 10 Aug 2006 15:06:35 GMT (envelope-from clsung) Message-Id: <200608101506.k7AF6Z1g022063@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 15:06:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/p5-WWW-Myspace Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 15:06:42 -0000 clsung 2006-08-10 15:06:35 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WWW-Myspace Makefile distinfo pkg-descr pkg-plist Log: Add p5-WWW-Myspace 0.52, access MySpace.com profile information from Perl. PR: ports/101683 Submitted by: Gea-Suan Lin Revision Changes Path 1.1547 +1 -0 ports/www/Makefile 1.1 +48 -0 ports/www/p5-WWW-Myspace/Makefile (new) 1.1 +3 -0 ports/www/p5-WWW-Myspace/distinfo (new) 1.1 +6 -0 ports/www/p5-WWW-Myspace/pkg-descr (new) 1.1 +17 -0 ports/www/p5-WWW-Myspace/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 15:06:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F032616A4E0; Thu, 10 Aug 2006 15:06:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B50F143D55; Thu, 10 Aug 2006 15:06:50 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AF6nKv022112; Thu, 10 Aug 2006 15:06:49 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AF6nca022111; Thu, 10 Aug 2006 15:06:49 GMT (envelope-from clsung) Message-Id: <200608101506.k7AF6nca022111@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 15:06:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 15:07:00 -0000 clsung 2006-08-10 15:06:49 UTC FreeBSD ports repository Modified files: . modules Log: p5-WWW-Myspace --> ports/www/p5-WWW-Myspace Revision Changes Path 1.15946 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 10 15:35:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC3EF16A4DA; Thu, 10 Aug 2006 15:35:04 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22E9D43D46; Thu, 10 Aug 2006 15:35:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AFZ0ww023408; Thu, 10 Aug 2006 15:35:00 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AFZ07k023407; Thu, 10 Aug 2006 15:35:00 GMT (envelope-from garga) Message-Id: <200608101535.k7AFZ07k023407@repoman.freebsd.org> From: Renato Botelho Date: Thu, 10 Aug 2006 15:34:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/qmail Makefile ports/mail/qmail-ldap Makefile ports/mail/qmail-mysql Makefile ports/mail/qmail-spamcontrol Makefile ports/mail/qmail-tls Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 15:35:04 -0000 garga 2006-08-10 15:34:59 UTC FreeBSD ports repository Modified files: mail/qmail Makefile mail/qmail-ldap Makefile mail/qmail-mysql Makefile mail/qmail-spamcontrol Makefile mail/qmail-tls Makefile Log: Register CONFLICTS between qmail master and all slave ports Revision Changes Path 1.45 +2 -1 ports/mail/qmail-ldap/Makefile 1.19 +2 -0 ports/mail/qmail-mysql/Makefile 1.18 +2 -0 ports/mail/qmail-spamcontrol/Makefile 1.21 +2 -0 ports/mail/qmail-tls/Makefile 1.113 +2 -1 ports/mail/qmail/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 15:42:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E3C616A4DA; Thu, 10 Aug 2006 15:42:36 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF0443D73; Thu, 10 Aug 2006 15:42:36 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AFgZgR023807; Thu, 10 Aug 2006 15:42:35 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AFgZBO023806; Thu, 10 Aug 2006 15:42:35 GMT (envelope-from clsung) Message-Id: <200608101542.k7AFgZBO023806@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 15:42:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ruby-sysvipc Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 15:42:36 -0000 clsung 2006-08-10 15:42:35 UTC FreeBSD ports repository Modified files: devel/ruby-sysvipc Makefile distinfo Log: - update to 0.4 - change MASTER_SITE - grab maintainership Revision Changes Path 1.12 +4 -4 ports/devel/ruby-sysvipc/Makefile 1.5 +3 -3 ports/devel/ruby-sysvipc/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 15:47:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B39C16A4DA; Thu, 10 Aug 2006 15:47:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D969C43D45; Thu, 10 Aug 2006 15:47:15 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AFlFK7024088; Thu, 10 Aug 2006 15:47:15 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AFlFbp024087; Thu, 10 Aug 2006 15:47:15 GMT (envelope-from clsung) Message-Id: <200608101547.k7AFlFbp024087@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 15:47:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/ruby-crypt Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 15:47:16 -0000 clsung 2006-08-10 15:47:15 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/ruby-crypt Makefile distinfo pkg-descr pkg-plist Log: - ruby-crypt is a pure-ruby implementation of a number of popular encryption algorithms. Revision Changes Path 1.803 +1 -0 ports/security/Makefile 1.1 +27 -0 ports/security/ruby-crypt/Makefile (new) 1.1 +3 -0 ports/security/ruby-crypt/distinfo (new) 1.1 +10 -0 ports/security/ruby-crypt/pkg-descr (new) 1.1 +10 -0 ports/security/ruby-crypt/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 15:47:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39A0216A4E6; Thu, 10 Aug 2006 15:47:33 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD0CA43D4C; Thu, 10 Aug 2006 15:47:32 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AFlWab024130; Thu, 10 Aug 2006 15:47:32 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AFlWm9024129; Thu, 10 Aug 2006 15:47:32 GMT (envelope-from clsung) Message-Id: <200608101547.k7AFlWm9024129@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 15:47:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 15:47:33 -0000 clsung 2006-08-10 15:47:32 UTC FreeBSD ports repository Modified files: . modules Log: ruby-crypt --> ports/security/ruby-crypt Revision Changes Path 1.15947 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 10 15:52:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B996616A4DD; Thu, 10 Aug 2006 15:52:51 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85D4943D45; Thu, 10 Aug 2006 15:52:51 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AFqpWf024580; Thu, 10 Aug 2006 15:52:51 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AFqpsh024575; Thu, 10 Aug 2006 15:52:51 GMT (envelope-from arved) Message-Id: <200608101552.k7AFqpsh024575@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 10 Aug 2006 15:52:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/pivot-weblog Makefile distinfo pkg-descr pkg-plist ports/www/pivot-weblog/files pkg-deinstall.in pkg-install.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 15:52:51 -0000 arved 2006-08-10 15:52:51 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/pivot-weblog Makefile distinfo pkg-descr pkg-plist www/pivot-weblog/files pkg-deinstall.in pkg-install.in pkg-message.in Log: Add pivot-weblog a weblog system written in PHP PR: 101299 Submitted by: Hans Fredrik Nordhaug Revision Changes Path 1.1548 +1 -0 ports/www/Makefile 1.1 +66 -0 ports/www/pivot-weblog/Makefile (new) 1.1 +3 -0 ports/www/pivot-weblog/distinfo (new) 1.1 +31 -0 ports/www/pivot-weblog/files/pkg-deinstall.in (new) 1.1 +25 -0 ports/www/pivot-weblog/files/pkg-install.in (new) 1.1 +28 -0 ports/www/pivot-weblog/files/pkg-message.in (new) 1.1 +6 -0 ports/www/pivot-weblog/pkg-descr (new) 1.1 +686 -0 ports/www/pivot-weblog/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 15:53:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF50216A4DA; Thu, 10 Aug 2006 15:53:07 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD9A43D46; Thu, 10 Aug 2006 15:53:07 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AFr78e024631; Thu, 10 Aug 2006 15:53:07 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AFr7kU024628; Thu, 10 Aug 2006 15:53:07 GMT (envelope-from arved) Message-Id: <200608101553.k7AFr7kU024628@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 10 Aug 2006 15:53:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 15:53:07 -0000 arved 2006-08-10 15:53:07 UTC FreeBSD ports repository Modified files: . modules Log: pivot-weblog --> ports/www/pivot-weblog Revision Changes Path 1.15948 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 10 15:58:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C438816A4DF; Thu, 10 Aug 2006 15:58:53 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80D7943D4C; Thu, 10 Aug 2006 15:58:53 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AFwrsn024900; Thu, 10 Aug 2006 15:58:53 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AFwrCT024899; Thu, 10 Aug 2006 15:58:53 GMT (envelope-from clsung) Message-Id: <200608101558.k7AFwrCT024899@repoman.freebsd.org> From: Cheng-Lung Sung Date: Thu, 10 Aug 2006 15:58:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/p5-GSSAPI Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 15:58:53 -0000 clsung 2006-08-10 15:58:53 UTC FreeBSD ports repository Modified files: security/p5-GSSAPI Makefile distinfo Log: - update to 0.23 PR: ports/101760 Submitted by: clsung Approved by: maintainer Revision Changes Path 1.7 +1 -3 ports/security/p5-GSSAPI/Makefile 1.5 +3 -3 ports/security/p5-GSSAPI/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 16:19:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5754616A4E1; Thu, 10 Aug 2006 16:19:17 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 108E343D55; Thu, 10 Aug 2006 16:19:17 +0000 (GMT) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AGJGSx027067; Thu, 10 Aug 2006 16:19:16 GMT (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AGJGlE027066; Thu, 10 Aug 2006 16:19:16 GMT (envelope-from vanilla) Message-Id: <200608101619.k7AGJGlE027066@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 10 Aug 2006 16:19:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/enlightenment Makefile distinfo pkg-plist ports/x11-wm/enlightenment/files patch-e_gen_menu patch-src_Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 16:19:17 -0000 vanilla 2006-08-10 16:19:16 UTC FreeBSD ports repository Modified files: x11-wm/enlightenment Makefile distinfo pkg-plist x11-wm/enlightenment/files patch-e_gen_menu Removed files: x11-wm/enlightenment/files patch-src_Makefile.in Log: Upgrade to 0.16.8.2. Revision Changes Path 1.94 +1 -1 ports/x11-wm/enlightenment/Makefile 1.30 +3 -3 ports/x11-wm/enlightenment/distinfo 1.5 +6 -6 ports/x11-wm/enlightenment/files/patch-e_gen_menu 1.2 +0 -10 ports/x11-wm/enlightenment/files/patch-src_Makefile.in (dead) 1.30 +1 -1 ports/x11-wm/enlightenment/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 16:31:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B40BA16A4E2; Thu, 10 Aug 2006 16:31:38 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7212A43D46; Thu, 10 Aug 2006 16:31:38 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AGVct0027752; Thu, 10 Aug 2006 16:31:38 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AGVcoP027751; Thu, 10 Aug 2006 16:31:38 GMT (envelope-from sam) Message-Id: <200608101631.k7AGVcoP027751@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 16:31:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c if_athioctl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 16:31:38 -0000 sam 2006-08-10 16:31:37 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athioctl.h Log: o add noise floor to stats o include current tx rate in stats so athstats gets a consistent snapshot and doesn't have to make an extra ioctl o record tx rate for raw frames MFC after: 3 weeks Revision Changes Path 1.153 +4 -0 src/sys/dev/ath/if_ath.c 1.17 +2 -0 src/sys/dev/ath/if_athioctl.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 16:39:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D9A416A4DF; Thu, 10 Aug 2006 16:39:56 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF5D43D6E; Thu, 10 Aug 2006 16:39:56 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AGdtd1028086; Thu, 10 Aug 2006 16:39:55 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AGdtxY028085; Thu, 10 Aug 2006 16:39:55 GMT (envelope-from obrien) Message-Id: <200608101639.k7AGdtxY028085@repoman.freebsd.org> From: "David E. O'Brien" Date: Thu, 10 Aug 2006 16:39:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/binutils/libbfd Makefile.arm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 16:39:56 -0000 obrien 2006-08-10 16:39:55 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/libbfd Makefile.arm Log: Fix typo. Submitted by: kevlo Revision Changes Path 1.3 +1 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.arm From owner-cvs-all@FreeBSD.ORG Thu Aug 10 16:45:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8960416A4DE; Thu, 10 Aug 2006 16:45:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2525843D70; Thu, 10 Aug 2006 16:45:50 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AGjob1028434; Thu, 10 Aug 2006 16:45:50 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AGjnul028433; Thu, 10 Aug 2006 16:45:49 GMT (envelope-from adamw) Message-Id: <200608101645.k7AGjnul028433@repoman.freebsd.org> From: Adam Weinberger Date: Thu, 10 Aug 2006 16:45:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/cmus Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 16:45:51 -0000 adamw 2006-08-10 16:45:49 UTC FreeBSD ports repository Modified files: audio/cmus Makefile distinfo pkg-descr pkg-plist Log: Update to 2.0.3, and make it OPTIONS-tastic. Also removes the dependency on shells/bash, praise jeebus. PR: ports/101728 Submitted by: maintainer Revision Changes Path 1.15 +52 -58 ports/audio/cmus/Makefile 1.12 +3 -3 ports/audio/cmus/distinfo 1.3 +2 -1 ports/audio/cmus/pkg-descr 1.8 +7 -12 ports/audio/cmus/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 16:50:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 935F516A4DA; Thu, 10 Aug 2006 16:50:51 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3500443D49; Thu, 10 Aug 2006 16:50:51 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AGopHV036488; Thu, 10 Aug 2006 16:50:51 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AGop1s036487; Thu, 10 Aug 2006 16:50:51 GMT (envelope-from simon) Message-Id: <200608101650.k7AGop1s036487@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 10 Aug 2006 16:50:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 16:50:51 -0000 simon 2006-08-10 16:50:50 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add libcrypto.so.4 and libssl.so.4 to OLD_LIBS since they are obsoleted by the OpenSSL 0.9.8b import. Reminded by: kris Revision Changes Path 1.43 +3 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Thu Aug 10 17:54:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6B4A16A4DA; Thu, 10 Aug 2006 17:54:51 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732A843D45; Thu, 10 Aug 2006 17:54:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AHspGQ041808; Thu, 10 Aug 2006 17:54:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AHspPE041807; Thu, 10 Aug 2006 17:54:51 GMT (envelope-from imp) Message-Id: <200608101754.k7AHspPE041807@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 17:54:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 xmodem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 17:54:51 -0000 imp 2006-08-10 17:54:51 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 xmodem.c Log: MFp4: Increase character timeout to 10. Make it a #define for easier changes in the future. This helps with getting started and to overcome the really sucky level of granuality this timeout has in getc. A timeout of 1 means 'wait until top of next second' rather than 'wait for at least a second'. Revision Changes Path 1.2 +10 -9 src/sys/boot/arm/at91/libat91/xmodem.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 17:59:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE36F16A4DF; Thu, 10 Aug 2006 17:59:22 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A97B43D45; Thu, 10 Aug 2006 17:59:22 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AHxMfx042059; Thu, 10 Aug 2006 17:59:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AHxMqw042058; Thu, 10 Aug 2006 17:59:22 GMT (envelope-from imp) Message-Id: <200608101759.k7AHxMqw042058@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 17:59:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 at91rm9200_lowlevel.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 17:59:23 -0000 imp 2006-08-10 17:59:22 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 at91rm9200_lowlevel.h Log: MFp4: Tweaks for our board. Revision Changes Path 1.2 +1 -1 src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 18:02:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7528116A4DD; Thu, 10 Aug 2006 18:02:28 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3188343D46; Thu, 10 Aug 2006 18:02:28 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AI2Ssc042312; Thu, 10 Aug 2006 18:02:28 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AI2Sg7042311; Thu, 10 Aug 2006 18:02:28 GMT (envelope-from imp) Message-Id: <200608101802.k7AI2Sg7042311@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:02:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 at91rm9200.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 18:02:28 -0000 imp 2006-08-10 18:02:28 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 at91rm9200.h Log: MFp4: Catchup with migration of some defines. Revision Changes Path 1.2 +1 -317 src/sys/boot/arm/at91/libat91/at91rm9200.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 18:03:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8636516A4DF; Thu, 10 Aug 2006 18:03:51 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 427DC43D46; Thu, 10 Aug 2006 18:03:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AI3p0X043638; Thu, 10 Aug 2006 18:03:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AI3p4F043637; Thu, 10 Aug 2006 18:03:51 GMT (envelope-from imp) Message-Id: <200608101803.k7AI3p4F043637@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:03:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 eeprom.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 18:03:51 -0000 imp 2006-08-10 18:03:51 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 eeprom.c Log: MFp4: Make it clearer that the address passed to the eeprom routines is really an offset within the eeprom device, and not a IIC address. Revision Changes Path 1.2 +8 -8 src/sys/boot/arm/at91/libat91/eeprom.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 18:07:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D35B16A4DA; Thu, 10 Aug 2006 18:07:04 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B60443D45; Thu, 10 Aug 2006 18:07:01 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AI71XI043852; Thu, 10 Aug 2006 18:07:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AI71AS043851; Thu, 10 Aug 2006 18:07:01 GMT (envelope-from imp) Message-Id: <200608101807.k7AI71AS043851@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:07:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 env_vars.c loader_prompt.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 18:07:04 -0000 imp 2006-08-10 18:07:01 UTC FreeBSD src repository Removed files: sys/boot/arm/at91/libat91 env_vars.c loader_prompt.c Log: MFp4: These will migrate to the boot specific directories because they are too hard to share between the different boot loaders. Revision Changes Path 1.2 +0 -207 src/sys/boot/arm/at91/libat91/env_vars.c (dead) 1.3 +0 -426 src/sys/boot/arm/at91/libat91/loader_prompt.c (dead) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 18:08:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9EA816A4E5; Thu, 10 Aug 2006 18:08:01 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2404543DAB; Thu, 10 Aug 2006 18:07:49 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AI7nt5043924; Thu, 10 Aug 2006 18:07:49 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AI7nEu043923; Thu, 10 Aug 2006 18:07:49 GMT (envelope-from imp) Message-Id: <200608101807.k7AI7nEu043923@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:07:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 eeprom.h lib.h p_string.c p_string.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 18:08:01 -0000 imp 2006-08-10 18:07:49 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 lib.h p_string.c Removed files: sys/boot/arm/at91/libat91 eeprom.h p_string.h Log: MFp4: consolidate #include files down to lib.h Revision Changes Path 1.2 +0 -27 src/sys/boot/arm/at91/libat91/eeprom.h (dead) 1.2 +23 -2 src/sys/boot/arm/at91/libat91/lib.h 1.2 +1 -1 src/sys/boot/arm/at91/libat91/p_string.c 1.2 +0 -39 src/sys/boot/arm/at91/libat91/p_string.h (dead) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 18:11:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC4216A4DE; Thu, 10 Aug 2006 18:11:24 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 389CC43D5E; Thu, 10 Aug 2006 18:11:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AIBN82044165; Thu, 10 Aug 2006 18:11:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AIBNpL044164; Thu, 10 Aug 2006 18:11:23 GMT (envelope-from imp) Message-Id: <200608101811.k7AIBNpL044164@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:11:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 emac.c emac.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 18:11:25 -0000 imp 2006-08-10 18:11:22 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 emac.c emac.h Log: MFp4: Numerous changes from p4 to try to improve tftp downloading, reduce code footprint, etc. While some problems still remain, the reliability of tftp is much improved. Revision Changes Path 1.2 +211 -231 src/sys/boot/arm/at91/libat91/emac.c 1.2 +19 -11 src/sys/boot/arm/at91/libat91/emac.h From owner-cvs-all@FreeBSD.ORG Thu Aug 10 18:14:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F9016A4DD; Thu, 10 Aug 2006 18:14:36 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F92543D78; Thu, 10 Aug 2006 18:14:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AIEa0j044346; Thu, 10 Aug 2006 18:14:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AIEarH044345; Thu, 10 Aug 2006 18:14:36 GMT (envelope-from imp) Message-Id: <200608101814.k7AIEarH044345@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:14:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 Makefile spi_flash.c spi_flash.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 18:14:36 -0000 imp 2006-08-10 18:14:36 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/libat91 Makefile Added files: sys/boot/arm/at91/libat91 spi_flash.c spi_flash.h Log: MFp4: Remove obsolete files in list Add spi flash reading routines Revision Changes Path 1.3 +2 -2 src/sys/boot/arm/at91/libat91/Makefile 1.1 +238 -0 src/sys/boot/arm/at91/libat91/spi_flash.c (new) 1.1 +54 -0 src/sys/boot/arm/at91/libat91/spi_flash.h (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 18:19:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 500DF16A4E2; Thu, 10 Aug 2006 18:19:46 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08DE643D49; Thu, 10 Aug 2006 18:19:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AIJj5k044607; Thu, 10 Aug 2006 18:19:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AIJjij044606; Thu, 10 Aug 2006 18:19:45 GMT (envelope-from imp) Message-Id: <200608101819.k7AIJjij044606@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:19:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/libat91 env_vars.h loader_prompt.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 18:19:46 -0000 imp 2006-08-10 18:19:45 UTC FreeBSD src repository Removed files: sys/boot/arm/at91/libat91 env_vars.h loader_prompt.h Log: MFp4: remove obsolete files Revision Changes Path 1.2 +0 -54 src/sys/boot/arm/at91/libat91/env_vars.h (dead) 1.2 +0 -55 src/sys/boot/arm/at91/libat91/loader_prompt.h (dead) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 18:22:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8433716A4DF; Thu, 10 Aug 2006 18:22:58 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CBDA43D70; Thu, 10 Aug 2006 18:22:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AIMuuk044926; Thu, 10 Aug 2006 18:22:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AIMufp044925; Thu, 10 Aug 2006 18:22:56 GMT (envelope-from imp) Message-Id: <200608101822.k7AIMufp044925@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 18:22:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91 Makefile.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 18:22:58 -0000 imp 2006-08-10 18:22:56 UTC FreeBSD src repository Modified files: sys/boot/arm/at91 Makefile.inc Log: MFp4: Reach over into the arm tree to grab some at91 definitions. Better warnings Lots of build tweaks Revision Changes Path 1.3 +23 -6 src/sys/boot/arm/at91/Makefile.inc From owner-cvs-all@FreeBSD.ORG Thu Aug 10 18:59:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D33AE16A4E0; Thu, 10 Aug 2006 18:59:50 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A141143D6A; Thu, 10 Aug 2006 18:59:50 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AIxoEH046513; Thu, 10 Aug 2006 18:59:50 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AIxox0046512; Thu, 10 Aug 2006 18:59:50 GMT (envelope-from sam) Message-Id: <200608101859.k7AIxox0046512@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 18:59:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211/wlanstats Makefile main.c statfoo.c statfoo.h wlanstats.c wlanstats.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 18:59:50 -0000 sam 2006-08-10 18:59:50 UTC FreeBSD src repository Modified files: tools/tools/net80211/wlanstats Makefile wlanstats.c Added files: tools/tools/net80211/wlanstats main.c statfoo.c statfoo.h wlanstats.h Log: checkpoint new version Revision Changes Path 1.3 +2 -0 src/tools/tools/net80211/wlanstats/Makefile 1.1 +255 -0 src/tools/tools/net80211/wlanstats/main.c (new) 1.1 +191 -0 src/tools/tools/net80211/wlanstats/statfoo.c (new) 1.1 +127 -0 src/tools/tools/net80211/wlanstats/statfoo.h (new) 1.3 +650 -224 src/tools/tools/net80211/wlanstats/wlanstats.c 1.1 +56 -0 src/tools/tools/net80211/wlanstats/wlanstats.h (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 19:01:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BFE916A4E7; Thu, 10 Aug 2006 19:01:18 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2B9C43D64; Thu, 10 Aug 2006 19:01:17 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJ1HlR046736; Thu, 10 Aug 2006 19:01:17 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJ1HaA046735; Thu, 10 Aug 2006 19:01:17 GMT (envelope-from sam) Message-Id: <200608101901.k7AJ1HaA046735@repoman.freebsd.org> From: Sam Leffler Date: Thu, 10 Aug 2006 19:01:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/ath/athstats Makefile athstats.c athstats.h main.c statfoo.c statfoo.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 19:01:18 -0000 sam 2006-08-10 19:01:17 UTC FreeBSD src repository Modified files: tools/tools/ath/athstats Makefile athstats.c Added files: tools/tools/ath/athstats athstats.h main.c statfoo.c statfoo.h Log: checkpoint new version Revision Changes Path 1.3 +2 -0 src/tools/tools/ath/athstats/Makefile 1.5 +671 -263 src/tools/tools/ath/athstats/athstats.c 1.1 +52 -0 src/tools/tools/ath/athstats/athstats.h (new) 1.1 +134 -0 src/tools/tools/ath/athstats/main.c (new) 1.1 +191 -0 src/tools/tools/ath/athstats/statfoo.c (new) 1.1 +127 -0 src/tools/tools/ath/athstats/statfoo.h (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 19:07:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EB4C16A4DA; Thu, 10 Aug 2006 19:07:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C5043D45; Thu, 10 Aug 2006 19:07:53 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJ7rZH048300; Thu, 10 Aug 2006 19:07:53 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJ7rqm048299; Thu, 10 Aug 2006 19:07:53 GMT (envelope-from itetcu) Message-Id: <200608101907.k7AJ7rqm048299@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Thu, 10 Aug 2006 19:07:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/castor Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 19:07:53 -0000 itetcu 2006-08-10 19:07:53 UTC FreeBSD ports repository Modified files: java/castor Makefile distinfo Log: Update java/castor from 1.0.1 to 1.0.2 (latest upstream stable release) PR: ports/101656 Submitted by: Adam VanderHook (maintainer) Revision Changes Path 1.7 +1 -1 ports/java/castor/Makefile 1.7 +3 -3 ports/java/castor/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 19:35:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E641016A4DD; Thu, 10 Aug 2006 19:35:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A636343D45; Thu, 10 Aug 2006 19:35:17 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJZH4J050843; Thu, 10 Aug 2006 19:35:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJZHwT050842; Thu, 10 Aug 2006 19:35:17 GMT (envelope-from miwi) Message-Id: <200608101935.k7AJZHwT050842@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 19:35:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/py-psycopg2 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 19:35:18 -0000 miwi 2006-08-10 19:35:17 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/py-psycopg2 Makefile distinfo pkg-descr pkg-plist Log: psycopg2 is a PostgreSQL database adapter for the Python programming language. It was written from scratch with the aim of being small, fast and stable. It supports the full Python DBAPI-2.0 and is thread safe. psycopg2 is different from the other database adapter because it was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open Python connection keeps a pool of real (UNIX or TCP/IP) connections to the database. Every time a new cursor is created, a new connection does not need to be opened; instead one of the unused connections from the pool is used. That makes psycopg very fast in typical client-server applications that create a servicing thread every time a client request arrives. WWW: http://initd.org/projects/psycopg2 Approved by: krion (mentor) Revision Changes Path 1.534 +1 -0 ports/databases/Makefile 1.1 +59 -0 ports/databases/py-psycopg2/Makefile (new) 1.1 +3 -0 ports/databases/py-psycopg2/distinfo (new) 1.1 +14 -0 ports/databases/py-psycopg2/pkg-descr (new) 1.1 +40 -0 ports/databases/py-psycopg2/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 19:35:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F38C816A4DD; Thu, 10 Aug 2006 19:35:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF68843D49; Thu, 10 Aug 2006 19:35:42 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJZgPR050902; Thu, 10 Aug 2006 19:35:42 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJZg9E050901; Thu, 10 Aug 2006 19:35:42 GMT (envelope-from miwi) Message-Id: <200608101935.k7AJZg9E050901@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 19:35:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 19:35:43 -0000 miwi 2006-08-10 19:35:42 UTC FreeBSD ports repository Modified files: . modules Log: py-psycopg2 --> ports/databases/py-psycopg2 Revision Changes Path 1.15949 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 10 19:40:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B575116A4DD; Thu, 10 Aug 2006 19:40:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BABE43D46; Thu, 10 Aug 2006 19:40:34 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJeYwb051188; Thu, 10 Aug 2006 19:40:34 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJeYAr051187; Thu, 10 Aug 2006 19:40:34 GMT (envelope-from linimon) Message-Id: <200608101940.k7AJeYAr051187@repoman.freebsd.org> From: Mark Linimon Date: Thu, 10 Aug 2006 19:40:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 19:40:34 -0000 linimon 2006-08-10 19:40:33 UTC FreeBSD ports repository Modified files: . access Log: jmallet has requested her commit bit be taken into safekeeping due to lack of time. Revision Changes Path 1.719 +0 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Aug 10 19:42:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 587F916A4DA; Thu, 10 Aug 2006 19:42:25 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1368D43D4C; Thu, 10 Aug 2006 19:42:25 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJgOAO051337; Thu, 10 Aug 2006 19:42:24 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJgOrB051336; Thu, 10 Aug 2006 19:42:24 GMT (envelope-from netchild) Message-Id: <200608101942.k7AJgOrB051336@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 10 Aug 2006 19:42:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 19:42:25 -0000 netchild 2006-08-10 19:42:24 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Add some more files... List provided by: kris Revision Changes Path 1.44 +201 -0 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Thu Aug 10 19:48:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F4716A4DA; Thu, 10 Aug 2006 19:48:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3978743D4C; Thu, 10 Aug 2006 19:48:07 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJm7CY051641; Thu, 10 Aug 2006 19:48:07 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJm7f7051640; Thu, 10 Aug 2006 19:48:07 GMT (envelope-from miwi) Message-Id: <200608101948.k7AJm7f7051640@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 19:48:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/squirrelmail-websearch-plugin Makefile distinfo pkg-descr pkg-plist ports/mail/squirrelmail-websearch-plugin/files pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 19:48:07 -0000 miwi 2006-08-10 19:48:07 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/squirrelmail-websearch-plugin Makefile distinfo pkg-descr pkg-plist mail/squirrelmail-websearch-plugin/files pkg-message.in Log: Puts a web search box in the left frame that can use a variety of search engines. Currently supported: * Google * Google Adsense for Search * Yahoo! WWW: http://www.squirrelmail.org Approved by: krion (mentor) Revision Changes Path 1.789 +1 -0 ports/mail/Makefile 1.1 +75 -0 ports/mail/squirrelmail-websearch-plugin/Makefile (new) 1.1 +3 -0 ports/mail/squirrelmail-websearch-plugin/distinfo (new) 1.1 +5 -0 ports/mail/squirrelmail-websearch-plugin/files/pkg-message.in (new) 1.1 +8 -0 ports/mail/squirrelmail-websearch-plugin/pkg-descr (new) 1.1 +9 -0 ports/mail/squirrelmail-websearch-plugin/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 19:48:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79D5116A4DE; Thu, 10 Aug 2006 19:48:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3678F43D53; Thu, 10 Aug 2006 19:48:36 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJmaUk051695; Thu, 10 Aug 2006 19:48:36 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJmapb051694; Thu, 10 Aug 2006 19:48:36 GMT (envelope-from miwi) Message-Id: <200608101948.k7AJmapb051694@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 19:48:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 19:48:36 -0000 miwi 2006-08-10 19:48:36 UTC FreeBSD ports repository Modified files: . modules Log: squirrelmail-websearch-plugin --> ports/mail/squirrelmail-websearch-plugin Revision Changes Path 1.15950 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Thu Aug 10 19:53:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B18816A4E7; Thu, 10 Aug 2006 19:53:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1FD443D5E; Thu, 10 Aug 2006 19:53:12 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJrCBG051991; Thu, 10 Aug 2006 19:53:12 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJrCPG051990; Thu, 10 Aug 2006 19:53:12 GMT (envelope-from linimon) Message-Id: <200608101953.k7AJrCPG051990@repoman.freebsd.org> From: Mark Linimon Date: Thu, 10 Aug 2006 19:53:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 19:53:13 -0000 linimon 2006-08-10 19:53:12 UTC FreeBSD ports repository Modified files: . access Log: joe has advised that due to lack of time we may take his commit bit for safekeeping. Revision Changes Path 1.720 +0 -1 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Aug 10 19:55:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEEAE16A4E6; Thu, 10 Aug 2006 19:55:52 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 772AE43D49; Thu, 10 Aug 2006 19:55:52 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AJtqrl054312; Thu, 10 Aug 2006 19:55:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AJtqW8054311; Thu, 10 Aug 2006 19:55:52 GMT (envelope-from imp) Message-Id: <200608101955.k7AJtqW8054311@repoman.freebsd.org> From: Warner Losh Date: Thu, 10 Aug 2006 19:55:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/arm/at91/bootiic Makefile arm_init.S env_vars.c env_vars.h loader_prompt.c loader_prompt.h main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 19:55:52 -0000 imp 2006-08-10 19:55:52 UTC FreeBSD src repository Modified files: sys/boot/arm/at91/bootiic Makefile arm_init.S main.c Added files: sys/boot/arm/at91/bootiic env_vars.c env_vars.h loader_prompt.c loader_prompt.h Log: MFp4: Integrate a boatload of bug fixes from p4. We're right on the 8k boundary with this program still. text data bss dec hex filename 7925 4 4476 12405 3075 bootiic.out so we have like 293 bytes left before we have to play games. There may be ways to reduce that somewhat, but they start to be very board specific. Revision Changes Path 1.3 +1 -1 src/sys/boot/arm/at91/bootiic/Makefile 1.2 +1 -0 src/sys/boot/arm/at91/bootiic/arm_init.S 1.1 +207 -0 src/sys/boot/arm/at91/bootiic/env_vars.c (new) 1.1 +54 -0 src/sys/boot/arm/at91/bootiic/env_vars.h (new) 1.1 +387 -0 src/sys/boot/arm/at91/bootiic/loader_prompt.c (new) 1.1 +55 -0 src/sys/boot/arm/at91/bootiic/loader_prompt.h (new) 1.3 +0 -1 src/sys/boot/arm/at91/bootiic/main.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:03:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D159D16A4E2; Thu, 10 Aug 2006 20:03:52 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D16243D4C; Thu, 10 Aug 2006 20:03:52 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AK3qRq056557; Thu, 10 Aug 2006 20:03:52 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AK3qEI056556; Thu, 10 Aug 2006 20:03:52 GMT (envelope-from netchild) Message-Id: <200608102003.k7AK3qEI056556@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 10 Aug 2006 20:03:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:03:52 -0000 netchild 2006-08-10 20:03:52 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: Fox two typos. Noticed by: simon Revision Changes Path 1.45 +2 -2 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:06:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F35FC16A4DE; Thu, 10 Aug 2006 20:06:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD21843D49; Thu, 10 Aug 2006 20:06:30 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AK6UGV056747; Thu, 10 Aug 2006 20:06:30 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AK6UF6056746; Thu, 10 Aug 2006 20:06:30 GMT (envelope-from linimon) Message-Id: <200608102006.k7AK6UF6056746@repoman.freebsd.org> From: Mark Linimon Date: Thu, 10 Aug 2006 20:06:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:06:31 -0000 linimon 2006-08-10 20:06:30 UTC FreeBSD ports repository Modified files: . access Log: Reset the following committers who did not respond to email asking if they were still interested in their port commit bits: eivind, josef, jwd, kiri, nik, phantom, simokawa We hope to see each of them back some time in the future. Revision Changes Path 1.721 +0 -7 CVSROOT/access From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:07:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F153D16A4DA; Thu, 10 Aug 2006 20:07:09 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE06A43D4C; Thu, 10 Aug 2006 20:07:09 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AK79cS056836; Thu, 10 Aug 2006 20:07:09 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AK79Qw056835; Thu, 10 Aug 2006 20:07:09 GMT (envelope-from miwi) Message-Id: <200608102007.k7AK79Qw056835@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 20:07:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/deskutils/genius Makefile distinfo pkg-plist ports/deskutils/genius/files patch-Makefile.in patch-src::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:07:10 -0000 miwi 2006-08-10 20:07:09 UTC FreeBSD ports repository Modified files: deskutils/genius Makefile distinfo pkg-plist deskutils/genius/files patch-Makefile.in patch-src::Makefile.in Log: - Update to 0.7.5 PR: ports/101591 Submitted by: KATO Tsuguru Approved by: krion (mentor) Revision Changes Path 1.45 +5 -5 ports/deskutils/genius/Makefile 1.16 +3 -3 ports/deskutils/genius/distinfo 1.2 +8 -8 ports/deskutils/genius/files/patch-Makefile.in 1.4 +9 -10 ports/deskutils/genius/files/patch-src::Makefile.in 1.16 +3 -1 ports/deskutils/genius/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:09:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A8D16A4DA; Thu, 10 Aug 2006 20:09:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1A7343D55; Thu, 10 Aug 2006 20:09:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AK9r6X056943; Thu, 10 Aug 2006 20:09:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AK9rA6056942; Thu, 10 Aug 2006 20:09:53 GMT (envelope-from miwi) Message-Id: <200608102009.k7AK9rA6056942@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 20:09:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/rocksndiamonds Makefile distinfo pkg-plist ports/games/rocksndiamonds/files patch-src__game.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:09:54 -0000 miwi 2006-08-10 20:09:53 UTC FreeBSD ports repository Modified files: games/rocksndiamonds Makefile distinfo pkg-plist Added files: games/rocksndiamonds/files patch-src__game.c Log: - Update to 3.2.0 PR: ports/101593 Submitted by: KATO Tsuguru Approved by: krion (mentor) Revision Changes Path 1.23 +2 -2 ports/games/rocksndiamonds/Makefile 1.12 +3 -3 ports/games/rocksndiamonds/distinfo 1.1 +103 -0 ports/games/rocksndiamonds/files/patch-src__game.c (new) 1.10 +37 -2 ports/games/rocksndiamonds/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:13:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C64D16A4DE; Thu, 10 Aug 2006 20:13:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB4AD43D55; Thu, 10 Aug 2006 20:13:37 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AKDbqI057224; Thu, 10 Aug 2006 20:13:37 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AKDbtQ057223; Thu, 10 Aug 2006 20:13:37 GMT (envelope-from miwi) Message-Id: <200608102013.k7AKDbtQ057223@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 20:13:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/trackballs Makefile distinfo pkg-plist ports/games/trackballs/files patch-po-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:13:38 -0000 miwi 2006-08-10 20:13:37 UTC FreeBSD ports repository Modified files: games/trackballs Makefile distinfo pkg-plist Removed files: games/trackballs/files patch-po-Makefile.in Log: - Update to 1.1.2 PR: ports/101594 Submitted by: KATO Tsuguru Approved by: krion (mentor) Revision Changes Path 1.13 +1 -1 ports/games/trackballs/Makefile 1.7 +3 -3 ports/games/trackballs/distinfo 1.3 +0 -11 ports/games/trackballs/files/patch-po-Makefile.in (dead) 1.5 +54 -9 ports/games/trackballs/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:15:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB40816A4E2; Thu, 10 Aug 2006 20:15:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 311D243D73; Thu, 10 Aug 2006 20:15:31 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AKFVP5057326; Thu, 10 Aug 2006 20:15:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AKFV8p057325; Thu, 10 Aug 2006 20:15:31 GMT (envelope-from miwi) Message-Id: <200608102015.k7AKFV8p057325@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 20:15:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/xabacus Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:15:35 -0000 miwi 2006-08-10 20:15:30 UTC FreeBSD ports repository Modified files: games/xabacus Makefile distinfo Log: - Update to 7.2.3 PR: ports/101595 Submitted by: KATO Tsuguru Approved by: krion (mentor) Revision Changes Path 1.20 +1 -1 ports/games/xabacus/Makefile 1.9 +3 -3 ports/games/xabacus/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:17:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC4DC16A4DA; Thu, 10 Aug 2006 20:17:39 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5B943D73; Thu, 10 Aug 2006 20:17:31 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AKHVEE057448; Thu, 10 Aug 2006 20:17:31 GMT (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AKHVPr057447; Thu, 10 Aug 2006 20:17:31 GMT (envelope-from arved) Message-Id: <200608102017.k7AKHVPr057447@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 10 Aug 2006 20:17:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Workflow Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:17:39 -0000 arved 2006-08-10 20:17:31 UTC FreeBSD ports repository Modified files: devel/p5-Workflow Makefile distinfo pkg-descr pkg-plist Log: Update to 0.21 PR: 101759 Submitted by: Sergei Vyshenski (maintainer) Revision Changes Path 1.2 +4 -2 ports/devel/p5-Workflow/Makefile 1.2 +3 -3 ports/devel/p5-Workflow/distinfo 1.2 +1 -1 ports/devel/p5-Workflow/pkg-descr 1.2 +17 -16 ports/devel/p5-Workflow/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:18:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F00D16A4DA; Thu, 10 Aug 2006 20:18:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E16D343D5C; Thu, 10 Aug 2006 20:18:45 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AKIjw4057532; Thu, 10 Aug 2006 20:18:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AKIjpX057531; Thu, 10 Aug 2006 20:18:45 GMT (envelope-from miwi) Message-Id: <200608102018.k7AKIjpX057531@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 20:18:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/fracplanet Makefile distinfo ports/graphics/fracplanet/files patch-fracplanet.pro X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:18:51 -0000 miwi 2006-08-10 20:18:45 UTC FreeBSD ports repository Modified files: graphics/fracplanet Makefile distinfo Removed files: graphics/fracplanet/files patch-fracplanet.pro Log: - Update to 0.3.2 PR: ports/101596 Submitted by: KATO Tsuguru Approved by: krion (mentor) Revision Changes Path 1.4 +26 -18 ports/graphics/fracplanet/Makefile 1.3 +3 -3 ports/graphics/fracplanet/distinfo 1.2 +0 -32 ports/graphics/fracplanet/files/patch-fracplanet.pro (dead) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:21:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3225816A4DE; Thu, 10 Aug 2006 20:21:58 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE55743D45; Thu, 10 Aug 2006 20:21:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AKLv6g057815; Thu, 10 Aug 2006 20:21:57 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AKLv9a057814; Thu, 10 Aug 2006 20:21:57 GMT (envelope-from linimon) Message-Id: <200608102021.k7AKLv9a057814@repoman.freebsd.org> From: Mark Linimon Date: Thu, 10 Aug 2006 20:21:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/dvts Makefile ports/multimedia/xdvshow Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:21:58 -0000 linimon 2006-08-10 20:21:57 UTC FreeBSD ports repository Modified files: multimedia/dvts Makefile multimedia/xdvshow Makefile Log: Resetting maintainer due to no response to email about commit bit status. We hope to see him back again sometime. Hat: portmgr Revision Changes Path 1.11 +1 -1 ports/multimedia/dvts/Makefile 1.10 +1 -1 ports/multimedia/xdvshow/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:26:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C5E16A4DA; Thu, 10 Aug 2006 20:26:43 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECD3243D67; Thu, 10 Aug 2006 20:26:42 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr8.xs4all.nl (8.13.6/8.13.6) with ESMTP id k7AKQesU073186; Thu, 10 Aug 2006 22:26:41 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.6/8.13.3) with ESMTP id k7AKQe09001827; Thu, 10 Aug 2006 22:26:40 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.6/8.13.6/Submit) id k7AKQdJZ001826; Thu, 10 Aug 2006 22:26:39 +0200 (CEST) (envelope-from wb) Date: Thu, 10 Aug 2006 22:26:39 +0200 From: Wilko Bulte To: Alexander Leidinger Message-ID: <20060810202639.GA1813@freebie.xs4all.nl> References: <200608102003.k7AK3qEI056556@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608102003.k7AK3qEI056556@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:26:43 -0000 On Thu, Aug 10, 2006 at 08:03:52PM +0000, Alexander Leidinger wrote.. > netchild 2006-08-10 20:03:52 UTC > > FreeBSD src repository > > Modified files: > . ObsoleteFiles.inc > Log: > Fox two typos. Yeah.. fox them ;) > > Noticed by: simon > > Revision Changes Path > 1.45 +2 -2 src/ObsoleteFiles.inc --- end of quoted text --- -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:31:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EBA216A4E5; Thu, 10 Aug 2006 20:31:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D16EA43D72; Thu, 10 Aug 2006 20:31:10 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AKVAuq058262; Thu, 10 Aug 2006 20:31:10 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AKVAJF058261; Thu, 10 Aug 2006 20:31:10 GMT (envelope-from linimon) Message-Id: <200608102031.k7AKVAJF058261@repoman.freebsd.org> From: Mark Linimon Date: Thu, 10 Aug 2006 20:31:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/apcpwr Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:31:14 -0000 linimon 2006-08-10 20:31:10 UTC FreeBSD ports repository Modified files: sysutils/apcpwr Makefile Log: Reset maintainer who did not respond to query about port commit bit status. We hope to see him back again sometime. Hat: portmgr Revision Changes Path 1.3 +1 -1 ports/sysutils/apcpwr/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:33:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F1B16A4E1; Thu, 10 Aug 2006 20:33:39 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE6E243D6E; Thu, 10 Aug 2006 20:33:38 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AKXcgq058370; Thu, 10 Aug 2006 20:33:38 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AKXc8t058369; Thu, 10 Aug 2006 20:33:38 GMT (envelope-from simon) Message-Id: <200608102033.k7AKXc8t058369@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 10 Aug 2006 20:33:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/fressh/files patch-crypto::ssh_crypto_openssl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:33:39 -0000 simon 2006-08-10 20:33:38 UTC FreeBSD ports repository Modified files: security/fressh/files patch-crypto::ssh_crypto_openssl.c Log: Fix compile with OpenSSL 0.9.8b from -CURRENT. Problem reported by: kris Revision Changes Path 1.2 +6 -3 ports/security/fressh/files/patch-crypto::ssh_crypto_openssl.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:53:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 819FD16A4DE; Thu, 10 Aug 2006 20:53:44 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3846443D45; Thu, 10 Aug 2006 20:53:44 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AKriUJ067040; Thu, 10 Aug 2006 20:53:44 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AKriWV067039; Thu, 10 Aug 2006 20:53:44 GMT (envelope-from miwi) Message-Id: <200608102053.k7AKriWV067039@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 20:53:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11-wm/icewm Makefile distinfo pkg-plist ports/x11-wm/icewm/files patch-src_ylocale.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:53:44 -0000 miwi 2006-08-10 20:53:44 UTC FreeBSD ports repository Modified files: x11-wm/icewm Makefile distinfo pkg-plist x11-wm/icewm/files patch-src_ylocale.cc Log: - Update to 1.2.27 PR: ports/101599 Submitted by: KATO Tsuguru Approved by: krion (mentor) Revision Changes Path 1.117 +1 -1 ports/x11-wm/icewm/Makefile 1.60 +3 -3 ports/x11-wm/icewm/distinfo 1.3 +4 -8 ports/x11-wm/icewm/files/patch-src_ylocale.cc 1.44 +3 -1 ports/x11-wm/icewm/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:56:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E9A716A4DA; Thu, 10 Aug 2006 20:56:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C798043D4C; Thu, 10 Aug 2006 20:56:24 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AKuOUW067245; Thu, 10 Aug 2006 20:56:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AKuObd067244; Thu, 10 Aug 2006 20:56:24 GMT (envelope-from miwi) Message-Id: <200608102056.k7AKuObd067244@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 20:56:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/hesiod Makefile distinfo pkg-plist ports/dns/hesiod/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:56:25 -0000 miwi 2006-08-10 20:56:24 UTC FreeBSD ports repository Modified files: dns/hesiod Makefile distinfo pkg-plist Removed files: dns/hesiod/files patch-aa Log: - Update to 3.1.0 - Pass maintainership to submitter PR: ports/101601 Submitted by: Stanislav Sedov Approved by: krion (mentor) Revision Changes Path 1.17 +11 -17 ports/dns/hesiod/Makefile 1.4 +3 -3 ports/dns/hesiod/distinfo 1.3 +0 -52 ports/dns/hesiod/files/patch-aa (dead) 1.5 +2 -2 ports/dns/hesiod/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 20:59:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA85E16A4DA; Thu, 10 Aug 2006 20:59:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7609743D46; Thu, 10 Aug 2006 20:59:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AKxrej067388; Thu, 10 Aug 2006 20:59:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AKxrUT067387; Thu, 10 Aug 2006 20:59:53 GMT (envelope-from miwi) Message-Id: <200608102059.k7AKxrUT067387@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 20:59:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/lcms Makefile distinfo ports/graphics/lcms/files patch-config X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 20:59:53 -0000 miwi 2006-08-10 20:59:53 UTC FreeBSD ports repository Modified files: graphics/lcms Makefile distinfo graphics/lcms/files patch-config Log: - Update to 1.15 - Pass maintainership to submitter Short changelog: - Black preservation on CMYK-> CMYK transforms - Ability to set adaptation state of observer on absolute colorimetric transforms. - A rather advanced feature. Actually it only allows No adaptation (d=0) and observer fully adapted (d=1) - lcms can now "fix" some broken 8-bit profiles that have gray axes misplaced. - icctrans can now read CGATS/IT8 files. - improved tifficc with tiff Lab8 support PR: ports/101603 Submitted by: Stanislav Sedov Approved by: krion (mentor) Revision Changes Path 1.23 +3 -4 ports/graphics/lcms/Makefile 1.12 +3 -3 ports/graphics/lcms/distinfo 1.4 +12 -3 ports/graphics/lcms/files/patch-config From owner-cvs-all@FreeBSD.ORG Thu Aug 10 21:03:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5057316A4DF; Thu, 10 Aug 2006 21:03:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD2743D45; Thu, 10 Aug 2006 21:03:02 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AL31pT068036; Thu, 10 Aug 2006 21:03:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AL31MG067995; Thu, 10 Aug 2006 21:03:01 GMT (envelope-from miwi) Message-Id: <200608102103.k7AL31MG067995@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 21:03:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/fityk Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 21:03:02 -0000 miwi 2006-08-10 21:03:01 UTC FreeBSD ports repository Modified files: math/fityk Makefile distinfo pkg-descr Log: - Update to 0.7.5 PR: ports/101597 Submitted by: KATO Tsuguru Approved by: krion (mentor) Revision Changes Path 1.14 +4 -4 ports/math/fityk/Makefile 1.9 +3 -3 ports/math/fityk/distinfo 1.2 +14 -18 ports/math/fityk/pkg-descr From owner-cvs-all@FreeBSD.ORG Thu Aug 10 21:06:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C11616A4DD; Thu, 10 Aug 2006 21:06:26 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BF3043D58; Thu, 10 Aug 2006 21:06:26 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AL6Qq4069045; Thu, 10 Aug 2006 21:06:26 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AL6Q4g069044; Thu, 10 Aug 2006 21:06:26 GMT (envelope-from simon) Message-Id: <200608102106.k7AL6Q4g069044@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 10 Aug 2006 21:06:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 21:06:26 -0000 simon 2006-08-10 21:06:26 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document rubygem-rails -- evaluation of ruby code. Submitted by: Marius Nuennerich Revision Changes Path 1.1101 +33 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Thu Aug 10 21:06:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A8C16A4DA; Thu, 10 Aug 2006 21:06:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1CB943D5D; Thu, 10 Aug 2006 21:06:47 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AL6l2K069122; Thu, 10 Aug 2006 21:06:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AL6lOl069121; Thu, 10 Aug 2006 21:06:47 GMT (envelope-from miwi) Message-Id: <200608102106.k7AL6lOl069121@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 21:06:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/gnubg Makefile distinfo pkg-plist ports/games/gnubg/files patch-Makefile.in patch-htmlimages.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 21:06:48 -0000 miwi 2006-08-10 21:06:47 UTC FreeBSD ports repository Modified files: games/gnubg Makefile distinfo pkg-plist Added files: games/gnubg/files patch-Makefile.in Removed files: games/gnubg/files patch-htmlimages.c Log: - Update to 0.14.3 PR: ports/101597 Submitted by: KATO Tsuguru Approved by: krion (mentor) Revision Changes Path 1.14 +33 -21 ports/games/gnubg/Makefile 1.5 +3 -3 ports/games/gnubg/distinfo 1.1 +103 -0 ports/games/gnubg/files/patch-Makefile.in (new) 1.2 +0 -31 ports/games/gnubg/files/patch-htmlimages.c (dead) 1.6 +58 -36 ports/games/gnubg/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 21:40:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7767016A4DD; Thu, 10 Aug 2006 21:40:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC9643D49; Thu, 10 Aug 2006 21:40:26 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ALeQ7J071122; Thu, 10 Aug 2006 21:40:26 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ALeQKN071120; Thu, 10 Aug 2006 21:40:26 GMT (envelope-from miwi) Message-Id: <200608102140.k7ALeQKN071120@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 21:40:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/py-supybot-plugins Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 21:40:26 -0000 miwi 2006-08-10 21:40:26 UTC FreeBSD ports repository Modified files: irc/py-supybot-plugins Makefile distinfo pkg-plist Log: - Update to 20060723 - Take maintainership Approved by: krion (mentor) Revision Changes Path 1.5 +2 -2 ports/irc/py-supybot-plugins/Makefile 1.5 +3 -3 ports/irc/py-supybot-plugins/distinfo 1.4 +772 -734 ports/irc/py-supybot-plugins/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 21:46:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A34A616A4DE; Thu, 10 Aug 2006 21:46:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E10843D45; Thu, 10 Aug 2006 21:46:45 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ALkjIZ071841; Thu, 10 Aug 2006 21:46:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ALkjOr071840; Thu, 10 Aug 2006 21:46:45 GMT (envelope-from miwi) Message-Id: <200608102146.k7ALkjOr071840@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 21:46:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/lftp Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 21:46:45 -0000 miwi 2006-08-10 21:46:45 UTC FreeBSD ports repository Modified files: ftp/lftp Makefile distinfo Log: - Update to 3.5.4 PR: ports/101699 Submitted by: Dmitry A. Yanko (maintainer) Approved by: krion (mentor) Revision Changes Path 1.111 +1 -1 ports/ftp/lftp/Makefile 1.75 +6 -6 ports/ftp/lftp/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 21:50:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1017F16A4DF; Thu, 10 Aug 2006 21:50:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7125E43D55; Thu, 10 Aug 2006 21:50:19 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ALoJil071998; Thu, 10 Aug 2006 21:50:19 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ALoJ3h071997; Thu, 10 Aug 2006 21:50:19 GMT (envelope-from miwi) Message-Id: <200608102150.k7ALoJ3h071997@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 21:50:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/clusterssh Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 21:50:20 -0000 miwi 2006-08-10 21:50:19 UTC FreeBSD ports repository Modified files: security/clusterssh Makefile distinfo Log: - Update to 3.19.1 PR: ports/101716 Submitted by: David Thiel (maintainer) Approved by: krion (mentor) Revision Changes Path 1.3 +1 -1 ports/security/clusterssh/Makefile 1.4 +3 -3 ports/security/clusterssh/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 21:53:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1808F16A4E0; Thu, 10 Aug 2006 21:53:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C538B43D55; Thu, 10 Aug 2006 21:53:38 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ALrcBh072218; Thu, 10 Aug 2006 21:53:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ALrcTh072217; Thu, 10 Aug 2006 21:53:38 GMT (envelope-from miwi) Message-Id: <200608102153.k7ALrcTh072217@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 21:53:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sylpheed-claws-gtkhtml2_viewer Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 21:53:39 -0000 miwi 2006-08-10 21:53:38 UTC FreeBSD ports repository Modified files: mail/sylpheed-claws-gtkhtml2_viewer Makefile distinfo Log: - Update to 0.10.2 PR: ports/101606 Submitted by: Pawel Pekala Approved by: krion (mentor) Revision Changes Path 1.4 +1 -1 ports/mail/sylpheed-claws-gtkhtml2_viewer/Makefile 1.4 +3 -3 ports/mail/sylpheed-claws-gtkhtml2_viewer/distinfo From owner-cvs-all@FreeBSD.ORG Thu Aug 10 21:57:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25AB116A4DA; Thu, 10 Aug 2006 21:57:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD58F43D49; Thu, 10 Aug 2006 21:57:45 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7ALvjn2072451; Thu, 10 Aug 2006 21:57:45 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7ALvjrd072450; Thu, 10 Aug 2006 21:57:45 GMT (envelope-from miwi) Message-Id: <200608102157.k7ALvjrd072450@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 21:57:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sylpheed-claws-vcalendar Makefile distinfo ports/mail/sylpheed-claws-vcalendar/files patch-vcal_manager.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 21:57:46 -0000 miwi 2006-08-10 21:57:45 UTC FreeBSD ports repository Modified files: mail/sylpheed-claws-vcalendar Makefile distinfo Added files: mail/sylpheed-claws-vcalendar/files patch-vcal_manager.c Log: - Update to 1.79.2 - Fix build on 4.X PR: ports/101608 Submitted by: Pawel Pekala Approved by: krion (mentor) Revision Changes Path 1.4 +1 -1 ports/mail/sylpheed-claws-vcalendar/Makefile 1.4 +3 -3 ports/mail/sylpheed-claws-vcalendar/distinfo 1.1 +14 -0 ports/mail/sylpheed-claws-vcalendar/files/patch-vcal_manager.c (new) From owner-cvs-all@FreeBSD.ORG Thu Aug 10 22:05:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2136D16A4DA; Thu, 10 Aug 2006 22:05:26 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBFAB43D45; Thu, 10 Aug 2006 22:05:25 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AM5PE6074452; Thu, 10 Aug 2006 22:05:25 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AM5PcI074451; Thu, 10 Aug 2006 22:05:25 GMT (envelope-from netchild) Message-Id: <200608102205.k7AM5PcI074451@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 10 Aug 2006 22:05:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/linux linux_sysvec.c src/sys/amd64/linux32 linux32_sysvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 22:05:26 -0000 netchild 2006-08-10 22:05:25 UTC FreeBSD src repository Modified files: sys/i386/linux linux_sysvec.c sys/amd64/linux32 linux32_sysvec.c Log: Add some more errno mappings (bsd -> linux) and a comment about the status.. Submitted by: "Intron" Revision Changes Path 1.19 +6 -1 src/sys/amd64/linux32/linux32_sysvec.c 1.145 +6 -1 src/sys/i386/linux/linux_sysvec.c From owner-cvs-all@FreeBSD.ORG Thu Aug 10 22:07:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06E1916A4E1; Thu, 10 Aug 2006 22:07:25 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B582043D46; Thu, 10 Aug 2006 22:07:24 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AM7O55074591; Thu, 10 Aug 2006 22:07:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AM7OGv074590; Thu, 10 Aug 2006 22:07:24 GMT (envelope-from miwi) Message-Id: <200608102207.k7AM7OGv074590@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Aug 2006 22:07:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/fontforge pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 22:07:25 -0000 miwi 2006-08-10 22:07:24 UTC FreeBSD ports repository Modified files: print/fontforge pkg-plist Log: - Fix pkg-plist PR: ports/100878 Submitted by: Stanislav Sedov Approved by: krion (mentor), maintainer timeout Revision Changes Path 1.52 +0 -11 ports/print/fontforge/pkg-plist From owner-cvs-all@FreeBSD.ORG Thu Aug 10 23:02:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 715C116A4DD; Thu, 10 Aug 2006 23:02:50 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BAC443D46; Thu, 10 Aug 2006 23:02:50 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7AN2olu077321; Thu, 10 Aug 2006 23:02:50 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7AN2ohP077320; Thu, 10 Aug 2006 23:02:50 GMT (envelope-from edwin) Message-Id: <200608102302.k7AN2ohP077320@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 10 Aug 2006 23:02:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/biology/avida Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 23:02:50 -0000 edwin 2006-08-10 23:02:50 UTC FreeBSD ports repository Modified files: biology/avida Makefile Log: Mark as broken for i386 4.x PR: ports/101789 Submitted by: Scott Flatman Revision Changes Path 1.21 +7 -1 ports/biology/avida/Makefile From owner-cvs-all@FreeBSD.ORG Thu Aug 10 23:40:40 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73CCC16A4DA; Thu, 10 Aug 2006 23:40:40 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9426A43D46; Thu, 10 Aug 2006 23:40:39 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7ANeVaC006774; Fri, 11 Aug 2006 03:40:31 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7ANeTBU006773; Fri, 11 Aug 2006 03:40:29 +0400 (MSD) (envelope-from yar) Date: Fri, 11 Aug 2006 03:40:29 +0400 From: Yar Tikhiy To: John Baldwin Message-ID: <20060810234029.GC5729@comp.chem.msu.su> References: <200608030959.k739x9N6007207@repoman.freebsd.org> <200608041644.08533.jhb@freebsd.org> <20060808095033.GL54416@comp.chem.msu.su> <200608081215.09293.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608081215.09293.jhb@freebsd.org> User-Agent: Mutt/1.5.9i Cc: Sam Leffler , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org, Marcel Moolenaar Subject: Re: cvs commit: src/sys/net if_vlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 23:40:40 -0000 On Tue, Aug 08, 2006 at 12:15:07PM -0400, John Baldwin wrote: > On Tuesday 08 August 2006 05:50, Yar Tikhiy wrote: > > On Fri, Aug 04, 2006 at 04:44:07PM -0400, John Baldwin wrote: > > > > > > To be honest, as someone who works with bug reports, I'd actually like > > > backtraces up front w/o requiring the user to compile a custom kernel, > etc. > > > Having a simple backend in place and kdb_backtrace()'s where relevant > would > > > be very handy. :) > > > > > > > > Places that call kdb_enter() aren't all #ifdef KDB IIRC. It's > > > > > just a feature that kdb_foo() functions become NOPs when the kernel > isn't > > > > > configured for debugging, so I think the #ifdef KDB's would be > redundant. > > > > > > > > None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into > > > > NOPs when option KDB is not present. They are all unconditionally > > > > functional by design and should therefore be called conditionally > > > > by consequence. > > > > > > Well, given that separation, I'm not sure KDB is the right option to make > > > calls conditional. Rather, some specific is-debugging-enabled? option > (like > > > INARIANTS or FOO_DEBUG) should be used instead. i.e.: > > > > > > #ifdef FOO_DEBUG > > > if (foo_bad) { > > > printf("foo is bad\n"); > > > kdb_backtrace(); > > > } > > > #endif > > > > > > I don't think that warrants an extra #ifdef KDB. > > > > Please excuse me, but there is a small inconsistency in your words. > > On the one hand, you wish users could obtain and post backtraces > > with no special efforts. This is a great point because users don't > > always have time or resources to reproduce a problem with kernel > > debug features enabled, and some weird problems defy reproducing. > > On the other hand, you suggest putting kdb_backtrace() calls under > > secial #ifdef's. That would effectively cancel out the benefits > > from using kdb_backtrace() for "mild debugging" because you would > > still have to have the users re-compile their kernels or modules > > and try to catch the bug again. A call to kdb_backtrace() is cheap, > > so there is little sense in leaving it out from production kernels > > and modules. IMHO the only case when it should be done is when the > > consistency check around kdb_backtrace() is expensive and sits on > > a performance-critical path. > > No, you misunderstood. Suppose you have a set of extra checks turned on (such > as options WITNESS), then any witness-related kdb_backtrace()'s would be > sufficiently protected by #ifdef WITNESS without the need for an #ifdef KDB. > In fact, if a user includes WITNESS but doesn't include 'options KDB' (which > now seems useless) or 'options DDB', it would be neat to have a little stack > unwinder still dump out the backtrace, but it would be conditional on WITNESS > since it requires WITNESS to do the checking. This similar to KASSERT being > conditional on INVARIANTS. I think most of the kdb_backtrace()'s I would > throw in would probably be #ifdef INVARIANTS in fact. The only one I can > think of that is always turned on is in subr_turnstile.c where it tries to > backtrace the thread that slept while holding a lock. In this case, because > the kdb_* API is too limited, it has to use a DDB-specific call and is thus > #ifdef DDB, but I'd actually prefer it to not be DDB-specific. Oh, now I see your point and can't but agree with it. Indeed, #ifdef INVARIANTS is a fair compromise between using kdb_backtrace() unconditionally and having to set a bunch of scary FOO_DEBUG options to catch a less obvious bug. As a matter of fact, some FOO_DEBUG options will enable code rather unsuitable for production, such as a per-packet printf on the main path; they are good for hard-core developers only. (I wonder if such printfs should be converted to KTR-aware code ideally...) Now I think I have a chance to apply to if_vlan.c what I've learned here. Thank you all for the fruitful discussion! -- Yar From owner-cvs-all@FreeBSD.ORG Thu Aug 10 23:51:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BDF116A4DF; Thu, 10 Aug 2006 23:51:02 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A0F43D46; Thu, 10 Aug 2006 23:51:01 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7ANoxhM006868; Fri, 11 Aug 2006 03:50:59 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7ANoxFG006867; Fri, 11 Aug 2006 03:50:59 +0400 (MSD) (envelope-from yar) Date: Fri, 11 Aug 2006 03:50:59 +0400 From: Yar Tikhiy To: Roman Kurakin Message-ID: <20060810235058.GD5729@comp.chem.msu.su> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> <20060810063312.GD93633@comp.chem.msu.su> <44DB13F7.3050306@inse.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44DB13F7.3050306@inse.ru> User-Agent: Mutt/1.5.9i Cc: Roman Kurakin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Ruslan Ermilov , Robert Watson Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Aug 2006 23:51:02 -0000 On Thu, Aug 10, 2006 at 03:09:43PM +0400, Roman Kurakin wrote: > Yar Tikhiy wrote: > >On Thu, Aug 10, 2006 at 02:06:18AM +0400, Roman Kurakin wrote: > > > >>Robert Watson: > >> > >> > >>>On Tue, 8 Aug 2006, Roman Kurakin wrote: > >>> > >>> > >>>>We could add a "foo" driver to the LINT generated by this script with > >>>>notification that it was generated and all changes should be placed > >>>>to script. > >>>> > >>>I guess I can't help but wonder if a script is necessarily better than > >>>a well-commented template. > >>> > >>Today I've talked with ru@. He suggests to put an example to tree and > >>change script to produce > >>a copy of driver using example from tree as a template via sed or smth > >>like that. It sounds like > >>a good idea. We could have a single dir in subtree with various examples > >>and a set of scripts that > >>could produce from one of the examples a driver to start with. > >> > > > >...and if you manage to make the driver do some real job so that > >people start using it in production, it will have nearly zero chance > >to fall into oblivion; it will remain in a very good shape instead. > >No, I'm telling nonsense here: A useful driver will be hacked > >sooner or later into a huge, ugly, incomprehensible beast reeking > >with features. :-) > > > If you want to add a new functionality you just need to create a new > example. > Probably it wouldn't be bad to have a driver with higher level of complexity > that can do the same (and more) than the other one that is much more simple. Of course, it's a very good idea, as long as the complex driver source stays comprehensible to readers. Usually that means adding a lot of clear comments to every new feature and around it. OTOH, it shouldn't be a halting task because a sort of a good comment is a must in the commit message anyway. -- Yar From owner-cvs-all@FreeBSD.ORG Fri Aug 11 00:16:41 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78CA416A4DD; Fri, 11 Aug 2006 00:16:41 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF5243D45; Fri, 11 Aug 2006 00:16:40 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id k7B0GcnU007067; Fri, 11 Aug 2006 04:16:38 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id k7B0GbUr007065; Fri, 11 Aug 2006 04:16:37 +0400 (MSD) (envelope-from yar) Date: Fri, 11 Aug 2006 04:16:37 +0400 From: Yar Tikhiy To: Peter Jeremy Message-ID: <20060811001637.GE5729@comp.chem.msu.su> References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> <20060810063312.GD93633@comp.chem.msu.su> <20060810092049.GB733@turion.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060810092049.GB733@turion.vk2pj.dyndns.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 00:16:41 -0000 On Thu, Aug 10, 2006 at 07:20:49PM +1000, Peter Jeremy wrote: > On Thu, 2006-Aug-10 10:33:12 +0400, Yar Tikhiy wrote: > >...and if you manage to make the driver do some real job so that > >people start using it in production, it will have nearly zero chance > >to fall into oblivion; it will remain in a very good shape instead. > > We already have have hundreds of drivers that meet this description. You seem to have left out the other part of the description. The driver source should also be instructive; that is, well-written, thoroughly commented, and using the best current practices. To scrape up the hundreds, we would have to include the drivers with K&R style source in the list. :-) > The problem with having a real driver is that someone who wants to use > it as a skeleton has to first separate the "boilerplate" from the > functional parts. OTOH, having a well-commented and working driver > can be very useful when trying to understand how to get from the > boilerplate to a real driver. Well, an existing driver (or several drivers of different complexity) could be adapted this way; and, according to my own experience in jobs as dirty as this one, it can be enough fun to you when you learn something interesting from it, too. OTOH, it's tedious to do in case you can recite the driver source, smiling when it comes to a particularly exquisite hack. Therefore we shouldn't expect driver maintainers or active driver developers to do the job: FreeBSD means, first of all, fun. At the same time, not-so-experienced developers could do it with pleasure, as well as for the benefit of both theirselves and the community. Note that "developers" doesn't mean "committers" at once, and everyone can help by submitting respective patches--preferably a patch per a whole driver, not per a comment added. :-) > Addressing the latter point: It would be useful if (eg) the README > file gave a few examples of drivers that made good examples for ^^^^^^^^^^^ references to? > basing other drivers on. I know people have made various suggestions > in mailing lists over the years but I don't believe the answers have > been collected by anyone. -- Yar From owner-cvs-all@FreeBSD.ORG Fri Aug 11 01:51:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60CAE16A4E6; Fri, 11 Aug 2006 01:51:32 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4464443D5A; Fri, 11 Aug 2006 01:51:28 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B1pSRf098467; Fri, 11 Aug 2006 01:51:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B1pShK098466; Fri, 11 Aug 2006 01:51:28 GMT (envelope-from clsung) Message-Id: <200608110151.k7B1pShK098466@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 01:51:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Test-Parser Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 01:51:32 -0000 clsung 2006-08-11 01:51:28 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Test-Parser Makefile distinfo pkg-descr pkg-plist Log: Add p5-Test-Parser 1.3.1, parsing log files from test runs, and displays in an XML syntax. PR: ports/101751 Submitted by: Gea-Suan Lin Revision Changes Path 1.2407 +1 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/p5-Test-Parser/Makefile (new) 1.1 +3 -0 ports/devel/p5-Test-Parser/distinfo (new) 1.1 +9 -0 ports/devel/p5-Test-Parser/pkg-descr (new) 1.1 +19 -0 ports/devel/p5-Test-Parser/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 01:51:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF3C16A590; Fri, 11 Aug 2006 01:51:47 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2588143D5A; Fri, 11 Aug 2006 01:51:43 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B1phbp098505; Fri, 11 Aug 2006 01:51:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B1phkl098504; Fri, 11 Aug 2006 01:51:43 GMT (envelope-from clsung) Message-Id: <200608110151.k7B1phkl098504@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 01:51:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 01:51:48 -0000 clsung 2006-08-11 01:51:43 UTC FreeBSD ports repository Modified files: . modules Log: p5-Test-Parser --> ports/devel/p5-Test-Parser Revision Changes Path 1.15951 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 11 02:01:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F36316A4DA; Fri, 11 Aug 2006 02:01:09 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA1D43D45; Fri, 11 Aug 2006 02:01:08 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B218PG098962; Fri, 11 Aug 2006 02:01:08 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B218Tc098961; Fri, 11 Aug 2006 02:01:08 GMT (envelope-from clsung) Message-Id: <200608110201.k7B218Tc098961@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 02:01:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-rtags Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 02:01:09 -0000 clsung 2006-08-11 02:01:08 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-rtags Makefile distinfo pkg-descr pkg-plist Log: - rtags is a Ruby replacement for ctags - allowing for name navigation in source code using vim, emacs and others. WWW: http://rtags.rubyforge.org/ Revision Changes Path 1.2408 +1 -0 ports/devel/Makefile 1.1 +19 -0 ports/devel/rubygem-rtags/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-rtags/distinfo (new) 1.1 +4 -0 ports/devel/rubygem-rtags/pkg-descr (new) 1.1 +10 -0 ports/devel/rubygem-rtags/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 02:01:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF00316A4DA; Fri, 11 Aug 2006 02:01:21 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A1D543D45; Fri, 11 Aug 2006 02:01:21 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B21LQr099029; Fri, 11 Aug 2006 02:01:21 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B21LVO099028; Fri, 11 Aug 2006 02:01:21 GMT (envelope-from clsung) Message-Id: <200608110201.k7B21LVO099028@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 02:01:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 02:01:22 -0000 clsung 2006-08-11 02:01:21 UTC FreeBSD ports repository Modified files: . modules Log: rubygem-rtags --> ports/devel/rubygem-rtags Revision Changes Path 1.15952 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 11 04:25:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF65D16A4DD; Fri, 11 Aug 2006 04:25:29 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AACA343D53; Fri, 11 Aug 2006 04:25:29 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B4PTZc009383; Fri, 11 Aug 2006 04:25:29 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B4PTXj009382; Fri, 11 Aug 2006 04:25:29 GMT (envelope-from linimon) Message-Id: <200608110425.k7B4PTXj009382@repoman.freebsd.org> From: Mark Linimon Date: Fri, 11 Aug 2006 04:25:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Delicious Makefile ports/textproc/add-css-links Makefile ports/textproc/p5-Apache-XBEL Makefile ports/textproc/p5-Bloom-Filter Makefile ports/textproc/p5-RDF-Simple Makefile ports/textproc/p5-XML-XBEL Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 04:25:30 -0000 linimon 2006-08-11 04:25:29 UTC FreeBSD ports repository Modified files: net/p5-Net-Delicious Makefile textproc/add-css-links Makefile textproc/p5-Apache-XBEL Makefile textproc/p5-Bloom-Filter Makefile textproc/p5-RDF-Simple Makefile textproc/p5-XML-XBEL Makefile textproc/print-n-times Makefile textproc/resume-extensions Makefile Log: Reset ascope@cpan.org due to no response to email. Hat: portmgr Revision Changes Path 1.7 +1 -1 ports/net/p5-Net-Delicious/Makefile 1.3 +1 -1 ports/textproc/add-css-links/Makefile 1.3 +1 -1 ports/textproc/p5-Apache-XBEL/Makefile 1.2 +1 -1 ports/textproc/p5-Bloom-Filter/Makefile 1.4 +1 -1 ports/textproc/p5-RDF-Simple/Makefile 1.3 +1 -1 ports/textproc/p5-XML-XBEL/Makefile 1.4 +1 -1 ports/textproc/print-n-times/Makefile 1.3 +1 -1 ports/textproc/resume-extensions/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 05:53:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5209C16A4DD; Fri, 11 Aug 2006 05:53:52 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E5AA43D46; Fri, 11 Aug 2006 05:53:52 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B5rpHs022183; Fri, 11 Aug 2006 05:53:51 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B5rpxO022182; Fri, 11 Aug 2006 05:53:51 GMT (envelope-from ache) Message-Id: <200608110553.k7B5rpxO022182@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 11 Aug 2006 05:53:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/unrar Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 05:53:52 -0000 ache 2006-08-11 05:53:51 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile Removed files: archivers/unrar pkg-plist Log: Respect DESTDIR, remove plist PR: 101786 Submitted by: gabor Revision Changes Path 1.44 +4 -1 ports/archivers/unrar/Makefile 1.9 +0 -4 ports/archivers/unrar/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 06:10:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54CD216A4DA; Fri, 11 Aug 2006 06:10:44 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5D943D53; Fri, 11 Aug 2006 06:10:44 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B6AhUU024760; Fri, 11 Aug 2006 06:10:43 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B6AhZE024755; Fri, 11 Aug 2006 06:10:43 GMT (envelope-from linimon) Message-Id: <200608110610.k7B6AhZE024755@repoman.freebsd.org> From: Mark Linimon Date: Fri, 11 Aug 2006 06:10:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/png2html Makefile ports/irc/p5-IRC Makefile ports/multimedia/tkxanim Makefile ports/sysutils/wmlmmon Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 06:10:44 -0000 linimon 2006-08-11 06:10:43 UTC FreeBSD ports repository Modified files: graphics/png2html Makefile irc/p5-IRC Makefile multimedia/tkxanim Makefile sysutils/wmlmmon Makefile Log: With permission from maintainer, revert to ports@. Hat: portmgr Revision Changes Path 1.13 +1 -1 ports/graphics/png2html/Makefile 1.18 +1 -1 ports/irc/p5-IRC/Makefile 1.7 +1 -1 ports/multimedia/tkxanim/Makefile 1.15 +1 -1 ports/sysutils/wmlmmon/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 06:12:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1255016A4DF; Fri, 11 Aug 2006 06:12:53 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38D643D45; Fri, 11 Aug 2006 06:12:52 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B6CqUf024967; Fri, 11 Aug 2006 06:12:52 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B6Cqcv024966; Fri, 11 Aug 2006 06:12:52 GMT (envelope-from ache) Message-Id: <200608110612.k7B6Cqcv024966@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 11 Aug 2006 06:12:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/unarj Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 06:12:53 -0000 ache 2006-08-11 06:12:52 UTC FreeBSD ports repository Modified files: archivers/unarj Makefile Removed files: archivers/unarj pkg-plist Log: - Respect DESTDIR - Respect NOPORTDOCS - Bump PORTREVISION - Eliminate plist PR: 101788 Submitted by: gabor Revision Changes Path 1.21 +11 -6 ports/archivers/unarj/Makefile 1.6 +0 -4 ports/archivers/unarj/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 06:23:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4238816A4DD; Fri, 11 Aug 2006 06:23:07 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6176643D53; Fri, 11 Aug 2006 06:23:06 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B6N6SW025463; Fri, 11 Aug 2006 06:23:06 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B6N6HZ025462; Fri, 11 Aug 2006 06:23:06 GMT (envelope-from ache) Message-Id: <200608110623.k7B6N6HZ025462@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 11 Aug 2006 06:23:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/arc Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 06:23:07 -0000 ache 2006-08-11 06:23:06 UTC FreeBSD ports repository Modified files: archivers/arc Makefile Removed files: archivers/arc pkg-plist Log: - Respect DESTDIR - Respect NOPORTDOCS - Bump PORTREVISION - Eliminate pkg-plist PR: 101771 Submitted by: gabor Revision Changes Path 1.20 +9 -4 ports/archivers/arc/Makefile 1.7 +0 -4 ports/archivers/arc/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 06:52:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE10116A4DA; Fri, 11 Aug 2006 06:52:59 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7BB43D45; Fri, 11 Aug 2006 06:52:59 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B6qxI3026787; Fri, 11 Aug 2006 06:52:59 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B6qx3X026786; Fri, 11 Aug 2006 06:52:59 GMT (envelope-from clsung) Message-Id: <200608110652.k7B6qx3X026786@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 06:52:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/metaf2xml Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 06:52:59 -0000 clsung 2006-08-11 06:52:58 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/metaf2xml Makefile distinfo pkg-descr pkg-plist Log: Add metaf2xml 1.8, parses and decodes aviation routine and stores the components in XML. PR: ports/101779 Submitted by: Gea-Suan Lin Revision Changes Path 1.1044 +1 -0 ports/textproc/Makefile 1.1 +33 -0 ports/textproc/metaf2xml/Makefile (new) 1.1 +3 -0 ports/textproc/metaf2xml/distinfo (new) 1.1 +6 -0 ports/textproc/metaf2xml/pkg-descr (new) 1.1 +20 -0 ports/textproc/metaf2xml/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 06:53:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B11716A4F0; Fri, 11 Aug 2006 06:53:16 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB83443D45; Fri, 11 Aug 2006 06:53:15 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B6rFCD026846; Fri, 11 Aug 2006 06:53:15 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B6rFMB026845; Fri, 11 Aug 2006 06:53:15 GMT (envelope-from clsung) Message-Id: <200608110653.k7B6rFMB026845@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 06:53:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 06:53:16 -0000 clsung 2006-08-11 06:53:15 UTC FreeBSD ports repository Modified files: . modules Log: metaf2xml --> ports/textproc/metaf2xml Revision Changes Path 1.15953 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 11 06:54:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BBE616A4E7; Fri, 11 Aug 2006 06:54:28 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E132F43D55; Fri, 11 Aug 2006 06:54:26 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B6sQQH026901; Fri, 11 Aug 2006 06:54:26 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B6sQX3026900; Fri, 11 Aug 2006 06:54:26 GMT (envelope-from ache) Message-Id: <200608110654.k7B6sQX3026900@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 11 Aug 2006 06:54:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/unrar Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 06:54:28 -0000 ache 2006-08-11 06:54:26 UTC FreeBSD ports repository Modified files: archivers/unrar Makefile distinfo Log: Upgrade to 3.60 beta 7 Revision Changes Path 1.45 +2 -2 ports/archivers/unrar/Makefile 1.24 +3 -3 ports/archivers/unrar/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 11 07:34:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A7016A4E0; Fri, 11 Aug 2006 07:34:43 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7387B43D49; Fri, 11 Aug 2006 07:34:43 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B7YhQs031637; Fri, 11 Aug 2006 07:34:43 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B7Yh45031636; Fri, 11 Aug 2006 07:34:43 GMT (envelope-from erwin) Message-Id: <200608110734.k7B7Yh45031636@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 11 Aug 2006 07:34:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 07:34:43 -0000 erwin 2006-08-11 07:34:43 UTC FreeBSD ports repository Modified files: . modules Log: Finish the removal of editors/eshell-emacs20 Revision Changes Path 1.15954 +0 -1 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 11 08:18:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 824F516A4DF; Fri, 11 Aug 2006 08:18:01 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 399EA43D45; Fri, 11 Aug 2006 08:18:01 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B8I1SM041835; Fri, 11 Aug 2006 08:18:01 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B8I1Sg041832; Fri, 11 Aug 2006 08:18:01 GMT (envelope-from clsung) Message-Id: <200608110818.k7B8I1Sg041832@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 08:18:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/msort Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 08:18:01 -0000 clsung 2006-08-11 08:18:00 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/msort Makefile distinfo pkg-descr Log: Add msort 8.27, sorting files in sophisticated ways. PR: ports/101777 Submitted by: Gea-Suan Lin Revision Changes Path 1.1045 +1 -0 ports/textproc/Makefile 1.1 +32 -0 ports/textproc/msort/Makefile (new) 1.1 +3 -0 ports/textproc/msort/distinfo (new) 1.1 +13 -0 ports/textproc/msort/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 08:18:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69AE816A4DF; Fri, 11 Aug 2006 08:18:18 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 286AC43D45; Fri, 11 Aug 2006 08:18:18 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B8II88041899; Fri, 11 Aug 2006 08:18:18 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B8IInl041898; Fri, 11 Aug 2006 08:18:18 GMT (envelope-from clsung) Message-Id: <200608110818.k7B8IInl041898@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 08:18:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 08:18:18 -0000 clsung 2006-08-11 08:18:17 UTC FreeBSD ports repository Modified files: . modules Log: msort --> ports/textproc/msort Revision Changes Path 1.15955 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 11 08:31:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4C0A16A4DF; Fri, 11 Aug 2006 08:31:43 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FAB943D46; Fri, 11 Aug 2006 08:31:43 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B8Vhrb042500; Fri, 11 Aug 2006 08:31:43 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B8VhxG042499; Fri, 11 Aug 2006 08:31:43 GMT (envelope-from clsung) Message-Id: <200608110831.k7B8VhxG042499@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 08:31:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/p5-Net-Whois-Raw Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 08:31:43 -0000 clsung 2006-08-11 08:31:43 UTC FreeBSD ports repository Modified files: net/p5-Net-Whois-Raw Makefile distinfo Log: - update to 1.11 Revision Changes Path 1.15 +1 -1 ports/net/p5-Net-Whois-Raw/Makefile 1.16 +3 -3 ports/net/p5-Net-Whois-Raw/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 11 09:59:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48F6316A4E1; Fri, 11 Aug 2006 09:59:09 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 065BF43D45; Fri, 11 Aug 2006 09:59:09 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7B9x8Oi053221; Fri, 11 Aug 2006 09:59:08 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7B9x8sG053220; Fri, 11 Aug 2006 09:59:08 GMT (envelope-from lth) Message-Id: <200608110959.k7B9x8sG053220@repoman.freebsd.org> From: Lars Thegler Date: Fri, 11 Aug 2006 09:59:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-Test-Pod-Coverage Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 09:59:09 -0000 lth 2006-08-11 09:59:08 UTC FreeBSD ports repository Modified files: devel/p5-Test-Pod-Coverage Makefile Log: Fix build PR: ports/101782 Submitted by: Gea-Suan Lin Reported by: pointyhat via kris Revision Changes Path 1.5 +3 -3 ports/devel/p5-Test-Pod-Coverage/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 10:16:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1794116A4DD; Fri, 11 Aug 2006 10:16:06 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C982943D45; Fri, 11 Aug 2006 10:16:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BAG5X9055071; Fri, 11 Aug 2006 10:16:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BAG5L8055070; Fri, 11 Aug 2006 10:16:05 GMT (envelope-from pav) Message-Id: <200608111016.k7BAG5L8055070@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 11 Aug 2006 10:16:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/liferea Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 10:16:06 -0000 pav 2006-08-11 10:16:05 UTC FreeBSD ports repository Modified files: net/liferea Makefile distinfo Log: - Update to 1.0.21 Revision Changes Path 1.71 +1 -1 ports/net/liferea/Makefile 1.52 +3 -3 ports/net/liferea/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 11 10:17:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40C4116A4DD; Fri, 11 Aug 2006 10:17:29 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F418843D45; Fri, 11 Aug 2006 10:17:27 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BAHRkF055146; Fri, 11 Aug 2006 10:17:27 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BAHRZ1055145; Fri, 11 Aug 2006 10:17:27 GMT (envelope-from skv) Message-Id: <200608111017.k7BAHRZ1055145@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 11 Aug 2006 10:17:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-POE-Component-Client-HTTP Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 10:17:29 -0000 skv 2006-08-11 10:17:27 UTC FreeBSD ports repository Modified files: www/p5-POE-Component-Client-HTTP Makefile distinfo Log: Update to 0.77 Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-HTTP-0.77/CHANGES Revision Changes Path 1.22 +1 -1 ports/www/p5-POE-Component-Client-HTTP/Makefile 1.20 +3 -3 ports/www/p5-POE-Component-Client-HTTP/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 11 10:23:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E4CD16A4DA; Fri, 11 Aug 2006 10:23:23 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08D7E43D49; Fri, 11 Aug 2006 10:23:23 +0000 (GMT) (envelope-from skv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BANMc0055502; Fri, 11 Aug 2006 10:23:22 GMT (envelope-from skv@repoman.freebsd.org) Received: (from skv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BANMxB055501; Fri, 11 Aug 2006 10:23:22 GMT (envelope-from skv) Message-Id: <200608111023.k7BANMxB055501@repoman.freebsd.org> From: Sergey Skvortsov Date: Fri, 11 Aug 2006 10:23:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-POE-Component-JobQueue Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 10:23:23 -0000 skv 2006-08-11 10:23:22 UTC FreeBSD ports repository Modified files: devel/p5-POE-Component-JobQueue Makefile distinfo Log: Update to 0.55 Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-JobQueue-0.55/CHANGES PR: ports/101738 Submitted by: Jin-Shan Tseng Revision Changes Path 1.5 +2 -2 ports/devel/p5-POE-Component-JobQueue/Makefile 1.6 +3 -3 ports/devel/p5-POE-Component-JobQueue/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 11 10:40:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 241DC16A4E7; Fri, 11 Aug 2006 10:40:46 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D015F43D45; Fri, 11 Aug 2006 10:40:45 +0000 (GMT) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BAej49056435; Fri, 11 Aug 2006 10:40:45 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BAejjI056434; Fri, 11 Aug 2006 10:40:45 GMT (envelope-from vd) Message-Id: <200608111040.k7BAejjI056434@repoman.freebsd.org> From: Vasil Dimov Date: Fri, 11 Aug 2006 10:40:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/xaralx Makefile pkg-plist ports/graphics/xaralx-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 10:40:46 -0000 vd 2006-08-11 10:40:45 UTC FreeBSD ports repository Modified files: graphics/xaralx Makefile pkg-plist graphics/xaralx-devel Makefile distinfo pkg-plist Log: Upgrade graphics/xaralx-devel from 0.7r1640 to 0.7r1687 Revision Changes Path 1.20 +1 -1 ports/graphics/xaralx-devel/Makefile 1.19 +3 -3 ports/graphics/xaralx-devel/distinfo 1.2 +2467 -0 ports/graphics/xaralx-devel/pkg-plist 1.21 +10 -9 ports/graphics/xaralx/Makefile 1.5 +9 -0 ports/graphics/xaralx/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 11 10:58:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF7C416A4DA; Fri, 11 Aug 2006 10:58:24 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88ECE43D55; Fri, 11 Aug 2006 10:58:24 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BAwOsv057219; Fri, 11 Aug 2006 10:58:24 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BAwO67057218; Fri, 11 Aug 2006 10:58:24 GMT (envelope-from glebius) Message-Id: <200608111058.k7BAwO67057218@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 11 Aug 2006 10:58:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/em if_em.c if_em_hw.c if_em_hw.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 10:58:24 -0000 glebius 2006-08-11 10:58:24 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em_hw.c if_em_hw.h Log: Merge in new driver from Intel, version 6.1.4. It adds support for 82571EB quad port copper NIC and has few minor fixes. Details: - if_em.c. Merged manually, viewing diff between new vendor driver and previous one. - if_em_hw.c. Dropped in from vendor, and then restored revision 1.15. Revision Changes Path 1.127 +28 -17 src/sys/dev/em/if_em.c 1.22 +35 -32 src/sys/dev/em/if_em_hw.c 1.22 +1 -0 src/sys/dev/em/if_em_hw.h From owner-cvs-all@FreeBSD.ORG Fri Aug 11 10:59:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 584C716A4DE; Fri, 11 Aug 2006 10:59:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F2C643D53; Fri, 11 Aug 2006 10:59:33 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BAxWUa057278; Fri, 11 Aug 2006 10:59:32 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BAxWC3057277; Fri, 11 Aug 2006 10:59:32 GMT (envelope-from ehaupt) Message-Id: <200608111059.k7BAxWC3057277@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 11 Aug 2006 10:59:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/yell Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 10:59:33 -0000 ehaupt 2006-08-11 10:59:32 UTC FreeBSD ports repository Modified files: audio/yell Makefile Log: Respect DESTDIR PR: 101674 Submitted by: gabor Revision Changes Path 1.5 +2 -2 ports/audio/yell/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 11:02:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0AA816A4DA; Fri, 11 Aug 2006 11:02:18 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE9C43D49; Fri, 11 Aug 2006 11:02:18 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BB2IKg057506; Fri, 11 Aug 2006 11:02:18 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BB2IEl057505; Fri, 11 Aug 2006 11:02:18 GMT (envelope-from ehaupt) Message-Id: <200608111102.k7BB2IEl057505@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 11 Aug 2006 11:02:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/unzoo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 11:02:18 -0000 ehaupt 2006-08-11 11:02:17 UTC FreeBSD ports repository Modified files: archivers/unzoo Makefile Log: Respect DESTDIR PR: 101784 Submitted by: gabor Revision Changes Path 1.7 +2 -2 ports/archivers/unzoo/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 11:03:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B430116A4DA; Fri, 11 Aug 2006 11:03:54 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72CC243D45; Fri, 11 Aug 2006 11:03:54 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BB3suc058848; Fri, 11 Aug 2006 11:03:54 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BB3sl6058846; Fri, 11 Aug 2006 11:03:54 GMT (envelope-from ehaupt) Message-Id: <200608111103.k7BB3sl6058846@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 11 Aug 2006 11:03:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/ecm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 11:03:54 -0000 ehaupt 2006-08-11 11:03:54 UTC FreeBSD ports repository Modified files: archivers/ecm Makefile Log: Respect DESTDIR PR: 101799 Submitted by: gabor Revision Changes Path 1.4 +1 -1 ports/archivers/ecm/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 11:06:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A5916A4DE; Fri, 11 Aug 2006 11:06:18 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B21EA43D45; Fri, 11 Aug 2006 11:06:17 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BB6HfW058994; Fri, 11 Aug 2006 11:06:17 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BB6Hjw058993; Fri, 11 Aug 2006 11:06:17 GMT (envelope-from ehaupt) Message-Id: <200608111106.k7BB6Hjw058993@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 11 Aug 2006 11:06:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/gzrecover Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 11:06:18 -0000 ehaupt 2006-08-11 11:06:17 UTC FreeBSD ports repository Modified files: archivers/gzrecover Makefile Log: - Respect DESTDIR - Remove an unnecessary condition PR: 101801 Submitted by: gabor Revision Changes Path 1.5 +1 -3 ports/archivers/gzrecover/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 11:08:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 036A816A4E0; Fri, 11 Aug 2006 11:08:22 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B268D43D55; Fri, 11 Aug 2006 11:08:21 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BB8Le5059157; Fri, 11 Aug 2006 11:08:21 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BB8LZv059156; Fri, 11 Aug 2006 11:08:21 GMT (envelope-from ehaupt) Message-Id: <200608111108.k7BB8LZv059156@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 11 Aug 2006 11:08:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/mar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 11:08:22 -0000 ehaupt 2006-08-11 11:08:21 UTC FreeBSD ports repository Modified files: archivers/mar Makefile Log: Respect DESTDIR PR: 101804 Submitted by: gabor Revision Changes Path 1.7 +2 -2 ports/archivers/mar/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 11:21:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EAC516A4E5; Fri, 11 Aug 2006 11:21:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BF2143D49; Fri, 11 Aug 2006 11:21:07 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BBL7BV059914; Fri, 11 Aug 2006 11:21:07 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BBL6oJ059913; Fri, 11 Aug 2006 11:21:06 GMT (envelope-from ehaupt) Message-Id: <200608111121.k7BBL6oJ059913@repoman.freebsd.org> From: Emanuel Haupt Date: Fri, 11 Aug 2006 11:21:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/unlzx Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 11:21:07 -0000 ehaupt 2006-08-11 11:21:06 UTC FreeBSD ports repository Modified files: archivers/unlzx Makefile Log: Respect DESTDIR Revision Changes Path 1.11 +1 -1 ports/archivers/unlzx/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 11:30:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0510216A4DF; Fri, 11 Aug 2006 11:30:39 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B61B743D4C; Fri, 11 Aug 2006 11:30:38 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BBUcCS060393; Fri, 11 Aug 2006 11:30:38 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BBUcZ7060392; Fri, 11 Aug 2006 11:30:38 GMT (envelope-from ahze) Message-Id: <200608111130.k7BBUcZ7060392@repoman.freebsd.org> From: Michael Johnson Date: Fri, 11 Aug 2006 11:30:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/vlc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 11:30:39 -0000 ahze 2006-08-11 11:30:38 UTC FreeBSD ports repository Modified files: multimedia/vlc Makefile Log: - Disable dirac support until its fixed Reported by: many Revision Changes Path 1.130 +6 -6 ports/multimedia/vlc/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 11:44:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D65016A4DF; Fri, 11 Aug 2006 11:44:06 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2996243D46; Fri, 11 Aug 2006 11:44:06 +0000 (GMT) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BBi6T3061018; Fri, 11 Aug 2006 11:44:06 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BBi5Jx061017; Fri, 11 Aug 2006 11:44:05 GMT (envelope-from ahze) Message-Id: <200608111144.k7BBi5Jx061017@repoman.freebsd.org> From: Michael Johnson Date: Fri, 11 Aug 2006 11:44:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/gstreamer-plugins80/files patch-ext_x254_x264enc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 11:44:06 -0000 ahze 2006-08-11 11:44:05 UTC FreeBSD ports repository Added files: multimedia/gstreamer-plugins80/files patch-ext_x254_x264enc.c Log: - Update with new x264 Revision Changes Path 1.1 +20 -0 ports/multimedia/gstreamer-plugins80/files/patch-ext_x254_x264enc.c (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 12:32:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED30E16A4E2; Fri, 11 Aug 2006 12:32:44 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FA043D46; Fri, 11 Aug 2006 12:32:44 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BCWiFY064291; Fri, 11 Aug 2006 12:32:44 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BCWil2064290; Fri, 11 Aug 2006 12:32:44 GMT (envelope-from brueffer) Message-Id: <200608111232.k7BCWil2064290@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 11 Aug 2006 12:32:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 12:32:45 -0000 brueffer 2006-08-11 12:32:44 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: - em(4) updated to version 6.1.4 - stge(4) merged Revision Changes Path 1.960 +4 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 11 12:34:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF0916A4DD; Fri, 11 Aug 2006 12:34:14 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8227143D46; Fri, 11 Aug 2006 12:34:14 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BCYEAI064411; Fri, 11 Aug 2006 12:34:14 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BCYEO1064410; Fri, 11 Aug 2006 12:34:14 GMT (envelope-from clsung) Message-Id: <200608111234.k7BCYEO1064410@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 12:34:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/p5-POE-Filter-Zlib Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 12:34:15 -0000 clsung 2006-08-11 12:34:14 UTC FreeBSD ports repository Modified files: archivers/p5-POE-Filter-Zlib Makefile distinfo Log: - Update to 1.4 PR: ports/101808 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.3 +3 -3 ports/archivers/p5-POE-Filter-Zlib/Makefile 1.3 +3 -3 ports/archivers/p5-POE-Filter-Zlib/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 11 12:35:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7798916A4DF; Fri, 11 Aug 2006 12:35:23 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9AB43D46; Fri, 11 Aug 2006 12:35:23 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BCZM3C064532; Fri, 11 Aug 2006 12:35:22 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BCZMiR064531; Fri, 11 Aug 2006 12:35:22 GMT (envelope-from keramida) Message-Id: <200608111235.k7BCZMiR064531@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 11 Aug 2006 12:35:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/smbfs/smbutil print.c view.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 12:35:23 -0000 keramida 2006-08-11 12:35:22 UTC FreeBSD src repository (doc committer) Modified files: contrib/smbfs/smbutil print.c view.c Log: Spell 'connection options' correctly. Submitted by: Leonidas Tsampros Revision Changes Path 1.2 +5 -1 src/contrib/smbfs/smbutil/print.c 1.3 +1 -1 src/contrib/smbfs/smbutil/view.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 12:35:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AE1216A4EB; Fri, 11 Aug 2006 12:35:29 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F062643D46; Fri, 11 Aug 2006 12:35:28 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BCZShu064561; Fri, 11 Aug 2006 12:35:28 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BCZS43064560; Fri, 11 Aug 2006 12:35:28 GMT (envelope-from clsung) Message-Id: <200608111235.k7BCZS43064560@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 12:35:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math/p5-Math-Random-MT-Auto Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 12:35:29 -0000 clsung 2006-08-11 12:35:28 UTC FreeBSD ports repository Modified files: math/p5-Math-Random-MT-Auto Makefile distinfo Log: - Update to 5.03 PR: ports/101811 Submitted by: maintainer (Gea-Suan Lin) Revision Changes Path 1.2 +7 -3 ports/math/p5-Math-Random-MT-Auto/Makefile 1.2 +3 -3 ports/math/p5-Math-Random-MT-Auto/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 11 12:49:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2096D16A4DE; Fri, 11 Aug 2006 12:49:17 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A98C143D45; Fri, 11 Aug 2006 12:49:16 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BCnGZd072905; Fri, 11 Aug 2006 12:49:16 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BCnGQc072904; Fri, 11 Aug 2006 12:49:16 GMT (envelope-from thierry) Message-Id: <200608111249.k7BCnGQc072904@repoman.freebsd.org> From: Thierry Thomas Date: Fri, 11 Aug 2006 12:49:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/lam7 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 12:49:17 -0000 thierry 2006-08-11 12:49:16 UTC FreeBSD ports repository Modified files: net/lam7 Makefile Log: - TotalView is currently not built on 64 bits platforms => prune its directory; - Set USE_LDCONFIG. Reported by: pointyhat via Kris Revision Changes Path 1.15 +8 -0 ports/net/lam7/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 13:10:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B452716A4E6 for ; Fri, 11 Aug 2006 13:10:17 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 3BBC343D60 for ; Fri, 11 Aug 2006 13:10:05 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 68950 invoked from network); 11 Aug 2006 13:10:04 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 11 Aug 2006 13:10:04 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 11 Aug 2006 08:10:37 -0500 (CDT) From: Mike Silbersack To: Warner Losh In-Reply-To: <20060810002530.F26889@odysseus.silby.com> Message-ID: <20060811080707.N35202@odysseus.silby.com> References: <200605230252.k4N2qE3a074289@repoman.freebsd.org> <20060810002530.F26889@odysseus.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/arm SYS.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 13:10:17 -0000 I've been informed that many people didn't pick up on my sarcasm. The message seemed funny to me at the time I wrote it, but then again, I had just read the two month old thread that most people have probably now forgotten. I'll avoid making this mistake in the future. Mike "Silby" Silbersack On Thu, 10 Aug 2006, Mike Silbersack wrote: > > Had I kept up on reading my commit mail, I would have known about your > hostile views on K&R support and used them as part of a negative campaign > against you in the core election! > > Let's hope that I don't run into anything similarly disgraceful in the > remaining 7000 messages... > > Mike "Silby" Silbersack > > On Tue, 23 May 2006, Warner Losh wrote: > >> imp 2006-05-23 02:52:14 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib/libc/arm SYS.h >> Log: >> GC old a.out and K&R support. >> >> Revision Changes Path >> 1.3 +0 -9 src/lib/libc/arm/SYS.h >> > From owner-cvs-all@FreeBSD.ORG Fri Aug 11 13:35:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 758C816A4E0; Fri, 11 Aug 2006 13:35:15 +0000 (UTC) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1814343D6B; Fri, 11 Aug 2006 13:35:12 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BDZBOR076151; Fri, 11 Aug 2006 13:35:11 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BDZBjE076150; Fri, 11 Aug 2006 13:35:11 GMT (envelope-from mnag) Message-Id: <200608111335.k7BDZBjE076150@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 11 Aug 2006 13:35:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/mm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 13:35:15 -0000 mnag 2006-08-11 13:35:11 UTC FreeBSD ports repository Modified files: devel/mm Makefile distinfo Log: - Update to 1.4.1 PR: 101780 Submitted by: Gea-Suan Lin Revision Changes Path 1.37 +3 -2 ports/devel/mm/Makefile 1.25 +3 -3 ports/devel/mm/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 11 13:58:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D342D16A4E0; Fri, 11 Aug 2006 13:58:39 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AC3C43D66; Fri, 11 Aug 2006 13:58:39 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BDwdFD077197; Fri, 11 Aug 2006 13:58:39 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BDwcKS077196; Fri, 11 Aug 2006 13:58:38 GMT (envelope-from keramida) Message-Id: <200608111358.k7BDwcKS077196@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 11 Aug 2006 13:58:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/dev-model book.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 13:58:39 -0000 keramida 2006-08-11 13:58:38 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/dev-model book.sgml Log: Update core-secretary info. Submitted by: Daniel Gerzo Revision Changes Path 1.13 +1 -2 doc/en_US.ISO8859-1/books/dev-model/book.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 11 14:03:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D701516A4DD; Fri, 11 Aug 2006 14:03:27 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 952E943D46; Fri, 11 Aug 2006 14:03:27 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BE3Rqw078727; Fri, 11 Aug 2006 14:03:27 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BE3Rxm078726; Fri, 11 Aug 2006 14:03:27 GMT (envelope-from yar) Message-Id: <200608111403.k7BE3Rxm078726@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 11 Aug 2006 14:03:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 14:03:27 -0000 yar 2006-08-11 14:03:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 acpi.4 Log: MFC r1.59: Fix things I misadvised to Nate Lawson: - "Ns No" is redundant, so reduce it to just "Ns"; - use Li to mark up CPU and system power states because here they are just strings to be typed literally (add more such mark-up as well); - the best practice of typesetting tells us to use an en-dash to indicate a closed range; fortunately, groff_char(7) provides such a symbol. In addition, consistently use a comma between independent clauses coordinated by a conjunction. Revision Changes Path 1.52.2.5 +44 -28 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Fri Aug 11 14:13:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8095616A4DD; Fri, 11 Aug 2006 14:13:27 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3872E43D49; Fri, 11 Aug 2006 14:13:27 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BEDRZQ079350; Fri, 11 Aug 2006 14:13:27 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BEDRaX079349; Fri, 11 Aug 2006 14:13:27 GMT (envelope-from joel) Message-Id: <200608111413.k7BEDRaX079349@repoman.freebsd.org> From: Joel Dahl Date: Fri, 11 Aug 2006 14:13:26 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/snapshots index.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 14:13:27 -0000 joel 2006-08-11 14:13:26 UTC FreeBSD doc repository Modified files: en/snapshots index.sgml Log: - Add August Snapshots. - Remove March and February snapshots. Revision Changes Path 1.24 +3 -4 www/en/snapshots/index.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 11 14:20:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BA3616A4DD; Fri, 11 Aug 2006 14:20:54 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF4CC43D46; Fri, 11 Aug 2006 14:20:53 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BEKrGo079681; Fri, 11 Aug 2006 14:20:53 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BEKr92079680; Fri, 11 Aug 2006 14:20:53 GMT (envelope-from joel) Message-Id: <200608111420.k7BEKr92079680@repoman.freebsd.org> From: Joel Dahl Date: Fri, 11 Aug 2006 14:20:53 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/platforms/amd64 motherboards.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 14:20:54 -0000 joel 2006-08-11 14:20:53 UTC FreeBSD doc repository Modified files: en/platforms/amd64 motherboards.sgml Log: Update status for Abit AX8 and Abit AX8 v2.0. Revision Changes Path 1.88 +7 -5 www/en/platforms/amd64/motherboards.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 11 14:24:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A2E316A4DA; Fri, 11 Aug 2006 14:24:51 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF3EB43D76; Fri, 11 Aug 2006 14:24:44 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BEOiPR079950; Fri, 11 Aug 2006 14:24:44 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BEOiM8079949; Fri, 11 Aug 2006 14:24:44 GMT (envelope-from joel) Message-Id: <200608111424.k7BEOiM8079949@repoman.freebsd.org> From: Joel Dahl Date: Fri, 11 Aug 2006 14:24:44 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.staff.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 14:24:51 -0000 joel 2006-08-11 14:24:44 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.staff.sgml Log: Update core-secretary info. Revision Changes Path 1.44 +1 -1 doc/en_US.ISO8859-1/articles/contributors/contrib.staff.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 11 14:38:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E14416A4DE; Fri, 11 Aug 2006 14:38:56 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD95543D46; Fri, 11 Aug 2006 14:38:55 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BEct6f080579; Fri, 11 Aug 2006 14:38:55 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BEctjr080578; Fri, 11 Aug 2006 14:38:55 GMT (envelope-from bsam) Message-Id: <200608111438.k7BEctjr080578@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 11 Aug 2006 14:38:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/utserver Makefile pkg-descr ports/games/utserver/files ucc.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 14:38:56 -0000 bsam 2006-08-11 14:38:55 UTC FreeBSD ports repository Modified files: games/utserver Makefile pkg-descr games/utserver/files ucc.in Log: o Makefile: polish MASTER_SITES; [1] o rc_subr script: check up using of /usr/sbin/daemon and support to run command as. [1] o while I'm here: replace spaces to tabs at Makefile after variables. PR: 101792 [1] Submitted by: Alexander Logvinov (maintainer) [1] Approved by: netchild (mentor, implicit) Revision Changes Path 1.24 +13 -13 ports/games/utserver/Makefile 1.2 +12 -3 ports/games/utserver/files/ucc.in 1.4 +1 -1 ports/games/utserver/pkg-descr From owner-cvs-all@FreeBSD.ORG Fri Aug 11 14:41:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC6B916A4DD; Fri, 11 Aug 2006 14:41:50 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BC343D79; Fri, 11 Aug 2006 14:41:44 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BEfhkA080794; Fri, 11 Aug 2006 14:41:43 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BEfhpL080788; Fri, 11 Aug 2006 14:41:43 GMT (envelope-from joel) Message-Id: <200608111441.k7BEfhpL080788@repoman.freebsd.org> From: Joel Dahl Date: Fri, 11 Aug 2006 14:41:43 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml contrib.develalumni.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 14:41:50 -0000 joel 2006-08-11 14:41:43 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml contrib.develalumni.sgml Log: Move kiri and joe to the Development Team Alumni. Revision Changes Path 1.142 +0 -8 doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml 1.27 +8 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.develalumni.sgml From owner-cvs-all@FreeBSD.ORG Fri Aug 11 14:47:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 036F016A4E2; Fri, 11 Aug 2006 14:47:28 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C28B43D6D; Fri, 11 Aug 2006 14:47:22 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BElMZG080991; Fri, 11 Aug 2006 14:47:22 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BElMRR080990; Fri, 11 Aug 2006 14:47:22 GMT (envelope-from dinoex) Message-Id: <200608111447.k7BElMRR080990@repoman.freebsd.org> From: Dirk Meyer Date: Fri, 11 Aug 2006 14:47:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/freebsd-uucp/files pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 14:47:28 -0000 dinoex 2006-08-11 14:47:22 UTC FreeBSD ports repository Modified files: net/freebsd-uucp/files pkg-plist Log: - make pointyhat happy Revision Changes Path 1.3 +0 -1 ports/net/freebsd-uucp/files/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 11 15:47:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 833B216A4DA; Fri, 11 Aug 2006 15:47:00 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2587443D5D; Fri, 11 Aug 2006 15:47:00 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BFl0bS084923; Fri, 11 Aug 2006 15:47:00 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BFkxa2084922; Fri, 11 Aug 2006 15:46:59 GMT (envelope-from jylefort) Message-Id: <200608111546.k7BFkxa2084922@repoman.freebsd.org> From: Jean-Yves Lefort Date: Fri, 11 Aug 2006 15:46:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/unmakeself Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 15:47:00 -0000 jylefort 2006-08-11 15:46:59 UTC FreeBSD ports repository Modified files: archivers/unmakeself Makefile Log: Respect DESTDIR. PR: ports/101814 Submitted by: gabor Revision Changes Path 1.4 +1 -1 ports/archivers/unmakeself/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 15:52:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 334D616A4DD; Fri, 11 Aug 2006 15:52:24 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E77D143D45; Fri, 11 Aug 2006 15:52:23 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BFqNEB085228; Fri, 11 Aug 2006 15:52:23 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BFqN0d085227; Fri, 11 Aug 2006 15:52:23 GMT (envelope-from marcus) Message-Id: <200608111552.k7BFqN0d085227@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 11 Aug 2006 15:52:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/portlint Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 15:52:24 -0000 marcus 2006-08-11 15:52:23 UTC FreeBSD ports repository Modified files: devel/portlint Makefile Log: Respect DESTDIR. PR: 101675 Submitted by: gabor Revision Changes Path 1.112 +1 -1 ports/devel/portlint/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 16:02:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21DAC16A4DD; Fri, 11 Aug 2006 16:02:18 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCCC243D46; Fri, 11 Aug 2006 16:02:17 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BG2HZn085705; Fri, 11 Aug 2006 16:02:17 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BG2HdW085704; Fri, 11 Aug 2006 16:02:17 GMT (envelope-from clsung) Message-Id: <200608111602.k7BG2HdW085704@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 16:02:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/fapg Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 16:02:18 -0000 clsung 2006-08-11 16:02:17 UTC FreeBSD ports repository Modified files: audio/fapg Makefile Log: - Respect DESTDIR, MAN1PREFIX PR: ports/101822 Submitted by: maintainer Revision Changes Path 1.3 +2 -2 ports/audio/fapg/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 16:03:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 590F216A4E2; Fri, 11 Aug 2006 16:03:54 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB6D43D49; Fri, 11 Aug 2006 16:03:53 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BG3rP4086988; Fri, 11 Aug 2006 16:03:53 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BG3r4F086987; Fri, 11 Aug 2006 16:03:53 GMT (envelope-from clsung) Message-Id: <200608111603.k7BG3r4F086987@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 16:03:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/auto-tw-l10n Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 16:03:54 -0000 clsung 2006-08-11 16:03:53 UTC FreeBSD ports repository Modified files: chinese/auto-tw-l10n Makefile Log: - Respect DESTDIR PR: ports/101823 Submitted by: maintainer Revision Changes Path 1.23 +2 -2 ports/chinese/auto-tw-l10n/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 16:18:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF9416A4DD; Fri, 11 Aug 2006 16:18:30 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A4D43D92; Fri, 11 Aug 2006 16:18:23 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BGINpN087678; Fri, 11 Aug 2006 16:18:23 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BGINas087677; Fri, 11 Aug 2006 16:18:23 GMT (envelope-from sat) Message-Id: <200608111618.k7BGINas087677@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 11 Aug 2006 16:18:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-gmail-manager Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 16:18:30 -0000 sat 2006-08-11 16:18:23 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-gmail-manager Makefile distinfo pkg-descr pkg-plist Log: Add port www/xpi-gmail-manager: Allows you to manage multiple Gmail accounts and receive new mail notifications. Displays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets. WWW: http://www.longfocus.com/firefox/gmanager/ PR: ports/101818 Submitted by: chinsan Revision Changes Path 1.1549 +1 -0 ports/www/Makefile 1.1 +20 -0 ports/www/xpi-gmail-manager/Makefile (new) 1.1 +3 -0 ports/www/xpi-gmail-manager/distinfo (new) 1.1 +6 -0 ports/www/xpi-gmail-manager/pkg-descr (new) 1.1 +23 -0 ports/www/xpi-gmail-manager/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 16:18:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF22916A500; Fri, 11 Aug 2006 16:18:56 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7958543D7C; Fri, 11 Aug 2006 16:18:53 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BGIrPG087717; Fri, 11 Aug 2006 16:18:53 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BGIr4r087716; Fri, 11 Aug 2006 16:18:53 GMT (envelope-from sat) Message-Id: <200608111618.k7BGIr4r087716@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 11 Aug 2006 16:18:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 16:18:56 -0000 sat 2006-08-11 16:18:53 UTC FreeBSD ports repository Modified files: . modules Log: xpi-gmail-manager --> ports/www/xpi-gmail-manager Revision Changes Path 1.15956 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 11 16:28:20 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE1916A4DA; Fri, 11 Aug 2006 16:28:20 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC15543D4C; Fri, 11 Aug 2006 16:28:19 +0000 (GMT) (envelope-from clsung@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BGSJLB088141; Fri, 11 Aug 2006 16:28:19 GMT (envelope-from clsung@repoman.freebsd.org) Received: (from clsung@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BGSJCx088140; Fri, 11 Aug 2006 16:28:19 GMT (envelope-from clsung) Message-Id: <200608111628.k7BGSJCx088140@repoman.freebsd.org> From: Cheng-Lung Sung Date: Fri, 11 Aug 2006 16:28:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/squirrelmail Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 16:28:20 -0000 clsung 2006-08-11 16:28:19 UTC FreeBSD ports repository Modified files: mail/squirrelmail Makefile distinfo pkg-plist Log: - Update mail/squirrelmail to 1.4.8 to fix some security problems: http://www.squirrelmail.org/security/issue/2006-08-11 CVE-2006-4019 PR: ports/101824 Submitted by: maintainer (Simon Dick) Revision Changes Path 1.45 +2 -2 ports/mail/squirrelmail/Makefile 1.19 +3 -3 ports/mail/squirrelmail/distinfo 1.21 +0 -1 ports/mail/squirrelmail/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 11 16:31:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8F8816A4DF; Fri, 11 Aug 2006 16:31:28 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F124343D46; Fri, 11 Aug 2006 16:31:27 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BGVRTZ088353; Fri, 11 Aug 2006 16:31:27 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BGVRwM088352; Fri, 11 Aug 2006 16:31:27 GMT (envelope-from sat) Message-Id: <200608111631.k7BGVRwM088352@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 11 Aug 2006 16:31:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/lzma Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 16:31:29 -0000 sat 2006-08-11 16:31:27 UTC FreeBSD ports repository Modified files: archivers/lzma Makefile Log: - Respect DESTDIR PR: ports/101803 Submitted by: Gabor Kovesdan Revision Changes Path 1.8 +1 -1 ports/archivers/lzma/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 16:31:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EA8A16A4E5 for ; Fri, 11 Aug 2006 16:31:29 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from srv1.galle.com.br (srv1.galle.com.br [200.246.25.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE9B43D45 for ; Fri, 11 Aug 2006 16:31:27 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: (qmail 98389 invoked by uid 99); 11 Aug 2006 13:31:25 -0300 Received: from 192.168.50.4 by srv1.galle.com.br (envelope-from , uid 82) with qmail-scanner-1.25 (clamdscan: 0.88/1247. spamassassin: 3.1.0. Clear:RC:1(192.168.50.4):. Processed in 0.112791 secs); 11 Aug 2006 16:31:25 -0000 X-Qmail-Scanner-Mail-From: garga@FreeBSD.org via srv1.galle.com.br X-Qmail-Scanner: 1.25 (Clear:RC:1(192.168.50.4):. Processed in 0.112791 secs) Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=galle; d=FreeBSD.org; b=VqbD/XwaKeFuC+SvKucbxAJ5s5ABREo5en0wZn/WIquTReS/KjS7RVZNIXdI7TShhVA71wYXU6FVo8PDmEiIVvbQ08cGZFfkLy9LDDus4hv7w99iUBTw7fBWOR8qDmod ; Received: from unknown (HELO ?192.168.50.4?) (192.168.50.4) (de-)crypted with TLSv1: DHE-RSA-AES256-SHA [256/256] DN=unknown by 0 with ESMTPS; 11 Aug 2006 13:31:25 -0300 Message-ID: <44DCB081.4070107@FreeBSD.org> Date: Fri, 11 Aug 2006 13:29:53 -0300 From: Renato Botelho Organization: FreeBSD.org User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Cheng-Lung Sung References: <200608111628.k7BGSJCx088140@repoman.freebsd.org> In-Reply-To: <200608111628.k7BGSJCx088140@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=2244EDA9; url=http://people.FreeBSD.org/pubkey.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/squirrelmail Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 16:31:29 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Cheng-Lung Sung wrote: > clsung 2006-08-11 16:28:19 UTC > > FreeBSD ports repository > > Modified files: > mail/squirrelmail Makefile distinfo pkg-plist > Log: > - Update mail/squirrelmail to 1.4.8 to fix some security problems: > http://www.squirrelmail.org/security/issue/2006-08-11 > CVE-2006-4019 > > PR: ports/101824 > Submitted by: maintainer (Simon Dick) Please, use Security:, like in template, to identify the vulnerability, - -- Renato Botelho GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFE3LCB6CRbiSJE7akRAkHEAKCX3hmNKD+7QD/KiSkkwNCJP9MZbwCggBNq CmcUz8lPezNORT4WbN0P9jE= =S3QF -----END PGP SIGNATURE----- From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:03:34 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 608AF16A4DD; Fri, 11 Aug 2006 17:03:34 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1559143D4C; Fri, 11 Aug 2006 17:03:34 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BH3X51098794; Fri, 11 Aug 2006 17:03:33 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BH3XBj098793; Fri, 11 Aug 2006 17:03:33 GMT (envelope-from des) Message-Id: <200608111703.k7BH3XBj098793@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 Aug 2006 17:03:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libpam/modules/pam_lastlog pam_lastlog.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:03:34 -0000 des 2006-08-11 17:03:33 UTC FreeBSD src repository Modified files: lib/libpam/modules/pam_lastlog pam_lastlog.c Log: Additional debugging stuff I had in my tree. Revision Changes Path 1.21 +10 -3 src/lib/libpam/modules/pam_lastlog/pam_lastlog.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:09:28 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4587E16A4E6; Fri, 11 Aug 2006 17:09:28 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C1D43D46; Fri, 11 Aug 2006 17:09:27 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BH9RXH099059; Fri, 11 Aug 2006 17:09:27 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BH9Re4099058; Fri, 11 Aug 2006 17:09:27 GMT (envelope-from yar) Message-Id: <200608111709.k7BH9Re4099058@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 11 Aug 2006 17:09:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_vlan.c src/share/man/man4 vlan.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:09:28 -0000 yar 2006-08-11 17:09:27 UTC FreeBSD src repository Modified files: sys/net if_vlan.c share/man/man4 vlan.4 Log: Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS) before tagging them. This can help to work around brain-damage in some switches that fail to pad a frame after untagging it if its length drops below the minimum. This option is blessed by IEEE Std 802.1Q (2003 Ed.), paragraph C.4.4.3.b. It's controlled by sysctl net.link.vlan.soft_pad. Idea by: az MFC after: 1 week Revision Changes Path 1.31 +24 -2 src/share/man/man4/vlan.4 1.110 +33 -0 src/sys/net/if_vlan.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:12:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D543916A4DA; Fri, 11 Aug 2006 17:12:18 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43AE843D5F; Fri, 11 Aug 2006 17:12:17 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHCHvx099334; Fri, 11 Aug 2006 17:12:17 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHCHS1099333; Fri, 11 Aug 2006 17:12:17 GMT (envelope-from des) Message-Id: <200608111712.k7BHCHS1099333@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 Aug 2006 17:12:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/acpica acpi_hpet.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:12:19 -0000 des 2006-08-11 17:12:17 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_hpet.c Log: Raise the quality of the HPET timer to 2000 so it will be the preferred choice on systems which support it. No objection by: phk Revision Changes Path 1.5 +1 -1 src/sys/dev/acpica/acpi_hpet.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:17:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C52316A4DA; Fri, 11 Aug 2006 17:17:15 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F1F43D77; Fri, 11 Aug 2006 17:17:15 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHHF4W099557; Fri, 11 Aug 2006 17:17:15 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHHFZ9099556; Fri, 11 Aug 2006 17:17:15 GMT (envelope-from des) Message-Id: <200608111717.k7BHHFZ9099556@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 Aug 2006 17:17:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib url.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:17:15 -0000 des 2006-08-11 17:17:14 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/lib url.c Log: Cosmetic: fix indentation. Revision Changes Path 1.7 +2 -2 src/usr.sbin/pkg_install/lib/url.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:19:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FE0A16A4DE; Fri, 11 Aug 2006 17:19:01 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF4BB43D6B; Fri, 11 Aug 2006 17:18:58 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHIw2v099675; Fri, 11 Aug 2006 17:18:58 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHIwZu099673; Fri, 11 Aug 2006 17:18:58 GMT (envelope-from alc) Message-Id: <200608111718.k7BHIwZu099673@repoman.freebsd.org> From: Alan Cox Date: Fri, 11 Aug 2006 17:18:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm device_pager.c vm_page.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:19:01 -0000 alc 2006-08-11 17:18:58 UTC FreeBSD src repository Modified files: sys/vm device_pager.c vm_page.c Log: Ensure that the page's new field for object-synchronized flags is always initialized to zero. Call vm_page_sleep_if_busy() instead of duplicating its implementation in vm_page_grab(). Revision Changes Path 1.79 +1 -0 src/sys/vm/device_pager.c 1.324 +3 -6 src/sys/vm/vm_page.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:19:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E518716A556; Fri, 11 Aug 2006 17:19:01 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF65843D78; Fri, 11 Aug 2006 17:18:58 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHIw0f099674; Fri, 11 Aug 2006 17:18:58 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHIw9l099672; Fri, 11 Aug 2006 17:18:58 GMT (envelope-from novel) Message-Id: <200608111718.k7BHIw9l099672@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 11 Aug 2006 17:18:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/conky Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:19:02 -0000 novel 2006-08-11 17:18:58 UTC FreeBSD ports repository Modified files: sysutils/conky Makefile Log: Add WITHOUT_SETI knob. Revision Changes Path 1.17 +4 -0 ports/sysutils/conky/Makefile From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:28:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B388B16A4DA; Fri, 11 Aug 2006 17:28:59 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7353943D45; Fri, 11 Aug 2006 17:28:59 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHSxCS000270; Fri, 11 Aug 2006 17:28:59 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHSxlp000269; Fri, 11 Aug 2006 17:28:59 GMT (envelope-from des) Message-Id: <200608111728.k7BHSxlp000269@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 Aug 2006 17:28:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk bsd.sys.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:28:59 -0000 des 2006-08-11 17:28:59 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: Reintroduce CSTD, which allows a Makefile to specify the precise dialect of C in which the program or library is written. Note that this is *not* intended to be used across the whole tree. It is intended to be used for individual libraries or programs which use specific language features which the compiler must know about in order to produce correct warnings at high WARNS levels. MFC after: 1 month Revision Changes Path 1.38 +15 -0 src/share/mk/bsd.sys.mk From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:36:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A417016A4DD; Fri, 11 Aug 2006 17:36:00 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6407F43D46; Fri, 11 Aug 2006 17:36:00 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHa0tU000691; Fri, 11 Aug 2006 17:36:00 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHa0pw000690; Fri, 11 Aug 2006 17:36:00 GMT (envelope-from novel) Message-Id: <200608111736.k7BHa0pw000690@repoman.freebsd.org> From: Roman Bogorodskiy Date: Fri, 11 Aug 2006 17:36:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/msmtp/files patch-gnulib-xvasprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:36:00 -0000 novel 2006-08-11 17:36:00 UTC FreeBSD ports repository Added files: mail/msmtp/files patch-gnulib-xvasprintf.c Log: Fix build on 4.x. Reported by: pointyhat via kris Revision Changes Path 1.1 +13 -0 ports/mail/msmtp/files/patch-gnulib-xvasprintf.c (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:56:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B20CF16A4DA; Fri, 11 Aug 2006 17:56:37 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0309743D55; Fri, 11 Aug 2006 17:56:20 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHuKFu001702; Fri, 11 Aug 2006 17:56:20 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHuK8V001699; Fri, 11 Aug 2006 17:56:20 GMT (envelope-from des) Message-Id: <200608111756.k7BHuK8V001699@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 Aug 2006 17:56:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/varnish Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:56:37 -0000 des 2006-08-11 17:56:20 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/varnish Makefile distinfo pkg-descr pkg-plist Log: The Varnish high-performance HTTP accelerator. Revision Changes Path 1.1550 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/varnish/Makefile (new) 1.1 +3 -0 ports/www/varnish/distinfo (new) 1.1 +11 -0 ports/www/varnish/pkg-descr (new) 1.1 +17 -0 ports/www/varnish/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:56:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8168416A4DA; Fri, 11 Aug 2006 17:56:48 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6028843D7E; Fri, 11 Aug 2006 17:56:37 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BHubGY001747; Fri, 11 Aug 2006 17:56:37 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BHubnC001746; Fri, 11 Aug 2006 17:56:37 GMT (envelope-from des) Message-Id: <200608111756.k7BHubnC001746@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 11 Aug 2006 17:56:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:56:48 -0000 des 2006-08-11 17:56:37 UTC FreeBSD ports repository Modified files: . modules Log: varnish --> ports/www/varnish Revision Changes Path 1.15957 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Fri Aug 11 17:59:28 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB79E16A4E2 for ; Fri, 11 Aug 2006 17:59:28 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08CA43D76 for ; Fri, 11 Aug 2006 17:59:27 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by nf-out-0910.google.com with SMTP id g2so1146529nfe for ; Fri, 11 Aug 2006 10:59:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kBu9arxS65FhVZVx4TKglSl4Obmk6xAdOWxxrtB5VsIhGluQ1PtDWzYWbBa0PyXQBA7KQV5AwhTjyTr6wvhw6QnnihZghFL3nK31TQ4dCdbApwKxqSJ/g8AwSYPxKCCnWaFhxhR0QoZ7G5Vvw1O4LYF1v95pjGIjW+fzmyd1OR8= Received: by 10.82.105.13 with SMTP id d13mr393792buc; Fri, 11 Aug 2006 10:59:26 -0700 (PDT) Received: by 10.82.126.2 with HTTP; Fri, 11 Aug 2006 10:59:25 -0700 (PDT) Message-ID: <47d0403c0608111059g66bad84cjb5dc78d882ce45cc@mail.gmail.com> Date: Fri, 11 Aug 2006 12:59:26 -0500 From: "Ben Kaduk" To: "Yar Tikhiy" In-Reply-To: <20060811001637.GE5729@comp.chem.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200608061106.k76B6ahO042778@repoman.freebsd.org> <44D5F2C1.7080606@inse.ru> <20060808124221.GO54416@comp.chem.msu.su> <20060808142616.S45647@fledge.watson.org> <44D89ED3.3000805@inse.ru> <20060808152429.W45647@fledge.watson.org> <44DA5C5A.70404@inse.ru> <20060810063312.GD93633@comp.chem.msu.su> <20060810092049.GB733@turion.vk2pj.dyndns.org> <20060811001637.GE5729@comp.chem.msu.su> Cc: src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/share/examples/drivers make_device_driver.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 17:59:28 -0000 On 8/10/06, Yar Tikhiy wrote: > On Thu, Aug 10, 2006 at 07:20:49PM +1000, Peter Jeremy wrote: > > On Thu, 2006-Aug-10 10:33:12 +0400, Yar Tikhiy wrote: > > The problem with having a real driver is that someone who wants to use > > it as a skeleton has to first separate the "boilerplate" from the > > functional parts. OTOH, having a well-commented and working driver > > can be very useful when trying to understand how to get from the > > boilerplate to a real driver. > > Well, an existing driver (or several drivers of different complexity) > could be adapted this way; and, according to my own experience in > jobs as dirty as this one, it can be enough fun to you when you > learn something interesting from it, too. OTOH, it's tedious to > do in case you can recite the driver source, smiling when it comes > to a particularly exquisite hack. Therefore we shouldn't expect > driver maintainers or active driver developers to do the job: FreeBSD > means, first of all, fun. At the same time, not-so-experienced > developers could do it with pleasure, as well as for the benefit > of both theirselves and the community. Note that "developers" > doesn't mean "committers" at once, and everyone can help by submitting > respective patches--preferably a patch per a whole driver, not per > a comment added. :-) > I'm sure Alexander wouldn't mind if you sent him a description for the project ideas page -- are there any drivers in particular that could easily benefit from such a treatment? -Ben Kaduk From owner-cvs-all@FreeBSD.ORG Fri Aug 11 18:34:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A95F16A4E6; Fri, 11 Aug 2006 18:34:25 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AE343D6D; Fri, 11 Aug 2006 18:34:19 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIYJTp004844; Fri, 11 Aug 2006 18:34:19 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIYJ1k004843; Fri, 11 Aug 2006 18:34:19 GMT (envelope-from thomas) Message-Id: <200608111834.k7BIYJ1k004843@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 11 Aug 2006 18:34:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/gen _pthread_stubs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 18:34:25 -0000 thomas 2006-08-11 18:34:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/gen _pthread_stubs.c Log: MFC revision 1.12: Fix a stub function (pthread_cond_wait) so that is has the correct number of arguments. Fixes some cases of seg faults due to the actual pthread_cond_wait being called with a bogus mutex pointer. Revision Changes Path 1.11.8.1 +3 -3 src/lib/libc/gen/_pthread_stubs.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 18:37:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED9C16A4DD; Fri, 11 Aug 2006 18:37:57 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6CA643D70; Fri, 11 Aug 2006 18:37:55 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIbtpI005034; Fri, 11 Aug 2006 18:37:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIbt0I005033; Fri, 11 Aug 2006 18:37:55 GMT (envelope-from jhb) Message-Id: <200608111837.k7BIbt0I005033@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 18:37:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/ia32 ia32_syscall.c src/sys/ia64/ia32 ia32_trap.c src/sys/powerpc/powerpc trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 18:37:57 -0000 jhb 2006-08-11 18:37:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/ia32 ia32_syscall.c sys/ia64/ia32 ia32_trap.c sys/powerpc/powerpc trap.c Log: MFC: Add missing ptrace(2) system-call stops to various syscall() implementations. Revision Changes Path 1.8.2.1 +5 -0 src/sys/amd64/ia32/ia32_syscall.c 1.5.2.1 +5 -0 src/sys/ia64/ia32/ia32_trap.c 1.54.2.2 +5 -0 src/sys/powerpc/powerpc/trap.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 18:40:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47DE616A4DE; Fri, 11 Aug 2006 18:40:02 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FCE43D5E; Fri, 11 Aug 2006 18:39:58 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIdw5W005097; Fri, 11 Aug 2006 18:39:58 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIdwiK005096; Fri, 11 Aug 2006 18:39:58 GMT (envelope-from pjd) Message-Id: <200608111839.k7BIdwiK005096@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 11 Aug 2006 18:39:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 18:40:02 -0000 pjd 2006-08-11 18:39:58 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.h Log: Forgot to bump version number after G_ELI_FLAG_READONLY flag addition. Revision Changes Path 1.10 +5 -3 src/sys/geom/eli/g_eli.h From owner-cvs-all@FreeBSD.ORG Fri Aug 11 18:42:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93C5316A4DE; Fri, 11 Aug 2006 18:42:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C9B43D69; Fri, 11 Aug 2006 18:42:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIgnGY005479; Fri, 11 Aug 2006 18:42:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIgnHX005478; Fri, 11 Aug 2006 18:42:49 GMT (envelope-from jhb) Message-Id: <200608111842.k7BIgnHX005478@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 18:42:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/ia32 ia32_syscall.c src/sys/ia64/ia32 ia32_trap.c src/sys/ia64/ia64 trap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 18:42:51 -0000 jhb 2006-08-11 18:42:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/ia32 ia32_syscall.c sys/ia64/ia32 ia32_trap.c sys/ia64/ia64 trap.c Log: MFC: Add KTR_SYSC tracing. Revision Changes Path 1.8.2.2 +6 -1 src/sys/amd64/ia32/ia32_syscall.c 1.5.2.2 +8 -0 src/sys/ia64/ia32/ia32_trap.c 1.113.2.2 +7 -0 src/sys/ia64/ia64/trap.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 18:54:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE8916A4E0; Fri, 11 Aug 2006 18:54:13 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D26D543D5C; Fri, 11 Aug 2006 18:54:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BIsBSH006099; Fri, 11 Aug 2006 18:54:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BIsB4t006098; Fri, 11 Aug 2006 18:54:11 GMT (envelope-from jhb) Message-Id: <200608111854.k7BIsB4t006098@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 18:54:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_mutex.c kern_sx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 18:54:13 -0000 jhb 2006-08-11 18:54:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_mutex.c kern_sx.c Log: MFC: Adjust td_locks for non-spin mutexes and sx locks. Revision Changes Path 1.154.2.9 +7 -1 src/sys/kern/kern_mutex.c 1.25.2.3 +6 -0 src/sys/kern/kern_sx.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 19:00:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C4D16A4E5; Fri, 11 Aug 2006 19:00:13 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98D743D45; Fri, 11 Aug 2006 19:00:12 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJ0CW1006359; Fri, 11 Aug 2006 19:00:12 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJ0C0T006358; Fri, 11 Aug 2006 19:00:12 GMT (envelope-from garga) Message-Id: <200608111900.k7BJ0C0T006358@repoman.freebsd.org> From: Renato Botelho Date: Fri, 11 Aug 2006 19:00:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/qmail Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 19:00:13 -0000 garga 2006-08-11 19:00:12 UTC FreeBSD ports repository Modified files: mail/qmail Makefile distinfo Log: Permit big_todo and ext_todo be applied together Reported by: Carlos A. Talhati Revision Changes Path 1.114 +11 -8 ports/mail/qmail/Makefile 1.56 +3 -0 ports/mail/qmail/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 11 19:05:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 636D516A4DE; Fri, 11 Aug 2006 19:05:03 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 753E043D66; Fri, 11 Aug 2006 19:05:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJ51Cr007879; Fri, 11 Aug 2006 19:05:01 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJ5156007878; Fri, 11 Aug 2006 19:05:01 GMT (envelope-from pav) Message-Id: <200608111905.k7BJ5156007878@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 11 Aug 2006 19:05:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gdesklets-tasklist distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 19:05:03 -0000 pav 2006-08-11 19:05:01 UTC FreeBSD ports repository Modified files: x11/gdesklets-tasklist distinfo Log: - Update to rerolled distfile on zencomputer.ca Reported by: krismail Revision Changes Path 1.4 +3 -3 ports/x11/gdesklets-tasklist/distinfo From owner-cvs-all@FreeBSD.ORG Fri Aug 11 19:09:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D60816A4DF; Fri, 11 Aug 2006 19:09:17 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A75BF43D6E; Fri, 11 Aug 2006 19:09:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJ9CBt008057; Fri, 11 Aug 2006 19:09:12 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJ9Ccd008056; Fri, 11 Aug 2006 19:09:12 GMT (envelope-from pjd) Message-Id: <200608111909.k7BJ9Ccd008056@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 11 Aug 2006 19:09:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/eli g_eli.c g_eli.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 19:09:17 -0000 pjd 2006-08-11 19:09:12 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c g_eli.h Log: Before using byte offset for IV creation, covert it to little endian. This way one will be able to use provider encrypted on eg. i386 on eg. sparc64. This doesn't really buy us much today, because UFS isn't endian agnostic. We retain backward compatibility by setting G_ELI_FLAG_NATIVE_BYTE_ORDER flag on devices with version number less than 2 and not converting the offset. Revision Changes Path 1.29 +8 -2 src/sys/geom/eli/g_eli.c 1.11 +13 -9 src/sys/geom/eli/g_eli.h From owner-cvs-all@FreeBSD.ORG Fri Aug 11 19:13:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A6016A4DA; Fri, 11 Aug 2006 19:13:26 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E7443D73; Fri, 11 Aug 2006 19:13:25 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJDPW3008347; Fri, 11 Aug 2006 19:13:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJDPew008346; Fri, 11 Aug 2006 19:13:25 GMT (envelope-from jhb) Message-Id: <200608111913.k7BJDPew008346@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 19:13:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsserver nfs.h nfs_srvcache.c nfs_srvsubs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 19:13:26 -0000 jhb 2006-08-11 19:13:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsserver nfs.h nfs_srvcache.c nfs_srvsubs.c Log: MFC: Free the server request cache on unload and use callout_drain(). Revision Changes Path 1.78.2.1 +1 -0 src/sys/nfsserver/nfs.h 1.40.2.1 +11 -0 src/sys/nfsserver/nfs_srvcache.c 1.136.2.4 +2 -1 src/sys/nfsserver/nfs_srvsubs.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 19:16:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040FE16A4DA; Fri, 11 Aug 2006 19:16:51 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7A7343D45; Fri, 11 Aug 2006 19:16:50 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJGof1008519; Fri, 11 Aug 2006 19:16:50 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJGoTC008518; Fri, 11 Aug 2006 19:16:50 GMT (envelope-from jkim) Message-Id: <200608111916.k7BJGoTC008518@repoman.freebsd.org> From: Jung-uk Kim Date: Fri, 11 Aug 2006 19:16:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci agp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 19:16:51 -0000 jkim 2006-08-11 19:16:50 UTC FreeBSD src repository Modified files: sys/pci agp.c Log: Explicitly set v3 mode only when it is requested. Don't bother otherwise. Revision Changes Path 1.53 +6 -1 src/sys/pci/agp.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 19:22:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D7AC16A4DA; Fri, 11 Aug 2006 19:22:57 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3940243D45; Fri, 11 Aug 2006 19:22:57 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJMvD3009011; Fri, 11 Aug 2006 19:22:57 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJMvpS009010; Fri, 11 Aug 2006 19:22:57 GMT (envelope-from jhb) Message-Id: <200608111922.k7BJMvpS009010@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 19:22:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/acpica madt.c src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.h src/sys/dev/acpica/Osd OsdMemory.c src/sys/i386/acpica acpi_machdep.c madt.c src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h src/sys/ia64/include pmap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 19:22:57 -0000 jhb 2006-08-11 19:22:57 UTC FreeBSD src repository Modified files: sys/amd64/acpica madt.c sys/amd64/amd64 pmap.c sys/amd64/include pmap.h sys/dev/acpica/Osd OsdMemory.c sys/i386/acpica acpi_machdep.c madt.c sys/i386/i386 pmap.c sys/i386/include pmap.h sys/ia64/include pmap.h Log: First pass at allowing memory to be mapped using cache modes other than WB (write-back) on x86 via control bits in PTEs and PDEs (including making use of the PAT MSR). Changes include: - A new pmap_mapdev_attr() function for amd64 and i386 which takes an additional parameter (relative to pmap_mapdev()) specifying the cache mode for this mapping. Note that on amd64 only WB mappings are done with the direct map, all other modes result in a private mapping. - pmap_mapdev() on i386 and amd64 now defaults to using UC (uncached) mappings rather than WB. Previously we relied on the BIOS setting up MTRR's to enforce memio regions being treated as UC. This might make hw.cbb_start_memory unnecessary in some cases now for example. - A new pmap_mapbios()/pmap_unmapbios() API has been added to allow places that used pmap_mapdev() to map non-device memory (such as ACPI tables) to do so using WB as before. - A new pmap_change_attr() function for amd64 and i386 that changes the caching mode for a range of KVA. Reviewed by: alc Revision Changes Path 1.21 +5 -5 src/sys/amd64/acpica/madt.c 1.570 +220 -4 src/sys/amd64/amd64/pmap.c 1.134 +5 -0 src/sys/amd64/include/pmap.h 1.14 +2 -2 src/sys/dev/acpica/Osd/OsdMemory.c 1.33 +2 -2 src/sys/i386/acpica/acpi_machdep.c 1.24 +5 -5 src/sys/i386/acpica/madt.c 1.574 +169 -2 src/sys/i386/i386/pmap.c 1.122 +5 -0 src/sys/i386/include/pmap.h 1.27 +2 -0 src/sys/ia64/include/pmap.h From owner-cvs-all@FreeBSD.ORG Fri Aug 11 19:23:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C60B16A4DA; Fri, 11 Aug 2006 19:23:49 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5812743D46; Fri, 11 Aug 2006 19:23:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJNnVP009101; Fri, 11 Aug 2006 19:23:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJNnsV009100; Fri, 11 Aug 2006 19:23:49 GMT (envelope-from jhb) Message-Id: <200608111923.k7BJNnsV009100@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 19:23:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_syscalls.c src/sys/sys kernel.h sysent.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 19:23:49 -0000 jhb 2006-08-11 19:23:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_syscalls.c sys/sys kernel.h sysent.h Log: MFC: Fix error handling edge cases and register system calls later to make system call modules more robust. Revision Changes Path 1.11.8.1 +11 -1 src/sys/kern/kern_syscalls.c 1.126.2.2 +1 -0 src/sys/sys/kernel.h 1.45.2.1 +1 -1 src/sys/sys/sysent.h From owner-cvs-all@FreeBSD.ORG Fri Aug 11 19:41:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD9D16A4DD; Fri, 11 Aug 2006 19:41:51 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A93443D46; Fri, 11 Aug 2006 19:41:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BJfpvM010072; Fri, 11 Aug 2006 19:41:51 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BJfpfO010071; Fri, 11 Aug 2006 19:41:51 GMT (envelope-from jhb) Message-Id: <200608111941.k7BJfpfO010071@repoman.freebsd.org> From: John Baldwin Date: Fri, 11 Aug 2006 19:41:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netncp ncp_sock.c src/sys/netsmb smb_trantcp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 19:41:52 -0000 jhb 2006-08-11 19:41:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netncp ncp_sock.c sys/netsmb smb_trantcp.c Log: MFC: - Fix ncp_poll() to not panic by faking up enough poll(2) state in the current thread. - Fix the rselect() routines for netncp and netsmb to return EWOULDBLOCK if the timeout is elapsed before they can block and to invoke pru_sopoll() directly. Revision Changes Path 1.15.2.1 +27 -7 src/sys/netncp/ncp_sock.c 1.22.2.1 +7 -11 src/sys/netsmb/smb_trantcp.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 20:10:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E376716A4E0; Fri, 11 Aug 2006 20:10:30 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80BD243D4C; Fri, 11 Aug 2006 20:10:30 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BKAUHU012723; Fri, 11 Aug 2006 20:10:30 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BKAUSF012722; Fri, 11 Aug 2006 20:10:30 GMT (envelope-from pav) Message-Id: <200608112010.k7BKAUSF012722@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 11 Aug 2006 20:10:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/mailscanner Makefile distinfo pkg-plist ports/mail/mailscanner/files CHANGES.port MailScanner.8 patch-docs-man-MailScanner.8 patch-docs-man-MailScanner.8.html patch-docs-man-MailScanner.conf.5 patch-docs-man-MailScanner.conf.5.html X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 20:10:31 -0000 pav 2006-08-11 20:10:30 UTC FreeBSD ports repository Modified files: mail/mailscanner Makefile distinfo pkg-plist mail/mailscanner/files CHANGES.port Added files: mail/mailscanner/files MailScanner.8 Removed files: mail/mailscanner/files patch-docs-man-MailScanner.8 patch-docs-man-MailScanner.8.html patch-docs-man-MailScanner.conf.5 patch-docs-man-MailScanner.conf.5.html Log: - Update to 4.55.10 PR: ports/101766 Submitted by: Jan-Peter Koopmann (maintainer) Revision Changes Path 1.54 +9 -17 ports/mail/mailscanner/Makefile 1.38 +3 -3 ports/mail/mailscanner/distinfo 1.9 +7 -0 ports/mail/mailscanner/files/CHANGES.port 1.1 +12 -0 ports/mail/mailscanner/files/MailScanner.8 (new) 1.2 +0 -37 ports/mail/mailscanner/files/patch-docs-man-MailScanner.8 (dead) 1.2 +0 -104 ports/mail/mailscanner/files/patch-docs-man-MailScanner.8.html (dead) 1.2 +0 -223 ports/mail/mailscanner/files/patch-docs-man-MailScanner.conf.5 (dead) 1.2 +0 -594 ports/mail/mailscanner/files/patch-docs-man-MailScanner.conf.5.html (dead) 1.31 +48 -124 ports/mail/mailscanner/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 11 20:28:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6134B16A4DF; Fri, 11 Aug 2006 20:28:53 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C9843D49; Fri, 11 Aug 2006 20:28:52 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BKSqFH013551; Fri, 11 Aug 2006 20:28:52 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BKSqgl013550; Fri, 11 Aug 2006 20:28:52 GMT (envelope-from pav) Message-Id: <200608112028.k7BKSqgl013550@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 11 Aug 2006 20:28:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/sdcc Makefile distinfo pkg-descr pkg-plist ports/lang/sdcc/files patch-Makefile.in patch-configure.in patch-device-lib-Makefile.in patch-device-lib-pic-Makefile.common.in patch-device-lib-pic-Makefile.rules patch-device-lib-pic16-Makefile.common.in patch-device-lib-pic16-Makefile.rules patch-device-lib-pic16-libio-Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 20:28:53 -0000 pav 2006-08-11 20:28:52 UTC FreeBSD ports repository Modified files: lang/sdcc Makefile distinfo pkg-descr pkg-plist lang/sdcc/files patch-configure.in patch-device-lib-Makefile.in patch-sim-ucsim-cmd.src-Makefile.in Added files: lang/sdcc/files patch-Makefile.in patch-device-lib-pic-Makefile.common.in patch-device-lib-pic-Makefile.rules patch-device-lib-pic16-Makefile.common.in patch-device-lib-pic16-Makefile.rules patch-device-lib-pic16-libio-Makefile Log: - Update to 2.6.0 PR: ports/101756 Submitted by: Tijl Coosemans (maintainer) Revision Changes Path 1.7 +33 -15 ports/lang/sdcc/Makefile 1.4 +3 -3 ports/lang/sdcc/distinfo 1.1 +13 -0 ports/lang/sdcc/files/patch-Makefile.in (new) 1.2 +20 -10 ports/lang/sdcc/files/patch-configure.in 1.4 +27 -24 ports/lang/sdcc/files/patch-device-lib-Makefile.in 1.1 +32 -0 ports/lang/sdcc/files/patch-device-lib-pic-Makefile.common.in (new) 1.1 +11 -0 ports/lang/sdcc/files/patch-device-lib-pic-Makefile.rules (new) 1.1 +32 -0 ports/lang/sdcc/files/patch-device-lib-pic16-Makefile.common.in (new) 1.1 +11 -0 ports/lang/sdcc/files/patch-device-lib-pic16-Makefile.rules (new) 1.1 +11 -0 ports/lang/sdcc/files/patch-device-lib-pic16-libio-Makefile (new) 1.2 +4 -4 ports/lang/sdcc/files/patch-sim-ucsim-cmd.src-Makefile.in 1.2 +3 -1 ports/lang/sdcc/pkg-descr 1.4 +2544 -1783 ports/lang/sdcc/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 11 20:42:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 263E516A4DD; Fri, 11 Aug 2006 20:42:56 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D727043D45; Fri, 11 Aug 2006 20:42:55 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BKgtlM014273; Fri, 11 Aug 2006 20:42:55 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BKgtsj014272; Fri, 11 Aug 2006 20:42:55 GMT (envelope-from pav) Message-Id: <200608112042.k7BKgtsj014272@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 11 Aug 2006 20:42:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/sdcc-devel Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 20:42:56 -0000 pav 2006-08-11 20:42:55 UTC FreeBSD ports repository Modified files: lang/sdcc-devel Makefile distinfo pkg-plist Log: - Update to 2.6.1.2006.08.10 PR: ports/101758 Submitted by: Tijl Coosemans (maintainer) Revision Changes Path 1.9 +9 -8 ports/lang/sdcc-devel/Makefile 1.7 +3 -3 ports/lang/sdcc-devel/distinfo 1.8 +132 -0 ports/lang/sdcc-devel/pkg-plist From owner-cvs-all@FreeBSD.ORG Fri Aug 11 20:55:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34E6E16A4DA; Fri, 11 Aug 2006 20:55:55 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2D2D43D45; Fri, 11 Aug 2006 20:55:54 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BKtsJD022696; Fri, 11 Aug 2006 20:55:54 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BKts6R022695; Fri, 11 Aug 2006 20:55:54 GMT (envelope-from sobomax) Message-Id: <200608112055.k7BKts6R022695@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 11 Aug 2006 20:55:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/gsm Makefile distinfo ports/audio/gsm/files patch-aa patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 20:55:55 -0000 sobomax 2006-08-11 20:55:54 UTC FreeBSD ports repository Modified files: audio/gsm Makefile distinfo audio/gsm/files patch-aa patch-ab Log: Update to 1.0.12. Revision Changes Path 1.22 +4 -3 ports/audio/gsm/Makefile 1.6 +3 -3 ports/audio/gsm/distinfo 1.3 +13 -42 ports/audio/gsm/files/patch-aa 1.6 +253 -398 ports/audio/gsm/files/patch-ab From owner-cvs-all@FreeBSD.ORG Fri Aug 11 21:04:29 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5BEE16A4DA; Fri, 11 Aug 2006 21:04:29 +0000 (UTC) (envelope-from dmitry@atlantis.dp.ua) Received: from postman.atlantis.dp.ua (postman.atlantis.dp.ua [193.108.47.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0141B43D46; Fri, 11 Aug 2006 21:04:26 +0000 (GMT) (envelope-from dmitry@atlantis.dp.ua) Received: from smtp.atlantis.dp.ua (smtp.atlantis.dp.ua [193.108.46.231]) by postman.atlantis.dp.ua (8.13.1/8.13.1) with ESMTP id k7BL4Etj038066; Sat, 12 Aug 2006 00:04:14 +0300 (EEST) (envelope-from dmitry@atlantis.dp.ua) Date: Sat, 12 Aug 2006 00:04:14 +0300 (EEST) From: Dmitry Pryanishnikov To: Alexander Leidinger In-Reply-To: <200608101942.k7AJgOrB051336@repoman.freebsd.org> Message-ID: <20060811235619.G93570@atlantis.atlantis.dp.ua> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 21:04:29 -0000 Hello! On Thu, 10 Aug 2006, Alexander Leidinger wrote: > netchild 2006-08-10 19:42:24 UTC > > FreeBSD src repository > > Modified files: > . ObsoleteFiles.inc > Log: > Add some more files... > > List provided by: kris > > Revision Changes Path > 1.44 +201 -0 src/ObsoleteFiles.inc This commit re-adds the following files: +OLD_FILES+=usr/share/tmac/mm/locale +OLD_FILES+=usr/share/tmac/mm/se_locale which were removed in version 1.26 because at lease mm/locale is actually required despite being empty (/usr/share/tmac/m.tmac refers it). Thus the commit reintroduces brokenness of at least x11/XFree86-4-documents port. Please remove those files. 'make installworld' after 'make delete-old' recreates them so they must not be listed in ObsoleteFiles.inc. Sincerely, Dmitry -- Atlantis ISP, System Administrator e-mail: dmitry@atlantis.dp.ua nic-hdl: LYNX-RIPE From owner-cvs-all@FreeBSD.ORG Fri Aug 11 21:15:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C30C216A4DA; Fri, 11 Aug 2006 21:15:24 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E16C43D46; Fri, 11 Aug 2006 21:15:24 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BLFOYF024923; Fri, 11 Aug 2006 21:15:24 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BLFOWC024922; Fri, 11 Aug 2006 21:15:24 GMT (envelope-from mohans) Message-Id: <200608112115.k7BLFOWC024922@repoman.freebsd.org> From: Mohan Srinivasan Date: Fri, 11 Aug 2006 21:15:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 21:15:24 -0000 mohans 2006-08-11 21:15:23 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_subr.c tcp_timer.c tcp_timer.h Log: Fixes an edge case bug in timewait handling where ticks rolling over causing the timewait expiry to be exactly 0 corrupts the timewait queues (and that entry). Reviewed by: silby Revision Changes Path 1.304 +1 -1 src/sys/netinet/tcp_input.c 1.254 +1 -1 src/sys/netinet/tcp_subr.c 1.82 +3 -4 src/sys/netinet/tcp_timer.c 1.29 +1 -1 src/sys/netinet/tcp_timer.h From owner-cvs-all@FreeBSD.ORG Fri Aug 11 21:19:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE7216A4E0; Fri, 11 Aug 2006 21:19:30 +0000 (UTC) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1405543D4C; Fri, 11 Aug 2006 21:19:30 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BLJU77025139; Fri, 11 Aug 2006 21:19:30 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BLJTi7025138; Fri, 11 Aug 2006 21:19:29 GMT (envelope-from sos) Message-Id: <200608112119.k7BLJTi7025138@repoman.freebsd.org> From: Sřren Schmidt Date: Fri, 11 Aug 2006 21:19:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 21:19:30 -0000 sos 2006-08-11 21:19:29 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c ata-pci.h Log: Unbreak nForce4 SATA support. Hopefully I dont break something else this time..... Revision Changes Path 1.168 +7 -7 src/sys/dev/ata/ata-chipset.c 1.68 +1 -1 src/sys/dev/ata/ata-pci.h From owner-cvs-all@FreeBSD.ORG Fri Aug 11 21:44:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4102A16A4DE; Fri, 11 Aug 2006 21:44:54 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C426343D53; Fri, 11 Aug 2006 21:44:53 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BLirY0028852; Fri, 11 Aug 2006 21:44:53 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BLirbn028851; Fri, 11 Aug 2006 21:44:53 GMT (envelope-from thomas) Message-Id: <200608112144.k7BLirbn028851@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 11 Aug 2006 21:44:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/rpc.statd procs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 21:44:54 -0000 thomas 2006-08-11 21:44:53 UTC FreeBSD src repository Modified files: usr.sbin/rpc.statd procs.c Log: (sm_mon_1_svc): Fix debugging output: when establising a monitoring request, correctly report the location (usually localhost) to which a callback will be made when a notification is received for the monitored host. Previsouly, the name of the monitored host was reported instead. MFC after: 2 weeks Revision Changes Path 1.15 +3 -2 src/usr.sbin/rpc.statd/procs.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 21:55:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1E4216A4EC; Fri, 11 Aug 2006 21:55:56 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA4043D4C; Fri, 11 Aug 2006 21:55:55 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 1071F60F7; Sat, 12 Aug 2006 01:55:53 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id EB031605A; Sat, 12 Aug 2006 01:54:24 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7BLsPhg005296; Sat, 12 Aug 2006 01:54:25 +0400 (MSD) (envelope-from ru) Date: Sat, 12 Aug 2006 01:54:25 +0400 From: Ruslan Ermilov To: =?koi8-r?Q?S=F8ren?= Schmidt Message-ID: <20060811215425.GA5237@rambler-co.ru> References: <200608112119.k7BLJTi7025138@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <200608112119.k7BLJTi7025138@repoman.freebsd.org> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 21:55:57 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 11, 2006 at 09:19:29PM +0000, S=F8ren Schmidt wrote: > sos 2006-08-11 21:19:29 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/ata ata-chipset.c ata-pci.h=20 > Log: > Unbreak nForce4 SATA support. > Hopefully I dont break something else this time..... > =20 > Revision Changes Path > 1.168 +7 -7 src/sys/dev/ata/ata-chipset.c > 1.68 +1 -1 src/sys/dev/ata/ata-pci.h >=20 Thanks for the fix. I figured out today that it doesn't work with 7-current while it works with 6-stable, hopefully that fixes it. Another issue I'm having is that when BIOS (Tyan's S2865 m/b) is set to "Auto" (the default choice) for the disk layout, the "sectors" as determined by ata-disk is 0 ("heads" is okay), causing division by zero fault during a verbose boot, or non-verbose boot, when it tastes for ATARaid. Any clue? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3PyRqRfpzJluFF4RAoaXAJwK3sPoadtzLVO9fP52RcQEBhFQyQCcDwVG +l3VgUUQgMbVulZgm5MiEUA= =Q2pe -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From owner-cvs-all@FreeBSD.ORG Fri Aug 11 22:02:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 293CA16A4DF; Fri, 11 Aug 2006 22:02:17 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD3B743D45; Fri, 11 Aug 2006 22:02:16 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BM2GIo038094; Fri, 11 Aug 2006 22:02:16 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BM2Gms038093; Fri, 11 Aug 2006 22:02:16 GMT (envelope-from ru) Message-Id: <200608112202.k7BM2Gms038093@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 11 Aug 2006 22:02:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 22:02:17 -0000 ru 2006-08-11 22:02:16 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: The groff_mm(7) locale files are *not* obsolete; they are just not touched during the installation if they already exists. Noticed by: Dmitry Pryanishnikov Revision Changes Path 1.46 +0 -2 src/ObsoleteFiles.inc From owner-cvs-all@FreeBSD.ORG Fri Aug 11 22:02:45 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C8516A4DD; Fri, 11 Aug 2006 22:02:45 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id A01F343D49; Fri, 11 Aug 2006 22:02:44 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 9E6335D93; Sat, 12 Aug 2006 02:02:43 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 76D5C5D91; Sat, 12 Aug 2006 02:02:43 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7BM2igN005453; Sat, 12 Aug 2006 02:02:44 +0400 (MSD) (envelope-from ru) Date: Sat, 12 Aug 2006 02:02:44 +0400 From: Ruslan Ermilov To: Dmitry Pryanishnikov Message-ID: <20060811220244.GC5237@rambler-co.ru> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zCKi3GIZzVBPywwA" Content-Disposition: inline In-Reply-To: <20060811235619.G93570@atlantis.atlantis.dp.ua> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Alexander Leidinger , cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 22:02:45 -0000 --zCKi3GIZzVBPywwA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 12, 2006 at 12:04:14AM +0300, Dmitry Pryanishnikov wrote: >=20 > Hello! >=20 > On Thu, 10 Aug 2006, Alexander Leidinger wrote: > >netchild 2006-08-10 19:42:24 UTC > > > > FreeBSD src repository > > > > Modified files: > > . ObsoleteFiles.inc > > Log: > > Add some more files... > > > > List provided by: kris > > > > Revision Changes Path > > 1.44 +201 -0 src/ObsoleteFiles.inc >=20 > This commit re-adds the following files: >=20 > +OLD_FILES+=3Dusr/share/tmac/mm/locale > +OLD_FILES+=3Dusr/share/tmac/mm/se_locale >=20 > which were removed in version 1.26 because at lease mm/locale is actually > required despite being empty (/usr/share/tmac/m.tmac refers it). Thus the= =20 > commit reintroduces brokenness of at least x11/XFree86-4-documents port.= =20 > Please remove those files. 'make installworld' after 'make delete-old'=20 > recreates them so they must not be listed in ObsoleteFiles.inc. >=20 Fixed, thanks for the report. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --zCKi3GIZzVBPywwA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3P6EqRfpzJluFF4RAkj3AJ9ETPxhmHptkFDIE7xsDaIsoceIiwCggc5H bt+fx+Ncgu7AEfKcPVNt8U0= =WLBW -----END PGP SIGNATURE----- --zCKi3GIZzVBPywwA-- From owner-cvs-all@FreeBSD.ORG Fri Aug 11 22:36:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B03AB16A4DE; Fri, 11 Aug 2006 22:36:43 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6586343D49; Fri, 11 Aug 2006 22:36:43 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 548AF1A3C1D; Fri, 11 Aug 2006 15:36:43 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8E734515BB; Fri, 11 Aug 2006 18:36:42 -0400 (EDT) Date: Fri, 11 Aug 2006 18:36:42 -0400 From: Kris Kennaway To: Ruslan Ermilov Message-ID: <20060811223642.GA21117@xor.obsecurity.org> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> <20060811220244.GC5237@rambler-co.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline In-Reply-To: <20060811220244.GC5237@rambler-co.ru> User-Agent: Mutt/1.4.2.2i Cc: Dmitry Pryanishnikov , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Alexander Leidinger , cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 22:36:43 -0000 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 12, 2006 at 02:02:44AM +0400, Ruslan Ermilov wrote: > On Sat, Aug 12, 2006 at 12:04:14AM +0300, Dmitry Pryanishnikov wrote: > >=20 > > Hello! > >=20 > > On Thu, 10 Aug 2006, Alexander Leidinger wrote: > > >netchild 2006-08-10 19:42:24 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > . ObsoleteFiles.inc > > > Log: > > > Add some more files... > > > > > > List provided by: kris > > > > > > Revision Changes Path > > > 1.44 +201 -0 src/ObsoleteFiles.inc > >=20 > > This commit re-adds the following files: > >=20 > > +OLD_FILES+=3Dusr/share/tmac/mm/locale > > +OLD_FILES+=3Dusr/share/tmac/mm/se_locale > >=20 > > which were removed in version 1.26 because at lease mm/locale is actual= ly > > required despite being empty (/usr/share/tmac/m.tmac refers it). Thus t= he=20 > > commit reintroduces brokenness of at least x11/XFree86-4-documents port= .=20 > > Please remove those files. 'make installworld' after 'make delete-old'= =20 > > recreates them so they must not be listed in ObsoleteFiles.inc. > >=20 > Fixed, thanks for the report. I'd suggest adding a comment to the file to prevent another recurrence of this, or make it so they're touched at installworld and don't keep showing up as false positives in 'find' searches. Kris --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3QZ6Wry0BWjoQKURAsLqAKCagYIkmME9UuXTCgqNCjipPoUQKwCcDQkn XOSebmcxSWDfo3DoRgzxOOU= =37Hp -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z-- From owner-cvs-all@FreeBSD.ORG Fri Aug 11 22:50:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A40416A4DD; Fri, 11 Aug 2006 22:50:25 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68BAB43D45; Fri, 11 Aug 2006 22:50:24 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5F0D4.dip.t-dialin.net [84.165.240.212]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k7BMYnIl050341; Sat, 12 Aug 2006 00:34:50 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k7BMoN2b006542; Sat, 12 Aug 2006 00:50:24 +0200 (CEST) (envelope-from netchild@FreeBSD.org) Date: Sat, 12 Aug 2006 00:52:13 +0200 From: Alexander Leidinger To: Kris Kennaway Message-ID: <20060812005213.384b744b@Magellan.Leidinger.net> In-Reply-To: <20060811223642.GA21117@xor.obsecurity.org> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> <20060811220244.GC5237@rambler-co.ru> <20060811223642.GA21117@xor.obsecurity.org> Organization: FreeBSD X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: Dmitry Pryanishnikov , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 22:50:25 -0000 Quoting Kris Kennaway (Fri, 11 Aug 2006 18:36:42 -0400): > On Sat, Aug 12, 2006 at 02:02:44AM +0400, Ruslan Ermilov wrote: > > On Sat, Aug 12, 2006 at 12:04:14AM +0300, Dmitry Pryanishnikov wrote: > > > > > > Hello! > > > > > > On Thu, 10 Aug 2006, Alexander Leidinger wrote: > > > >netchild 2006-08-10 19:42:24 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > . ObsoleteFiles.inc > > > > Log: > > > > Add some more files... > > > > > > > > List provided by: kris > > > > > > > > Revision Changes Path > > > > 1.44 +201 -0 src/ObsoleteFiles.inc > > > > > > This commit re-adds the following files: > > > > > > +OLD_FILES+=usr/share/tmac/mm/locale > > > +OLD_FILES+=usr/share/tmac/mm/se_locale > > > > > > which were removed in version 1.26 because at lease mm/locale is actually > > > required despite being empty (/usr/share/tmac/m.tmac refers it). Thus the > > > commit reintroduces brokenness of at least x11/XFree86-4-documents port. > > > Please remove those files. 'make installworld' after 'make delete-old' > > > recreates them so they must not be listed in ObsoleteFiles.inc. > > > > > Fixed, thanks for the report. > > I'd suggest adding a comment to the file to prevent another recurrence This was one the first idea I had after reading this. If nobody comes up with a better one after I'm awaken again, I will add a comment (at the end of the OLD_FILES list). > of this, or make it so they're touched at installworld and don't keep > showing up as false positives in 'find' searches. That would be another idea. I like it better, since we can't expect that someone greps in ObsoleteFiles.inc for each file he wants to add. Bye, Alexander. -- ...and that is how we know the Earth to be banana-shaped. 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 Fri Aug 11 23:03:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FBCE16A4DD; Fri, 11 Aug 2006 23:03:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C78843D45; Fri, 11 Aug 2006 23:03:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BN3AOP043194; Fri, 11 Aug 2006 23:03:10 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BN3A6E043193; Fri, 11 Aug 2006 23:03:10 GMT (envelope-from rwatson) Message-Id: <200608112303.k7BN3A6E043193@repoman.freebsd.org> From: Robert Watson Date: Fri, 11 Aug 2006 23:03:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 23:03:10 -0000 rwatson 2006-08-11 23:03:10 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Before performing a sodealloc() when pru_attach() fails, assert that the socket refcount remains 1, and then drop to 0 before freeing the socket. PR: 101763 Reported by: Gleb Kozyrev Revision Changes Path 1.279 +3 -0 src/sys/kern/uipc_socket.c From owner-cvs-all@FreeBSD.ORG Fri Aug 11 23:03:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9654016A5D1; Fri, 11 Aug 2006 23:03:17 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 431EF43D45; Fri, 11 Aug 2006 23:03:17 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BN3H16043229; Fri, 11 Aug 2006 23:03:17 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BN3HkD043228; Fri, 11 Aug 2006 23:03:17 GMT (envelope-from thomas) Message-Id: <200608112303.k7BN3HkD043228@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 11 Aug 2006 23:03:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/rpc.lockd lockd_lock.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Aug 2006 23:03:17 -0000 thomas 2006-08-11 23:03:17 UTC FreeBSD src repository Modified files: usr.sbin/rpc.lockd lockd_lock.c Log: Remove extraneous trailing \0 in string literal. MFC after: 2 weeks Revision Changes Path 1.18 +1 -2 src/usr.sbin/rpc.lockd/lockd_lock.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 00:36:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED64A16A4DE; Sat, 12 Aug 2006 00:36:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5328743D46; Sat, 12 Aug 2006 00:36:29 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C0aTN3049059; Sat, 12 Aug 2006 00:36:29 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C0aTZI049058; Sat, 12 Aug 2006 00:36:29 GMT (envelope-from edwin) Message-Id: <200608120036.k7C0aTZI049058@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 12 Aug 2006 00:36:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/xrally Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 00:36:30 -0000 edwin 2006-08-12 00:36:29 UTC FreeBSD ports repository Modified files: games/xrally Makefile Log: broken on 7.x, probably due to gcc 2.95 requirements Revision Changes Path 1.8 +8 -2 ports/games/xrally/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 00:46:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 036A416A4DD; Sat, 12 Aug 2006 00:46:56 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6779D43D4C; Sat, 12 Aug 2006 00:46:54 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.56] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k7C0kq5f089395 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Aug 2006 17:46:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44DD24D1.8060106@FreeBSD.org> Date: Fri, 11 Aug 2006 17:46:09 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: John Baldwin References: <200608111922.k7BJMvpS009010@repoman.freebsd.org> In-Reply-To: <200608111922.k7BJMvpS009010@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/acpica madt.c src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.h src/sys/dev/acpica/Osd OsdMemory.c src/sys/i386/acpica acpi_machdep.c madt.c src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h src/sys/ia64/include pmap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 00:46:56 -0000 Excellent, thanks! -Maxim John Baldwin wrote: > jhb 2006-08-11 19:22:57 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/acpica madt.c > sys/amd64/amd64 pmap.c > sys/amd64/include pmap.h > sys/dev/acpica/Osd OsdMemory.c > sys/i386/acpica acpi_machdep.c madt.c > sys/i386/i386 pmap.c > sys/i386/include pmap.h > sys/ia64/include pmap.h > Log: > First pass at allowing memory to be mapped using cache modes other than > WB (write-back) on x86 via control bits in PTEs and PDEs (including making > use of the PAT MSR). Changes include: > - A new pmap_mapdev_attr() function for amd64 and i386 which takes an > additional parameter (relative to pmap_mapdev()) specifying the cache > mode for this mapping. Note that on amd64 only WB mappings are done with > the direct map, all other modes result in a private mapping. > - pmap_mapdev() on i386 and amd64 now defaults to using UC (uncached) > mappings rather than WB. Previously we relied on the BIOS setting up > MTRR's to enforce memio regions being treated as UC. This might make > hw.cbb_start_memory unnecessary in some cases now for example. > - A new pmap_mapbios()/pmap_unmapbios() API has been added to allow places > that used pmap_mapdev() to map non-device memory (such as ACPI tables) > to do so using WB as before. > - A new pmap_change_attr() function for amd64 and i386 that changes the > caching mode for a range of KVA. > > Reviewed by: alc > > Revision Changes Path > 1.21 +5 -5 src/sys/amd64/acpica/madt.c > 1.570 +220 -4 src/sys/amd64/amd64/pmap.c > 1.134 +5 -0 src/sys/amd64/include/pmap.h > 1.14 +2 -2 src/sys/dev/acpica/Osd/OsdMemory.c > 1.33 +2 -2 src/sys/i386/acpica/acpi_machdep.c > 1.24 +5 -5 src/sys/i386/acpica/madt.c > 1.574 +169 -2 src/sys/i386/i386/pmap.c > 1.122 +5 -0 src/sys/i386/include/pmap.h > 1.27 +2 -0 src/sys/ia64/include/pmap.h > > From owner-cvs-all@FreeBSD.ORG Sat Aug 12 00:51:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4EAF16A4DA; Sat, 12 Aug 2006 00:51:18 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A25AF43D49; Sat, 12 Aug 2006 00:51:18 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C0pIB2057531; Sat, 12 Aug 2006 00:51:18 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C0pIjv057528; Sat, 12 Aug 2006 00:51:18 GMT (envelope-from njl) Message-Id: <200608120051.k7C0pIjv057528@repoman.freebsd.org> From: Nate Lawson Date: Sat, 12 Aug 2006 00:51:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 00:51:19 -0000 njl 2006-08-12 00:51:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/acpica acpi_wakeup.c Log: MFC: stop beep after resume and man page updates Revision Changes Path 1.39.2.2 +11 -0 src/sys/i386/acpica/acpi_wakeup.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 00:55:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F27F516A4DE; Sat, 12 Aug 2006 00:55:50 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A5F43D49; Sat, 12 Aug 2006 00:55:50 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C0tocG057683; Sat, 12 Aug 2006 00:55:50 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C0tovw057682; Sat, 12 Aug 2006 00:55:50 GMT (envelope-from njl) Message-Id: <200608120055.k7C0tovw057682@repoman.freebsd.org> From: Nate Lawson Date: Sat, 12 Aug 2006 00:55:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 00:55:51 -0000 njl 2006-08-12 00:55:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 acpi.4 Log: MFC: man page updates Revision Changes Path 1.52.2.6 +0 -5 src/share/man/man4/acpi.4 From owner-cvs-all@FreeBSD.ORG Sat Aug 12 01:19:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A530116A4DA; Sat, 12 Aug 2006 01:19:37 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A1C43D46; Sat, 12 Aug 2006 01:19:37 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1JbQJ059841; Sat, 12 Aug 2006 01:19:37 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1JbdK059840; Sat, 12 Aug 2006 01:19:37 GMT (envelope-from yongari) Message-Id: <200608120119.k7C1JbdK059840@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:19:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hme if_hme.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 01:19:37 -0000 yongari 2006-08-12 01:19:37 UTC FreeBSD src repository Modified files: sys/dev/hme if_hme.c Log: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to caller. While I'm here perform checksum offload setup after loading DMA maps as m_defrag(9) can return new mbuf chains. In collaboration with: glebius Revision Changes Path 1.49 +16 -16 src/sys/dev/hme/if_hme.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 01:21:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF61116A4DA; Sat, 12 Aug 2006 01:21:36 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EABE43D45; Sat, 12 Aug 2006 01:21:36 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1Lapv060050; Sat, 12 Aug 2006 01:21:36 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1Lavi060049; Sat, 12 Aug 2006 01:21:36 GMT (envelope-from yongari) Message-Id: <200608120121.k7C1Lavi060049@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:21:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/stge if_stge.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 01:21:37 -0000 yongari 2006-08-12 01:21:36 UTC FreeBSD src repository Modified files: sys/dev/stge if_stge.c Log: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to caller. In collaboration with: glebius Revision Changes Path 1.2 +13 -13 src/sys/dev/stge/if_stge.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 01:24:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68BDB16A4DE; Sat, 12 Aug 2006 01:24:38 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E9F43D45; Sat, 12 Aug 2006 01:24:38 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1OcWt060251; Sat, 12 Aug 2006 01:24:38 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1OcWD060250; Sat, 12 Aug 2006 01:24:38 GMT (envelope-from yongari) Message-Id: <200608120124.k7C1OcWD060250@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:24:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/sk if_sk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 01:24:38 -0000 yongari 2006-08-12 01:24:37 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to caller. In collaboration with: glebius Revision Changes Path 1.130 +13 -13 src/sys/dev/sk/if_sk.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 01:30:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A21D16A4DA; Sat, 12 Aug 2006 01:30:38 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5806143D45; Sat, 12 Aug 2006 01:30:38 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1Ucs8060842; Sat, 12 Aug 2006 01:30:38 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1Uc56060841; Sat, 12 Aug 2006 01:30:38 GMT (envelope-from yongari) Message-Id: <200608120130.k7C1Uc56060841@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:30:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ti if_ti.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 01:30:38 -0000 yongari 2006-08-12 01:30:38 UTC FreeBSD src repository Modified files: sys/dev/ti if_ti.c Log: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to caller. While I'm here perform checksum offload setup after loading DMA maps. In collaboration with: glebius Revision Changes Path 1.123 +25 -25 src/sys/dev/ti/if_ti.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 01:38:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FB6316A4E0; Sat, 12 Aug 2006 01:38:50 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D92643D4C; Sat, 12 Aug 2006 01:38:50 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1coLm061275; Sat, 12 Aug 2006 01:38:50 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1coTf061274; Sat, 12 Aug 2006 01:38:50 GMT (envelope-from yongari) Message-Id: <200608120138.k7C1coTf061274@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:38:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mii rgephy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 01:38:50 -0000 yongari 2006-08-12 01:38:50 UTC FreeBSD src repository Modified files: sys/dev/mii rgephy.c Log: Due to the poor PHY documentation from RealTek I can't sure but I think the RealTek PHY needs driver to set RGEPHY_BMCR_AUTOEN bit of RGEPHY_MII_BMCR register and proper ANAR register setting for manual media type selection. This fixes long standing manual media type selection bug in rgephy(4). Reported by: Jelte Jansen Tested by: Jelte Jansen Revision Changes Path 1.11 +18 -10 src/sys/dev/mii/rgephy.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 01:43:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9103B16A4DA; Sat, 12 Aug 2006 01:43:54 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4211343D69; Sat, 12 Aug 2006 01:43:52 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1hqb8061643; Sat, 12 Aug 2006 01:43:52 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1hqcY061642; Sat, 12 Aug 2006 01:43:52 GMT (envelope-from rafan) Message-Id: <200608120143.k7C1hqcY061642@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 12 Aug 2006 01:43:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/p5-PAR Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 01:43:54 -0000 rafan 2006-08-12 01:43:52 UTC FreeBSD ports repository Modified files: devel/p5-PAR Makefile distinfo Log: - Update to 0.95.0 Revision Changes Path 1.20 +2 -2 ports/devel/p5-PAR/Makefile 1.14 +3 -3 ports/devel/p5-PAR/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 01:44:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1636216A4E0; Sat, 12 Aug 2006 01:44:31 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 648C243D66; Sat, 12 Aug 2006 01:44:25 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1iPft061691; Sat, 12 Aug 2006 01:44:25 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1iPAf061690; Sat, 12 Aug 2006 01:44:25 GMT (envelope-from shaun) Message-Id: <200608120144.k7C1iPAf061690@repoman.freebsd.org> From: Shaun Amott Date: Sat, 12 Aug 2006 01:44:25 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/share/pgpkeys shaun.key X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 01:44:31 -0000 shaun 2006-08-12 01:44:25 UTC FreeBSD doc repository (ports committer) Modified files: share/pgpkeys shaun.key Log: Update my PGP key. Revision Changes Path 1.2 +37 -37 doc/share/pgpkeys/shaun.key From owner-cvs-all@FreeBSD.ORG Sat Aug 12 01:46:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA9F16A4DA; Sat, 12 Aug 2006 01:46:58 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 901F243D45; Sat, 12 Aug 2006 01:46:58 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 7F9B21A4D82; Fri, 11 Aug 2006 18:46:58 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E32E4515BB; Fri, 11 Aug 2006 21:46:57 -0400 (EDT) Date: Fri, 11 Aug 2006 21:46:57 -0400 From: Kris Kennaway To: Edwin Groothuis Message-ID: <20060812014657.GA28412@xor.obsecurity.org> References: <200608120036.k7C0aTZI049058@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DocE+STaALJfprDB" Content-Disposition: inline In-Reply-To: <200608120036.k7C0aTZI049058@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/xrally Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 01:46:58 -0000 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 12, 2006 at 12:36:29AM +0000, Edwin Groothuis wrote: > edwin 2006-08-12 00:36:29 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > games/xrally Makefile=20 > Log: > broken on 7.x, probably due to gcc 2.95 requirements Actually due to hard-coded -lc_r. Kris --DocE+STaALJfprDB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3TMRWry0BWjoQKURAobdAKDmOzeS/LTpcrzlM0k1ua6izrhLfACg9giH b4WYkjdpsjw3a2vD28UqjD8= =NNIF -----END PGP SIGNATURE----- --DocE+STaALJfprDB-- From owner-cvs-all@FreeBSD.ORG Sat Aug 12 01:55:52 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D6D16A4DE; Sat, 12 Aug 2006 01:55:52 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E9E43D49; Sat, 12 Aug 2006 01:55:52 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C1tqU7062266; Sat, 12 Aug 2006 01:55:52 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C1tqtE062265; Sat, 12 Aug 2006 01:55:52 GMT (envelope-from yongari) Message-Id: <200608120155.k7C1tqtE062265@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 01:55:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 01:55:52 -0000 yongari 2006-08-12 01:55:52 UTC FreeBSD src repository Modified files: sys/pci if_xl.c Log: Make sure to check frames in Tx queue are empty before clearing watchdog timer. Revision Changes Path 1.204 +4 -4 src/sys/pci/if_xl.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 02:05:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEE916A4DD; Sat, 12 Aug 2006 02:05:13 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C7543D45; Sat, 12 Aug 2006 02:05:13 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C25Dnx063962; Sat, 12 Aug 2006 02:05:13 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C25Dx0063961; Sat, 12 Aug 2006 02:05:13 GMT (envelope-from yongari) Message-Id: <200608120205.k7C25Dx0063961@repoman.freebsd.org> From: Pyun YongHyeon Date: Sat, 12 Aug 2006 02:05:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 02:05:13 -0000 yongari 2006-08-12 02:05:13 UTC FreeBSD src repository Modified files: sys/pci if_xl.c Log: Don't reset Tx threshold value whenever xl_init_locked() is called. Instead the threshould is initialized in device attach. Later the threshold could be increased in Tx underrun error and the new threshold should be used in xl_init_locked(). Revision Changes Path 1.205 +3 -1 src/sys/pci/if_xl.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 03:11:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E9816A4DA; Sat, 12 Aug 2006 03:11:44 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D05143D45; Sat, 12 Aug 2006 03:11:44 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C3Bi5g068348; Sat, 12 Aug 2006 03:11:44 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C3BiCO068347; Sat, 12 Aug 2006 03:11:44 GMT (envelope-from perky) Message-Id: <200608120311.k7C3BiCO068347@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 12 Aug 2006 03:11:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/llvm Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 03:11:44 -0000 perky 2006-08-12 03:11:44 UTC FreeBSD ports repository Modified files: devel/llvm Makefile distinfo Log: Update to 1.8a Revision Changes Path 1.13 +2 -2 ports/devel/llvm/Makefile 1.4 +3 -3 ports/devel/llvm/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 03:18:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BBC316A4E2; Sat, 12 Aug 2006 03:18:49 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D91F343D58; Sat, 12 Aug 2006 03:18:48 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C3ImQ4068634; Sat, 12 Aug 2006 03:18:48 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C3ImKp068633; Sat, 12 Aug 2006 03:18:48 GMT (envelope-from perky) Message-Id: <200608120318.k7C3ImKp068633@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 12 Aug 2006 03:18:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/unalz Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 03:18:49 -0000 perky 2006-08-12 03:18:48 UTC FreeBSD ports repository Modified files: archivers/unalz Makefile Log: - Respect DESTDIR - Respect CC/CXX - Bump PORTREVISION PR: 101807 Submitted by: gabor Revision Changes Path 1.6 +5 -1 ports/archivers/unalz/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 03:56:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F93016A4DF; Sat, 12 Aug 2006 03:56:55 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D96F343D46; Sat, 12 Aug 2006 03:56:54 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C3usi0070512; Sat, 12 Aug 2006 03:56:54 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C3us7p070511; Sat, 12 Aug 2006 03:56:54 GMT (envelope-from rafan) Message-Id: <200608120356.k7C3us7p070511@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 12 Aug 2006 03:56:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/dns_balance Makefile distinfo pkg-descr pkg-plist ports/dns/dns_balance/files dns_balance.sh.in patch-dns_balance.rb X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 03:56:55 -0000 rafan 2006-08-12 03:56:54 UTC FreeBSD ports repository Modified files: dns/dns_balance Makefile distinfo pkg-descr pkg-plist dns/dns_balance/files dns_balance.sh.in patch-dns_balance.rb Log: - Update to 2.0 - Fix rc script, use command_interpreter to make it stop properly - Pass maintainership to submitter PR: ports/101672 Submitted by: Stanislav Sedov Revision Changes Path 1.10 +36 -38 ports/dns/dns_balance/Makefile 1.6 +3 -3 ports/dns/dns_balance/distinfo 1.3 +8 -6 ports/dns/dns_balance/files/dns_balance.sh.in 1.3 +67 -42 ports/dns/dns_balance/files/patch-dns_balance.rb 1.2 +6 -1 ports/dns/dns_balance/pkg-descr 1.4 +8 -9 ports/dns/dns_balance/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 12 03:57:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE1616A4DA; Sat, 12 Aug 2006 03:57:44 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCF243D4C; Sat, 12 Aug 2006 03:57:43 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C3vcBs070581; Sat, 12 Aug 2006 03:57:43 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C3vcO7070580; Sat, 12 Aug 2006 03:57:38 GMT (envelope-from rafan) Message-Id: <200608120357.k7C3vcO7070580@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 12 Aug 2006 03:57:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cvsps Makefile distinfo ports/devel/cvsps/files patch-cvsps.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 03:57:44 -0000 rafan 2006-08-12 03:57:38 UTC FreeBSD ports repository Modified files: devel/cvsps Makefile distinfo Added files: devel/cvsps/files patch-cvsps.c Log: - Update to 2.1 - Pass maintainership to submitter PR: ports/101719 Submitted by: Stanislav Sedov Revision Changes Path 1.8 +13 -4 ports/devel/cvsps/Makefile 1.6 +3 -3 ports/devel/cvsps/distinfo 1.1 +12 -0 ports/devel/cvsps/files/patch-cvsps.c (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 03:57:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA2DB16A4F0; Sat, 12 Aug 2006 03:57:46 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E7D643D49; Sat, 12 Aug 2006 03:57:46 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C3vk05070607; Sat, 12 Aug 2006 03:57:46 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C3vk96070606; Sat, 12 Aug 2006 03:57:46 GMT (envelope-from perky) Message-Id: <200608120357.k7C3vk96070606@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 12 Aug 2006 03:57:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/python/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 03:57:47 -0000 perky 2006-08-12 03:57:46 UTC FreeBSD ports repository Modified files: lang/python/files patch-setup.py Log: Avoid to use "ncursesw" which causes segfault when the system has devel/ncurses installed due to a shared library collision between a base ncurses from libreadline dependency and a local ncurses from libncursesw dependency. PR: 99496 Submitted by: rachid achellal , Xiao-Yong Jin Revision Changes Path 1.8 +20 -2 ports/lang/python/files/patch-setup.py From owner-cvs-all@FreeBSD.ORG Sat Aug 12 03:58:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0533A16A4DA; Sat, 12 Aug 2006 03:58:29 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A49143D49; Sat, 12 Aug 2006 03:58:28 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C3wSt2070701; Sat, 12 Aug 2006 03:58:28 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C3wSpR070700; Sat, 12 Aug 2006 03:58:28 GMT (envelope-from rafan) Message-Id: <200608120358.k7C3wSpR070700@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 12 Aug 2006 03:58:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/kscope Makefile distinfo pkg-plist ports/devel/kscope/files patch-inline X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 03:58:29 -0000 rafan 2006-08-12 03:58:28 UTC FreeBSD ports repository Modified files: devel/kscope Makefile distinfo pkg-plist devel/kscope/files patch-inline Log: - Update to 1.4.0 PR: ports/101732 Submitted by: Frank Mayhar (maintainer) Revision Changes Path 1.16 +1 -1 ports/devel/kscope/Makefile 1.11 +3 -3 ports/devel/kscope/distinfo 1.3 +7 -7 ports/devel/kscope/files/patch-inline 1.9 +16 -3 ports/devel/kscope/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 12 04:07:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A019816A4DE; Sat, 12 Aug 2006 04:07:30 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5588B43D45; Sat, 12 Aug 2006 04:07:30 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C47Ued072362; Sat, 12 Aug 2006 04:07:30 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C47UrL072361; Sat, 12 Aug 2006 04:07:30 GMT (envelope-from rafan) Message-Id: <200608120407.k7C47UrL072361@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 12 Aug 2006 04:07:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro/p5-Astro-Catalog Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 04:07:30 -0000 rafan 2006-08-12 04:07:30 UTC FreeBSD ports repository Modified files: astro/p5-Astro-Catalog Makefile Log: - Respect DESTDIR PR: ports/101838 Submitted by: Gea-Suan Lin Revision Changes Path 1.9 +3 -3 ports/astro/p5-Astro-Catalog/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 04:10:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC60116A4DD; Sat, 12 Aug 2006 04:10:09 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 291B043D46; Sat, 12 Aug 2006 04:10:09 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C4A97D072438; Sat, 12 Aug 2006 04:10:09 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C4A9MS072437; Sat, 12 Aug 2006 04:10:09 GMT (envelope-from perky) Message-Id: <200608120410.k7C4A9MS072437@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 12 Aug 2006 04:10:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/libsigsegv Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 04:10:09 -0000 perky 2006-08-12 04:10:08 UTC FreeBSD ports repository Modified files: devel/libsigsegv Makefile distinfo Log: Update to 2.4 PR: 100485 Submitted by: Kostik Belousov Revision Changes Path 1.7 +1 -1 ports/devel/libsigsegv/Makefile 1.5 +3 -3 ports/devel/libsigsegv/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 04:24:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC79316A4E1; Sat, 12 Aug 2006 04:24:43 +0000 (UTC) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC7443D45; Sat, 12 Aug 2006 04:24:43 +0000 (GMT) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C4OhRx073212; Sat, 12 Aug 2006 04:24:43 GMT (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C4Ogb6073210; Sat, 12 Aug 2006 04:24:42 GMT (envelope-from perky) Message-Id: <200608120424.k7C4Ogb6073210@repoman.freebsd.org> From: Hye-Shik Chang Date: Sat, 12 Aug 2006 04:24:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/python22 Makefile ports/lang/python22/files patch-Modules::fcntlmodule.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 04:24:43 -0000 perky 2006-08-12 04:24:42 UTC FreeBSD ports repository Modified files: lang/python22 Makefile Removed files: lang/python22/files patch-Modules::fcntlmodule.c Log: Remove a wrong patch which doesn't apply to Python 2.2. PR: 90829 Submitted by: Mike Brown Revision Changes Path 1.115 +1 -1 ports/lang/python22/Makefile 1.2 +0 -20 ports/lang/python22/files/patch-Modules::fcntlmodule.c (dead) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 05:38:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C4816A4E0; Sat, 12 Aug 2006 05:38:02 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A6843D58; Sat, 12 Aug 2006 05:38:02 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C5c27v085422; Sat, 12 Aug 2006 05:38:02 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C5c2bh085421; Sat, 12 Aug 2006 05:38:02 GMT (envelope-from sat) Message-Id: <200608120538.k7C5c2bh085421@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 12 Aug 2006 05:38:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/dcraw Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 05:38:03 -0000 sat 2006-08-12 05:38:02 UTC FreeBSD ports repository Modified files: graphics/dcraw Makefile distinfo Log: - Update to 8.29 Revision Changes Path 1.21 +1 -1 ports/graphics/dcraw/Makefile 1.19 +3 -3 ports/graphics/dcraw/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 06:17:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87B9916A4DF; Sat, 12 Aug 2006 06:17:38 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37CC143D46; Sat, 12 Aug 2006 06:17:38 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C6Hc8w088650; Sat, 12 Aug 2006 06:17:38 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C6HcCc088649; Sat, 12 Aug 2006 06:17:38 GMT (envelope-from rafan) Message-Id: <200608120617.k7C6HcCc088649@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 12 Aug 2006 06:17:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/multimedia/freevo Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 06:17:38 -0000 rafan 2006-08-12 06:17:38 UTC FreeBSD ports repository Modified files: multimedia/freevo Makefile pkg-plist Log: - Try to remove some locale directories that are not in mtree file [1] - Define USE_GETTEXT [1] - Bump PORTREVISION for changes above [1] - Reorder RUN_DEPENDS to pet portlint(1) [2] PR: ports/101498 [1] Submitted by: Stanislav Sedov [1], rafan [2] Approved by: Soren Dossing (maintainer) Revision Changes Path 1.10 +6 -5 ports/multimedia/freevo/Makefile 1.3 +8 -0 ports/multimedia/freevo/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 12 06:29:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7A6A16A4DA; Sat, 12 Aug 2006 06:29:15 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A0FD43D49; Sat, 12 Aug 2006 06:29:15 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C6TFUw089145; Sat, 12 Aug 2006 06:29:15 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C6TFuR089144; Sat, 12 Aug 2006 06:29:15 GMT (envelope-from jkoshy) Message-Id: <200608120629.k7C6TFuR089144@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 12 Aug 2006 06:29:15 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 06:29:15 -0000 jkoshy 2006-08-12 06:29:15 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Add Matt Hartley's review of PC-BSD in OSWeekly.com Revision Changes Path 1.206 +11 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Sat Aug 12 07:00:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 397CD16A4DD; Sat, 12 Aug 2006 07:00:36 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF64C43D46; Sat, 12 Aug 2006 07:00:35 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C70Z15090701; Sat, 12 Aug 2006 07:00:35 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C70Ztr090700; Sat, 12 Aug 2006 07:00:35 GMT (envelope-from acm) Message-Id: <200608120700.k7C70Ztr090700@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Sat, 12 Aug 2006 07:00:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/linux_base-fc4 Makefile distinfo.i386 pkg-install pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 07:00:36 -0000 acm 2006-08-12 07:00:35 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc4 Makefile distinfo.i386 pkg-install pkg-plist Log: - Integrate linux-krb5-libs and linux-e2fsprogs to linux_base-fc4 Reviewed by: bsam Approved by: netchild, garga (mentor) Revision Changes Path 1.17 +6 -1 ports/emulators/linux_base-fc4/Makefile 1.9 +12 -0 ports/emulators/linux_base-fc4/distinfo.i386 1.4 +10 -0 ports/emulators/linux_base-fc4/pkg-install 1.10 +107 -0 ports/emulators/linux_base-fc4/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 12 07:01:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CD2E16A4DA; Sat, 12 Aug 2006 07:01:04 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECB843D45; Sat, 12 Aug 2006 07:01:04 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C7132q090792; Sat, 12 Aug 2006 07:01:03 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C7137m090791; Sat, 12 Aug 2006 07:01:03 GMT (envelope-from novel) Message-Id: <200608120701.k7C7137m090791@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sat, 12 Aug 2006 07:01:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/opencdk Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 07:01:04 -0000 novel 2006-08-12 07:01:03 UTC FreeBSD ports repository Modified files: security/opencdk Makefile distinfo Log: Update to 0.5.9. Revision Changes Path 1.24 +1 -7 ports/security/opencdk/Makefile 1.11 +3 -3 ports/security/opencdk/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 07:27:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8823016A4DE; Sat, 12 Aug 2006 07:27:36 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A69C43D4C; Sat, 12 Aug 2006 07:27:36 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C7RaO6093305; Sat, 12 Aug 2006 07:27:36 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C7Rag9093304; Sat, 12 Aug 2006 07:27:36 GMT (envelope-from novel) Message-Id: <200608120727.k7C7Rag9093304@repoman.freebsd.org> From: Roman Bogorodskiy Date: Sat, 12 Aug 2006 07:27:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/gnutls Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 07:27:36 -0000 novel 2006-08-12 07:27:36 UTC FreeBSD ports repository Modified files: security/gnutls Makefile distinfo Log: Update to 1.4.2. Revision Changes Path 1.41 +1 -1 ports/security/gnutls/Makefile 1.17 +3 -3 ports/security/gnutls/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 07:51:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF30416A4DE; Sat, 12 Aug 2006 07:51:47 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D51343D64; Sat, 12 Aug 2006 07:51:40 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C7pen4094599; Sat, 12 Aug 2006 07:51:40 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C7pelY094598; Sat, 12 Aug 2006 07:51:40 GMT (envelope-from jkoshy) Message-Id: <200608120751.k7C7pelY094598@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 12 Aug 2006 07:51:39 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 07:51:48 -0000 jkoshy 2006-08-12 07:51:39 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Add Brian Tiemann's article in InformIT.com on advanced FreeBSD installation tasks. Revision Changes Path 1.207 +12 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Sat Aug 12 08:28:30 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 839AD16A4DF; Sat, 12 Aug 2006 08:28:30 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD8E43D58; Sat, 12 Aug 2006 08:28:29 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k7C8SSpS022864; Sat, 12 Aug 2006 12:28:28 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sat, 12 Aug 2006 12:28:28 +0400 (MSD) From: Dmitry Morozovsky To: Nate Lawson In-Reply-To: <200608120051.k7C0pIjv057528@repoman.freebsd.org> Message-ID: <20060812122745.F25511@woozle.rinet.ru> References: <200608120051.k7C0pIjv057528@repoman.freebsd.org> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Sat, 12 Aug 2006 12:28:28 +0400 (MSD) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 08:28:30 -0000 On Sat, 12 Aug 2006, Nate Lawson wrote: NL> njl 2006-08-12 00:51:18 UTC NL> NL> FreeBSD src repository NL> NL> Modified files: (Branch: RELENG_6) NL> sys/i386/acpica acpi_wakeup.c NL> Log: NL> MFC: stop beep after resume and man page updates NL> NL> Revision Changes Path NL> 1.39.2.2 +11 -0 src/sys/i386/acpica/acpi_wakeup.c Hmm, it seems part of commit was not MFCed: /acpica -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/lh/src/sys/MINI/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -I/usr/obj/lh/src/sys/MINI -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c: In function `acpi_sleep_machdep': /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: error: `acpi_resume_beep' undeclared (first use in this function) /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: error: (Each undeclared identifier is reported only once /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c:285: error: for each function it appears in.) *** Error code 1 marck@kucha:/usr/src> ident /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c /lh/src/sys/modules/acpi/acpi/../../../i386/acpica/acpi_wakeup.c: $FreeBSD: src/sys/i386/acpica/acpi_wakeup.c,v 1.39.2.2 2006/08/12 00:51:18 njl Exp $ Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-all@FreeBSD.ORG Sat Aug 12 08:34:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C0916A4DE; Sat, 12 Aug 2006 08:34:44 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEB4443D49; Sat, 12 Aug 2006 08:34:40 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C8Ye0v097739; Sat, 12 Aug 2006 08:34:40 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C8YeHD097738; Sat, 12 Aug 2006 08:34:40 GMT (envelope-from erwin) Message-Id: <200608120834.k7C8YeHD097738@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 12 Aug 2006 08:34:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/cvs2p4 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 08:34:44 -0000 erwin 2006-08-12 08:34:40 UTC FreeBSD ports repository Modified files: devel/cvs2p4 Makefile Log: Pointyhat seems to have difficulty reaching the official mirror, so mirror locally. Revision Changes Path 1.13 +3 -1 ports/devel/cvs2p4/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 08:42:55 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B176716A4DA; Sat, 12 Aug 2006 08:42:55 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id A312743D4C; Sat, 12 Aug 2006 08:42:53 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 38A6F5E47; Sat, 12 Aug 2006 12:42:52 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 068CB5F10; Sat, 12 Aug 2006 12:42:52 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7C8grer008658; Sat, 12 Aug 2006 12:42:53 +0400 (MSD) (envelope-from ru) Date: Sat, 12 Aug 2006 12:42:53 +0400 From: Ruslan Ermilov To: Alexander Leidinger Message-ID: <20060812084253.GA8597@rambler-co.ru> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> <20060811220244.GC5237@rambler-co.ru> <20060811223642.GA21117@xor.obsecurity.org> <20060812005213.384b744b@Magellan.Leidinger.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline In-Reply-To: <20060812005213.384b744b@Magellan.Leidinger.net> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Kris Kennaway Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 08:42:56 -0000 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sat, Aug 12, 2006 at 12:52:13AM +0200, Alexander Leidinger wrote: > Quoting Kris Kennaway (Fri, 11 Aug 2006 18:36:42 -0= 400): > > I'd suggest adding a comment to the file to prevent another recurrence >=20 > This was one the first idea I had after reading this. If nobody comes > up with a better one after I'm awaken again, I will add a comment (at > the end of the OLD_FILES list). >=20 > > of this, or make it so they're touched at installworld and don't keep > > showing up as false positives in 'find' searches. >=20 > That would be another idea. I like it better, since we can't expect > that someone greps in ObsoleteFiles.inc for each file he wants to add. >=20 Please add a comment to ObsoleteFiles.inc if you like. Touching these files at installworld time is not an acceptable option since they are not touched for a reson to match the behavior of standard Groff install (they can have locally added staff much like our /boot/loader.rc which shouldn't be occasionally overwritten). Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --envbJBWh7q8WU6mo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3ZSNqRfpzJluFF4RAr1NAJ9TPGKVk33IFD9o+MeogZr4VMJpMACghGkY 41u1KiarPL8xcpNL7v7DGjs= =gaHC -----END PGP SIGNATURE----- --envbJBWh7q8WU6mo-- From owner-cvs-all@FreeBSD.ORG Sat Aug 12 08:53:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CF7216A4DA; Sat, 12 Aug 2006 08:53:55 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B443D43D45; Sat, 12 Aug 2006 08:53:54 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C8rsx8006442; Sat, 12 Aug 2006 08:53:54 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C8rsIv006441; Sat, 12 Aug 2006 08:53:54 GMT (envelope-from imp) Message-Id: <200608120853.k7C8rsIv006441@repoman.freebsd.org> From: Warner Losh Date: Sat, 12 Aug 2006 08:53:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/exca excareg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 08:53:55 -0000 imp 2006-08-12 08:53:54 UTC FreeBSD src repository Modified files: sys/dev/exca excareg.h Log: The TOPIC97 and TOPIC100 seem to have a special register in the exca space that enables low voltage operation (and maybe other stuff). Enable the bits in this register so low voltage 16-bit cards may work. Existance noticed in NetBSD driver. Revision Changes Path 1.6 +6 -0 src/sys/dev/exca/excareg.h From owner-cvs-all@FreeBSD.ORG Sat Aug 12 09:04:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 355A216A4DF; Sat, 12 Aug 2006 09:04:04 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED98043D45; Sat, 12 Aug 2006 09:04:03 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C943e2008187; Sat, 12 Aug 2006 09:04:03 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C94372008186; Sat, 12 Aug 2006 09:04:03 GMT (envelope-from dougb) Message-Id: <200608120904.k7C94372008186@repoman.freebsd.org> From: Doug Barton Date: Sat, 12 Aug 2006 09:04:03 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portmaster/files portmaster.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 09:04:04 -0000 dougb 2006-08-12 09:04:03 UTC FreeBSD ports repository Modified files: sysutils/portmaster/files portmaster.sh.in Log: New Features ============ 1. -e mode to expunge a port via pkg_delete, and optionally remove its distfiles 2. -s and -e modes now respect -b (backup) and -d|D options regarding always deleting (or not deleting) distfiles General ======= 1. Re-factor more code out into functions, and move them earlier in the script so that they are available to the new features. 2. Clean up the code in a few places to make it slightly more efficient, and a lot more readable. Bug Fixes ========= 1. Fix exit status of various code paths to be more in keeping with Unix tradition [1] 2. Be a lot more thorough about killing off errant children when the user hits ^C [1] 3. If the directory referred to by PKGREPOSITORY exists, use it to store packages built for -b and -g instead of HOME [2] My thanks to both Darren and James for their patience and testing of several development versions to nail down bugs 2 and 3. Brought to my attention by: Darren Pilgrim [1] Brought to my attention by: James O'Gorman [2] Revision Changes Path 1.7 +209 -104 ports/sysutils/portmaster/files/portmaster.sh.in From owner-cvs-all@FreeBSD.ORG Sat Aug 12 09:04:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDDC016A4DF; Sat, 12 Aug 2006 09:04:48 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D2643D45; Sat, 12 Aug 2006 09:04:48 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C94mrX008235; Sat, 12 Aug 2006 09:04:48 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C94mOM008234; Sat, 12 Aug 2006 09:04:48 GMT (envelope-from dougb) Message-Id: <200608120904.k7C94mOM008234@repoman.freebsd.org> From: Doug Barton Date: Sat, 12 Aug 2006 09:04:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portmaster/files portmaster.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 09:04:48 -0000 dougb 2006-08-12 09:04:48 UTC FreeBSD ports repository Modified files: sysutils/portmaster/files portmaster.8 Log: Update for new expunge feature in 1.7, and generally improve markup Revision Changes Path 1.5 +32 -13 ports/sysutils/portmaster/files/portmaster.8 From owner-cvs-all@FreeBSD.ORG Sat Aug 12 09:05:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE0816A4DA; Sat, 12 Aug 2006 09:05:19 +0000 (UTC) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0B2343D45; Sat, 12 Aug 2006 09:05:18 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C95IRX008315; Sat, 12 Aug 2006 09:05:18 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C95IUr008314; Sat, 12 Aug 2006 09:05:18 GMT (envelope-from clement) Message-Id: <200608120905.k7C95IUr008314@repoman.freebsd.org> From: Clement Laforet Date: Sat, 12 Aug 2006 09:05:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/apache22 Makefile.modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 09:05:19 -0000 clement 2006-08-12 09:05:18 UTC FreeBSD ports repository Modified files: www/apache22 Makefile.modules Log: - Fix apr_dbd_mysql build Revision Changes Path 1.17 +2 -2 ports/www/apache22/Makefile.modules From owner-cvs-all@FreeBSD.ORG Sat Aug 12 09:05:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D71316A4E1; Sat, 12 Aug 2006 09:05:48 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9938343D5C; Sat, 12 Aug 2006 09:05:46 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C95kX7008358; Sat, 12 Aug 2006 09:05:46 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C95kke008357; Sat, 12 Aug 2006 09:05:46 GMT (envelope-from dougb) Message-Id: <200608120905.k7C95kke008357@repoman.freebsd.org> From: Doug Barton Date: Sat, 12 Aug 2006 09:05:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/portmaster Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 09:05:48 -0000 dougb 2006-08-12 09:05:46 UTC FreeBSD ports repository Modified files: sysutils/portmaster Makefile Log: Update for new version 1.7 Revision Changes Path 1.7 +1 -1 ports/sysutils/portmaster/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 09:06:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6357216A4E1; Sat, 12 Aug 2006 09:06:56 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2823B43D45; Sat, 12 Aug 2006 09:06:56 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C96u7O008432; Sat, 12 Aug 2006 09:06:56 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C96uCK008431; Sat, 12 Aug 2006 09:06:56 GMT (envelope-from imp) Message-Id: <200608120906.k7C96uCK008431@repoman.freebsd.org> From: Warner Losh Date: Sat, 12 Aug 2006 09:06:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccbb pccbb.c pccbb_pci.c pccbbreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 09:06:56 -0000 imp 2006-08-12 09:06:55 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c pccbb_pci.c pccbbreg.h Log: Batch of changes: o when turning off the socket for a 16-bit card, write 0 to INTR register rather than just tying to just clear the rest bit. this seems to fix card insert detection after an eject on TI bridges (ricoh bridges work either way, apparently). This is a MFp4. o Cope better with TOPIC95 bridges on powerup. According to NetBSD driver, these bridges don't set POWER_STATE, so cope accordingly in our power code. They also need a little extra time to settle, so do that as well. o It appears that we need to turn on/off one of the clocks to the card when we power up/down that socket on a TOPIC97, also from NetBSD. o TOPIC97 bridges need to specifically enable LV card support. Unconditionally do this in the hopes that all laptops that have these chips support LV voltages (they should, since they are required for CardBus). o TOPIC register name regularization. Registers specific to models of TOPIC are now called out as such. # I need a machine with a TOPIC95 for testing. Revision Changes Path 1.151 +42 -13 src/sys/dev/pccbb/pccbb.c 1.22 +25 -19 src/sys/dev/pccbb/pccbb_pci.c 1.20 +45 -29 src/sys/dev/pccbb/pccbbreg.h From owner-cvs-all@FreeBSD.ORG Sat Aug 12 09:09:37 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBE716A4DD; Sat, 12 Aug 2006 09:09:37 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833BD43D49; Sat, 12 Aug 2006 09:09:37 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C99b7q008574; Sat, 12 Aug 2006 09:09:37 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C99bZx008573; Sat, 12 Aug 2006 09:09:37 GMT (envelope-from edwin) Message-Id: <200608120909.k7C99bZx008573@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 12 Aug 2006 09:09:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/penguintv Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 09:09:37 -0000 edwin 2006-08-12 09:09:37 UTC FreeBSD ports repository Modified files: net/penguintv Makefile Log: according to portsmon, this is resolved Revision Changes Path 1.5 +0 -2 ports/net/penguintv/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 09:28:03 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A9A16A4DE; Sat, 12 Aug 2006 09:28:03 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D831243D53; Sat, 12 Aug 2006 09:28:02 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C9S249009438; Sat, 12 Aug 2006 09:28:02 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C9S2rF009437; Sat, 12 Aug 2006 09:28:02 GMT (envelope-from sem) Message-Id: <200608120928.k7C9S2rF009437@repoman.freebsd.org> From: Sergey Matveychuk Date: Sat, 12 Aug 2006 09:28:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gsoap Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 09:28:03 -0000 sem 2006-08-12 09:28:02 UTC FreeBSD ports repository Modified files: devel/gsoap Makefile Log: - Socket descriptors should be in range from 0 to FD_SETSIZE-1. Fix compare operators to be complied with it. PR: ports/101713 Submitted by: Simun Mikecin Revision Changes Path 1.26 +3 -3 ports/devel/gsoap/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 09:40:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4996116A4DF; Sat, 12 Aug 2006 09:40:14 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av7-1-sn3.vrr.skanova.net (av7-1-sn3.vrr.skanova.net [81.228.9.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A72143D45; Sat, 12 Aug 2006 09:40:13 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 82C6B37FE5; Sat, 12 Aug 2006 11:40:08 +0200 (CEST) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 7390337F86; Sat, 12 Aug 2006 11:40:08 +0200 (CEST) Received: from dude.automatvapen.se (81-235-165-101-no21.tbcn.telia.com [81.235.165.101]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 0B0FA37E46; Sat, 12 Aug 2006 11:40:12 +0200 (CEST) From: Joel Dahl To: John Baldwin In-Reply-To: <200608111922.k7BJMvpS009010@repoman.freebsd.org> References: <200608111922.k7BJMvpS009010@repoman.freebsd.org> Content-Type: text/plain Date: Sat, 12 Aug 2006 11:40:11 +0200 Message-Id: <1155375611.667.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/acpica madt.c src/sys/amd64/amd64 pmap.c src/sys/amd64/include pmap.h src/sys/dev/acpica/Osd OsdMemory.c src/sys/i386/acpica acpi_machdep.c madt.c src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h src/sys/ia64/include pmap.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 09:40:14 -0000 On Fri, 2006-08-11 at 19:22 +0000, John Baldwin wrote: > jhb 2006-08-11 19:22:57 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/acpica madt.c > sys/amd64/amd64 pmap.c > sys/amd64/include pmap.h > sys/dev/acpica/Osd OsdMemory.c > sys/i386/acpica acpi_machdep.c madt.c > sys/i386/i386 pmap.c > sys/i386/include pmap.h > sys/ia64/include pmap.h > Log: > First pass at allowing memory to be mapped using cache modes other than > WB (write-back) on x86 via control bits in PTEs and PDEs (including making > use of the PAT MSR). Changes include: > - A new pmap_mapdev_attr() function for amd64 and i386 which takes an > additional parameter (relative to pmap_mapdev()) specifying the cache > mode for this mapping. Note that on amd64 only WB mappings are done with > the direct map, all other modes result in a private mapping. > - pmap_mapdev() on i386 and amd64 now defaults to using UC (uncached) > mappings rather than WB. Previously we relied on the BIOS setting up > MTRR's to enforce memio regions being treated as UC. This might make > hw.cbb_start_memory unnecessary in some cases now for example. > - A new pmap_mapbios()/pmap_unmapbios() API has been added to allow places > that used pmap_mapdev() to map non-device memory (such as ACPI tables) > to do so using WB as before. > - A new pmap_change_attr() function for amd64 and i386 that changes the > caching mode for a range of KVA. Nice! Thanks! -- Joel From owner-cvs-all@FreeBSD.ORG Sat Aug 12 09:46:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E411416A4DD; Sat, 12 Aug 2006 09:46:43 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F0643D5D; Sat, 12 Aug 2006 09:46:43 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C9khMg010346; Sat, 12 Aug 2006 09:46:43 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C9khwu010345; Sat, 12 Aug 2006 09:46:43 GMT (envelope-from des) Message-Id: <200608120946.k7C9khwu010345@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 12 Aug 2006 09:46:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mk bsd.cpu.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 09:46:44 -0000 des 2006-08-12 09:46:43 UTC FreeBSD src repository Modified files: share/mk bsd.cpu.mk Log: I don't know where I got the idea that the VIA C3 has 3DNow!; it doesn't. It does have MMX (though MMX support is reputed to be incomplete in early generations), and later generations have SSE. MFC after: 2 weeks Revision Changes Path 1.55 +1 -1 src/share/mk/bsd.cpu.mk From owner-cvs-all@FreeBSD.ORG Sat Aug 12 09:52:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43A6F16A4DE; Sat, 12 Aug 2006 09:52:54 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC9DC43D45; Sat, 12 Aug 2006 09:52:53 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7C9qrc3010681; Sat, 12 Aug 2006 09:52:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7C9qrnv010680; Sat, 12 Aug 2006 09:52:53 GMT (envelope-from miwi) Message-Id: <200608120952.k7C9qrnv010680@repoman.freebsd.org> From: Martin Wilke Date: Sat, 12 Aug 2006 09:52:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/irc/bitlbee Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 09:52:54 -0000 miwi 2006-08-12 09:52:53 UTC FreeBSD ports repository Modified files: irc/bitlbee Makefile distinfo Log: - Update to 1.0.3 - Remove msn6 patch is no longer supported PR: ports/99911 Submitted by: miwi Approved by: krion (mentor), maintainer timeout Revision Changes Path 1.26 +2 -10 ports/irc/bitlbee/Makefile 1.17 +3 -6 ports/irc/bitlbee/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 10:26:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26D4916A4DA; Sat, 12 Aug 2006 10:26:09 +0000 (UTC) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D01A243D45; Sat, 12 Aug 2006 10:26:08 +0000 (GMT) (envelope-from lbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CAQ81w013426; Sat, 12 Aug 2006 10:26:08 GMT (envelope-from lbr@repoman.freebsd.org) Received: (from lbr@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CAQ8jq013425; Sat, 12 Aug 2006 10:26:08 GMT (envelope-from lbr) Message-Id: <200608121026.k7CAQ8jq013425@repoman.freebsd.org> From: Lars Balker Rasmussen Date: Sat, 12 Aug 2006 10:26:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/p5-Catalyst-Plugin-Session Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 10:26:09 -0000 lbr 2006-08-12 10:26:08 UTC FreeBSD ports repository Modified files: www/p5-Catalyst-Plugin-Session Makefile distinfo Log: Update to 0.11 Revision Changes Path 1.12 +1 -1 ports/www/p5-Catalyst-Plugin-Session/Makefile 1.9 +3 -3 ports/www/p5-Catalyst-Plugin-Session/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 11:05:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AFFF16A4DD; Sat, 12 Aug 2006 11:05:38 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C52A343D45; Sat, 12 Aug 2006 11:05:37 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CB5bIs016534; Sat, 12 Aug 2006 11:05:37 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CB5bmO016533; Sat, 12 Aug 2006 11:05:37 GMT (envelope-from simon) Message-Id: <200608121105.k7CB5bmO016533@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 12 Aug 2006 11:05:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/openscep/files patch-lib_fingerprint.c patch-lib_proxy.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 11:05:38 -0000 simon 2006-08-12 11:05:37 UTC FreeBSD ports repository Added files: security/openscep/files patch-lib_fingerprint.c patch-lib_proxy.c Log: Fix compile with OpenSSL 0.9.8b from -CURRENT. Problem reported by: kris Revision Changes Path 1.1 +13 -0 ports/security/openscep/files/patch-lib_fingerprint.c (new) 1.1 +13 -0 ports/security/openscep/files/patch-lib_proxy.c (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 11:18:15 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B8E716A4DA; Sat, 12 Aug 2006 11:18:15 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7392243D4C; Sat, 12 Aug 2006 11:18:14 +0000 (GMT) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CBIEQ4018644; Sat, 12 Aug 2006 11:18:14 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CBIERG018643; Sat, 12 Aug 2006 11:18:14 GMT (envelope-from flz) Message-Id: <200608121118.k7CBIERG018643@repoman.freebsd.org> From: Florent Thoumie Date: Sat, 12 Aug 2006 11:18:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/visitors Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 11:18:15 -0000 flz 2006-08-12 11:18:14 UTC FreeBSD ports repository Modified files: www/visitors Makefile Log: - Respect DESTDIR. PR: ports/101891 Submitted by: chinsan Revision Changes Path 1.12 +2 -1 ports/www/visitors/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 11:24:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A4B16A4DD; Sat, 12 Aug 2006 11:24:32 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 341AF43D46; Sat, 12 Aug 2006 11:24:32 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CBOWAO019030; Sat, 12 Aug 2006 11:24:32 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CBOW6D019029; Sat, 12 Aug 2006 11:24:32 GMT (envelope-from sat) Message-Id: <200608121124.k7CBOW6D019029@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 12 Aug 2006 11:24:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/misc/nut Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 11:24:32 -0000 sat 2006-08-12 11:24:31 UTC FreeBSD ports repository Modified files: misc/nut Makefile distinfo Log: - Update to 11.6 Approved by: miwi (maintainer) Revision Changes Path 1.65 +2 -6 ports/misc/nut/Makefile 1.57 +3 -3 ports/misc/nut/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 11:37:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C009816A4E5; Sat, 12 Aug 2006 11:37:55 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF9143D45; Sat, 12 Aug 2006 11:37:55 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CBbtUu019664; Sat, 12 Aug 2006 11:37:55 GMT (envelope-from joel@repoman.freebsd.org) Received: (from joel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CBbtZN019663; Sat, 12 Aug 2006 11:37:55 GMT (envelope-from joel) Message-Id: <200608121137.k7CBbtZN019663@repoman.freebsd.org> From: Joel Dahl Date: Sat, 12 Aug 2006 11:37:55 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/gnome news.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 11:37:55 -0000 joel 2006-08-12 11:37:55 UTC FreeBSD doc repository Modified files: en/gnome news.xml Log: Fix typos. Revision Changes Path 1.122 +2 -2 www/en/gnome/news.xml From owner-cvs-all@FreeBSD.ORG Sat Aug 12 12:33:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9176D16A4DE; Sat, 12 Aug 2006 12:33:14 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA7B43D49; Sat, 12 Aug 2006 12:33:13 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CCXDrD023423; Sat, 12 Aug 2006 12:33:13 GMT (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CCXDWZ023422; Sat, 12 Aug 2006 12:33:13 GMT (envelope-from nork) Message-Id: <200608121233.k7CCXDWZ023422@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 12 Aug 2006 12:33:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/progsreiserfs Makefile ports/sysutils/progsreiserfs/files patch-libdal-file.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 12:33:14 -0000 nork 2006-08-12 12:33:13 UTC FreeBSD ports repository Modified files: sysutils/progsreiserfs Makefile Added files: sysutils/progsreiserfs/files patch-libdal-file.c Log: Get media size by DIOCGMEDIASIZE ioctl(2). # dd if=/dev/zero of=/var/tmp/reiserfs.img bs=1m count=64 # mdconfig -a -t vnode -f /var/tmp/reiserfs.img # mkfs.reiserfs -q /dev/md0. Obtained from: src/sbin/newfs/newfs.c Revision Changes Path 1.17 +1 -1 ports/sysutils/progsreiserfs/Makefile 1.1 +26 -0 ports/sysutils/progsreiserfs/files/patch-libdal-file.c (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 12:35:37 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D14016A4DD; Sat, 12 Aug 2006 12:35:37 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5D6F43D73; Sat, 12 Aug 2006 12:35:32 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 3AA3B1A3C23; Sat, 12 Aug 2006 05:35:32 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8596D515BB; Sat, 12 Aug 2006 08:35:31 -0400 (EDT) Date: Sat, 12 Aug 2006 08:35:31 -0400 From: Kris Kennaway To: Ruslan Ermilov Message-ID: <20060812123531.GA36569@xor.obsecurity.org> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> <20060811220244.GC5237@rambler-co.ru> <20060811223642.GA21117@xor.obsecurity.org> <20060812005213.384b744b@Magellan.Leidinger.net> <20060812084253.GA8597@rambler-co.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <20060812084253.GA8597@rambler-co.ru> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Alexander Leidinger , cvs-all@freebsd.org, Kris Kennaway Subject: Re: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 12:35:37 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 12, 2006 at 12:42:53PM +0400, Ruslan Ermilov wrote: > Hi, >=20 > On Sat, Aug 12, 2006 at 12:52:13AM +0200, Alexander Leidinger wrote: > > Quoting Kris Kennaway (Fri, 11 Aug 2006 18:36:42 = -0400): > > > I'd suggest adding a comment to the file to prevent another recurrence > >=20 > > This was one the first idea I had after reading this. If nobody comes > > up with a better one after I'm awaken again, I will add a comment (at > > the end of the OLD_FILES list). > >=20 > > > of this, or make it so they're touched at installworld and don't keep > > > showing up as false positives in 'find' searches. > >=20 > > That would be another idea. I like it better, since we can't expect > > that someone greps in ObsoleteFiles.inc for each file he wants to add. > >=20 > Please add a comment to ObsoleteFiles.inc if you like. Touching these > files at installworld time is not an acceptable option since they are > not touched for a reson to match the behavior of standard Groff install > (they can have locally added staff much like our /boot/loader.rc which > shouldn't be occasionally overwritten). I said "touch" for a reason; touch(1) ;-) Kris --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3csSWry0BWjoQKURApyHAKDFV6ZkgSlURsNavhMPkRjhtfZ+tACeP7v5 d9UEQjV0XcL37M60c+Z2wF0= =+ZtF -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:01:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E902316A4DE; Sat, 12 Aug 2006 13:01:25 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA00D43D46; Sat, 12 Aug 2006 13:01:25 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CD1P7I032645; Sat, 12 Aug 2006 13:01:25 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CD1P34032644; Sat, 12 Aug 2006 13:01:25 GMT (envelope-from erwin) Message-Id: <200608121301.k7CD1P34032644@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 12 Aug 2006 13:01:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/shoutcast Makefile pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:01:26 -0000 erwin 2006-08-12 13:01:25 UTC FreeBSD ports repository Modified files: audio/shoutcast Makefile pkg-install Log: - Respect DESTDIR - Hide some command invocations in port Makefile PR: 101669 Submitted by: gabor (maintainer) Revision Changes Path 1.9 +9 -9 ports/audio/shoutcast/Makefile 1.3 +6 -1 ports/audio/shoutcast/pkg-install From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:02:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51E7416A4DA; Sat, 12 Aug 2006 13:02:32 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13F3043D45; Sat, 12 Aug 2006 13:02:32 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CD2VGJ032714; Sat, 12 Aug 2006 13:02:31 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CD2VlF032713; Sat, 12 Aug 2006 13:02:31 GMT (envelope-from ache) Message-Id: <200608121302.k7CD2VlF032713@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 12 Aug 2006 13:02:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/procmail Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:02:32 -0000 ache 2006-08-12 13:02:31 UTC FreeBSD ports repository Modified files: mail/procmail Makefile Log: Comment out COURIER_MAILDIR_KLUDGE support waiting new patch location appearse (perhaps) PR: 101829 Revision Changes Path 1.55 +5 -5 ports/mail/procmail/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:02:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C02FA16A4DA; Sat, 12 Aug 2006 13:02:41 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FC2143D45; Sat, 12 Aug 2006 13:02:41 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CD2fDL032760; Sat, 12 Aug 2006 13:02:41 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CD2fPp032759; Sat, 12 Aug 2006 13:02:41 GMT (envelope-from erwin) Message-Id: <200608121302.k7CD2fPp032759@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 12 Aug 2006 13:02:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/linux-shoutcast Makefile pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:02:41 -0000 erwin 2006-08-12 13:02:41 UTC FreeBSD ports repository Modified files: audio/linux-shoutcast Makefile pkg-install Log: - Respect DESTDIR - Hide some command invocations in port Makefile PR: 101670 Submitted by: gabor (maintainer) Revision Changes Path 1.3 +10 -10 ports/audio/linux-shoutcast/Makefile 1.2 +6 -1 ports/audio/linux-shoutcast/pkg-install From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:04:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B2016A4DA; Sat, 12 Aug 2006 13:04:14 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 143A443D45; Sat, 12 Aug 2006 13:04:14 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CD4DeF034033; Sat, 12 Aug 2006 13:04:13 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CD4Dih034032; Sat, 12 Aug 2006 13:04:13 GMT (envelope-from erwin) Message-Id: <200608121304.k7CD4Dih034032@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 12 Aug 2006 13:04:13 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/9e Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:04:14 -0000 erwin 2006-08-12 13:04:13 UTC FreeBSD ports repository Modified files: archivers/9e Makefile Log: Respect DESTDIR PR: 101796 Submitted by: gabor Revision Changes Path 1.12 +1 -1 ports/archivers/9e/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:06:27 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D66816A4DA; Sat, 12 Aug 2006 13:06:27 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C90943D46; Sat, 12 Aug 2006 13:06:27 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CD6RMO034191; Sat, 12 Aug 2006 13:06:27 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CD6Rsn034190; Sat, 12 Aug 2006 13:06:27 GMT (envelope-from erwin) Message-Id: <200608121306.k7CD6Rsn034190@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 12 Aug 2006 13:06:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/unace Makefile ports/archivers/unace/files patch-ab patch-uac__crt.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:06:27 -0000 erwin 2006-08-12 13:06:26 UTC FreeBSD ports repository Modified files: archivers/unace Makefile Removed files: archivers/unace/files patch-ab patch-uac__crt.h Log: - Respect DESTDIR - Eliminate two patches and reinplace edit instead PR: 101787 Submitted by: gabor Approved by: maintainer Revision Changes Path 1.10 +9 -1 ports/archivers/unace/Makefile 1.2 +0 -29 ports/archivers/unace/files/patch-ab (dead) 1.2 +0 -14 ports/archivers/unace/files/patch-uac__crt.h (dead) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:07:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5AA516A4DD; Sat, 12 Aug 2006 13:07:49 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78DE643D49; Sat, 12 Aug 2006 13:07:49 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CD7nFv034295; Sat, 12 Aug 2006 13:07:49 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CD7nT7034294; Sat, 12 Aug 2006 13:07:49 GMT (envelope-from erwin) Message-Id: <200608121307.k7CD7nT7034294@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 12 Aug 2006 13:07:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/mscompress Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:07:49 -0000 erwin 2006-08-12 13:07:49 UTC FreeBSD ports repository Modified files: archivers/mscompress Makefile Log: Respect DESTDIR PR: 101805 Submitted by: gabor Revision Changes Path 1.7 +4 -4 ports/archivers/mscompress/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:09:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9068516A4DE; Sat, 12 Aug 2006 13:09:24 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5304E43D45; Sat, 12 Aug 2006 13:09:24 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CD9Op8034395; Sat, 12 Aug 2006 13:09:24 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CD9OI7034394; Sat, 12 Aug 2006 13:09:24 GMT (envelope-from erwin) Message-Id: <200608121309.k7CD9OI7034394@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 12 Aug 2006 13:09:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/mtf Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:09:24 -0000 erwin 2006-08-12 13:09:24 UTC FreeBSD ports repository Modified files: archivers/mtf Makefile Log: - Respect DESTDIR - Respect CC - Remove an unnecessary .if - Bump PORTREVISION PR: 101806 Submitted by: gabor Revision Changes Path 1.4 +7 -6 ports/archivers/mtf/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:11:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B07716A4DE; Sat, 12 Aug 2006 13:11:17 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFCE643D45; Sat, 12 Aug 2006 13:11:16 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CDBGKA034607; Sat, 12 Aug 2006 13:11:16 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CDBGPH034606; Sat, 12 Aug 2006 13:11:16 GMT (envelope-from erwin) Message-Id: <200608121311.k7CDBGPH034606@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 12 Aug 2006 13:11:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/undms Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:11:17 -0000 erwin 2006-08-12 13:11:16 UTC FreeBSD ports repository Modified files: archivers/undms Makefile Log: Respect DESTDIR PR: 101812 Submitted by: gabor Revision Changes Path 1.8 +1 -1 ports/archivers/undms/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:11:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23BE916A4DD; Sat, 12 Aug 2006 13:11:24 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AED7C43D46; Sat, 12 Aug 2006 13:11:23 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CDBNHF034636; Sat, 12 Aug 2006 13:11:23 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CDBNN5034635; Sat, 12 Aug 2006 13:11:23 GMT (envelope-from ache) Message-Id: <200608121311.k7CDBNN5034635@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 12 Aug 2006 13:11:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/unzip Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:11:24 -0000 ache 2006-08-12 13:11:23 UTC FreeBSD ports repository Modified files: archivers/unzip Makefile Removed files: archivers/unzip pkg-plist Log: - Respect DESTDIR - Eliminate plist PR: 101816 Submitted by: gabor Revision Changes Path 1.54 +9 -7 ports/archivers/unzip/Makefile 1.16 +0 -8 ports/archivers/unzip/pkg-plist (dead) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:13:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29A1616A4DF; Sat, 12 Aug 2006 13:13:09 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B937E43D49; Sat, 12 Aug 2006 13:13:08 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CDD8r6034744; Sat, 12 Aug 2006 13:13:08 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CDD8u5034743; Sat, 12 Aug 2006 13:13:08 GMT (envelope-from erwin) Message-Id: <200608121313.k7CDD8u5034743@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 12 Aug 2006 13:13:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/untar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:13:09 -0000 erwin 2006-08-12 13:13:08 UTC FreeBSD ports repository Modified files: archivers/untar Makefile Log: Respect DESTDIR PR: 101815 Submitted by: gabor Revision Changes Path 1.8 +1 -1 ports/archivers/untar/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:14:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C709216A4DA; Sat, 12 Aug 2006 13:14:49 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F5043D46; Sat, 12 Aug 2006 13:14:49 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CDEnuB034821; Sat, 12 Aug 2006 13:14:49 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CDEnnG034820; Sat, 12 Aug 2006 13:14:49 GMT (envelope-from erwin) Message-Id: <200608121314.k7CDEnnG034820@repoman.freebsd.org> From: Erwin Lansing Date: Sat, 12 Aug 2006 13:14:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/pflogsumm Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:14:49 -0000 erwin 2006-08-12 13:14:48 UTC FreeBSD ports repository Modified files: mail/pflogsumm Makefile Log: Respect DESTDIR PR: 101892 Submitted by: chinsan Revision Changes Path 1.23 +1 -1 ports/mail/pflogsumm/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 13:46:06 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D40DE16A4E1; Sat, 12 Aug 2006 13:46:06 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95B5A43D49; Sat, 12 Aug 2006 13:46:06 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CDk6x9036260; Sat, 12 Aug 2006 13:46:06 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CDk6Fj036259; Sat, 12 Aug 2006 13:46:06 GMT (envelope-from ache) Message-Id: <200608121346.k7CDk6Fj036259@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 12 Aug 2006 13:46:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/ha Makefile ports/archivers/ha/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 13:46:06 -0000 ache 2006-08-12 13:46:06 UTC FreeBSD ports repository Modified files: archivers/ha Makefile Removed files: archivers/ha/files patch-ab Log: - Respect DESTDIR - Eliminate a patch - Use INSTALL_PROGRAM to install the binary PR: 101918 Submitted by: gabor Revision Changes Path 1.19 +7 -3 ports/archivers/ha/Makefile 1.2 +0 -15 ports/archivers/ha/files/patch-ab (dead) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 14:52:58 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2165D16A4DA; Sat, 12 Aug 2006 14:52:58 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF9243D45; Sat, 12 Aug 2006 14:52:57 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CEqvju040577; Sat, 12 Aug 2006 14:52:57 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CEqvK2040576; Sat, 12 Aug 2006 14:52:57 GMT (envelope-from jkoshy) Message-Id: <200608121452.k7CEqvK2040576@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 12 Aug 2006 14:52:57 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/news press.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 14:52:58 -0000 jkoshy 2006-08-12 14:52:57 UTC FreeBSD doc repository Modified files: en/news press.xml Log: Add an article by the Canadian Broadcasting Corporation on the use of FreeBSD & other open-source tools for their internal infrastructure. Reported by: cy Revision Changes Path 1.208 +12 -1 www/en/news/press.xml From owner-cvs-all@FreeBSD.ORG Sat Aug 12 15:16:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D8F816A4DA; Sat, 12 Aug 2006 15:16:47 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E89943D45; Sat, 12 Aug 2006 15:16:47 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFGl6M043185; Sat, 12 Aug 2006 15:16:47 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFGlac043184; Sat, 12 Aug 2006 15:16:47 GMT (envelope-from se) Message-Id: <200608121516.k7CFGlac043184@repoman.freebsd.org> From: Stefan Esser Date: Sat, 12 Aug 2006 15:16:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/benchmarks/bonnie Makefile ports/benchmarks/unixbench Makefile ports/comms/yaps Makefile ports/dns/ez-ipupdate Makefile ports/ftp/jftpgw Makefile ports/games/rt2-demo Makefile ports/multimedia/dvbcut Makefile ports/net-mgmt/argus-clients ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 15:16:47 -0000 se 2006-08-12 15:16:47 UTC FreeBSD ports repository Modified files: benchmarks/bonnie Makefile benchmarks/unixbench Makefile comms/yaps Makefile dns/ez-ipupdate Makefile ftp/jftpgw Makefile games/rt2-demo Makefile multimedia/dvbcut Makefile net-mgmt/argus-clients Makefile net-mgmt/argus Makefile security/aafid2 Makefile security/yersinia Makefile www/mini_httpd Makefile Log: Install to /... instead of to /... Revision Changes Path 1.15 +2 -2 ports/benchmarks/bonnie/Makefile 1.21 +12 -12 ports/benchmarks/unixbench/Makefile 1.11 +5 -5 ports/comms/yaps/Makefile 1.13 +3 -3 ports/dns/ez-ipupdate/Makefile 1.13 +10 -5 ports/ftp/jftpgw/Makefile 1.7 +1 -1 ports/games/rt2-demo/Makefile 1.2 +2 -2 ports/multimedia/dvbcut/Makefile 1.2 +13 -13 ports/net-mgmt/argus-clients/Makefile 1.23 +6 -6 ports/net-mgmt/argus/Makefile 1.6 +2 -2 ports/security/aafid2/Makefile 1.8 +2 -2 ports/security/yersinia/Makefile 1.5 +7 -7 ports/www/mini_httpd/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 15:20:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0DFE16A4DD; Sat, 12 Aug 2006 15:20:00 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 882BC43D46; Sat, 12 Aug 2006 15:20:00 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFK03k043302; Sat, 12 Aug 2006 15:20:00 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFK03B043301; Sat, 12 Aug 2006 15:20:00 GMT (envelope-from se) Message-Id: <200608121520.k7CFK03B043301@repoman.freebsd.org> From: Stefan Esser Date: Sat, 12 Aug 2006 15:20:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/mini_httpd distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 15:20:00 -0000 se 2006-08-12 15:20:00 UTC FreeBSD ports repository Modified files: www/mini_httpd distinfo Log: Checksums changed since mail addresses were modified in comments. Revision Changes Path 1.5 +3 -3 ports/www/mini_httpd/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 15:24:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B49D416A4DD; Sat, 12 Aug 2006 15:24:09 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BD9643D45; Sat, 12 Aug 2006 15:24:09 +0000 (GMT) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFO9xZ043886; Sat, 12 Aug 2006 15:24:09 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFO9lh043885; Sat, 12 Aug 2006 15:24:09 GMT (envelope-from gerald) Message-Id: <200608121524.k7CFO9lh043885@repoman.freebsd.org> From: Gerald Pfeifer Date: Sat, 12 Aug 2006 15:24:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gcc40 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 15:24:09 -0000 gerald 2006-08-12 15:24:09 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo Log: Update to the 20060810 snapshot of GCC 4.0.4. Revision Changes Path 1.268 +1 -1 ports/lang/gcc40/Makefile 1.162 +12 -12 ports/lang/gcc40/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 15:27:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E2516A4E0; Sat, 12 Aug 2006 15:27:07 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCD6043D46; Sat, 12 Aug 2006 15:27:06 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFR6HD044089; Sat, 12 Aug 2006 15:27:06 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFR6TF044088; Sat, 12 Aug 2006 15:27:06 GMT (envelope-from keramida) Message-Id: <200608121527.k7CFR6TF044088@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 12 Aug 2006 15:27:06 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 15:27:07 -0000 keramida 2006-08-12 15:27:06 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Add a mini example about using cu(1) to connect to a serial port. Requested by: Soeren Straarup Assisted by: Daniel Gerzo Revision Changes Path 1.114 +36 -0 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 12 15:28:40 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED4A16A4DD; Sat, 12 Aug 2006 15:28:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3751343D53; Sat, 12 Aug 2006 15:28:40 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFSek4044204; Sat, 12 Aug 2006 15:28:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFSeil044203; Sat, 12 Aug 2006 15:28:40 GMT (envelope-from pjd) Message-Id: <200608121528.k7CFSeil044203@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 12 Aug 2006 15:28:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys libkern.h src/sys/libkern strstr.c src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 15:28:40 -0000 pjd 2006-08-12 15:28:39 UTC FreeBSD src repository Modified files: sys/sys libkern.h sys/conf files Added files: sys/libkern strstr.c Log: Add strstr() function to the libkern. Revision Changes Path 1.1138 +4 -0 src/sys/conf/files 1.1 +63 -0 src/sys/libkern/strstr.c (new) 1.54 +1 -0 src/sys/sys/libkern.h From owner-cvs-all@FreeBSD.ORG Sat Aug 12 15:29:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 046B716A4E5; Sat, 12 Aug 2006 15:29:13 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B3E443D69; Sat, 12 Aug 2006 15:29:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFTCSG044243; Sat, 12 Aug 2006 15:29:12 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFTCdd044242; Sat, 12 Aug 2006 15:29:12 GMT (envelope-from pjd) Message-Id: <200608121529.k7CFTCdd044242@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 12 Aug 2006 15:29:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/dev/acpica acfreebsd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 15:29:13 -0000 pjd 2006-08-12 15:29:12 UTC FreeBSD src repository Modified files: sys/contrib/dev/acpica acfreebsd.h Log: The strstr() function is in the libkern now. Revision Changes Path 1.31 +0 -22 src/sys/contrib/dev/acpica/acfreebsd.h From owner-cvs-all@FreeBSD.ORG Sat Aug 12 15:30:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B57016A4DD; Sat, 12 Aug 2006 15:30:25 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 525F943D46; Sat, 12 Aug 2006 15:30:25 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFUPCJ044346; Sat, 12 Aug 2006 15:30:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFUPaw044344; Sat, 12 Aug 2006 15:30:25 GMT (envelope-from pjd) Message-Id: <200608121530.k7CFUPaw044344@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 12 Aug 2006 15:30:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/label g_label.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 15:30:25 -0000 pjd 2006-08-12 15:30:25 UTC FreeBSD src repository Modified files: sys/geom/label g_label.c Log: Verify if a label doesn't point to the parent directory. Revision Changes Path 1.21 +24 -0 src/sys/geom/label/g_label.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 15:34:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0919216A4E2; Sat, 12 Aug 2006 15:34:16 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C27D043D46; Sat, 12 Aug 2006 15:34:15 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CFYFZZ044660; Sat, 12 Aug 2006 15:34:15 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CFYFuC044659; Sat, 12 Aug 2006 15:34:15 GMT (envelope-from pjd) Message-Id: <200608121534.k7CFYFuC044659@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 12 Aug 2006 15:34:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/label g_label_msdosfs.c g_label_msdosfs.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 15:34:16 -0000 pjd 2006-08-12 15:34:15 UTC FreeBSD src repository Modified files: sys/geom/label g_label_msdosfs.c Added files: sys/geom/label g_label_msdosfs.h Log: Handle MSDOS file systems properly. Before the change file systems created on Windows XP (and others maybe) were not detected. We detected only those created with newfs_msdos(8). Submitted by: Tobias Reifenberger style(9)ified by: pjd Revision Changes Path 1.5 +155 -34 src/sys/geom/label/g_label_msdosfs.c 1.1 +140 -0 src/sys/geom/label/g_label_msdosfs.h (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 16:32:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE1E16A4DE; Sat, 12 Aug 2006 16:32:11 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5210443D53; Sat, 12 Aug 2006 16:32:11 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CGWBjr054600; Sat, 12 Aug 2006 16:32:11 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CGWBmB054599; Sat, 12 Aug 2006 16:32:11 GMT (envelope-from sat) Message-Id: <200608121632.k7CGWBmB054599@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sat, 12 Aug 2006 16:32:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/ufraw Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 16:32:11 -0000 sat 2006-08-12 16:32:11 UTC FreeBSD ports repository Modified files: graphics/ufraw Makefile distinfo Log: - Update to 0.9.1 Revision Changes Path 1.12 +3 -3 ports/graphics/ufraw/Makefile 1.6 +3 -3 ports/graphics/ufraw/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 16:36:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C7516A4E2; Sat, 12 Aug 2006 16:36:30 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EFCB43D6A; Sat, 12 Aug 2006 16:36:27 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CGaR4N054807; Sat, 12 Aug 2006 16:36:27 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CGaRvv054806; Sat, 12 Aug 2006 16:36:27 GMT (envelope-from keramida) Message-Id: <200608121636.k7CGaRvv054806@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 12 Aug 2006 16:36:27 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 16:36:30 -0000 keramida 2006-08-12 16:36:26 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Fix an English syntax buglet and s/DOS/&msdos;/ Caught by: remko Revision Changes Path 1.115 +3 -3 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 12 16:40:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFB6E16A4DA; Sat, 12 Aug 2006 16:40:07 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B05243D6E; Sat, 12 Aug 2006 16:40:05 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CGe5Aq054931; Sat, 12 Aug 2006 16:40:05 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CGe5n3054930; Sat, 12 Aug 2006 16:40:05 GMT (envelope-from keramida) Message-Id: <200608121640.k7CGe5n3054930@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 12 Aug 2006 16:40:04 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 16:40:08 -0000 keramida 2006-08-12 16:40:04 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: There is no &msdos; entity. But we do have &ms-dos; Revision Changes Path 1.116 +2 -2 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml From owner-cvs-all@FreeBSD.ORG Sat Aug 12 16:42:04 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C2FA16A4DE; Sat, 12 Aug 2006 16:42:04 +0000 (UTC) (envelope-from remko@freebsd.org) Received: from caelis.elvandar.org (caelis.elvandar.org [217.148.169.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF7D643D60; Sat, 12 Aug 2006 16:42:01 +0000 (GMT) (envelope-from remko@freebsd.org) Received: from localhost (caelis.elvandar.org [217.148.169.59]) by caelis.elvandar.org (Postfix) with ESMTP id 30CD692FDCD; Sat, 12 Aug 2006 18:42:01 +0200 (CEST) Received: from caelis.elvandar.org ([217.148.169.59]) by localhost (caelis.elvandar.org [217.148.169.59]) (amavisd-new, port 10024) with ESMTP id 52728-10; Sat, 12 Aug 2006 18:42:00 +0200 (CEST) Message-ID: <44DE04DA.5000102@FreeBSD.org> Date: Sat, 12 Aug 2006 18:42:02 +0200 From: Remko Lodder User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Giorgos Keramidas References: <200608121640.k7CGe5n3054930@repoman.freebsd.org> In-Reply-To: <200608121640.k7CGe5n3054930@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by the elvandar.org maildomain Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 16:42:04 -0000 Giorgos Keramidas wrote: > keramida 2006-08-12 16:40:04 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml > Log: > There is no &msdos; entity. But we do have &ms-dos; > My bad, I badly informed Giorgos with this. If anything breaks... I do not have a brightgreen pointyhat yet :-). Cheers, Remko From owner-cvs-all@FreeBSD.ORG Sat Aug 12 16:46:17 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6357F16A4DD; Sat, 12 Aug 2006 16:46:17 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9056343D46; Sat, 12 Aug 2006 16:46:15 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-2) with ESMTP id k7CGjrgu009366 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 12 Aug 2006 19:45:58 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k7CGjqhL042764; Sat, 12 Aug 2006 19:45:53 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k7CGjqWv042763; Sat, 12 Aug 2006 19:45:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 12 Aug 2006 19:45:52 +0300 From: Giorgos Keramidas To: Remko Lodder Message-ID: <20060812164552.GA42754@gothmog.pc> References: <200608121640.k7CGe5n3054930@repoman.freebsd.org> <44DE04DA.5000102@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44DE04DA.5000102@FreeBSD.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.82, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.58, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 16:46:17 -0000 On 2006-08-12 18:42, Remko Lodder wrote: >Giorgos Keramidas wrote: >>keramida 2006-08-12 16:40:04 UTC >> >> FreeBSD doc repository >> >> Modified files: >> en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml >> Log: >> There is no &msdos; entity. But we do have &ms-dos; > > My bad, I badly informed Giorgos with this. If anything > breaks... I do not have a brightgreen pointyhat yet :-). I want half of that green hat. It matches my socks :P Seriously now, I was a bit at fault too. I should have built the Handbook before making even a trivial change like this :) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 17:10:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 992F516A4DD; Sat, 12 Aug 2006 17:10:26 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F9E343D45; Sat, 12 Aug 2006 17:10:26 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CHAQO1065346; Sat, 12 Aug 2006 17:10:26 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CHAQhB065345; Sat, 12 Aug 2006 17:10:26 GMT (envelope-from remko) Message-Id: <200608121710.k7CHAQhB065345@repoman.freebsd.org> From: Remko Lodder Date: Sat, 12 Aug 2006 17:10:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 17:10:26 -0000 remko 2006-08-12 17:10:26 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Document squirrelmail -- random variable overwrite vulnerability. Note that I marked all ja-squirrelmail entries as vulnerable, it does no longer exist on it's own and the portepoch is giving me matching problems. Revision Changes Path 1.1102 +33 -1 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Aug 12 17:10:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0ABA16A4E7; Sat, 12 Aug 2006 17:10:51 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27AD143D46; Sat, 12 Aug 2006 17:10:51 +0000 (GMT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CHAodQ065408; Sat, 12 Aug 2006 17:10:50 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CHAoqu065407; Sat, 12 Aug 2006 17:10:50 GMT (envelope-from se) Message-Id: <200608121710.k7CHAoqu065407@repoman.freebsd.org> From: Stefan Esser Date: Sat, 12 Aug 2006 17:10:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/argus Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 17:10:52 -0000 se 2006-08-12 17:10:50 UTC FreeBSD ports repository Modified files: net-mgmt/argus Makefile Log: Remove bogus space character from start of line. Reported by: dan Revision Changes Path 1.24 +1 -1 ports/net-mgmt/argus/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 17:11:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE92E16A4F4; Sat, 12 Aug 2006 17:11:43 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D82543D49; Sat, 12 Aug 2006 17:11:43 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CHBhwg065512; Sat, 12 Aug 2006 17:11:43 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CHBhZJ065511; Sat, 12 Aug 2006 17:11:43 GMT (envelope-from yar) Message-Id: <200608121711.k7CHBhZJ065511@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 12 Aug 2006 17:11:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 vlan.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 17:11:44 -0000 yar 2006-08-12 17:11:43 UTC FreeBSD src repository Modified files: share/man/man4 vlan.4 Log: Fix incorrect .Xr syntax I introduced in the previous commit. Noticed by: ru X-MFC with: rev. 1.31 Revision Changes Path 1.32 +1 -1 src/share/man/man4/vlan.4 From owner-cvs-all@FreeBSD.ORG Sat Aug 12 17:21:17 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E7116A4DA; Sat, 12 Aug 2006 17:21:17 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22B243D46; Sat, 12 Aug 2006 17:21:16 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CHLGAo066069; Sat, 12 Aug 2006 17:21:16 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CHLGEt066068; Sat, 12 Aug 2006 17:21:16 GMT (envelope-from jylefort) Message-Id: <200608121721.k7CHLGEt066068@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 12 Aug 2006 17:21:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11/gnome-launch-box Makefile ports/x11/gnome-launch-box/files patch-configure.ac X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 17:21:17 -0000 jylefort 2006-08-12 17:21:16 UTC FreeBSD ports repository Modified files: x11/gnome-launch-box Makefile Added files: x11/gnome-launch-box/files patch-configure.ac Log: Unbreak. Revision Changes Path 1.3 +1 -2 ports/x11/gnome-launch-box/Makefile 1.1 +10 -0 ports/x11/gnome-launch-box/files/patch-configure.ac (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 17:36:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9183116A4DA; Sat, 12 Aug 2006 17:36:46 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC80843D7F; Sat, 12 Aug 2006 17:36:41 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CHafvd066912; Sat, 12 Aug 2006 17:36:41 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CHafbS066911; Sat, 12 Aug 2006 17:36:41 GMT (envelope-from jylefort) Message-Id: <200608121736.k7CHafbS066911@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 12 Aug 2006 17:36:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/flightgear-aircrafts Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 17:36:46 -0000 jylefort 2006-08-12 17:36:41 UTC FreeBSD ports repository Modified files: games/flightgear-aircrafts Makefile distinfo Log: Update to 20060812 Revision Changes Path 1.10 +5 -6 ports/games/flightgear-aircrafts/Makefile 1.9 +12 -9 ports/games/flightgear-aircrafts/distinfo From owner-cvs-all@FreeBSD.ORG Sat Aug 12 17:41:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1031D16A4DD; Sat, 12 Aug 2006 17:41:29 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C84BB43D46; Sat, 12 Aug 2006 17:41:28 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CHfSvE067248; Sat, 12 Aug 2006 17:41:28 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CHfSjY067247; Sat, 12 Aug 2006 17:41:28 GMT (envelope-from jylefort) Message-Id: <200608121741.k7CHfSjY067247@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 12 Aug 2006 17:41:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/linux-x-plane-net-installer Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 17:41:29 -0000 jylefort 2006-08-12 17:41:28 UTC FreeBSD ports repository Modified files: games/linux-x-plane-net-installer Makefile Log: Unbreak. Revision Changes Path 1.6 +1 -3 ports/games/linux-x-plane-net-installer/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 17:42:07 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 387B916A4DF; Sat, 12 Aug 2006 17:42:07 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DEC943D46; Sat, 12 Aug 2006 17:42:07 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CHg6nc067351; Sat, 12 Aug 2006 17:42:06 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CHg6pS067350; Sat, 12 Aug 2006 17:42:06 GMT (envelope-from shaun) Message-Id: <200608121742.k7CHg6pS067350@repoman.freebsd.org> From: Shaun Amott Date: Sat, 12 Aug 2006 17:42:06 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net Makefile ports/net/ndisc6 Makefile distinfo pkg-descr pkg-plist ports/net/ndisc6/files patch-src_tcpspray.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 17:42:07 -0000 shaun 2006-08-12 17:42:06 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/ndisc6 Makefile distinfo pkg-descr pkg-plist net/ndisc6/files patch-src_tcpspray.c Log: Add net/ndisc6. ndisc6 is a small collection of tools to diagnose IPv6 networks, such as Neighbor/Router Solicitation userland tools, IPv6 tcptraceroute, and an echo/discard client. PR: ports/100335 Submitted by: Rémi Denis-Courmont Revision Changes Path 1.1715 +1 -0 ports/net/Makefile 1.1 +36 -0 ports/net/ndisc6/Makefile (new) 1.1 +3 -0 ports/net/ndisc6/distinfo (new) 1.1 +13 -0 ports/net/ndisc6/files/patch-src_tcpspray.c (new) 1.1 +6 -0 ports/net/ndisc6/pkg-descr (new) 1.1 +6 -0 ports/net/ndisc6/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 17:43:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA4C616A4DA; Sat, 12 Aug 2006 17:43:01 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 681E443D4C; Sat, 12 Aug 2006 17:43:01 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CHh1AY067405; Sat, 12 Aug 2006 17:43:01 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CHh1t7067404; Sat, 12 Aug 2006 17:43:01 GMT (envelope-from shaun) Message-Id: <200608121743.k7CHh1t7067404@repoman.freebsd.org> From: Shaun Amott Date: Sat, 12 Aug 2006 17:43:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 17:43:01 -0000 shaun 2006-08-12 17:43:01 UTC FreeBSD ports repository Modified files: . modules Log: ndisc6 --> ports/net/ndisc6 Revision Changes Path 1.15958 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Aug 12 17:59:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F6E16A4DD; Sat, 12 Aug 2006 17:59:57 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0E543D53; Sat, 12 Aug 2006 17:59:57 +0000 (GMT) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CHxvHs068110; Sat, 12 Aug 2006 17:59:57 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CHxvA8068109; Sat, 12 Aug 2006 17:59:57 GMT (envelope-from shaun) Message-Id: <200608121759.k7CHxvA8068109@repoman.freebsd.org> From: Shaun Amott Date: Sat, 12 Aug 2006 17:59:57 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/ndisc6 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 17:59:57 -0000 shaun 2006-08-12 17:59:57 UTC FreeBSD ports repository Modified files: net/ndisc6 Makefile Log: Fix MLINKS. Forgot to change in working copy of the port. Revision Changes Path 1.2 +2 -2 ports/net/ndisc6/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:06:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A14316A4DA; Sat, 12 Aug 2006 18:06:41 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8904D43D49; Sat, 12 Aug 2006 18:06:40 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CI6epk069715; Sat, 12 Aug 2006 18:06:40 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CI6eeB069714; Sat, 12 Aug 2006 18:06:40 GMT (envelope-from rafan) Message-Id: <200608121806.k7CI6eeB069714@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 12 Aug 2006 18:06:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/dictd-database Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:06:41 -0000 rafan 2006-08-12 18:06:40 UTC FreeBSD ports repository Modified files: chinese/dictd-database Makefile pkg-plist Log: - Respect DESTDIR - Use @dirrmtry, bump PORTREVISION PR: ports/101869 Submitted by: Gea-Suan Lin Revision Changes Path 1.24 +5 -4 ports/chinese/dictd-database/Makefile 1.5 +1 -1 ports/chinese/dictd-database/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:07:18 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6939116A4DE; Sat, 12 Aug 2006 18:07:18 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB06A43D6E; Sat, 12 Aug 2006 18:07:17 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CI7HdL069784; Sat, 12 Aug 2006 18:07:17 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CI7HHq069783; Sat, 12 Aug 2006 18:07:17 GMT (envelope-from yar) Message-Id: <200608121807.k7CI7HHq069783@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 12 Aug 2006 18:07:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifclone.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:07:18 -0000 yar 2006-08-12 18:07:17 UTC FreeBSD src repository Modified files: sbin/ifconfig ifclone.c Log: Restore the "plumb" compatibility command, which was lost due to the recent change by sam@ to clone operations in ifconfig(8). Revision Changes Path 1.3 +1 -0 src/sbin/ifconfig/ifclone.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:08:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CE3416A4E0; Sat, 12 Aug 2006 18:08:50 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E07043D49; Sat, 12 Aug 2006 18:08:50 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CI8nbO069844; Sat, 12 Aug 2006 18:08:49 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CI8nn6069843; Sat, 12 Aug 2006 18:08:49 GMT (envelope-from rafan) Message-Id: <200608121808.k7CI8nn6069843@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 12 Aug 2006 18:08:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/oxim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:08:50 -0000 rafan 2006-08-12 18:08:49 UTC FreeBSD ports repository Modified files: chinese/oxim Makefile Log: - Respect TARGETDIR - Utilize USE_LDCONFIG PR: ports/101884 Submitted by: Gea-Suan Lin Revision Changes Path 1.8 +4 -4 ports/chinese/oxim/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:09:43 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F9C016A508; Sat, 12 Aug 2006 18:09:43 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7AB43D53; Sat, 12 Aug 2006 18:09:41 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k7CI9eZD029947; Sat, 12 Aug 2006 22:09:40 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sat, 12 Aug 2006 22:09:40 +0400 (MSD) From: Dmitry Morozovsky To: Pawel Jakub Dawidek In-Reply-To: <200608121528.k7CFSeil044203@repoman.freebsd.org> Message-ID: <20060812220902.I25511@woozle.rinet.ru> References: <200608121528.k7CFSeil044203@repoman.freebsd.org> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Sat, 12 Aug 2006 22:09:40 +0400 (MSD) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys libkern.h src/sys/libkern strstr.c src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:09:43 -0000 On Sat, 12 Aug 2006, Pawel Jakub Dawidek wrote: PJD> pjd 2006-08-12 15:28:39 UTC PJD> PJD> FreeBSD src repository PJD> PJD> Modified files: PJD> sys/sys libkern.h PJD> sys/conf files PJD> Added files: PJD> sys/libkern strstr.c PJD> Log: PJD> Add strstr() function to the libkern. It seems gjournal changes had been accidentally slipped in. This patch should fix it: marck@woozle:/lh/src.current/sys/conf> cvs diff Index: files =================================================================== RCS file: /home/ncvs/src/sys/conf/files,v retrieving revision 1.1138 diff -u -r1.1138 files --- files 12 Aug 2006 15:28:39 -0000 1.1138 +++ files 12 Aug 2006 18:08:55 -0000 @@ -1183,8 +1183,6 @@ geom/geom_sunlabel_enc.c optional geom_sunlabel geom/geom_vfs.c standard geom/geom_vol_ffs.c optional geom_vol -geom/journal/g_journal.c optional geom_journal -geom/journal/g_journal_ufs.c optional geom_journal geom/label/g_label.c optional geom_label geom/label/g_label_ext2fs.c optional geom_label geom/label/g_label_iso9660.c optional geom_label @@ -1945,7 +1943,6 @@ ufs/ufs/ufs_bmap.c optional ffs ufs/ufs/ufs_dirhash.c optional ffs ufs/ufs/ufs_extattr.c optional ffs -ufs/ufs/ufs_gjournal.c optional ffs ufs/ufs/ufs_inode.c optional ffs ufs/ufs/ufs_lookup.c optional ffs ufs/ufs/ufs_quota.c optional ffs Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:11:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C0B316A4DD; Sat, 12 Aug 2006 18:11:32 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A8843D45; Sat, 12 Aug 2006 18:11:32 +0000 (GMT) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CIBWV8070065; Sat, 12 Aug 2006 18:11:32 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CIBWQO070064; Sat, 12 Aug 2006 18:11:32 GMT (envelope-from rafan) Message-Id: <200608121811.k7CIBWQO070064@repoman.freebsd.org> From: Rong-En Fan Date: Sat, 12 Aug 2006 18:11:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/omnitty Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:11:32 -0000 rafan 2006-08-12 18:11:32 UTC FreeBSD ports repository Modified files: net/omnitty Makefile Log: - Respect DESTDIR - Use MAN1PREFIX, instead of MANPREFIX for section 1 PR: ports/101883 Submitted by: Gea-Suan Lin Revision Changes Path 1.3 +2 -2 ports/net/omnitty/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:25:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 141E516A4DA; Sat, 12 Aug 2006 18:25:44 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3EED43D45; Sat, 12 Aug 2006 18:25:43 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7CIPhuX043189; Sat, 12 Aug 2006 18:25:43 GMT (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7CIPhdj043187; Sat, 12 Aug 2006 18:25:43 GMT (envelope-from yar) Date: Sat, 12 Aug 2006 18:25:43 +0000 From: Yar Tikhiy To: Sam Leffler Message-ID: <20060812182543.GA39872@freefall.freebsd.org> References: <200607090610.k696AO6E061602@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200607090610.k696AO6E061602@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:25:44 -0000 On Sun, Jul 09, 2006 at 06:10:24AM +0000, Sam Leffler wrote: > sam 2006-07-09 06:10:23 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c > Log: > o replace special handling of clone operations by a clone callback > mechanism > o change vlan cloning to use callback and pass all vlan parameters > on create using the new SIOCREATE2 ioctl > o update vlan set logic to match existing practice > > Revision Changes Path > 1.2 +35 -21 src/sbin/ifconfig/ifclone.c > 1.120 +12 -23 src/sbin/ifconfig/ifconfig.c > 1.18 +2 -2 src/sbin/ifconfig/ifconfig.h > 1.12 +78 -54 src/sbin/ifconfig/ifvlan.c Excuse me for noticing this late, but this change broke command lines that had used to work, e.g: # ifconfig vlan77 create vlan 77 vlandev xl0 mtu 1006 up ifconfig: ioctl (set mtu): Device not configured ifconfig: ioctl (SIOCGIFFLAGS): no such interface My experience summarized in ifvlan.c rev. 1.11 showed that using callbacks in ifconfig could be tricky because the order of processing command-line parameters was important in some common cases. -- Yar From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:29:29 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D92616A4DD; Sat, 12 Aug 2006 18:29:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E8843D69; Sat, 12 Aug 2006 18:29:25 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CITPBu070782; Sat, 12 Aug 2006 18:29:25 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CITPMX070781; Sat, 12 Aug 2006 18:29:25 GMT (envelope-from miwi) Message-Id: <200608121829.k7CITPMX070781@repoman.freebsd.org> From: Martin Wilke Date: Sat, 12 Aug 2006 18:29:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/gforth Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:29:29 -0000 miwi 2006-08-12 18:29:25 UTC FreeBSD ports repository Modified files: lang/gforth Makefile Log: - Unbreak for 7.X build PR: ports/101800 Submitted by: Stanislav Sedov Approved by: krion (mentor) Revision Changes Path 1.28 +3 -1 ports/lang/gforth/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:30:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E216416A4E1; Sat, 12 Aug 2006 18:30:44 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292BE43D70; Sat, 12 Aug 2006 18:29:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CITncr070815; Sat, 12 Aug 2006 18:29:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CITnjl070814; Sat, 12 Aug 2006 18:29:49 GMT (envelope-from pjd) Message-Id: <200608121829.k7CITnjl070814@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 12 Aug 2006 18:29:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:30:45 -0000 pjd 2006-08-12 18:29:49 UTC FreeBSD src repository Modified files: sys/conf files Log: Oops. Remove accidentally committed change. Noticed by: marck Revision Changes Path 1.1139 +0 -3 src/sys/conf/files From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:32:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D44416A4EE; Sat, 12 Aug 2006 18:32:09 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5070643D6D; Sat, 12 Aug 2006 18:31:56 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CIVu2B071081; Sat, 12 Aug 2006 18:31:56 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CIVuc1071080; Sat, 12 Aug 2006 18:31:56 GMT (envelope-from yar) Message-Id: <200608121831.k7CIVuc1071080@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 12 Aug 2006 18:31:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/libexec/tftpd tftpd.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:32:09 -0000 yar 2006-08-12 18:31:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) libexec/tftpd tftpd.8 Log: MFC r1.19: - Improve and extend mark-up. - Don't use full path in .Nm (we just don't do that). - Correct some frivolous and poorly rendering language, such as using possessive case for .Nm or .Fl . - Use the same capitalization for "user ID" as in setuid(2) and getuid(2). - Bring SEE ALSO in accord with the text. Revision Changes Path 1.18.8.1 +32 -20 src/libexec/tftpd/tftpd.8 From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:33:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D46916A4EA; Sat, 12 Aug 2006 18:33:43 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A8343D8A; Sat, 12 Aug 2006 18:32:52 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CIWqnj071131; Sat, 12 Aug 2006 18:32:52 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CIWqf3071130; Sat, 12 Aug 2006 18:32:52 GMT (envelope-from krion) Message-Id: <200608121832.k7CIWqf3071130@repoman.freebsd.org> From: Kirill Ponomarew Date: Sat, 12 Aug 2006 18:32:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/version perform.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:33:43 -0000 krion 2006-08-12 18:32:52 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/version perform.c Log: Fix "pkg_version -Io" coredump, if some packages have no origin at all. PR: bin/101932 Submitted by: novel, sat MFC after: 5 days Revision Changes Path 1.16 +1 -1 src/usr.sbin/pkg_install/version/perform.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 18:36:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2B8116A4DD; Sat, 12 Aug 2006 18:36:38 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 774D343D46; Sat, 12 Aug 2006 18:36:38 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CIacmc071339; Sat, 12 Aug 2006 18:36:38 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CIaccR071338; Sat, 12 Aug 2006 18:36:38 GMT (envelope-from remko) Message-Id: <200608121836.k7CIaccR071338@repoman.freebsd.org> From: Remko Lodder Date: Sat, 12 Aug 2006 18:36:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 18:36:38 -0000 remko 2006-08-12 18:36:38 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Simon provided me with the necessary clue to mark the appropriate ports as vulnerable. I was soo close.. Revision Changes Path 1.1103 +2 -5 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Aug 12 19:19:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 685DA16A4DA; Sat, 12 Aug 2006 19:19:19 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DEA843D5E; Sat, 12 Aug 2006 19:19:10 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k7CJJ83A096102 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 12 Aug 2006 12:19:09 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <44DE29AC.3000409@errno.com> Date: Sat, 12 Aug 2006 12:19:08 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5.0.4 (X11/20060724) MIME-Version: 1.0 To: Yar Tikhiy References: <200607090610.k696AO6E061602@repoman.freebsd.org> <20060812182543.GA39872@freefall.freebsd.org> In-Reply-To: <20060812182543.GA39872@freefall.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 19:19:19 -0000 Yar Tikhiy wrote: > On Sun, Jul 09, 2006 at 06:10:24AM +0000, Sam Leffler wrote: >> sam 2006-07-09 06:10:23 UTC >> >> FreeBSD src repository >> >> Modified files: >> sbin/ifconfig ifclone.c ifconfig.c ifconfig.h ifvlan.c >> Log: >> o replace special handling of clone operations by a clone callback >> mechanism >> o change vlan cloning to use callback and pass all vlan parameters >> on create using the new SIOCREATE2 ioctl >> o update vlan set logic to match existing practice >> >> Revision Changes Path >> 1.2 +35 -21 src/sbin/ifconfig/ifclone.c >> 1.120 +12 -23 src/sbin/ifconfig/ifconfig.c >> 1.18 +2 -2 src/sbin/ifconfig/ifconfig.h >> 1.12 +78 -54 src/sbin/ifconfig/ifvlan.c > > Excuse me for noticing this late, but this change broke command > lines that had used to work, e.g: > > # ifconfig vlan77 create vlan 77 vlandev xl0 mtu 1006 up > ifconfig: ioctl (set mtu): Device not configured > ifconfig: ioctl (SIOCGIFFLAGS): no such interface > > My experience summarized in ifvlan.c rev. 1.11 showed that using > callbacks in ifconfig could be tricky because the order of processing > command-line parameters was important in some common cases. > I tested this; not sure what happened. I'm about to leave on holiday. If you don't want to work on it I'll look at it when I return in Sept. Sam From owner-cvs-all@FreeBSD.ORG Sat Aug 12 19:32:25 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C649416A4DF; Sat, 12 Aug 2006 19:32:25 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7541743D6B; Sat, 12 Aug 2006 19:32:23 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 380392D99FC; Sat, 12 Aug 2006 19:32:22 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 2BC191142C; Sat, 12 Aug 2006 21:32:22 +0200 (CEST) Date: Sat, 12 Aug 2006 21:32:22 +0200 From: "Simon L. Nielsen" To: Giorgos Keramidas Message-ID: <20060812193216.GB1089@zaphod.nitro.dk> References: <200608121636.k7CGaRvv054806@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608121636.k7CGaRvv054806@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 19:32:25 -0000 On 2006.08.12 16:36:27 +0000, Giorgos Keramidas wrote: > keramida 2006-08-12 16:36:26 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml > Log: > Fix an English syntax buglet and s/DOS/&msdos;/ Well, actually DOS is fine since that's a more general term covering several "Operating systems" (if you can call DOS an OS :) ). DOS isn't a trademark (AFAIK), but since MS-DOS is a trademark you are generally not allowed to bind it with another word using a hyphen (I can't recall MS's requirement, but that's very common). So, it should preferably be "DOS-derived" or "&msdos; derived". Personally I have no great need to advertise more than needed for MS, which is why I left all instances of DOS as DOS when I did the original trademark sweep. > | > | Note that device numbers in &os; start from zero and not > | - one (like they do, for instance in DOS-derived systems). > | - This means that what DOS-based systems > | + one (like they do, for instance in &msdos;-derived systems). > | + This means that what &msdos;-based systems > | call COM1 is > | usually /dev/cuad0 in &os;. > | -- Simon L. Nielsen From owner-cvs-all@FreeBSD.ORG Sat Aug 12 19:44:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D1816A4DD; Sat, 12 Aug 2006 19:44:23 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2099943D45; Sat, 12 Aug 2006 19:44:23 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CJiMBV076614; Sat, 12 Aug 2006 19:44:22 GMT (envelope-from remko@repoman.freebsd.org) Received: (from remko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CJiMXR076613; Sat, 12 Aug 2006 19:44:22 GMT (envelope-from remko) Message-Id: <200608121944.k7CJiMXR076613@repoman.freebsd.org> From: Remko Lodder Date: Sat, 12 Aug 2006 19:44:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 19:44:23 -0000 remko 2006-08-12 19:44:22 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: OK after some more discussions with Simon it appeared that the ,2 marked all future releases of squirrelmail as vulnerable. The negative side-effect of PORTEPOCH. Split the previous entry into two seperated entries again, restoring the old entry for squirrelmail, and having the 'new' entry for ja-squirrelmail. This would grab any future versions of ja-squirrelmail if it were to be readded, and does not conflict with future versions of squirrelmail. For more information about the portepoch discussion etc: http://lists.freebsd.org/pipermail/freebsd-vuxml/2006-July/000185.html Revision Changes Path 1.1104 +5 -2 ports/security/vuxml/vuln.xml From owner-cvs-all@FreeBSD.ORG Sat Aug 12 19:47:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 404FC16A4DF; Sat, 12 Aug 2006 19:47:51 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58A6943D67; Sat, 12 Aug 2006 19:47:50 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CJloSx076787; Sat, 12 Aug 2006 19:47:50 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CJlo58076786; Sat, 12 Aug 2006 19:47:50 GMT (envelope-from alc) Message-Id: <200608121947.k7CJlo58076786@repoman.freebsd.org> From: Alan Cox Date: Sat, 12 Aug 2006 19:47:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_subr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 19:47:51 -0000 alc 2006-08-12 19:47:50 UTC FreeBSD src repository Modified files: sys/kern kern_subr.c Log: Reduce the scope of the page queues lock in vm_pgmoveco() now that vm_page_sleep_if_busy() no longer requires the page queue lock to be held. Correctly spell "TRUE". Revision Changes Path 1.97 +2 -2 src/sys/kern/kern_subr.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 20:09:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBEE16A4DA; Sat, 12 Aug 2006 20:09:38 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6889D43D67; Sat, 12 Aug 2006 20:09:34 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CK9Y4T079053; Sat, 12 Aug 2006 20:09:34 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CK9YH3079052; Sat, 12 Aug 2006 20:09:34 GMT (envelope-from obrien) Message-Id: <200608122009.k7CK9YH3079052@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 12 Aug 2006 20:09:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 sysctl.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 20:09:39 -0000 obrien 2006-08-12 20:09:34 UTC FreeBSD src repository Modified files: share/man/man9 sysctl.9 Log: Fix bug preventing the proper displaying of the CTLFLAG_WR option. Revision Changes Path 1.4 +1 -1 src/share/man/man9/sysctl.9 From owner-cvs-all@FreeBSD.ORG Sat Aug 12 20:10:50 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF6016A4DA; Sat, 12 Aug 2006 20:10:50 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F26DA43D46; Sat, 12 Aug 2006 20:10:49 +0000 (GMT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CKAn2a079168; Sat, 12 Aug 2006 20:10:49 GMT (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CKAnJi079167; Sat, 12 Aug 2006 20:10:49 GMT (envelope-from dinoex) Message-Id: <200608122010.k7CKAnJi079167@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 12 Aug 2006 20:10:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail/sendmail/files sendmail.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 20:10:50 -0000 dinoex 2006-08-12 20:10:49 UTC FreeBSD ports repository Modified files: mail/sendmail/files sendmail.sh Log: - improve error handling Submitted by: Royce Williams Revision Changes Path 1.4 +9 -1 ports/mail/sendmail/files/sendmail.sh From owner-cvs-all@FreeBSD.ORG Sat Aug 12 20:25:14 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CDE016A4EF; Sat, 12 Aug 2006 20:25:14 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA6C143D76; Sat, 12 Aug 2006 20:25:09 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CKP99e079882; Sat, 12 Aug 2006 20:25:09 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CKP99h079881; Sat, 12 Aug 2006 20:25:09 GMT (envelope-from pav) Message-Id: <200608122025.k7CKP99h079881@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 20:25:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/fam Makefile distinfo pkg-message pkg-plist ports/devel/fam/files mntent.h mntent_compat.c++ patch-configure.in patch-fam-Scheduler.h patch-fam_Directory.c++ patch-fam_DirectoryScanner.c++ patch-fam_DirectoryScanner.h patch-fam_FileSystem.c++ ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 20:25:14 -0000 pav 2006-08-12 20:25:09 UTC FreeBSD ports repository Modified files: devel/fam Makefile distinfo pkg-plist devel/fam/files mntent.h mntent_compat.c++ Added files: devel/fam/files patch-configure.in patch-fam_Directory.c++ patch-fam_DirectoryScanner.c++ patch-fam_DirectoryScanner.h patch-fam_FileSystem.c++ patch-fam_FileSystemTable.c++ patch-fam_Makefile.am patch-fam_StringTable.h pkg-message.in Removed files: devel/fam pkg-message devel/fam/files patch-fam-Scheduler.h Log: - Update to 2.6.10 - Give maintainership to submitter PR: ports/101913 Submitted by: Stanislav Sedov Revision Changes Path 1.30 +9 -14 ports/devel/fam/Makefile 1.7 +3 -6 ports/devel/fam/distinfo 1.2 +45 -56 ports/devel/fam/files/mntent.h 1.4 +155 -137 ports/devel/fam/files/mntent_compat.c++ 1.3 +23 -0 ports/devel/fam/files/patch-configure.in (new) 1.4 +0 -14 ports/devel/fam/files/patch-fam-Scheduler.h (dead) 1.1 +11 -0 ports/devel/fam/files/patch-fam_Directory.c++ (new) 1.1 +11 -0 ports/devel/fam/files/patch-fam_DirectoryScanner.c++ (new) 1.1 +11 -0 ports/devel/fam/files/patch-fam_DirectoryScanner.h (new) 1.1 +11 -0 ports/devel/fam/files/patch-fam_FileSystem.c++ (new) 1.1 +10 -0 ports/devel/fam/files/patch-fam_FileSystemTable.c++ (new) 1.1 +10 -0 ports/devel/fam/files/patch-fam_Makefile.am (new) 1.1 +10 -0 ports/devel/fam/files/patch-fam_StringTable.h (new) 1.1 +31 -0 ports/devel/fam/files/pkg-message.in (new) 1.5 +0 -31 ports/devel/fam/pkg-message (dead) 1.8 +2 -1 ports/devel/fam/pkg-plist From owner-cvs-all@FreeBSD.ORG Sat Aug 12 20:30:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3296916A4DA; Sat, 12 Aug 2006 20:30:01 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC03043D49; Sat, 12 Aug 2006 20:30:00 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CKU08G080074; Sat, 12 Aug 2006 20:30:00 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CKU0rV080073; Sat, 12 Aug 2006 20:30:00 GMT (envelope-from pav) Message-Id: <200608122030.k7CKU0rV080073@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 20:30:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc/csvdiff Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 20:30:01 -0000 pav 2006-08-12 20:30:00 UTC FreeBSD ports repository Modified files: textproc/csvdiff Makefile Log: - Respect DESTDIR PR: ports/101828 Submitted by: chinsan (maintainer) Revision Changes Path 1.2 +1 -1 ports/textproc/csvdiff/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 20:30:24 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA0716A4F4; Sat, 12 Aug 2006 20:30:24 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DDA43D68; Sat, 12 Aug 2006 20:30:11 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CKUABM080171; Sat, 12 Aug 2006 20:30:10 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CKUAkh080170; Sat, 12 Aug 2006 20:30:10 GMT (envelope-from yar) Message-Id: <200608122030.k7CKUAkh080170@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 12 Aug 2006 20:30:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/games/fortune/datfiles fortunes src/lib/libc/sys kse.2 src/share/doc/papers/timecounter timecounter.ms src/share/man/man4 devctl.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 20:30:25 -0000 yar 2006-08-12 20:30:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) games/fortune/datfiles fortunes lib/libc/sys kse.2 share/doc/papers/timecounter timecounter.ms share/man/man4 devctl.4 Log: MFC the most visible bits of the corrections by Darren Pilgrim: src/games/fortune/datfiles/fortunes 1.224 src/lib/libc/sys/kse.2 1.18 src/share/doc/papers/timecounter/timecounter.ms 1.4 src/share/man/man4/devctl.4 1.5 Revision Changes Path 1.179.2.8 +1 -1 src/games/fortune/datfiles/fortunes 1.15.2.2 +1 -1 src/lib/libc/sys/kse.2 1.3.8.1 +1 -1 src/share/doc/papers/timecounter/timecounter.ms 1.3.12.2 +1 -1 src/share/man/man4/devctl.4 From owner-cvs-all@FreeBSD.ORG Sat Aug 12 20:30:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A22316A500; Sat, 12 Aug 2006 20:30:59 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF4C43D55; Sat, 12 Aug 2006 20:30:58 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CKUw1Q080275; Sat, 12 Aug 2006 20:30:58 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CKUw9o080274; Sat, 12 Aug 2006 20:30:58 GMT (envelope-from thompsa) Message-Id: <200608122030.k7CKUw9o080274@repoman.freebsd.org> From: Andrew Thompson Date: Sat, 12 Aug 2006 20:30:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 20:30:59 -0000 thompsa 2006-08-12 20:30:58 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Add the module version to fix the loading with if_bridge. Reported by: keramida Tested by: keramida Revision Changes Path 1.19 +1 -0 src/sys/net/bridgestp.c From owner-cvs-all@FreeBSD.ORG Sat Aug 12 20:35:58 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023E616A4E5; Sat, 12 Aug 2006 20:35:58 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D8EC43D5E; Sat, 12 Aug 2006 20:35:52 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-2) with ESMTP id k7CKZf4R020441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 12 Aug 2006 23:35:42 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k7CKZeEP007489; Sat, 12 Aug 2006 23:35:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k7CKZeI2007488; Sat, 12 Aug 2006 23:35:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 12 Aug 2006 23:35:40 +0300 From: Giorgos Keramidas To: Andrew Thompson Message-ID: <20060812203540.GB5007@gothmog.pc> References: <200608122030.k7CKUw9o080274@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200608122030.k7CKUw9o080274@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.828, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.57, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 20:35:58 -0000 On 2006-08-12 20:30, Andrew Thompson wrote: > thompsa 2006-08-12 20:30:58 UTC > > FreeBSD src repository > > Modified files: > sys/net bridgestp.c > Log: > Add the module version to fix the loading with if_bridge. > > Reported by: keramida > Tested by: keramida Merci :-) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 20:54:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DF3216A4DD; Sat, 12 Aug 2006 20:54:38 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1612B43D45; Sat, 12 Aug 2006 20:54:38 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CKsb4c089206; Sat, 12 Aug 2006 20:54:37 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CKsb87089205; Sat, 12 Aug 2006 20:54:37 GMT (envelope-from obrien) Message-Id: <200608122054.k7CKsb87089205@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 12 Aug 2006 20:54:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/gdb6/files patch-config_powerpc_fbsd.mh patch-config_powerpc_fbsd.mt patch-configure.host patch-gdb_config_powerpc_fbsd.mh patch-gdb_config_powerpc_fbsd.mt patch-gdb_configure.host patch-gdb_ppcfbsd-nat.c patch-gdb_ppcfbsd-tdep.c patch-gdb_ppcfbsd-tdep.h patch-gdb_rs6000-tdep.c patch-ppcfbsd-nat.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 20:54:38 -0000 obrien 2006-08-12 20:54:37 UTC FreeBSD ports repository Added files: devel/gdb6/files patch-config_powerpc_fbsd.mh patch-config_powerpc_fbsd.mt patch-configure.host patch-ppcfbsd-nat.c patch-ppcfbsd-tdep.c patch-ppcfbsd-tdep.h patch-rs6000-tdep.c Removed files: devel/gdb6/files patch-gdb_config_powerpc_fbsd.mh patch-gdb_config_powerpc_fbsd.mt patch-gdb_configure.host patch-gdb_ppcfbsd-nat.c patch-gdb_ppcfbsd-tdep.c patch-gdb_ppcfbsd-tdep.h patch-gdb_rs6000-tdep.c Log: Re-add PowerPC related patches - they were committed with inconsistant file names. Patches submitted by: Andreas Tobler Revision Changes Path 1.1 +10 -0 ports/devel/gdb6/files/patch-config_powerpc_fbsd.mh (new) 1.1 +13 -0 ports/devel/gdb6/files/patch-config_powerpc_fbsd.mt (new) 1.1 +13 -0 ports/devel/gdb6/files/patch-configure.host (new) 1.2 +0 -10 ports/devel/gdb6/files/patch-gdb_config_powerpc_fbsd.mh (dead) 1.2 +0 -13 ports/devel/gdb6/files/patch-gdb_config_powerpc_fbsd.mt (dead) 1.2 +0 -13 ports/devel/gdb6/files/patch-gdb_configure.host (dead) 1.2 +0 -196 ports/devel/gdb6/files/patch-gdb_ppcfbsd-nat.c (dead) 1.2 +0 -347 ports/devel/gdb6/files/patch-gdb_ppcfbsd-tdep.c (dead) 1.2 +0 -36 ports/devel/gdb6/files/patch-gdb_ppcfbsd-tdep.h (dead) 1.2 +0 -13 ports/devel/gdb6/files/patch-gdb_rs6000-tdep.c (dead) 1.1 +196 -0 ports/devel/gdb6/files/patch-ppcfbsd-nat.c (new) 1.1 +347 -0 ports/devel/gdb6/files/patch-ppcfbsd-tdep.c (new) 1.1 +36 -0 ports/devel/gdb6/files/patch-ppcfbsd-tdep.h (new) 1.1 +13 -0 ports/devel/gdb6/files/patch-rs6000-tdep.c (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 21:03:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FEAF16A4DD; Sat, 12 Aug 2006 21:03:36 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16FF143D6A; Sat, 12 Aug 2006 21:03:36 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CL3ZCn090855; Sat, 12 Aug 2006 21:03:35 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CL3ZlU090854; Sat, 12 Aug 2006 21:03:35 GMT (envelope-from pav) Message-Id: <200608122103.k7CL3ZlU090854@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 21:03:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/alephone Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 21:03:36 -0000 pav 2006-08-12 21:03:35 UTC FreeBSD ports repository Modified files: games/alephone Makefile distinfo pkg-descr Log: - Update to 20060701 - Take maintainership PR: ports/101922 Submitted by: Raymond Pasco Revision Changes Path 1.24 +4 -3 ports/games/alephone/Makefile 1.8 +3 -3 ports/games/alephone/distinfo 1.3 +0 -3 ports/games/alephone/pkg-descr From owner-cvs-all@FreeBSD.ORG Sat Aug 12 21:04:57 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DF7416A4E7; Sat, 12 Aug 2006 21:04:57 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE3243D95; Sat, 12 Aug 2006 21:04:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CL4VhV090903; Sat, 12 Aug 2006 21:04:31 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CL4V5n090902; Sat, 12 Aug 2006 21:04:31 GMT (envelope-from pav) Message-Id: <200608122104.k7CL4V5n090902@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 21:04:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/alephone/files patch-Source_Files__Sound__sound_sdl.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 21:04:57 -0000 pav 2006-08-12 21:04:31 UTC FreeBSD ports repository Added files: games/alephone/files patch-Source_Files__Sound__sound_sdl.h Log: - Update to 20060701 PR: ports/101922 Submitted by: Raymond Pasco Revision Changes Path 1.1 +10 -0 ports/games/alephone/files/patch-Source_Files__Sound__sound_sdl.h (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 21:11:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D8EF16A4DD; Sat, 12 Aug 2006 21:11:13 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC57E43D46; Sat, 12 Aug 2006 21:11:12 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CLBCuY091269; Sat, 12 Aug 2006 21:11:12 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CLBCX7091268; Sat, 12 Aug 2006 21:11:12 GMT (envelope-from pav) Message-Id: <200608122111.k7CLBCX7091268@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 21:11:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fusefs-kmod Makefile pkg-message ports/sysutils/fusefs-kmod/files patch-fuse_module_fmaster.c patch-fuse_module_fuse.c patch-fuse_module_fuse.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 21:11:13 -0000 pav 2006-08-12 21:11:12 UTC FreeBSD ports repository Modified files: sysutils/fusefs-kmod Makefile pkg-message Added files: sysutils/fusefs-kmod/files patch-fuse_module_fmaster.c patch-fuse_module_fuse.c patch-fuse_module_fuse.h Log: - Fix build on -CURRENT - Fix path in pkg-message PR: ports/100403 Submitted by: Anish Mistry (maintainer) Revision Changes Path 1.8 +1 -1 ports/sysutils/fusefs-kmod/Makefile 1.1 +29 -0 ports/sysutils/fusefs-kmod/files/patch-fuse_module_fmaster.c (new) 1.3 +321 -0 ports/sysutils/fusefs-kmod/files/patch-fuse_module_fuse.c (new) 1.1 +112 -0 ports/sysutils/fusefs-kmod/files/patch-fuse_module_fuse.h (new) 1.4 +1 -1 ports/sysutils/fusefs-kmod/pkg-message From owner-cvs-all@FreeBSD.ORG Sat Aug 12 21:26:08 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4473D16A4DA; Sat, 12 Aug 2006 21:26:08 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2B3243D45; Sat, 12 Aug 2006 21:26:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CLQ7J8091944; Sat, 12 Aug 2006 21:26:07 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CLQ7qN091943; Sat, 12 Aug 2006 21:26:07 GMT (envelope-from pav) Message-Id: <200608122126.k7CLQ7qN091943@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 21:26:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/lsh Makefile ports/security/lsh/files patch-nettle-openssl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 21:26:08 -0000 pav 2006-08-12 21:26:07 UTC FreeBSD ports repository Modified files: security/lsh Makefile Added files: security/lsh/files patch-nettle-openssl.c Log: - Fix build on 4.X - Respect CC and CFLAGS PR: ports/101750 Submitted by: Babak Farrokhi (maintainer) Revision Changes Path 1.35 +2 -0 ports/security/lsh/Makefile 1.1 +10 -0 ports/security/lsh/files/patch-nettle-openssl.c (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 21:40:19 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2093816A4E1; Sat, 12 Aug 2006 21:40:19 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA4043D46; Sat, 12 Aug 2006 21:40:18 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CLeIPL092594; Sat, 12 Aug 2006 21:40:18 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CLeIdJ092593; Sat, 12 Aug 2006 21:40:18 GMT (envelope-from pav) Message-Id: <200608122140.k7CLeIdJ092593@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 21:40:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/aa Makefile distinfo pkg-descr ports/astro/aa/files patch-aa.c patch-dms.c patch-kfiles.c pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 21:40:19 -0000 pav 2006-08-12 21:40:18 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/aa Makefile distinfo pkg-descr astro/aa/files patch-aa.c patch-dms.c patch-kfiles.c pkg-message.in Log: This program computes ephemerides of Sun, Moon, planets, comets, and stars using rigorous reduction methods from the _Astronomical Almanac_ and related sources. Includes PLAN404 series for positions of the planets, and a long-term extension of modern Lunar theory for the Moon's position. Reads ASCII file catalogues of stars and orbital elements. Displays all adjustments as it finds local azimuth and elevation, rise and set times, etc. Latest update 2005-11-09. WWW: http://moshier.net/aadoc.html PR: ports/101850 Submitted by: Frank W. Josellis Revision Changes Path 1.108 +1 -0 ports/astro/Makefile 1.1 +47 -0 ports/astro/aa/Makefile (new) 1.1 +3 -0 ports/astro/aa/distinfo (new) 1.1 +12 -0 ports/astro/aa/files/patch-aa.c (new) 1.1 +11 -0 ports/astro/aa/files/patch-dms.c (new) 1.1 +48 -0 ports/astro/aa/files/patch-kfiles.c (new) 1.1 +17 -0 ports/astro/aa/files/pkg-message.in (new) 1.1 +10 -0 ports/astro/aa/pkg-descr (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 21:40:47 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7435816A4DF; Sat, 12 Aug 2006 21:40:47 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 413E943D4C; Sat, 12 Aug 2006 21:40:46 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CLejnU092667; Sat, 12 Aug 2006 21:40:45 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CLejgU092666; Sat, 12 Aug 2006 21:40:45 GMT (envelope-from pav) Message-Id: <200608122140.k7CLejgU092666@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 21:40:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 21:40:47 -0000 pav 2006-08-12 21:40:45 UTC FreeBSD ports repository Modified files: . modules Log: aa --> ports/astro/aa Revision Changes Path 1.15959 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Aug 12 21:47:33 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E611A16A4DD; Sat, 12 Aug 2006 21:47:33 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69FCD43D45; Sat, 12 Aug 2006 21:47:33 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id EE15499C1AC; Sat, 12 Aug 2006 23:47:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Oddc8Ec1jmaV; Sat, 12 Aug 2006 23:47:29 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id E049D99C119; Sat, 12 Aug 2006 23:47:28 +0200 (CEST) Message-ID: <44DE4C6F.4040707@FreeBSD.org> Date: Sat, 12 Aug 2006 23:47:27 +0200 From: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Pav Lucistnik References: <200608122126.k7CLQ7qN091943@repoman.freebsd.org> In-Reply-To: <200608122126.k7CLQ7qN091943@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/lsh Makefile ports/security/lsh/files patch-nettle-openssl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 21:47:34 -0000 Pav Lucistnik wrote: > pav 2006-08-12 21:26:07 UTC > > FreeBSD ports repository > > Modified files: > security/lsh Makefile > Added files: > security/lsh/files patch-nettle-openssl.c > Log: > - Fix build on 4.X > - Respect CC and CFLAGS > > PR: ports/101750 > Submitted by: Babak Farrokhi (maintainer) > > Revision Changes Path > 1.35 +2 -0 ports/security/lsh/Makefile > 1.1 +10 -0 ports/security/lsh/files/patch-nettle-openssl.c (new) > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > I think it also needs a PORTREVISION bump if you make a port respect CC since such change affects the build phase of the port. -- Cheers, Gabor From owner-cvs-all@FreeBSD.ORG Sat Aug 12 21:55:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6521116A4DF; Sat, 12 Aug 2006 21:55:05 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E8143D67; Sat, 12 Aug 2006 21:54:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.6/8.13.6) with ESMTP id k7CLsuTO061588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 12 Aug 2006 23:54:57 +0200 (CEST) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by ikaros.oook.cz (8.13.6/8.13.6/Submit) id k7CLsuSD061587; Sat, 12 Aug 2006 23:54:56 +0200 (CEST) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: ikaros.oook.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= In-Reply-To: <44DE4C6F.4040707@FreeBSD.org> References: <200608122126.k7CLQ7qN091943@repoman.freebsd.org> <44DE4C6F.4040707@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tMYD2iraZ8J2tzUQQi9J" Date: Sat, 12 Aug 2006 23:54:55 +0200 Message-Id: <1155419695.12089.0.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/lsh Makefile ports/security/lsh/files patch-nettle-openssl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 12 Aug 2006 21:55:05 -0000 --=-tMYD2iraZ8J2tzUQQi9J Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable G=E1bor K=F6vesd=E1n p=ED=B9e v so 12. 08. 2006 v 23:47 +0200: > Pav Lucistnik wrote: > > pav 2006-08-12 21:26:07 UTC > > > > FreeBSD ports repository > > > > Modified files: > > security/lsh Makefile=20 > > Added files: > > security/lsh/files patch-nettle-openssl.c=20 > > Log: > > - Fix build on 4.X > > - Respect CC and CFLAGS > > =20 > > PR: ports/101750 > > Submitted by: Babak Farrokhi (maintainer) > > =20 > > Revision Changes Path > > 1.35 +2 -0 ports/security/lsh/Makefile > > 1.1 +10 -0 ports/security/lsh/files/patch-nettle-openssl.c = (new) > I think it also needs a PORTREVISION bump if you make a port respect CC=20 > since such change affects the build phase of the port. Imagine you are user with already installed lsh; do you want to recompile just because of this change? Imagine you are user who downloads the package from the ftp site. Do you mind you don't have this change? --=20 Pav Lucistnik Can't sing. Can't dance. Can handle a sword a little. --=-tMYD2iraZ8J2tzUQQi9J Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBE3k4vntdYP8FOsoIRAjiQAKDIJdCAW0DXnfLEWd8FWx0/DvgZWwCfQzp7 +kUcrZTTzQPCxdEVvGETKxs= =DXj/ -----END PGP SIGNATURE----- --=-tMYD2iraZ8J2tzUQQi9J-- From owner-cvs-all@FreeBSD.ORG Sat Aug 12 22:04:48 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FA1C16A4DA; Sat, 12 Aug 2006 22:04:48 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F0D43D45; Sat, 12 Aug 2006 22:04:47 +0000 (GMT) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id BDC5F99B8C7; Sun, 13 Aug 2006 00:04:46 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hL5nAV7b6B8w; Sun, 13 Aug 2006 00:04:43 +0200 (CEST) Received: from [192.168.2.186] (catv-50635cb6.catv.broadband.hu [80.99.92.182]) by server.t-hosting.hu (Postfix) with ESMTP id DCA4499B8BA; Sun, 13 Aug 2006 00:04:42 +0200 (CEST) Message-ID: <44DE5079.8010807@FreeBSD.org> Date: Sun, 13 Aug 2006 00:04:41 +0200 From: =?ISO-8859-2?Q?G=E1bor_K=F6vesd=E1n?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: pav@FreeBSD.org References: <200608122126.k7CLQ7qN091943@repoman.freebsd.org> <44DE4C6F.4040707@FreeBSD.org> <1155419695.12089.0.camel@ikaros.oook.cz> In-Reply-To: <1155419695.12089.0.camel@ikaros.oook.cz> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/lsh Makefile ports/security/lsh/files patch-nettle-openssl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 22:04:48 -0000 Pav Lucistnik wrote: > Gábor Kövesdán píše v so 12. 08. 2006 v 23:47 +0200: > >> Pav Lucistnik wrote: >> >>> pav 2006-08-12 21:26:07 UTC >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> security/lsh Makefile >>> Added files: >>> security/lsh/files patch-nettle-openssl.c >>> Log: >>> - Fix build on 4.X >>> - Respect CC and CFLAGS >>> >>> PR: ports/101750 >>> Submitted by: Babak Farrokhi (maintainer) >>> >>> Revision Changes Path >>> 1.35 +2 -0 ports/security/lsh/Makefile >>> 1.1 +10 -0 ports/security/lsh/files/patch-nettle-openssl.c (new) >>> > > >> I think it also needs a PORTREVISION bump if you make a port respect CC >> since such change affects the build phase of the port. >> > > Imagine you are user with already installed lsh; do you want to > recompile just because of this change? > Yes, because I like optimized binaries. :) > Imagine you are user who downloads the package from the ftp site. > Do you mind you don't have this change? > > No, of course not, but there are other cases when a user might not want to do so, but they are require a PORTREVISION bump, e.g. adding something specific thing to OPTIONS. If the give user doesn't use the new functionality, (s)he will get the same, but portupgrade will notice the bump at all. -- Cheers, Gabor From owner-cvs-all@FreeBSD.ORG Sat Aug 12 22:34:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DD9116A4DA; Sat, 12 Aug 2006 22:34:59 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD5C43D45; Sat, 12 Aug 2006 22:34:58 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CMYw5a096283; Sat, 12 Aug 2006 22:34:58 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CMYwuQ096282; Sat, 12 Aug 2006 22:34:58 GMT (envelope-from pav) Message-Id: <200608122234.k7CMYwuQ096282@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 22:34:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science Makefile ports/science/gwyddion Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 22:34:59 -0000 pav 2006-08-12 22:34:58 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/gwyddion Makefile distinfo pkg-descr pkg-plist Log: Gwyddion is a modular SPM (Scanning Probe Microsopy) data visualization and analysis tool written with Gtk+. It can be used for all most frequently used data processing operations including: leveling, false color plotting, shading, filtering, denoising, data editing, integral transforms, grain analysis, profile extraction, fractal analysis, and many more. The program is primarily focused on SPM data analysis (e.g. data obtained from AFM, STM, NSOM, and similar microscopes). However, it can also be used for analysis of SEM (Scanning Electron Microscopy) data or any other 2D data. WWW: http://gwyddion.net/ PR: ports/101773 Submitted by: David Necas Revision Changes Path 1.101 +1 -0 ports/science/Makefile 1.1 +62 -0 ports/science/gwyddion/Makefile (new) 1.1 +3 -0 ports/science/gwyddion/distinfo (new) 1.1 +12 -0 ports/science/gwyddion/pkg-descr (new) 1.1 +463 -0 ports/science/gwyddion/pkg-plist (new) From owner-cvs-all@FreeBSD.ORG Sat Aug 12 22:35:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BAA416A4E0; Sat, 12 Aug 2006 22:35:35 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9480A43D46; Sat, 12 Aug 2006 22:35:34 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CMZYrP096366; Sat, 12 Aug 2006 22:35:34 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CMZYxJ096365; Sat, 12 Aug 2006 22:35:34 GMT (envelope-from pav) Message-Id: <200608122235.k7CMZYxJ096365@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 22:35:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT modules X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 22:35:35 -0000 pav 2006-08-12 22:35:34 UTC FreeBSD ports repository Modified files: . modules Log: gwyddion --> ports/science/gwyddion Revision Changes Path 1.15960 +1 -0 CVSROOT/modules From owner-cvs-all@FreeBSD.ORG Sat Aug 12 22:52:42 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAC5D16A4DE; Sat, 12 Aug 2006 22:52:42 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A47143D45; Sat, 12 Aug 2006 22:52:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CMqgJT097128; Sat, 12 Aug 2006 22:52:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CMqgtp097127; Sat, 12 Aug 2006 22:52:42 GMT (envelope-from pav) Message-Id: <200608122252.k7CMqgtp097127@repoman.freebsd.org> From: Pav Lucistnik Date: Sat, 12 Aug 2006 22:52:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/ocaml-camomile Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 22:52:42 -0000 pav 2006-08-12 22:52:42 UTC FreeBSD ports repository Modified files: devel/ocaml-camomile Makefile Log: - Fix plist - Use new OCAML_WASH feature to handle non-standard prefixes PR: ports/101725 Submitted by: Stanislav Sedov (maintainer) Revision Changes Path 1.13 +12 -0 ports/devel/ocaml-camomile/Makefile From owner-cvs-all@FreeBSD.ORG Sat Aug 12 23:11:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8DAD16A4DE; Sat, 12 Aug 2006 23:11:46 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE4143D46; Sat, 12 Aug 2006 23:11:46 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4F2731A4E9B; Sat, 12 Aug 2006 16:11:46 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9B770515DC; Sat, 12 Aug 2006 19:11:45 -0400 (EDT) Date: Sat, 12 Aug 2006 19:11:45 -0400 From: Kris Kennaway To: G?bor K?vesd?n Message-ID: <20060812231145.GA64930@xor.obsecurity.org> References: <200608122126.k7CLQ7qN091943@repoman.freebsd.org> <44DE4C6F.4040707@FreeBSD.org> <1155419695.12089.0.camel@ikaros.oook.cz> <44DE5079.8010807@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <44DE5079.8010807@FreeBSD.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-ports@FreeBSD.org, pav@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/lsh Makefile ports/security/lsh/files patch-nettle-openssl.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 23:11:47 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 13, 2006 at 12:04:41AM +0200, G?bor K?vesd?n wrote: > Pav Lucistnik wrote: > >G?bor K?vesd?n p??e v so 12. 08. 2006 v 23:47 +0200: > > =20 > >>Pav Lucistnik wrote: > >> =20 > >>>pav 2006-08-12 21:26:07 UTC > >>> > >>> FreeBSD ports repository > >>> > >>> Modified files: > >>> security/lsh Makefile=20 > >>> Added files: > >>> security/lsh/files patch-nettle-openssl.c=20 > >>> Log: > >>> - Fix build on 4.X > >>> - Respect CC and CFLAGS > >>> =20 > >>> PR: ports/101750 > >>> Submitted by: Babak Farrokhi (maintainer) > >>> =20 > >>> Revision Changes Path > >>> 1.35 +2 -0 ports/security/lsh/Makefile > >>> 1.1 +10 -0 ports/security/lsh/files/patch-nettle-openssl.c= =20 > >>> (new) > >>> =20 > > > > =20 > >>I think it also needs a PORTREVISION bump if you make a port respect CC= =20 > >>since such change affects the build phase of the port. > >> =20 > > > >Imagine you are user with already installed lsh; do you want to > >recompile just because of this change? > > =20 > Yes, because I like optimized binaries. :) > >Imagine you are user who downloads the package from the ftp site. > >Do you mind you don't have this change? > > > > =20 > No, of course not, but there are other cases when a user might not want= =20 > to do so, but they are require a PORTREVISION bump, e.g. adding=20 > something specific thing to OPTIONS. If the give user doesn't use the=20 > new functionality, (s)he will get the same, but portupgrade will notice= =20 > the bump at all. Pav is correct that such a minor change does not warrant forcing all users to upgrade. Kris --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3mAxWry0BWjoQKURAjG0AJ9KH3eiExRP8FpO/BRDOwyGp7Z7fgCfeePH d91RJCt8+LKTeC1NCprSylE= =kleB -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-cvs-all@FreeBSD.ORG Sat Aug 12 23:33:11 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D8616A4DD; Sat, 12 Aug 2006 23:33:11 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0C7043D46; Sat, 12 Aug 2006 23:33:10 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CNXASf000213; Sat, 12 Aug 2006 23:33:10 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CNXA6R000212; Sat, 12 Aug 2006 23:33:10 GMT (envelope-from obrien) Message-Id: <200608122333.k7CNXA6R000212@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 12 Aug 2006 23:33:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys sysctl.h src/sbin/sysctl sysctl.c src/share/man/man9 sysctl.9 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 23:33:11 -0000 obrien 2006-08-12 23:33:10 UTC FreeBSD src repository Modified files: sys/sys sysctl.h sbin/sysctl sysctl.c share/man/man9 sysctl.9 Log: Add an extension to the UINT & ULONG types. The XINT & XLONG types behave the same, except sysctl(8) will print out the values in hex. Revision Changes Path 1.72 +10 -2 src/sbin/sysctl/sysctl.c 1.5 +25 -2 src/share/man/man9/sysctl.9 1.143 +16 -0 src/sys/sys/sysctl.h From owner-cvs-all@FreeBSD.ORG Sat Aug 12 23:56:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B622516A4DA; Sat, 12 Aug 2006 23:56:55 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED1943D46; Sat, 12 Aug 2006 23:56:55 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7CNutvM001388; Sat, 12 Aug 2006 23:56:55 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7CNutCV001387; Sat, 12 Aug 2006 23:56:55 GMT (envelope-from leeym) Message-Id: <200608122356.k7CNutCV001387@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 12 Aug 2006 23:56:55 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/chinese/telnet Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 12 Aug 2006 23:56:55 -0000 leeym 2006-08-12 23:56:55 UTC FreeBSD ports repository Modified files: chinese/telnet Makefile Log: - Respect DESTDIR - Respect MAN1PREFIX PR: 101936 Submitted by: gslin at gslin.org Approved by: leeym Revision Changes Path 1.19 +3 -3 ports/chinese/telnet/Makefile